diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-14 02:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-14 02:28:25 +0000 |
commit | eb0d4efdc34ec45ce7d2df4627c193e88be72040 (patch) | |
tree | f02336e29cd8377d0c61bc430fa87410324b2d20 /apps/settings/l10n | |
parent | 65672ee4be61601c30c4f1c017800eb8501b77d1 (diff) | |
download | nextcloud-server-eb0d4efdc34ec45ce7d2df4627c193e88be72040.tar.gz nextcloud-server-eb0d4efdc34ec45ce7d2df4627c193e88be72040.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n')
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 2 | ||||
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 2bcb5d05f91..583b9718d20 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -132,6 +132,7 @@ OC.L10N.register( "Verifying" : "正在驗證", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "背景作業正在檢查使用者匯入的 SSL 證書。請稍後再檢查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", + "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "找到無效的 LDAP 使用者或群組 UUID。請審閱您在 LDAP 專家設定中的「覆寫 UUID 偵測」設定,並使用「occ ldap:update-uuid」來更新它們。", "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", "MariaDB version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 不再支援此版本,並需要 MariaDB 10.2 或更新版本。", "MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 將不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", @@ -172,6 +173,7 @@ OC.L10N.register( "Featured" : "精選", "Update to {update}" : "更新到 {update}", "Update all" : "更新全部", + "All apps are up-to-date." : "所有應用程式都是最新的。", "Results from other categories" : "其他分類的結果", "No apps found for your version" : "沒有找到適合您的版本的應用程式", "Disable all" : "全部停用", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index dbdc8b13531..fac393996da 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -130,6 +130,7 @@ "Verifying" : "正在驗證", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "背景作業正在檢查使用者匯入的 SSL 證書。請稍後再檢查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", + "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "找到無效的 LDAP 使用者或群組 UUID。請審閱您在 LDAP 專家設定中的「覆寫 UUID 偵測」設定,並使用「occ ldap:update-uuid」來更新它們。", "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", "MariaDB version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 不再支援此版本,並需要 MariaDB 10.2 或更新版本。", "MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 將不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", @@ -170,6 +171,7 @@ "Featured" : "精選", "Update to {update}" : "更新到 {update}", "Update all" : "更新全部", + "All apps are up-to-date." : "所有應用程式都是最新的。", "Results from other categories" : "其他分類的結果", "No apps found for your version" : "沒有找到適合您的版本的應用程式", "Disable all" : "全部停用", |