diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-01 00:29:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-01 00:29:52 +0000 |
commit | 7ed4493a928a6f53d22e52c1aa1153d048f570c9 (patch) | |
tree | 7358bd625ce928a2a5379a718a080c5814342d86 /apps/settings/l10n/zh_TW.js | |
parent | 3b5489ae891b686b4294a8c18c06a536fece8ad7 (diff) | |
download | nextcloud-server-7ed4493a928a6f53d22e52c1aa1153d048f570c9.tar.gz nextcloud-server-7ed4493a928a6f53d22e52c1aa1153d048f570c9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_TW.js')
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index f2a74005208..c234d73607d 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -240,8 +240,6 @@ OC.L10N.register( "Webcron" : "Webcron", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 在 webcron 服務中註冊,每五分鐘透過 HTTP 呼叫一次 cron.php。使用情境:非常小的站台(一到五個使用者,取決於使用量)。", "Cron (Recommended)" : "Cron(建議)", - "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "要執行這個,您需要 PHP POSIX 擴充元件。請查閱 {linkstart}PHP 說明文件{linkend} 以取得更多資訊。", - "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "使用系統 cron 服務來每五分鐘呼叫一次 cron.php 檔案。建議所有站台使用。", "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 必須由系統使用者「{user}」執行。", "Unable to update background job mode" : "無法更新背景工作模式", "Profile" : "個人檔案", @@ -336,6 +334,7 @@ OC.L10N.register( "Add" : "新增", "No users" : "無使用者", "Loading users …" : "正在載入使用者……", + "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "使用者清單。出於效能考量,此清單未完全呈現。使用者將在您瀏覽清單時呈現。", "Default language" : "預設語言", "Common languages" : "常用語言", "Other languages" : "其他語言", @@ -535,6 +534,8 @@ OC.L10N.register( "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方應用程式來連線到 Nextcloud,請確保在啟用雙因素驗證前為每個應用程式設定應用程式密碼。", "You created app password \"{token}\"" : "您建立了應用程式密碼「{token}」", "An administrator created app password \"{token}\"" : "管理員建立了應用程式密碼「{token}」", + "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "要執行這個,您需要 PHP POSIX 擴充元件。請查閱 {linkstart}PHP 說明文件{linkend} 以取得更多資訊。", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "使用系統 cron 服務來每五分鐘呼叫一次 cron.php 檔案。建議所有站台使用。", "Choose profile picture from files" : "從檔案中選擇個人檔案圖片", "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Your location" : "您的位置", |