mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
1f2ad209b3
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
77 lines
3.7 KiB
JavaScript
77 lines
3.7 KiB
JavaScript
OC.L10N.register(
|
|
"workflowengine",
|
|
{
|
|
"The given operator is invalid" : "L'operador apurríu ye inválidu",
|
|
"The given regular expression is invalid" : "La espresión regular apurrida ye inválida",
|
|
"The given file size is invalid" : "El tamañu del ficheru apurríu ye inválidu",
|
|
"The given tag id is invalid" : "La ID d'etiqueta apurrida ye inválida",
|
|
"The given IP range is invalid" : "L'intervalu d'IPs ye inválida",
|
|
"The given IP range is not valid for IPv4" : "L'intervalu d'IPs nun ye válidu pa IPv4",
|
|
"The given IP range is not valid for IPv6" : "L'intervalu d'IPs nun ye válidu pa IPv6",
|
|
"The given time span is invalid" : "L'intervalu de tiempu apurríu nun ye válidu",
|
|
"The given start time is invalid" : "La hora de comienzu ye inválida",
|
|
"The given end time is invalid" : "La hora de fin ye inválida",
|
|
"The given group does not exist" : "El grupu apurríu nun esiste",
|
|
"File" : "Ficheru",
|
|
"File created" : "Creóse'l ficheru",
|
|
"File updated" : "Anovóse'l ficheru",
|
|
"File renamed" : "Renomóse'l ficheru",
|
|
"File deleted" : "Desanicióse'l ficheru",
|
|
"File accessed" : "Accedióse al ficheru",
|
|
"File copied" : "Copióse'l ficheru",
|
|
"Tag assigned" : "Asignóse la etiqueta",
|
|
"Someone" : "Daquień",
|
|
"%s created %s" : "%s creó «%s»",
|
|
"%s modified %s" : "%s modificó «%s»",
|
|
"%s deleted %s" : "%s desanició «%s»",
|
|
"%s accessed %s" : "%s accedió a «%s»",
|
|
"%s renamed %s" : "%s renomó «%s»",
|
|
"%s copied %s" : "%s copió «%s»",
|
|
"%s assigned %s to %s" : "%s asignó «%s» a %s",
|
|
"Operation #%s does not exist" : "La operación #%s nun esiste",
|
|
"Entity %s does not exist" : "La entidá «%s» nun esiste",
|
|
"Entity %s is invalid" : "La entidá «%s» ye inválida",
|
|
"No events are chosen." : "Nun s'escoyó nengún eventu.",
|
|
"Entity %s has no event %s" : "La entidá «%s» nun tien nengún eventu «%s»",
|
|
"Operation %s does not exist" : "La operación «%s» nun esiste",
|
|
"Operation %s is invalid" : "La operación «%s» ye inválida",
|
|
"Invalid check provided" : "Fornióse una comprobación inválida",
|
|
"Check %s does not exist" : "La comprobación «%s» nun esiste",
|
|
"Check %s is invalid" : "La comprobación «%s» ye inválida",
|
|
"Check %s is not allowed with this entity" : "La comprobación «%s» nun ta permitida con esta entidá",
|
|
"Check #%s does not exist" : "La comprobación #%s nun esiste",
|
|
"Check %s is invalid or does not exist" : "La comprobación «%s» ye inválida o nun esiste",
|
|
"Flow" : "Fluxu",
|
|
"Remove filter" : "Quitar la peñera",
|
|
"Folder" : "Carpeta",
|
|
"Images" : "Imáxenes",
|
|
"Office documents" : "Documentos ofimáticos",
|
|
"PDF documents" : "Documentos PDF",
|
|
"Android client" : "Veceru p'Android",
|
|
"iOS client" : "Veceru pa iOS",
|
|
"Desktop client" : "Veceru pa ordenadores",
|
|
"Select groups" : "Seleicionar grupos",
|
|
"Groups" : "Grupos",
|
|
"and" : "y",
|
|
"Cancel" : "Encaboxar",
|
|
"Delete" : "Desaniciar",
|
|
"The configuration is invalid" : "La configuración ye inválida",
|
|
"Active" : "Activa",
|
|
"Save" : "Guardar",
|
|
"Available flows" : "Fluxos disponibles",
|
|
"No flows installed" : "Nun s'instaló nengún fluxu",
|
|
"Ask your administrator to install new flows." : "Pidi a la alministración qu'instale fluxos nuevos.",
|
|
"More flows" : "Más fluxos",
|
|
"Show less" : "Amosar menos",
|
|
"Show more" : "Amosar más",
|
|
"Configured flows" : "Fluxos configuraos",
|
|
"No flows configured" : "Nun se configuró nengún fluxu",
|
|
"matches" : "concasa",
|
|
"does not match" : "nun concasa",
|
|
"is" : "ye",
|
|
"is not" : "nun ye",
|
|
"File name" : "Nome del ficheru",
|
|
"between" : "ente"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|