yarn locales --fix

This commit is contained in:
ogerly 2022-03-11 20:29:03 +01:00
parent 5e6e4f22e9
commit 63431418f6
3 changed files with 4 additions and 3 deletions

View File

@ -19,6 +19,7 @@ export default {
data() {
return {
url: `http://localhost/redeem/${this.code}`,
err: 'asdasdsd',
}
},
methods: {
@ -29,7 +30,7 @@ export default {
this.toastSuccess(this.$t('gdd_per_link.link-copied'))
})
.catch((err) => {
this.toastError(`${this.$t('gdd_per_link.link-copied')}: ${err}`)
this.toastError(this.$t('gdd_per_link.not-copied', { err }))
})
},
},

View File

@ -103,9 +103,9 @@
"gdd_per_link": {
"copy": "kopieren",
"created": "Der Link wurde erstellt!",
"dont-copied": "Could not copy text",
"header": "Gradidos versenden per Link",
"link-copied": "Link wurde in die Zwischenablage kopiert",
"not-copied": "Konnte den Link ncht kopieren: {err}",
"sentence_1": "Wähle einen Betrag, aus welchen du per Link versenden möchtest. Du kannst auch noch eine Nachricht eintragen. Beim Klick „jetzt generieren“ wird ein Link erstellt, den du versenden kannst.",
"sentence_2": "Der Link ist 14 Tage gültig!",
"sentence_3": "Wird der Link nicht innerhalb der 14 Tage Frist abgerufen, wird er automatisch gelöscht. Der Betrag wird dann wieder deinem Konto gutgeschrieben.",

View File

@ -103,9 +103,9 @@
"gdd_per_link": {
"copy": "copy",
"created": "Link Is Created!",
"dont-copied": "Link kann nicht kopiert werden",
"header": "Send Gradidos by link",
"link-copied": "Link copied to clipboard",
"not-copied": "Could not copy link: {err}",
"sentence_1": "Select an amount that you would like to send via a link. You can also enter a message. Click 'Generate now' to create a link that you can send.",
"sentence_2": "The link is valid for 14 days!",
"sentence_3": "If the link is not called up within the 14-day period, it will be deleted automatically. The amount will then be credited to your account.",