mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-19 06:02:12 +02:00
Feature/2821 server maintenance info
This commit is contained in:
@@ -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.";
|
||||
|
||||
@@ -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.";
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user