This commit is contained in:
Lurkars
2021-03-13 09:47:25 +01:00
parent 4cd6a0028b
commit 52faaba99e
19 changed files with 109 additions and 363 deletions
-178
View File
@@ -1,178 +0,0 @@
{
"i18n.test.replace": "yes no it's clear! {0} {1} {2}",
"date-time-format": "yyyy/dd/MM HH:mm:ss",
"greet": "Hello {0}",
"home": "Home",
"cancel" : "Cancel",
"login": {
".": "Login",
"external": "Login",
"invalid": "The username and password were not recognised."
},
"totp": {
".": "2FA (TOTP)",
"hint": "For using TOTP (known as Google Authenticator) as second factor, please scan the QRCode with your TOTP App.",
"enable": "Enable 2FA (TOTP)",
"code": "TOTP code",
"login" : "Login",
"create": "Setup 2FA (TOTP)",
"remove": "Disable 2FA (TOTP)",
"external": "2FA (TOTP)",
"invalid": "TOTP code is invalid",
"missing": "TOTP code is missing"
},
"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"
},
"software" : "Software",
"sourcecode": "Sourcecode",
"homepage": "Homepage",
"profile": "Profile",
"imprint": "Imprint",
"privacy-policy": "Privacy-Policy",
"profileField": {
".": "Profilefield",
"name": {
".": "Name"
},
"type": {
".": "Typ",
"TEXT": {
".": "Textfield"
},
"NUMBER": {
".": "Numeric"
},
"DATE": {
".": "Date"
},
"URL": {
".": "URL"
},
"EMAIL": {
".": "Email"
},
"BOOL": {
".": "Boolean"
}
},
"value": "Value",
"index": "Index",
"visibility": {
".": "Visibility",
"PRIVATE": {
".": "Private"
},
"PROTECTED": {
".": "Protected"
},
"PUBLIC": {
".": "Public"
}
}
}
}