配置语言

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',