feat:verify phone number page ui done
This commit is contained in:
@@ -861,6 +861,12 @@ abstract class AppLocalizations {
|
||||
/// 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);
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
@@ -401,4 +401,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@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.';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -401,4 +401,9 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get unexpected_error => 'Неожиданная ошибка';
|
||||
|
||||
@override
|
||||
String consent_message(String appName) {
|
||||
return 'Продолжая, вы соглашаетесь получать звонки или SMS-сообщения, включая автоматические, от $appName и его партнёров на указанный номер.';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -402,4 +402,9 @@ class AppLocalizationsUz extends AppLocalizations {
|
||||
|
||||
@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.';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user