Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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.6",
"version": "0.1.7",
"author": "Internxt <hello@internxt.com>",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/core/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export const en = {
CREATE_FOLDER_FAILED: 'Failed to create folder',
DELETE_ERROR: 'Cannot delete item',
FILE_MODIFIED: 'File modified while uploading',
FILE_SIZE_TOO_BIG: 'File size too big (max 20GB)',
FILE_SIZE_TOO_BIG: 'File size too big (max 40GB)',
FOLDER_ACCESS_DENIED: 'The app does not have permission to access this folder',
FOLDER_DOES_NOT_EXIST: 'Folder does not exist',
INVALID_WINDOWS_NAME: String.raw`Windows does not allow names that include the characters \ / : * ? " < > |`,
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/core/i18n/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export const es: Translation = {
CREATE_FOLDER_FAILED: 'Error al crear la carpeta',
DELETE_ERROR: 'No se pudo eliminar el elemento',
FILE_MODIFIED: 'Archivo modificado durante la subida',
FILE_SIZE_TOO_BIG: 'Archivo es demasiado grande (máximo 20GB)',
FILE_SIZE_TOO_BIG: 'Archivo es demasiado grande (máximo 40GB)',
FOLDER_ACCESS_DENIED: 'La app no tiene permiso para acceder a esta carpeta',
FOLDER_DOES_NOT_EXIST: 'Carpeta no existe',
INVALID_WINDOWS_NAME: String.raw`Windows no permite nombres que incluyen los caracteres \ / : * ? " < > |`,
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/core/i18n/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export const fr: Translation = {
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',
FILE_SIZE_TOO_BIG: 'Le fichier est trop grand (max 20GB)',
FILE_SIZE_TOO_BIG: 'Le fichier est trop grand (max 40GB)',
FOLDER_ACCESS_DENIED: "L'app n'a pas le droit d'accéder à cette dossier",
FOLDER_DOES_NOT_EXIST: 'Dossier non existant',
INVALID_WINDOWS_NAME: String.raw`Windows ne permet pas les noms contenant les caractères \ / : * ? " < > |`,
Expand Down
Loading