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",