From ccff7be499a8a63e5d3c1f4a396679c0ef0cff54 Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Sun, 19 Apr 2026 23:53:10 +0200 Subject: [PATCH] chore(settings): drop Alpha badge on AudioMuse toggle Also removes the now-unused `hotCacheAlphaBadge` i18n key from all 8 locales. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/locales/de.ts | 1 - src/locales/en.ts | 1 - src/locales/es.ts | 1 - src/locales/fr.ts | 1 - src/locales/nb.ts | 1 - src/locales/nl.ts | 1 - src/locales/ru.ts | 1 - src/locales/zh.ts | 1 - src/pages/Settings.tsx | 14 -------------- 9 files changed, 22 deletions(-) diff --git a/src/locales/de.ts b/src/locales/de.ts index bd97eb69..a104c5a9 100644 --- a/src/locales/de.ts +++ b/src/locales/de.ts @@ -552,7 +552,6 @@ export const deTranslation = { offlineDirClear: 'Auf Standard zurücksetzen', offlineDirHint: 'Neue Downloads werden an diesem Ort gespeichert. Bestehende Downloads verbleiben am ursprünglichen Pfad.', hotCacheTitle: 'Hot-Playback-Cache', - hotCacheAlphaBadge: 'Alpha', hotCacheDisclaimer: 'Lädt kommende Warteschlangen-Titel vor und behält zuletzt gespielte. Bei aktivierter Option: Speicherplatz und Netzwerk.', hotCacheDirDefault: 'Standard (App-Daten)', hotCacheDirChange: 'Ordner ändern', diff --git a/src/locales/en.ts b/src/locales/en.ts index 7ea039af..df559894 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -554,7 +554,6 @@ export const enTranslation = { offlineDirClear: 'Reset to Default', offlineDirHint: 'New downloads will use this location. Existing downloads remain at their original path.', hotCacheTitle: 'Hot playback cache', - hotCacheAlphaBadge: 'Alpha', hotCacheDisclaimer: 'Preloads upcoming queue tracks and keeps previous ones. When enabled, uses disk space and network.', hotCacheDirDefault: 'Default (App Data)', hotCacheDirChange: 'Change folder', diff --git a/src/locales/es.ts b/src/locales/es.ts index 39bb90c8..b14e60da 100644 --- a/src/locales/es.ts +++ b/src/locales/es.ts @@ -545,7 +545,6 @@ export const esTranslation = { offlineDirClear: 'Restablecer a Predeterminado', offlineDirHint: 'Las nuevas descargas usarán esta ubicación. Las descargas existentes permanecen en su ruta original.', hotCacheTitle: 'Caché de reproducción activa', - hotCacheAlphaBadge: 'Alpha', hotCacheDisclaimer: 'Precarga las siguientes pistas en cola y mantiene las anteriores. Cuando está activado, usa espacio en disco y red.', hotCacheDirDefault: 'Predeterminado (Datos de App)', hotCacheDirChange: 'Cambiar carpeta', diff --git a/src/locales/fr.ts b/src/locales/fr.ts index 47caf76f..e5df2dbe 100644 --- a/src/locales/fr.ts +++ b/src/locales/fr.ts @@ -542,7 +542,6 @@ export const frTranslation = { offlineDirClear: 'Réinitialiser', offlineDirHint: 'Les nouveaux téléchargements utiliseront cet emplacement. Les téléchargements existants restent à leur emplacement d\'origine.', hotCacheTitle: 'Cache de lecture à chaud', - hotCacheAlphaBadge: 'Alpha', hotCacheDisclaimer: 'Précharge les titres à venir dans la file et conserve les précédents. Si activé : espace disque et réseau.', hotCacheDirDefault: 'Par défaut (données d\'application)', hotCacheDirChange: 'Changer le dossier', diff --git a/src/locales/nb.ts b/src/locales/nb.ts index 2776af55..9865f36c 100644 --- a/src/locales/nb.ts +++ b/src/locales/nb.ts @@ -543,7 +543,6 @@ export const nbTranslation = { offlineDirClear: 'Tilbakestill til standard', offlineDirHint: 'Nye nedlastinger vil bruke denne plasseringen. Eksisterende nedlastinger forblir på sin opprinnelige lokasjon.', hotCacheTitle: 'Varm avspillingsbuffer', - hotCacheAlphaBadge: 'Alfa', hotCacheDisclaimer: 'Forhåndshenter neste spor i køen og beholder tidligere. Når aktivert: diskplass og nettverk.', hotCacheDirDefault: 'Standard (App-data)', hotCacheDirChange: 'Endre mappe', diff --git a/src/locales/nl.ts b/src/locales/nl.ts index a106258d..4510c5ec 100644 --- a/src/locales/nl.ts +++ b/src/locales/nl.ts @@ -541,7 +541,6 @@ export const nlTranslation = { offlineDirClear: 'Terugzetten naar standaard', offlineDirHint: 'Nieuwe downloads worden op deze locatie opgeslagen. Bestaande downloads blijven op hun oorspronkelijke locatie.', hotCacheTitle: 'Warme afspeelcache', - hotCacheAlphaBadge: 'Alpha', hotCacheDisclaimer: 'Laadt aankomende wachtrijtracks voor en bewaart eerdere. Indien ingeschakeld: schijfruimte en netwerk.', hotCacheDirDefault: 'Standaard (app-gegevens)', hotCacheDirChange: 'Map wijzigen', diff --git a/src/locales/ru.ts b/src/locales/ru.ts index 0bbc44ba..2420adac 100644 --- a/src/locales/ru.ts +++ b/src/locales/ru.ts @@ -561,7 +561,6 @@ export const ruTranslation = { offlineDirClear: 'Сбросить по умолчанию', offlineDirHint: 'Новые загрузки пойдут в выбранную папку. Старые останутся на прежнем месте.', hotCacheTitle: 'Горячий кэш воспроизведения', - hotCacheAlphaBadge: 'Альфа', hotCacheDisclaimer: 'Заранее подгружает следующие треки из очереди и сохраняет предыдущие. При включении использует место на диске и сеть.', hotCacheDirDefault: 'По умолчанию (данные приложения)', hotCacheDirChange: 'Сменить папку', diff --git a/src/locales/zh.ts b/src/locales/zh.ts index 7f0982af..bef7b513 100644 --- a/src/locales/zh.ts +++ b/src/locales/zh.ts @@ -537,7 +537,6 @@ export const zhTranslation = { offlineDirClear: '重置为默认', offlineDirHint: '新下载将保存到此位置,现有下载保留在原始路径。', hotCacheTitle: '热播放缓存', - hotCacheAlphaBadge: '预览', hotCacheDisclaimer: '预加载队列中即将播放的曲目并保留近期已播放的。开启后占用磁盘与网络。', hotCacheDirDefault: '默认(应用数据)', hotCacheDirChange: '更改目录', diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index d8cf34fa..706be3db 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -2654,20 +2654,6 @@ export default function Settings() {
{t('settings.audiomuseTitle')} - - {t('settings.hotCacheAlphaBadge')} - {!!auth.audiomuseNavidromeByServer[srv.id] && auth.audiomuseNavidromeIssueByServer[srv.id] && (