diff options
author | 2021-09-19 12:47:21 +0200 | |
---|---|---|
committer | 2021-09-19 12:47:21 +0200 | |
commit | 865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f (patch) | |
tree | 2dd4935ae03b084570c003eb0c004022e9a99de3 /configs | |
parent | bb22276b9bdfdb23da313a5495dc4f3fcdb3bb09 (diff) | |
download | my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.tar.gz my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.tar.bz2 my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.zip |
youtube & player apps fixes
Diffstat (limited to 'configs')
-rw-r--r-- | configs/translations.js | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/configs/translations.js b/configs/translations.js index ff7de3c..30d6432 100644 --- a/configs/translations.js +++ b/configs/translations.js @@ -76,12 +76,13 @@ const translations = { notes_remove_confirm: 'Do you want to remove note?', player_playlist_empty: 'Your playlist is empty', player_playlist_default: 'Default playlist', - youtube_videos: 'Videos', - youtube_music: 'Music', - youtube_live: 'Live', - youtube_channels: 'Channels', - youtube_playlists: 'Playlists', - youtube_enqueue: 'Enqueue' + yt_video: 'Videos', + yt_video_count: ' videos', + yt_live: 'Live', + yt_playlist: 'Playlists', + yt_enqueue: 'Enqueue', + yt_views: 'views', + yt_watching: 'watching' }, pl: { register_user: 'Zarejestruj użytkownika', @@ -160,12 +161,13 @@ const translations = { notes_remove_confirm: 'Czy na pewno chcesz usunąć notatkę?', player_playlist_empty: 'Lista otwarzania jest pusta', player_playlist_default: 'Domyślna lista', - youtube_videos: 'Wideo', - youtube_music: 'Muzyka', - youtube_live: 'Na żywo', - youtube_channels: 'Kanały', - youtube_playlists: 'Playlisty', - youtube_enqueue: 'Dodaj do listy' + yt_video: 'Wideo', + yt_video_count: ' klipów', + yt_live: 'Na żywo', + yt_playlist: 'Playlisty', + yt_enqueue: 'Dodaj do listy', + yt_views: 'wyświetleń', + yt_watching: 'oglądających' }, es: { register_user: 'Registrar al usuario', @@ -244,12 +246,13 @@ 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', - youtube_videos: 'Video', - youtube_music: 'Música', - youtube_live: 'En vivo', - youtube_channels: 'Canales', - youtube_playlists: 'Listas', - youtube_enqueue: 'Agregar' + yt_video: 'Video', + yt_video_count: ' clips', + yt_live: 'En vivo', + yt_playlist: 'Listas', + yt_enqueue: 'Agregar', + yt_views: 'visitas', + yt_watching: 'espectadores' }, de: { register_user: 'Registrieren Sie den Benutzer', @@ -328,12 +331,13 @@ const translations = { notes_remove_confirm: 'Möchten Sie die Notiz wirklich löschen? ', player_playlist_empty: 'Playlist ist leer', player_playlist_default: 'Standardliste', - youtube_videos: 'Video', - youtube_music: 'Musik', - youtube_live: 'Live', - youtube_channels: 'Kanäle', - youtube_playlists: 'Playlists', - youtube_enqueue: 'Hinzufügen' + yt_video: 'Video', + yt_video_count: ' Clips', + yt_live: 'Live', + yt_playlist: 'Playlists', + yt_enqueue: 'Hinzufügen', + yt_views: 'Aufrufe', + yt_watching: 'Zuschauer' } } |