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.7",
"version": "0.1.8",
"author": "Internxt <hello@internxt.com>",
"license": "MIT",
"files": [
Expand Down
17 changes: 7 additions & 10 deletions src/frontend/core/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down Expand Up @@ -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',
Expand Down
17 changes: 7 additions & 10 deletions src/frontend/core/i18n/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down Expand Up @@ -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',
Expand Down
17 changes: 7 additions & 10 deletions src/frontend/core/i18n/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down Expand Up @@ -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',
Expand Down
Loading