Added a string + Updated zh_hk lang file (#222)
This commit is contained in:
parent
7c0c7c17ad
commit
6510e265eb
4 changed files with 13 additions and 2 deletions
|
@ -252,6 +252,7 @@
|
|||
"spatial.width" : "∴╎↸ᒣ⍑",
|
||||
"spatial.height" : "⍑ᒷ╎┤⍑ᒣ",
|
||||
"spatial.depth" : "↸ᒷi!ᒣ⍑",
|
||||
"spatial.gain" : "┤ᖋ╎リ",
|
||||
"spatial.roomMaterials" : "∷ᒍᒍᒲ ᒲᖋᒣᒷ∷╎ᖋ|:ϟ",
|
||||
"spatial.roomDimensions" : "∷ᒍᒍᒲ ↸╎ᒲᒷリϟ╎ᒍリϟ",
|
||||
"spatial.roomPositions" : "∷ᒍᒍᒲ i!ᒍϟ╎ᒣ╎ᒍリϟ",
|
||||
|
|
|
@ -252,6 +252,7 @@
|
|||
"spatial.width" : "Width",
|
||||
"spatial.height" : "Height",
|
||||
"spatial.depth" : "Depth",
|
||||
"spatial.gain" : "Gain",
|
||||
"spatial.roomMaterials" : "Room Materials",
|
||||
"spatial.roomDimensions" : "Room Dimensions",
|
||||
"spatial.roomPositions" : "Room Positions",
|
||||
|
|
|
@ -104,6 +104,9 @@
|
|||
"term.developer": "開發者",
|
||||
"term.socialTeam": "社交團隊",
|
||||
"term.contributors": "貢獻者",
|
||||
"term.equalizer": "等化器",
|
||||
"term.reset": "重設",
|
||||
"term.tracks": "首歌曲", // Assume x amount of tracks. e.g. 50 tracks
|
||||
|
||||
// Home
|
||||
"home.title": "主頁",
|
||||
|
@ -225,13 +228,18 @@
|
|||
"settings.option.connectivity.lastfmScrobble": "LastFM Scrobbling 記錄", // Option to Connect
|
||||
"settings.option.connectivity.lastfmScrobble.delay": "LastFM Scrobble 延遲 (%)",
|
||||
"settings.option.connectivity.lastfmScrobble.nowPlaying": "啟用 LastFM 正在播放",
|
||||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Remove featuring artists from song title (LastFM)",
|
||||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "從歌名中移除藝人推薦 (LastFM)",
|
||||
"settings.option.connectivity.lastfmScrobble.filterLoop": "Filter looped track (LastFM)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "實驗性功能",
|
||||
"settings.header.experimental.description": "調整Cider的實驗性功能",
|
||||
"settings.option.experimental.compactUI": "緊凑型 UI", // Toggle
|
||||
"settings.option.experimental.closeButtonBehaviour": "關閉按鈕行為",
|
||||
"settings.option.experimental.closeButtonBehaviour.quit": "結束 Cider",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTaskbar": "縮小至工作列",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTray": "縮小至系統托盤",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Spatialization Menu
|
||||
|
@ -239,6 +247,7 @@
|
|||
"spatial.width" : "闊度",
|
||||
"spatial.height" : "高度",
|
||||
"spatial.depth" : "深度",
|
||||
"spatial.gain" : "增益",
|
||||
"spatial.roomMaterials" : "空間材質",
|
||||
"spatial.roomDimensions" : "空間大小",
|
||||
"spatial.roomPositions" : "空間位置",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<label v-if="!app.cfg.audio.normalization">
|
||||
Gain
|
||||
{{$root.getLz('spatial.gain')}}
|
||||
<input type="number" min="0" @change="setRoom()" style="width: 100%;"
|
||||
v-model="app.cfg.audio.spatial_properties.gain" step="0.1"/>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue