diff options
Diffstat (limited to 'apps/files/l10n/es_CL.json')
-rw-r--r-- | apps/files/l10n/es_CL.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_CL.json b/apps/files/l10n/es_CL.json index 0209b4dac03..11cac94574a 100644 --- a/apps/files/l10n/es_CL.json +++ b/apps/files/l10n/es_CL.json @@ -55,7 +55,6 @@ "_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos","incluyendo %n ocultos"], - "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí", "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos","Cargando %n archivos"], "New" : "Nuevo", "{used} of {quota} used" : "{used} de {quota} usados", @@ -140,6 +139,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Select" : "Seleccionar" + "Select" : "Seleccionar", + "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |