A bunch of i18n changes (#207)
* Syncing languages with latest US * date format template + connection error message * Added new strings + Substituted some menu item i18n
This commit is contained in:
parent
0d4a37517f
commit
22839db793
9 changed files with 78 additions and 16 deletions
|
@ -2,6 +2,8 @@
|
|||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${y}年${m}月${d}日",
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "取消",
|
||||
"dialog.ok": "OK",
|
||||
|
@ -10,6 +12,7 @@
|
|||
"notification.updatingLibrarySongs": "正在更新資料庫的歌曲...",
|
||||
"notification.updatingLibraryAlbums": "正在更新資料庫的專輯...",
|
||||
"notification.updatingLibraryArtists": "正在更新資料庫的藝人...",
|
||||
"notification.connectionError": "無法連接到 Apple Music。",
|
||||
// Terms
|
||||
"term.appleMusic": "Apple Music", // Follows brand term
|
||||
"term.applePodcasts": "Apple Podcasts", // Follows brand term
|
||||
|
@ -64,6 +67,20 @@
|
|||
"term.enabled": "已啟用",
|
||||
"term.disabled": "已停用",
|
||||
"term.connect": "連接",
|
||||
"term.confirm": "確定?",
|
||||
"term.more": "更多",
|
||||
"term.less": "更少",
|
||||
"term.showMore": "顯示更多",
|
||||
"term.showLess": "顯示更少",
|
||||
"term.topSongs" : "熱門歌曲",
|
||||
"term.latestReleases": "最新發行",
|
||||
"term.time.added": "加入于",
|
||||
"term.time.released": "發行于",
|
||||
"term.time.updated": "更改于",
|
||||
"term.fullscreenView": "全螢幕顯示",
|
||||
"term.defaultView": "預設顯示",
|
||||
"term.spacializedAudioSetting": "音訊空間化設定",
|
||||
"term.clearAll": "清空",
|
||||
|
||||
// Home
|
||||
"home.title": "主頁",
|
||||
|
@ -165,7 +182,7 @@
|
|||
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "實驗性功能",
|
||||
"settings.header.experimental.description": "調整Cider的實驗性功能",
|
||||
"settings.header.experimental.description": "調整 Cider 的實驗性功能",
|
||||
"settings.option.experimental.compactUI": "緊凑型UI", // Toggle
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue