diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc index 45c9a4e2..c8e87d77 100644 --- a/src/i18n/en_US.jsonc +++ b/src/i18n/en_US.jsonc @@ -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", diff --git a/src/i18n/ja_JP.jsonc b/src/i18n/ja_JP.jsonc index 8c178de1..a21aa879 100644 --- a/src/i18n/ja_JP.jsonc +++ b/src/i18n/ja_JP.jsonc @@ -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": "ホーム", diff --git a/src/i18n/zh_CN.jsonc b/src/i18n/zh_CN.jsonc index 370c226e..654c031d 100644 --- a/src/i18n/zh_CN.jsonc +++ b/src/i18n/zh_CN.jsonc @@ -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": "主页", diff --git a/src/i18n/zh_TW.jsonc b/src/i18n/zh_TW.jsonc index e009d896..eabf73cf 100644 --- a/src/i18n/zh_TW.jsonc +++ b/src/i18n/zh_TW.jsonc @@ -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": "主頁", diff --git a/src/web-remote/style.css b/src/web-remote/style.css index bfb91546..c1d4fe9e 100644 --- a/src/web-remote/style.css +++ b/src/web-remote/style.css @@ -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;