Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internxt/drive-desktop-core",
"version": "0.1.9",
"version": "0.1.10",
"author": "Internxt <hello@internxt.com>",
"license": "MIT",
"files": [
Expand Down
31 changes: 4 additions & 27 deletions src/frontend/core/i18n/locales/en.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down
31 changes: 4 additions & 27 deletions src/frontend/core/i18n/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
31 changes: 4 additions & 27 deletions src/frontend/core/i18n/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Loading