Initial commit

This commit is contained in:
jahongireshonqulov
2025-10-18 09:40:06 +05:00
commit 1bf3e41abe
352 changed files with 16315 additions and 0 deletions

View 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);
}

View 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(
"Toliq 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 yoqmi?"),
"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 malumotlari",
),
"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 korinishi"),
"user_id": MessageLookupByLibrary.simpleMessage("ID пользователя"),
"warehouse": MessageLookupByLibrary.simpleMessage("Ombor"),
"weight": MessageLookupByLibrary.simpleMessage("Og\'irligi"),
"weight_in_kg": MessageLookupByLibrary.simpleMessage("Og\'irligi kg"),
};
}

View 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("Вес в кг"),
};
}

View 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("0chirish"),
"delete_account": MessageLookupByLibrary.simpleMessage(
"Akkauntni ochirish",
),
"delete_account_desc": MessageLookupByLibrary.simpleMessage(
"Ochirish tugmasini bosish orqali sizning akkountingiz butunlay ochib ketiadi!\nHaqiqatdanam akkountingizni ochirmoqchimisiz?",
),
"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(
"Toliq 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 yoqmi?"),
"no_order": MessageLookupByLibrary.simpleMessage("Yuklar yoq!"),
"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 malumotlari",
),
"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(
"Ozingizga 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 korinishi"),
"user_id": MessageLookupByLibrary.simpleMessage("Foydalanuvchi IDsi"),
"warehouse": MessageLookupByLibrary.simpleMessage("Ombor"),
"weight": MessageLookupByLibrary.simpleMessage("Og\'irligi"),
"weight_in_kg": MessageLookupByLibrary.simpleMessage("Og\'irligi kg"),
};
}

View 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("重量(千克)"),
};
}