Run ./tools/localazy/downloadStrings.sh --all

This commit is contained in:
Benoit Marty 2024-04-02 16:18:15 +02:00 committed by Benoit Marty
parent 565e5ce87d
commit e18e5f1cc5
62 changed files with 482 additions and 478 deletions

View file

@ -271,55 +271,4 @@
<string name="screen_view_location_title">"Standort"</string>
<string name="settings_version_number">"Version: %1$s (%2$s)"</string>
<string name="test_language_identifier">"en"</string>
<string name="troubleshoot_notifications_entry_point_section">"Fehlerbehebung"</string>
<string name="troubleshoot_notifications_entry_point_title">"Fehlerbehebung für Benachrichtigungen"</string>
<string name="troubleshoot_notifications_screen_action">"Tests durchführen"</string>
<string name="troubleshoot_notifications_screen_action_again">"Tests erneut durchführen"</string>
<string name="troubleshoot_notifications_screen_failure">"Einige Tests sind fehlgeschlagen. Bitte überprüfe die Details."</string>
<string name="troubleshoot_notifications_screen_notice">"Führe die Tests durch, um Probleme zu erkennen, die dazu führen können, dass sich die Benachrichtigungen nicht wie erwartet verhalten."</string>
<string name="troubleshoot_notifications_screen_quick_fix_action">"Versuche das Problem zu beheben"</string>
<string name="troubleshoot_notifications_screen_success">"Alle Tests wurden erfolgreich bestanden."</string>
<string name="troubleshoot_notifications_screen_title">"Fehlerbehebung für Benachrichtigungen"</string>
<string name="troubleshoot_notifications_screen_waiting">"Einige Tests erfordern deine Aufmerksamkeit. Bitte überprüfe die Details."</string>
<string name="troubleshoot_notifications_test_check_permission_description">"Stelle sicher, dass die Anwendung Benachrichtigungen anzeigen kann."</string>
<string name="troubleshoot_notifications_test_check_permission_title">"Berechtigungen überprüfen"</string>
<string name="troubleshoot_notifications_test_current_push_provider_description">"Ermittele den Namen des aktuellen Anbieters."</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure">"Kein Push-Anbieter ausgewählt."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success">"Aktueller Push-Anbieter:%1$s."</string>
<string name="troubleshoot_notifications_test_current_push_provider_title">"Aktueller Push-Anbieter"</string>
<string name="troubleshoot_notifications_test_detect_push_provider_description">"Stelle sicher, dass die Anwendung mindestens einen Push-Anbieter hat."</string>
<string name="troubleshoot_notifications_test_detect_push_provider_failure">"Keine Push-Anbieter gefunden."</string>
<plurals name="troubleshoot_notifications_test_detect_push_provider_success">
<item quantity="one">"%1$d Push-Anbieter gefunden: %2$s"</item>
<item quantity="other">"%1$d Push-Anbieter gefunden: %2$s"</item>
</plurals>
<string name="troubleshoot_notifications_test_detect_push_provider_title">"Push-Anbieter erkennen"</string>
<string name="troubleshoot_notifications_test_display_notification_description">"Prüfe, ob die Anwendung Benachrichtigungen anzeigen kann."</string>
<string name="troubleshoot_notifications_test_display_notification_failure">"Die Benachrichtigung wurde nicht angeklickt."</string>
<string name="troubleshoot_notifications_test_display_notification_permission_failure">"Die Benachrichtigung kann nicht angezeigt werden."</string>
<string name="troubleshoot_notifications_test_display_notification_success">"Die Benachrichtigung wurde angeklickt!"</string>
<string name="troubleshoot_notifications_test_display_notification_title">"Benachrichtigung anzeigen"</string>
<string name="troubleshoot_notifications_test_display_notification_waiting">"Bitte klicke auf die Benachrichtigung, um den Test fortzusetzen."</string>
<string name="troubleshoot_notifications_test_firebase_availability_description">"Stelle sicher, dass Firebase verfügbar ist."</string>
<string name="troubleshoot_notifications_test_firebase_availability_failure">"Firebase ist nicht verfügbar."</string>
<string name="troubleshoot_notifications_test_firebase_availability_success">"Firebase ist verfügbar."</string>
<string name="troubleshoot_notifications_test_firebase_availability_title">"Überprüfe Firebase"</string>
<string name="troubleshoot_notifications_test_firebase_token_description">"Stelle sicher, dass der Firebase Token verfügbar ist."</string>
<string name="troubleshoot_notifications_test_firebase_token_failure">"Firebase Token ist nicht bekannt."</string>
<string name="troubleshoot_notifications_test_firebase_token_success">"Firebase Token: %1$s."</string>
<string name="troubleshoot_notifications_test_firebase_token_title">"Prüfe Firebase Token"</string>
<string name="troubleshoot_notifications_test_push_loop_back_description">"Stelle sicher, dass die Anwendung Push-Nachrichten empfängt."</string>
<string name="troubleshoot_notifications_test_push_loop_back_failure_1">"Fehler: Der Pusher hat die Anfrage abgelehnt."</string>
<string name="troubleshoot_notifications_test_push_loop_back_failure_2">"Fehler:%1$s."</string>
<string name="troubleshoot_notifications_test_push_loop_back_failure_3">"Fehler: Push kann nicht getestet werden."</string>
<string name="troubleshoot_notifications_test_push_loop_back_failure_4">"Fehler: Timeout beim Warten auf Push."</string>
<string name="troubleshoot_notifications_test_push_loop_back_success">"Push-Loop-Back Dauer: %1$d ms."</string>
<string name="troubleshoot_notifications_test_push_loop_back_title">"Teste Push-Loop-Back"</string>
<string name="troubleshoot_notifications_test_unified_push_description">"Stelle sicher, dass UnifiedPush-Verteiler verfügbar sind."</string>
<string name="troubleshoot_notifications_test_unified_push_failure">"Keine Push-Verteiler gefunden."</string>
<plurals name="troubleshoot_notifications_test_unified_push_success">
<item quantity="one">"%1$d Verteiler gefunden: %2$s."</item>
<item quantity="other">"%1$d Verteiler gefunden: %2$s."</item>
</plurals>
<string name="troubleshoot_notifications_test_unified_push_title">"UnifiedPush prüfen"</string>
</resources>