mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
fix: 优化音源设置国际化
This commit is contained in:
@@ -85,13 +85,25 @@ export default {
|
||||
parserGD: 'GD 音乐台 (内置)',
|
||||
parserCustom: '自定义 API',
|
||||
|
||||
// 音源标签
|
||||
sourceLabels: {
|
||||
migu: '咪咕音乐',
|
||||
kugou: '酷狗音乐',
|
||||
pyncmd: '网易云(内置)',
|
||||
bilibili: 'Bilibili',
|
||||
gdmusic: 'GD音乐台',
|
||||
custom: '自定义 API'
|
||||
},
|
||||
|
||||
// 自定义API相关的提示
|
||||
customApi: {
|
||||
sectionTitle: '自定义 API 设置',
|
||||
importConfig: '导入 JSON 配置',
|
||||
currentSource: '当前音源',
|
||||
notImported: '尚未导入自定义音源。',
|
||||
importSuccess: '成功导入音源: {name}',
|
||||
importFailed: '导入失败: {message}',
|
||||
enableHint: '请先导入 JSON 配置文件才能启用',
|
||||
},
|
||||
},
|
||||
application: {
|
||||
|
||||
Reference in New Issue
Block a user