-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathes_CL.js
27 lines (27 loc) · 911 Bytes
/
es_CL.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
OC.L10N.register(
"assistant",
{
"Send an email" : "Enviar correo electrónico",
"User not found" : "No se encontró el usuario",
"Try again" : "Reintentar",
"Delete" : "Borrar",
"Submit" : "Enviar",
"Choose" : "Seleccionar",
"Cancelled" : "Cancelado",
"Failed" : "Falló",
"Scheduled" : "Programado",
"Input" : "Entrada",
"Result" : "Resultado",
"Choose a file" : "Selecciona un archivo",
"No file selected" : "No se ha seleccionado algún archivo",
"Advanced" : "Avanzado",
"Upload file" : "Cargar archivo",
"Type some text" : "Escribe un texto",
"Output" : "Salida",
"Reset" : "Restablecer",
"Unknown error" : "Se presentó un error desconocido",
"Preview" : "Previsualizar",
"Send" : "Enviar",
"Advanced options" : "Opciones avanzadas"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");