Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ast.js « l10n « workflowengine « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6cb00b9e2d604b14234f389a2c7db872130d113 (plain)
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
47
48
49
50
51
52
53
54
OC.L10N.register(
    "workflowengine",
    {
    "Short rule description" : "Descipción curtia de la regla",
    "Add rule" : "Amestar regla",
    "Save" : "Guardar",
    "Saving…" : "Guardando...",
    "Saved" : "Guardóse",
    "Saving failed:" : "Falló'l guardáu:",
    "File MIME type" : "Triba MIME de ficheru",
    "is" : "ye",
    "is not" : "nun ye",
    "matches" : "concasa con",
    "does not match" : "nun concasa con",
    "Example: {placeholder}" : "Exemplu: {placeholder}",
    "File size (upload)" : "Tamañu de ficheru (xuba)",
    "less" : "menos",
    "less or equals" : "menos o igual",
    "greater or equals" : "mayor o igual",
    "greater" : "mayor",
    "File system tag" : "Etiqueta del sistema de ficheros",
    "is tagged with" : "etiquetóse con",
    "is not tagged with" : "nun s'etiquetó con",
    "Select tag…" : "Esbillar etiqueta...",
    "Request remote address" : "Solicitar direición remot",
    "between" : "ente",
    "not between" : "distintu de",
    "Start" : "Aniciu",
    "End" : "Fin",
    "Select timezone…" : "Esbillar fusu horariu...",
    "Request URL" : "Solicitar URL",
    "Predefined URLs" : "URLs predefiníes",
    "Files WebDAV" : "Ficheros WebDAV",
    "Request user agent" : "Solicitar axente d'usuariu",
    "Sync clients" : "Sincronizar veceros",
    "Android client" : "Veceru d'Android",
    "iOS client" : "Veceru d'iOS",
    "Desktop client" : "Veceru d'escritoriu",
    "is member of" : "ye miembru de",
    "is not member of" : "nun ye miembru de",
    "The given operator is invalid" : "L'operador dau nun ye válidu",
    "The given regular expression is invalid" : "La espresión regular dada nun ye válida",
    "The given file size is invalid" : "El tamañu del ficheru dau nun ye válidu",
    "The given tag id is invalid" : "La ID de la etiqueta dada nun ye válida",
    "The given IP range is invalid" : "El rangu IP dau nun ye válidu",
    "The given group does not exist" : "Nun esiste'l grupu dau",
    "Operation #%s does not exist" : "La operación #%s nun esiste",
    "Operation %s does not exist" : "La operación %s nun esiste",
    "Operation %s is invalid" : "La operación %s nun ye válida",
    "Open documentation" : "Abrir documentación",
    "Loading…" : "Cargando...",
    "Workflow" : "Fluxu de trabayu"
},
"nplurals=2; plural=(n != 1);");