Added new strings + Substituted some menu item i18n
This commit is contained in:
parent
0da1233977
commit
c0b14db8dd
6 changed files with 20 additions and 13 deletions
|
@ -84,7 +84,8 @@
|
||||||
"term.time.updated": "Updated",
|
"term.time.updated": "Updated",
|
||||||
"term.fullscreenView": "Fullscreen View",
|
"term.fullscreenView": "Fullscreen View",
|
||||||
"term.defaultView": "Default View",
|
"term.defaultView": "Default View",
|
||||||
|
"term.spacializedAudioSetting": "Spacialized Audio Setting",
|
||||||
|
"term.clearAll": "Clear All",
|
||||||
|
|
||||||
// Home
|
// Home
|
||||||
"home.title": "Home",
|
"home.title": "Home",
|
||||||
|
|
|
@ -80,6 +80,8 @@
|
||||||
"term.time.updated": "最終更新日",
|
"term.time.updated": "最終更新日",
|
||||||
"term.fullscreenView": "全画面表示",
|
"term.fullscreenView": "全画面表示",
|
||||||
"term.defaultView": "ウィンドウ表示",
|
"term.defaultView": "ウィンドウ表示",
|
||||||
|
"term.spacializedAudioSetting": "オーディオ空間化設定",
|
||||||
|
"term.clearAll": "クリア",
|
||||||
|
|
||||||
// Home
|
// Home
|
||||||
"home.title": "ホーム",
|
"home.title": "ホーム",
|
||||||
|
@ -186,6 +188,6 @@
|
||||||
|
|
||||||
// Web Remote
|
// Web Remote
|
||||||
"remote.web.title": "Cider リモート",
|
"remote.web.title": "Cider リモート",
|
||||||
"remote.web.description": "QRコードを使用して、Ciderとスマートフォンをペアリングする",
|
"remote.web.description": "QRコードを使用して、Ciderとスマートフォンをペアリングする"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,6 +80,8 @@
|
||||||
"term.time.updated": "更新于",
|
"term.time.updated": "更新于",
|
||||||
"term.fullscreenView": "全屏",
|
"term.fullscreenView": "全屏",
|
||||||
"term.defaultView": "默认",
|
"term.defaultView": "默认",
|
||||||
|
"term.spacializedAudioSetting": "音频空间化设置",
|
||||||
|
"term.clearAll": "清空",
|
||||||
|
|
||||||
// Home
|
// Home
|
||||||
"home.title": "主页",
|
"home.title": "主页",
|
||||||
|
|
|
@ -79,6 +79,8 @@
|
||||||
"term.time.updated": "更改于",
|
"term.time.updated": "更改于",
|
||||||
"term.fullscreenView": "全螢幕顯示",
|
"term.fullscreenView": "全螢幕顯示",
|
||||||
"term.defaultView": "預設顯示",
|
"term.defaultView": "預設顯示",
|
||||||
|
"term.spacializedAudioSetting": "音訊空間化設定",
|
||||||
|
"term.clearAll": "清空",
|
||||||
|
|
||||||
// Home
|
// Home
|
||||||
"home.title": "主頁",
|
"home.title": "主頁",
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</draggable>
|
</draggable>
|
||||||
</div>
|
</div>
|
||||||
<div class="queue-footer">
|
<div class="queue-footer">
|
||||||
<button class="md-btn" style="width:100%;" v-if="queueItems.length > 1" @click="app.mk.clearQueue();updateQueue()">Clear All</button>
|
<button class="md-btn" style="width:100%;" v-if="queueItems.length > 1" @click="app.mk.clearQueue();updateQueue()">{{app.getLz('term.clearAll')}}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -188,7 +188,7 @@
|
||||||
@focus="search.showHints = true"
|
@focus="search.showHints = true"
|
||||||
@blur="setTimeout(()=>{search.showHints = false}, 300)"
|
@blur="setTimeout(()=>{search.showHints = false}, 300)"
|
||||||
v-on:keyup.enter="searchQuery();search.showHints = false" @change="showSearch();"
|
v-on:keyup.enter="searchQuery();search.showHints = false" @change="showSearch();"
|
||||||
@input="getSearchHints()" placeholder="Search..." v-model="search.term"
|
@input="getSearchHints()" placeholder="{app.getLz('term.search')}" v-model="search.term"
|
||||||
ref="searchInput" class="search-input">
|
ref="searchInput" class="search-input">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
<button class="usermenu-item" @click="toggleHideUserInfo()">
|
<button class="usermenu-item" @click="toggleHideUserInfo()">
|
||||||
<div class="row nopadding">
|
<div class="row nopadding">
|
||||||
<div class="col nopadding">
|
<div class="col nopadding">
|
||||||
Show Personal Info
|
{{app.getLz('settings.option.visual.showPersonalInfo)}}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto nopadding" v-if="!chrome.hideUserInfo">
|
<div class="col-auto nopadding" v-if="!chrome.hideUserInfo">
|
||||||
✔️
|
✔️
|
||||||
|
@ -257,7 +257,7 @@
|
||||||
<button class="usermenu-item" @click="mk.privateEnabled = !mk.privateEnabled">
|
<button class="usermenu-item" @click="mk.privateEnabled = !mk.privateEnabled">
|
||||||
<div class="row nopadding">
|
<div class="row nopadding">
|
||||||
<div class="col nopadding">
|
<div class="col nopadding">
|
||||||
Private Session
|
{{app.getLz('term.privateSession')}}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto nopadding" v-if="mk.privateEnabled">
|
<div class="col-auto nopadding" v-if="mk.privateEnabled">
|
||||||
✔️
|
✔️
|
||||||
|
@ -266,22 +266,22 @@
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" v-if="cfg.advanced.AudioContext && cfg.audio.spatial"
|
<button class="usermenu-item" v-if="cfg.advanced.AudioContext && cfg.audio.spatial"
|
||||||
@click="modals.spatialProperties = true">
|
@click="modals.spatialProperties = true">
|
||||||
Spatialized Audio Settings
|
{{app.getLz('term.spacializedAudioSetting')}}
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" @click="appRoute('apple-account-settings')">
|
<button class="usermenu-item" @click="appRoute('apple-account-settings')">
|
||||||
Account Settings
|
{{app.getLz('term.accountSettings')}}
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" @click="appRoute('about')">
|
<button class="usermenu-item" @click="appRoute('about')">
|
||||||
About
|
{{app.getLz('term.about')}}
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" @click="window.open('https://discord.gg/applemusic')">
|
<button class="usermenu-item" @click="window.open('https://discord.gg/applemusic')">
|
||||||
Discord
|
{{app.getLz('term.discord')}}
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" @click="appRoute('settings')">
|
<button class="usermenu-item" @click="appRoute('settings')">
|
||||||
Settings
|
{{app.getLz('term.settings')}}
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" @click="unauthorize()">
|
<button class="usermenu-item" @click="unauthorize()">
|
||||||
Sign Out
|
{{app.getLz('term.logout')}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue