We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfec85e commit cc0432eCopy full SHA for cc0432e
src/locale/zh-CN.json
@@ -22,5 +22,16 @@
22
"schema.security": "安全",
23
"schema.trading": "交易",
24
"schema.updates": "更新",
25
- "static.add": "新增"
+ "static.add": "新增",
26
+ "validators.required": "字段必填!",
27
+ "validators.number": "不是有效的数字!",
28
+ "validators.number-big": "数字太大!",
29
+ "validators.number-small": "数字太小!",
30
+ "validators.string": "不是有效的文本!",
31
+ "validators.string-big": "文本太长!",
32
+ "validators.string-small": "文本太短!",
33
+ "validators.steamid": "不是有效的 SteamID!",
34
+ "validators.clan": "不是有效的 ClanID!",
35
+ "validators.url": "不是有效的 URL!",
36
+ "validators.uuid": "不是有效的 UUID!"
37
}
0 commit comments