diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/appList.js | 5 | ||||
-rw-r--r-- | configs/translations.js | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/configs/appList.js b/configs/appList.js index 3d6ab42..d9152a4 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -1,12 +1,13 @@ -import { Calculator, Notes, Player, Settings, ChangePassword, Youtube } from 'apps' +import { Calculator, Notes, Player, Settings, ChangePassword, Radio, Youtube } from 'apps' const appList = { Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '21em', width: '14em' }, Notes: { component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, Player: { component: Player, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, ChangePassword: { component: ChangePassword, icon: false, buttons: ['min', 'close'], height: '21em', width: '18em' }, + Radio: { component: Radio, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, + Youtube: { component: Youtube, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, Settings: { component: Settings, icon: false, buttons: ['min', 'close'], height: '23em', width: '16em' }, - Youtube: { component: Youtube, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' } } export default appList 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.', |