chore: Update translations (#6854)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots",
|
||||
"LOADING_EDITOR": "Loading Editor...",
|
||||
"HEADER_BTN_TXT": "Add Bot Configuration",
|
||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
|
||||
"HEADER": "機器人",
|
||||
"LOADING_EDITOR": "正在載入編輯器...",
|
||||
"HEADER_BTN_TXT": "新增機器人設定",
|
||||
"SIDEBAR_TXT": "<p><b>客服機器人</b> <p>可服機器人可以讓你將對話自動化</p>",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "Bot Name",
|
||||
"PLACEHOLDER": "Give your bot a name",
|
||||
"ERROR": "Bot name is required"
|
||||
"LABEL": "機器人名稱",
|
||||
"PLACEHOLDER": "給你的機器人一個名字",
|
||||
"ERROR": "機器人名稱為必填"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Bot Description",
|
||||
"PLACEHOLDER": "What does this bot do?"
|
||||
"LABEL": "機器人描述",
|
||||
"PLACEHOLDER": "這個機器人的作用是什麼"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"ERROR": "Please enter your CSML bot configuration above",
|
||||
@@ -21,53 +21,53 @@
|
||||
"SUBMIT": "Validate and save"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "Select an agent bot",
|
||||
"TITLE": "選擇一個客服機器人",
|
||||
"DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.",
|
||||
"SUBMIT": "更新",
|
||||
"DISCONNECT": "Disconnect Bot",
|
||||
"SUCCESS_MESSAGE": "Successfully updated the agent bot",
|
||||
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot",
|
||||
"DISCONNECT": "取消機器人連結",
|
||||
"SUCCESS_MESSAGE": "成功更新客服機器人",
|
||||
"DISCONNECTED_SUCCESS_MESSAGE": "成功解除客服機器人連結",
|
||||
"ERROR_MESSAGE": "Could not update the agent bot, please try again later",
|
||||
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot, please try again later",
|
||||
"SELECT_PLACEHOLDER": "Select Bot"
|
||||
"SELECT_PLACEHOLDER": "選擇機器人"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Configure new bot",
|
||||
"TITLE": "設定新的機器人",
|
||||
"CANCEL_BUTTON_TEXT": "取消",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot added successfully",
|
||||
"ERROR_MESSAGE": "Could not add bot, Please try again later"
|
||||
"SUCCESS_MESSAGE": "機器人新增成功",
|
||||
"ERROR_MESSAGE": "無法新增機器人,請稍後再試"
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗",
|
||||
"LOADING": "Fetching Bots...",
|
||||
"404": "查無機器人,你可以點擊「設定新的機器人」按鈕設定一個機器人",
|
||||
"LOADING": "正在取得機器人",
|
||||
"TYPE": "Bot Type"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "刪除",
|
||||
"TITLE": "Delete Bot",
|
||||
"TITLE": "刪除機器人",
|
||||
"SUBMIT": "刪除",
|
||||
"CANCEL_BUTTON_TEXT": "取消",
|
||||
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot deleted successfully",
|
||||
"SUCCESS_MESSAGE": "機器人刪除成功",
|
||||
"ERROR_MESSAGE": "Could not able to delete bot, Please try again later"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "編輯",
|
||||
"LOADING": "Fetching Bots...",
|
||||
"TITLE": "Edit Bot",
|
||||
"LOADING": "正在取得機器人",
|
||||
"TITLE": "編輯機器人",
|
||||
"CANCEL_BUTTON_TEXT": "取消",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot updated successfully",
|
||||
"ERROR_MESSAGE": "Could not update bot, Please try again later"
|
||||
"SUCCESS_MESSAGE": "機器人更新成功",
|
||||
"ERROR_MESSAGE": "無法更新機器人,請稍後再試"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"WEBHOOK": "Webhook Bot",
|
||||
"CSML": "CSML Bot"
|
||||
"WEBHOOK": "Webhook 機器人",
|
||||
"CSML": "CSML 機器人"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"HEADER": "自訂屬性",
|
||||
"HEADER_BTN_TXT": "Add Custom Attribute",
|
||||
"LOADING": "Fetching custom attributes",
|
||||
"HEADER_BTN_TXT": "新增自訂屬性",
|
||||
"LOADING": "正在取得自訂屬性",
|
||||
"SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
|
||||
"ADD": {
|
||||
"TITLE": "Add Custom Attribute",
|
||||
"TITLE": "新增自訂屬性",
|
||||
"SUBMIT": "建立",
|
||||
"CANCEL_BUTTON_TEXT": "取消",
|
||||
"FORM": {
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"MODEL": {
|
||||
"LABEL": "Applies to",
|
||||
"PLACEHOLDER": "Please select one",
|
||||
"PLACEHOLDER": "請選擇其中一個",
|
||||
"ERROR": "Model is required"
|
||||
},
|
||||
"TYPE": {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"EVENT": {
|
||||
"LABEL": "Event",
|
||||
"PLACEHOLDER": "Please select one",
|
||||
"PLACEHOLDER": "請選擇其中一個",
|
||||
"ERROR": "Event is required"
|
||||
},
|
||||
"CONDITIONS": {
|
||||
|
||||
@@ -132,6 +132,17 @@
|
||||
"PLACEHOLDER": "請輸入公司名稱",
|
||||
"LABEL": "公司名稱"
|
||||
},
|
||||
"COUNTRY": {
|
||||
"PLACEHOLDER": "Enter the country name",
|
||||
"LABEL": "國家名稱",
|
||||
"SELECT_PLACEHOLDER": "Select",
|
||||
"REMOVE": "刪除",
|
||||
"SELECT_COUNTRY": "Select Country"
|
||||
},
|
||||
"CITY": {
|
||||
"PLACEHOLDER": "Enter the city name",
|
||||
"LABEL": "City Name"
|
||||
},
|
||||
"SOCIAL_PROFILES": {
|
||||
"FACEBOOK": {
|
||||
"PLACEHOLDER": "請輸入 Facebook 使用者名稱",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"body": "將客服增加到建立的收件匣。"
|
||||
},
|
||||
{
|
||||
"title": "瞧!",
|
||||
"title": "Voila!",
|
||||
"route": "settings_inbox_finish",
|
||||
"body": "您已設定狀態為離開"
|
||||
}
|
||||
@@ -30,7 +30,7 @@
|
||||
"ADD": {
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "收件匣名稱",
|
||||
"PLACEHOLDER": "Enter your inbox name (eg: Acme Inc)",
|
||||
"PLACEHOLDER": "輸入你的收件匣名稱 (e. g: Acme Inc)",
|
||||
"ERROR": "Please enter a valid inbox name"
|
||||
},
|
||||
"WEBSITE_NAME": {
|
||||
@@ -62,7 +62,7 @@
|
||||
},
|
||||
"CHANNEL_WEBHOOK_URL": {
|
||||
"LABEL": "Webhook 網址",
|
||||
"PLACEHOLDER": "Enter your Webhook URL",
|
||||
"PLACEHOLDER": "輸入你的 Webhook URL",
|
||||
"ERROR": "請輸入一個有效的 URL"
|
||||
},
|
||||
"CHANNEL_DOMAIN": {
|
||||
@@ -128,7 +128,7 @@
|
||||
},
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "收件匣名稱",
|
||||
"PLACEHOLDER": "Please enter a inbox name",
|
||||
"PLACEHOLDER": "請輸入收件匣名稱",
|
||||
"ERROR": "此欄位是必填項目"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
@@ -179,7 +179,7 @@
|
||||
},
|
||||
"INBOX_NAME": {
|
||||
"LABEL": "收件匣名稱",
|
||||
"PLACEHOLDER": "Please enter a inbox name",
|
||||
"PLACEHOLDER": "請輸入收件匣名稱",
|
||||
"ERROR": "此欄位是必填項目"
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
"MESSAGES": "訊息"
|
||||
},
|
||||
"EMPTY_STATE": "No %{item} found for query '%{query}'",
|
||||
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
|
||||
"EMPTY_STATE_FULL": "查無 %{query} 條件的結果",
|
||||
"PLACEHOLDER_KEYBINDING": "/ to focus",
|
||||
"INPUT_PLACEHOLDER": "Search messages, contacts or conversations",
|
||||
"INPUT_PLACEHOLDER": "根據訊息、聯絡人或是對話搜尋",
|
||||
"EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.",
|
||||
"BOT_LABEL": "機器人",
|
||||
"READ_MORE": "Read more",
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
"CONTACTS": "聯絡人",
|
||||
"HOME": "首頁",
|
||||
"AGENTS": "客服",
|
||||
"AGENT_BOTS": "Bots",
|
||||
"AGENT_BOTS": "機器人",
|
||||
"INBOXES": "收件匣",
|
||||
"NOTIFICATIONS": "通知",
|
||||
"CANNED_RESPONSES": "預設回覆",
|
||||
|
||||
Reference in New Issue
Block a user