завтра доделаю
This commit is contained in:
@@ -209,6 +209,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get spoofFieldLocale => 'Locale';
|
||||
|
||||
@override
|
||||
String get spoofFieldDeviceLocale => 'Device locale (derived)';
|
||||
|
||||
@override
|
||||
String get spoofIdentifiersSectionTitle => 'Identifiers';
|
||||
|
||||
@@ -216,6 +219,15 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
String get spoofIdentifiersDescription =>
|
||||
'mt_instanceid and clientSessionId are generated automatically on every app launch. Only the Device ID can be changed.';
|
||||
|
||||
@override
|
||||
String get spoofFieldInstanceId => 'mt_instanceid';
|
||||
|
||||
@override
|
||||
String get spoofFieldClientSessionId => 'clientSessionId';
|
||||
|
||||
@override
|
||||
String get spoofFieldPushDeviceType => 'Push device type';
|
||||
|
||||
@override
|
||||
String get spoofFieldDeviceId => 'Device ID';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user