You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Description for \"@all\" and \"@everyone\" wildcard-mention autocomplete options when writing a DM message."
979
+
<<<<<<< HEAD
979
980
},
980
981
"errorServerVersionUnsupportedMessage": "{url} использует Zulip Server {zulipVersion}, который не поддерживается. Минимальная поддерживаемая версия — Zulip Server {minSupportedZulipVersion}.",
981
982
"@errorServerVersionUnsupportedMessage": {
@@ -1006,5 +1007,7 @@
1006
1007
"experimentalFeatureSettingsWarning": "Эти параметры включают функции, которые все еще находятся в стадии разработки и не готовы. Они могут не работать и вызывать проблемы в других местах приложения.\n\nЦель этих настроек — экспериментирование людьми, работающими над разработкой Zulip.",
1007
1008
"@experimentalFeatureSettingsWarning": {
1008
1009
"description": "Warning text on settings page for experimental, in-development features"
1010
+
=======
1011
+
>>>>>>> 22bb6120 (l10n: Update translations from Weblate.)
@@ -106,8 +102,7 @@ abstract class ZulipLocalizations {
106
102
Locale('nb'),
107
103
Locale('pl'),
108
104
Locale('ru'),
109
-
Locale('sk'),
110
-
Locale('uk'),
105
+
Locale('sk')
111
106
];
112
107
113
108
/// Title for About Zulip page.
@@ -384,11 +379,7 @@ abstract class ZulipLocalizations {
384
379
///
385
380
/// In en, this message translates to:
386
381
/// **'{num, plural, =1{File is} other{{num} files are}} larger than the server\'s limit of {maxFileUploadSizeMib} MiB and will not be uploaded:\n\n{listMessage}'**
387
-
StringerrorFilesTooLarge(
388
-
intnum,
389
-
int maxFileUploadSizeMib,
390
-
String listMessage,
391
-
);
382
+
StringerrorFilesTooLarge(intnum, int maxFileUploadSizeMib, String listMessage);
392
383
393
384
/// Error title when attached files are too large in size.
394
385
///
@@ -466,11 +457,7 @@ abstract class ZulipLocalizations {
466
457
///
467
458
/// In en, this message translates to:
468
459
/// **'Error handling a Zulip event from {serverUrl}; will retry.\n\nError: {error}\n\nEvent: {event}'**
@@ -842,11 +829,7 @@ abstract class ZulipLocalizations {
842
829
///
843
830
/// In en, this message translates to:
844
831
/// **'{url} is running Zulip Server {zulipVersion}, which is unsupported. The minimum supported version is Zulip Server {minSupportedZulipVersion}.'**
0 commit comments