Localize state to Status & State

This commit is contained in:
elweyn 2023-03-08 11:52:17 +01:00
parent 0f1ec58feb
commit 2dd4d8edee
3 changed files with 3 additions and 1 deletions

View File

@ -139,6 +139,7 @@
"redeemed": "eingelöst",
"removeNotSelf": "Als Admin/Moderator kannst du dich nicht selber löschen.",
"save": "Speichern",
"state": "Status",
"statistic": {
"activeUsers": "Aktive Mitglieder",
"count": "Menge",

View File

@ -139,6 +139,7 @@
"removeNotSelf": "As an admin/moderator, you cannot delete yourself.",
"reopen": "Reopen",
"save": "Speichern",
"state": "State",
"statistic": {
"activeUsers": "Active members",
"count": "Count",

View File

@ -324,7 +324,7 @@ export default {
],
[
// all contributions
{ key: 'state', label: 'state' },
{ key: 'state', label: this.$t('state') },
{ key: 'firstName', label: this.$t('firstname') },
{ key: 'lastName', label: this.$t('lastname') },
{