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
Copy file name to clipboardExpand all lines: assets/l10n/app_en.arb
+9
Original file line number
Diff line number
Diff line change
@@ -538,6 +538,15 @@
538
538
"@topicValidationErrorMandatoryButEmpty": {
539
539
"description": "Topic validation error when topic is required but was empty."
540
540
},
541
+
"errorServerVersionUnsupportedMessage": "{url} is running Zulip Server {zulipVersion}, which is unsupported. The minimum supported version is Zulip Server {minSupportedZulipVersion}.",
542
+
"@errorServerVersionUnsupportedMessage": {
543
+
"description": "Error message in the dialog for when the Zulip Server version is unsupported.",
Copy file name to clipboardExpand all lines: lib/generated/l10n/zulip_localizations.dart
+6
Original file line number
Diff line number
Diff line change
@@ -825,6 +825,12 @@ abstract class ZulipLocalizations {
825
825
/// **'Topics are required in this organization.'**
826
826
Stringget topicValidationErrorMandatoryButEmpty;
827
827
828
+
/// Error message in the dialog for when the Zulip Server version is unsupported.
829
+
///
830
+
/// In en, this message translates to:
831
+
/// **'{url} is running Zulip Server {zulipVersion}, which is unsupported. The minimum supported version is Zulip Server {minSupportedZulipVersion}.'**
0 commit comments