mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn locales --fix
This commit is contained in:
parent
5e6e4f22e9
commit
63431418f6
@ -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 }))
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user