Initial commit
This commit is contained in:
80
lib/generated/intl/messages_all.dart
Normal file
80
lib/generated/intl/messages_all.dart
Normal file
@@ -0,0 +1,80 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that looks up messages for specific locales by
|
||||
// delegating to the appropriate library.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:implementation_imports, file_names, unnecessary_new
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, directives_ordering
|
||||
// ignore_for_file:argument_type_not_assignable, invalid_assignment
|
||||
// ignore_for_file:prefer_single_quotes, prefer_generic_function_type_aliases
|
||||
// ignore_for_file:comment_references
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
import 'package:intl/src/intl_helpers.dart';
|
||||
|
||||
import 'messages_en.dart' as messages_en;
|
||||
import 'messages_ru.dart' as messages_ru;
|
||||
import 'messages_uz.dart' as messages_uz;
|
||||
import 'messages_zh.dart' as messages_zh;
|
||||
|
||||
typedef Future<dynamic> LibraryLoader();
|
||||
Map<String, LibraryLoader> _deferredLibraries = {
|
||||
'en': () => new SynchronousFuture(null),
|
||||
'ru': () => new SynchronousFuture(null),
|
||||
'uz': () => new SynchronousFuture(null),
|
||||
'zh': () => new SynchronousFuture(null),
|
||||
};
|
||||
|
||||
MessageLookupByLibrary? _findExact(String localeName) {
|
||||
switch (localeName) {
|
||||
case 'en':
|
||||
return messages_en.messages;
|
||||
case 'ru':
|
||||
return messages_ru.messages;
|
||||
case 'uz':
|
||||
return messages_uz.messages;
|
||||
case 'zh':
|
||||
return messages_zh.messages;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// User programs should call this before using [localeName] for messages.
|
||||
Future<bool> initializeMessages(String localeName) {
|
||||
var availableLocale = Intl.verifiedLocale(
|
||||
localeName,
|
||||
(locale) => _deferredLibraries[locale] != null,
|
||||
onFailure: (_) => null,
|
||||
);
|
||||
if (availableLocale == null) {
|
||||
return new SynchronousFuture(false);
|
||||
}
|
||||
var lib = _deferredLibraries[availableLocale];
|
||||
lib == null ? new SynchronousFuture(false) : lib();
|
||||
initializeInternalMessageLookup(() => new CompositeMessageLookup());
|
||||
messageLookup.addLocale(availableLocale, _findGeneratedMessagesFor);
|
||||
return new SynchronousFuture(true);
|
||||
}
|
||||
|
||||
bool _messagesExistFor(String locale) {
|
||||
try {
|
||||
return _findExact(locale) != null;
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
MessageLookupByLibrary? _findGeneratedMessagesFor(String locale) {
|
||||
var actualLocale = Intl.verifiedLocale(
|
||||
locale,
|
||||
_messagesExistFor,
|
||||
onFailure: (_) => null,
|
||||
);
|
||||
if (actualLocale == null) return null;
|
||||
return _findExact(actualLocale);
|
||||
}
|
||||
156
lib/generated/intl/messages_en.dart
Normal file
156
lib/generated/intl/messages_en.dart
Normal file
@@ -0,0 +1,156 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a en locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'en';
|
||||
|
||||
static String m0(mail) => "${mail} mailga yuborilgan maxfiy kodni kiriting";
|
||||
|
||||
static String m1(phone) =>
|
||||
"${phone} raqamingizga yuborilgan maxfiy kodni kiriting";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"after": MessageLookupByLibrary.simpleMessage("so\'ng"),
|
||||
"auth": MessageLookupByLibrary.simpleMessage("Kirish"),
|
||||
"auth_login": MessageLookupByLibrary.simpleMessage("Tizimga kirish"),
|
||||
"average_weight": MessageLookupByLibrary.simpleMessage("O\'rtacha vazn"),
|
||||
"average_weight_in": MessageLookupByLibrary.simpleMessage(
|
||||
"O\'rtacha vazn (kg/m³)",
|
||||
),
|
||||
"calculate": MessageLookupByLibrary.simpleMessage("Hisoblash"),
|
||||
"calculator": MessageLookupByLibrary.simpleMessage("Kalkulyator"),
|
||||
"cancel": MessageLookupByLibrary.simpleMessage("Отмена"),
|
||||
"change_language": MessageLookupByLibrary.simpleMessage(
|
||||
"Tilni o\'zgartirish",
|
||||
),
|
||||
"comment": MessageLookupByLibrary.simpleMessage("Izoh"),
|
||||
"comment_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Iltimos, o\'zaro aloqa haqida sharh qoldiring. Bu bizga xizmatni yaxshilashga yordam beradi.",
|
||||
),
|
||||
"comment_text": MessageLookupByLibrary.simpleMessage("Izoh matni"),
|
||||
"confirm": MessageLookupByLibrary.simpleMessage("Tasdiqlash"),
|
||||
"confirm_email": MessageLookupByLibrary.simpleMessage(
|
||||
"E-pochta manzilini tasdiqlash",
|
||||
),
|
||||
"confirm_phone_text": MessageLookupByLibrary.simpleMessage(
|
||||
"Telefon raqamini tasdiqlang",
|
||||
),
|
||||
"continue_next": MessageLookupByLibrary.simpleMessage("Davom etish"),
|
||||
"dark": MessageLookupByLibrary.simpleMessage("Dark"),
|
||||
"delete": MessageLookupByLibrary.simpleMessage("Удалить"),
|
||||
"delete_account": MessageLookupByLibrary.simpleMessage("Удалить аккаунт"),
|
||||
"delete_account_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Нажав кнопку «Удалить», вы удалите свою учётную запись навсегда!\nВы уверены, что хотите удалить свою учётную запись?",
|
||||
),
|
||||
"delivery_price": MessageLookupByLibrary.simpleMessage(
|
||||
"Yetkazib berish narxi",
|
||||
),
|
||||
"delivery_time": MessageLookupByLibrary.simpleMessage(
|
||||
"Yetkazib berish vaqti",
|
||||
),
|
||||
"delivery_time_estimated": MessageLookupByLibrary.simpleMessage(
|
||||
"Tahminiy yetkazish vaqti",
|
||||
),
|
||||
"done_order": MessageLookupByLibrary.simpleMessage(
|
||||
"Sizning arizangiz muvaffaqiyatli qabul qilindi! Xizmatlarimizdan foydalanishingizdan hursandmiz",
|
||||
),
|
||||
"done_phone": MessageLookupByLibrary.simpleMessage(
|
||||
"Xizmatimizdan foydalanishingizdan mamnunmiz! Sizga tez orada aloqaga chiqamiz!",
|
||||
),
|
||||
"done_ready": MessageLookupByLibrary.simpleMessage("Tushundim!"),
|
||||
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
||||
"email_address": MessageLookupByLibrary.simpleMessage("Elektron pochta"),
|
||||
"enter_code_mail": m0,
|
||||
"enter_code_phone": m1,
|
||||
"enter_phone_or_mail": MessageLookupByLibrary.simpleMessage(
|
||||
"Telefon raqam yoki email kiriting",
|
||||
),
|
||||
"error_email": MessageLookupByLibrary.simpleMessage(
|
||||
"Elektron pochta manzilida xato",
|
||||
),
|
||||
"error_full_name": MessageLookupByLibrary.simpleMessage(
|
||||
"To\'liq ism noto\'g\'ri",
|
||||
),
|
||||
"error_in_phone": MessageLookupByLibrary.simpleMessage(
|
||||
"Telefon raqamida xato",
|
||||
),
|
||||
"full_name": MessageLookupByLibrary.simpleMessage("To\'liq ism"),
|
||||
"full_name_hint": MessageLookupByLibrary.simpleMessage(
|
||||
"To‘liq ism kiriting",
|
||||
),
|
||||
"has_account": MessageLookupByLibrary.simpleMessage(
|
||||
"Allaqachon akkauntingiz bormi?",
|
||||
),
|
||||
"incorrect_code": MessageLookupByLibrary.simpleMessage("Noto\'g\'ri kod"),
|
||||
"left_comment": MessageLookupByLibrary.simpleMessage("Izoh qoldirish"),
|
||||
"light": MessageLookupByLibrary.simpleMessage("Light"),
|
||||
"login_error": MessageLookupByLibrary.simpleMessage("登入資料不正確"),
|
||||
"logout": MessageLookupByLibrary.simpleMessage("Chiqish"),
|
||||
"name": MessageLookupByLibrary.simpleMessage("Nomi"),
|
||||
"no_account": MessageLookupByLibrary.simpleMessage("Akkauntingiz yo’qmi?"),
|
||||
"no_order": MessageLookupByLibrary.simpleMessage(
|
||||
"Hozircha zakazlaringiz yoʻq",
|
||||
),
|
||||
"no_order_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"У вас пока нет загрузок.",
|
||||
),
|
||||
"notification": MessageLookupByLibrary.simpleMessage("Bildirishnomalar"),
|
||||
"or": MessageLookupByLibrary.simpleMessage("Yoki"),
|
||||
"order_delivery_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Buyurtma yetkazish ma’lumotlari",
|
||||
),
|
||||
"order_details": MessageLookupByLibrary.simpleMessage(
|
||||
"Buyurtma tafsilotlari",
|
||||
),
|
||||
"order_name": MessageLookupByLibrary.simpleMessage("Buyurtma nomi"),
|
||||
"order_number": MessageLookupByLibrary.simpleMessage("Buyurtma raqami"),
|
||||
"order_photo": MessageLookupByLibrary.simpleMessage("Buyurtma rasmlari"),
|
||||
"order_status": MessageLookupByLibrary.simpleMessage("Status:"),
|
||||
"orders": MessageLookupByLibrary.simpleMessage("Buyurtmalar"),
|
||||
"password": MessageLookupByLibrary.simpleMessage("Identifikator"),
|
||||
"personal_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Shaxsiy ma\'lumotlar",
|
||||
),
|
||||
"phone": MessageLookupByLibrary.simpleMessage("Telefon raqami yoki email"),
|
||||
"phone_call": MessageLookupByLibrary.simpleMessage("Aloqa"),
|
||||
"phone_number": MessageLookupByLibrary.simpleMessage("Telefon"),
|
||||
"phone_number_text": MessageLookupByLibrary.simpleMessage("Telefon raqami"),
|
||||
"phone_registered": MessageLookupByLibrary.simpleMessage(
|
||||
"Есть номер телефона.",
|
||||
),
|
||||
"price": MessageLookupByLibrary.simpleMessage("Narxi"),
|
||||
"product_name": MessageLookupByLibrary.simpleMessage("Mahsulot nomi"),
|
||||
"profile": MessageLookupByLibrary.simpleMessage("Profil"),
|
||||
"save": MessageLookupByLibrary.simpleMessage("Saqlash"),
|
||||
"select_language": MessageLookupByLibrary.simpleMessage("Tilni tanlang "),
|
||||
"select_warehouse": MessageLookupByLibrary.simpleMessage("Omborni tanlang"),
|
||||
"send": MessageLookupByLibrary.simpleMessage("Yuborish"),
|
||||
"send_sms": MessageLookupByLibrary.simpleMessage("Kodni qayta yuborish"),
|
||||
"sign_up": MessageLookupByLibrary.simpleMessage("Ro\'yxatdan o\'tish"),
|
||||
"size": MessageLookupByLibrary.simpleMessage("Hajmi"),
|
||||
"size_in_m3": MessageLookupByLibrary.simpleMessage("Hajmi m³"),
|
||||
"text_copied": MessageLookupByLibrary.simpleMessage("Текст скопирован."),
|
||||
"theme_mode": MessageLookupByLibrary.simpleMessage("Ilova ko’rinishi"),
|
||||
"user_id": MessageLookupByLibrary.simpleMessage("ID пользователя"),
|
||||
"warehouse": MessageLookupByLibrary.simpleMessage("Ombor"),
|
||||
"weight": MessageLookupByLibrary.simpleMessage("Og\'irligi"),
|
||||
"weight_in_kg": MessageLookupByLibrary.simpleMessage("Og\'irligi kg"),
|
||||
};
|
||||
}
|
||||
145
lib/generated/intl/messages_ru.dart
Normal file
145
lib/generated/intl/messages_ru.dart
Normal file
@@ -0,0 +1,145 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a ru locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'ru';
|
||||
|
||||
static String m0(mail) => "Введите код, отправленный на ${mail}";
|
||||
|
||||
static String m1(phone) => "Введите код, отправленный на номер ${phone}";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"after": MessageLookupByLibrary.simpleMessage("после"),
|
||||
"auth": MessageLookupByLibrary.simpleMessage("Вход"),
|
||||
"auth_login": MessageLookupByLibrary.simpleMessage("Войти в систему"),
|
||||
"average_weight": MessageLookupByLibrary.simpleMessage("Средний вес"),
|
||||
"average_weight_in": MessageLookupByLibrary.simpleMessage(
|
||||
"Средний вес (кг/м³)",
|
||||
),
|
||||
"calculate": MessageLookupByLibrary.simpleMessage("Рассчитать"),
|
||||
"calculator": MessageLookupByLibrary.simpleMessage("Калькулятор"),
|
||||
"cancel": MessageLookupByLibrary.simpleMessage("Отмена"),
|
||||
"change_language": MessageLookupByLibrary.simpleMessage("Изменить язык"),
|
||||
"comment": MessageLookupByLibrary.simpleMessage("Комментарий"),
|
||||
"comment_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Пожалуйста, оставьте отзыв о взаимодействии. Это поможет нам улучшить сервис.",
|
||||
),
|
||||
"comment_text": MessageLookupByLibrary.simpleMessage("Текст комментария"),
|
||||
"confirm": MessageLookupByLibrary.simpleMessage("Подтвердить"),
|
||||
"confirm_email": MessageLookupByLibrary.simpleMessage(
|
||||
"Подтвердите адрес электронной почты",
|
||||
),
|
||||
"confirm_phone_text": MessageLookupByLibrary.simpleMessage(
|
||||
"Подтвердите номер телефона",
|
||||
),
|
||||
"continue_next": MessageLookupByLibrary.simpleMessage("Продолжить"),
|
||||
"dark": MessageLookupByLibrary.simpleMessage("Темная"),
|
||||
"delete": MessageLookupByLibrary.simpleMessage("Удалить"),
|
||||
"delete_account": MessageLookupByLibrary.simpleMessage("Удалить аккаунт"),
|
||||
"delete_account_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Нажав кнопку «Удалить», вы удалите свою учётную запись навсегда!\nВы уверены, что хотите удалить свою учётную запись?",
|
||||
),
|
||||
"delivery_price": MessageLookupByLibrary.simpleMessage("Цена доставки"),
|
||||
"delivery_time": MessageLookupByLibrary.simpleMessage("Время доставки"),
|
||||
"delivery_time_estimated": MessageLookupByLibrary.simpleMessage(
|
||||
"Оценочное время доставки",
|
||||
),
|
||||
"done_order": MessageLookupByLibrary.simpleMessage(
|
||||
"Ваша заявка успешно принята! Спасибо за использование наших услуг.",
|
||||
),
|
||||
"done_phone": MessageLookupByLibrary.simpleMessage(
|
||||
"Спасибо за использование нашего сервиса! Мы скоро с вами свяжемся!",
|
||||
),
|
||||
"done_ready": MessageLookupByLibrary.simpleMessage("Понятно!"),
|
||||
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
||||
"email_address": MessageLookupByLibrary.simpleMessage("Электронная почта"),
|
||||
"enter_code_mail": m0,
|
||||
"enter_code_phone": m1,
|
||||
"enter_phone_or_mail": MessageLookupByLibrary.simpleMessage(
|
||||
"Введите номер телефона или email",
|
||||
),
|
||||
"error_email": MessageLookupByLibrary.simpleMessage(
|
||||
"Ошибка в адресе электронной почты",
|
||||
),
|
||||
"error_full_name": MessageLookupByLibrary.simpleMessage(
|
||||
"Неправильное полное имя",
|
||||
),
|
||||
"error_in_phone": MessageLookupByLibrary.simpleMessage(
|
||||
"Ошибка в номере телефона",
|
||||
),
|
||||
"full_name": MessageLookupByLibrary.simpleMessage("Полное имя"),
|
||||
"full_name_hint": MessageLookupByLibrary.simpleMessage(
|
||||
"Введите полное имя",
|
||||
),
|
||||
"has_account": MessageLookupByLibrary.simpleMessage("Уже есть аккаунт?"),
|
||||
"incorrect_code": MessageLookupByLibrary.simpleMessage("Неверный код"),
|
||||
"left_comment": MessageLookupByLibrary.simpleMessage("Оставить отзыв"),
|
||||
"light": MessageLookupByLibrary.simpleMessage("Светлая"),
|
||||
"login_error": MessageLookupByLibrary.simpleMessage(
|
||||
"Данные для входа неверны",
|
||||
),
|
||||
"logout": MessageLookupByLibrary.simpleMessage("Выход"),
|
||||
"name": MessageLookupByLibrary.simpleMessage("Имя"),
|
||||
"no_account": MessageLookupByLibrary.simpleMessage("Нет аккаунта?"),
|
||||
"no_order": MessageLookupByLibrary.simpleMessage("Никакого багажа!"),
|
||||
"no_order_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"У вас пока нет загрузок.",
|
||||
),
|
||||
"notification": MessageLookupByLibrary.simpleMessage("Уведомления"),
|
||||
"or": MessageLookupByLibrary.simpleMessage("Или"),
|
||||
"order_delivery_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Информация о доставке заказа",
|
||||
),
|
||||
"order_details": MessageLookupByLibrary.simpleMessage("Детали заказа"),
|
||||
"order_name": MessageLookupByLibrary.simpleMessage("Название заказа"),
|
||||
"order_number": MessageLookupByLibrary.simpleMessage("Номер заказа"),
|
||||
"order_photo": MessageLookupByLibrary.simpleMessage("Фотографии заказа"),
|
||||
"order_status": MessageLookupByLibrary.simpleMessage("Статус:"),
|
||||
"orders": MessageLookupByLibrary.simpleMessage("Заказы"),
|
||||
"password": MessageLookupByLibrary.simpleMessage("Идентификатор"),
|
||||
"personal_info": MessageLookupByLibrary.simpleMessage("Личная информация"),
|
||||
"phone": MessageLookupByLibrary.simpleMessage("Номер телефона или email"),
|
||||
"phone_call": MessageLookupByLibrary.simpleMessage("Связь"),
|
||||
"phone_number": MessageLookupByLibrary.simpleMessage("Телефон"),
|
||||
"phone_number_text": MessageLookupByLibrary.simpleMessage("Номер телефона"),
|
||||
"phone_registered": MessageLookupByLibrary.simpleMessage(
|
||||
"Пользователь существует.",
|
||||
),
|
||||
"price": MessageLookupByLibrary.simpleMessage("Цена"),
|
||||
"product_name": MessageLookupByLibrary.simpleMessage("Название продукта"),
|
||||
"profile": MessageLookupByLibrary.simpleMessage("Профиль"),
|
||||
"save": MessageLookupByLibrary.simpleMessage("Сохранить"),
|
||||
"select_language": MessageLookupByLibrary.simpleMessage(
|
||||
"Выберите удобный язык",
|
||||
),
|
||||
"select_warehouse": MessageLookupByLibrary.simpleMessage("Выберите склад"),
|
||||
"send": MessageLookupByLibrary.simpleMessage("Отправить"),
|
||||
"send_sms": MessageLookupByLibrary.simpleMessage("Отправить код повторно"),
|
||||
"sign_up": MessageLookupByLibrary.simpleMessage("Зарегистрироваться"),
|
||||
"size": MessageLookupByLibrary.simpleMessage("Размер"),
|
||||
"size_in_m3": MessageLookupByLibrary.simpleMessage("Объем в м³"),
|
||||
"text_copied": MessageLookupByLibrary.simpleMessage("Текст скопирован."),
|
||||
"theme_mode": MessageLookupByLibrary.simpleMessage("Тема приложения"),
|
||||
"user_id": MessageLookupByLibrary.simpleMessage("ID пользователя"),
|
||||
"warehouse": MessageLookupByLibrary.simpleMessage("Склад"),
|
||||
"weight": MessageLookupByLibrary.simpleMessage("Вес"),
|
||||
"weight_in_kg": MessageLookupByLibrary.simpleMessage("Вес в кг"),
|
||||
};
|
||||
}
|
||||
160
lib/generated/intl/messages_uz.dart
Normal file
160
lib/generated/intl/messages_uz.dart
Normal file
@@ -0,0 +1,160 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a uz locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'uz';
|
||||
|
||||
static String m0(mail) => "${mail} mailga yuborilgan maxfiy kodni kiriting";
|
||||
|
||||
static String m1(phone) =>
|
||||
"${phone} raqamingizga yuborilgan maxfiy kodni kiriting";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"after": MessageLookupByLibrary.simpleMessage("so\'ng"),
|
||||
"auth": MessageLookupByLibrary.simpleMessage("Kirish"),
|
||||
"auth_login": MessageLookupByLibrary.simpleMessage("Tizimga kirish"),
|
||||
"average_weight": MessageLookupByLibrary.simpleMessage("O\'rtacha vazn"),
|
||||
"average_weight_in": MessageLookupByLibrary.simpleMessage(
|
||||
"O\'rtacha vazn (kg/m³)",
|
||||
),
|
||||
"calculate": MessageLookupByLibrary.simpleMessage("Hisoblash"),
|
||||
"calculator": MessageLookupByLibrary.simpleMessage("Kalkulyator"),
|
||||
"cancel": MessageLookupByLibrary.simpleMessage("Bekor qilish"),
|
||||
"change_language": MessageLookupByLibrary.simpleMessage(
|
||||
"Tilni o\'zgartirish",
|
||||
),
|
||||
"comment": MessageLookupByLibrary.simpleMessage("Izoh"),
|
||||
"comment_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Iltimos, o\'zaro aloqa haqida sharh qoldiring. Bu bizga xizmatni yaxshilashga yordam beradi.",
|
||||
),
|
||||
"comment_text": MessageLookupByLibrary.simpleMessage("Izoh matni"),
|
||||
"confirm": MessageLookupByLibrary.simpleMessage("Tasdiqlash"),
|
||||
"confirm_email": MessageLookupByLibrary.simpleMessage(
|
||||
"E-pochta manzilini tasdiqlash",
|
||||
),
|
||||
"confirm_phone_text": MessageLookupByLibrary.simpleMessage(
|
||||
"Telefon raqamini tasdiqlang",
|
||||
),
|
||||
"continue_next": MessageLookupByLibrary.simpleMessage("Davom etish"),
|
||||
"dark": MessageLookupByLibrary.simpleMessage("Dark"),
|
||||
"delete": MessageLookupByLibrary.simpleMessage("0‘chirish"),
|
||||
"delete_account": MessageLookupByLibrary.simpleMessage(
|
||||
"Akkauntni o’chirish",
|
||||
),
|
||||
"delete_account_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"O’chirish tugmasini bosish orqali sizning akkountingiz butunlay o’chib ketiadi!\nHaqiqatdanam akkountingizni o’chirmoqchimisiz?",
|
||||
),
|
||||
"delivery_price": MessageLookupByLibrary.simpleMessage(
|
||||
"Yetkazib berish narxi",
|
||||
),
|
||||
"delivery_time": MessageLookupByLibrary.simpleMessage(
|
||||
"Yetkazib berish vaqti",
|
||||
),
|
||||
"delivery_time_estimated": MessageLookupByLibrary.simpleMessage(
|
||||
"Tahminiy yetkazish vaqti",
|
||||
),
|
||||
"done_order": MessageLookupByLibrary.simpleMessage(
|
||||
"Sizning arizangiz muvaffaqiyatli qabul qilindi! Xizmatlarimizdan foydalanishingizdan hursandmiz",
|
||||
),
|
||||
"done_phone": MessageLookupByLibrary.simpleMessage(
|
||||
"Xizmatimizdan foydalanishingizdan mamnunmiz! Sizga tez orada aloqaga chiqamiz!",
|
||||
),
|
||||
"done_ready": MessageLookupByLibrary.simpleMessage("Tasdiqlash!"),
|
||||
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
||||
"email_address": MessageLookupByLibrary.simpleMessage("Elektron pochta"),
|
||||
"enter_code_mail": m0,
|
||||
"enter_code_phone": m1,
|
||||
"enter_phone_or_mail": MessageLookupByLibrary.simpleMessage(
|
||||
"Telefon raqam yoki email kiriting",
|
||||
),
|
||||
"error_email": MessageLookupByLibrary.simpleMessage(
|
||||
"Elektron pochta manzilida xato",
|
||||
),
|
||||
"error_full_name": MessageLookupByLibrary.simpleMessage(
|
||||
"To\'liq ism noto\'g\'ri",
|
||||
),
|
||||
"error_in_phone": MessageLookupByLibrary.simpleMessage(
|
||||
"Telefon raqamida xato",
|
||||
),
|
||||
"full_name": MessageLookupByLibrary.simpleMessage("To\'liq ism"),
|
||||
"full_name_hint": MessageLookupByLibrary.simpleMessage(
|
||||
"To‘liq ism kiriting",
|
||||
),
|
||||
"has_account": MessageLookupByLibrary.simpleMessage(
|
||||
"Allaqachon akkauntingiz bormi?",
|
||||
),
|
||||
"incorrect_code": MessageLookupByLibrary.simpleMessage("Noto\'g\'ri kod"),
|
||||
"left_comment": MessageLookupByLibrary.simpleMessage("Izoh qoldirish"),
|
||||
"light": MessageLookupByLibrary.simpleMessage("Light"),
|
||||
"login_error": MessageLookupByLibrary.simpleMessage(
|
||||
"Kirish maʼlumotlari notoʻgʻri",
|
||||
),
|
||||
"logout": MessageLookupByLibrary.simpleMessage("Chiqish"),
|
||||
"name": MessageLookupByLibrary.simpleMessage("Nomi"),
|
||||
"no_account": MessageLookupByLibrary.simpleMessage("Akkauntingiz yo’qmi?"),
|
||||
"no_order": MessageLookupByLibrary.simpleMessage("Yuklar yo‘q!"),
|
||||
"no_order_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"Sizda hali yuklar mavjud emas.",
|
||||
),
|
||||
"notification": MessageLookupByLibrary.simpleMessage("Bildirishnomalar"),
|
||||
"or": MessageLookupByLibrary.simpleMessage("Yoki"),
|
||||
"order_delivery_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Buyurtma yetkazish ma’lumotlari",
|
||||
),
|
||||
"order_details": MessageLookupByLibrary.simpleMessage(
|
||||
"Buyurtma tafsilotlari",
|
||||
),
|
||||
"order_name": MessageLookupByLibrary.simpleMessage("Buyurtma nomi"),
|
||||
"order_number": MessageLookupByLibrary.simpleMessage("Buyurtma raqami"),
|
||||
"order_photo": MessageLookupByLibrary.simpleMessage("Buyurtma rasmlari"),
|
||||
"order_status": MessageLookupByLibrary.simpleMessage("Status:"),
|
||||
"orders": MessageLookupByLibrary.simpleMessage("Buyurtmalar"),
|
||||
"password": MessageLookupByLibrary.simpleMessage("Identifikator"),
|
||||
"personal_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Shaxsiy ma\'lumotlar",
|
||||
),
|
||||
"phone": MessageLookupByLibrary.simpleMessage("Telefon raqami yoki email"),
|
||||
"phone_call": MessageLookupByLibrary.simpleMessage("Aloqa"),
|
||||
"phone_number": MessageLookupByLibrary.simpleMessage("Telefon"),
|
||||
"phone_number_text": MessageLookupByLibrary.simpleMessage("Telefon raqami"),
|
||||
"phone_registered": MessageLookupByLibrary.simpleMessage(
|
||||
"Foydalanuvchi mavjud.",
|
||||
),
|
||||
"price": MessageLookupByLibrary.simpleMessage("Narxi"),
|
||||
"product_name": MessageLookupByLibrary.simpleMessage("Mahsulot nomi"),
|
||||
"profile": MessageLookupByLibrary.simpleMessage("Profil"),
|
||||
"save": MessageLookupByLibrary.simpleMessage("Saqlash"),
|
||||
"select_language": MessageLookupByLibrary.simpleMessage(
|
||||
"O’zingizga qulay tilni tanlang",
|
||||
),
|
||||
"select_warehouse": MessageLookupByLibrary.simpleMessage("Omborni tanlang"),
|
||||
"send": MessageLookupByLibrary.simpleMessage("Yuborish"),
|
||||
"send_sms": MessageLookupByLibrary.simpleMessage("Kodni qayta yuborish"),
|
||||
"sign_up": MessageLookupByLibrary.simpleMessage("Ro\'yxatdan o\'tish"),
|
||||
"size": MessageLookupByLibrary.simpleMessage("Hajmi"),
|
||||
"size_in_m3": MessageLookupByLibrary.simpleMessage("Hajmi m³"),
|
||||
"text_copied": MessageLookupByLibrary.simpleMessage("Matn nusxalandi"),
|
||||
"theme_mode": MessageLookupByLibrary.simpleMessage("Ilova ko’rinishi"),
|
||||
"user_id": MessageLookupByLibrary.simpleMessage("Foydalanuvchi IDsi"),
|
||||
"warehouse": MessageLookupByLibrary.simpleMessage("Ombor"),
|
||||
"weight": MessageLookupByLibrary.simpleMessage("Og\'irligi"),
|
||||
"weight_in_kg": MessageLookupByLibrary.simpleMessage("Og\'irligi kg"),
|
||||
};
|
||||
}
|
||||
113
lib/generated/intl/messages_zh.dart
Normal file
113
lib/generated/intl/messages_zh.dart
Normal file
@@ -0,0 +1,113 @@
|
||||
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
|
||||
// This is a library that provides messages for a zh locale. All the
|
||||
// messages from the main program should be duplicated here with the same
|
||||
// function name.
|
||||
|
||||
// Ignore issues from commonly used lints in this file.
|
||||
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
|
||||
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
|
||||
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
|
||||
// ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
|
||||
// ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:intl/message_lookup_by_library.dart';
|
||||
|
||||
final messages = new MessageLookup();
|
||||
|
||||
typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'zh';
|
||||
|
||||
static String m0(mail) => "请输入发送到 ${mail} 的验证码";
|
||||
|
||||
static String m1(phone) => "请输入发送到 ${phone} 的验证码";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
"after": MessageLookupByLibrary.simpleMessage("之后"),
|
||||
"auth": MessageLookupByLibrary.simpleMessage("登录"),
|
||||
"auth_login": MessageLookupByLibrary.simpleMessage("登录系统"),
|
||||
"average_weight": MessageLookupByLibrary.simpleMessage("平均重量"),
|
||||
"average_weight_in": MessageLookupByLibrary.simpleMessage("平均重量(千克/立方米)"),
|
||||
"calculate": MessageLookupByLibrary.simpleMessage("计算"),
|
||||
"calculator": MessageLookupByLibrary.simpleMessage("计算器"),
|
||||
"cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"change_language": MessageLookupByLibrary.simpleMessage("更改语言"),
|
||||
"comment": MessageLookupByLibrary.simpleMessage("评论"),
|
||||
"comment_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"请留下关于交流的评论。这将帮助我们改进服务。",
|
||||
),
|
||||
"comment_text": MessageLookupByLibrary.simpleMessage("评论内容"),
|
||||
"confirm": MessageLookupByLibrary.simpleMessage("确认"),
|
||||
"confirm_email": MessageLookupByLibrary.simpleMessage("确认电子邮件地址"),
|
||||
"confirm_phone_text": MessageLookupByLibrary.simpleMessage("确认电话号码"),
|
||||
"continue_next": MessageLookupByLibrary.simpleMessage("继续"),
|
||||
"dark": MessageLookupByLibrary.simpleMessage("深色"),
|
||||
"delete": MessageLookupByLibrary.simpleMessage("刪除"),
|
||||
"delete_account": MessageLookupByLibrary.simpleMessage("刪除帳戶"),
|
||||
"delete_account_desc": MessageLookupByLibrary.simpleMessage(
|
||||
"點擊刪除按鈕後,您的帳戶將永久刪除!\n您確定要刪除您的帳戶嗎?",
|
||||
),
|
||||
"delivery_price": MessageLookupByLibrary.simpleMessage("配送费用"),
|
||||
"delivery_time": MessageLookupByLibrary.simpleMessage("配送时间"),
|
||||
"delivery_time_estimated": MessageLookupByLibrary.simpleMessage("预计配送时间"),
|
||||
"done_order": MessageLookupByLibrary.simpleMessage("您的申请已成功提交!感谢您使用我们的服务。"),
|
||||
"done_phone": MessageLookupByLibrary.simpleMessage("感谢您使用我们的服务!我们会尽快与您联系!"),
|
||||
"done_ready": MessageLookupByLibrary.simpleMessage("知道了!"),
|
||||
"email": MessageLookupByLibrary.simpleMessage("电子邮件"),
|
||||
"email_address": MessageLookupByLibrary.simpleMessage("电子邮件"),
|
||||
"enter_code_mail": m0,
|
||||
"enter_code_phone": m1,
|
||||
"enter_phone_or_mail": MessageLookupByLibrary.simpleMessage("请输入电话号码或电子邮件"),
|
||||
"error_email": MessageLookupByLibrary.simpleMessage("电子邮件地址错误"),
|
||||
"error_full_name": MessageLookupByLibrary.simpleMessage("全名错误"),
|
||||
"error_in_phone": MessageLookupByLibrary.simpleMessage("电话号码错误"),
|
||||
"full_name": MessageLookupByLibrary.simpleMessage("全名"),
|
||||
"full_name_hint": MessageLookupByLibrary.simpleMessage("请输入全名"),
|
||||
"has_account": MessageLookupByLibrary.simpleMessage("已有账户?"),
|
||||
"incorrect_code": MessageLookupByLibrary.simpleMessage("验证码错误"),
|
||||
"left_comment": MessageLookupByLibrary.simpleMessage("留下评论"),
|
||||
"light": MessageLookupByLibrary.simpleMessage("浅色"),
|
||||
"login_error": MessageLookupByLibrary.simpleMessage("登入資料不正確"),
|
||||
"logout": MessageLookupByLibrary.simpleMessage("登出"),
|
||||
"name": MessageLookupByLibrary.simpleMessage("名称"),
|
||||
"no_account": MessageLookupByLibrary.simpleMessage("还没有账户?"),
|
||||
"no_order": MessageLookupByLibrary.simpleMessage("沒有行李!"),
|
||||
"no_order_desc": MessageLookupByLibrary.simpleMessage("您還沒有任何負載。"),
|
||||
"notification": MessageLookupByLibrary.simpleMessage("通知"),
|
||||
"or": MessageLookupByLibrary.simpleMessage("或者"),
|
||||
"order_delivery_info": MessageLookupByLibrary.simpleMessage("订单配送信息"),
|
||||
"order_details": MessageLookupByLibrary.simpleMessage("订单详情"),
|
||||
"order_name": MessageLookupByLibrary.simpleMessage("订单名称"),
|
||||
"order_number": MessageLookupByLibrary.simpleMessage("订单号"),
|
||||
"order_photo": MessageLookupByLibrary.simpleMessage("订单照片"),
|
||||
"order_status": MessageLookupByLibrary.simpleMessage("状态:"),
|
||||
"orders": MessageLookupByLibrary.simpleMessage("订单"),
|
||||
"password": MessageLookupByLibrary.simpleMessage("标识符"),
|
||||
"personal_info": MessageLookupByLibrary.simpleMessage("个人信息"),
|
||||
"phone": MessageLookupByLibrary.simpleMessage("电话号码或电子邮件"),
|
||||
"phone_call": MessageLookupByLibrary.simpleMessage("联系"),
|
||||
"phone_number": MessageLookupByLibrary.simpleMessage("电话"),
|
||||
"phone_number_text": MessageLookupByLibrary.simpleMessage("电话号码"),
|
||||
"phone_registered": MessageLookupByLibrary.simpleMessage("用戶已存在。"),
|
||||
"price": MessageLookupByLibrary.simpleMessage("价格"),
|
||||
"product_name": MessageLookupByLibrary.simpleMessage("产品名称"),
|
||||
"profile": MessageLookupByLibrary.simpleMessage("个人资料"),
|
||||
"save": MessageLookupByLibrary.simpleMessage("保存"),
|
||||
"select_language": MessageLookupByLibrary.simpleMessage("选择您方便的语言"),
|
||||
"select_warehouse": MessageLookupByLibrary.simpleMessage("选择仓库"),
|
||||
"send": MessageLookupByLibrary.simpleMessage("发送"),
|
||||
"send_sms": MessageLookupByLibrary.simpleMessage("重新发送验证码"),
|
||||
"sign_up": MessageLookupByLibrary.simpleMessage("注册"),
|
||||
"size": MessageLookupByLibrary.simpleMessage("体积"),
|
||||
"size_in_m3": MessageLookupByLibrary.simpleMessage("体积(立方米)"),
|
||||
"text_copied": MessageLookupByLibrary.simpleMessage("文字已複製"),
|
||||
"theme_mode": MessageLookupByLibrary.simpleMessage("应用外观"),
|
||||
"user_id": MessageLookupByLibrary.simpleMessage("使用者身分"),
|
||||
"warehouse": MessageLookupByLibrary.simpleMessage("仓库"),
|
||||
"weight": MessageLookupByLibrary.simpleMessage("重量"),
|
||||
"weight_in_kg": MessageLookupByLibrary.simpleMessage("重量(千克)"),
|
||||
};
|
||||
}
|
||||
716
lib/generated/l10n.dart
Normal file
716
lib/generated/l10n.dart
Normal file
@@ -0,0 +1,716 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'intl/messages_all.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// Generator: Flutter Intl IDE plugin
|
||||
// Made by Localizely
|
||||
// **************************************************************************
|
||||
|
||||
// ignore_for_file: non_constant_identifier_names, lines_longer_than_80_chars
|
||||
// ignore_for_file: join_return_with_assignment, prefer_final_in_for_each
|
||||
// ignore_for_file: avoid_redundant_argument_values, avoid_escaping_inner_quotes
|
||||
|
||||
class AppLocalization {
|
||||
AppLocalization();
|
||||
|
||||
static AppLocalization? _current;
|
||||
|
||||
static AppLocalization get current {
|
||||
assert(
|
||||
_current != null,
|
||||
'No instance of AppLocalization was loaded. Try to initialize the AppLocalization delegate before accessing AppLocalization.current.',
|
||||
);
|
||||
return _current!;
|
||||
}
|
||||
|
||||
static const AppLocalizationDelegate delegate = AppLocalizationDelegate();
|
||||
|
||||
static Future<AppLocalization> load(Locale locale) {
|
||||
final name =
|
||||
(locale.countryCode?.isEmpty ?? false)
|
||||
? locale.languageCode
|
||||
: locale.toString();
|
||||
final localeName = Intl.canonicalizedLocale(name);
|
||||
return initializeMessages(localeName).then((_) {
|
||||
Intl.defaultLocale = localeName;
|
||||
final instance = AppLocalization();
|
||||
AppLocalization._current = instance;
|
||||
|
||||
return instance;
|
||||
});
|
||||
}
|
||||
|
||||
static AppLocalization of(BuildContext context) {
|
||||
final instance = AppLocalization.maybeOf(context);
|
||||
assert(
|
||||
instance != null,
|
||||
'No instance of AppLocalization present in the widget tree. Did you add AppLocalization.delegate in localizationsDelegates?',
|
||||
);
|
||||
return instance!;
|
||||
}
|
||||
|
||||
static AppLocalization? maybeOf(BuildContext context) {
|
||||
return Localizations.of<AppLocalization>(context, AppLocalization);
|
||||
}
|
||||
|
||||
/// `Tilni tanlang `
|
||||
String get select_language {
|
||||
return Intl.message(
|
||||
'Tilni tanlang ',
|
||||
name: 'select_language',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Davom etish`
|
||||
String get continue_next {
|
||||
return Intl.message(
|
||||
'Davom etish',
|
||||
name: 'continue_next',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Kirish`
|
||||
String get auth {
|
||||
return Intl.message('Kirish', name: 'auth', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Telefon raqami yoki email`
|
||||
String get phone {
|
||||
return Intl.message(
|
||||
'Telefon raqami yoki email',
|
||||
name: 'phone',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Identifikator`
|
||||
String get password {
|
||||
return Intl.message('Identifikator', name: 'password', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Yoki`
|
||||
String get or {
|
||||
return Intl.message('Yoki', name: 'or', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Ro'yxatdan o'tish`
|
||||
String get sign_up {
|
||||
return Intl.message(
|
||||
'Ro\'yxatdan o\'tish',
|
||||
name: 'sign_up',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `To'liq ism`
|
||||
String get full_name {
|
||||
return Intl.message('To\'liq ism', name: 'full_name', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Telefon raqamini tasdiqlang`
|
||||
String get confirm_phone_text {
|
||||
return Intl.message(
|
||||
'Telefon raqamini tasdiqlang',
|
||||
name: 'confirm_phone_text',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `E-pochta manzilini tasdiqlash`
|
||||
String get confirm_email {
|
||||
return Intl.message(
|
||||
'E-pochta manzilini tasdiqlash',
|
||||
name: 'confirm_email',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Noto'g'ri kod`
|
||||
String get incorrect_code {
|
||||
return Intl.message(
|
||||
'Noto\'g\'ri kod',
|
||||
name: 'incorrect_code',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Kodni qayta yuborish`
|
||||
String get send_sms {
|
||||
return Intl.message(
|
||||
'Kodni qayta yuborish',
|
||||
name: 'send_sms',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `so'ng`
|
||||
String get after {
|
||||
return Intl.message('so\'ng', name: 'after', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Tasdiqlash`
|
||||
String get confirm {
|
||||
return Intl.message('Tasdiqlash', name: 'confirm', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Profil`
|
||||
String get profile {
|
||||
return Intl.message('Profil', name: 'profile', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Shaxsiy ma'lumotlar`
|
||||
String get personal_info {
|
||||
return Intl.message(
|
||||
'Shaxsiy ma\'lumotlar',
|
||||
name: 'personal_info',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Telefon`
|
||||
String get phone_number {
|
||||
return Intl.message('Telefon', name: 'phone_number', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Email`
|
||||
String get email {
|
||||
return Intl.message('Email', name: 'email', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Elektron pochta manzilida xato`
|
||||
String get error_email {
|
||||
return Intl.message(
|
||||
'Elektron pochta manzilida xato',
|
||||
name: 'error_email',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Telefon raqamida xato`
|
||||
String get error_in_phone {
|
||||
return Intl.message(
|
||||
'Telefon raqamida xato',
|
||||
name: 'error_in_phone',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `To'liq ism noto'g'ri`
|
||||
String get error_full_name {
|
||||
return Intl.message(
|
||||
'To\'liq ism noto\'g\'ri',
|
||||
name: 'error_full_name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Tilni o'zgartirish`
|
||||
String get change_language {
|
||||
return Intl.message(
|
||||
'Tilni o\'zgartirish',
|
||||
name: 'change_language',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Chiqish`
|
||||
String get logout {
|
||||
return Intl.message('Chiqish', name: 'logout', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Buyurtmalar`
|
||||
String get orders {
|
||||
return Intl.message('Buyurtmalar', name: 'orders', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Status:`
|
||||
String get order_status {
|
||||
return Intl.message('Status:', name: 'order_status', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Buyurtma raqami`
|
||||
String get order_number {
|
||||
return Intl.message(
|
||||
'Buyurtma raqami',
|
||||
name: 'order_number',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Ombor`
|
||||
String get warehouse {
|
||||
return Intl.message('Ombor', name: 'warehouse', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Nomi`
|
||||
String get name {
|
||||
return Intl.message('Nomi', name: 'name', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Telefon raqami`
|
||||
String get phone_number_text {
|
||||
return Intl.message(
|
||||
'Telefon raqami',
|
||||
name: 'phone_number_text',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Elektron pochta`
|
||||
String get email_address {
|
||||
return Intl.message(
|
||||
'Elektron pochta',
|
||||
name: 'email_address',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Hajmi`
|
||||
String get size {
|
||||
return Intl.message('Hajmi', name: 'size', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Og'irligi`
|
||||
String get weight {
|
||||
return Intl.message('Og\'irligi', name: 'weight', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `O'rtacha vazn`
|
||||
String get average_weight {
|
||||
return Intl.message(
|
||||
'O\'rtacha vazn',
|
||||
name: 'average_weight',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Yetkazib berish narxi`
|
||||
String get delivery_price {
|
||||
return Intl.message(
|
||||
'Yetkazib berish narxi',
|
||||
name: 'delivery_price',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Kalkulyator`
|
||||
String get calculator {
|
||||
return Intl.message('Kalkulyator', name: 'calculator', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Og'irligi kg`
|
||||
String get weight_in_kg {
|
||||
return Intl.message(
|
||||
'Og\'irligi kg',
|
||||
name: 'weight_in_kg',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Hajmi m³`
|
||||
String get size_in_m3 {
|
||||
return Intl.message('Hajmi m³', name: 'size_in_m3', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `O'rtacha vazn (kg/m³)`
|
||||
String get average_weight_in {
|
||||
return Intl.message(
|
||||
'O\'rtacha vazn (kg/m³)',
|
||||
name: 'average_weight_in',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Mahsulot nomi`
|
||||
String get product_name {
|
||||
return Intl.message(
|
||||
'Mahsulot nomi',
|
||||
name: 'product_name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Omborni tanlang`
|
||||
String get select_warehouse {
|
||||
return Intl.message(
|
||||
'Omborni tanlang',
|
||||
name: 'select_warehouse',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Hisoblash`
|
||||
String get calculate {
|
||||
return Intl.message('Hisoblash', name: 'calculate', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Narxi`
|
||||
String get price {
|
||||
return Intl.message('Narxi', name: 'price', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Telefon raqam yoki email kiriting`
|
||||
String get enter_phone_or_mail {
|
||||
return Intl.message(
|
||||
'Telefon raqam yoki email kiriting',
|
||||
name: 'enter_phone_or_mail',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Akkauntingiz yo’qmi?`
|
||||
String get no_account {
|
||||
return Intl.message(
|
||||
'Akkauntingiz yo’qmi?',
|
||||
name: 'no_account',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `To‘liq ism kiriting`
|
||||
String get full_name_hint {
|
||||
return Intl.message(
|
||||
'To‘liq ism kiriting',
|
||||
name: 'full_name_hint',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Allaqachon akkauntingiz bormi?`
|
||||
String get has_account {
|
||||
return Intl.message(
|
||||
'Allaqachon akkauntingiz bormi?',
|
||||
name: 'has_account',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Tizimga kirish`
|
||||
String get auth_login {
|
||||
return Intl.message(
|
||||
'Tizimga kirish',
|
||||
name: 'auth_login',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `{phone} raqamingizga yuborilgan maxfiy kodni kiriting`
|
||||
String enter_code_phone(Object phone) {
|
||||
return Intl.message(
|
||||
'$phone raqamingizga yuborilgan maxfiy kodni kiriting',
|
||||
name: 'enter_code_phone',
|
||||
desc: '',
|
||||
args: [phone],
|
||||
);
|
||||
}
|
||||
|
||||
/// `{mail} mailga yuborilgan maxfiy kodni kiriting`
|
||||
String enter_code_mail(Object mail) {
|
||||
return Intl.message(
|
||||
'$mail mailga yuborilgan maxfiy kodni kiriting',
|
||||
name: 'enter_code_mail',
|
||||
desc: '',
|
||||
args: [mail],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Buyurtma nomi`
|
||||
String get order_name {
|
||||
return Intl.message(
|
||||
'Buyurtma nomi',
|
||||
name: 'order_name',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Yetkazib berish vaqti`
|
||||
String get delivery_time {
|
||||
return Intl.message(
|
||||
'Yetkazib berish vaqti',
|
||||
name: 'delivery_time',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Buyurtma yetkazish ma’lumotlari`
|
||||
String get order_delivery_info {
|
||||
return Intl.message(
|
||||
'Buyurtma yetkazish ma’lumotlari',
|
||||
name: 'order_delivery_info',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Tahminiy yetkazish vaqti`
|
||||
String get delivery_time_estimated {
|
||||
return Intl.message(
|
||||
'Tahminiy yetkazish vaqti',
|
||||
name: 'delivery_time_estimated',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Buyurtma tafsilotlari`
|
||||
String get order_details {
|
||||
return Intl.message(
|
||||
'Buyurtma tafsilotlari',
|
||||
name: 'order_details',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Buyurtma rasmlari`
|
||||
String get order_photo {
|
||||
return Intl.message(
|
||||
'Buyurtma rasmlari',
|
||||
name: 'order_photo',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Aloqa`
|
||||
String get phone_call {
|
||||
return Intl.message('Aloqa', name: 'phone_call', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Yuborish`
|
||||
String get send {
|
||||
return Intl.message('Yuborish', name: 'send', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Xizmatimizdan foydalanishingizdan mamnunmiz! Sizga tez orada aloqaga chiqamiz!`
|
||||
String get done_phone {
|
||||
return Intl.message(
|
||||
'Xizmatimizdan foydalanishingizdan mamnunmiz! Sizga tez orada aloqaga chiqamiz!',
|
||||
name: 'done_phone',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Sizning arizangiz muvaffaqiyatli qabul qilindi! Xizmatlarimizdan foydalanishingizdan hursandmiz`
|
||||
String get done_order {
|
||||
return Intl.message(
|
||||
'Sizning arizangiz muvaffaqiyatli qabul qilindi! Xizmatlarimizdan foydalanishingizdan hursandmiz',
|
||||
name: 'done_order',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Tushundim!`
|
||||
String get done_ready {
|
||||
return Intl.message('Tushundim!', name: 'done_ready', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Saqlash`
|
||||
String get save {
|
||||
return Intl.message('Saqlash', name: 'save', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Ilova ko’rinishi`
|
||||
String get theme_mode {
|
||||
return Intl.message(
|
||||
'Ilova ko’rinishi',
|
||||
name: 'theme_mode',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Light`
|
||||
String get light {
|
||||
return Intl.message('Light', name: 'light', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Dark`
|
||||
String get dark {
|
||||
return Intl.message('Dark', name: 'dark', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Izoh qoldirish`
|
||||
String get left_comment {
|
||||
return Intl.message(
|
||||
'Izoh qoldirish',
|
||||
name: 'left_comment',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Iltimos, o'zaro aloqa haqida sharh qoldiring. Bu bizga xizmatni yaxshilashga yordam beradi.`
|
||||
String get comment_desc {
|
||||
return Intl.message(
|
||||
'Iltimos, o\'zaro aloqa haqida sharh qoldiring. Bu bizga xizmatni yaxshilashga yordam beradi.',
|
||||
name: 'comment_desc',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Izoh`
|
||||
String get comment {
|
||||
return Intl.message('Izoh', name: 'comment', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Izoh matni`
|
||||
String get comment_text {
|
||||
return Intl.message('Izoh matni', name: 'comment_text', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Bildirishnomalar`
|
||||
String get notification {
|
||||
return Intl.message(
|
||||
'Bildirishnomalar',
|
||||
name: 'notification',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `ID пользователя`
|
||||
String get user_id {
|
||||
return Intl.message('ID пользователя', name: 'user_id', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Текст скопирован.`
|
||||
String get text_copied {
|
||||
return Intl.message(
|
||||
'Текст скопирован.',
|
||||
name: 'text_copied',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Отмена`
|
||||
String get cancel {
|
||||
return Intl.message('Отмена', name: 'cancel', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `登入資料不正確`
|
||||
String get login_error {
|
||||
return Intl.message('登入資料不正確', name: 'login_error', desc: '', args: []);
|
||||
}
|
||||
|
||||
/// `Hozircha zakazlaringiz yoʻq`
|
||||
String get no_order {
|
||||
return Intl.message(
|
||||
'Hozircha zakazlaringiz yoʻq',
|
||||
name: 'no_order',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `У вас пока нет загрузок.`
|
||||
String get no_order_desc {
|
||||
return Intl.message(
|
||||
'У вас пока нет загрузок.',
|
||||
name: 'no_order_desc',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Есть номер телефона.`
|
||||
String get phone_registered {
|
||||
return Intl.message(
|
||||
'Есть номер телефона.',
|
||||
name: 'phone_registered',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Удалить аккаунт`
|
||||
String get delete_account {
|
||||
return Intl.message(
|
||||
'Удалить аккаунт',
|
||||
name: 'delete_account',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Нажав кнопку «Удалить», вы удалите свою учётную запись навсегда!\nВы уверены, что хотите удалить свою учётную запись?`
|
||||
String get delete_account_desc {
|
||||
return Intl.message(
|
||||
'Нажав кнопку «Удалить», вы удалите свою учётную запись навсегда!\nВы уверены, что хотите удалить свою учётную запись?',
|
||||
name: 'delete_account_desc',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Удалить`
|
||||
String get delete {
|
||||
return Intl.message('Удалить', name: 'delete', desc: '', args: []);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<AppLocalization> {
|
||||
const AppLocalizationDelegate();
|
||||
|
||||
List<Locale> get supportedLocales {
|
||||
return const <Locale>[
|
||||
Locale.fromSubtags(languageCode: 'en'),
|
||||
Locale.fromSubtags(languageCode: 'ru'),
|
||||
Locale.fromSubtags(languageCode: 'uz'),
|
||||
Locale.fromSubtags(languageCode: 'zh'),
|
||||
];
|
||||
}
|
||||
|
||||
@override
|
||||
bool isSupported(Locale locale) => _isSupported(locale);
|
||||
@override
|
||||
Future<AppLocalization> load(Locale locale) => AppLocalization.load(locale);
|
||||
@override
|
||||
bool shouldReload(AppLocalizationDelegate old) => false;
|
||||
|
||||
bool _isSupported(Locale locale) {
|
||||
for (var supportedLocale in supportedLocales) {
|
||||
if (supportedLocale.languageCode == locale.languageCode) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user