diff --git a/resources/lang/uz/forms.php b/resources/lang/uz/forms.php new file mode 100644 index 00000000..44d305a6 --- /dev/null +++ b/resources/lang/uz/forms.php @@ -0,0 +1,34 @@ + [ + 'details' => 'Tafsilotlar', + 'exif' => 'Almashtiriladigan rasm ma\'lumoti', + 'file' => 'Fayl', + 'meta' => 'Meta ma\'lumotlar', + 'preview' => 'Ko\'rish', + 'upload_new' => 'Yangi yuklash', + 'upload_new_helper' => 'Agar siz ushu rasmni almashtirmoqchi bo\'lsangiz bu yerdan yuklashingiz mumkin. Eslatma: yangi fayl yuklangandan keyin oldingi fayl o\'chib ketadi', + 'curation' => 'Tanlanadigan rasm', + ], + 'fields' => [ + 'alt' => 'Alternativ matn', + 'alt_hint' => 'Alternativ matn nima?', + 'caption' => 'Subtitr', + 'description' => 'Tafsilot', + 'file' => 'Fayl', + 'title' => 'Sarlavha', + 'name' => 'Nomi', + ], + 'notices' => [ + 'success' => 'Element muvaffaqiyatli yangilandi.', + ], + 'curations' => [ + 'button_label' => 'Tanlanuvchi rasm yaratish', + ], + 'multi_upload' => [ + 'action_label' => 'Ko\'p miqdorda yuklash', + 'modal_heading' => 'Ko\'p miqdorda rasm yuklash', + 'modal_file_label' => 'Fayllar', + ], +]; diff --git a/resources/lang/uz/notifications.php b/resources/lang/uz/notifications.php new file mode 100644 index 00000000..8bdada4a --- /dev/null +++ b/resources/lang/uz/notifications.php @@ -0,0 +1,8 @@ + 'Ma\'lumot muvaffaqiyatli yangilandi.', + 'update_error' => 'Ma\'lumotni yangilashda xatolik yuz berdi.', + 'delete_success' => 'Ma\'lumot muvaffaqiyatli o\'chirildi.', + 'delete_error' => 'Ma\'lumotni o\'chirishda xatolik yuz berdi.', +]; diff --git a/resources/lang/uz/tables.php b/resources/lang/uz/tables.php new file mode 100644 index 00000000..ba72cec0 --- /dev/null +++ b/resources/lang/uz/tables.php @@ -0,0 +1,16 @@ + [ + 'url' => 'Havola', + 'name' => 'Nomi', + 'ext' => 'Kengaytma', + 'disk' => 'Disk', + 'directory' => 'Jild', + 'created_at' => 'Yaratildi', + ], + 'actions' => [ + 'toggle_table_grid' => 'Katak sifatida ko\'rinish', + 'toggle_table_list' => 'Ro\'yxat sifatida ko\'rinish', + ], +]; diff --git a/resources/lang/uz/views.php b/resources/lang/uz/views.php new file mode 100644 index 00000000..00c1c169 --- /dev/null +++ b/resources/lang/uz/views.php @@ -0,0 +1,71 @@ + [ + 'uploaded_on' => 'Yuklandi', + 'file_type' => 'Fayl turi', + 'file_size' => 'Fayl xajmi', + 'dimensions' => 'O\'lchamlari', + 'disk' => 'Disk', + 'directory' => 'Jild', + 'file_url' => 'Fayl havolasi', + 'file' => 'Fayl', + 'ext' => 'kengaytma', + 'copy_url' => 'Nusxala', + 'url_copied' => 'Nusxalandi!', + ], + 'picker' => [ + 'button' => 'Media qo\'shish', + 'reorder' => 'Qayta saralash', + 'view' => 'Ko\'rish', + 'edit' => 'Tahrirlash', + 'download' => 'Yuklash', + 'remove' => 'Olib tashlash', + 'clear' => 'Barchasini olib tashlash', + ], + 'panel' => [ + 'button' => 'Media qo\'shish', + 'heading' => 'Media tanlovchi', + 'search_label' => 'Qidirish', + 'search_placeholder' => 'Qidirish', + 'upload_tab' => 'Media yuklash', + 'media_library_tab' => 'Media kutubxona', + 'deselect' => 'Tanlamaslik', + 'load_more' => 'Ko\'proq yuklash', + 'empty' => 'Kutubxonada fayl yo‘q yoki qidiruvingiz uchun hech narsa topilmadi.', + 'edit_media' => 'Mediani tahrirlash', + 'edit_save' => 'Saqlash', + 'edit_delete' => 'O\'chjirish', + 'edit_cancel' => 'Bekor qilish', + 'use_selected_image' => 'Kiritish', + 'add_files' => 'Fayl qo\'shish', + 'view' => 'Ko\'rish', + 'edit' => 'Tahrirlash', + 'download' => 'Yuklash', + 'remove' => 'Olib tashlash', + 'deselect_all' => 'Barchasini tanlamaslik', + 'add_multiple_file' => 'Ko\'proq tanlash uchun: Cmd + Click' + ], + 'curation' => [ + 'heading' => 'Tanlanuvchi rasm', + 'adjustments' => 'Tuatishlar', + 'cancel' => 'Bekor qilish', + 'custom' => 'Maxsus', + 'key' => 'Kalit', + 'key_helper' => 'Ushbu havola tanlanuvchi rasmdan foydalaniladigan havola.', + 'zoom_in' => 'Yaqinlashtirish', + 'zoom_out' => 'Uzoqlashtirish', + 'flip_horizontally' => 'Gorizontal burish', + 'flip_vertically' => 'Vertikal burish', + 'drag_mode' => 'Ushlab tortish rejimi', + 'crop_mode' => 'Kesish rejimi', + 'reset' => 'Qayta o\'rnatish', + 'save_curation' => 'Tanlanuvchi rasmni saqlash', + 'height' => 'Balandlik', + 'width' => 'Kenglik', + 'format' => 'Format', + 'quality' => 'Sifati', + 'rotate' => 'Aylantirish', + 'rotate_deg' => 'gradus', + ], +];