Skip to content

Commit

Permalink
Merge pull request #425 from encoderuz/3.x
Browse files Browse the repository at this point in the history
i18n: Uzbek language translations added successfully!
  • Loading branch information
awcodes authored Jan 29, 2024
2 parents 3626d9f + eedab39 commit 7e912e3
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 0 deletions.
34 changes: 34 additions & 0 deletions resources/lang/uz/forms.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php

return [
'sections' => [
'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',
],
];
8 changes: 8 additions & 0 deletions resources/lang/uz/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'update_success' => '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.',
];
16 changes: 16 additions & 0 deletions resources/lang/uz/tables.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

return [
'columns' => [
'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',
],
];
71 changes: 71 additions & 0 deletions resources/lang/uz/views.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?php

return [
'details' => [
'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',
],
];

0 comments on commit 7e912e3

Please sign in to comment.