1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2021-03-20 03:56:27 +00:00
parent 477e3f8319
commit 7c2eef2e88
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@
<!-- Notifications -->
<string name="sync_title">Ajourføringsproces</string>
<string name="sync_inprogress">Synkronisering i gang …</string>
<string name="fatal_error">Fatal fejl!</string>
<!-- Errors -->

View File

@ -124,7 +124,7 @@
<string name="err_sync_create_json_null_smslist">錯誤 #5簡訊清單為空 (NULL)</string>
<string name="err_sync_create_json_put_smslist">錯誤 #6建立推送請求時發生錯誤</string>
<string name="err_sync_create_json_request_encoding">錯誤 #7產生請求時遇到不支援的編碼方式</string>
<string name="err_sync_auth_failed">錯誤 #8驗證失敗</string>
<string name="err_sync_auth_failed">錯誤 #8驗證失敗</string>
<string name="err_sync_http_request_returncode_unhandled">錯誤 #9伺服器設定了無法處理的 HTTP 返回碼</string>
<string name="err_sync_http_request_connect">錯誤 #11無法連線到 Nextcloud 實體</string>
<string name="err_sync_http_request_httpexception">錯誤 #12無法連線到 Nextcloud 實體</string>