summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-03-27 02:24:55 +0000
committerNextcloud bot <bot@nextcloud.com>2021-03-27 02:24:55 +0000
commit4e96d9a63aa2e487809beddc4e263e3cc7a6a9ce (patch)
treecef99aa336413bacbf7a4e283dff79a77cb10450
parentd2049abae244aa23d2cc0627b36a2199dcfe1ef5 (diff)
downloadnextcloud-server-4e96d9a63aa2e487809beddc4e263e3cc7a6a9ce.tar.gz
nextcloud-server-4e96d9a63aa2e487809beddc4e263e3cc7a6a9ce.zip
[tx-robot] updated from transifex
-rw-r--r--apps/files/l10n/es.js6
-rw-r--r--apps/files/l10n/es.json6
-rw-r--r--apps/files_sharing/l10n/es.js1
-rw-r--r--apps/files_sharing/l10n/es.json1
-rw-r--r--lib/l10n/es.js1
-rw-r--r--lib/l10n/es.json1
6 files changed, 16 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 5dd5012f681..35d077e2e6e 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -130,7 +130,13 @@ OC.L10N.register(
"{user} deleted an encrypted file in {file}" : "{user} ha borrado un archivo cifrado en {file}",
"You restored {file}" : "Has restaurado {file}",
"{user} restored {file}" : "{user} restauró {file}",
+ "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "Has renombrado {oldfile} (oculto) a {newfile} (oculto)",
+ "You renamed {oldfile} (hidden) to {newfile}" : "Has renombrado {oldfile} (oculto) a {newfile}",
+ "You renamed {oldfile} to {newfile} (hidden)" : "Has renombrado {oldfile} a {newfile} (oculto)",
"You renamed {oldfile} to {newfile}" : "Has renombrado {oldfile} a {newfile}",
+ "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} renombro {oldfile} (oculto) a {newfile} (oculto)",
+ "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} renombro {oldfile} (oculto) a {newfile}",
+ "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} renombro {oldfile} a {newfile} (oculto)",
"{user} renamed {oldfile} to {newfile}" : "{user} ha renombrado {oldfile} a {newfile}",
"You moved {oldfile} to {newfile}" : "Has movido {oldfile} a {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index 138a7d51b2c..53dcaeeba1e 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -128,7 +128,13 @@
"{user} deleted an encrypted file in {file}" : "{user} ha borrado un archivo cifrado en {file}",
"You restored {file}" : "Has restaurado {file}",
"{user} restored {file}" : "{user} restauró {file}",
+ "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "Has renombrado {oldfile} (oculto) a {newfile} (oculto)",
+ "You renamed {oldfile} (hidden) to {newfile}" : "Has renombrado {oldfile} (oculto) a {newfile}",
+ "You renamed {oldfile} to {newfile} (hidden)" : "Has renombrado {oldfile} a {newfile} (oculto)",
"You renamed {oldfile} to {newfile}" : "Has renombrado {oldfile} a {newfile}",
+ "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} renombro {oldfile} (oculto) a {newfile} (oculto)",
+ "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} renombro {oldfile} (oculto) a {newfile}",
+ "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} renombro {oldfile} a {newfile} (oculto)",
"{user} renamed {oldfile} to {newfile}" : "{user} ha renombrado {oldfile} a {newfile}",
"You moved {oldfile} to {newfile}" : "Has movido {oldfile} a {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js
index a97dafd827b..3842cb08817 100644
--- a/apps/files_sharing/l10n/es.js
+++ b/apps/files_sharing/l10n/es.js
@@ -183,6 +183,7 @@ OC.L10N.register(
"Create a new share link" : "Crear un nuevo enlace compartido",
"{shareWith} by {initiator}" : "{shareWith} por {initiator}",
"Shared via link by {initiator}" : "Compartido vía enlace por {initiator}",
+ "Mail share ({label})" : "Compartir correo ({label})",
"Share link ({label})" : "Compartir enlace ({label})",
"Share link" : "Compartir enlace",
"Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada",
diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json
index dd8c4f4c30d..8bf368c2c2a 100644
--- a/apps/files_sharing/l10n/es.json
+++ b/apps/files_sharing/l10n/es.json
@@ -181,6 +181,7 @@
"Create a new share link" : "Crear un nuevo enlace compartido",
"{shareWith} by {initiator}" : "{shareWith} por {initiator}",
"Shared via link by {initiator}" : "Compartido vía enlace por {initiator}",
+ "Mail share ({label})" : "Compartir correo ({label})",
"Share link ({label})" : "Compartir enlace ({label})",
"Share link" : "Compartir enlace",
"Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 7eb8fef6640..fd5f5947f84 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "Ha pasado la fecha de caducidad",
"Can’t set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración a más de %s días en el futuro",
"Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo",
+ "Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s",
"%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo",
"%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.",
"Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 0ad202345a5..ca88baaf650 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "Ha pasado la fecha de caducidad",
"Can’t set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración a más de %s días en el futuro",
"Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo",
+ "Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s",
"%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo",
"%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.",
"Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.",