mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add locales for TransactionForm.vue
This commit is contained in:
parent
a2550cae6a
commit
d0885554d6
@ -13,12 +13,12 @@
|
||||
<b-row>
|
||||
<b-col>
|
||||
<b-form-radio v-model="selected" name="some-radios" value="send" size="lg">
|
||||
GDD versenden
|
||||
{{ $t('send_gdd') }}
|
||||
</b-form-radio>
|
||||
</b-col>
|
||||
<b-col>
|
||||
<b-form-radio v-model="selected" name="some-radios" value="gift" size="lg">
|
||||
GDD versenden per Link
|
||||
{{ $t('send_per_link') }}
|
||||
</b-form-radio>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
@ -138,6 +138,8 @@
|
||||
"publisherId": "Publisher-Id"
|
||||
},
|
||||
"send": "Senden",
|
||||
"send_gdd": "GDD versenden",
|
||||
"send_per_link": "GDD versenden per Link",
|
||||
"settings": {
|
||||
"coinanimation": {
|
||||
"coinanimation": "Münzanimation",
|
||||
|
||||
@ -138,6 +138,8 @@
|
||||
"publisherId": "PublisherID"
|
||||
},
|
||||
"send": "Send",
|
||||
"send_gdd": "GDD send",
|
||||
"send_per_link": "GDD send via link",
|
||||
"settings": {
|
||||
"coinanimation": {
|
||||
"coinanimation": "Coin animation",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user