Sync Strings from Localazy (#5427)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-09-29 17:10:21 +02:00 committed by GitHub
parent 9eb683403c
commit 95949e615f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
176 changed files with 1623 additions and 1067 deletions

View file

@ -54,6 +54,14 @@
<string name="push_distributor_background_sync_android">"Hintergrundsynchronisation"</string>
<string name="push_distributor_firebase_android">"Google-Dienste"</string>
<string name="push_no_valid_google_play_services_apk_android">"Keine gültigen Google Play-Dienste gefunden. Benachrichtigungen funktionieren möglicherweise nicht richtig."</string>
<string name="troubleshoot_notifications_test_blocked_users_description">"Überprüfen von gesperrten Nutzern"</string>
<string name="troubleshoot_notifications_test_blocked_users_quick_fix">"Gesperrte Nutzer ansehen"</string>
<string name="troubleshoot_notifications_test_blocked_users_result_none">"Keine Nutzer sind gesperrt."</string>
<plurals name="troubleshoot_notifications_test_blocked_users_result_some">
<item quantity="one">"Du hast %1$d Nutzer gesperrt. Du wirst für diesen Nutzer keine Benachrichtigungen erhalten."</item>
<item quantity="other">"Du hast %1$d Nutzer gesperrt. Du wirst für diese Nutzer keine Benachrichtigungen erhalten."</item>
</plurals>
<string name="troubleshoot_notifications_test_blocked_users_title">"Gesperrte Nutzer"</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 Dienst für Push-Benachrichtigungen ausgewählt."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success">"Aktueller Push-Dienst: %1$s."</string>