Feature/2821 server maintenance info

This commit is contained in:
Frank Rotermund
2023-02-07 12:48:46 +00:00
parent e17e7c87a9
commit 19ff9e0371
6 changed files with 89 additions and 50 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
// MARK: - Server Downtime
"downtime_title" = "Server nicht erreichbar";
"downtime_title" = "Server nicht erreichbar";
"downtime_default_message" = "Wir führen gerade Wartungsarbeiten durch. Bitte versuche es später erneut.";
"downtime_alert_dismiss_button" = "Zurück";
"settings_downtime_message_same_day" = "Der %@ steht von %@-%@ Uhr (UTC%@) nicht zur Verfügung.";
+1 -1
View File
@@ -28,7 +28,7 @@
// MARK: - Server Downtime
"downtime_title" = "Server not available";
"downtime_title" = "Server not available";
"downtime_default_message" = "We are working on our maintenance. Please try again later.";
"downtime_alert_dismiss_button" = "Back";
"settings_downtime_message_same_day" = "The BwMessenger is not available between %@-%@ (UTC%@). Messages may not be sent or received during that time.";
+1 -1
View File
@@ -647,7 +647,7 @@ public class BWIL10n: NSObject {
public static var downtimeDefaultMessage: String {
return BWIL10n.tr("Bwi", "downtime_default_message")
}
/// Server nicht erreichbar
/// Server nicht erreichbar
public static var downtimeTitle: String {
return BWIL10n.tr("Bwi", "downtime_title")
}