diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-08 02:25:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-08 02:25:16 +0000 |
commit | 1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced (patch) | |
tree | 789840854c0787bebb789fa1d8b764ed2e4c0684 /lib/l10n/zh_TW.js | |
parent | b765a227052300ac76daaecaf37f8e48e77dedec (diff) | |
download | nextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.tar.gz nextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 2c5deed13cc..6124af85631 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -129,8 +129,8 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "PostgreSQL 用戶名和/或密碼無效", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險後使用!", "For the best results, please consider using a GNU/Linux server instead." : "請考慮使用 GNU/Linux 伺服器以獲得最佳體驗", - "It seems that this %s instance is running on a 32-bit PHP environment. 64-bit is required for 26 and higher." : "此 %s 站台似乎是使用 32 位元的 PHP 執行的。26 或更新版本必須使用 64 位元的版本。", - "Please switch to 64-bit PHP." : "請切換為 64 位元版本的 PHP", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "看起來 %s 是在 32 位元的 PHP 環境運行,並且 php.ini 中被設置了 open_basedir 參數,這將讓超過 4GB 的檔案操作發生問題,強烈建議您更改設定。", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "請移除 php.ini 中的 open_basedir 設定,或是改用 64 位元的 PHP", "Set an admin username." : "設定管理員帳號", "Set an admin password." : "設定管理員密碼", "Cannot create or write into the data directory %s" : "無法建立或寫入資料目錄 %s", @@ -266,8 +266,6 @@ OC.L10N.register( "%s enter the database username." : "%s 輸入資料庫使用者名稱", "%s enter the database name." : "%s 輸入資料庫名稱", "%s you may not use dots in the database name" : "%s 資料庫名稱不能包含小數點", - "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "看起來 %s 是在 32 位元的 PHP 環境運行,並且 php.ini 中被設置了 open_basedir 參數,這將讓超過 4GB 的檔案操作發生問題,強烈建議您更改設定。", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "請移除 php.ini 中的 open_basedir 設定,或是改用 64 位元的 PHP", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "已達使用者限制,所以未建立使用者。請檢查您的通知以取得更多資訊。", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-'\"" }, |