From d6f8b0dc773e527ebdef1381fb4a41ca87147006 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 31 Aug 2022 14:28:25 +0200 Subject: [PATCH] change category to topic in german and english locales --- webapp/locales/de.json | 18 +++++++++--------- webapp/locales/en.json | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index dee8d086a..b17e47d08 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -11,7 +11,7 @@ "admin": { "categories": { "categoryName": "Name", - "name": "Kategorien", + "name": "Themen", "postCount": "Beiträge" }, "dashboard": { @@ -98,7 +98,7 @@ } }, "common": { - "category": "Kategorie ::: Kategorien", + "category": "Thema ::: Themen", "comment": "Kommentar ::: Kommentare", "letsTalk": "Miteinander reden", "loading": "wird geladen", @@ -113,7 +113,7 @@ "takeAction": "Aktiv werden", "user": "Benutzer ::: Benutzer", "validations": { - "categories": "es müssen eine bis drei Kategorien ausgewählt werden", + "categories": "es müssen eine bis drei Themen ausgewählt werden", "email": "muss eine gültige E-Mail-Adresse sein", "url": "muss eine gültige URL sein" }, @@ -214,7 +214,7 @@ "amount-shouts": "{amount} recommendations", "amount-views": "{amount} views", "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} von {max} Kategorien ausgewählt" + "infoSelectedNoOfMaxCategories": "{chosen} von {max} Themen ausgewählt" }, "category": { "name": { @@ -348,7 +348,7 @@ }, "filter-menu": { "all": "Alle", - "categories": "Themenkategorien", + "categories": "Themen", "emotions": "Emotionen", "filter-by": "Filtern nach ...", "following": "Benutzern, denen ich folge", @@ -470,7 +470,7 @@ "noDecision": "Keine Entscheidung!", "numberOfUsers": "{count} Nutzern", "previousDecision": "Vorherige Entscheidung:", - "reasonCategory": "Kategorie", + "reasonCategory": "Thema", "reasonDescription": "Beschreibung", "reportedOn": "Datum", "status": "Aktueller Status", @@ -587,8 +587,8 @@ }, "reason": { "category": { - "invalid": "Bitte wähle eine gültige Kategorie aus", - "label": "Wähle eine Kategorie:", + "invalid": "Bitte wähle ein gültiges Thema aus", + "label": "Wähle ein Thema:", "options": { "advert_products_services_commercial": "Bewerben von Produkten und Dienstleistungen mit kommerzieller Absicht.", "criminal_behavior_violation_german_law": "Strafbares Verhalten bzw. Verstoß gegen deutsches Recht.", @@ -599,7 +599,7 @@ "other": "Andere …", "pornographic_content_links": "Das Senden oder Verlinken eindeutig pornografischen Materials." }, - "placeholder": "Kategorie …" + "placeholder": "Thema …" }, "description": { "label": "Bitte erkläre: Warum möchtest Du dies melden?", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index d6172c257..8587d9da5 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -11,7 +11,7 @@ "admin": { "categories": { "categoryName": "Name", - "name": "Categories", + "name": "Topics", "postCount": "Posts" }, "dashboard": { @@ -98,7 +98,7 @@ } }, "common": { - "category": "Category ::: Categories", + "category": "Topic ::: Topics", "comment": "Comment ::: Comments", "letsTalk": "Let`s Talk", "loading": "loading", @@ -113,7 +113,7 @@ "takeAction": "Take Action", "user": "User ::: Users", "validations": { - "categories": "at least one and at most three categories must be selected", + "categories": "at least one and at most three topics must be selected", "email": "must be a valid e-mail address", "url": "must be a valid URL" }, @@ -214,7 +214,7 @@ "amount-shouts": "{amount} recommendations", "amount-views": "{amount} views", "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} of {max} categories selected" + "infoSelectedNoOfMaxCategories": "{chosen} of {max} topics selected" }, "category": { "name": { @@ -348,7 +348,7 @@ }, "filter-menu": { "all": "All", - "categories": "Categories of Content", + "categories": "Topics", "emotions": "Emotions", "filter-by": "Filter by ...", "following": "Users I follow", @@ -470,7 +470,7 @@ "noDecision": "No decision!", "numberOfUsers": "{count} users", "previousDecision": "Previous decision:", - "reasonCategory": "Category", + "reasonCategory": "Topic", "reasonDescription": "Description", "reportedOn": "Date", "status": "Current status", @@ -587,8 +587,8 @@ }, "reason": { "category": { - "invalid": "Please select a valid category", - "label": "Select a category:", + "invalid": "Please select a valid topic", + "label": "Select a topic:", "options": { "advert_products_services_commercial": "Advertising products and services with commercial intent.", "criminal_behavior_violation_german_law": "Criminal behavior or violation of German law.", @@ -599,7 +599,7 @@ "other": "Other …", "pornographic_content_links": "Posting or linking of clearly pornographic material." }, - "placeholder": "Category …" + "placeholder": "Topic …" }, "description": { "label": "Please explain: Why you like to report this?",