mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Localize state to Status & State
This commit is contained in:
parent
0f1ec58feb
commit
2dd4d8edee
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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') },
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user