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

Added uzbek language #2524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
25 changes: 17 additions & 8 deletions lib/src/l10n/generated/quill_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import 'quill_localizations_tk.dart';
import 'quill_localizations_tr.dart';
import 'quill_localizations_uk.dart';
import 'quill_localizations_ur.dart';
import 'quill_localizations_uz.dart';
import 'quill_localizations_vi.dart';
import 'quill_localizations_zh.dart';

Expand Down Expand Up @@ -111,7 +112,9 @@ abstract class FlutterQuillLocalizations {

static FlutterQuillLocalizations? of(BuildContext context) {
return Localizations.of<FlutterQuillLocalizations>(
context, FlutterQuillLocalizations);
context,
FlutterQuillLocalizations,
);
}

static const LocalizationsDelegate<FlutterQuillLocalizations> delegate =
Expand Down Expand Up @@ -183,10 +186,11 @@ abstract class FlutterQuillLocalizations {
Locale('tr'),
Locale('uk'),
Locale('ur'),
Locale('uz'),
Locale('vi'),
Locale('zh'),
Locale('zh', 'CN'),
Locale('zh', 'HK')
Locale('zh', 'HK'),
];

/// No description provided for @pasteLink.
Expand Down Expand Up @@ -833,7 +837,8 @@ class _FlutterQuillLocalizationsDelegate
@override
Future<FlutterQuillLocalizations> load(Locale locale) {
return SynchronousFuture<FlutterQuillLocalizations>(
lookupFlutterQuillLocalizations(locale));
lookupFlutterQuillLocalizations(locale),
);
}

@override
Expand Down Expand Up @@ -880,8 +885,9 @@ class _FlutterQuillLocalizationsDelegate
'tr',
'uk',
'ur',
'uz',
'vi',
'zh'
'zh',
].contains(locale.languageCode);

@override
Expand Down Expand Up @@ -1019,6 +1025,8 @@ FlutterQuillLocalizations lookupFlutterQuillLocalizations(Locale locale) {
return FlutterQuillLocalizationsTr();
case 'uk':
return FlutterQuillLocalizationsUk();
case 'uz':
return FlutterQuillLocalizationsUz();
case 'ur':
return FlutterQuillLocalizationsUr();
case 'vi':
Expand All @@ -1028,8 +1036,9 @@ FlutterQuillLocalizations lookupFlutterQuillLocalizations(Locale locale) {
}

throw FlutterError(
'FlutterQuillLocalizations.delegate failed to load unsupported locale "$locale". This is likely '
'an issue with the localizations generation tool. Please file an issue '
'on GitHub with a reproducible sample app and the gen-l10n configuration '
'that was used.');
'FlutterQuillLocalizations.delegate failed to load unsupported locale "$locale". This is likely '
'an issue with the localizations generation tool. Please file an issue '
'on GitHub with a reproducible sample app and the gen-l10n configuration '
'that was used.',
);
Comment on lines -1031 to +1043
Copy link
Collaborator

@EchoEllet EchoEllet Mar 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this change automated when running dart format .?

}
293 changes: 293 additions & 0 deletions lib/src/l10n/generated/quill_localizations_uz.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,293 @@
// ignore: unused_import
import 'package:intl/intl.dart' as intl;
import 'quill_localizations.dart';

// ignore_for_file: type=lint

/// The translations for Turkish (`tr`).
class FlutterQuillLocalizationsUz extends FlutterQuillLocalizations {
FlutterQuillLocalizationsUz([String locale = 'uz']) : super(locale);

@override
String get pasteLink => 'Havolani qo‘yish';

@override
String get ok => 'OK';

@override
String get selectColor => 'Rangni tanlash';

@override
String get gallery => 'Galereya';

@override
String get link => 'Havola';

@override
String get open => 'Ochish';

@override
String get copy => 'Nusxa olish';

@override
String get remove => 'Oʻchirish';

@override
String get save => 'Saqlash';

@override
String get zoom => 'Kattalashtirish';

@override
String get saved => 'Saqlandi';

@override
String get text => 'Matn';

@override
String get resize => 'O‘lchamini o‘zgartirish';

@override
String get width => 'Kenglik';

@override
String get height => 'Balandlik';

@override
String get size => 'O‘lcham';

@override
String get small => 'Kichik';

@override
String get large => 'Katta';

@override
String get huge => 'Juda katta';

@override
String get clear => 'Tozalash';

@override
String get font => 'Shrift';

@override
String get search => 'Qidirish';

@override
String get camera => 'Kamera';

@override
String get video => 'Video';

@override
String get undo => 'Bekor qilish';

@override
String get redo => 'Qayta bajarish';

@override
String get fontFamily => 'Shrift oilasi';

@override
String get fontSize => 'Shrift oʻlchami';

@override
String get bold => 'Qalin';

@override
String get italic => 'Yotiq';

@override
String get underline => 'Tagchiziq';

@override
String get strikeThrough => 'Ustchiziq';

@override
String get inlineCode => 'Ichki kod';

@override
String get fontColor => 'Shrift rangi';

@override
String get backgroundColor => 'Fon rangi';

@override
String get clearFormat => 'Formatni tozalash';

@override
String get alignLeft => 'Chapga tekislash';

@override
String get alignCenter => 'Markazga tekislash';

@override
String get alignRight => 'O‘ngga tekislash';

@override
String get justifyWinWidth => 'Oynaning kengligiga tekislash';

@override
String get textDirection => 'Matn yo‘nalishi';
@override
String get headerStyle => 'Sarlavha uslubi';

@override
String get numberedList => 'Raqamlangan ro‘yxat';

@override
String get bulletList => 'Belgilangan ro‘yxat';
@override
String get checkedList => 'Tekshirish belgili ro\'yxat';
@override
String get codeBlock => 'Kod bloki';
@override
String get quote => 'Iqtibos';
@override
String get increaseIndent => 'Ichkariga surish';
@override
String get decreaseIndent => 'Tashqariga surish';
@override
String get insertURL => 'URL qo‘shish';
@override
String get visitLink => 'Havolaga o‘tish';
@override
String get enterLink => 'Havola kiritish';
@override
String get enterMedia => 'Media kiritish';
@override
String get edit => 'Tahrirlash';
@override
String get apply => 'Qo‘llash';
@override
String get findText => 'Matnni topish';
@override
String get moveToPreviousOccurrence => 'Oldingi takroriy qismga o‘tish';
@override
String get moveToNextOccurrence => 'Keyingi takroriy qismga o‘tish';
@override
String get savedUsingTheNetwork => 'Tarmoq orqali saqlandi';
@override
String get savedUsingLocalStorage => 'Mahalliy xotirada saqlandi';
@override
String get errorWhileSavingImage => 'Rasmni saqlashda xatolik yuz berdi';
@override
String get pleaseEnterTextForYourLink => "masalan, 'Batafsil ma’lumot'";
@override
String get pleaseEnterTheLinkURL => "masalan, 'https://example.com'";
@override
String get pleaseEnterAValidImageURL =>
'Iltimos, yaroqli rasm URL manzilini kiriting';
@override
String get hex => 'Hex';
@override
String get material => 'Material';
@override
String get color => 'Rang';
@override
String get lineheight => 'Chiziq balandligi';
@override
String get pleaseEnterAValidVideoURL =>
'Iltimos, yaroqli video URL manzilini kiriting';
@override
String get photo => 'Foto';
@override
String get image => 'Rasm';
@override
String get caseSensitivityAndWholeWordSearch =>
'Katta-kichik harflarga sezgirlik va to‘liq so‘z bo‘yicha qidirish';
@override
String get insertImage => 'Rasm qo‘shish';

@override
String get pickAPhotoFromYourGallery => 'Video qo‘shish';

@override
String get alignJustify => 'To‘liq tekislash';

@override
String get takeAPhotoUsingYourCamera => 'Kamera orqali suratga olish';

@override
String get pasteAPhotoUsingALink => 'Havola orqali rasm joylashtirish';

@override
String get pickAVideoFromYourGallery => 'Galereyadan video tanlang';

@override
String get recordAVideoUsingYourCamera => 'Kamera orqali videoga oling';
@override
String get normal => 'Oddiy';
@override
String get heading1 => 'Sarlavha 1';
@override
String get heading2 => 'Sarlavha 2';
@override
String get heading3 => 'Sarlavha 3';
@override
String get heading4 => 'Sarlavha 4';
@override
String get heading5 => 'Sarlavha 5';
@override
String get heading6 => 'Sarlavha 6';
@override
String theImageHasBeenSavedAt(String imagePath) =>
'Rasm shu manzilda saqlandi: $imagePath';
@override
String get caseSensitive => 'Katta-kichik harflarga sezuvchan';
@override
String get wholeWord => 'To‘liq so‘z';

@override
String get pasteAVideoUsingALink => 'Havola orqali video qo‘shish';

@override
String get close => 'Yopish';
@override
String get searchSettings => 'Qidiruv sozlamalari';

@override
String get cut => 'Kesish';

@override
String get paste => 'Joylashtirish';

@override
String get insertTable => 'Jadval qo‘shish';

@override
String get subscript => 'Pastki indeks';

@override
String get superscript => 'Yuqori indeks';

@override
String get insertVideo => 'Video qo‘shish';

@override
String get errorUnexpectedSavingImage =>
"Rasmni saqlashda kutilmagan xatolik yuz berdi. Iltimos, qayta urinib ko'ring.";

@override
String get successImageSavedGallery => 'Rasm galereyaga saqlandi.';

@override
String get successImageSaved => 'Rasm muvaffaqiyatli saqlandi.';

@override
String get successImageDownloaded => 'Rasm muvaffaqiyatli yuklab olindi.';

@override
String get openGallery => 'Galereyani ochish';

@override
String get openFileLocation => 'Fayl joylashuvini ochish';

@override
String get openFile => 'Faylni ochish';

@override
String get saveImagePermissionDenied =>
'Rasmni saqlash uchun ruxsat yetarli emas';
}
Loading
Loading