fix(i18n): backfill shortcut labels for #435 in 7 locales (#436)

* fix(i18n): backfill 10 settings.shortcut* keys for #435

PR #435 added 10 new settings.shortcut* labels to en.ts (start search,
advanced search, toggle sidebar, mute, equalizer, repeat, open now
playing, lyrics, favorite current track, open help) but left the other
7 locales without translations — i18next would fall back to English at
runtime.

Adding translations for de, fr, nl, zh, nb, ru, es in the same position
as en.ts (right after shortcutOpenMiniPlayer), styled after the
existing shortcut* entries in each locale.

* docs(changelog): add #435 shortcuts action-registry entry

* chore(credits): add #435 to cucadmuh's contributions
This commit is contained in:
Frank Stellmacher
2026-05-03 00:33:28 +02:00
committed by GitHub
parent 1e05180418
commit 4483552c94
9 changed files with 82 additions and 0 deletions
+10
View File
@@ -808,6 +808,16 @@ export const deTranslation = {
shortcutFullscreenPlayer: 'Vollbild-Player',
shortcutNativeFullscreen: 'Nativer Vollbildmodus',
shortcutOpenMiniPlayer: 'Mini-Player öffnen',
shortcutStartSearch: 'Suche starten',
shortcutStartAdvancedSearch: 'Erweiterte Suche starten',
shortcutToggleSidebar: 'Seitenleiste umschalten',
shortcutMuteSound: 'Stumm schalten',
shortcutToggleEqualizer: 'Equalizer öffnen / umschalten',
shortcutToggleRepeat: 'Wiederholen umschalten',
shortcutOpenNowPlaying: '„Now Playing" öffnen',
shortcutShowLyrics: 'Songtexte anzeigen',
shortcutFavoriteCurrentTrack: 'Aktuellen Titel zu Favoriten hinzufügen',
shortcutOpenHelp: 'Hilfe',
tabSystem: 'System',
loggingTitle: 'Protokollierung',
loggingModeDesc: 'Steuert die Ausführlichkeit der Backend-Protokolle im Terminal.',