[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", "name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth", "description": "Strolch WebComponent Auth",
"version": "0.6.6", "version": "0.6.6",
"authors": "Robert von Burg", "authors": ["Robert von Burg"],
"keywords": [ "keywords": [
"strolch", "strolch",
"auth" "auth"

View File

@ -14,13 +14,15 @@
"code": "Code", "code": "Code",
"repeat": "Repeat", "repeat": "Repeat",
"send": "Send", "send": "Send",
"close" : "Close", "close": "Close",
"logoutFailed" : "Logout failed", "logoutFailed": "Logout failed",
"authenticationFailed" : "Authentication failed", "authenticationFailed": "Authentication failed",
"resetFailed" : "Reset failed", "resetFailed": "Reset failed",
"passwordsDontMatch" : "Passwords don't match" "passwordsDontMatch": "Passwords don't match",
"cancel": "Cancel"
}, },
"de": { "de": {
"cancel": "Abbrechen",
"pleaseLogin": "Melden Sie sich bei {appTitle} an", "pleaseLogin": "Melden Sie sich bei {appTitle} an",
"username": "Nutzername", "username": "Nutzername",
"password": "Passwort", "password": "Passwort",
@ -35,10 +37,10 @@
"code": "Code", "code": "Code",
"repeat": "Wiederholen", "repeat": "Wiederholen",
"send": "Absenden", "send": "Absenden",
"close" : "Schliessen", "close": "Schliessen",
"logoutFailed" : "Ausloggen fehlgeschlagen", "logoutFailed": "Ausloggen fehlgeschlagen",
"authenticationFailed" : "Authentifizierung fehlgeschlagen", "authenticationFailed": "Authentifizierung fehlgeschlagen",
"resetFailed" : "Zurücksetzung fehlgeschlagen", "resetFailed": "Zurücksetzung fehlgeschlagen",
"passwordsDontMatch" : "Passwörter sind nicht gleich" "passwordsDontMatch": "Passwörter sind nicht gleich"
} }
} }