From c5a92efdc17405c47a7c4433402b1753a80e7f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Jim=C3=A9nez=20Rivera?= Date: Tue, 25 Nov 2025 10:33:50 +0100 Subject: [PATCH 1/3] SSO translations --- src/frontend/core/i18n/locales/en.ts | 31 ++++------------------------ src/frontend/core/i18n/locales/es.ts | 31 ++++------------------------ src/frontend/core/i18n/locales/fr.ts | 31 ++++------------------------ 3 files changed, 12 insertions(+), 81 deletions(-) diff --git a/src/frontend/core/i18n/locales/en.ts b/src/frontend/core/i18n/locales/en.ts index 4d14b29..2e629bf 100644 --- a/src/frontend/core/i18n/locales/en.ts +++ b/src/frontend/core/i18n/locales/en.ts @@ -1,32 +1,9 @@ export const en = { login: { - email: { - section: 'Email address', - }, - password: { - section: 'Password', - placeholder: 'Password', - forgotten: 'Forgot your password?', - hide: 'Hide', - show: 'Show', - }, - action: { - login: 'Log in', - 'is-logging-in': 'Logging you in...', - }, - 'create-account': 'Create account', - '2fa': { - section: 'Authentication code', - description: 'You have configured two factor authentication, please enter the 6 digit code', - 'change-account': 'Change account', - 'wrong-code': 'Incorrect code, try again', - }, - error: { - 'empty-fields': 'Incorrect password or email', - }, - warning: { - 'no-internet': 'No internet connection', - }, + signInBrowser: 'Sign in with browser', + createAccount: 'Create account', + welcome: 'Welcome to Internxt', + noAccount: "Don't have an account?", }, onboarding: { slides: { diff --git a/src/frontend/core/i18n/locales/es.ts b/src/frontend/core/i18n/locales/es.ts index 9dbef4d..26d31a3 100644 --- a/src/frontend/core/i18n/locales/es.ts +++ b/src/frontend/core/i18n/locales/es.ts @@ -2,33 +2,10 @@ import { Translation } from '../i18n.types'; export const es: Translation = { login: { - email: { - section: 'Correo electrónico', - }, - password: { - section: 'Contraseña', - placeholder: 'Contraseña', - forgotten: '¿Has olvidado tu contraseña?', - hide: 'Ocultar', - show: 'Mostrar', - }, - action: { - login: 'Iniciar sesión', - 'is-logging-in': 'Iniciando sesión...', - }, - 'create-account': 'Crear cuenta', - '2fa': { - section: 'Código de autenticación', - description: 'Has configurado la autenticación en dos pasos, por favor introduce el código de 6 dígitos', - 'change-account': 'Cambiar cuenta', - 'wrong-code': 'Código incorrecto, inténtalo de nuevo', - }, - error: { - 'empty-fields': 'Contraseña o correo electrónico incorrectos', - }, - warning: { - 'no-internet': 'Sin conexión a internet', - }, + signInBrowser: 'Iniciar sesión en el navegador', + createAccount: 'Crear cuenta', + welcome: 'Bienvenido a Internxt', + noAccount: '¿No tienes cuenta?', }, onboarding: { slides: { diff --git a/src/frontend/core/i18n/locales/fr.ts b/src/frontend/core/i18n/locales/fr.ts index ea0a71d..7eb1404 100644 --- a/src/frontend/core/i18n/locales/fr.ts +++ b/src/frontend/core/i18n/locales/fr.ts @@ -2,33 +2,10 @@ import { Translation } from '../i18n.types'; export const fr: Translation = { login: { - email: { - section: 'Adresse électronique', - }, - password: { - section: 'Mot de passe', - placeholder: 'Mot de passe', - forgotten: 'Vous avez oublié votre mot de passe?', - hide: 'Cacher', - show: 'Afficher', - }, - action: { - login: "S'identifier", - 'is-logging-in': 'Se connecter...', - }, - 'create-account': 'Créer un compte', - '2fa': { - section: "Code d'authentification", - description: "Vous avez configuré l'authentification en deux étapes (2FA), veuillez saisir le code à 6 chiffres", - 'change-account': 'Changer de compte', - 'wrong-code': 'Code incorrect, veuillez réessayer', - }, - error: { - 'empty-fields': 'Mot de passe ou courriel incorrect', - }, - warning: { - 'no-internet': 'Pas de connexion internet', - }, + signInBrowser: 'Se connecter avec le navigateur', + createAccount: 'Créer un compte', + welcome: 'Bienvenue chez Internxt', + noAccount: "Vous n'avez pas de compte ?", }, onboarding: { slides: { From 273c9ab98886d005e093adaf560c33ba2e9c52ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Jim=C3=A9nez=20Rivera?= Date: Tue, 25 Nov 2025 10:50:07 +0100 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef34678..7f792aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@internxt/drive-desktop-core", - "version": "0.1.9", + "version": "0.1.10", "author": "Internxt ", "license": "MIT", "files": [ From 6c6c47573bf4fd77da3f34ad3a98361bd3434df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Jim=C3=A9nez=20Rivera?= Date: Tue, 25 Nov 2025 10:50:31 +0100 Subject: [PATCH 3/3] Update package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c2e4b9..850859a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@internxt/drive-desktop-core", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@internxt/drive-desktop-core", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "dependencies": { "@internxt/sdk": "^1.11.10",