fix(i18n): 洛雪音源名称错别字修正(落雪→洛雪)

LX Music 官方中文名为'洛雪音乐助手',设置页三种语言的用户可见文案统一修正。

Closes #565
This commit is contained in:
alger
2026-07-05 14:47:43 +08:00
parent 33149c6a74
commit a1b1006af0
3 changed files with 21 additions and 21 deletions
+7 -7
View File
@@ -128,26 +128,26 @@ export default {
lxMusic: {
tabs: {
sources: '音源選択',
lxMusic: '雪音源',
lxMusic: '雪音源',
customApi: 'カスタムAPI'
},
scripts: {
title: 'インポート済みのスクリプト',
importLocal: 'ローカルインポート',
importOnline: 'オンラインインポート',
urlPlaceholder: '雪音源スクリプトのURLを入力',
urlPlaceholder: '雪音源スクリプトのURLを入力',
importBtn: 'インポート',
empty: 'インポート済みの雪音源はありません',
notConfigured: '未設定(雪音源タブで設定してください)',
empty: 'インポート済みの雪音源はありません',
notConfigured: '未設定(雪音源タブで設定してください)',
importHint: '互換性のあるカスタムAPIプラグインをインポートして音源を拡張します',
noScriptWarning: '先に雪音源スクリプトをインポートしてください',
noSelectionWarning: '先に雪音源を選択してください',
noScriptWarning: '先に雪音源スクリプトをインポートしてください',
noSelectionWarning: '先に雪音源を選択してください',
notFound: '音源が存在しません',
switched: '音源を切り替えました: {name}',
deleted: '音源を削除しました: {name}',
enterUrl: 'スクリプトURLを入力してください',
invalidUrl: '無効なURL形式',
invalidScript: '無効な雪音源スクリプトです(globalThis.lxが見つかりません)',
invalidScript: '無効な雪音源スクリプトです(globalThis.lxが見つかりません)',
nameRequired: '名前を空にすることはできません',
renameSuccess: '名前を変更しました'
}
+7 -7
View File
@@ -128,26 +128,26 @@ export default {
lxMusic: {
tabs: {
sources: '音源选择',
lxMusic: '雪音源',
lxMusic: '雪音源',
customApi: '自定义API'
},
scripts: {
title: '已导入的音源脚本',
importLocal: '本地导入',
importOnline: '在线导入',
urlPlaceholder: '输入雪音源脚本 URL',
urlPlaceholder: '输入雪音源脚本 URL',
importBtn: '导入',
empty: '暂无已导入的雪音源',
notConfigured: '未配置 (请去雪音源Tab配置)',
empty: '暂无已导入的雪音源',
notConfigured: '未配置 (请去雪音源Tab配置)',
importHint: '导入兼容的自定义 API 插件以扩展音源',
noScriptWarning: '请先导入雪音源脚本',
noSelectionWarning: '请先选择一个雪音源',
noScriptWarning: '请先导入雪音源脚本',
noSelectionWarning: '请先选择一个雪音源',
notFound: '音源不存在',
switched: '已切换到音源: {name}',
deleted: '已删除音源: {name}',
enterUrl: '请输入脚本 URL',
invalidUrl: '无效的 URL 格式',
invalidScript: '无效的雪音源脚本,未找到 globalThis.lx 相关代码',
invalidScript: '无效的雪音源脚本,未找到 globalThis.lx 相关代码',
nameRequired: '名称不能为空',
renameSuccess: '重命名成功'
}
+7 -7
View File
@@ -124,26 +124,26 @@ export default {
lxMusic: {
tabs: {
sources: '音源選擇',
lxMusic: '雪音源',
lxMusic: '雪音源',
customApi: '自訂API'
},
scripts: {
title: '已匯入的音源腳本',
importLocal: '本機匯入',
importOnline: '線上匯入',
urlPlaceholder: '輸入雪音源腳本 URL',
urlPlaceholder: '輸入雪音源腳本 URL',
importBtn: '匯入',
empty: '暫無已匯入的雪音源',
notConfigured: '未設定 (請至雪音源分頁設定)',
empty: '暫無已匯入的雪音源',
notConfigured: '未設定 (請至雪音源分頁設定)',
importHint: '匯入相容的自訂 API 外掛以擴充音源',
noScriptWarning: '請先匯入雪音源腳本',
noSelectionWarning: '請先選擇一個雪音源',
noScriptWarning: '請先匯入雪音源腳本',
noSelectionWarning: '請先選擇一個雪音源',
notFound: '音源不存在',
switched: '已切換到音源: {name}',
deleted: '已刪除音源: {name}',
enterUrl: '請輸入腳本 URL',
invalidUrl: '無效的 URL 格式',
invalidScript: '無效的雪音源腳本,未找到 globalThis.lx 相關程式碼',
invalidScript: '無效的雪音源腳本,未找到 globalThis.lx 相關程式碼',
nameRequired: '名稱不能為空',
renameSuccess: '重新命名成功'
}