配置语言
This commit is contained in:
@@ -61,7 +61,45 @@ export default {
|
||||
history: '历史记录',
|
||||
today: '今天',
|
||||
yesterday: '昨天',
|
||||
earlierChat: '更早的'
|
||||
earlierChat: '更早的',
|
||||
rename: '重命名',
|
||||
delete: '删除',
|
||||
setting: '设置',
|
||||
logout: '退出登录',
|
||||
general: '通用',
|
||||
profile: '个人资料',
|
||||
learnMore: '了解更多',
|
||||
userName: '用户名',
|
||||
email: '邮箱',
|
||||
language: '语言',
|
||||
logoutDevice: '退出当前设备',
|
||||
region: '地区',
|
||||
role: '角色',
|
||||
currentAgentProfile: '当前智能体个人资料',
|
||||
currentNotificationFrequency: '当前通知频率',
|
||||
timesPerHour: '{time} 次/小时',
|
||||
userAgreement: '用户协议',
|
||||
privacyPolicy: '隐私政策',
|
||||
view: '查看',
|
||||
},
|
||||
Country: {
|
||||
unitedStates: '美国',
|
||||
singapore: '新加坡',
|
||||
australia: '澳大利亚',
|
||||
southKorea: '韩国',
|
||||
china: '中国',
|
||||
italy: '意大利',
|
||||
france: '法国',
|
||||
japan: '日本',
|
||||
canada: '加拿大',
|
||||
germany: '德国',
|
||||
},
|
||||
Role: {
|
||||
designer: '设计师',
|
||||
student: '学生',
|
||||
teacher: '教师',
|
||||
parent: '家长',
|
||||
other: '其他',
|
||||
},
|
||||
Input: {
|
||||
placeholder: '请输入',
|
||||
@@ -121,10 +159,10 @@ export default {
|
||||
restore: '恢复',
|
||||
newChat: '新建对话',
|
||||
delete: '删除',
|
||||
deleteChat:'删除对话?',
|
||||
deleteHint:'删除后将无法恢复该对话。',
|
||||
restoreChat:'恢复对话?',
|
||||
restoreHint:'恢复后将显示该对话。',
|
||||
deleteChat: '删除对话?',
|
||||
deleteHint: '删除后将无法恢复该对话。',
|
||||
restoreChat: '恢复对话?',
|
||||
restoreHint: '恢复后将显示该对话。',
|
||||
cancel: '取消',
|
||||
Confirm: '确认',
|
||||
export: '导出',
|
||||
|
||||
Reference in New Issue
Block a user