DCAE-D be initial commit
[sdc/dcae-d/dt-be-main.git] / dcaedt_validator / kwalify / src / main / java / kwalify / messages.properties
1 command.help = \
2         Usage1: %s [-hvstlE] -f schema.yaml doc.yaml [doc2.yaml ...]\n\
3         Usage2: %s [-hvstlE] -m schema.yaml [schema2.yaml ...]\n\
4         \ \ -h, --help      :  help\n\
5         \ \ -v              :  version\n\
6         \ \ -s              :  silent\n\
7         \ \ -f schema.yaml  :  schema definition file\n\
8         \ \ -m              :  meta-validation mode\n\
9         \ \ -t              :  expand tab character automatically\n\
10         \ \ -l              :  show linenumber when errored (experimental)\n\
11         \ \ -E              :  show errors in emacs-style (implies '-l')\n
12 command.option.noaction = command-line option '-f' or '-m' required.
13 meta.empty = %s: empty.
14 meta.valid = %s: ok.
15 meta.invalid = %s: NG!
16 schema.empty = %s#%d: empty.
17 validation.empty = %s#%d: empty.
18 validation.valid = %s#%d: valid.
19 validation.invalid = %s#%d: INVALID
20 command.property.invalid = %s: invalid property.
21 command.option.noarg = -%s: argument required.
22 command.option.noschema = -%s: schema filename required.
23 command.option.invalid = -%s: invalid command option.
24 schema.notmap = schema definition is not a mapping.
25 key.unknown = unknown key.
26 type.notstr = not a string.
27 type.unknown = unknown type.
28 required.notbool = not a boolean.
29 pattern.notstr = not a string (or regexp)
30 pattern.notmatch = should be '/..../'.
31 pattern.syntaxerr = has regexp error.
32 enum.notseq = not a sequence.
33 enum.notscalar = not available with seq or map.
34 enum.type.unmatch = %s type expected.
35 enum.duplicate = duplicated enum value.
36 assert.notstr = not a string.
37 assert.noval = 'val' is not used.
38 assert.syntaxerr = expression syntax error.
39 range.notmap = not a mapping.
40 range.notscalar = is available only with scalar type.
41 range.notcollection = not a collection type.
42 range.type.unmatch = not a %s.
43 range.undefined = undefined key.
44 range.twomax = both 'max' and 'max-ex' are not available at once.
45 range.twomin = both 'min' and 'min-ex' are not available at once.
46 range.maxltmin = max '%s' is less than min '%s'.
47 range.maxleminex = max '%s' is less than or equal to min-ex '%s'.
48 range.maxexlemin = max-ex '%s' is less than or equal to min '%s'.
49 range.maxexleminex = max-ex '%s' is less than or equal to min-ex '%s'.
50 length.notmap = not a mapping.
51 length.nottext = is available only with string or text.
52 length.notint = not an integer.
53 length.undefined = undefined key.
54 length.twomax = both 'max' and 'max-ex' are not available at once.
55 length.twomin = both 'min' and 'min-ex' are not available at once.
56 length.maxltmin = max '%s' is less than min '%s'.
57 length.maxleminex = max '%s' is less than or equal to min-ex '%s'.
58 length.maxexlemin = max-ex '%s' is less than or equal to min '%s'.
59 length.maxexleminex = max-ex '%s' is less than or equal to min-ex '%s'.
60 ident.notbool = not a boolean.
61 ident.notscalar = is available only with a scalar type.
62 ident.onroot = is not available on root element.
63 ident.notmap = is available only with an element of mapping.
64 unique.notbool = not a boolean.
65 unique.notscalar = is available only with a scalar type.
66 unique.onroot = is not available on root element.
67 sequence.notseq = not a sequence.
68 sequence.noelem = required one element.
69 sequence.toomany = required just one element.
70 mapping.notmap = not a mapping.
71 mapping.noelem = required at least one element.
72 seq.nosequence = type 'seq' requires 'sequence:'.
73 seq.conflict = not available with sequence.
74 map.nomapping = type 'map' requires 'mapping:'.
75 map.conflict = not available with mapping.
76 scalar.conflict = not available with scalar type.
77 enum.conflict = not available with 'enum:'.
78 required.novalue = value required but none.
79 type.unmatch = not a %s.
80 assert.failed = assertion expression failed (%s).
81 enum.notexist = invalid %s value.
82 pattern.unmatch = not matched to pattern %s.
83 range.toolarge = too large (> max %s).
84 range.toosmall = too small (< min %s).
85 range.toolargeex = too large (>= max %s).
86 range.toosmallex = too small (<= min %s).
87 length.toolong = too long (length %d > max %d).
88 length.tooshort = too short (length %d < min %d).
89 length.toolongex = too long (length %d >= max %d).
90 length.tooshortex = too short (length %d <= min %d).
91 value.notunique = is already used at '%s'.
92 required.nokey = key '%s:' is required.
93 key.undefined = key '%s' is undefined. Expecting one of %s.
94 flow.hastail = flow style sequence is closed but got '%s'.
95 flow.eof = found EOF when parsing flow style.
96 flow.noseqitem = sequence item required (or last comma is extra).
97 flow.seqnotclosed = flow style sequence requires ']'.
98 flow.mapnoitem = mapping item required (or last comma is extra).
99 flow.mapnotclosed = flow style mapping requires '}'.
100 flow.nocolon = ':' expected but got '%s'.
101 anchor.duplicated = anchor '%s' is already used.
102 alias.extradata = alias cannot take any data.
103 anchor.notfound = anchor '%s' not found
104 sequence.noitem = sequence item is expected.
105 sequence.badindent = illegal indent of sequence.
106 mapping.noitem = mapping item is expected.
107 mapping.badindent = illegal indent of mapping.
108 collection.notcollection = not a collection