Fetch translations from Transifex

This commit is contained in:
Ricki Hirner 2023-06-13 18:47:08 +02:00
parent aed721409f
commit 764c382af3
4 changed files with 18 additions and 1 deletions

View file

@ -260,6 +260,9 @@
<string name="login_use_client_certificate">Client-Zertifikat benutzen</string>
<string name="login_no_certificate_found">Kein Zertifikat gefunden</string>
<string name="login_install_certificate">Zertifikat installieren </string>
<string name="login_type_google">Google-Kontakte / -Kalender</string>
<string name="login_google_guide">Bitte lesen Sie unsere Anleitung zur Anmeldung bei Google. Es kann dabei unvorhergesehen zu Warnhinweisen kommen, die dort erklärt werden. </string>
<string name="login_google_account">Google-Konto</string>
<string name="login_configuration_detection">Ressourcen-Erkennung</string>
<string name="login_querying_server">Server-Informationen werden abgerufen. Bitte warten …</string>
<string name="login_no_caldav_carddav">Es konnte weder ein CalDAV- noch ein CardDAV-Dienst gefunden werden.</string>
@ -355,6 +358,8 @@
<string name="delete_collection_deleting_collection">Ordner wird gelöscht</string>
<string name="collection_force_read_only">Schreibschutz erzwingen</string>
<string name="collection_properties">Eigenschaften</string>
<string name="collection_properties_sync_time">Zuletzt synchronisiert:</string>
<string name="collection_properties_sync_time_never">Nie synchronisiert</string>
<string name="collection_properties_url">Adresse (URL):</string>
<string name="collection_properties_copy_url">URL kopieren</string>
<string name="collection_properties_owner">Besitzer:</string>

View file

@ -261,6 +261,10 @@
<string name="login_use_client_certificate">Usar certificado cliente</string>
<string name="login_no_certificate_found">Non se atopa certificado</string>
<string name="login_install_certificate">Instalar certificado</string>
<string name="login_type_google">Contactos / Calendario de Google</string>
<string name="login_google_guide">Le as instruccións sobre como acceder a Google. Podería ver avisos que están explicados nelas.</string>
<string name="login_google_account">Conta de Google</string>
<string name="login_google_disclaimer">%s non ten filiación, nin autorización, patrocinio ou calquera outra relación con Google LLC.</string>
<string name="login_configuration_detection">Detección da configuración</string>
<string name="login_querying_server">Agarda por favor, consultando o servidor…</string>
<string name="login_no_caldav_carddav">Non se atopou servizo CalDAV ou CardDAV.</string>

View file

@ -261,6 +261,10 @@
<string name="login_use_client_certificate">Cliëntcertificaat gebruiken</string>
<string name="login_no_certificate_found">Geen certificaat gevonden</string>
<string name="login_install_certificate">Certificaat installeren</string>
<string name="login_type_google">Google Contacten / Kalender</string>
<string name="login_google_guide">Lees onze handleiding over het inloggen bij Google. Er kunnen onverwachte waarschuwingen zijn die daar worden uitgelegd.</string>
<string name="login_google_account">Google account</string>
<string name="login_google_disclaimer">%s is niet gelieerd aan, en is ook niet geautoriseerd, gesponsord of anderszins goedgekeurd door Google LLC.</string>
<string name="login_configuration_detection">Configuratie detecteren</string>
<string name="login_querying_server">Even geduld, verzoek naar server…</string>
<string name="login_no_caldav_carddav">Geen CalDAV- of CardDAV-service gevonden.</string>

View file

@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!--common strings-->
<string name="app_name">DAVx⁵</string>
<string name="account_invalid">户(已)不存在</string>
<string name="account_invalid">户(已)不存在</string>
<string name="account_title_address_book">DAVx⁵ 通讯录</string>
<string name="address_books_authority_title">通讯录</string>
<string name="dialog_remove">删除</string>
@ -261,6 +261,10 @@
<string name="login_use_client_certificate">使用客户端证书</string>
<string name="login_no_certificate_found">没有找到证书</string>
<string name="login_install_certificate">安装证书</string>
<string name="login_type_google">Google 联系人/日历</string>
<string name="login_google_guide">请阅读我们有关 Google 登录的指南,其中可能对意料之外警告信息作出解释。</string>
<string name="login_google_account">Google 账户</string>
<string name="login_google_disclaimer">%s 与 Google LLC 之间没有隶属关系,也非由 Google LLC 所授权、赞助或批准。 </string>
<string name="login_configuration_detection">正在配置</string>
<string name="login_querying_server">正在与服务器通信,请稍等…</string>
<string name="login_no_caldav_carddav">找不到 CalDAV 或 CardDAV 服务。</string>