From febabf9303da13c77bdc31a68c1af8823894b6b8 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Tue, 3 Dec 2019 12:25:19 +0300 Subject: [PATCH] rename table header translations --- .../features/ReportsTable/ReportsTable.vue | 260 +++++++++--------- webapp/locales/de.json | 8 +- webapp/locales/en.json | 8 +- 3 files changed, 134 insertions(+), 142 deletions(-) diff --git a/webapp/components/_new/features/ReportsTable/ReportsTable.vue b/webapp/components/_new/features/ReportsTable/ReportsTable.vue index 04fd877c5..27dcf43a5 100644 --- a/webapp/components/_new/features/ReportsTable/ReportsTable.vue +++ b/webapp/components/_new/features/ReportsTable/ReportsTable.vue @@ -15,145 +15,137 @@ - - {{ $t('moderation.reports.contentRowHeadline') }} - - - {{ $t('moderation.reports.authorRowHeadline') }} - - - {{ $t('moderation.reports.typeRowHeadline') }} - - - {{ $t('moderation.reports.decisionRowHeadline') }} - + {{ $t('moderation.reports.content') }} + {{ $t('moderation.reports.author') }} + {{ $t('moderation.reports.status') }} + {{ $t('moderation.reports.decision') }} - + + + + + + + + {{ $t('moderation.reports.moreDetails') }} + + + + + + + + + + + diff --git a/webapp/locales/de.json b/webapp/locales/de.json index d92bbe0f9..0e754d760 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -316,10 +316,10 @@ "reports": { "empty": "Glückwunsch, es gibt nichts zu moderieren.", "name": "Meldungen", - "typeRowHeadline": "Aktueller Status", - "contentRowHeadline": "Inhalt", - "authorRowHeadline": "Autor", - "decisionRowHeadline": "Entscheidung", + "status": "Aktueller Status", + "content": "Inhalt", + "author": "Autor", + "decision": "Entscheidung", "enabled": "Entsperrt", "disabled": "Gesperrt", "decided": "Entschieden", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 0fe2b8eca..dc73a2d82 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -482,10 +482,10 @@ "reports": { "empty": "Congratulations, nothing to moderate.", "name": "Reports", - "typeRowHeadline": "Current status", - "contentRowHeadline": "Content", - "authorRowHeadline": "Author", - "decisionRowHeadline": "Decision", + "status": "Current status", + "content": "Content", + "author": "Author", + "decision": "Decision", "enabled": "Enabled", "disabled": "Disabled", "decided": "Decided",