配置语言

This commit is contained in:
lzp
2026-03-03 11:10:43 +08:00
parent 84cc6a5607
commit 0e5b3049b6
11 changed files with 260 additions and 105 deletions

View File

@@ -60,7 +60,45 @@ export default {
history: 'History',
today: 'Today',
yesterday: 'Yesterday',
earlierChat: 'Earlier Chat'
earlierChat: 'Earlier Chat',
rename: 'Rename',
delete: 'Delete',
setting: 'Setting',
logout: 'Logout',
general: 'General',
profile: 'Profile',
learnMore: 'Learn More',
userName: 'User Name',
email: 'Email',
language: 'Language',
logoutDevice: 'Log out on this device',
region: 'Region',
role: 'Role',
currentAgentProfile: 'Current Agent Profile',
currentNotificationFrequency: 'Current Notification Frequency',
timesPerHour: '{time} times per hour',
userAgreement: 'User Agreement',
privacyPolicy: 'Privacy Policy',
view: 'View',
},
Country:{
unitedStates: 'United States',
singapore: 'Singapore',
australia: 'Australia',
southKorea: 'South Korea',
china: 'China',
italy: 'Italy',
france: 'France',
japan: 'Japan',
canada: 'Canada',
germany: 'Germany',
},
Role: {
designer: 'Designer',
student: 'Student',
teacher: 'Teacher',
parent: 'Parent',
other: 'Other',
},
Input: {
placeholder: 'Please input',

View File

@@ -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: '导出',