diff options
Diffstat (limited to 'apps/files/l10n/es_CL.json')
-rw-r--r-- | apps/files/l10n/es_CL.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/es_CL.json b/apps/files/l10n/es_CL.json index 7abe511c2c9..65dea4a6480 100644 --- a/apps/files/l10n/es_CL.json +++ b/apps/files/l10n/es_CL.json @@ -8,6 +8,15 @@ "_%n file_::_%n files_" : ["",""], "_Uploading %n file_::_Uploading %n files_" : ["",""], "_matches '{filter}'_::_match '{filter}'_" : ["",""], + "A new file or folder has been <strong>created</strong>" : "Un nuevo archivo o carpeta ha sido <strong>creado</strong>", + "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>", + "A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>", + "You created %1$s" : "Ha creado %1$s", + "%2$s created %1$s" : "%2$s creó %1$s", + "You changed %1$s" : "Cambió %1$s", + "%2$s changed %1$s" : "%2$s cambió %1$s", + "You deleted %1$s" : "Ha borrado %1$s", + "%2$s deleted %1$s" : "%2$s borró %1$s", "Settings" : "Configuración", "New folder" : "Nuevo directorio", "Upload" : "Subir", |