feat: багофикс по запросам волбачия

This commit is contained in:
Jganenokk
2026-08-15 15:51:52 +07:00
parent 198f137826
commit ecaa132e8f
33 changed files with 904 additions and 154 deletions
+24
View File
@@ -5023,6 +5023,30 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'{value} MB/s'**
String uploadSpeedMb(String value);
/// No description provided for @savedMessagesEmptyPreview.
///
/// In en, this message translates to:
/// **'Save something here'**
String get savedMessagesEmptyPreview;
/// No description provided for @proxyCurrentState.
///
/// In en, this message translates to:
/// **'Currently: {value}'**
String proxyCurrentState(String value);
/// No description provided for @blacklistEmpty.
///
/// In en, this message translates to:
/// **'Nobody is blocked'**
String get blacklistEmpty;
/// No description provided for @blacklistLoadError.
///
/// In en, this message translates to:
/// **'Failed to load the blacklist'**
String get blacklistLoadError;
}
class _AppLocalizationsDelegate