mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-14 14:50:50 +08:00
58 lines
1.3 KiB
TypeScript
58 lines
1.3 KiB
TypeScript
export default {
|
|
play: 'Play',
|
|
next: 'Next',
|
|
previous: 'Previous',
|
|
volume: 'Volume',
|
|
settings: 'Settings',
|
|
search: 'Search',
|
|
loading: 'Loading...',
|
|
loadingMore: 'Loading more...',
|
|
alipay: 'Alipay',
|
|
wechat: 'WeChat Pay',
|
|
on: 'On',
|
|
off: 'Off',
|
|
show: 'Show',
|
|
hide: 'Hide',
|
|
confirm: 'Confirm',
|
|
cancel: 'Cancel',
|
|
configure: 'Configure',
|
|
open: 'Open',
|
|
modify: 'Modify',
|
|
success: 'Operation Successful',
|
|
error: 'Operation Failed',
|
|
warning: 'Warning',
|
|
info: 'Info',
|
|
save: 'Save',
|
|
delete: 'Delete',
|
|
refresh: 'Refresh',
|
|
retry: 'Retry',
|
|
reset: 'Reset',
|
|
back: 'Back',
|
|
copySuccess: 'Copied to clipboard',
|
|
copyFailed: 'Copy failed',
|
|
validation: {
|
|
required: 'This field is required',
|
|
invalidInput: 'Invalid input',
|
|
selectRequired: 'Please select an option',
|
|
numberRange: 'Please enter a number between {min} and {max}',
|
|
ipAddress: 'Please enter a valid IP address',
|
|
portNumber: 'Please enter a valid port number (1-65535)'
|
|
},
|
|
viewMore: 'View More',
|
|
noMore: 'No more',
|
|
expand: 'Expand',
|
|
collapse: 'Collapse',
|
|
songCount: '{count} songs',
|
|
tray: {
|
|
show: 'Show',
|
|
quit: 'Quit',
|
|
playPause: 'Play/Pause',
|
|
prev: 'Previous',
|
|
next: 'Next',
|
|
pause: 'Pause',
|
|
play: 'Play',
|
|
favorite: 'Favorite'
|
|
},
|
|
language: 'Language'
|
|
};
|