From 8fa2ee5485e181ba4cf20b539d1468623d9c0b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Jim=C3=A9nez=20Rivera?= Date: Fri, 24 Oct 2025 10:27:16 +0200 Subject: [PATCH] Add missing translations --- package-lock.json | 4 ++-- package.json | 2 +- src/frontend/core/i18n/locales/en.ts | 17 +++++++---------- src/frontend/core/i18n/locales/es.ts | 17 +++++++---------- src/frontend/core/i18n/locales/fr.ts | 17 +++++++---------- 5 files changed, 24 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6316739..924078f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@internxt/drive-desktop-core", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@internxt/drive-desktop-core", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "dependencies": { "@internxt/sdk": "^1.11.10", diff --git a/package.json b/package.json index 075f5fb..d76af09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@internxt/drive-desktop-core", - "version": "0.1.7", + "version": "0.1.8", "author": "Internxt ", "license": "MIT", "files": [ diff --git a/src/frontend/core/i18n/locales/en.ts b/src/frontend/core/i18n/locales/en.ts index 8612dfe..2130665 100644 --- a/src/frontend/core/i18n/locales/en.ts +++ b/src/frontend/core/i18n/locales/en.ts @@ -123,15 +123,6 @@ export const en = { title: 'Your files are up to date', subtitle: 'Sync activity will show up here', }, - errors: { - sync: {}, - backups: { - 'folder-not-found': { - text: "Can't upload backup, missing folder", - action: 'View error', - }, - }, - }, }, footer: { 'action-description': { @@ -239,11 +230,17 @@ export const en = { 'last-backup-had-issues': 'Last backup had some issues', 'see-issues': 'See issues', 'backing-up': 'Backing up...', + enable: { + message: 'Save a copy of your most important files on the cloud automatically', + action: 'Backup now', + }, action: { start: 'Backup now', stop: 'Stop backup', - running: 'Backup in progress {{progress}}', 'last-run': 'Last updated', + download: 'Download', + stopDownload: 'Stop download', + downloading: 'Downloading backup', }, frequency: { title: 'Upload frequency', diff --git a/src/frontend/core/i18n/locales/es.ts b/src/frontend/core/i18n/locales/es.ts index 7c18955..5a26689 100644 --- a/src/frontend/core/i18n/locales/es.ts +++ b/src/frontend/core/i18n/locales/es.ts @@ -125,15 +125,6 @@ export const es: Translation = { title: 'Tus archivos están actualizados', subtitle: 'La actividad de sincronización se mostrará aquí', }, - errors: { - sync: {}, - backups: { - 'folder-not-found': { - text: 'No se pudo realizar la copia, no se encuentra la carpeta', - action: 'Ver error', - }, - }, - }, }, footer: { 'action-description': { @@ -241,11 +232,17 @@ export const es: Translation = { 'last-backup-had-issues': 'La última copia de seguridad tuvo algunos problemas', 'see-issues': 'Ver problemas', 'backing-up': 'Haciendo la copia', + enable: { + message: 'Guarda una copia de tus archivos más importantes en la nube automáticamente', + action: 'Haz una copia de seguridad ahora', + }, action: { start: 'Hacer copia', stop: 'Stop backup', - running: 'Subiendo backup {{progress}}', 'last-run': 'Última ejecución', + download: 'Descargar', + stopDownload: 'Detener descarga', + downloading: 'Descargando copia de seguridad', }, frequency: { title: 'Frecuencia de subida', diff --git a/src/frontend/core/i18n/locales/fr.ts b/src/frontend/core/i18n/locales/fr.ts index e0f5f58..016314e 100644 --- a/src/frontend/core/i18n/locales/fr.ts +++ b/src/frontend/core/i18n/locales/fr.ts @@ -126,15 +126,6 @@ export const fr: Translation = { title: 'Vos fichiers sont à jour', subtitle: "L'activité de synchronisation s'affichera ici", }, - errors: { - sync: {}, - backups: { - 'folder-not-found': { - text: 'Impossible de copier, dossier non trouvé', - action: "Afficher l'erreur", - }, - }, - }, }, footer: { 'action-description': { @@ -242,11 +233,17 @@ export const fr: Translation = { 'last-backup-had-issues': 'La dernière sauvegarde a rencontré quelques problèmes', 'see-issues': 'Voir des problèmes', 'backing-up': 'Sauvegarde...', + enable: { + message: 'Enregistrez automatiquement une copie de vos fichiers les plus importants dans le cloud', + action: 'Faites une sauvegarde maintenant', + }, action: { start: 'Faire une copie ', stop: 'Arrêter la sauvegarde', - running: 'Sauvegarde en cours {{progress}}', 'last-run': 'Dernière exécution', + download: 'Télécharger', + stopDownload: 'Arrêter le téléchargement', + downloading: 'Téléchargement de la sauvegarde', }, frequency: { title: 'Fréquence de téléchargement',