0
0
mirror of https://github.com/mueller-ma/PrepaidBalance.git synced 2024-09-20 00:12:15 +02:00

New Crowdin updates (#86)

This commit is contained in:
mueller-ma 2022-05-15 16:14:01 +02:00 committed by GitHub
parent 648b187441
commit 11dc8baebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation, ExtraTranslation">
<string name="app_name">Prepaid-Guthaben</string>
<string name="ussd_failed">Abfragen des USSD-Codes fehlgeschlagen</string>
<string name="unable_get_balance">Auslesen des Guthabens fehlgeschlagen</string>
<string name="unable_get_balance">Auslesen des Guthabens fehlgeschlagen: %s</string>
<string name="permissions_required">Telefon-Berechtigung benötigt</string>
<string name="preferences">Einstellungen</string>
<string name="periodic_checks_title">Regelmäßig Guthaben abfragen</string>
@ -29,6 +29,9 @@
<string name="debug_last_ussd_response">Letzte USSD-Antwort</string>
<string name="debug_last_ussd_response_none">Es wurde noch keine Anfrage gestellt</string>
<string name="debug_last_ussd_response_invalid">Letzte Anfrage fehlgeschlagen mit Code %d</string>
<string name="debug_last_ussd_response_failed_to_complete">Letzte Anfrage konnte nicht abgeschlossen werden</string>
<string name="debug_last_ussd_response_failed_telephony_service_unavailable">Letzte Anfrage fehlgeschlagen, da der Telefondienst nicht verfügbar ist</string>
<string name="copied_to_clipboard">In Zwischenablage kopiert</string>
<string name="retry">Wiederholen</string>
<string name="confirm_first_request">Eine USSD-Anfrage wird an %s gestellt</string>
</resources>

View File

@ -3,7 +3,6 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation, ExtraTranslation">
<string name="app_name">Saldo Prepago</string>
<string name="ussd_failed">Error al conseguir el código USSD</string>
<string name="unable_get_balance">No se obtuvo el saldo como respuesta</string>
<string name="permissions_required">Se requiere permisos de teléfono</string>
<string name="preferences">Ajustes</string>
<string name="periodic_checks_title">Revisar saldo diariamente</string>