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",
|
"redeemed": "eingelöst",
|
||||||
"removeNotSelf": "Als Admin/Moderator kannst du dich nicht selber löschen.",
|
"removeNotSelf": "Als Admin/Moderator kannst du dich nicht selber löschen.",
|
||||||
"save": "Speichern",
|
"save": "Speichern",
|
||||||
|
"state": "Status",
|
||||||
"statistic": {
|
"statistic": {
|
||||||
"activeUsers": "Aktive Mitglieder",
|
"activeUsers": "Aktive Mitglieder",
|
||||||
"count": "Menge",
|
"count": "Menge",
|
||||||
|
|||||||
@ -139,6 +139,7 @@
|
|||||||
"removeNotSelf": "As an admin/moderator, you cannot delete yourself.",
|
"removeNotSelf": "As an admin/moderator, you cannot delete yourself.",
|
||||||
"reopen": "Reopen",
|
"reopen": "Reopen",
|
||||||
"save": "Speichern",
|
"save": "Speichern",
|
||||||
|
"state": "State",
|
||||||
"statistic": {
|
"statistic": {
|
||||||
"activeUsers": "Active members",
|
"activeUsers": "Active members",
|
||||||
"count": "Count",
|
"count": "Count",
|
||||||
|
|||||||
@ -324,7 +324,7 @@ export default {
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
// all contributions
|
// all contributions
|
||||||
{ key: 'state', label: 'state' },
|
{ key: 'state', label: this.$t('state') },
|
||||||
{ key: 'firstName', label: this.$t('firstname') },
|
{ key: 'firstName', label: this.$t('firstname') },
|
||||||
{ key: 'lastName', label: this.$t('lastname') },
|
{ key: 'lastName', label: this.$t('lastname') },
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user