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

@@ -19,7 +19,7 @@
},
"START_CONVERSATION": "開始對話",
"UNREAD_VIEW": {
"VIEW_MESSAGES_BUTTON": "See new messages",
"VIEW_MESSAGES_BUTTON": "查看新訊息",
"CLOSE_MESSAGES_BUTTON": "關閉",
"COMPANY_FROM": "from",
"BOT": "機器人"
@@ -47,9 +47,14 @@
"MESSAGE": {
"LABEL": "訊息",
"PLACEHOLDER": "請輸入你的訊息",
"ERROR": "Message too short"
"ERROR": "訊息過短"
}
}
},
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit"
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit",
"CHAT_FORM": {
"INVALID": {
"FIELD": "Invalid field"
}
}
}