mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
contribution change name in nav
This commit is contained in:
parent
2d36bc2af2
commit
2839613bcf
@ -254,13 +254,13 @@ export default {
|
||||
icon() {
|
||||
if (this.deletedAt) return 'x-circle'
|
||||
if (this.confirmedAt) return 'check'
|
||||
if (this.state === 'IN_PROGRESS') return 'question-square'
|
||||
if (this.state === 'IN_PROGRESS') return 'question-circle'
|
||||
return 'bell-fill'
|
||||
},
|
||||
variant() {
|
||||
if (this.deletedAt) return 'danger'
|
||||
if (this.confirmedAt) return 'success'
|
||||
if (this.state === 'IN_PROGRESS') return 'warning'
|
||||
if (this.state === 'IN_PROGRESS') return 'f5'
|
||||
return 'primary'
|
||||
},
|
||||
date() {
|
||||
|
||||
@ -2,13 +2,22 @@
|
||||
<div class="nav-community">
|
||||
<b-row class="nav-row">
|
||||
<b-col cols="12" md="4" lg="4" class="mb-2 mb-md-0 mb-lg-0">
|
||||
<b-btn active-class="btn-active" variant="link" block to="#edit"><b-icon icon="pencil" class="mr-2"/>{{ $t('community.submitContribution') }}</b-btn>
|
||||
<b-btn active-class="btn-active" variant="link" block to="#edit">
|
||||
<b-icon icon="pencil" class="mr-2" />
|
||||
{{ $t('community.submitContribution') }}
|
||||
</b-btn>
|
||||
</b-col>
|
||||
<b-col cols="12" md="4" lg="4" class="text-center mb-2 mb-md-0 mb-lg-0">
|
||||
<b-btn active-class="btn-active" variant="link" block to="#my"><b-icon icon="person" class="mr-2"/>{{ $t('community.myContributions') }}</b-btn>
|
||||
<b-btn active-class="btn-active" variant="link" block to="#my">
|
||||
<b-icon icon="person" class="mr-2" />
|
||||
{{ $t('community.myContributions') }}
|
||||
</b-btn>
|
||||
</b-col>
|
||||
<b-col cols="12" md="4" lg="4" class="text-right">
|
||||
<b-btn active-class="btn-active" variant="link" block to="#all"><b-icon icon="people" class="mr-2"/>{{ $t('community.community') }}</b-btn>
|
||||
<b-btn active-class="btn-active" variant="link" block to="#all">
|
||||
<b-icon icon="people" class="mr-2" />
|
||||
{{ $t('community.community') }}
|
||||
</b-btn>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</div>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
"noOpenContributionLinkText": "Zur Zeit gibt es keine automatischen Schöpfungen.",
|
||||
"openContributionLinks": "Öffentliche Beitrags-Linkliste",
|
||||
"openContributionLinkText": "Folgende {count} automatische Schöpfungen werden zur Zeit durch die Gemeinschaft „{name}“ bereitgestellt.",
|
||||
"submitContribution": "Beitrag einreichen"
|
||||
"submitContribution": "schreiben"
|
||||
},
|
||||
"contact": "Kontakt",
|
||||
"contribution": {
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
"noOpenContributionLinkText": "Currently there are no automatic creations.",
|
||||
"openContributionLinks": "Open contribution-link list",
|
||||
"openContributionLinkText": "The following {count} automatic creations are currently provided by the \"{name}\" community.",
|
||||
"submitContribution": "Submit contribution"
|
||||
"submitContribution": "writing"
|
||||
},
|
||||
"contact": "Contact",
|
||||
"contribution": {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"openContributionLinkText": "La comunidad \"{name}\" proporciona actualmente las siguientes {count} creaciones automáticas.",
|
||||
"other-communities": "Otras comunidades",
|
||||
"statistic": "Estadísticas",
|
||||
"submitContribution": "Aportar una contribución",
|
||||
"submitContribution": "escribir",
|
||||
"switch-to-this-community": "cambiar a esta comunidad"
|
||||
},
|
||||
"contribution": {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"openContributionLinkText": "Les {count} créations automatiques suivantes sont actuellement fournies par la communauté \"{name}\".",
|
||||
"other-communities": "Autres communautés",
|
||||
"statistic": "Statistiques",
|
||||
"submitContribution": "Donner une contribution",
|
||||
"submitContribution": "écrire",
|
||||
"switch-to-this-community": "Passer à cette communauté"
|
||||
},
|
||||
"contribution": {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"openContributionLinkText": "De volgende {count} automatische creaties worden momenteel aangeboden door de gemeenschap \"{name}\".",
|
||||
"other-communities": "Verdere gemeenschappen",
|
||||
"statistic": "Statistieken",
|
||||
"submitContribution": "Bijdrage indienen",
|
||||
"submitContribution": "schrijf",
|
||||
"switch-to-this-community": "naar deze gemeenschap wisselen"
|
||||
},
|
||||
"contribution": {
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"current-community": "Varolan topluluk",
|
||||
"myContributions": "Toplum yararına yaptığım hizmetler",
|
||||
"other-communities": "Diğer topluluklar",
|
||||
"submitContribution": "Hizmet bildirimi",
|
||||
"submitContribution": "yaz",
|
||||
"switch-to-this-community": "Bu topluluğa giriş yap"
|
||||
},
|
||||
"contribution": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user