diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-26 02:19:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-26 02:19:48 +0000 |
commit | cefaeb2eb1b674bf06d662c3f4782147c1625976 (patch) | |
tree | 5d67e4093c5de3681f7583498ebbcac45eccea10 /apps/workflowengine | |
parent | c15b0b0250d177f0990f2df22a391966b8951483 (diff) | |
download | nextcloud-server-cefaeb2eb1b674bf06d662c3f4782147c1625976.tar.gz nextcloud-server-cefaeb2eb1b674bf06d662c3f4782147c1625976.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/l10n/zh_TW.js | 21 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_TW.json | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/zh_TW.js b/apps/workflowengine/l10n/zh_TW.js index b93be932564..bf398af966e 100644 --- a/apps/workflowengine/l10n/zh_TW.js +++ b/apps/workflowengine/l10n/zh_TW.js @@ -13,13 +13,34 @@ OC.L10N.register( "The given end time is invalid" : "指定的結束時間無效", "The given group does not exist" : "指定的群組不存在", "File" : "檔案", + "File created" : "檔案建立", + "File updated" : "檔案更新", + "File renamed" : "檔案重新命名", + "File deleted" : "檔案刪除", + "File accessed" : "檔案存取", + "File copied" : "檔案複製", + "Tag assigned" : "分派標籤", + "Someone" : "某人", + "%s created %s" : "%s 建立 %s", + "%s modified %s" : "%s 修改 %s", + "%s deleted %s" : "%s 刪除 %s", + "%s accessed %s" : "%s 存取 %s", + "%s renamed %s" : "%s 重新命名 %s", + "%s copied %s" : "%s 複製 %s", + "%s assigned %s to %s" : "%s 分派 %s 給 %s", "Operation #%s does not exist" : "操作 #%s 不存在", + "Entity %s does not exist" : "實體 %s 不存在", + "Entity %s is invalid" : "實體 %s 無效", + "No events are chosen." : "未選擇事件。", + "Entity %s has no event %s" : "實體 %s 沒有事件 %s", "Operation %s does not exist" : "操作 %s 不存在", "Operation %s is invalid" : "操作 #%s 無效", "Check %s does not exist" : "檢查 %s 不存在", "Check %s is invalid" : "檢查 %s 無效", "Check #%s does not exist" : "檢查 #%s 不存在", "Check %s is invalid or does not exist" : "檢查 %s 無效或不存在", + "Flow" : "流程", + "Nextcloud workflow engine" : "Nextcloud 工作流程引擎", "Folder" : "資料夾", "Images" : "圖片", "No results" : "沒有符合搜尋的項目", diff --git a/apps/workflowengine/l10n/zh_TW.json b/apps/workflowengine/l10n/zh_TW.json index 34e1831d4fb..e4d5eb5eb1f 100644 --- a/apps/workflowengine/l10n/zh_TW.json +++ b/apps/workflowengine/l10n/zh_TW.json @@ -11,13 +11,34 @@ "The given end time is invalid" : "指定的結束時間無效", "The given group does not exist" : "指定的群組不存在", "File" : "檔案", + "File created" : "檔案建立", + "File updated" : "檔案更新", + "File renamed" : "檔案重新命名", + "File deleted" : "檔案刪除", + "File accessed" : "檔案存取", + "File copied" : "檔案複製", + "Tag assigned" : "分派標籤", + "Someone" : "某人", + "%s created %s" : "%s 建立 %s", + "%s modified %s" : "%s 修改 %s", + "%s deleted %s" : "%s 刪除 %s", + "%s accessed %s" : "%s 存取 %s", + "%s renamed %s" : "%s 重新命名 %s", + "%s copied %s" : "%s 複製 %s", + "%s assigned %s to %s" : "%s 分派 %s 給 %s", "Operation #%s does not exist" : "操作 #%s 不存在", + "Entity %s does not exist" : "實體 %s 不存在", + "Entity %s is invalid" : "實體 %s 無效", + "No events are chosen." : "未選擇事件。", + "Entity %s has no event %s" : "實體 %s 沒有事件 %s", "Operation %s does not exist" : "操作 %s 不存在", "Operation %s is invalid" : "操作 #%s 無效", "Check %s does not exist" : "檢查 %s 不存在", "Check %s is invalid" : "檢查 %s 無效", "Check #%s does not exist" : "檢查 #%s 不存在", "Check %s is invalid or does not exist" : "檢查 %s 無效或不存在", + "Flow" : "流程", + "Nextcloud workflow engine" : "Nextcloud 工作流程引擎", "Folder" : "資料夾", "Images" : "圖片", "No results" : "沒有符合搜尋的項目", |