translation to english from Creation.vue locales

This commit is contained in:
ogerly 2021-12-28 16:01:27 +01:00
parent 45a2481b44
commit 4e2039d5b9
3 changed files with 24 additions and 6 deletions

View File

@ -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>

View File

@ -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",

View File

@ -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",