chore: Enable Polish (pl), update translations (#2403)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-06-15 22:15:18 +05:30
committed by GitHub
parent e41957ae02
commit 7a7f6234b1
406 changed files with 7491 additions and 952 deletions

View File

@@ -17,6 +17,24 @@
"操作"
]
},
"EDIT": {
"BUTTON_TEXT": "編輯",
"TITLE": "Edit webhook",
"CANCEL": "取消",
"DESC": "Webhook 事件為您提供了有關 Chatwoot 帳戶中發生的事情的即時資訊。請輸入一個有效的URL來配置回呼。",
"FORM": {
"END_POINT": {
"LABEL": "Webhook 網址",
"PLACEHOLDER": "例如https://example/api/webhook",
"ERROR": "請輸入一個有效的 URL"
},
"SUBMIT": "Edit webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
}
},
"ADD": {
"CANCEL": "取消操作",
"TITLE": "建立新的 webhook",