lossless assets + i18n
This commit is contained in:
parent
a4bfa72ba7
commit
c063dbe4ff
5 changed files with 19 additions and 1 deletions
|
@ -143,7 +143,11 @@
|
|||
"term.recordLabels": "Record Labels",
|
||||
"term.videoExtras": "Video Extras",
|
||||
"term.top": "Top",
|
||||
|
||||
"term.lossless": "Lossless",
|
||||
"term.lossless.description": "(up to 24-bit/48 kHz)",
|
||||
"term.hireslossless": "Hi-Res Lossless",
|
||||
"term.hireslossless.description": "(up to 24-bit/192 kHz)",
|
||||
|
||||
// Home
|
||||
"home.title": "Home",
|
||||
"home.recentlyPlayed": "Recently Played",
|
||||
|
|
|
@ -119,6 +119,10 @@
|
|||
"term.check": "確認",
|
||||
"term.aboutArtist": "{{artistName}}について", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Cider 更新",
|
||||
"term.lossless": "ロスレス",
|
||||
"term.lossless.description": "(最大解像度 24 ビット/48 kHz)",
|
||||
"term.hireslossless": "ハイレゾロスレス",
|
||||
"term.hireslossless.description": "(最大解像度 24 ビット/192 kHz)",
|
||||
|
||||
// Home
|
||||
"home.title": "ホーム",
|
||||
|
|
|
@ -119,6 +119,10 @@
|
|||
"term.check": "检查",
|
||||
"term.aboutArtist": "关于{{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "更新 Cider",
|
||||
"term.lossless": "无损",
|
||||
"term.lossless.description": "(最高 24 位/48 kHz)",
|
||||
"term.hireslossless": "高解析度无损",
|
||||
"term.hireslossless.description": "(最高 24 位/192 kHz)",
|
||||
|
||||
// Home
|
||||
"home.title": "主页",
|
||||
|
|
|
@ -119,6 +119,11 @@
|
|||
"term.check": "檢查",
|
||||
"term.aboutArtist": "關於{{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "更新 Cider",
|
||||
"term.lossless": "保真壓縮",
|
||||
"term.lossless.description": "(最高 24 位元/48 kHz)",
|
||||
"term.hireslossless": "高解析度保真壓縮",
|
||||
"term.hireslossless.description": "(最高 24 位元/192 kHz)",
|
||||
|
||||
|
||||
// Home
|
||||
"home.title": "主頁",
|
||||
|
|
|
@ -193,6 +193,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.lossless-badge {
|
||||
background-image: url("./assets/lossless.svg");
|
||||
background: rgb(150 150 150);
|
||||
border-radius: 6px;
|
||||
padding: 0px 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue