OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/modules/webhooks/config/locales/crowdin/zh-TW.yml

59 lines
2.1 KiB

zh-TW:
activerecord:
attributes:
webhooks/webhook:
url: 'Payload URL'
secret: 'Signature secret'
events: '事件'
projects: '已啟用的專案'
webhooks/log:
event_name: '事件名稱'
url: 'Payload URL'
response_code: '回應代碼'
response_body: '回應'
models:
webhooks/outgoing_webhook: "Outgoing webhook"
webhooks:
singular: Webhook
plural: Webhooks
resources:
time_entry:
name: "Time entry"
outgoing:
no_results_table: No webhooks have been defined yet.
label_add_new: 新增 Webhook
label_edit: 編輯 Webhook
label_event_resources: Event resources
events:
created: "已建立"
updated: "已更新"
status:
enabled: 'Webhook 已啟用'
disabled: 'Webhook 已停用'
enabled_text: 'The webhook will emit payloads for the defined events below.'
disabled_text: '點擊編輯按鈕以啟用 Webhook。'
deliveries:
no_results_table: No deliveries have been made for this webhook.
title: 'Recent deliveries'
time: 'Delivery time'
form:
introduction: >
Send a POST request to the payload URL below for any event in the project your subscribe. Payload will correspond to the APIv3 representation of the object being modified.
apiv3_doc_url: For more information, visit the API documentation
description:
placeholder: 'Optional description for the webhook.'
enabled:
description: >
When checked, the webhook will trigger on the selected events. Uncheck to disable the webhook.
events:
title: '已啟用的事件'
project_ids:
title: '已啟用的專案'
description: 'Select for which projects this webhook should be executed for.'
all: '所有專案'
selected: 'Selected projects only'
selected_project_ids:
title: 'Selected projects'
secret:
description: >
If set, this secret value is used by OpenProject to sign the webhook payload.