Skip to content

Commit

Permalink
Add missing items to Keyboard shortcuts info window
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Feb 24, 2021
1 parent 8bbaa04 commit 3d3d4fd
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 15 deletions.
15 changes: 15 additions & 0 deletions resources/i18n/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ msgstr "Albums"
msgid "and"
msgstr "en"

msgid "Append selection to queue"
msgstr "Geselecteerde items aan wachtrij toevoegen"

msgid "Append to the queue"
msgstr "Aan de wachtrij toevoegen"

Expand Down Expand Up @@ -224,6 +227,9 @@ msgstr "dagen"
msgid "Decoder plugins"
msgstr "Decoder-plug-ins"

msgid "Default action (set in Preferences)"
msgstr "Default actie (gezet in Instellingen)"

msgid "Delete playlist"
msgstr "Afspeellijst verwijderen"

Expand Down Expand Up @@ -368,6 +374,9 @@ msgstr "Genre"
msgid "Genres"
msgstr "Genres"

msgid "Go a level up"
msgstr "Naar niveau omhoog"

msgid "Grouping"
msgstr "Groepering"

Expand Down Expand Up @@ -476,6 +485,9 @@ msgstr "Eén track"
msgid "Open Filter bar"
msgstr "Filterbalk openen"

msgid "Open Search bar"
msgstr "Zoekbalk openen"

msgid "Password:"
msgstr "Wachtwoord:"

Expand Down Expand Up @@ -560,6 +572,9 @@ msgstr "Herhalen"
msgid "Replace playlist"
msgstr "Afspeellijst vervangen"

msgid "Replace queue with selection"
msgstr "Wachtrij door geselecteerde items vervangen"

msgid "Replace the queue"
msgstr "De wachtrij vervangen"

Expand Down
15 changes: 15 additions & 0 deletions resources/i18n/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ msgstr "Альбомы"
msgid "and"
msgstr "и"

msgid "Append selection to queue"
msgstr "Добавить выделенное к очереди"

msgid "Append to the queue"
msgstr "Добавить в конец очереди"

Expand Down Expand Up @@ -228,6 +231,9 @@ msgstr "дней"
msgid "Decoder plugins"
msgstr "Плагины для декодирования"

msgid "Default action (set in Preferences)"
msgstr "Действие по умолчанию (см. в Настройках)"

msgid "Delete playlist"
msgstr "Удалить плейлист"

Expand Down Expand Up @@ -372,6 +378,9 @@ msgstr "Жанр"
msgid "Genres"
msgstr "Жанры"

msgid "Go a level up"
msgstr "Перейти на уровень выше"

msgid "Grouping"
msgstr "Группировка"

Expand Down Expand Up @@ -482,6 +491,9 @@ msgstr "Один трек"
msgid "Open Filter bar"
msgstr "Открыть панель фильтра"

msgid "Open Search bar"
msgstr "Открыть панель поиска"

msgid "Password:"
msgstr "Пароль:"

Expand Down Expand Up @@ -566,6 +578,9 @@ msgstr "Повтор"
msgid "Replace playlist"
msgstr "Заменить плейлист"

msgid "Replace queue with selection"
msgstr "Заменить очередь на выделенное"

msgid "Replace the queue"
msgstr "Заменить очередь"

Expand Down
15 changes: 15 additions & 0 deletions resources/i18n/ymuse.pot
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ msgstr ""
msgid "and"
msgstr ""

msgid "Append selection to queue"
msgstr ""

msgid "Append to the queue"
msgstr ""

Expand Down Expand Up @@ -210,6 +213,9 @@ msgstr ""
msgid "Decoder plugins"
msgstr ""

msgid "Default action (set in Preferences)"
msgstr ""

msgid "Delete playlist"
msgstr ""

Expand Down Expand Up @@ -354,6 +360,9 @@ msgstr ""
msgid "Genres"
msgstr ""

msgid "Go a level up"
msgstr ""

msgid "Grouping"
msgstr ""

Expand Down Expand Up @@ -462,6 +471,9 @@ msgstr ""
msgid "Open Filter bar"
msgstr ""

msgid "Open Search bar"
msgstr ""

msgid "Password:"
msgstr ""

Expand Down Expand Up @@ -546,6 +558,9 @@ msgstr ""
msgid "Replace playlist"
msgstr ""

msgid "Replace queue with selection"
msgstr ""

msgid "Replace the queue"
msgstr ""

Expand Down
88 changes: 73 additions & 15 deletions resources/shortcuts.glade
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,53 @@
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes">Player</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Previous track</property>
<property name="accelerator">&lt;ctrl&gt;Left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Next track</property>
<property name="accelerator">&lt;ctrl&gt;Right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Stop</property>
<property name="accelerator">&lt;ctrl&gt;S</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle play/pause</property>
<property name="accelerator">&lt;ctrl&gt;P</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle random mode</property>
<property name="accelerator">&lt;ctrl&gt;U</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle repeat mode</property>
<property name="accelerator">&lt;ctrl&gt;R</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle consume mode</property>
<property name="accelerator">&lt;ctrl&gt;N</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes">Queue</property>
Expand Down Expand Up @@ -119,47 +166,58 @@
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes">Player</property>
<property name="title" translatable="yes">Library</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Previous track</property>
<property name="accelerator">&lt;ctrl&gt;Left</property>
<property name="title" translatable="yes">Default action (set in Preferences)</property>
<property name="accelerator">Return</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Next track</property>
<property name="accelerator">&lt;ctrl&gt;Right</property>
<property name="title" translatable="yes">Replace queue with selection</property>
<property name="accelerator">&lt;ctrl&gt;Return</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Stop</property>
<property name="accelerator">&lt;ctrl&gt;S</property>
<property name="title" translatable="yes">Append selection to queue</property>
<property name="accelerator">&lt;shift&gt;Return</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle play/pause</property>
<property name="accelerator">&lt;ctrl&gt;P</property>
<property name="title" translatable="yes">Go a level up</property>
<property name="accelerator">BackSpace</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle random mode</property>
<property name="accelerator">&lt;ctrl&gt;U</property>
<property name="title" translatable="yes">Open Search bar</property>
<property name="accelerator">&lt;ctrl&gt;F</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes">Streams</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Default action (set in Preferences)</property>
<property name="accelerator">Return</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle repeat mode</property>
<property name="accelerator">&lt;ctrl&gt;R</property>
<property name="title" translatable="yes">Replace queue with selection</property>
<property name="accelerator">&lt;ctrl&gt;Return</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Toggle consume mode</property>
<property name="accelerator">&lt;ctrl&gt;N</property>
<property name="title" translatable="yes">Append selection to queue</property>
<property name="accelerator">&lt;shift&gt;Return</property>
</object>
</child>
</object>
Expand Down

0 comments on commit 3d3d4fd

Please sign in to comment.