chore: Update language translations (#2280)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-05-17 23:53:19 +05:30
committed by GitHub
parent f925bc22e2
commit cf09c2af4d
295 changed files with 4972 additions and 856 deletions

View File

@@ -2,49 +2,50 @@
"COMPONENTS": {
"FILE_BUBBLE": {
"DOWNLOAD": "下載",
"UPLOADING": "Uploading..."
"UPLOADING": "上傳中"
},
"FORM_BUBBLE": {
"SUBMIT": "送出"
}
},
"TEAM_AVAILABILITY": {
"ONLINE": "We are online",
"OFFLINE": "We are away at the moment"
"ONLINE": "我們在線上",
"OFFLINE": "我們目前不在線上"
},
"REPLY_TIME": {
"IN_A_FEW_MINUTES": "Typically replies in a few minutes",
"IN_A_FEW_HOURS": "Typically replies in a few hours",
"IN_A_DAY": "Typically replies in a day"
},
"START_CONVERSATION": "Start Conversation",
"START_CONVERSATION": "開始對話",
"UNREAD_VIEW": {
"VIEW_MESSAGES_BUTTON": "See new messages",
"CLOSE_MESSAGES_BUTTON": "關閉"
"CLOSE_MESSAGES_BUTTON": "關閉",
"COMPANY_FROM": "from"
},
"BUBBLE": {
"LABEL": "Chat with us"
"LABEL": "與我們對話"
},
"POWERED_BY": "Powered by Chatwoot",
"EMAIL_PLACEHOLDER": "請輸入您的電子信箱",
"CHAT_PLACEHOLDER": "Type your message",
"TODAY": "Today",
"YESTERDAY": "Yesterday",
"CHAT_PLACEHOLDER": "輸入你的訊息",
"TODAY": "今天",
"YESTERDAY": "昨天",
"PRE_CHAT_FORM": {
"FIELDS": {
"FULL_NAME": {
"LABEL": "聯絡人姓名",
"PLACEHOLDER": "Please enter your full name",
"ERROR": "Full Name is required"
"PLACEHOLDER": "請輸入您的完整姓名",
"ERROR": "姓名為必填"
},
"EMAIL_ADDRESS": {
"LABEL": "電子信箱地址",
"PLACEHOLDER": "Please enter your email address",
"ERROR": "Invalid email address"
"PLACEHOLDER": "請輸入你的 Email",
"ERROR": "無效的電子郵件"
},
"MESSAGE": {
"LABEL": "Message",
"PLACEHOLDER": "Please enter your message",
"LABEL": "訊息",
"PLACEHOLDER": "請輸入你的訊息",
"ERROR": "Message too short"
}
}