[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

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