mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
Merge remote-tracking branch 'origin/main' into exp/orbit
This commit is contained in:
@@ -58,6 +58,7 @@ export const deTranslation = {
|
||||
albums: 'Alben',
|
||||
songs: 'Songs',
|
||||
clearLabel: 'Suche leeren',
|
||||
addedToQueueToast: '„{{title}}" zur Warteschlange hinzugefügt',
|
||||
title: 'Suche',
|
||||
resultsFor: 'Ergebnisse für „{{query}}"',
|
||||
album: 'Album',
|
||||
|
||||
@@ -60,6 +60,7 @@ export const enTranslation = {
|
||||
albums: 'Albums',
|
||||
songs: 'Songs',
|
||||
clearLabel: 'Clear search',
|
||||
addedToQueueToast: 'Added "{{title}}" to queue',
|
||||
title: 'Search',
|
||||
resultsFor: 'Results for "{{query}}"',
|
||||
album: 'Album',
|
||||
|
||||
@@ -59,6 +59,7 @@ export const esTranslation = {
|
||||
albums: 'Álbumes',
|
||||
songs: 'Canciones',
|
||||
clearLabel: 'Limpiar búsqueda',
|
||||
addedToQueueToast: '"{{title}}" añadido a la cola',
|
||||
title: 'Buscar',
|
||||
resultsFor: 'Resultados para "{{query}}"',
|
||||
album: 'Álbum',
|
||||
|
||||
@@ -58,6 +58,7 @@ export const frTranslation = {
|
||||
albums: 'Albums',
|
||||
songs: 'Morceaux',
|
||||
clearLabel: 'Effacer la recherche',
|
||||
addedToQueueToast: '« {{title}} » ajouté à la file',
|
||||
title: 'Recherche',
|
||||
resultsFor: 'Résultats pour « {{query}} »',
|
||||
album: 'Album',
|
||||
|
||||
@@ -58,6 +58,7 @@ export const nbTranslation = {
|
||||
albums: 'Album',
|
||||
songs: 'Sanger',
|
||||
clearLabel: 'Fjern søk',
|
||||
addedToQueueToast: '«{{title}}» lagt til i køen',
|
||||
title: 'Søk',
|
||||
resultsFor: 'Resultater for "{{query}}"',
|
||||
album: 'Album',
|
||||
|
||||
@@ -58,6 +58,7 @@ export const nlTranslation = {
|
||||
albums: 'Albums',
|
||||
songs: 'Nummers',
|
||||
clearLabel: 'Zoekopdracht wissen',
|
||||
addedToQueueToast: '"{{title}}" toegevoegd aan de wachtrij',
|
||||
title: 'Zoeken',
|
||||
resultsFor: 'Resultaten voor "{{query}}"',
|
||||
album: 'Album',
|
||||
|
||||
@@ -60,6 +60,7 @@ export const ruTranslation = {
|
||||
albums: 'Альбомы',
|
||||
songs: 'Треки',
|
||||
clearLabel: 'Очистить поиск',
|
||||
addedToQueueToast: '«{{title}}» добавлен в очередь',
|
||||
title: 'Поиск',
|
||||
resultsFor: 'Результаты по «{{query}}»',
|
||||
album: 'Альбом',
|
||||
|
||||
@@ -58,6 +58,7 @@ export const zhTranslation = {
|
||||
albums: '专辑',
|
||||
songs: '歌曲',
|
||||
clearLabel: '清除搜索',
|
||||
addedToQueueToast: '已将"{{title}}"加入队列',
|
||||
title: '搜索',
|
||||
resultsFor: '"{{query}}" 的搜索结果',
|
||||
album: '专辑',
|
||||
|
||||
Reference in New Issue
Block a user