From 0b56a98951243e42906f87e5e4769b8501a4d8b3 Mon Sep 17 00:00:00 2001 From: Sanjar Umarov Date: Fri, 1 Jun 2018 22:30:42 +0500 Subject: [PATCH] Add missing uzbek translation --- src/messages/uz-UZ/fileupload.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/messages/uz-UZ/fileupload.php diff --git a/src/messages/uz-UZ/fileupload.php b/src/messages/uz-UZ/fileupload.php new file mode 100644 index 0000000..87968cd --- /dev/null +++ b/src/messages/uz-UZ/fileupload.php @@ -0,0 +1,30 @@ + 'Fayllarni qo\'shish', + 'Start upload' => 'Yuklashni boshlash', + 'Cancel upload' => 'Yuklashni bekor qilish', + 'Start' => 'Yuklash', + 'Cancel' => 'Bekor qilish', + 'Error' => 'Hato', + 'Delete' => 'O\'chirish', + 'Processing' => 'Yuklanmoqda', + 'Select file...' => 'Faylni tanlash', +];