Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: Uzbek language translations added successfully! #425

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
],
];