diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/translations.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/translations.js b/configs/translations.js index 30d6432..11a5988 100644 --- a/configs/translations.js +++ b/configs/translations.js @@ -76,6 +76,8 @@ const translations = { notes_remove_confirm: 'Do you want to remove note?', player_playlist_empty: 'Your playlist is empty', player_playlist_default: 'Default playlist', + player_item_playing: 'Playing in Player', + player_item_enqueued: 'Enqueued in Player', yt_video: 'Videos', yt_video_count: ' videos', yt_live: 'Live', @@ -161,6 +163,8 @@ const translations = { notes_remove_confirm: 'Czy na pewno chcesz usunąć notatkę?', player_playlist_empty: 'Lista otwarzania jest pusta', player_playlist_default: 'Domyślna lista', + player_item_playing: 'Odtwarzanie w Odtwarzaczu', + player_item_enqueued: 'Dodano do kolejki odtwarzania', yt_video: 'Wideo', yt_video_count: ' klipów', yt_live: 'Na żywo', @@ -246,6 +250,8 @@ const translations = { notes_remove_confirm: '¿Estás seguro de que deseas eliminar la nota?', player_playlist_empty: 'La lista está vacía', player_playlist_default: 'Lista predeterminada', + player_item_playing: 'Jugar con el Jugador', + player_item_enqueued: 'Añadido a la cola de reproducción', yt_video: 'Video', yt_video_count: ' clips', yt_live: 'En vivo', @@ -331,6 +337,8 @@ const translations = { notes_remove_confirm: 'Möchten Sie die Notiz wirklich löschen? ', player_playlist_empty: 'Playlist ist leer', player_playlist_default: 'Standardliste', + player_item_playing: 'Spiele auf dem Spieler', + player_item_enqueued: 'Zur Play Queue hinzugefügt', yt_video: 'Video', yt_video_count: ' Clips', yt_live: 'Live', |