diff options
Diffstat (limited to 'apps/files_sharing/l10n/es_MX.js')
-rw-r--r-- | apps/files_sharing/l10n/es_MX.js | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index 24d98b8ed2d..12625ec4820 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -1,19 +1,6 @@ OC.L10N.register( "files_sharing", { - "Shared with you" : "Compartido contigo", - "Nothing shared with you yet" : "Nada ha sido compartido contigo aún", - "Files and folders others share with you will show up here" : "Los archivos y carpetas que sean compartidos contigo se mostrarán aquí", - "Shared with others" : "Compartido con otros", - "Nothing shared yet" : "Nada compartido aún", - "Files and folders you share will show up here" : "Los archivos y carpetas que compartas se mostrarán aquí", - "Shared by link" : "Compartido por liga", - "No shared links" : "No hay ligas compartidas", - "Files and folders you share by link will show up here" : "Los archivos y carpetas que compartas por ligas se mostrarán aquí", - "Deleted shares" : "Recursos compartidos eliminados", - "Pending shares" : "Recursos compartidos pendientes", - "Shares" : "Elementos compartidos", - "Restore" : "Restaurar", "error" : "error", "This will stop your current uploads." : "Se detendrán las cargas en curso", "Move or copy" : "Mover o copiar", @@ -25,8 +12,6 @@ OC.L10N.register( "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválido", "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", - "No expiration date set" : "No se ha establecido la fecha de expiración", - "Shared by" : "Compartido por", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante una liga pública", "Downloaded by {email}" : "Descargado por {email}", @@ -137,8 +122,15 @@ OC.L10N.register( "Shared with you by {owner}" : "Compartido contigo por {owner}", "Shared" : "Compartido", "Share" : "Compartir", + "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Shared with you and the group {group} by {owner}" : "Compartido contigo y con el grupo {group} por {owner}", + "Shares" : "Elementos compartidos", + "Shared with you" : "Compartido contigo", + "Shared with others" : "Compartido con otros", + "Shared by link" : "Compartido por liga", + "Deleted shares" : "Recursos compartidos eliminados", + "Pending shares" : "Recursos compartidos pendientes", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", "Name" : "Nombre", "Share time" : "Compartido desde", @@ -153,6 +145,14 @@ OC.L10N.register( "Note" : "Nota", "Select or drop files" : "Selecciona o suelta los archivos", "Uploaded files:" : "Archivos cargados:", - "Add to your Nextcloud" : "Agregar a tu Nextcloud" + "Add to your Nextcloud" : "Agregar a tu Nextcloud", + "Nothing shared with you yet" : "Nada ha sido compartido contigo aún", + "Files and folders others share with you will show up here" : "Los archivos y carpetas que sean compartidos contigo se mostrarán aquí", + "Nothing shared yet" : "Nada compartido aún", + "Files and folders you share will show up here" : "Los archivos y carpetas que compartas se mostrarán aquí", + "No shared links" : "No hay ligas compartidas", + "Files and folders you share by link will show up here" : "Los archivos y carpetas que compartas por ligas se mostrarán aquí", + "Restore" : "Restaurar", + "No expiration date set" : "No se ha establecido la fecha de expiración" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |