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 e9d4e4e commit c00f711Copy full SHA for c00f711
src/locale/ja-JP.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