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 74665dd commit 91e3a0eCopy full SHA for 91e3a0e
src/locale/tr-TR.json
@@ -22,5 +22,16 @@
22
"schema.security": "Güvenlik",
23
"schema.trading": "Takas",
24
"schema.updates": "Güncellemeler",
25
- "static.add": "Ekle"
+ "static.add": "Ekle",
26
+ "validators.required": "Gerekli alan!",
27
+ "validators.number": "Geçerli bir sayı değil!",
28
+ "validators.number-big": "Sayı çok büyük!",
29
+ "validators.number-small": "Sayı çok küçük!",
30
+ "validators.string": "Geçersiz metin!",
31
+ "validators.string-big": "Metin çok uzun!",
32
+ "validators.string-small": "Metin çok kısa!",
33
+ "validators.steamid": "Geçersiz SteamID!",
34
+ "validators.clan": "Geçersiz ClanID!",
35
+ "validators.url": "Geçersiz URL!",
36
+ "validators.uuid": "Geçersiz UUID!"
37
}
0 commit comments