Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b969a16a authored by Nextcloud bot's avatar Nextcloud bot
Browse files

Fix(l10n): Update translations from Transifex



Signed-off-by: default avatarNextcloud bot <bot@nextcloud.com>
parent 7397ea15
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
  <resources>
    <string name="account_not_new">Account already existing when creating a new one</string>
    <string name="account_not_the_same">Authenticated with a different account than the one updating</string>
    <string name="bad_oc_version">No valid Nextcloud version was found at the server</string>
    <string name="connect_timeout_exception">Connect timeout exception</string>
    <string name="exception_using_account">Exception while using account</string>
    <string name="file_locked">File is currently locked by another user or process</string>
    <string name="file_not_found">Local file does not exist</string>
    <string name="http_violation">HTTP violation</string>
    <string name="instance_not_configured">The Nextcloud server is not configured!</string>
    <string name="invalid_character_in_name">The file name contains a forbidden character</string>
    <string name="json_exception">JSON exception</string>
    <string name="local_storage_full">Local storage full</string>
    <string name="local_storage_not_moved">Error while moving file to final directory</string>
    <string name="malformed_url_exception">Malformed URL exception</string>
    <string name="message_install_client_cert">Do you want to install a TLS client certificate?</string>
    <string name="no_network_connection">No network connection</string>
    <string name="notification_channel_name">Nextcloud connection</string>
    <string name="notification_message_select_client_cert">Select client certificate for %1$s:%2$d</string>
    <string name="notification_title_select_client_cert">Select client certificate</string>
    <string name="operation_cancelled">Operation cancelled by the caller</string>
    <string name="operation_cancelled_by_the_caller">Operation cancelled by the caller</string>
    <string name="operation_finished_http_code">Operation finished with HTTP status code %1$d (%2$s)</string>
    <string name="socket_exception">Socket exception</string>
    <string name="socket_timeout_exception">Socket timeout exception</string>
    <string name="ssl_exception">SSL exception</string>
    <string name="ssl_recoverable_exception">SSL recoverable exception</string>
    <string name="sync_conflict">Synchronization conflict</string>
    <string name="title_no_client_cert">No client certificate was found</string>
    <string name="unexpected_exception">Unexpected exception</string>
    <string name="unexpected_webdav_exception">Unexpected WebDAV exception</string>
    <string name="unknown_host_exception">Unknown host exception</string>
    <string name="unrecovered_transport_exception">Unrecovered transport exception</string>
</resources>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
  <resources>
    <string name="account_not_new">Bereits bestehendes Konto beim Anlegen eines neuen Kontos</string>
    <string name="account_not_the_same">Angemeldet mit einem anderen Konto als dem, das aktualisiert wird</string>
    <string name="account_not_the_same">Authentifiziert mit einem anderen Konto als dem, das aktualisiert wird</string>
    <string name="bad_oc_version">Es wurde keine gültige Nextcloud-Version auf dem Server gefunden</string>
    <string name="connect_timeout_exception">Timeout-Ausnahme beim Verbinden</string>
    <string name="exception_using_account">Ausnahme bei der Verwendung des Kontos</string>
+26 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
  <resources>
    <string name="account_not_new">建立新帳戶時,帳戶已存在</string>
    <string name="account_not_the_same">使用與更新帳戶不同的帳戶進行驗證</string>
    <string name="bad_oc_version">伺服器上找不到有效的 Nextcloud 版本</string>
    <string name="connect_timeout_exception">連線逾時例外</string>
    <string name="exception_using_account">使用帳戶時發生錯誤</string>
    <string name="file_locked">檔案目前被其他用戶或處理程序鎖定</string>
    <string name="file_not_found">近端資料夾不存在</string>
    <string name="http_violation">HTTP 違規</string>
    <string name="instance_not_configured">未設定 Nextcloud 伺服器!</string>
    <string name="invalid_character_in_name">檔案名稱包含禁止使用的字元</string>
    <string name="json_exception">JSON 例外</string>
    <string name="local_storage_full">近端儲存空間已滿</string>
    <string name="local_storage_not_moved">移動檔案到最終目錄時發生錯誤</string>
    <string name="malformed_url_exception">URL 格式錯誤例外</string>
    <string name="message_install_client_cert">你想安装 TLS 客户端证书吗?</string>
    <string name="no_network_connection">沒有網路連線</string>
    <string name="notification_channel_name">Nextcloud 連接</string>
    <string name="notification_message_select_client_cert">選取 %1$s 的客戶端憑證:%2$d</string>
    <string name="notification_title_select_client_cert">選取客戶端憑證</string>
    <string name="operation_cancelled">來電者已取消操作。</string>
    <string name="operation_cancelled_by_the_caller">來電者已取消操作。</string>
    <string name="operation_finished_http_code">操作完成,HTTP 狀態碼為 %1$d (%2$s)</string>
    <string name="socket_exception">Socket 例外</string>
    <string name="socket_timeout_exception">Socket 逾時例外</string>
    <string name="ssl_exception">SSL 例外</string>
    <string name="ssl_recoverable_exception">SSL 可復原例外</string>
    <string name="sync_conflict">同步相互抵觸</string>
    <string name="title_no_client_cert">找不到客戶端憑證</string>
    <string name="unexpected_exception">意外例外</string>
    <string name="unexpected_webdav_exception">非預期的 WebDAV 例外</string>
    <string name="unknown_host_exception">未知的主機例外</string>
    <string name="unrecovered_transport_exception">無法復原的傳輸例外</string>
</resources>