[Minor] i18n fixes

This commit is contained in:
Robert von Burg 2018-09-07 14:29:20 +02:00
parent 4877e5f897
commit acca921f45
2 changed files with 13 additions and 11 deletions

View File

@ -2,7 +2,7 @@
"name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth",
"version": "0.6.6",
"authors": "Robert von Burg",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",
"auth"

View File

@ -18,9 +18,11 @@
"logoutFailed": "Logout failed",
"authenticationFailed": "Authentication failed",
"resetFailed": "Reset failed",
"passwordsDontMatch" : "Passwords don't match"
"passwordsDontMatch": "Passwords don't match",
"cancel": "Cancel"
},
"de": {
"cancel": "Abbrechen",
"pleaseLogin": "Melden Sie sich bei {appTitle} an",
"username": "Nutzername",
"password": "Passwort",