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.12",
"version": "0.1.13",
"author": "Internxt <hello@internxt.com>",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/core/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ export const en = {
body: {
activity: {
operation: {
CREATE_ERROR: 'Create error',
CREATED: 'Created',
DELETE_ERROR: 'Delete error',
DELETED: 'Moved to trash',
DOWNLOAD_CANCEL: 'Downloaded Cancel',
Expand All @@ -91,6 +89,8 @@ export const en = {
MODIFY_ERROR: 'Modify error',
MOVE_ERROR: 'Move error',
MOVED: 'Moved',
RENAME_ERROR: 'Rename error',
RENAMED: 'Renamed',
UPLOAD_ERROR: 'Upload error',
UPLOADED: 'Uploaded',
UPLOADING: 'Uploading',
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/core/i18n/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export const es: Translation = {
body: {
activity: {
operation: {
CREATE_ERROR: 'Error de creación',
CREATED: 'Creado',
DELETE_ERROR: 'Error de eliminación',
DELETED: 'Movido a la papelera',
DOWNLOAD_CANCEL: 'Descarga cancelada',
Expand All @@ -93,6 +91,8 @@ export const es: Translation = {
MODIFY_ERROR: 'Error de modificación',
MOVE_ERROR: 'Error de movimiento',
MOVED: 'Movido',
RENAME_ERROR: 'Error de renombrado',
RENAMED: 'Renombrado',
UPLOAD_ERROR: 'Error de subida',
UPLOADED: 'Subido',
UPLOADING: 'Subiendo',
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/core/i18n/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export const fr: Translation = {
body: {
activity: {
operation: {
CREATE_ERROR: 'Erreur de création',
CREATED: 'Créé',
DELETE_ERROR: 'Erreur de suppression',
DELETED: 'Déplacé vers la corbeille',
DOWNLOAD_CANCEL: 'Téléchargement annulé',
Expand All @@ -93,6 +91,8 @@ export const fr: Translation = {
MODIFY_ERROR: 'Erreur de modification',
MOVE_ERROR: 'Erreur de déplacement',
MOVED: 'Déplacé',
RENAME_ERROR: 'Erreur de renommage',
RENAMED: 'Renommé',
UPLOAD_ERROR: 'Erreur de téléversement',
UPLOADED: 'Téléversé',
UPLOADING: 'Téléversement en cours',
Expand Down
Loading