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
@@ -796,6 +796,16 @@ export const frTranslation = {
shortcutFullscreenPlayer: 'Lecteur plein écran',
shortcutNativeFullscreen: 'Plein écran natif',
shortcutOpenMiniPlayer: 'Ouvrir le mini-lecteur',
shortcutStartSearch: 'Lancer une recherche',
shortcutStartAdvancedSearch: 'Lancer une recherche avancée',
shortcutToggleSidebar: 'Afficher / masquer la barre latérale',
shortcutMuteSound: 'Couper le son',
shortcutToggleEqualizer: 'Ouvrir / basculer l\'égaliseur',
shortcutToggleRepeat: 'Basculer la répétition',
shortcutOpenNowPlaying: 'Ouvrir « En cours »',
shortcutShowLyrics: 'Afficher les paroles',
shortcutFavoriteCurrentTrack: 'Ajouter la piste actuelle aux favoris',
shortcutOpenHelp: 'Aide',
tabSystem: 'Système',
loggingTitle: 'Journalisation',
loggingModeDesc: 'Contrôle le niveau de verbosité des journaux backend dans le terminal.',