mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
* 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:
committed by
GitHub
parent
1e05180418
commit
4483552c94
@@ -877,6 +877,16 @@ export const ruTranslation = {
|
||||
shortcutFullscreenPlayer: 'Полноэкранный плеер',
|
||||
shortcutNativeFullscreen: 'Системный полный экран',
|
||||
shortcutOpenMiniPlayer: 'Открыть мини-плеер',
|
||||
shortcutStartSearch: 'Начать поиск',
|
||||
shortcutStartAdvancedSearch: 'Начать расширенный поиск',
|
||||
shortcutToggleSidebar: 'Переключить боковую панель',
|
||||
shortcutMuteSound: 'Без звука',
|
||||
shortcutToggleEqualizer: 'Открыть / переключить эквалайзер',
|
||||
shortcutToggleRepeat: 'Переключить повтор',
|
||||
shortcutOpenNowPlaying: 'Открыть «Сейчас играет»',
|
||||
shortcutShowLyrics: 'Показать текст песни',
|
||||
shortcutFavoriteCurrentTrack: 'Добавить текущий трек в избранное',
|
||||
shortcutOpenHelp: 'Справка',
|
||||
playbackTitle: 'Воспроизведение',
|
||||
replayGain: 'Replay Gain',
|
||||
replayGainDesc: 'Выравнивание громкости по метаданным ReplayGain',
|
||||
|
||||
Reference in New Issue
Block a user