mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-19 22:22:14 +02:00
81 lines
4.0 KiB
Plaintext
81 lines
4.0 KiB
Plaintext
/*
|
|
* Copyright (c) 2021 BWI GmbH
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
// MARK: - Attachment
|
|
"content_scan_status_failed" = "Fehler beim Laden";
|
|
"content_scan_status_in_progress" = "Scanne...";
|
|
"content_scan_status_infected" = "Blockiert";
|
|
"content_scan_status_trusted" = "✓ Sicher";
|
|
|
|
"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 BwMessenger steht von %@-%@ Uhr (UTC%@) nicht zur Verfügung.";
|
|
"settings_downtime_message_different_days" = "Der BwMessenger steht von %@ Uhr (UTC%@) bis %@ Uhr (UTC%@) nicht zur Verfügung.";
|
|
|
|
"bwi_auth_beta_selection_title" = "Serverauswahl";
|
|
"bwi_auth_beta_selection_button_title" = "Vorauswahl";
|
|
|
|
"bwi_settings_developer_apply_app_config" = "MDM Config: MSG Demo";
|
|
"bwi_settings_developer_apply_orig_app_config" = "MDM Config: BW";
|
|
"bwi_settings_developer_reset_app_config" = "MDM Config: Reset";
|
|
|
|
"bwi_settings_developer_restrict_user" = "Nutzer einschränken";
|
|
"bwi_settings_developer_unrestrict_user" = "Nutzereinschränkung aufheben";
|
|
"bwi_settings_developer_unmark_banner" = "Banner als nicht gelesen markieren";
|
|
|
|
|
|
"bwi_mdm_logout_message" = "Die Konfiguration hat sich geändert. Bitte melde dich neu an.";
|
|
|
|
// MARK - Notification Times bwi
|
|
"bwi_notification_times_monday" = "Montag";
|
|
"bwi_notification_times_tuesday" = "Dienstag";
|
|
"bwi_notification_times_wednesday" = "Mittwoch";
|
|
"bwi_notification_times_thursday" = "Donnerstag";
|
|
"bwi_notification_times_friday" = "Freitag";
|
|
"bwi_notification_times_saturday" = "Samstag";
|
|
"bwi_notification_times_sunday" = "Sonntag";
|
|
"bwi_notification_times_monday_short" = "Mo";
|
|
"bwi_notification_times_tuesday_short" = "Di";
|
|
"bwi_notification_times_wednesday_short" = "Mi";
|
|
"bwi_notification_times_thursday_short" = "Do";
|
|
"bwi_notification_times_friday_short" = "Fr";
|
|
"bwi_notification_times_saturday_short" = "Sa";
|
|
"bwi_notification_times_sunday_short" = "So";
|
|
|
|
"bwi_notification_times" = "Benachrichtigungszeiten";
|
|
"bwi_notification_times_done_action" = "Fertig";
|
|
"bwi_notification_times_toggle_title" = "Benachrichtigungszeiten";
|
|
"bwi_notification_times_toggle_description" = "Außerhalb der eingestellten Benachrichtigungszeiten erhälst du keine Benachrichtigungen. Diese Regel kannst du pro Raum und Chat ein- und ausschalten.";
|
|
"bwi_notification_times_start_time" = "von";
|
|
"bwi_notification_times_end_time" = "bis";
|
|
"bwi_notification_times_button_activate" = "Am %@ benachrichtigen";
|
|
"bwi_notification_times_button_deactivate" = "Am %@ nicht benachrichtigen";
|
|
"bwi_notification_times_status_activated" = "Am %@ bekommst du Benachrichtigungen";
|
|
"bwi_notification_times_status_deactivated" = "Am %@ bekommst du keine Benachrichtigungen";
|
|
|
|
"bwi_room_member_details_userlabel" = "Funktion in %@: %@";
|
|
"bwi_room_member_section_userlabels" = "Funktion in %@";
|
|
"bwi_room_member_userlabels_description" = "Als Administrator kannst du für Personen im Raum eine Funktion hinzufügen und entfernen.\nDiese ist für alle Raummitglieder sichtbar.";
|
|
"bwi_room_member_userlabels_textfield_placeholder" = "Funktion hinzufügen";
|
|
"bwi_room_member_userlabels_button_save" = "Sichern";
|
|
"bwi_room_member_userlabels_button_delete" = "Löschen";
|
|
|
|
"bwi_timeline_userlabel_removed_for_user" = "für %@ die Funktion entfernt: %@";
|
|
"bwi_timeline_userlabel_added_for_user" = "%@ zur Funktion ernannt: %@";
|
|
"bwi_timeline_userlabel_prefix_you" = "Du hast %@";
|
|
"bwi_timeline_userlabel_prefix_other_user" = "%@ hat %@";
|