Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-24 05:22:31 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-24 05:22:31 +0300
commitf505f01b99ff3252e590722530ee21af4e0de2aa (patch)
treef7669c49fb7acb26bc776edab5641791313abbfc /apps/workflowengine
parented262743e81cacd425eade1d17f3a1550566cf0a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/l10n/zh_HK.js12
-rw-r--r--apps/workflowengine/l10n/zh_HK.json12
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/zh_HK.js b/apps/workflowengine/l10n/zh_HK.js
index 33594573f2f..f4208bcc824 100644
--- a/apps/workflowengine/l10n/zh_HK.js
+++ b/apps/workflowengine/l10n/zh_HK.js
@@ -35,9 +35,12 @@ OC.L10N.register(
"Entity %s has no event %s" : "實體 %s 沒有事件 %s",
"Operation %s does not exist" : "操作 %s 不存在",
"Operation %s is invalid" : "操作 #%s 無效",
+ "At least one check needs to be provided" : "至少需要提供一個檢查規則",
"The provided operation data is too long" : "指定的操作數據太長",
+ "Invalid check provided" : "提供了無效的檢查規則",
"Check %s does not exist" : "檢查 %s 不存在",
"Check %s is invalid" : "檢查 %s 無效",
+ "Check %s is not allowed with this entity" : "此實體不允許使用檢查規則 %s",
"The provided check value is too long" : "指定的檢查數據太長",
"Check #%s does not exist" : "檢查 #%s 不存在",
"Check %s is invalid or does not exist" : "檢查 %s 無效或不存在",
@@ -56,6 +59,8 @@ OC.L10N.register(
"No results" : "沒有符合搜尋的項目",
"%s (invisible)" : "%s (隱藏)",
"%s (restricted)" : "%s (受限)",
+ "Please enter a valid time span" : "請輸入有效的時間跨度",
+ "Select a request URL" : "選擇一個請求URL",
"Predefined URLs" : "預定義網址",
"Files WebDAV" : "檔案 WebDAV",
"Others" : "其他",
@@ -67,15 +72,22 @@ OC.L10N.register(
"Thunderbird & Outlook addons" : "Thunderbird & Outlook 插件",
"Custom user agent" : "自訂用戶 agent",
"At least one event must be selected" : "必須選擇至少一個活動",
+ "Add new flow" : "添加新流程",
+ "When" : "時間",
"and" : "及",
"Cancel" : "取消",
"Delete" : "刪除",
"The configuration is invalid" : "配置無效",
"Active" : "啟動",
"Save" : "儲存",
+ "Available flows" : "可用的流程",
+ "For details on how to write your own flow, check out the development documentation." : "有關如何編寫自己的流程的詳細信息,請查看開發說明文件。",
+ "More flows" : "更多流程",
"Browse the app store" : "瀏覽應用程式商店",
"Show less" : "顯示較少",
"Show more" : "顯示更多",
+ "Configured flows" : "配置流程",
+ "Your flows" : "您的流程",
"matches" : "匹配",
"does not match" : "不能匹配",
"is" : "是",
diff --git a/apps/workflowengine/l10n/zh_HK.json b/apps/workflowengine/l10n/zh_HK.json
index 7e0ddd60448..bc37a3a99d7 100644
--- a/apps/workflowengine/l10n/zh_HK.json
+++ b/apps/workflowengine/l10n/zh_HK.json
@@ -33,9 +33,12 @@
"Entity %s has no event %s" : "實體 %s 沒有事件 %s",
"Operation %s does not exist" : "操作 %s 不存在",
"Operation %s is invalid" : "操作 #%s 無效",
+ "At least one check needs to be provided" : "至少需要提供一個檢查規則",
"The provided operation data is too long" : "指定的操作數據太長",
+ "Invalid check provided" : "提供了無效的檢查規則",
"Check %s does not exist" : "檢查 %s 不存在",
"Check %s is invalid" : "檢查 %s 無效",
+ "Check %s is not allowed with this entity" : "此實體不允許使用檢查規則 %s",
"The provided check value is too long" : "指定的檢查數據太長",
"Check #%s does not exist" : "檢查 #%s 不存在",
"Check %s is invalid or does not exist" : "檢查 %s 無效或不存在",
@@ -54,6 +57,8 @@
"No results" : "沒有符合搜尋的項目",
"%s (invisible)" : "%s (隱藏)",
"%s (restricted)" : "%s (受限)",
+ "Please enter a valid time span" : "請輸入有效的時間跨度",
+ "Select a request URL" : "選擇一個請求URL",
"Predefined URLs" : "預定義網址",
"Files WebDAV" : "檔案 WebDAV",
"Others" : "其他",
@@ -65,15 +70,22 @@
"Thunderbird & Outlook addons" : "Thunderbird & Outlook 插件",
"Custom user agent" : "自訂用戶 agent",
"At least one event must be selected" : "必須選擇至少一個活動",
+ "Add new flow" : "添加新流程",
+ "When" : "時間",
"and" : "及",
"Cancel" : "取消",
"Delete" : "刪除",
"The configuration is invalid" : "配置無效",
"Active" : "啟動",
"Save" : "儲存",
+ "Available flows" : "可用的流程",
+ "For details on how to write your own flow, check out the development documentation." : "有關如何編寫自己的流程的詳細信息,請查看開發說明文件。",
+ "More flows" : "更多流程",
"Browse the app store" : "瀏覽應用程式商店",
"Show less" : "顯示較少",
"Show more" : "顯示更多",
+ "Configured flows" : "配置流程",
+ "Your flows" : "您的流程",
"matches" : "匹配",
"does not match" : "不能匹配",
"is" : "是",