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

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
@@ -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 Устройства';