Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
291 changes: 0 additions & 291 deletions README.md

This file was deleted.

Binary file added assets/media-icons-black/dislikeFilled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media-icons-black/dislikeOutline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media-icons-black/likeFilled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media-icons-black/likeOutline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/i18n/resources/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,9 @@
"keybind-options": {
"next": "التالي",
"play-pause": "تشغيل/ إيقاف",
"previous": "السابق"
"previous": "السابق",
"like": "إعجاب",
"dislike": "عدم إعجاب"
},
"label": "اختر اختصارات لوحة المفاتيح للتحكم في الأغاني:",
"title": "اختصارات لوحة المفاتيح"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,9 @@
"keybind-options": {
"next": "Следваща",
"play-pause": "Пусни / Пауза",
"previous": "Предишна"
"previous": "Предишна",
"like": "Харесване",
"dislike": "Нехаресване"
},
"label": "Изберете глобални клавишни комбинации за контрол на песните:",
"title": "Глобални клавишни комбинации"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,9 @@
"keybind-options": {
"next": "পরবর্তী",
"play-pause": "চালান / বিরতি",
"previous": "পূর্ববর্তী"
"previous": "পূর্ববর্তী",
"like": "পছন্দ",
"dislike": "অপছন্দ"
},
"label": "গান নিয়ন্ত্রণের জন্য গ্লোবাল কিবাইন্ড নির্বাচন করুন:",
"title": "গ্লোবাল কিবাইন্ড"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,9 @@
"keybind-options": {
"next": "Següent",
"play-pause": "Reproduir / Pausar",
"previous": "Anterior"
"previous": "Anterior",
"like": "M'agrada",
"dislike": "No m'agrada"
},
"label": "Tria combinacions de tecles per controlar les cançons:",
"title": "Dreceres globals"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,9 @@
"keybind-options": {
"next": "Další",
"play-pause": "Přehrát / Pozastavit",
"previous": "Předchozí"
"previous": "Předchozí",
"like": "Líbí se mi",
"dislike": "Nelíbí se mi"
},
"label": "Vybrat globální klávesnicové zkratky pro ovládání písniček:",
"title": "Globální klávesnicové zkratky"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,9 @@
"keybind-options": {
"next": "Nächstes",
"play-pause": "Weiter / Pause",
"previous": "Vorheriges"
"previous": "Vorheriges",
"like": "Gefällt mir",
"dislike": "Gefällt mir nicht"
},
"label": "Wähle globale Tastenkombinationen für die Liedsteuerung:",
"title": "Globale Tastenkombinationen"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,9 @@
"keybind-options": {
"next": "Επόμενο",
"play-pause": "Αναπαραγωγή / Παύση",
"previous": "Προηγούμενο"
"previous": "Προηγούμενο",
"like": "Μου αρέσει",
"dislike": "Δεν μου αρέσει"
},
"label": "Επιλέξτε Global Keybinds για το τραγούδι Έλεγχος:",
"title": "Παγκόσμια δέσμευση πλήκτρων"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,9 @@
"keybind-options": {
"next": "Next",
"play-pause": "Play / Pause",
"previous": "Previous"
"previous": "Previous",
"like": "Like",
"dislike": "Dislike"
},
"label": "Choose Global Keybinds for Songs Control:",
"title": "Global Keybinds"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/resources/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,9 @@
"keybind-options": {
"next": "Siguiente",
"play-pause": "Reproducir / Pausa",
"previous": "Anterior"
"previous": "Anterior",
"like": "Me gusta",
"dislike": "No me gusta"
},
"label": "Elija combinaciones de teclas para el control de las canciones:",
"title": "Atajos de teclado globales"
Expand Down
Loading