配置语言
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user