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.8",
"version": "0.1.9",
"author": "Internxt <[email protected]>",
"license": "MIT",
"files": [
Expand Down
5 changes: 3 additions & 2 deletions src/frontend/core/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ export const en = {
},
'auto-startup': 'Start Internxt on system startup',
sync: {
folder: 'Internxt Folder',
'change-folder': 'Change folder',
folder: 'Virtual Drive location',
changeLocation: 'Change location',
},
'app-info': {
'open-logs': 'Open logs',
Expand Down Expand Up @@ -421,6 +421,7 @@ export const en = {
},
errors: {
ABORTED: 'Aborted',
CANNOT_REGISTER_VIRTUAL_DRIVE: 'Cannot register virtual drive',
CREATE_FOLDER_FAILED: 'Failed to create folder',
DELETE_ERROR: 'Cannot delete item',
FILE_MODIFIED: 'File modified while uploading',
Expand Down
5 changes: 3 additions & 2 deletions src/frontend/core/i18n/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export const es: Translation = {
},
'auto-startup': 'Iniciar Internxt al arrancar el sistema',
sync: {
folder: 'Carpeta Internxt',
'change-folder': 'Cambiar carpeta',
folder: 'Ubicación Drive virtual',
changeLocation: 'Cambiar ubicación',
},
'app-info': {
'open-logs': 'Abrir registros',
Expand Down Expand Up @@ -425,6 +425,7 @@ export const es: Translation = {
},
errors: {
ABORTED: 'Abortado',
CANNOT_REGISTER_VIRTUAL_DRIVE: 'No se puede registrar el drive virtual',
CREATE_FOLDER_FAILED: 'Error al crear la carpeta',
DELETE_ERROR: 'No se pudo eliminar el elemento',
FILE_MODIFIED: 'Archivo modificado durante la subida',
Expand Down
5 changes: 3 additions & 2 deletions src/frontend/core/i18n/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ export const fr: Translation = {
},
'auto-startup': 'Démarrer Internxt au démarrage du système',
sync: {
folder: 'Dossier Internxt',
'change-folder': 'Changer de dossier',
folder: 'Emplacement Drive virtuel',
changeLocation: "Changer d'emplacement",
},
'app-info': {
'open-logs': 'Ouvrir les registres',
Expand Down Expand Up @@ -427,6 +427,7 @@ export const fr: Translation = {
},
errors: {
ABORTED: 'Avorté',
CANNOT_REGISTER_VIRTUAL_DRIVE: 'Le lecteur virtuel ne peut pas être enregistré',
CREATE_FOLDER_FAILED: 'Erreur lors de la création de la dossier',
DELETE_ERROR: "Impossible de supprimer l'élément",
FILE_MODIFIED: 'Fichier modifié lors du téléchargement',
Expand Down
Loading