feat(frontend): 更新国际化翻译
- 新增英文翻译条目 - 完善中文翻译内容 - 改进多语言支持
This commit is contained in:
@@ -52,6 +52,7 @@ export default {
|
||||
password: 'Password',
|
||||
databaseName: 'Database Name',
|
||||
sslMode: 'SSL Mode',
|
||||
passwordPlaceholder: 'Password',
|
||||
ssl: {
|
||||
disable: 'Disable',
|
||||
require: 'Require',
|
||||
@@ -64,13 +65,17 @@ export default {
|
||||
host: 'Host',
|
||||
port: 'Port',
|
||||
password: 'Password (optional)',
|
||||
database: 'Database'
|
||||
database: 'Database',
|
||||
passwordPlaceholder: 'Password'
|
||||
},
|
||||
admin: {
|
||||
title: 'Admin Account',
|
||||
email: 'Email',
|
||||
password: 'Password',
|
||||
confirmPassword: 'Confirm Password'
|
||||
confirmPassword: 'Confirm Password',
|
||||
passwordPlaceholder: 'Min 6 characters',
|
||||
confirmPasswordPlaceholder: 'Confirm password',
|
||||
passwordMismatch: 'Passwords do not match'
|
||||
},
|
||||
ready: {
|
||||
title: 'Ready to Install',
|
||||
@@ -127,7 +132,14 @@ export default {
|
||||
searchPlaceholder: 'Search...',
|
||||
noOptionsFound: 'No options found',
|
||||
saving: 'Saving...',
|
||||
refresh: 'Refresh'
|
||||
refresh: 'Refresh',
|
||||
time: {
|
||||
never: 'Never',
|
||||
justNow: 'Just now',
|
||||
minutesAgo: '{n}m ago',
|
||||
hoursAgo: '{n}h ago',
|
||||
daysAgo: '{n}d ago'
|
||||
}
|
||||
},
|
||||
|
||||
// Navigation
|
||||
@@ -263,7 +275,7 @@ export default {
|
||||
created: 'Created',
|
||||
copyToClipboard: 'Copy to clipboard',
|
||||
copied: 'Copied!',
|
||||
importToCcSwitch: 'Import to CC Switch',
|
||||
importToCcSwitch: 'Import to CCS',
|
||||
enable: 'Enable',
|
||||
disable: 'Disable',
|
||||
nameLabel: 'Name',
|
||||
@@ -517,6 +529,7 @@ export default {
|
||||
actual: 'Actual',
|
||||
standard: 'Standard',
|
||||
noDataAvailable: 'No data available',
|
||||
recentUsage: 'Recent Usage',
|
||||
failedToLoad: 'Failed to load dashboard statistics'
|
||||
},
|
||||
|
||||
@@ -569,9 +582,13 @@ export default {
|
||||
noSubscription: 'No subscription',
|
||||
daysRemaining: '{days}d',
|
||||
expired: 'Expired',
|
||||
disable: 'Disable',
|
||||
enable: 'Enable',
|
||||
disableUser: 'Disable User',
|
||||
enableUser: 'Enable User',
|
||||
viewApiKeys: 'View API Keys',
|
||||
groups: 'Groups',
|
||||
apiKeys: 'API Keys',
|
||||
userApiKeys: 'User API Keys',
|
||||
noApiKeys: 'This user has no API keys',
|
||||
group: 'Group',
|
||||
|
||||
Reference in New Issue
Block a user