diff options
author | 2023-04-10 21:57:33 +0200 | |
---|---|---|
committer | 2023-04-10 21:57:33 +0200 | |
commit | f8463676a40656893c2048655e8807099e3adb39 (patch) | |
tree | 9b38927a293e38ec38da2707434786d92327edd0 /configs/translations.js | |
parent | f4e00553c4acf44de48af958afc8747128b55562 (diff) | |
download | my_apps-f8463676a40656893c2048655e8807099e3adb39.tar.gz my_apps-f8463676a40656893c2048655e8807099e3adb39.tar.bz2 my_apps-f8463676a40656893c2048655e8807099e3adb39.zip |
add radio app
Diffstat (limited to 'configs/translations.js')
-rw-r--r-- | configs/translations.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/translations.js b/configs/translations.js index b496719..0473ecb 100644 --- a/configs/translations.js +++ b/configs/translations.js @@ -38,6 +38,7 @@ const translations = { Player: 'Player', ChangePassword: 'Change Password', Settings: 'Settings', + Radio: 'Radio', Youtube: 'Youtube', mail_ver_subject: 'Verification of your new apps.pruss.it account', mail_ver_t1: 'Thank you for creating an account in My Apps.', @@ -82,6 +83,7 @@ const translations = { player_playlist_default: 'Default playlist', player_item_playing: 'Playing in Player', player_item_enqueued: 'Enqueued in Player', + player_youtube_fetching_error: 'Could not get item from Youtube', change_password_current: 'Current password', change_password_new: 'New password', change_password_confirm: 'Confirm new password', @@ -136,6 +138,7 @@ const translations = { Notes: 'Notatki', Player: 'Odtwarzacz', Settings: 'Ustawienia', + Radio: 'Radio', ChangePassword: 'Zmień hasło', Youtube: 'Youtube', mail_ver_subject: 'Weryfikacja Twojego nowego konta w apps.pruss.it.', @@ -235,6 +238,7 @@ const translations = { Notes: 'Notas', Player: 'Jugador', Settings: 'Ajustes', + Radio: 'Radio', ChangePassword: 'Cambio de contraseña', Youtube: 'Youtube', mail_ver_subject: 'Verificación de su nueva cuenta en apps.pruss.it.', @@ -334,6 +338,7 @@ const translations = { Notes: 'Anmerkungen', Player: 'Spieler', Settings: 'Einstellungen', + Radio: 'Radio', ChangePassword: 'Passwortänderung', Youtube: 'Youtube', mail_ver_subject: 'Bestätigen Ihres neuen Kontos in der apps.pruss.it.', |