117 lines
3.5 KiB
JSON
117 lines
3.5 KiB
JSON
{
|
|
"i18n.test.replace": "yes no it's clear! {0} {1} {2}",
|
|
"greet": "Hello {0}",
|
|
"home": "Home",
|
|
"login": {
|
|
".": "Login",
|
|
"external": "Login",
|
|
"invalid": "The username and password were not recognised."
|
|
},
|
|
"not-found": {
|
|
".": "Not Found",
|
|
"text": "What's Up!?"
|
|
},
|
|
"service-unavailable": {
|
|
".": "Service Unavailable",
|
|
"text": "Currently the service seems unavailable. If this message stays for long, please contact admin@bstly.de!"
|
|
},
|
|
"logout": "Logout",
|
|
"account": "Account",
|
|
"token": "Token",
|
|
"ok": "Ok",
|
|
"tokens": {
|
|
".": "Tokens",
|
|
"redeem": "Redeem Tokens",
|
|
"redeemed": "The provided token is already redeemed.",
|
|
"get": "Get Tokens",
|
|
"enter": "Enter Token",
|
|
"validate": "Validate",
|
|
"invalid" : "The provided token is invalid.",
|
|
"provide-valid" : "Please provide a valid token"
|
|
},
|
|
"username": {
|
|
".": "Username",
|
|
"missing": "Please provide a valid username.",
|
|
"error" : "Please choose another username."
|
|
},
|
|
"password": {
|
|
".": "Password",
|
|
"forgot": "Forgot Password",
|
|
"request": "Request Password",
|
|
"reset": "Reset Password",
|
|
"change": "Change Password",
|
|
"changed": "Succeffuly changed Password!",
|
|
"current": "Current Password",
|
|
"confirm": "Confirm Password",
|
|
"not-match": "Password do not match.",
|
|
"invalid": {
|
|
"hint": "Please provide a valid password"
|
|
},
|
|
"error" : {
|
|
"ILLEGAL_WHITESPACE" : "Please do not use any whitespace!",
|
|
"INSUFFICIENT_DIGIT" : "Please provide at least one digit!",
|
|
"INSUFFICIENT_UPPERCASE" : "Please provide at leaste one uppercase character!",
|
|
"INSUFFICIENT_LOWERCASE" : "Please provide at leaste one lowercase character!",
|
|
"INSUFFICIENT_SPECIAL" : "Please provide at leaste one special character!",
|
|
"TOO_SHORT" : "Please choose a longer password!"
|
|
}
|
|
},
|
|
"register": {
|
|
".": "Register",
|
|
"token.missing": "Please provide a valid token first!"
|
|
},
|
|
"email": {
|
|
".": "E-Mail",
|
|
"primary": "Primary E-Mail",
|
|
"invalid": "invalid E-Mail"
|
|
},
|
|
"apps": "Apps",
|
|
"app": {
|
|
"goto": "Go To App"
|
|
},
|
|
"locale": {
|
|
"en": {
|
|
"short": "EN",
|
|
"long": "English"
|
|
},
|
|
"de-informal": {
|
|
"short": "DE",
|
|
"long": "Deutsch"
|
|
}
|
|
},
|
|
"info": {
|
|
".": "Info"
|
|
},
|
|
"permissions": {
|
|
".": "Permissions",
|
|
"name": "Name",
|
|
"expires": "Expires"
|
|
},
|
|
"quotas": {
|
|
".": "Quotas",
|
|
"name": "Name",
|
|
"value": "Quota"
|
|
},
|
|
"voucher": {
|
|
".": "Voucher",
|
|
"type": "Type",
|
|
"code": "Code"
|
|
},
|
|
"vouchers": {
|
|
".": "Vouchers",
|
|
"info": "Add-On and Registration Vouchers",
|
|
"registration": "Registration",
|
|
"add-on": "Add-On",
|
|
"temp": {
|
|
".": "Temporary Vouchers",
|
|
"info": "This list your currently requested vouchers! Please store them safely, the will not get stored for you!"
|
|
},
|
|
"stored-safely": {
|
|
".": "Because we do not store any relation from your account to voucher codes, please store this voucher safely. It will not be available on refresh!",
|
|
"confirm": "I have saved my voucher safely!"
|
|
}
|
|
},
|
|
"security": {
|
|
".": "Security"
|
|
}
|
|
} |