завтра доделаю
This commit is contained in:
@@ -211,6 +211,9 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
@override
|
||||
String get spoofFieldLocale => 'Локаль';
|
||||
|
||||
@override
|
||||
String get spoofFieldDeviceLocale => 'Системная локаль (производная)';
|
||||
|
||||
@override
|
||||
String get spoofIdentifiersSectionTitle => 'Идентификаторы';
|
||||
|
||||
@@ -218,6 +221,15 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
String get spoofIdentifiersDescription =>
|
||||
'mt_instanceid и clientSessionId генерируются автоматически при каждом запуске приложения. Изменить можно только Device ID.';
|
||||
|
||||
@override
|
||||
String get spoofFieldInstanceId => 'mt_instanceid';
|
||||
|
||||
@override
|
||||
String get spoofFieldClientSessionId => 'clientSessionId';
|
||||
|
||||
@override
|
||||
String get spoofFieldPushDeviceType => 'Тип push-уведомлений';
|
||||
|
||||
@override
|
||||
String get spoofFieldDeviceId => 'ID Устройства';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user