mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
translation to english from Creation.vue locales
This commit is contained in:
parent
45a2481b44
commit
4e2039d5b9
@ -9,18 +9,18 @@
|
||||
|
||||
<b-collapse id="nav-collapse" is-nav>
|
||||
<b-navbar-nav>
|
||||
<b-nav-item to="/">Übersicht</b-nav-item>
|
||||
<b-nav-item to="/user">Usersuche</b-nav-item>
|
||||
<b-nav-item to="/creation">Mehrfachschöpfung</b-nav-item>
|
||||
<b-nav-item to="/">{{ $t('navbar.overview') }}</b-nav-item>
|
||||
<b-nav-item to="/user">{{ $t('navbar.user_search') }}</b-nav-item>
|
||||
<b-nav-item to="/creation">{{ $t('navbar.multi_creation') }}</b-nav-item>
|
||||
<b-nav-item
|
||||
v-show="$store.state.openCreations > 0"
|
||||
class="bg-color-creation p-1"
|
||||
to="/creation-confirm"
|
||||
>
|
||||
{{ $store.state.openCreations }} offene Schöpfungen
|
||||
{{ $store.state.openCreations }} {{ $t('navbar.open_creation') }}
|
||||
</b-nav-item>
|
||||
<b-nav-item @click="wallet">Wallet</b-nav-item>
|
||||
<b-nav-item @click="logout">Logout</b-nav-item>
|
||||
<b-nav-item @click="wallet">{{ $t('navbar.wallet') }}</b-nav-item>
|
||||
<b-nav-item @click="logout">{{ $t('navbar.logout') }}</b-nav-item>
|
||||
</b-navbar-nav>
|
||||
</b-collapse>
|
||||
</b-navbar>
|
||||
|
||||
@ -16,7 +16,16 @@
|
||||
"e_mail": "E-Mail",
|
||||
"firstname": "Vorname",
|
||||
"lastname": "Nachname",
|
||||
"multiple_creation_text":"Bitte wähle ein oder Mehrere Mitglieder aus für die du Schöpfen möchtest",
|
||||
"mail": "Mail",
|
||||
"navbar": {
|
||||
"logout": "Logout",
|
||||
"multi_creation": "Mehrfachschöpfung",
|
||||
"open_creation": "offene Schöpfungen",
|
||||
"overview": "Übersicht",
|
||||
"user_search": "Usersuche",
|
||||
"wallet": "Wallet"
|
||||
},
|
||||
"not_open_creations": "keine offene Schöpfungen",
|
||||
"open_creation": "offene Schöpfungen",
|
||||
"open_creations": "offene Schöpfungen",
|
||||
|
||||
@ -16,7 +16,16 @@
|
||||
"e_mail": "E-Mail",
|
||||
"firstname": "Firstname",
|
||||
"lastname": "Lastname",
|
||||
"multiple_creation_text":"Please select one or more members you would like to scoop for",
|
||||
"mail": "Mail",
|
||||
"navbar": {
|
||||
"logout": "Logout",
|
||||
"multi_creation": "Multiple creation",
|
||||
"open_creation": "open creations",
|
||||
"overview": "Overview",
|
||||
"user_search": "User search",
|
||||
"wallet": "Wallet"
|
||||
},
|
||||
"not_open_creations": "No open creations",
|
||||
"open_creation": "Open creations",
|
||||
"open_creations": "Open creations",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user