chore: Update translations (#7728)

This commit is contained in:
Pranav Raj S
2023-08-15 13:47:38 -07:00
committed by GitHub
parent 37c0f1306c
commit 310c127693
747 changed files with 21494 additions and 5940 deletions

View File

@@ -6,7 +6,7 @@
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "Bot Name",
"LABEL": "机器人名称",
"PLACEHOLDER": "Give your bot a name",
"ERROR": "Bot name is required"
},
@@ -29,7 +29,7 @@
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot",
"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",

View File

@@ -76,7 +76,7 @@
},
"AGENT_AVAILABILITY": {
"LABEL": "有效的",
"PLACEHOLDER": "Please select an availability status",
"PLACEHOLDER": "请选择一个可用状态",
"ERROR": "Availability is required"
},
"SUBMIT": "编辑客服"

View File

@@ -25,6 +25,13 @@
"EDIT": "%{agentName} updated an automation rule (#%{id})",
"DELETE": "%{agentName} deleted an automation rule (#%{id})"
},
"ACCOUNT_USER": {
"ADD": "%{agentName} invited %{invitee} to the account as an %{role}",
"EDIT": {
"SELF": "%{agentName} changed their %{attributes} to %{values}",
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
}
},
"INBOX": {
"ADD": "%{agentName} created a new inbox (#%{id})",
"EDIT": "%{agentName} updated an inbox (#%{id})",
@@ -48,6 +55,9 @@
"ADD": "%{agentName} created a new macro (#%{id})",
"EDIT": "%{agentName} updated a macro (#%{id})",
"DELETE": "%{agentName} deleted a macro (#%{id})"
},
"ACCOUNT": {
"EDIT": "%{agentName} updated the account configuration (#%{id})"
}
}
}

View File

@@ -12,6 +12,10 @@
"NO_INBOX_2": " 开始吧",
"NO_INBOX_AGENT": "看起来您还没有分配到收件箱。请联系您的管理员",
"SEARCH_MESSAGES": "搜索对话中的消息",
"EMPTY_STATE": {
"CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"
},
"SEARCH": {
"TITLE": "搜索消息",
"RESULT_TITLE": "搜索结果",
@@ -147,6 +151,7 @@
"STOP_AUDIO_RECORDING": "停止录音",
"": "",
"EMAIL_HEAD": {
"TO": "TO",
"ADD_BCC": "Add bcc",
"CC": {
"LABEL": "抄送",
@@ -257,7 +262,7 @@
"CONVERSATION_INFO": "对话信息",
"CONTACT_ATTRIBUTES": "联系人属性",
"PREVIOUS_CONVERSATION": "上一次对话",
"MACROS": "Macros"
"MACROS": ""
}
},
"CONVERSATION_CUSTOM_ATTRIBUTES": {

View File

@@ -110,7 +110,9 @@
"SNOOZE_CONVERSATION": "Snooze Conversation",
"ADD_LABEL": "为对话添加标签",
"REMOVE_LABEL": "从对话移除标签",
"SETTINGS": "设置"
"SETTINGS": "设置",
"AI_ASSIST": "AI Assist",
"APPEARANCE": "Appearance"
},
"COMMANDS": {
"GO_TO_CONVERSATION_DASHBOARD": "转到对话面板",
@@ -132,6 +134,7 @@
"GO_TO_NOTIFICATIONS": "转到通知",
"ADD_LABELS_TO_CONVERSATION": "为对话添加标签",
"ASSIGN_AN_AGENT": "分配一位客服代表",
"AI_ASSIST": "AI Assist",
"ASSIGN_PRIORITY": "Assign priority",
"ASSIGN_A_TEAM": "分配一个团队",
"MUTE_CONVERSATION": "静音对话",
@@ -146,10 +149,18 @@
"UNTIL_TOMORROW": "Until tomorrow",
"UNTIL_NEXT_MONTH": "Until next month",
"AN_HOUR_FROM_NOW": "Until an hour from now",
"CUSTOM": "Custom..."
"CUSTOM": "Custom...",
"CHANGE_APPEARANCE": "Change Appearance",
"LIGHT_MODE": "Light",
"DARK_MODE": "Dark",
"SYSTEM_MODE": "System"
}
},
"DASHBOARD_APPS": {
"LOADING_MESSAGE": "Loading Dashboard App..."
},
"COMMON": {
"OR": "Or",
"CLICK_HERE": "点击这里"
}
}

View File

@@ -111,6 +111,17 @@
"PLACEHOLDER": "请输入您的 Twilio 账户 SID",
"ERROR": "此字段是必填项"
},
"API_KEY": {
"USE_API_KEY": "Use API Key Authentication",
"LABEL": "API Key SID",
"PLACEHOLDER": "Please enter your API Key SID",
"ERROR": "此字段是必填项"
},
"API_KEY_SECRET": {
"LABEL": "API Key Secret",
"PLACEHOLDER": "Please enter your API Key Secret",
"ERROR": "此字段是必填项"
},
"MESSAGING_SERVICE_SID": {
"LABEL": "Messaging Service SID",
"PLACEHOLDER": "Please enter your Twilio Messaging Service SID",
@@ -391,6 +402,25 @@
"ENABLED": "已启用",
"DISABLED": "已禁用"
},
"SENDER_NAME_SECTION": {
"TITLE": "Sender name",
"SUB_TEXT": "Select the name shown to the your customer when they receive emails from your agents.",
"FOR_EG": "For eg:",
"FRIENDLY": {
"TITLE": "Friendly",
"FROM": "发自",
"SUBTITLE": "Add the name of the agent who sent the reply in the sender name to make it friendly."
},
"PROFESSIONAL": {
"TITLE": "Professional",
"SUBTITLE": "Use only the configured business name as the sender name in the email header."
},
"BUSINESS_NAME": {
"BUTTON_TEXT": "+ Configure your business name",
"PLACEHOLDER": "Enter your business name",
"SAVE_BUTTON_TEXT": "Save"
}
},
"ALLOW_MESSAGES_AFTER_RESOLVED": {
"ENABLED": "已启用",
"DISABLED": "已禁用"
@@ -454,7 +484,9 @@
"ENABLE_EMAIL_COLLECT_BOX_SUB_TEXT": "Enable or disable email collect box on new conversation",
"AUTO_ASSIGNMENT": "启用自动分配",
"ENABLE_CSAT": "Enable CSAT",
"SENDER_NAME_SECTION": "Enable Agent Name in Email",
"ENABLE_CSAT_SUB_TEXT": "Enable/Disable CSAT(Customer satisfaction) survey after resolving a conversation",
"SENDER_NAME_SECTION_TEXT": "Enable/Disable showing Agent's name in email, if disabled it will show business name",
"ENABLE_CONTINUITY_VIA_EMAIL": "Enable conversation continuity via email",
"ENABLE_CONTINUITY_VIA_EMAIL_SUB_TEXT": "Conversations will continue over email if the contact email address is available.",
"LOCK_TO_SINGLE_CONVERSATION": "Lock to single conversation",

View File

@@ -2,14 +2,14 @@
"INTEGRATION_SETTINGS": {
"HEADER": "集成方式",
"WEBHOOK": {
"SUBSCRIBED_EVENTS": "Subscribed Events",
"SUBSCRIBED_EVENTS": "订阅事件",
"FORM": {
"CANCEL": "取消",
"DESC": "Webhook 事件为您提供了有关Chatwoot 帐户中发生的事情的实时信息。请输入一个有效的URL来配置回调。",
"SUBSCRIPTIONS": {
"LABEL": "Events",
"LABEL": "事件",
"EVENTS": {
"CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_CREATED": "对话创建",
"CONVERSATION_STATUS_CHANGED": "Conversation Status Changed",
"CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message created",
@@ -73,10 +73,26 @@
}
},
"SLACK": {
"DELETE": "删除",
"DELETE_CONFIRMATION": {
"TITLE": "Delete the integration",
"MESSAGE": "Are you sure you want to delete the integration? Doing so will result in the loss of access to conversations on your Slack workspace."
},
"HELP_TEXT": {
"TITLE": "Using Slack Integration",
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
}
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>",
"SELECTED": "selected"
},
"SELECT_CHANNEL": {
"OPTION_LABEL": "Select a channel",
"UPDATE": "更新",
"BUTTON_TEXT": "Connect channel",
"DESCRIPTION": "Your Slack workspace is now linked with Chatwoot. However, the integration is currently inactive. To activate the integration and connect a channel to Chatwoot, please click the button below.\n\n**Note:** If you are attempting to connect a private channel, add the Chatwoot app to the Slack channel before proceeding with this step.",
"ATTENTION_REQUIRED": "Attention required"
},
"UPDATE_ERROR": "There was an error updating the integration, please try again",
"UPDATE_SUCCESS": "The channel is connected successfully",
"FAILED_TO_FETCH_CHANNELS": "There was an error fetching the channels from Slack, please try again"
},
"DYTE": {
"CLICK_HERE_TO_JOIN": "Click here to join",
@@ -86,6 +102,28 @@
"CREATE_ERROR": "There was an error creating a meeting link, please try again"
},
"OPEN_AI": {
"AI_ASSIST": "AI Assist",
"WITH_AI": " %{option} with AI ",
"OPTIONS": {
"REPLY_SUGGESTION": "Reply Suggestion",
"SUMMARIZE": "Summarize",
"REPHRASE": "Improve Writing",
"FIX_SPELLING_GRAMMAR": "Fix Spelling and Grammar",
"SHORTEN": "Shorten",
"EXPAND": "Expand",
"MAKE_FRIENDLY": "Change message tone to friendly",
"MAKE_FORMAL": "Use formal tone",
"SIMPLIFY": "Simplify"
},
"ASSISTANCE_MODAL": {
"DRAFT_TITLE": "Draft content",
"GENERATED_TITLE": "Generated content",
"AI_WRITING": "AI is writing",
"BUTTONS": {
"APPLY": "Use this suggestion",
"CANCEL": "取消"
}
},
"TITLE": "Improve With AI",
"SUMMARY_TITLE": "Summary with AI",
"REPLY_TITLE": "Reply suggestion with AI",

View File

@@ -38,6 +38,19 @@
"DELETE": "删除",
"CANCEL": "取消操作"
},
"SUGGESTIONS": {
"TOOLTIP": {
"SINGLE_SUGGESTION": "Add label to conversation",
"MULTIPLE_SUGGESTION": "Select this label",
"DESELECT": "Deselect label",
"DISMISS": "Dismiss suggestion"
},
"POWERED_BY": "Chatwoot AI",
"DISMISS": "Dismiss",
"ADD_SELECTED_LABELS": "Add selected labels",
"ADD_SELECTED_LABEL": "Add selected label",
"ADD_ALL_LABELS": "Add all labels"
},
"ADD": {
"TITLE": "添加标签",
"DESC": "标记可以让您将对话集中起来。",

View File

@@ -3,7 +3,8 @@
"TITLE": "登录到Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "example@companyname.com"
"PLACEHOLDER": "example@companyname.com",
"ERROR": "请输入一个有效的电子邮件"
},
"PASSWORD": {
"LABEL": "密码",

View File

@@ -1,78 +1,78 @@
{
"MACROS": {
"HEADER": "Macros",
"HEADER_BTN_TXT": "Add a new macro",
"HEADER_BTN_TXT_SAVE": "Save macro",
"LOADING": "Fetching macros",
"SIDEBAR_TXT": "<p><b>Macros</b><p>A macro is a set of saved actions that help customer service agents easily complete tasks. The agents can define a set of actions like tagging a conversation with a label, sending an email transcript, updating a custom attribute, etc., and they can run these actions in a single click. When the agents run the macro, the actions would be performed sequentially in the order they are defined. Macros improve productivity and increase consistency in actions. </p><p>A macro can be helpful in 2 ways. </p><p><b>As an agent assist:</b> If an agent performs a set of actions multiple times, they can save it as a macro and execute all the actions together using a single click.</p><p><b>As an option to onboard a team member:</b> Every agent has to perform many different checks/actions during each conversation. Onboarding a new support team member will be easy if pre-defined macros are available on the account. Instead of describing each step in detail, the manager/team lead can point to the macros used in different scenarios.</p>",
"ERROR": "Something went wrong. Please try again",
"ORDER_INFO": "Macros will run in the order you add your actions. You can rearrange them by dragging them by the handle beside each node.",
"HEADER": "",
"HEADER_BTN_TXT": "添加一个新宏文件",
"HEADER_BTN_TXT_SAVE": "保存宏文件",
"LOADING": "获取宏中",
"SIDEBAR_TXT": "<p><b></b><p>宏是一组保存的操作,帮助客户服务代理人员轻松完成任务。代理人员可以定义一组操作,如用标签标记对话,发送电子邮件记录,更新自定义属性等,并且他们可以通过单击一次来运行这些操作。当代理人员运行宏时,这些操作将按照定义的顺序依次执行。宏提高了生产力并增加了操作的一致性。</p><p>宏可以有两种用途。</p><p><b>作为代理人员的助手:</b>如果代理人员多次执行一组操作,他们可以将其保存为宏,并使用单击执行所有操作。</p><p><b>作为新团队成员的入职选项:</b>每个代理人员在每次对话中都必须执行许多不同的检查/操作。如果帐户上有预定义的宏,那么新的支持团队成员的入职将会很容易。经理/团队负责人可以指向不同情况下使用的宏,而不是详细描述每个步骤。</p>",
"ERROR": "出错了。请重试",
"ORDER_INFO": "宏将按照您添加操作的顺序运行。您可以通过拖动每个节点旁边的手柄来重新排列它们。",
"ADD": {
"FORM": {
"NAME": {
"LABEL": "Macro name",
"PLACEHOLDER": "Enter a name for your macro",
"ERROR": "Name is required for creating a macro"
"LABEL": "宏名称",
"PLACEHOLDER": "为您的宏输入名称",
"ERROR": "创建宏需要名称"
},
"ACTIONS": {
"LABEL": "操作"
}
},
"API": {
"SUCCESS_MESSAGE": "Macro added successfully",
"ERROR_MESSAGE": "Unable to create macro, Please try again later"
"SUCCESS_MESSAGE": "宏添加成功",
"ERROR_MESSAGE": "无法创建宏,请稍后再试。"
}
},
"LIST": {
"TABLE_HEADER": [
"姓名:",
"Created by",
"Last updated by",
"Visibility"
"创建者",
"最后更新者",
"可视性"
],
"404": "No macros found"
"404": "未找到宏"
},
"DELETE": {
"TOOLTIP": "Delete macro",
"TOOLTIP": "删除宏文件",
"CONFIRM": {
"MESSAGE": "您确定要删除吗? ",
"YES": "是,删除",
"NO": "否"
},
"API": {
"SUCCESS_MESSAGE": "Macro deleted successfully",
"ERROR_MESSAGE": "There was an error deleting the macro. Please try again later"
"SUCCESS_MESSAGE": "宏添加成功",
"ERROR_MESSAGE": "删除宏时出错。请稍后再试"
}
},
"EDIT": {
"TOOLTIP": "Edit macro",
"TOOLTIP": "编辑宏文件",
"API": {
"SUCCESS_MESSAGE": "Macro updated successfully",
"ERROR_MESSAGE": "Could not update Macro, Please try again later"
"SUCCESS_MESSAGE": "宏观已成功更新",
"ERROR_MESSAGE": "无法更新宏,请稍后再试"
}
},
"EDITOR": {
"START_FLOW": "Start Flow",
"END_FLOW": "End Flow",
"LOADING": "Fetching macro",
"ADD_BTN_TOOLTIP": "Add new action",
"DELETE_BTN_TOOLTIP": "Delete Action",
"START_FLOW": "启动流",
"END_FLOW": "结束流",
"LOADING": "正在获取宏文件",
"ADD_BTN_TOOLTIP": "添加新操作",
"DELETE_BTN_TOOLTIP": "删除",
"VISIBILITY": {
"LABEL": "Macro Visibility",
"LABEL": "宏可见性",
"GLOBAL": {
"LABEL": "Public",
"DESCRIPTION": "This macro is available publicly for all agents in this account."
"LABEL": "公开的",
"DESCRIPTION": "此宏对此帐户中的所有代理公开可用"
},
"PERSONAL": {
"LABEL": "Private",
"DESCRIPTION": "This macro will be private to you and not be available to others."
"LABEL": "私人的",
"DESCRIPTION": "这个宏将私有化,其他人无法使用。"
}
}
},
"EXECUTE": {
"BUTTON_TOOLTIP": "Execute",
"PREVIEW": "Preview Macro",
"EXECUTED_SUCCESSFULLY": "Macro executed successfully"
"BUTTON_TOOLTIP": "执行",
"PREVIEW": "预览宏...",
"EXECUTED_SUCCESSFULLY": "宏成功执行"
}
}
}

View File

@@ -34,6 +34,10 @@
"RESOLUTION_COUNT": {
"NAME": "已解决的数量",
"DESC": "(总计)"
},
"REPLY_TIME": {
"NAME": "Customer waiting time",
"TOOLTIP_TEXT": "Waiting time is %{metricValue} (based on %{conversationCount} conversations)"
}
},
"DATE_RANGE_OPTIONS": {
@@ -80,7 +84,7 @@
"DAY": "Day",
"WEEK": "Week",
"MONTH": "Month",
"YEAR": "Year"
"YEAR": "Month"
},
"GROUP_BY_DAY_OPTIONS": [
{
@@ -124,10 +128,6 @@
{
"id": 3,
"groupBy": "Month"
},
{
"id": 4,
"groupBy": "Year"
}
],
"BUSINESS_HOURS": "Business Hours"

View File

@@ -1,6 +1,8 @@
{
"RESET_PASSWORD": {
"TITLE": "重置密码",
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "请输入 Email 地址.",

View File

@@ -149,6 +149,7 @@
"SELECTOR_SUBTITLE": "从以下列表中选择一个账户",
"PROFILE_SETTINGS": "个人资料设置",
"KEYBOARD_SHORTCUTS": "Keyboard Shortcuts",
"APPEARANCE": "Change Appearance",
"SUPER_ADMIN_CONSOLE": "Super Admin Console",
"LOGOUT": "退出登录"
},
@@ -214,7 +215,7 @@
"LABELS": "标签",
"CUSTOM_ATTRIBUTES": "自定义属性",
"AUTOMATION": "Automation",
"MACROS": "Macros",
"MACROS": "",
"TEAMS": "Teams",
"BILLING": "Billing",
"CUSTOM_VIEWS_FOLDER": "Folders",