завтра доделаю

This commit is contained in:
Jganenok
2026-05-25 00:23:45 +07:00
parent ee9eda568d
commit 11fafc8fff
8 changed files with 454 additions and 4 deletions
+12
View File
@@ -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';