nextcloud/apps/files_sharing/l10n/es_CL.js

15 lines
592 B
JavaScript

OC.L10N.register(
"files_sharing",
{
"Cancel" : "Cancelar",
"A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>",
"You shared %1$s with %2$s" : "Ha compartido %1$s con %2$s",
"You shared %1$s with group %2$s" : "Has compartido %1$s con el grupo %2$s",
"You shared %1$s via link" : "Ha compartido %1$s vía enlace",
"%2$s shared %1$s with you" : "%2$s compartió %1$s con usted",
"Shares" : "Compartidos",
"Password" : "Clave",
"Download" : "Descargar"
},
"nplurals=2; plural=(n != 1);");