diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:37 +0000 |
commit | b76ecf37818d87f1386d12eb45bb0639d39f12ed (patch) | |
tree | 0f41fd70340b78d240fe524844cf13893b7ba2b7 /lib/l10n/zh_TW.js | |
parent | 891097b42bfca8f7c987be7f341b3f985c188dcb (diff) | |
download | nextcloud-server-b76ecf37818d87f1386d12eb45bb0639d39f12ed.tar.gz nextcloud-server-b76ecf37818d87f1386d12eb45bb0639d39f12ed.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index c950bc7636d..0b1a2c20455 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -8,7 +8,6 @@ OC.L10N.register( "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "應用程式 %1$s 不存在或有與此伺服器不相容的版本。請檢查應用程式目錄。", "Sample configuration detected" : "您目前正在使用範例設定", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接複製了範例設定來使用,這樣的安裝很可能會無法運作,請閱讀說明文件後對 config.php 進行適當的修改", - "404" : "404", "The page could not be found on the server." : "無法在伺服器上找到此頁面。", "%s email verification" : "%s 電子郵件驗證", "Email verification" : "電子郵件驗證", @@ -277,6 +276,7 @@ OC.L10N.register( "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 版本最低需求為 2.7.0。目前安裝版本為 %s 。", "To fix this issue update your libxml2 version and restart your web server." : "修正方式為更新您的 libxml2 為 2.7.0 以上版本,再重啟網頁伺服器。", "PostgreSQL >= 9 required." : "需要 PostgreSQL 版本 >= 9。", - "Please upgrade your database version." : "請升級您的資料庫版本。" + "Please upgrade your database version." : "請升級您的資料庫版本。", + "404" : "404" }, "nplurals=1; plural=0;"); |