File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2222 "schema.security" : " Segurança" ,
2323 "schema.trading" : " Trocas" ,
2424 "schema.updates" : " Atualizações" ,
25- "static.add" : " Adicionar"
25+ "static.add" : " Adicionar" ,
26+ "validators.required" : " Campo obrigatório!" ,
27+ "validators.number" : " Não é um número válido!" ,
28+ "validators.number-big" : " Número muito grande!" ,
29+ "validators.number-small" : " Número muito pequeno!" ,
30+ "validators.string" : " Não é um texto válido!" ,
31+ "validators.string-big" : " Texto muito longo!" ,
32+ "validators.string-small" : " Texto muito curto!" ,
33+ "validators.steamid" : " Não é um SteamID válido!" ,
34+ "validators.clan" : " Não é um ClanID válido!" ,
35+ "validators.url" : " Não é uma URL válida!" ,
36+ "validators.uuid" : " Não é um UUID válido!"
2637}
You can’t perform that action at this time.
0 commit comments