Change reActive to reopen, add localize for it.

This commit is contained in:
elweyn 2023-03-08 10:55:56 +01:00
parent 79f72d923d
commit fe1473a9a5
3 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,7 @@
"form": "Schöpfungsformular",
"min_characters": "Mindestens 10 Zeichen eingeben",
"reset": "Zurücksetzen",
"reopen": "Reopen",
"select_month": "Monat auswählen",
"select_value": "Betrag auswählen",
"submit_creation": "Schöpfung einreichen",

View File

@ -137,6 +137,7 @@
},
"redeemed": "redeemed",
"removeNotSelf": "As an admin/moderator, you cannot delete yourself.",
"reopen": "Reopen",
"save": "Speichern",
"statistic": {
"activeUsers": "Active members",

View File

@ -239,7 +239,7 @@ export default {
],
[
// denied contributions
{ key: 'reActive', label: 'reActive' },
{ key: 'reopen', label: this.$t('reopen') },
{ key: 'firstName', label: this.$t('firstname') },
{ key: 'lastName', label: this.$t('lastname') },
{
@ -276,7 +276,7 @@ export default {
],
[
// deleted contributions
{ key: 'reActive', label: 'reActive' },
{ key: 'reopen', label: this.$t('reopen') },
{ key: 'firstName', label: this.$t('firstname') },
{ key: 'lastName', label: this.$t('lastname') },
{