chore(l10n): New Crowdin updates (#6722)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Hayden
2025-12-14 23:31:48 -06:00
committed by GitHub
parent 99527ce738
commit e80cbfad7f
43 changed files with 345 additions and 17 deletions

View File

@@ -1428,5 +1428,13 @@
"is-like": "содержит",
"is-not-like": "не содержит"
}
},
"validators": {
"required": "This Field is Required",
"invalid-email": "Email Must Be Valid",
"invalid-url": "Must Be A Valid URL",
"no-whitespace": "No Whitespace Allowed",
"min-length": "Must Be At Least {min} Characters",
"max-length": "Must Be At Most {max} Characters"
}
}