diff options
author | GiteaBot <teabot@gitea.io> | 2021-01-15 20:30:48 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-01-15 20:30:48 +0000 |
commit | 2db4733c7d75b3ca3d1b2750f7b6ed53ac75303c (patch) | |
tree | 0701431c13af55c3322953f639c08de1aad00e21 | |
parent | 3091600cc866bb5236be991e764ad113b8f542a1 (diff) | |
download | gitea-2db4733c7d75b3ca3d1b2750f7b6ed53ac75303c.tar.gz gitea-2db4733c7d75b3ca3d1b2750f7b6ed53ac75303c.zip |
[skip ci] Updated translations via Crowdin
-rw-r--r-- | options/locale/locale_zh-TW.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini index 4d7d19e144..7625a58169 100644 --- a/options/locale/locale_zh-TW.ini +++ b/options/locale/locale_zh-TW.ini @@ -1999,6 +1999,7 @@ dashboard=資訊主頁 users=使用者帳戶 organizations=組織 repositories=儲存庫 +hooks=Webhook authentication=認證來源 emails=使用者電子信箱 config=組態 @@ -2148,8 +2149,13 @@ repos.forks=Fork 數 repos.issues=問題數 repos.size=大小 +defaulthooks=預設 Webhook +defaulthooks.desc=當觸發某些 Gitea 事件時,Webhook 會自動發出 HTTP POST 請求到指定的伺服器。這裡所定義的 Webhook 是預設的,並且會複製到所有新儲存庫。在 <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">Webhook 指南</a>閱讀更多內容。 +defaulthooks.add_webhook=新增預設 Webhook +defaulthooks.update_webhook=更新預設 Webhook systemhooks=系統 Webhook +systemhooks.desc=當觸發某些 Gitea 事件時,Webhook 會自動發出 HTTP POST 請求到指定的伺服器。由於這裡所定義的 Webhook 會影響此系統上的所有儲存庫,因此請評估這會對效能造成多少影響。在 <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">Webhook 指南</a>閱讀更多內容。 systemhooks.add_webhook=新增系統 Webhook systemhooks.update_webhook=更新系統 Webhook |