-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathes_MX.js
46 lines (46 loc) · 1.71 KB
/
es_MX.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
OC.L10N.register(
"assistant",
{
"Send an email" : "Enviar correo electrónico",
"User not found" : "No se encontró el usuario",
"Nextcloud Assistant" : "Asistente de Nextcloud",
"Artificial Intelligence" : "Inteligencia artificial",
"Try again" : "Reintentar",
"Close" : "Cerrar",
"Less" : "Menos",
"More" : "Más",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Submit" : "Enviar",
"You" : "Usted",
"Choose" : "Seleccionar",
"Cancelled" : "Cancelado",
"Failed" : "Falló",
"Running" : "Correr",
"Scheduled" : "Programado",
"Input" : "Entrada",
"Result" : "Resultado",
"Choose file" : "Elegir archivo",
"Choose a file" : "Selecciona un archivo",
"No file selected" : "No se ha seleccionado algún archivo",
"Upload from device" : "Cargar desde el dispositivo",
"Share" : "Compartir",
"Advanced" : "Avanzado",
"Copy" : "Copiar",
"Writes text in a given style based on the provided source material." : "Escribe el texto en un estilo dado basándose en el material fuente proporcionado.",
"Generate image" : "Generar imagen",
"Writing style" : "Estilo de escritura",
"Source material" : "Material fuente",
"Type some text" : "Escriba algo de texto",
"Output" : "Salida",
"Reset" : "Reiniciar",
"Prompt" : "Prompt",
"Audio input" : "Entrada de audio",
"Unknown error" : "Se presentó un error desconocido",
"Image generation" : "Generación de imágenes",
"Preview" : "Previsualizar",
"Send" : "Enviar",
"Advanced options" : "Opciones avanzadas",
"Copy link to clipboard" : "Copiar enlace al portapapeles"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");