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-row>
|
||||||
<b-col>
|
<b-col>
|
||||||
<b-form-radio v-model="selected" name="some-radios" value="send" size="lg">
|
<b-form-radio v-model="selected" name="some-radios" value="send" size="lg">
|
||||||
GDD versenden
|
{{ $t('send_gdd') }}
|
||||||
</b-form-radio>
|
</b-form-radio>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<b-form-radio v-model="selected" name="some-radios" value="gift" size="lg">
|
<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-form-radio>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
|
|||||||
@ -138,6 +138,8 @@
|
|||||||
"publisherId": "Publisher-Id"
|
"publisherId": "Publisher-Id"
|
||||||
},
|
},
|
||||||
"send": "Senden",
|
"send": "Senden",
|
||||||
|
"send_gdd": "GDD versenden",
|
||||||
|
"send_per_link": "GDD versenden per Link",
|
||||||
"settings": {
|
"settings": {
|
||||||
"coinanimation": {
|
"coinanimation": {
|
||||||
"coinanimation": "Münzanimation",
|
"coinanimation": "Münzanimation",
|
||||||
|
|||||||
@ -138,6 +138,8 @@
|
|||||||
"publisherId": "PublisherID"
|
"publisherId": "PublisherID"
|
||||||
},
|
},
|
||||||
"send": "Send",
|
"send": "Send",
|
||||||
|
"send_gdd": "GDD send",
|
||||||
|
"send_per_link": "GDD send via link",
|
||||||
"settings": {
|
"settings": {
|
||||||
"coinanimation": {
|
"coinanimation": {
|
||||||
"coinanimation": "Coin animation",
|
"coinanimation": "Coin animation",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user