mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Webatrice: i18n login screen (#4584)
* i18n: login container and form * i18n: activate, host, and register forms * i18n: reset password forms * i18n: login dialogs, ICU formatting * i18n: login containers and components Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
baaf261116
commit
f5b973e15c
35 changed files with 424 additions and 99 deletions
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"Common": {
|
||||
"language": "Translate into English.",
|
||||
"disconnect": "Disconnect"
|
||||
"disconnect": "Disconnect",
|
||||
"label": {
|
||||
"confirmPassword": "Confirm Password",
|
||||
"confirmSure": "Are you sure?",
|
||||
"country": "Country",
|
||||
"delete": "Delete",
|
||||
"email": "Email",
|
||||
"hostName": "Host Name",
|
||||
"hostAddress": "Host Address",
|
||||
"password": "Password",
|
||||
"passwordAgain": "Password Again",
|
||||
"port": "Port",
|
||||
"realName": "Real Name",
|
||||
"saveChanges": "Save Changes",
|
||||
"token": "Token",
|
||||
"username": "Username"
|
||||
},
|
||||
"validation": {
|
||||
"minChars": "Minimum of {count} {count, plural, one {character} other {characters}} required",
|
||||
"passwordsMustMatch": "Passwords don't match",
|
||||
"required": "Required"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue