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 593902b commit 8f81f8fCopy full SHA for 8f81f8f
src/locale/uk-UA.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