add locales for TransactionForm.vue

This commit is contained in:
ogerly 2022-03-09 09:01:01 +01:00
parent a2550cae6a
commit d0885554d6
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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