mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
feat: UNM 设置页面 l10n (#1578)
* feat: UNM 设置页面 l10n * update translate * update
This commit is contained in:
parent
a9b05d66a6
commit
21c7b5ae44
5 changed files with 142 additions and 23 deletions
|
|
@ -172,6 +172,34 @@ export default {
|
|||
exit: 'Exit',
|
||||
minimizeToTray: 'Küçült',
|
||||
},
|
||||
unm: {
|
||||
enable: 'Enable',
|
||||
audioSource: {
|
||||
title: 'Audio Sources',
|
||||
},
|
||||
enableFlac: {
|
||||
title: 'Enable FLAC Sources',
|
||||
desc: 'To take effect, it may be required to clear the cache after enabling this function.',
|
||||
},
|
||||
searchMode: {
|
||||
title: 'Audio Search Mode',
|
||||
fast: 'Speed Priority',
|
||||
order: 'Order Priority',
|
||||
},
|
||||
cookie: {
|
||||
joox: 'Cookie for Joox use',
|
||||
qq: 'Cookie for QQ use',
|
||||
desc1: 'Click here for the configuration instruction. ',
|
||||
desc2: 'Leave empty to pick up the default value',
|
||||
},
|
||||
ytdl: 'The youtube-dl Executable File for YtDl',
|
||||
proxy: {
|
||||
title: 'Proxy Server for UNM',
|
||||
desc1:
|
||||
'The proxy server to use for requesting services such as YouTube',
|
||||
desc2: 'Leave empty to pick up the default value',
|
||||
},
|
||||
},
|
||||
},
|
||||
contextMenu: {
|
||||
play: 'Oynat',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue