add locales

This commit is contained in:
ogerly 2023-02-09 17:02:01 +01:00
parent 72e0e90e2e
commit bacac0c93d
3 changed files with 6 additions and 4 deletions

View File

@ -67,7 +67,7 @@ export default {
}
if (this.tokenExpiresInSeconds === 0) {
this.$timer.stop('tokenExpires')
this.toastInfoNoHide('Du wurdest automatisch abgemeldet')
this.toastInfoNoHide(this.$t('session.automaticallyLoggedOut'))
this.$emit('logout')
}
},
@ -85,7 +85,7 @@ export default {
})
.catch(() => {
this.$timer.stop('tokenExpires')
this.toastInfoNoHide('Du wurdest automatisch abgemeldet')
this.toastInfoNoHide(this.$t('session.automaticallyLoggedOut'))
this.$emit('logout')
})
},

View File

@ -275,7 +275,8 @@
"extend": "Angemeldet bleiben",
"lightText": "Wenn du länger als 10 Minuten keine Aktion getätigt hast, wirst du aus Sicherheitsgründen abgemeldet.",
"logoutIn": "Abmelden in ",
"warningText": "Bist du noch da?"
"warningText": "Bist du noch da?",
"automaticallyLoggedOut":"Du wurdest automatisch abgemeldet"
},
"settings": {
"hideAmountGDD": "Dein GDD Betrag ist versteckt.",

View File

@ -275,7 +275,8 @@
"extend": "Stay logged in",
"lightText": "If you have not performed any action for more than 10 minutes, you will be logged out for security reasons.",
"logoutIn": "Log out in ",
"warningText": "Are you still there?"
"warningText": "Are you still there?",
"automaticallyLoggedOut":"You have been automatically logged out."
},
"settings": {
"hideAmountGDD": "Your GDD amount is hidden.",