From ef8d5215e8115ac47d058a667a93b27bc0887a7f Mon Sep 17 00:00:00 2001 From: piotrruss Date: Fri, 6 May 2022 17:19:48 +0100 Subject: small fixes --- configs/appList.js | 2 +- configs/translations.js | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'configs') diff --git a/configs/appList.js b/configs/appList.js index 83535a3..7bfec3e 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -1,7 +1,7 @@ import { Calculator, Notes, Player, Settings, Youtube } from 'apps' const appList = { - Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '40em', width: '30em' }, + Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '30em', width: '20em' }, 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' }, Settings: { component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em' }, diff --git a/configs/translations.js b/configs/translations.js index 79fcf7d..1b8ed40 100644 --- a/configs/translations.js +++ b/configs/translations.js @@ -38,7 +38,7 @@ const translations = { Player: 'Player', Settings: 'Settings', Youtube: 'Youtube', - mail_ver_subject: 'Verification of your new My Apps account', + mail_ver_subject: 'Verification of your new apps.pruss.it account', mail_ver_t1: 'Thank you for creating an account in My Apps.', mail_ver_t2: 'We are sending you the verification code:', mail_ver_t3: 'To finish verification log in and paste this code.', @@ -126,7 +126,7 @@ const translations = { Player: 'Odtwarzacz', Settings: 'Ustawienia', Youtube: 'Youtube', - mail_ver_subject: 'Weryfikacja Twojego nowego konta w aplikacji My Apps.', + mail_ver_subject: 'Weryfikacja Twojego nowego konta w apps.pruss.it.', mail_ver_t1: 'Dziękujemy za założenie konta w My Apps', mail_ver_t2: 'Przesyłamy Ci kod weryfikacyjny:', mail_ver_t3: 'W celu zakończenia weryfikacji zaloguj się i podaj ten kod.', @@ -209,12 +209,12 @@ const translations = { created: 'Creado', modified: 'Modificado', open_apps: 'Aplicaciones abiertas:', - Calculator: '????????????????????????????????????????????????????/', + Calculator: 'Calculadora', Notes: 'Notas', Player: 'Jugador', Settings: 'Ajustes', Youtube: 'Youtube', - mail_ver_subject: 'Verificación de su nueva cuenta en la aplicación My Apps.', + mail_ver_subject: 'Verificación de su nueva cuenta en apps.pruss.it.', mail_ver_t1: 'Gracias por crear una cuenta con Mis aplicaciones', mail_ver_t2: 'Te enviamos un código de verificación: ', mail_ver_t3: 'Para completar la verificación, inicie sesión e ingrese este código.', @@ -297,12 +297,12 @@ const translations = { created: 'Erstellt', modified: 'Geändert', open_apps: 'Anwendungen öffnen:', - Calculator: '????????????????????????????????????????????????????/', + Calculator: 'Rechner', Notes: 'Anmerkungen', Player: 'Spieler', Settings: 'Einstellungen', Youtube: 'Youtube', - mail_ver_subject: 'Bestätigen Ihres neuen Kontos in der Anwendung „Meine Apps“.', + mail_ver_subject: 'Bestätigen Ihres neuen Kontos in der apps.pruss.it.', mail_ver_t1: 'Vielen Dank, dass Sie ein Konto bei My Apps erstellt haben', mail_ver_t2: 'Wir senden Ihnen einen Bestätigungscode: ', mail_ver_t3: 'Um die Verifizierung abzuschließen, loggen Sie sich ein und geben Sie diesen Code ein.', -- cgit v1.2.3