70 lines
2.0 KiB
TypeScript
70 lines
2.0 KiB
TypeScript
export default {
|
|
// Common
|
|
common: {
|
|
confirm: 'Confirm',
|
|
cancel: 'Cancel',
|
|
save: 'Save',
|
|
delete: 'Delete',
|
|
edit: 'Edit',
|
|
add: 'Add',
|
|
search: 'Search',
|
|
reset: 'Reset',
|
|
submit: 'Submit',
|
|
back: 'Back',
|
|
loading: 'Loading...',
|
|
success: 'Operation successful',
|
|
failed: 'Operation failed',
|
|
required: 'This field is required'
|
|
},
|
|
|
|
// Login
|
|
login: {
|
|
title: 'Qingyuan Power Laos ERP',
|
|
subtitle: 'Project Management and Finance Platform',
|
|
username: 'Username',
|
|
password: 'Password',
|
|
loginButton: 'Login',
|
|
usernamePlaceholder: 'Please enter username',
|
|
passwordPlaceholder: 'Please enter password',
|
|
usernameRequired: 'Please enter username',
|
|
passwordRequired: 'Please enter password',
|
|
usernameMin: 'Username must be at least 3 characters',
|
|
passwordMin: 'Password must be at least 6 characters',
|
|
loginFailed: 'Login failed, please try again',
|
|
testAccounts: 'Test Accounts',
|
|
techSupport: 'Technical Support: OpenClaw AI + React + Node.js',
|
|
selectLanguage: 'Select Language'
|
|
},
|
|
|
|
// Menu
|
|
menu: {
|
|
dashboard: 'Dashboard',
|
|
projects: 'Project Management',
|
|
advances: 'Advance Management',
|
|
reimbursements: 'Reimbursement Management',
|
|
finance: 'Finance Management',
|
|
reports: 'Reports',
|
|
settings: 'System Settings'
|
|
},
|
|
|
|
// User
|
|
user: {
|
|
profile: 'Profile',
|
|
settings: 'System Settings',
|
|
logout: 'Logout',
|
|
admin: 'System Administrator',
|
|
finance: 'Finance Specialist',
|
|
manager: 'Project Manager',
|
|
employee: 'Employee'
|
|
},
|
|
|
|
// Features
|
|
features: {
|
|
projectManage: 'Project Management: Create, track, and analyze project progress',
|
|
advanceManage: 'Advance Management: Application and approval process',
|
|
reimburseManage: 'Reimbursement Management: Expense claim process',
|
|
financeReport: 'Financial Reports: Project cost and profit analysis',
|
|
mobileSupport: 'Mobile Support: PWA technology, add to home screen'
|
|
}
|
|
}
|