Skip to content

Commit

Permalink
feat: UNM 设置页面 l10n (#1578)
Browse files Browse the repository at this point in the history
* feat: UNM 设置页面 l10n

* update translate

* update
  • Loading branch information
memorydream authored Apr 30, 2022
1 parent a9b05d6 commit 21c7b5a
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 23 deletions.
28 changes: 28 additions & 0 deletions src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,34 @@ export default {
exit: 'Exit',
minimizeToTray: 'Minimize to tray',
},
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: 'Play',
Expand Down
28 changes: 28 additions & 0 deletions src/locale/lang/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
27 changes: 27 additions & 0 deletions src/locale/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,33 @@ export default {
exit: '退出',
minimizeToTray: '最小化到托盘',
},
unm: {
enable: '启用',
audioSource: {
title: '备选音源',
},
enableFlac: {
title: '启用 FLAC',
desc: '启用后需要清除歌曲缓存才能生效',
},
searchMode: {
title: '音源搜索模式',
fast: '速度优先',
order: '顺序优先',
},
cookie: {
joox: 'Joox 引擎的 Cookie',
qq: 'QQ 引擎的 Cookie',
desc1: '设置说明请参见此处',
desc2: ',留空则不进行相关设置',
},
ytdl: 'YtDl 引擎要使用的 youtube-dl 可执行文件',
proxy: {
title: '用于 UNM 的代理服务器',
desc1: '请求如 YouTube 音源服务时要使用的代理服务器',
desc2: '留空则不进行相关设置',
},
},
},
contextMenu: {
play: '播放',
Expand Down
27 changes: 27 additions & 0 deletions src/locale/lang/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,33 @@ export default {
exit: '退出',
minimizeToTray: '最小化到工作列角落',
},
unm: {
enable: '啟用',
audioSource: {
title: '備選音源',
},
enableFlac: {
title: '啟用 FLAC',
desc: '啟用後需要清除歌曲快取才能生效',
},
searchMode: {
title: '音源搜尋模式',
fast: '速度優先',
order: '順序優先',
},
cookie: {
joox: 'Joox 引擎的 Cookie',
qq: 'QQ 引擎的 Cookie',
desc1: '設定說明請參見此處',
desc2: ',留空則不進行相關設定',
},
ytdl: 'YtDl 引擎要使用的 youtube-dl 執行檔',
proxy: {
title: '用於 UNM 的 Proxy 伺服器',
desc1: '請求如 YouTube 音源服務時要使用的 Proxy 伺服器',
desc2: '留空則不進行相關設定',
},
},
},
contextMenu: {
play: '播放',
Expand Down
55 changes: 32 additions & 23 deletions src/views/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@
</div>

<section v-if="isElectron" class="unm-configuration">
<h3>UnblockNeteaseMusic 设置</h3>
<h3>UnblockNeteaseMusic</h3>
<div class="item">
<div class="left">
<div class="title"
>激活
>{{ $t('settings.unm.enable') }}
<a
href="https://github.com/UnblockNeteaseMusic/server"
target="blank"
Expand All @@ -250,7 +250,9 @@

<div class="item">
<div class="left">
<div class="title"> 备选音源 </div>
<div class="title">
{{ $t('settings.unm.audioSource.title') }}
</div>
<div class="description">
音源的具体代号
<a
Expand All @@ -274,8 +276,10 @@

<div class="item">
<div class="left">
<div class="title"> 激活无损音质 (FLAC) </div>
<div class="description"> 设置后需要清掉快取才能生效。 </div>
<div class="title"> {{ $t('settings.unm.enableFlac.title') }} </div>
<div class="description">
{{ $t('settings.unm.enableFlac.desc') }}
</div>
</div>
<div class="right">
<div class="toggle">
Expand All @@ -291,26 +295,30 @@

<div class="item">
<div class="left">
<div class="title"> 音源搜索模式 </div>
<div class="title"> {{ $t('settings.unm.searchMode.title') }} </div>
</div>
<div class="right">
<select v-model="unmSearchMode">
<option value="fast-first"> 速度优先,不论顺序 </option>
<option value="order-first"> 顺序优先,不论速度 </option>
<option value="fast-first">
{{ $t('settings.unm.searchMode.fast') }}
</option>
<option value="order-first">
{{ $t('settings.unm.searchMode.order') }}
</option>
</select>
</div>
</div>

<div class="item">
<div class="left">
<div class="title"> Joox 引擎的 Cookie </div>
<div class="title">{{ $t('settings.unm.cookie.joox') }}</div>
<div class="description">
<a
href="https://github.com/UnblockNeteaseMusic/server-rust/tree/main/engines#joox-cookie-設定說明"
target="_blank"
>设置说明请参见此处。</a
>
留空则不进行相关设置。
>{{ $t('settings.unm.cookie.desc1') }}
</a>
{{ $t('settings.unm.cookie.desc2') }}
</div>
</div>
<div class="right">
Expand All @@ -324,14 +332,14 @@

<div class="item">
<div class="left">
<div class="title"> QQ 引擎的 Cookie </div>
<div class="title"> {{ $t('settings.unm.cookie.qq') }} </div>
<div class="description">
<a
href="https://github.com/UnblockNeteaseMusic/server-rust/tree/main/engines#qq-cookie-設定說明"
target="_blank"
>设置说明请参见此处。</a
>
留空则不进行相关设置。
>{{ $t('settings.unm.cookie.desc1') }}
</a>
{{ $t('settings.unm.cookie.desc2') }}
</div>
</div>
<div class="right">
Expand All @@ -345,13 +353,14 @@

<div class="item">
<div class="left">
<div class="title"> YtDl 引擎要使用的 youtube-dl 运行档 </div>
<div class="title"> {{ $t('settings.unm.ytdl') }} </div>
<div class="description">
<a
href="https://github.com/UnblockNeteaseMusic/server-rust/tree/main/engines#ytdlexe-設定說明"
target="_blank"
>设置说明请参见此处。</a
>留空则不进行相关设置。
>{{ $t('settings.unm.cookie.desc1') }}
</a>
{{ $t('settings.unm.cookie.desc2') }}
</div>
</div>
<div class="right">
Expand All @@ -365,17 +374,17 @@

<div class="item">
<div class="left">
<div class="title"> 用于 UNM 的 Proxy 服务器 </div>
<div class="title"> {{ $t('settings.unm.proxy.title') }} </div>
<div class="description">
请求如 YouTube 音源服务时要使用的 Proxy 服务器。<br />
留空则不进行相关设置。
{{ $t('settings.unm.proxy.desc1') }}<br />
{{ $t('settings.unm.proxy.desc2') }}
</div>
</div>
<div class="right">
<input
v-model="unmProxyUri"
class="text-input margin-right-0"
placeholder=" https://192.168.11.45"
placeholder="ex. https://192.168.11.45"
/>
</div>
</div>
Expand Down

0 comments on commit 21c7b5a

Please sign in to comment.