mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add locales
This commit is contained in:
parent
72e0e90e2e
commit
bacac0c93d
@ -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')
|
||||
})
|
||||
},
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user