Skip to content

Commit cc0432e

Browse files
Automatic translations update
1 parent bfec85e commit cc0432e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/locale/zh-CN.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@
2222
"schema.security": "安全",
2323
"schema.trading": "交易",
2424
"schema.updates": "更新",
25-
"static.add": "新增"
25+
"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!"
2637
}

0 commit comments

Comments
 (0)