feat: splash page done
This commit is contained in:
@@ -100,809 +100,41 @@ abstract class AppLocalizations {
|
||||
Locale('uz'),
|
||||
];
|
||||
|
||||
/// No description provided for @useYourTAxiAccount.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Use your uber account to get started'**
|
||||
String get useYourTAxiAccount;
|
||||
|
||||
/// No description provided for @enterYourMobileNumber.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter your mobile number'**
|
||||
String get enterYourMobileNumber;
|
||||
|
||||
/// No description provided for @mobileNumber.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Mobile number'**
|
||||
String get mobileNumber;
|
||||
|
||||
/// No description provided for @next.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Next'**
|
||||
String get next;
|
||||
|
||||
/// No description provided for @contestToGetCallAndSms.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'By proceeding, you consent to get calls, Whatsapp or SMS messages, including by automated means, from uber and its affiliates to the number provided.'**
|
||||
String get contestToGetCallAndSms;
|
||||
|
||||
/// No description provided for @continueWithGoogle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Continue with google'**
|
||||
String get continueWithGoogle;
|
||||
|
||||
/// No description provided for @or.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'or'**
|
||||
String get or;
|
||||
|
||||
/// No description provided for @welcomeBack.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Welcome back, John'**
|
||||
String get welcomeBack;
|
||||
|
||||
/// No description provided for @pleaseEnterYourPassword.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Please enter your password'**
|
||||
String get pleaseEnterYourPassword;
|
||||
|
||||
/// No description provided for @iHaveForgotPassword.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'I\'ve forgotten my password'**
|
||||
String get iHaveForgotPassword;
|
||||
|
||||
/// No description provided for @iCantSignIn.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'I cant sign in'**
|
||||
String get iCantSignIn;
|
||||
|
||||
/// No description provided for @enter4DigitCodeSentYou.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter the 4-digit code sent to you at {phone}'**
|
||||
String enter4DigitCodeSentYou(String phone);
|
||||
|
||||
/// No description provided for @iHavenRecievedCode.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'I haven’t recieved a code (\${time})'**
|
||||
String iHavenRecievedCode(String time);
|
||||
|
||||
/// No description provided for @delivery.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Delivery'**
|
||||
String get delivery;
|
||||
|
||||
/// No description provided for @pickUp.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Pickup'**
|
||||
String get pickUp;
|
||||
|
||||
/// No description provided for @dineIn.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Dine-in'**
|
||||
String get dineIn;
|
||||
|
||||
/// No description provided for @allCategories.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'All categories'**
|
||||
String get allCategories;
|
||||
|
||||
/// No description provided for @convenience.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Convenience'**
|
||||
String get convenience;
|
||||
|
||||
/// No description provided for @alcohol.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Alcohol'**
|
||||
String get alcohol;
|
||||
|
||||
/// No description provided for @petSupplies.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Pet Supplies'**
|
||||
String get petSupplies;
|
||||
|
||||
/// No description provided for @flowers.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Flowers'**
|
||||
String get flowers;
|
||||
|
||||
/// No description provided for @grocery.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Grocery'**
|
||||
String get grocery;
|
||||
|
||||
/// No description provided for @american.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'American'**
|
||||
String get american;
|
||||
|
||||
/// No description provided for @speciality.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Speciality'**
|
||||
String get speciality;
|
||||
|
||||
/// No description provided for @takeout.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Takeout'**
|
||||
String get takeout;
|
||||
|
||||
/// No description provided for @asian.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Asian'**
|
||||
String get asian;
|
||||
|
||||
/// No description provided for @iceCream.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Ice Cream'**
|
||||
String get iceCream;
|
||||
|
||||
/// No description provided for @halal.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Halal'**
|
||||
String get halal;
|
||||
|
||||
/// No description provided for @retails.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Retails'**
|
||||
String get retails;
|
||||
|
||||
/// No description provided for @caribbean.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Caribbean'**
|
||||
String get caribbean;
|
||||
|
||||
/// No description provided for @indian.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Indian'**
|
||||
String get indian;
|
||||
|
||||
/// No description provided for @french.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'French'**
|
||||
String get french;
|
||||
|
||||
/// No description provided for @fastFoods.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Fast Foods'**
|
||||
String get fastFoods;
|
||||
|
||||
/// No description provided for @burger.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Burger'**
|
||||
String get burger;
|
||||
|
||||
/// No description provided for @ride.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Ride'**
|
||||
String get ride;
|
||||
|
||||
/// No description provided for @chinese.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Chinese'**
|
||||
String get chinese;
|
||||
|
||||
/// No description provided for @dessert.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Dessert'**
|
||||
String get dessert;
|
||||
|
||||
/// No description provided for @more.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'More'**
|
||||
String get more;
|
||||
|
||||
/// No description provided for @orderDetails.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Order details'**
|
||||
String get orderDetails;
|
||||
|
||||
/// No description provided for @deliverNow.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Deliver now'**
|
||||
String get deliverNow;
|
||||
|
||||
/// No description provided for @schedule.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Schedule'**
|
||||
String get schedule;
|
||||
|
||||
/// No description provided for @enterNewAddress.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter a new address'**
|
||||
String get enterNewAddress;
|
||||
|
||||
/// No description provided for @nearby.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Nearby'**
|
||||
String get nearby;
|
||||
|
||||
/// No description provided for @currentLocation.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Current location'**
|
||||
String get currentLocation;
|
||||
|
||||
/// No description provided for @enable.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enable'**
|
||||
String get enable;
|
||||
|
||||
/// No description provided for @recentLocations.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Recent locations'**
|
||||
String get recentLocations;
|
||||
|
||||
/// No description provided for @allFilters.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'All filters'**
|
||||
String get allFilters;
|
||||
|
||||
/// No description provided for @sort.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Sort'**
|
||||
String get sort;
|
||||
|
||||
/// No description provided for @pickedForYou.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Picked for you (default)'**
|
||||
String get pickedForYou;
|
||||
|
||||
/// No description provided for @mostPopular.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Most popular'**
|
||||
String get mostPopular;
|
||||
|
||||
/// No description provided for @rating.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Rating'**
|
||||
String get rating;
|
||||
|
||||
/// No description provided for @deliveryTime.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Delivery time'**
|
||||
String get deliveryTime;
|
||||
|
||||
/// No description provided for @fromUberEats.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'From {name}'**
|
||||
String fromUberEats(String name);
|
||||
|
||||
/// No description provided for @deals.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Deals'**
|
||||
String get deals;
|
||||
|
||||
/// No description provided for @bestOverall.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Best Overall'**
|
||||
String get bestOverall;
|
||||
|
||||
/// No description provided for @priceRange.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Price range'**
|
||||
String get priceRange;
|
||||
|
||||
/// No description provided for @maxDeliveryFee.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Max. Delivery Fee'**
|
||||
String get maxDeliveryFee;
|
||||
|
||||
/// No description provided for @dietary.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Dietary'**
|
||||
String get dietary;
|
||||
|
||||
/// No description provided for @vegetarian.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Vegetarian'**
|
||||
String get vegetarian;
|
||||
|
||||
/// No description provided for @vegan.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Vegan'**
|
||||
String get vegan;
|
||||
|
||||
/// No description provided for @glutenFree.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Gluten-free'**
|
||||
String get glutenFree;
|
||||
|
||||
/// No description provided for @allergyFriendly.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Allergy friendly'**
|
||||
String get allergyFriendly;
|
||||
|
||||
/// No description provided for @atLeast.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'At least'**
|
||||
String get atLeast;
|
||||
|
||||
/// No description provided for @apply.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Apply'**
|
||||
String get apply;
|
||||
|
||||
/// No description provided for @pickedForYouDefault.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Picked for you (default)'**
|
||||
String get pickedForYouDefault;
|
||||
|
||||
/// No description provided for @popular.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Most popular'**
|
||||
String get popular;
|
||||
|
||||
/// No description provided for @topRated.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Top rated'**
|
||||
String get topRated;
|
||||
|
||||
/// No description provided for @fast.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Fast'**
|
||||
String get fast;
|
||||
|
||||
/// No description provided for @featuredStores.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Featured stores'**
|
||||
String get featuredStores;
|
||||
|
||||
/// No description provided for @opensAt.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Opens at {time}'**
|
||||
String opensAt(String time);
|
||||
|
||||
/// No description provided for @spendAndSave.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Spend {spend}, save {save}'**
|
||||
String spendAndSave(String spend, String save);
|
||||
|
||||
/// No description provided for @cartsTitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Carts'**
|
||||
String get cartsTitle;
|
||||
|
||||
/// No description provided for @addItemsStartBasket.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Add items to start a basket'**
|
||||
String get addItemsStartBasket;
|
||||
|
||||
/// No description provided for @basketHint.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Once you add items from a restaurant or store, your basket will appear here.'**
|
||||
String get basketHint;
|
||||
|
||||
/// No description provided for @startShopping.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Start Shopping'**
|
||||
String get startShopping;
|
||||
|
||||
/// No description provided for @orders.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Orders'**
|
||||
String get orders;
|
||||
|
||||
/// No description provided for @recentSearches.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Recent searches'**
|
||||
String get recentSearches;
|
||||
|
||||
/// No description provided for @cafe.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Cafe'**
|
||||
String get cafe;
|
||||
|
||||
/// No description provided for @irish.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Irish'**
|
||||
String get irish;
|
||||
|
||||
/// No description provided for @topCategories.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Top Categories'**
|
||||
String get topCategories;
|
||||
|
||||
/// No description provided for @breakfastAndBrunch.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Breakfast and Brunch'**
|
||||
String get breakfastAndBrunch;
|
||||
|
||||
/// No description provided for @coffeeAndTea.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Coffee and Tea'**
|
||||
String get coffeeAndTea;
|
||||
|
||||
/// No description provided for @latestDeals.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Latest Deals'**
|
||||
String get latestDeals;
|
||||
|
||||
/// No description provided for @restaurantRewards.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Restaurant Rewards'**
|
||||
String get restaurantRewards;
|
||||
|
||||
/// No description provided for @nationwideShipping.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Nationwide Shipping'**
|
||||
String get nationwideShipping;
|
||||
|
||||
/// No description provided for @mexican.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Mexican'**
|
||||
String get mexican;
|
||||
|
||||
/// No description provided for @fastFood.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Fast Food'**
|
||||
String get fastFood;
|
||||
|
||||
/// No description provided for @healthy.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Healthy'**
|
||||
String get healthy;
|
||||
|
||||
/// No description provided for @pizza.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Pizza'**
|
||||
String get pizza;
|
||||
|
||||
/// No description provided for @sandwich.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Sandwich'**
|
||||
String get sandwich;
|
||||
|
||||
/// No description provided for @bakery.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Bakery'**
|
||||
String get bakery;
|
||||
|
||||
/// No description provided for @categoriesShort.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Food, shopping, drinks, etc.'**
|
||||
String get categoriesShort;
|
||||
|
||||
/// No description provided for @yourFavourites.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Your favourites'**
|
||||
String get yourFavourites;
|
||||
|
||||
/// No description provided for @wallet.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Wallet'**
|
||||
String get wallet;
|
||||
|
||||
/// No description provided for @sendAGift.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Send a gift'**
|
||||
String get sendAGift;
|
||||
|
||||
/// No description provided for @businessPreferences.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Business preferences'**
|
||||
String get businessPreferences;
|
||||
|
||||
/// No description provided for @businessSub.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Make work meals quicker and easier'**
|
||||
String get businessSub;
|
||||
|
||||
/// No description provided for @help.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Help'**
|
||||
String get help;
|
||||
|
||||
/// No description provided for @promotions.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Promotions'**
|
||||
String get promotions;
|
||||
|
||||
/// No description provided for @uberPass.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Uber Pass'**
|
||||
String get uberPass;
|
||||
|
||||
/// No description provided for @uberPassSub.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Join free for 1 month'**
|
||||
String get uberPassSub;
|
||||
|
||||
/// No description provided for @deliverWithUber.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Deliver with Uber'**
|
||||
String get deliverWithUber;
|
||||
|
||||
/// No description provided for @settings.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Settings'**
|
||||
String get settings;
|
||||
|
||||
/// No description provided for @home.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Home'**
|
||||
String get home;
|
||||
|
||||
/// No description provided for @browse.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Browse'**
|
||||
String get browse;
|
||||
|
||||
/// No description provided for @baskets.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Baskets'**
|
||||
String get baskets;
|
||||
|
||||
/// No description provided for @account.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Account'**
|
||||
String get account;
|
||||
|
||||
/// No description provided for @changeLanguage.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Change language'**
|
||||
String get changeLanguage;
|
||||
|
||||
/// No description provided for @language.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Language'**
|
||||
String get language;
|
||||
|
||||
/// No description provided for @login.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Login'**
|
||||
String get login;
|
||||
|
||||
/// No description provided for @phone_number.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Phone number'**
|
||||
String get phone_number;
|
||||
|
||||
/// No description provided for @enter_phone_number.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter phone number'**
|
||||
String get enter_phone_number;
|
||||
|
||||
/// No description provided for @password.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Password'**
|
||||
String get password;
|
||||
|
||||
/// No description provided for @enter_password.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter password'**
|
||||
String get enter_password;
|
||||
|
||||
/// No description provided for @forgot_password.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Forgot password'**
|
||||
String get forgot_password;
|
||||
|
||||
/// No description provided for @continue_str.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Continue'**
|
||||
String get continue_str;
|
||||
|
||||
/// No description provided for @dont_have_account.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Don\'t have an account?'**
|
||||
String get dont_have_account;
|
||||
|
||||
/// No description provided for @sign_up.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'SignUp'**
|
||||
String get sign_up;
|
||||
|
||||
/// No description provided for @field_cannot_be_empty.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'This field cannot be empty'**
|
||||
String get field_cannot_be_empty;
|
||||
|
||||
/// No description provided for @password_too_short.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Password must be at least 6 characters long'**
|
||||
String get password_too_short;
|
||||
|
||||
/// No description provided for @invalid_phone_format.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Invalid phone number format'**
|
||||
String get invalid_phone_format;
|
||||
|
||||
/// No description provided for @first_name.
|
||||
/// No description provided for @password_too_short.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'First name'**
|
||||
String get first_name;
|
||||
|
||||
/// No description provided for @enter_first_name.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter first name'**
|
||||
String get enter_first_name;
|
||||
|
||||
/// No description provided for @repeat_password.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Repeat password'**
|
||||
String get repeat_password;
|
||||
|
||||
/// No description provided for @enter_repeat_password.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter repeat password'**
|
||||
String get enter_repeat_password;
|
||||
|
||||
/// No description provided for @already_has_account.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Already have an account?'**
|
||||
String get already_has_account;
|
||||
|
||||
/// No description provided for @unexpected_error.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Unexpected error'**
|
||||
String get unexpected_error;
|
||||
|
||||
/// No description provided for @consent_message.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'By proceeding, you consent to get calls or SMS messages, including by automated means, from {appName} and its affiliates to the number provided.'**
|
||||
String consent_message(String appName);
|
||||
|
||||
/// No description provided for @otp_code_incomplete.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Code is incomplete. Please enter the full code.'**
|
||||
String get otp_code_incomplete;
|
||||
/// **'Password must be at least 6 characters long'**
|
||||
String get password_too_short;
|
||||
|
||||
/// No description provided for @passwords_do_not_match.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Passwords do not match.'**
|
||||
/// **'Passwords do not match'**
|
||||
String get passwords_do_not_match;
|
||||
|
||||
/// No description provided for @reset_password.
|
||||
/// No description provided for @otp_code_incomplete.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Reset password'**
|
||||
String get reset_password;
|
||||
/// **'OTP code is incomplete'**
|
||||
String get otp_code_incomplete;
|
||||
|
||||
/// No description provided for @new_password.
|
||||
/// No description provided for @unexpected_error.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'New password'**
|
||||
String get new_password;
|
||||
|
||||
/// No description provided for @enter_otp_code.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Enter the 5-digit code sent to you at {phoneNumber}'**
|
||||
String enter_otp_code(String phoneNumber);
|
||||
|
||||
/// No description provided for @resend_otp_after.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'You can resend OTP after'**
|
||||
String get resend_otp_after;
|
||||
/// **'An unexpected error occurred. Please try again.'**
|
||||
String get unexpected_error;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
@@ -8,423 +8,23 @@ import 'app_localizations.dart';
|
||||
class AppLocalizationsEn extends AppLocalizations {
|
||||
AppLocalizationsEn([String locale = 'en']) : super(locale);
|
||||
|
||||
@override
|
||||
String get useYourTAxiAccount => 'Use your uber account to get started';
|
||||
|
||||
@override
|
||||
String get enterYourMobileNumber => 'Enter your mobile number';
|
||||
|
||||
@override
|
||||
String get mobileNumber => 'Mobile number';
|
||||
|
||||
@override
|
||||
String get next => 'Next';
|
||||
|
||||
@override
|
||||
String get contestToGetCallAndSms =>
|
||||
'By proceeding, you consent to get calls, Whatsapp or SMS messages, including by automated means, from uber and its affiliates to the number provided.';
|
||||
|
||||
@override
|
||||
String get continueWithGoogle => 'Continue with google';
|
||||
|
||||
@override
|
||||
String get or => 'or';
|
||||
|
||||
@override
|
||||
String get welcomeBack => 'Welcome back, John';
|
||||
|
||||
@override
|
||||
String get pleaseEnterYourPassword => 'Please enter your password';
|
||||
|
||||
@override
|
||||
String get iHaveForgotPassword => 'I\'ve forgotten my password';
|
||||
|
||||
@override
|
||||
String get iCantSignIn => 'I cant sign in';
|
||||
|
||||
@override
|
||||
String enter4DigitCodeSentYou(String phone) {
|
||||
return 'Enter the 4-digit code sent to you at $phone';
|
||||
}
|
||||
|
||||
@override
|
||||
String iHavenRecievedCode(String time) {
|
||||
return 'I haven’t recieved a code (\$$time)';
|
||||
}
|
||||
|
||||
@override
|
||||
String get delivery => 'Delivery';
|
||||
|
||||
@override
|
||||
String get pickUp => 'Pickup';
|
||||
|
||||
@override
|
||||
String get dineIn => 'Dine-in';
|
||||
|
||||
@override
|
||||
String get allCategories => 'All categories';
|
||||
|
||||
@override
|
||||
String get convenience => 'Convenience';
|
||||
|
||||
@override
|
||||
String get alcohol => 'Alcohol';
|
||||
|
||||
@override
|
||||
String get petSupplies => 'Pet Supplies';
|
||||
|
||||
@override
|
||||
String get flowers => 'Flowers';
|
||||
|
||||
@override
|
||||
String get grocery => 'Grocery';
|
||||
|
||||
@override
|
||||
String get american => 'American';
|
||||
|
||||
@override
|
||||
String get speciality => 'Speciality';
|
||||
|
||||
@override
|
||||
String get takeout => 'Takeout';
|
||||
|
||||
@override
|
||||
String get asian => 'Asian';
|
||||
|
||||
@override
|
||||
String get iceCream => 'Ice Cream';
|
||||
|
||||
@override
|
||||
String get halal => 'Halal';
|
||||
|
||||
@override
|
||||
String get retails => 'Retails';
|
||||
|
||||
@override
|
||||
String get caribbean => 'Caribbean';
|
||||
|
||||
@override
|
||||
String get indian => 'Indian';
|
||||
|
||||
@override
|
||||
String get french => 'French';
|
||||
|
||||
@override
|
||||
String get fastFoods => 'Fast Foods';
|
||||
|
||||
@override
|
||||
String get burger => 'Burger';
|
||||
|
||||
@override
|
||||
String get ride => 'Ride';
|
||||
|
||||
@override
|
||||
String get chinese => 'Chinese';
|
||||
|
||||
@override
|
||||
String get dessert => 'Dessert';
|
||||
|
||||
@override
|
||||
String get more => 'More';
|
||||
|
||||
@override
|
||||
String get orderDetails => 'Order details';
|
||||
|
||||
@override
|
||||
String get deliverNow => 'Deliver now';
|
||||
|
||||
@override
|
||||
String get schedule => 'Schedule';
|
||||
|
||||
@override
|
||||
String get enterNewAddress => 'Enter a new address';
|
||||
|
||||
@override
|
||||
String get nearby => 'Nearby';
|
||||
|
||||
@override
|
||||
String get currentLocation => 'Current location';
|
||||
|
||||
@override
|
||||
String get enable => 'Enable';
|
||||
|
||||
@override
|
||||
String get recentLocations => 'Recent locations';
|
||||
|
||||
@override
|
||||
String get allFilters => 'All filters';
|
||||
|
||||
@override
|
||||
String get sort => 'Sort';
|
||||
|
||||
@override
|
||||
String get pickedForYou => 'Picked for you (default)';
|
||||
|
||||
@override
|
||||
String get mostPopular => 'Most popular';
|
||||
|
||||
@override
|
||||
String get rating => 'Rating';
|
||||
|
||||
@override
|
||||
String get deliveryTime => 'Delivery time';
|
||||
|
||||
@override
|
||||
String fromUberEats(String name) {
|
||||
return 'From $name';
|
||||
}
|
||||
|
||||
@override
|
||||
String get deals => 'Deals';
|
||||
|
||||
@override
|
||||
String get bestOverall => 'Best Overall';
|
||||
|
||||
@override
|
||||
String get priceRange => 'Price range';
|
||||
|
||||
@override
|
||||
String get maxDeliveryFee => 'Max. Delivery Fee';
|
||||
|
||||
@override
|
||||
String get dietary => 'Dietary';
|
||||
|
||||
@override
|
||||
String get vegetarian => 'Vegetarian';
|
||||
|
||||
@override
|
||||
String get vegan => 'Vegan';
|
||||
|
||||
@override
|
||||
String get glutenFree => 'Gluten-free';
|
||||
|
||||
@override
|
||||
String get allergyFriendly => 'Allergy friendly';
|
||||
|
||||
@override
|
||||
String get atLeast => 'At least';
|
||||
|
||||
@override
|
||||
String get apply => 'Apply';
|
||||
|
||||
@override
|
||||
String get pickedForYouDefault => 'Picked for you (default)';
|
||||
|
||||
@override
|
||||
String get popular => 'Most popular';
|
||||
|
||||
@override
|
||||
String get topRated => 'Top rated';
|
||||
|
||||
@override
|
||||
String get fast => 'Fast';
|
||||
|
||||
@override
|
||||
String get featuredStores => 'Featured stores';
|
||||
|
||||
@override
|
||||
String opensAt(String time) {
|
||||
return 'Opens at $time';
|
||||
}
|
||||
|
||||
@override
|
||||
String spendAndSave(String spend, String save) {
|
||||
return 'Spend $spend, save $save';
|
||||
}
|
||||
|
||||
@override
|
||||
String get cartsTitle => 'Carts';
|
||||
|
||||
@override
|
||||
String get addItemsStartBasket => 'Add items to start a basket';
|
||||
|
||||
@override
|
||||
String get basketHint =>
|
||||
'Once you add items from a restaurant or store, your basket will appear here.';
|
||||
|
||||
@override
|
||||
String get startShopping => 'Start Shopping';
|
||||
|
||||
@override
|
||||
String get orders => 'Orders';
|
||||
|
||||
@override
|
||||
String get recentSearches => 'Recent searches';
|
||||
|
||||
@override
|
||||
String get cafe => 'Cafe';
|
||||
|
||||
@override
|
||||
String get irish => 'Irish';
|
||||
|
||||
@override
|
||||
String get topCategories => 'Top Categories';
|
||||
|
||||
@override
|
||||
String get breakfastAndBrunch => 'Breakfast and Brunch';
|
||||
|
||||
@override
|
||||
String get coffeeAndTea => 'Coffee and Tea';
|
||||
|
||||
@override
|
||||
String get latestDeals => 'Latest Deals';
|
||||
|
||||
@override
|
||||
String get restaurantRewards => 'Restaurant Rewards';
|
||||
|
||||
@override
|
||||
String get nationwideShipping => 'Nationwide Shipping';
|
||||
|
||||
@override
|
||||
String get mexican => 'Mexican';
|
||||
|
||||
@override
|
||||
String get fastFood => 'Fast Food';
|
||||
|
||||
@override
|
||||
String get healthy => 'Healthy';
|
||||
|
||||
@override
|
||||
String get pizza => 'Pizza';
|
||||
|
||||
@override
|
||||
String get sandwich => 'Sandwich';
|
||||
|
||||
@override
|
||||
String get bakery => 'Bakery';
|
||||
|
||||
@override
|
||||
String get categoriesShort => 'Food, shopping, drinks, etc.';
|
||||
|
||||
@override
|
||||
String get yourFavourites => 'Your favourites';
|
||||
|
||||
@override
|
||||
String get wallet => 'Wallet';
|
||||
|
||||
@override
|
||||
String get sendAGift => 'Send a gift';
|
||||
|
||||
@override
|
||||
String get businessPreferences => 'Business preferences';
|
||||
|
||||
@override
|
||||
String get businessSub => 'Make work meals quicker and easier';
|
||||
|
||||
@override
|
||||
String get help => 'Help';
|
||||
|
||||
@override
|
||||
String get promotions => 'Promotions';
|
||||
|
||||
@override
|
||||
String get uberPass => 'Uber Pass';
|
||||
|
||||
@override
|
||||
String get uberPassSub => 'Join free for 1 month';
|
||||
|
||||
@override
|
||||
String get deliverWithUber => 'Deliver with Uber';
|
||||
|
||||
@override
|
||||
String get settings => 'Settings';
|
||||
|
||||
@override
|
||||
String get home => 'Home';
|
||||
|
||||
@override
|
||||
String get browse => 'Browse';
|
||||
|
||||
@override
|
||||
String get baskets => 'Baskets';
|
||||
|
||||
@override
|
||||
String get account => 'Account';
|
||||
|
||||
@override
|
||||
String get changeLanguage => 'Change language';
|
||||
|
||||
@override
|
||||
String get language => 'Language';
|
||||
|
||||
@override
|
||||
String get login => 'Login';
|
||||
|
||||
@override
|
||||
String get phone_number => 'Phone number';
|
||||
|
||||
@override
|
||||
String get enter_phone_number => 'Enter phone number';
|
||||
|
||||
@override
|
||||
String get password => 'Password';
|
||||
|
||||
@override
|
||||
String get enter_password => 'Enter password';
|
||||
|
||||
@override
|
||||
String get forgot_password => 'Forgot password';
|
||||
|
||||
@override
|
||||
String get continue_str => 'Continue';
|
||||
|
||||
@override
|
||||
String get dont_have_account => 'Don\'t have an account?';
|
||||
|
||||
@override
|
||||
String get sign_up => 'SignUp';
|
||||
|
||||
@override
|
||||
String get field_cannot_be_empty => 'This field cannot be empty';
|
||||
|
||||
@override
|
||||
String get invalid_phone_format => 'Invalid phone number format';
|
||||
|
||||
@override
|
||||
String get password_too_short =>
|
||||
'Password must be at least 6 characters long';
|
||||
|
||||
@override
|
||||
String get invalid_phone_format => 'Invalid phone number format';
|
||||
String get passwords_do_not_match => 'Passwords do not match';
|
||||
|
||||
@override
|
||||
String get first_name => 'First name';
|
||||
String get otp_code_incomplete => 'OTP code is incomplete';
|
||||
|
||||
@override
|
||||
String get enter_first_name => 'Enter first name';
|
||||
|
||||
@override
|
||||
String get repeat_password => 'Repeat password';
|
||||
|
||||
@override
|
||||
String get enter_repeat_password => 'Enter repeat password';
|
||||
|
||||
@override
|
||||
String get already_has_account => 'Already have an account?';
|
||||
|
||||
@override
|
||||
String get unexpected_error => 'Unexpected error';
|
||||
|
||||
@override
|
||||
String consent_message(String appName) {
|
||||
return 'By proceeding, you consent to get calls or SMS messages, including by automated means, from $appName and its affiliates to the number provided.';
|
||||
}
|
||||
|
||||
@override
|
||||
String get otp_code_incomplete =>
|
||||
'Code is incomplete. Please enter the full code.';
|
||||
|
||||
@override
|
||||
String get passwords_do_not_match => 'Passwords do not match.';
|
||||
|
||||
@override
|
||||
String get reset_password => 'Reset password';
|
||||
|
||||
@override
|
||||
String get new_password => 'New password';
|
||||
|
||||
@override
|
||||
String enter_otp_code(String phoneNumber) {
|
||||
return 'Enter the 5-digit code sent to you at $phoneNumber';
|
||||
}
|
||||
|
||||
@override
|
||||
String get resend_otp_after => 'You can resend OTP after';
|
||||
String get unexpected_error =>
|
||||
'An unexpected error occurred. Please try again.';
|
||||
}
|
||||
|
||||
@@ -9,422 +9,22 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
AppLocalizationsRu([String locale = 'ru']) : super(locale);
|
||||
|
||||
@override
|
||||
String get useYourTAxiAccount =>
|
||||
'Используйте свой аккаунт Uber, чтобы начать';
|
||||
|
||||
@override
|
||||
String get enterYourMobileNumber => 'Введите свой номер телефона';
|
||||
|
||||
@override
|
||||
String get mobileNumber => 'Номер телефона';
|
||||
|
||||
@override
|
||||
String get next => 'Далее';
|
||||
|
||||
@override
|
||||
String get contestToGetCallAndSms =>
|
||||
'Продолжая, вы соглашаетесь получать звонки, сообщения WhatsApp или SMS, включая автоматические, от Uber и его партнеров на указанный номер.';
|
||||
|
||||
@override
|
||||
String get continueWithGoogle => 'Продолжить через Google';
|
||||
|
||||
@override
|
||||
String get or => 'или';
|
||||
|
||||
@override
|
||||
String get welcomeBack => 'С возвращением, null';
|
||||
|
||||
@override
|
||||
String get pleaseEnterYourPassword => 'Пожалуйста, введите свой пароль';
|
||||
|
||||
@override
|
||||
String get iHaveForgotPassword => 'Я забыл пароль';
|
||||
|
||||
@override
|
||||
String get iCantSignIn => 'Не могу войти в систему';
|
||||
|
||||
@override
|
||||
String enter4DigitCodeSentYou(String phone) {
|
||||
return 'Введите 4-значный код, отправленный на номер $phone';
|
||||
}
|
||||
|
||||
@override
|
||||
String iHavenRecievedCode(String time) {
|
||||
return 'Я не получил код (\$$time)';
|
||||
}
|
||||
|
||||
@override
|
||||
String get delivery => 'Доставка';
|
||||
|
||||
@override
|
||||
String get pickUp => 'Самовывоз';
|
||||
|
||||
@override
|
||||
String get dineIn => 'На месте';
|
||||
|
||||
@override
|
||||
String get allCategories => 'Все категории';
|
||||
|
||||
@override
|
||||
String get convenience => 'Магазин';
|
||||
|
||||
@override
|
||||
String get alcohol => 'Алкоголь';
|
||||
|
||||
@override
|
||||
String get petSupplies => 'Для питомцев';
|
||||
|
||||
@override
|
||||
String get flowers => 'Цветы';
|
||||
|
||||
@override
|
||||
String get grocery => 'Продукты';
|
||||
|
||||
@override
|
||||
String get american => 'Американская';
|
||||
|
||||
@override
|
||||
String get speciality => 'Особенная';
|
||||
|
||||
@override
|
||||
String get takeout => 'На вынос';
|
||||
|
||||
@override
|
||||
String get asian => 'Азиатская кухня';
|
||||
|
||||
@override
|
||||
String get iceCream => 'Мороженое';
|
||||
|
||||
@override
|
||||
String get halal => 'Халяль';
|
||||
|
||||
@override
|
||||
String get retails => 'Розница';
|
||||
|
||||
@override
|
||||
String get caribbean => 'Карибская';
|
||||
|
||||
@override
|
||||
String get indian => 'Индийская кухня';
|
||||
|
||||
@override
|
||||
String get french => 'Французская';
|
||||
|
||||
@override
|
||||
String get fastFoods => 'Фастфуд';
|
||||
|
||||
@override
|
||||
String get burger => 'Бургер';
|
||||
|
||||
@override
|
||||
String get ride => 'Поездка';
|
||||
|
||||
@override
|
||||
String get chinese => 'Китайская кухня';
|
||||
|
||||
@override
|
||||
String get dessert => 'Десерт';
|
||||
|
||||
@override
|
||||
String get more => 'Ещё';
|
||||
|
||||
@override
|
||||
String get orderDetails => 'Детали заказа';
|
||||
|
||||
@override
|
||||
String get deliverNow => 'Доставить сейчас';
|
||||
|
||||
@override
|
||||
String get schedule => 'Запланировать';
|
||||
|
||||
@override
|
||||
String get enterNewAddress => 'Введите новый адрес';
|
||||
|
||||
@override
|
||||
String get nearby => 'Рядом';
|
||||
|
||||
@override
|
||||
String get currentLocation => 'Текущее местоположение';
|
||||
|
||||
@override
|
||||
String get enable => 'Включить';
|
||||
|
||||
@override
|
||||
String get recentLocations => 'Недавние адреса';
|
||||
|
||||
@override
|
||||
String get allFilters => 'Все фильтры';
|
||||
|
||||
@override
|
||||
String get sort => 'Сортировка';
|
||||
|
||||
@override
|
||||
String get pickedForYou => 'Подобрано для вас (по умолчанию)';
|
||||
|
||||
@override
|
||||
String get mostPopular => 'Самые популярные';
|
||||
|
||||
@override
|
||||
String get rating => 'Рейтинг';
|
||||
|
||||
@override
|
||||
String get deliveryTime => 'Время доставки';
|
||||
|
||||
@override
|
||||
String fromUberEats(String name) {
|
||||
return 'От $name';
|
||||
}
|
||||
|
||||
@override
|
||||
String get deals => 'Скидки';
|
||||
|
||||
@override
|
||||
String get bestOverall => 'Лучшие варианты';
|
||||
|
||||
@override
|
||||
String get priceRange => 'Диапазон цен';
|
||||
|
||||
@override
|
||||
String get maxDeliveryFee => 'Макс. стоимость доставки';
|
||||
|
||||
@override
|
||||
String get dietary => 'Диета';
|
||||
|
||||
@override
|
||||
String get vegetarian => 'Вегетарианское';
|
||||
|
||||
@override
|
||||
String get vegan => 'Веганское';
|
||||
|
||||
@override
|
||||
String get glutenFree => 'Без глютена';
|
||||
|
||||
@override
|
||||
String get allergyFriendly => 'Без аллергенов';
|
||||
|
||||
@override
|
||||
String get atLeast => 'Kак минимум';
|
||||
|
||||
@override
|
||||
String get apply => 'Применить';
|
||||
|
||||
@override
|
||||
String get pickedForYouDefault => 'Выбрано для вас (по умолчанию)';
|
||||
|
||||
@override
|
||||
String get popular => 'Самые популярные';
|
||||
|
||||
@override
|
||||
String get topRated => 'Высокий рейтинг';
|
||||
|
||||
@override
|
||||
String get fast => 'Быстро';
|
||||
|
||||
@override
|
||||
String get featuredStores => 'Популярные магазины';
|
||||
|
||||
@override
|
||||
String opensAt(String time) {
|
||||
return 'Открывается в $time';
|
||||
}
|
||||
|
||||
@override
|
||||
String spendAndSave(String spend, String save) {
|
||||
return 'Потратьте $spend, сэкономьте $save';
|
||||
}
|
||||
|
||||
@override
|
||||
String get cartsTitle => 'Корзины';
|
||||
|
||||
@override
|
||||
String get addItemsStartBasket => 'Добавьте товары, чтобы создать корзину';
|
||||
|
||||
@override
|
||||
String get basketHint =>
|
||||
'Когда вы добавите товары из ресторана или магазина, ваша корзина появится здесь.';
|
||||
|
||||
@override
|
||||
String get startShopping => 'Начать покупки';
|
||||
|
||||
@override
|
||||
String get orders => 'Заказы';
|
||||
|
||||
@override
|
||||
String get recentSearches => 'Недавние запросы';
|
||||
|
||||
@override
|
||||
String get cafe => 'Кафе';
|
||||
|
||||
@override
|
||||
String get irish => 'Ирландская кухня';
|
||||
|
||||
@override
|
||||
String get topCategories => 'Популярные категории';
|
||||
|
||||
@override
|
||||
String get breakfastAndBrunch => 'Завтрак и бранч';
|
||||
|
||||
@override
|
||||
String get coffeeAndTea => 'Кофе и чай';
|
||||
|
||||
@override
|
||||
String get latestDeals => 'Новые предложения';
|
||||
|
||||
@override
|
||||
String get restaurantRewards => 'Бонусы ресторанов';
|
||||
|
||||
@override
|
||||
String get nationwideShipping => 'Доставка по всей стране';
|
||||
|
||||
@override
|
||||
String get mexican => 'Мексиканская кухня';
|
||||
|
||||
@override
|
||||
String get fastFood => 'Фастфуд';
|
||||
|
||||
@override
|
||||
String get healthy => 'Здоровая еда';
|
||||
|
||||
@override
|
||||
String get pizza => 'Пицца';
|
||||
|
||||
@override
|
||||
String get sandwich => 'Сэндвич';
|
||||
|
||||
@override
|
||||
String get bakery => 'Пекарня';
|
||||
|
||||
@override
|
||||
String get categoriesShort => 'Еда, покупки, напитки и т.д.';
|
||||
|
||||
@override
|
||||
String get yourFavourites => 'Избранное';
|
||||
|
||||
@override
|
||||
String get wallet => 'Кошелёк';
|
||||
|
||||
@override
|
||||
String get sendAGift => 'Отправить подарок';
|
||||
|
||||
@override
|
||||
String get businessPreferences => 'Рабочие предпочтения';
|
||||
|
||||
@override
|
||||
String get businessSub => 'Сделайте рабочие обеды быстрее и проще';
|
||||
|
||||
@override
|
||||
String get help => 'Помощь';
|
||||
|
||||
@override
|
||||
String get promotions => 'Акции';
|
||||
|
||||
@override
|
||||
String get uberPass => 'Uber Pass';
|
||||
|
||||
@override
|
||||
String get uberPassSub => 'Присоединяйтесь бесплатно на 1 месяц';
|
||||
|
||||
@override
|
||||
String get deliverWithUber => 'Доставляйте с Uber';
|
||||
|
||||
@override
|
||||
String get settings => 'Настройки';
|
||||
|
||||
@override
|
||||
String get home => 'Главная';
|
||||
|
||||
@override
|
||||
String get browse => 'Категории';
|
||||
|
||||
@override
|
||||
String get baskets => 'Корзина';
|
||||
|
||||
@override
|
||||
String get account => 'Аккаунт';
|
||||
|
||||
@override
|
||||
String get changeLanguage => 'Сменить язык';
|
||||
|
||||
@override
|
||||
String get language => 'Язык';
|
||||
|
||||
@override
|
||||
String get login => 'Вход';
|
||||
|
||||
@override
|
||||
String get phone_number => 'Номер телефона';
|
||||
|
||||
@override
|
||||
String get enter_phone_number => 'Введите номер телефона';
|
||||
|
||||
@override
|
||||
String get password => 'Пароль';
|
||||
|
||||
@override
|
||||
String get enter_password => 'Введите пароль';
|
||||
|
||||
@override
|
||||
String get forgot_password => 'Забыли пароль';
|
||||
|
||||
@override
|
||||
String get continue_str => 'Продолжить';
|
||||
|
||||
@override
|
||||
String get dont_have_account => 'У вас нет аккаунта?';
|
||||
|
||||
@override
|
||||
String get sign_up => 'Зарегистрироваться';
|
||||
|
||||
@override
|
||||
String get field_cannot_be_empty => 'Это поле не может быть пустым';
|
||||
|
||||
@override
|
||||
String get password_too_short => 'Пароль не может быть короче 6 символов';
|
||||
String get field_cannot_be_empty => 'Поле не может быть пустым';
|
||||
|
||||
@override
|
||||
String get invalid_phone_format => 'Неверный формат номера телефона';
|
||||
|
||||
@override
|
||||
String get first_name => 'Имя';
|
||||
String get password_too_short =>
|
||||
'Пароль должен содержать не менее 6 символов';
|
||||
|
||||
@override
|
||||
String get enter_first_name => 'Введите имя';
|
||||
String get passwords_do_not_match => 'Пароли не совпадают';
|
||||
|
||||
@override
|
||||
String get repeat_password => 'Повторите пароль';
|
||||
String get otp_code_incomplete => 'Код подтверждения введён не полностью';
|
||||
|
||||
@override
|
||||
String get enter_repeat_password => 'Введите пароль ещё раз';
|
||||
|
||||
@override
|
||||
String get already_has_account => 'Уже есть аккаунт?';
|
||||
|
||||
@override
|
||||
String get unexpected_error => 'Неожиданная ошибка';
|
||||
|
||||
@override
|
||||
String consent_message(String appName) {
|
||||
return 'Продолжая, вы соглашаетесь получать звонки или SMS-сообщения, включая автоматические, от $appName и его партнёров на указанный номер.';
|
||||
}
|
||||
|
||||
@override
|
||||
String get otp_code_incomplete =>
|
||||
'Код неполный. Пожалуйста, введите полный код.';
|
||||
|
||||
@override
|
||||
String get passwords_do_not_match => 'Пароли не совпадают.';
|
||||
|
||||
@override
|
||||
String get reset_password => 'Восстановить пароль';
|
||||
|
||||
@override
|
||||
String get new_password => 'Новый пароль';
|
||||
|
||||
@override
|
||||
String enter_otp_code(String phoneNumber) {
|
||||
return 'Введите 5-значный код, отправленный на номер $phoneNumber';
|
||||
}
|
||||
|
||||
@override
|
||||
String get resend_otp_after => 'Вы можете повторно отправить код через';
|
||||
String get unexpected_error =>
|
||||
'Произошла непредвиденная ошибка. Пожалуйста, попробуйте снова.';
|
||||
}
|
||||
|
||||
@@ -9,423 +9,22 @@ class AppLocalizationsUz extends AppLocalizations {
|
||||
AppLocalizationsUz([String locale = 'uz']) : super(locale);
|
||||
|
||||
@override
|
||||
String get useYourTAxiAccount =>
|
||||
'Boshlash uchun Uber hisobingizdan foydalaning';
|
||||
String get field_cannot_be_empty => 'Maydon bo‘sh bo‘lishi mumkin emas';
|
||||
|
||||
@override
|
||||
String get enterYourMobileNumber => 'Telefon raqamingizni kiriting';
|
||||
|
||||
@override
|
||||
String get mobileNumber => 'Telefon raqami';
|
||||
|
||||
@override
|
||||
String get next => 'Keyingi';
|
||||
|
||||
@override
|
||||
String get contestToGetCallAndSms =>
|
||||
'Davom etish orqali siz Uber va uning hamkorlaridan avtomatlashtirilgan qo‘ng‘iroqlar, WhatsApp yoki SMS xabarlarini olishga rozilik bildirasiz.';
|
||||
|
||||
@override
|
||||
String get continueWithGoogle => 'Google orqali davom etish';
|
||||
|
||||
@override
|
||||
String get or => 'yoki';
|
||||
|
||||
@override
|
||||
String get welcomeBack => 'Xush kelibsiz, null';
|
||||
|
||||
@override
|
||||
String get pleaseEnterYourPassword => 'Iltimos, parolingizni kiriting';
|
||||
|
||||
@override
|
||||
String get iHaveForgotPassword => 'Parolimni unutdim';
|
||||
|
||||
@override
|
||||
String get iCantSignIn => 'Kirishda muammo bor';
|
||||
|
||||
@override
|
||||
String enter4DigitCodeSentYou(String phone) {
|
||||
return 'Sizga $phone raqamiga yuborilgan 4 xonali kodni kiriting';
|
||||
}
|
||||
|
||||
@override
|
||||
String iHavenRecievedCode(String time) {
|
||||
return 'Men hali kodni olmabman (\$$time)';
|
||||
}
|
||||
|
||||
@override
|
||||
String get delivery => 'Yetkazish';
|
||||
|
||||
@override
|
||||
String get pickUp => 'Olib ketish';
|
||||
|
||||
@override
|
||||
String get dineIn => 'Joyida';
|
||||
|
||||
@override
|
||||
String get allCategories => 'Barcha toifalar';
|
||||
|
||||
@override
|
||||
String get convenience => 'Do‘kon';
|
||||
|
||||
@override
|
||||
String get alcohol => 'Alkogol';
|
||||
|
||||
@override
|
||||
String get petSupplies => 'Uy hayvoni uchun';
|
||||
|
||||
@override
|
||||
String get flowers => 'Gullar';
|
||||
|
||||
@override
|
||||
String get grocery => 'Bozor';
|
||||
|
||||
@override
|
||||
String get american => 'Amerika';
|
||||
|
||||
@override
|
||||
String get speciality => 'Maxsus';
|
||||
|
||||
@override
|
||||
String get takeout => 'Olib ketish';
|
||||
|
||||
@override
|
||||
String get asian => 'Osiyo taomlari';
|
||||
|
||||
@override
|
||||
String get iceCream => 'Muzqaymoq';
|
||||
|
||||
@override
|
||||
String get halal => 'Halol';
|
||||
|
||||
@override
|
||||
String get retails => 'Do‘konlar';
|
||||
|
||||
@override
|
||||
String get caribbean => 'Karib';
|
||||
|
||||
@override
|
||||
String get indian => 'Hind taomlari';
|
||||
|
||||
@override
|
||||
String get french => 'Fransuz';
|
||||
|
||||
@override
|
||||
String get fastFoods => 'Fast-fud';
|
||||
|
||||
@override
|
||||
String get burger => 'Burger';
|
||||
|
||||
@override
|
||||
String get ride => 'Yo‘l';
|
||||
|
||||
@override
|
||||
String get chinese => 'Xitoy taomlari';
|
||||
|
||||
@override
|
||||
String get dessert => 'Desert';
|
||||
|
||||
@override
|
||||
String get more => 'Ko\'proq';
|
||||
|
||||
@override
|
||||
String get orderDetails => 'Buyurtma tafsilotlari';
|
||||
|
||||
@override
|
||||
String get deliverNow => 'Hozir yetkazish';
|
||||
|
||||
@override
|
||||
String get schedule => 'Rejalashtirish';
|
||||
|
||||
@override
|
||||
String get enterNewAddress => 'Yangi manzil kiriting';
|
||||
|
||||
@override
|
||||
String get nearby => 'Yaqin joylar';
|
||||
|
||||
@override
|
||||
String get currentLocation => 'Joriy joylashuv';
|
||||
|
||||
@override
|
||||
String get enable => 'Yoqqish';
|
||||
|
||||
@override
|
||||
String get recentLocations => 'Yaqinda ishlatilgan manzillar';
|
||||
|
||||
@override
|
||||
String get allFilters => 'Barcha filtrlar';
|
||||
|
||||
@override
|
||||
String get sort => 'Saralash';
|
||||
|
||||
@override
|
||||
String get pickedForYou => 'Siz uchun';
|
||||
|
||||
@override
|
||||
String get mostPopular => 'Eng ommabop';
|
||||
|
||||
@override
|
||||
String get rating => 'Reyting';
|
||||
|
||||
@override
|
||||
String get deliveryTime => 'Yetkazib berish vaqti';
|
||||
|
||||
@override
|
||||
String fromUberEats(String name) {
|
||||
return '$name tomonidan';
|
||||
}
|
||||
|
||||
@override
|
||||
String get deals => 'Aksiyalar';
|
||||
|
||||
@override
|
||||
String get bestOverall => 'Eng yaxshilari';
|
||||
|
||||
@override
|
||||
String get priceRange => 'Narx oralig‘i';
|
||||
|
||||
@override
|
||||
String get maxDeliveryFee => 'Maks. yetkazish narxi';
|
||||
|
||||
@override
|
||||
String get dietary => 'Parhez';
|
||||
|
||||
@override
|
||||
String get vegetarian => 'Vegetarian';
|
||||
|
||||
@override
|
||||
String get vegan => 'Vegan';
|
||||
|
||||
@override
|
||||
String get glutenFree => 'Glutensiz';
|
||||
|
||||
@override
|
||||
String get allergyFriendly => 'Allergiyaga mos';
|
||||
|
||||
@override
|
||||
String get atLeast => 'Kаmida';
|
||||
|
||||
@override
|
||||
String get apply => 'Qo‘llash';
|
||||
|
||||
@override
|
||||
String get pickedForYouDefault => 'Siz uchun tanlangan (standart)';
|
||||
|
||||
@override
|
||||
String get popular => 'Eng ommabop';
|
||||
|
||||
@override
|
||||
String get topRated => 'Yuqori reytingli';
|
||||
|
||||
@override
|
||||
String get fast => 'Tezkor';
|
||||
|
||||
@override
|
||||
String get featuredStores => 'Mashhur do‘konlar';
|
||||
|
||||
@override
|
||||
String opensAt(String time) {
|
||||
return 'Soat $time dan ochiladi';
|
||||
}
|
||||
|
||||
@override
|
||||
String spendAndSave(String spend, String save) {
|
||||
return '$spend sarflang, $save tejang';
|
||||
}
|
||||
|
||||
@override
|
||||
String get cartsTitle => 'Savatlar';
|
||||
|
||||
@override
|
||||
String get addItemsStartBasket => 'Savatni boshlash uchun mahsulot qo‘shing';
|
||||
|
||||
@override
|
||||
String get basketHint =>
|
||||
'Restorandan yoki do\'kondan mahsulot qo‘shsangiz, savatingiz shu yerda paydo bo‘ladi.';
|
||||
|
||||
@override
|
||||
String get startShopping => 'Xaridni boshlash';
|
||||
|
||||
@override
|
||||
String get orders => 'Buyurtmalar';
|
||||
|
||||
@override
|
||||
String get recentSearches => 'Yaqinda qidirilganlar';
|
||||
|
||||
@override
|
||||
String get cafe => 'Kafe';
|
||||
|
||||
@override
|
||||
String get irish => 'Irlandcha';
|
||||
|
||||
@override
|
||||
String get topCategories => 'Eng ommabop toifalar';
|
||||
|
||||
@override
|
||||
String get breakfastAndBrunch => 'Nonushta va bransh';
|
||||
|
||||
@override
|
||||
String get coffeeAndTea => 'Qahva va choy';
|
||||
|
||||
@override
|
||||
String get latestDeals => 'Yangi chegirmalar';
|
||||
|
||||
@override
|
||||
String get restaurantRewards => 'Restoran bonuslari';
|
||||
|
||||
@override
|
||||
String get nationwideShipping => 'Butun mamlakat bo‘ylab yetkazib berish';
|
||||
|
||||
@override
|
||||
String get mexican => 'Meksika taomlari';
|
||||
|
||||
@override
|
||||
String get fastFood => 'Tezkor ovqatlar';
|
||||
|
||||
@override
|
||||
String get healthy => 'Sog‘lom ovqatlar';
|
||||
|
||||
@override
|
||||
String get pizza => 'Pitsa';
|
||||
|
||||
@override
|
||||
String get sandwich => 'Sendvich';
|
||||
|
||||
@override
|
||||
String get bakery => 'Qandolatxona';
|
||||
|
||||
@override
|
||||
String get categoriesShort => 'Ovqat, xaridlar, ichimliklar va boshqalar.';
|
||||
|
||||
@override
|
||||
String get yourFavourites => 'Sevimlilar';
|
||||
|
||||
@override
|
||||
String get wallet => 'Hamyon';
|
||||
|
||||
@override
|
||||
String get sendAGift => 'Sovg‘a yuborish';
|
||||
|
||||
@override
|
||||
String get businessPreferences => 'Biznes sozlamalari';
|
||||
|
||||
@override
|
||||
String get businessSub => 'Ishdagi ovqatlarni tezroq va osonroq qiling';
|
||||
|
||||
@override
|
||||
String get help => 'Yordam';
|
||||
|
||||
@override
|
||||
String get promotions => 'Aksiyalar';
|
||||
|
||||
@override
|
||||
String get uberPass => 'Uber Pass';
|
||||
|
||||
@override
|
||||
String get uberPassSub => '1 oy bepul ulaning';
|
||||
|
||||
@override
|
||||
String get deliverWithUber => 'Uber bilan yetkazib bering';
|
||||
|
||||
@override
|
||||
String get settings => 'Sozlamalar';
|
||||
|
||||
@override
|
||||
String get home => 'Bosh sahifa';
|
||||
|
||||
@override
|
||||
String get browse => 'Kategoriya';
|
||||
|
||||
@override
|
||||
String get baskets => 'Savatcha';
|
||||
|
||||
@override
|
||||
String get account => 'Profil';
|
||||
|
||||
@override
|
||||
String get changeLanguage => 'Tilni o\'zgartirish';
|
||||
|
||||
@override
|
||||
String get language => 'Til';
|
||||
|
||||
@override
|
||||
String get login => 'Kirish';
|
||||
|
||||
@override
|
||||
String get phone_number => 'Telefon raqami';
|
||||
|
||||
@override
|
||||
String get enter_phone_number => 'Telefon raqamingizni kiriting';
|
||||
|
||||
@override
|
||||
String get password => 'Parol';
|
||||
|
||||
@override
|
||||
String get enter_password => 'Parolni kiriting';
|
||||
|
||||
@override
|
||||
String get forgot_password => 'Parolni unutdingizmi';
|
||||
|
||||
@override
|
||||
String get continue_str => 'Davom etish';
|
||||
|
||||
@override
|
||||
String get dont_have_account => 'Hisobingiz yo‘qmi?';
|
||||
|
||||
@override
|
||||
String get sign_up => 'Ro‘yxatdan o‘tish';
|
||||
|
||||
@override
|
||||
String get field_cannot_be_empty => 'Bu maydon bo\'sh bo\'lishi mumkin emas';
|
||||
String get invalid_phone_format => 'Telefon raqami formati noto‘g‘ri';
|
||||
|
||||
@override
|
||||
String get password_too_short =>
|
||||
'Parol 6 ta belgidan kam bo\'lishi mumkin emas';
|
||||
'Parol kamida 6 ta belgidan iborat bo‘lishi kerak';
|
||||
|
||||
@override
|
||||
String get invalid_phone_format => 'Noto\'g\'ri telefon raqam formati';
|
||||
String get passwords_do_not_match => 'Parollar mos emas';
|
||||
|
||||
@override
|
||||
String get first_name => 'Ism';
|
||||
String get otp_code_incomplete => 'OTP kodi to‘liq kiritilmagan';
|
||||
|
||||
@override
|
||||
String get enter_first_name => 'Ismingizni kiriting';
|
||||
|
||||
@override
|
||||
String get repeat_password => 'Parolni takrorlang';
|
||||
|
||||
@override
|
||||
String get enter_repeat_password => 'Parolni qayta kiriting';
|
||||
|
||||
@override
|
||||
String get already_has_account => 'Akkountingiz bormi?';
|
||||
|
||||
@override
|
||||
String get unexpected_error => 'Kutilmagan xatolik';
|
||||
|
||||
@override
|
||||
String consent_message(String appName) {
|
||||
return 'Davom etish orqali siz $appName va uning hamkorlaridan siz kiritgan raqamga, shu jumladan avtomatik vositalar orqali, qo‘ng‘iroqlar yoki SMS xabarlar olishingizga rozilik bildirasiz.';
|
||||
}
|
||||
|
||||
@override
|
||||
String get otp_code_incomplete =>
|
||||
'Kod yetarli emas. Iltimos, to‘liq kodni kiriting.';
|
||||
|
||||
@override
|
||||
String get passwords_do_not_match => 'Parollar mos kelmadi.';
|
||||
|
||||
@override
|
||||
String get reset_password => 'Parolni qayta tiklash';
|
||||
|
||||
@override
|
||||
String get new_password => 'Yangi parol';
|
||||
|
||||
@override
|
||||
String enter_otp_code(String phoneNumber) {
|
||||
return '$phoneNumber raqamiga yuborilgan 5 xonali kodni kiriting';
|
||||
}
|
||||
|
||||
@override
|
||||
String get resend_otp_after => 'OTP kodni qayta yuborish mumkin bo‘ladi';
|
||||
String get unexpected_error =>
|
||||
'Kutilmagan xatolik yuz berdi. Iltimos, qayta urinib ko‘ring.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user