We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588e26d commit 11ad877Copy full SHA for 11ad877
1 file changed
src/locale/lol-US.json
@@ -22,5 +22,16 @@
22
"schema.security": "SECURITY",
23
"schema.trading": "TRADIN",
24
"schema.updates": "UPDATEZ",
25
- "static.add": "ADD"
+ "static.add": "ADD",
26
+ "validators.required": "FIELD REQUIRD!",
27
+ "validators.number": "NOT VALID NUMBR!",
28
+ "validators.number-big": "NUMBR 2 HOOJ!",
29
+ "validators.number-small": "NUMBR 2 SMALL!",
30
+ "validators.string": "NOT VALID TEXT!",
31
+ "validators.string-big": "TEXT 2 LONG!",
32
+ "validators.string-small": "TEXT 2 SHORT!",
33
+ "validators.steamid": "NOT VALID SteamID!",
34
+ "validators.clan": "NOT VALID ClanID!",
35
+ "validators.url": "NOT VALID URL!",
36
+ "validators.uuid": "NOT VALID UUID!"
37
}
0 commit comments