New Crowdin updates
This commit is contained in:
parent
6ad9f0d0c9
commit
3937a59ea2
@ -27,6 +27,7 @@
|
||||
<string name="error_play_services_not_available">Die Play Services sind nicht installiert</string>
|
||||
<string name="error_biometric_auth_aborted">Biometrischer Login abgebrochen</string>
|
||||
<string name="error_file_not_found_after_opening_using_3party">Lokale Datei ist nach dem Zurückwechseln zu Cryptomator nicht mehr vorhanden. Mögliche Änderungen können nicht in die Cloud übertragen werden.</string>
|
||||
<string name="error_no_such_bucket">Bucket existiert nicht</string>
|
||||
<!-- # clouds -->
|
||||
<!-- ## cloud names -->
|
||||
<string name="cloud_names_local_storage">Lokaler Speicher</string>
|
||||
@ -119,6 +120,12 @@
|
||||
<string name="screen_webdav_settings_msg_url_is_invalid">URL ist ungültig.</string>
|
||||
<string name="screen_webdav_settings_msg_username_must_not_be_empty">Benutzername muss ausgefüllt werden.</string>
|
||||
<string name="screen_webdav_settings_msg_password_must_not_be_empty">Passwort muss ausgefüllt werden.</string>
|
||||
<!-- ## screen: s3 settings -->
|
||||
<string name="screen_s3_settings_display_name_label">Anzeigename</string>
|
||||
<string name="screen_s3_settings_bucket_label">Vorhandener Bucket</string>
|
||||
<string name="screen_s3_settings_msg_display_name_not_empty">Der Anzeigename darf nicht leer sein</string>
|
||||
<string name="screen_s3_settings_msg_bucket_not_empty">Bucket darf nicht leer sein</string>
|
||||
<string name="screen_s3_settings_msg_endpoint_and_region_not_empty">Endpoint und Region dürfen nicht leer sein</string>
|
||||
<!-- ## screen: enter vault name -->
|
||||
<string name="screen_enter_vault_name_msg_name_empty">Tresorname muss ausgefüllt werden.</string>
|
||||
<string name="screen_enter_vault_name_vault_label">Tresorname</string>
|
||||
@ -129,7 +136,7 @@
|
||||
<string name="screen_set_password_button_text">Fertig</string>
|
||||
<string name="screen_set_password_hint">WICHTIG: Wenn Sie Ihr Passwort vergessen, gibt es keine Möglichkeit die Daten zu entschlüsseln.</string>
|
||||
<string name="screen_set_password_retype_password_label">Passwort wiederholen</string>
|
||||
<string name="screen_set_password_strength_indicator_0">Sehr Schwach</string>
|
||||
<string name="screen_set_password_strength_indicator_0">Zu schwach, um einen Tresor zu erstellen</string>
|
||||
<string name="screen_set_password_strength_indicator_1">Schwach</string>
|
||||
<string name="screen_set_password_strength_indicator_2">Mittel</string>
|
||||
<string name="screen_set_password_strength_indicator_3">Stark</string>
|
||||
@ -178,6 +185,7 @@
|
||||
<!-- ## screen: cloud settings -->
|
||||
<string name="screen_cloud_settings_webdav_connections">WebDAV-Verbindungen</string>
|
||||
<string name="screen_cloud_settings_pcloud_connections">pCloud-Verbindungen</string>
|
||||
<string name="screen_cloud_settings_s3_connections">S3-Verbindungen</string>
|
||||
<string name="screen_cloud_settings_local_storage_locations">Lokale Speicherorte</string>
|
||||
<string name="screen_cloud_settings_log_in_to">Einloggen in</string>
|
||||
<string name="screen_cloud_settings_sign_out_from_cloud">Abmelden von</string>
|
||||
|
@ -84,6 +84,7 @@
|
||||
<string name="screen_webdav_settings_msg_url_is_invalid">La URL no es válida.</string>
|
||||
<string name="screen_webdav_settings_msg_username_must_not_be_empty">El nombre de usuario no puede estar vacio.</string>
|
||||
<string name="screen_webdav_settings_msg_password_must_not_be_empty">La contraseña no puede estar vacía.</string>
|
||||
<!-- ## screen: s3 settings -->
|
||||
<!-- ## screen: enter vault name -->
|
||||
<string name="screen_enter_vault_name_msg_name_empty">El nombre de la caja fuerte no puede estar vacío.</string>
|
||||
<string name="screen_enter_vault_name_vault_label">Nombre de la caja fuerte</string>
|
||||
|
@ -42,7 +42,7 @@
|
||||
<string name="snack_bar_action_title_sort">Trier par</string>
|
||||
<string name="snack_bar_action_title_sort_az">A - Z</string>
|
||||
<string name="snack_bar_action_title_sort_za">Z - A</string>
|
||||
<string name="snack_bar_action_title_sort_newest">Plus récent</string>
|
||||
<string name="snack_bar_action_title_sort_newest">Récent d\'abord</string>
|
||||
<string name="snack_bar_action_title_sort_oldest">Plus ancien</string>
|
||||
<string name="snack_bar_action_title_sort_biggest">Taille décroissante</string>
|
||||
<string name="snack_bar_action_title_sort_smallest">Taille croissante</string>
|
||||
@ -121,6 +121,7 @@
|
||||
<string name="screen_webdav_settings_msg_url_is_invalid">URL invalide.</string>
|
||||
<string name="screen_webdav_settings_msg_username_must_not_be_empty">Le nom d\'utilisateur ne peut pas être vide.</string>
|
||||
<string name="screen_webdav_settings_msg_password_must_not_be_empty">Le mot de passe ne peut pas être vide.</string>
|
||||
<!-- ## screen: s3 settings -->
|
||||
<!-- ## screen: enter vault name -->
|
||||
<string name="screen_enter_vault_name_msg_name_empty">Le nom du coffre-fort ne peut pas être vide.</string>
|
||||
<string name="screen_enter_vault_name_vault_label">Nom du coffre-fort</string>
|
||||
@ -131,7 +132,6 @@
|
||||
<string name="screen_set_password_button_text">Terminé</string>
|
||||
<string name="screen_set_password_hint">IMPORTANT: Si vous oubliez votre mot de passe, il n\'y aura aucun moyen de récupérer vos données.</string>
|
||||
<string name="screen_set_password_retype_password_label">Retaper le mot de passe</string>
|
||||
<string name="screen_set_password_strength_indicator_0">Très faible</string>
|
||||
<string name="screen_set_password_strength_indicator_1">Faible</string>
|
||||
<string name="screen_set_password_strength_indicator_2">Acceptable</string>
|
||||
<string name="screen_set_password_strength_indicator_3">Fort</string>
|
||||
|
@ -14,6 +14,7 @@
|
||||
<!-- ## screen: choose cloud service -->
|
||||
<!-- ## screen: cloud connections -->
|
||||
<!-- ## screen: webdav settings -->
|
||||
<!-- ## screen: s3 settings -->
|
||||
<!-- ## screen: enter vault name -->
|
||||
<!-- ## screen: set password -->
|
||||
<!-- ## screen: settings -->
|
||||
|
@ -117,6 +117,7 @@
|
||||
<string name="screen_webdav_settings_msg_url_is_invalid">Adres URL jest nieprawidłowy.</string>
|
||||
<string name="screen_webdav_settings_msg_username_must_not_be_empty">Login nie może być pusty.</string>
|
||||
<string name="screen_webdav_settings_msg_password_must_not_be_empty">Hasło nie może być puste.</string>
|
||||
<!-- ## screen: s3 settings -->
|
||||
<!-- ## screen: enter vault name -->
|
||||
<string name="screen_enter_vault_name_msg_name_empty">Nazwa sejfu nie może być pusta.</string>
|
||||
<string name="screen_enter_vault_name_vault_label">Nazwa sejfu</string>
|
||||
@ -127,7 +128,6 @@
|
||||
<string name="screen_set_password_button_text">Gotowe</string>
|
||||
<string name="screen_set_password_hint">WAŻNE: Jeśli zapomnisz hasła, nie ma możliwości odzyskania danych.</string>
|
||||
<string name="screen_set_password_retype_password_label">Wpisz hasło ponownie</string>
|
||||
<string name="screen_set_password_strength_indicator_0">Bardzo słabe</string>
|
||||
<string name="screen_set_password_strength_indicator_1">Słabe</string>
|
||||
<string name="screen_set_password_strength_indicator_2">Średnie</string>
|
||||
<string name="screen_set_password_strength_indicator_3">Mocne</string>
|
||||
|
38
presentation/src/main/res/values-sr/strings.xml
Normal file
38
presentation/src/main/res/values-sr/strings.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- # app -->
|
||||
<!-- # error messages -->
|
||||
<!-- # clouds -->
|
||||
<!-- ## cloud names -->
|
||||
<!-- # permission -->
|
||||
<!-- ## permission messages -->
|
||||
<!-- # screens -->
|
||||
<!-- # screen: vault list -->
|
||||
<!-- # screen: file browser -->
|
||||
<!-- ## screen: text editor -->
|
||||
<!-- ## screen: share files -->
|
||||
<!-- ## screen: choose cloud service -->
|
||||
<!-- ## screen: cloud connections -->
|
||||
<!-- ## screen: webdav settings -->
|
||||
<!-- ## screen: s3 settings -->
|
||||
<!-- ## screen: enter vault name -->
|
||||
<!-- ## screen: set password -->
|
||||
<!-- ## screen: settings -->
|
||||
<!-- ## screen: cloud settings -->
|
||||
<!-- ## screen: licenses -->
|
||||
<!-- ## screen: authenticate cloud -->
|
||||
<!-- ## screen: empty dir file info -->
|
||||
<!-- ## screen: insecure android version info -->
|
||||
<!-- # dialogs -->
|
||||
<!-- Vault not found -->
|
||||
<!-- # error reports -->
|
||||
<!-- # misc -->
|
||||
<!-- ## file size helper -->
|
||||
<!-- ## date helper -->
|
||||
<!-- ## biometric authentication -->
|
||||
<!-- notification -->
|
||||
<!-- lock timeout names -->
|
||||
<!-- cache size names -->
|
||||
<!-- screen scheme mode names -->
|
||||
<!-- update interval names -->
|
||||
</resources>
|
@ -116,6 +116,7 @@
|
||||
<string name="screen_webdav_settings_msg_url_is_invalid">URL geçersiz.</string>
|
||||
<string name="screen_webdav_settings_msg_username_must_not_be_empty">Kullanıcı adı boş olamaz.</string>
|
||||
<string name="screen_webdav_settings_msg_password_must_not_be_empty">Parola boş olamaz.</string>
|
||||
<!-- ## screen: s3 settings -->
|
||||
<!-- ## screen: enter vault name -->
|
||||
<string name="screen_enter_vault_name_msg_name_empty">Kasa adı boş olamaz.</string>
|
||||
<string name="screen_enter_vault_name_vault_label">Kasa adı</string>
|
||||
@ -126,7 +127,6 @@
|
||||
<string name="screen_set_password_button_text">Bitti</string>
|
||||
<string name="screen_set_password_hint">ÖNEMLİ UYARI: Parolanızı unutursanız, verilerinizi kurtarmanın herhangi bir yolu yoktur.</string>
|
||||
<string name="screen_set_password_retype_password_label">Yeni şifreyi tekrar yazın</string>
|
||||
<string name="screen_set_password_strength_indicator_0">Çok zayıf</string>
|
||||
<string name="screen_set_password_strength_indicator_1">Güçsüz</string>
|
||||
<string name="screen_set_password_strength_indicator_2">Makul</string>
|
||||
<string name="screen_set_password_strength_indicator_3">Kuvvetli</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user