chore: Update translations (#8544)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2024-01-16 15:19:38 +05:30
committed by GitHub
parent d1e7e75638
commit e467d15f2c
501 changed files with 10361 additions and 7417 deletions

View File

@@ -1,18 +1,18 @@
{
"FILTER": {
"TITLE": "篩選對話",
"SUBTITLE": "在下方新增篩選條件並點擊「篩選」來篩選對話",
"SUBTITLE": "Add your filters below and hit 'Apply filters' to cut through the chat clutter.",
"EDIT_CUSTOM_FILTER": "Edit Folder",
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your folder.",
"ADD_NEW_FILTER": "新增篩選條件",
"FILTER_DELETE_ERROR": "你必須有至少一個篩選條件才能儲存",
"ADD_NEW_FILTER": "Add filter",
"FILTER_DELETE_ERROR": "Oops, looks like we can't save nothing! Please add at least one filter to save it.",
"SUBMIT_BUTTON_LABEL": "篩選",
"UPDATE_BUTTON_LABEL": "Update folder",
"CANCEL_BUTTON_LABEL": "取消",
"CLEAR_BUTTON_LABEL": "清除篩選條件",
"EMPTY_VALUE_ERROR": "此欄位為必填項目",
"CLEAR_BUTTON_LABEL": "Clear filters",
"FOLDER_LABEL": "Folder Name",
"FOLDER_QUERY_LABEL": "Folder Query",
"EMPTY_VALUE_ERROR": "此欄位為必填項目.",
"TOOLTIP_LABEL": "篩選對話",
"QUERY_DROPDOWN_LABELS": {
"AND": "且",
@@ -36,15 +36,15 @@
},
"ATTRIBUTES": {
"STATUS": "狀態",
"ASSIGNEE_NAME": "受指派人",
"ASSIGNEE_NAME": "Assignee name",
"INBOX_NAME": "收件匣名稱",
"TEAM_NAME": "團名稱",
"CONVERSATION_IDENTIFIER": "對話 ID",
"CAMPAIGN_NAME": "Campaign Name",
"TEAM_NAME": "團名稱",
"CONVERSATION_IDENTIFIER": "Conversation identifier",
"CAMPAIGN_NAME": "Campaign name",
"LABELS": "標籤",
"BROWSER_LANGUAGE": "瀏覽器語言",
"BROWSER_LANGUAGE": "Browser language",
"PRIORITY": "Priority",
"COUNTRY_NAME": "國家名稱",
"COUNTRY_NAME": "Country name",
"REFERER_LINK": "推薦人連結",
"CUSTOM_ATTRIBUTE_LIST": "列表",
"CUSTOM_ATTRIBUTE_TEXT": "文字",
@@ -52,28 +52,28 @@
"CUSTOM_ATTRIBUTE_LINK": "連結",
"CUSTOM_ATTRIBUTE_CHECKBOX": "勾選框",
"CREATED_AT": "建立於",
"LAST_ACTIVITY": "最後活動"
"LAST_ACTIVITY": "Last activity"
},
"GROUPS": {
"STANDARD_FILTERS": "一般篩選條件",
"ADDITIONAL_FILTERS": "進階篩選條件",
"CUSTOM_ATTRIBUTES": "自訂屬性"
"STANDARD_FILTERS": "Standard filters",
"ADDITIONAL_FILTERS": "Additional filters",
"CUSTOM_ATTRIBUTES": "Custom attributes"
},
"CUSTOM_VIEWS": {
"ADD": {
"TITLE": "你要儲存這個篩選條件嗎?",
"LABEL": "為這個篩選條件命名",
"PLACEHOLDER": "輸入此篩選條件的名稱",
"ERROR_MESSAGE": "名稱為必填",
"PLACEHOLDER": "Name your filter to refer it later.",
"ERROR_MESSAGE": "名稱為必填.",
"SAVE_BUTTON": "儲存篩選條件",
"CANCEL_BUTTON": "取消",
"API_FOLDERS": {
"SUCCESS_MESSAGE": "成功建立資料夾",
"ERROR_MESSAGE": "建立資料夾時出現錯誤"
"SUCCESS_MESSAGE": "成功建立資料夾.",
"ERROR_MESSAGE": "建立資料夾時出現錯誤."
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segment created successfully",
"ERROR_MESSAGE": "Error while creating segment"
"SUCCESS_MESSAGE": "Segment created successfully.",
"ERROR_MESSAGE": "Error while creating segment."
}
},
"EDIT": {
@@ -83,19 +83,19 @@
"DELETE_BUTTON": "刪除篩選條件",
"MODAL": {
"CONFIRM": {
"TITLE": "確認刪除",
"TITLE": "刪除確認",
"MESSAGE": "你確定要刪除此篩選條件嗎",
"YES": "是,刪除",
"NO": "否,保留"
"YES": "Yes, delete",
"NO": "否,保留"
}
},
"API_FOLDERS": {
"SUCCESS_MESSAGE": "成功刪除資料夾",
"ERROR_MESSAGE": "刪除資料夾時出現錯誤"
"SUCCESS_MESSAGE": "成功刪除資料夾.",
"ERROR_MESSAGE": "刪除資料夾時出現錯誤."
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segment deleted successfully",
"ERROR_MESSAGE": "Error while deleting segment"
"SUCCESS_MESSAGE": "Segment deleted successfully.",
"ERROR_MESSAGE": "Error while deleting segment."
}
}
}

View File

@@ -1,73 +1,73 @@
{
"AGENT_BOTS": {
"HEADER": "機器人",
"LOADING_EDITOR": "正在載入編輯器...",
"HEADER_BTN_TXT": "新增機器人設定",
"SIDEBAR_TXT": "<p><b>客服機器人</b> <p>可服機器人可以讓你將對話自動化</p>",
"LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "機器人名稱",
"PLACEHOLDER": "給你的機器人一個名字",
"ERROR": "機器人名稱為必填"
"LABEL": "Bot name",
"PLACEHOLDER": "Name your bot.",
"ERROR": "機器人名稱為必填."
},
"DESCRIPTION": {
"LABEL": "機器人描述",
"LABEL": "Bot description",
"PLACEHOLDER": "這個機器人的作用是什麼"
},
"BOT_CONFIG": {
"ERROR": "Please enter your CSML bot configuration above",
"API_ERROR": "Your CSML configuration is invalid, please fix it and try again."
"ERROR": "Please enter your CSML bot configuration above.",
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
},
"SUBMIT": "Validate and save"
},
"BOT_CONFIGURATION": {
"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.",
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
"SUBMIT": "更新",
"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": "選擇機器人"
"DISCONNECT": "Disconnect bot",
"SUCCESS_MESSAGE": "成功更新客服機器人.",
"DISCONNECTED_SUCCESS_MESSAGE": "成功解除客服機器人連結.",
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
"SELECT_PLACEHOLDER": "Select bot"
},
"ADD": {
"TITLE": "設定新的機器人",
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "機器人新增成功",
"ERROR_MESSAGE": "無法新增機器人,請稍後再試"
"SUCCESS_MESSAGE": "機器人新增成功.",
"ERROR_MESSAGE": "Could not add bot. Please try again later."
}
},
"LIST": {
"404": "查無機器人,你可以點擊「設定新的機器人」按鈕設定一個機器人",
"LOADING": "正在取得機器人",
"TYPE": "機器人類型"
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
"LOADING": "Fetching bots...",
"TYPE": "Bot type"
},
"DELETE": {
"BUTTON_TEXT": "刪除",
"TITLE": "刪除機器人",
"TITLE": "Delete bot",
"SUBMIT": "刪除",
"CANCEL_BUTTON_TEXT": "取消",
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible.",
"API": {
"SUCCESS_MESSAGE": "機器人刪除成功",
"ERROR_MESSAGE": "Could not able to delete bot, Please try again later"
"SUCCESS_MESSAGE": "機器人刪除成功.",
"ERROR_MESSAGE": "Could not delete bot. Please try again."
}
},
"EDIT": {
"BUTTON_TEXT": "編輯",
"LOADING": "正在取得機器人",
"TITLE": "編輯機器人",
"LOADING": "Fetching bots...",
"TITLE": "Edit bot",
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "機器人更新成功",
"ERROR_MESSAGE": "無法更新機器人,請稍後再試"
"SUCCESS_MESSAGE": "機器人更新成功.",
"ERROR_MESSAGE": "Could not update bot. Please try again."
}
},
"TYPES": {
"WEBHOOK": "Webhook 機器人",
"CSML": "CSML 機器人"
"WEBHOOK": "Webhook bot",
"CSML": "CSML bot"
}
}
}

View File

@@ -7,34 +7,34 @@
"GO_BACK_LABEL": "Go back",
"ASSIGN_LABEL": "指派",
"YES": "是",
"ASSIGN_AGENT_TOOLTIP": "Assign Agent",
"ASSIGN_AGENT_TOOLTIP": "Assign agent",
"ASSIGN_TEAM_TOOLTIP": "Assign team",
"ASSIGN_SUCCESFUL": "Conversations assigned successfully",
"ASSIGN_FAILED": "Failed to assign conversations, please try again",
"RESOLVE_SUCCESFUL": "Conversations resolved successfully",
"RESOLVE_FAILED": "Failed to resolve conversations, please try again",
"ASSIGN_SUCCESFUL": "Conversations assigned successfully.",
"ASSIGN_FAILED": "Failed to assign conversations. Please try again.",
"RESOLVE_SUCCESFUL": "Conversations resolved successfully.",
"RESOLVE_FAILED": "Failed to resolve conversations. Please try again.",
"ALL_CONVERSATIONS_SELECTED_ALERT": "Conversations visible on this page are only selected.",
"AGENT_LIST_LOADING": "Loading Agents",
"AGENT_LIST_LOADING": "Loading agents",
"UPDATE": {
"CHANGE_STATUS": "Change status",
"SNOOZE_UNTIL_NEXT_REPLY": "Snooze until next reply",
"SNOOZE_UNTIL_NEXT_REPLY": "Snooze until next reply.",
"UPDATE_SUCCESFUL": "Conversation status updated successfully.",
"UPDATE_FAILED": "Failed to update conversations, please try again"
"UPDATE_FAILED": "Failed to update conversations. Please try again."
},
"LABELS": {
"ASSIGN_LABELS": "Assign Labels",
"ASSIGN_LABELS": "Assign labels",
"NO_LABELS_FOUND": "No labels found for",
"ASSIGN_SELECTED_LABELS": "Assign selected labels",
"ASSIGN_SUCCESFUL": "Labels assigned successfully",
"ASSIGN_FAILED": "Failed to assign labels, please try again"
"ASSIGN_SUCCESFUL": "Labels assigned successfully.",
"ASSIGN_FAILED": "Failed to assign labels. Please try again."
},
"TEAMS": {
"TEAM_SELECT_LABEL": "Select Team",
"TEAM_SELECT_LABEL": "選擇團隊",
"NONE": "無",
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
"ASSIGN_SELECTED_TEAMS": "Assign selected team",
"ASSIGN_SUCCESFUL": "Teams assiged successfully",
"ASSIGN_FAILED": "Failed to assign team, please try again"
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
"ASSIGN_SUCCESFUL": "Teams assiged successfully.",
"ASSIGN_FAILED": "Failed to assign team. Please try again."
}
}
}

View File

@@ -1,75 +1,75 @@
{
"CANNED_MGMT": {
"HEADER": "預設回覆",
"HEADER_BTN_TXT": "新增預設回覆",
"LOADING": "取得預設回覆",
"SEARCH_404": "沒有任何項目符合此查詢",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation. </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
"HEADER_BTN_TXT": "Add canned response",
"LOADING": "Fetching canned responses...",
"SEARCH_404": "沒有任何項目符合此查詢.",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character. </p><p> You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.</p><p>Open the <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">Canned Responses handbook</a> in another tab for a helping hand.</p><p>Also, check out the all-new <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">Canned Responses Library</a>.</p>",
"LIST": {
"404": "此帳戶中沒有可用的罐頭回覆。",
"TITLE": "管理預設回覆",
"DESC": "預設回覆是預定義的回覆模板,可以用來快速發送對工單的回覆。",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"TABLE_HEADER": [
"簡碼",
"Short code",
"内容",
"操作"
]
},
"ADD": {
"TITLE": "新增預設回覆",
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation.",
"TITLE": "Add canned response",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"CANCEL_BUTTON_TEXT": "取消操作",
"FORM": {
"SHORT_CODE": {
"LABEL": "簡碼",
"PLACEHOLDER": "Please enter a short code",
"ERROR": "必須輸入簡碼"
"LABEL": "Short code",
"PLACEHOLDER": "Please enter a short code.",
"ERROR": "Short Code is required."
},
"CONTENT": {
"LABEL": "内容",
"PLACEHOLDER": "請輸入内容。",
"ERROR": "内容是必填的"
"LABEL": "訊息",
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
"ERROR": "Message is required."
},
"SUBMIT": "送出"
},
"API": {
"SUCCESS_MESSAGE": "已成功新增預設回覆",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
"SUCCESS_MESSAGE": "Canned response added successfully.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
}
},
"EDIT": {
"TITLE": "編輯預設回覆",
"TITLE": "Edit canned response",
"CANCEL_BUTTON_TEXT": "取消操作",
"FORM": {
"SHORT_CODE": {
"LABEL": "簡碼",
"PLACEHOLDER": "請輸入簡碼",
"ERROR": "必須輸入簡碼"
"LABEL": "Short code",
"PLACEHOLDER": "Please enter a shortcode.",
"ERROR": "Short code is required."
},
"CONTENT": {
"LABEL": "内容",
"PLACEHOLDER": "請輸入内容。",
"ERROR": "内容是必填項目"
"LABEL": "訊息",
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
"ERROR": "訊息為必填."
},
"SUBMIT": "送出"
},
"BUTTON_TEXT": "編輯",
"API": {
"SUCCESS_MESSAGE": "預設回覆已成功更新",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
}
},
"DELETE": {
"BUTTON_TEXT": "刪除",
"API": {
"SUCCESS_MESSAGE": "預設回覆已成功刪除",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"CONFIRM": {
"TITLE": "確認刪除",
"TITLE": "刪除確認",
"MESSAGE": "您確定要刪除嗎? ",
"YES": "是,刪除 ",
"NO": "不,保留 "
"YES": "Yes, delete ",
"NO": "No, keep "
}
}
}

View File

@@ -51,18 +51,30 @@
"ACTIVE": "Last activity"
}
},
"CHAT_SORT_FILTER_ITEMS": {
"latest": {
"TEXT": "Last activity"
"SORT_ORDER_ITEMS": {
"last_activity_at_asc": {
"TEXT": "Last activity: Oldest first"
},
"sort_on_created_at": {
"TEXT": "建立於"
"last_activity_at_desc": {
"TEXT": "Last activity: Newest first"
},
"sort_on_priority": {
"TEXT": "Priority"
"created_at_desc": {
"TEXT": "Created at: Newest first"
},
"sort_on_waiting_since": {
"TEXT": "Pending Response"
"created_at_asc": {
"TEXT": "Created at: Oldest first"
},
"priority_desc": {
"TEXT": "Priority: Highest first"
},
"priority_asc": {
"TEXT": "Priority: Lowest first"
},
"waiting_since_asc": {
"TEXT": "Pending Response: Longest first"
},
"waiting_since_desc": {
"TEXT": "Pending Response: Shortest first"
}
},
"ATTACHMENTS": {

View File

@@ -41,6 +41,9 @@
"SAVE_CONTACT": "Save",
"UPLOADING_ATTACHMENTS": "正在上傳附件...",
"REPLIED_TO_STORY": "Replied to your story",
"UNSUPPORTED_MESSAGE": "This message is unsupported.",
"UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.",
"UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.",
"SUCCESS_DELETE_MESSAGE": "已成功刪除訊息",
"FAIL_DELETE_MESSSAGE": "無法刪除訊息!請再試一次",
"NO_RESPONSE": "無回應",
@@ -139,6 +142,7 @@
"PRIVATE_NOTE": "私人筆記",
"SEND": "發送",
"CREATE": "新增筆記",
"INSERT_READ_MORE": "Read more",
"DISMISS_REPLY": "Dismiss reply",
"REPLYING_TO": "Replying to:",
"TIP_FORMAT_ICON": "顯示文字編輯器",

View File

@@ -92,7 +92,7 @@
},
"NETWORK": {
"NOTIFICATION": {
"TEXT": "Disconnected from Chatwoot"
"OFFLINE": "離線的"
},
"BUTTON": {
"REFRESH": "Refresh"

View File

@@ -3,6 +3,7 @@
"HEADER": {
"FILTER": "Filter by",
"SORT": "Sort by",
"LOCALE": "Locale",
"SETTINGS_BUTTON": "設定",
"NEW_BUTTON": "New Article",
"DROPDOWN_OPTIONS": {
@@ -15,6 +16,12 @@
"MINE": "My Articles",
"DRAFT": "Draft Articles",
"ARCHIVED": "Archived Articles"
},
"LOCALE_SELECT": {
"TITLE": "Select locale",
"PLACEHOLDER": "Select locale",
"NO_RESULT": "No locale found",
"SEARCH_PLACEHOLDER": "Search locale"
}
},
"EDIT_HEADER": {
@@ -76,6 +83,9 @@
},
"ARTICLE_SEARCH_RESULT": {
"UNCATEGORIZED": "Uncategorized",
"SEARCH_RESULTS": "Search results for %{query}",
"EMPTY_TEXT": "Search for articles to insert into replies.",
"SEARCH_LOADER": "Searching...",
"INSERT_ARTICLE": "Insert",
"NO_RESULT": "No articles found",
"COPY_LINK": "Copy article link to clipboard",
@@ -220,7 +230,10 @@
"LOGO": {
"LABEL": "Logo",
"UPLOAD_BUTTON": "Upload logo",
"HELP_TEXT": "This logo will be displayed on the portal header."
"HELP_TEXT": "This logo will be displayed on the portal header.",
"IMAGE_UPLOAD_SUCCESS": "Logo uploaded successfully",
"IMAGE_UPLOAD_ERROR": "Logo deleted successfully",
"IMAGE_DELETE_ERROR": "Error while deleting logo"
},
"NAME": {
"LABEL": "姓名",
@@ -426,6 +439,21 @@
}
}
},
"ARTICLE_SEARCH": {
"TITLE": "Search articles",
"PLACEHOLDER": "Search articles",
"NO_RESULT": "No articles found",
"SEARCHING": "Searching...",
"SEARCH_BUTTON": "搜尋",
"INSERT_ARTICLE": "Insert link",
"IFRAME_ERROR": "URL is empty or invalid. Unable to display content.",
"OPEN_ARTICLE_SEARCH": "Insert article from Help Center",
"SUCCESS_ARTICLE_INSERTED": "Article inserted successfully",
"PREVIEW_LINK": "Preview article",
"CANCEL": "關閉",
"BACK": "返回",
"BACK_RESULTS": "Back to results"
},
"UPGRADE_PAGE": {
"TITLE": "Help Center",
"DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Upgrade your subscription to enable this feature.",