diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 3d9b44c3c..ced288f87 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -762,8 +762,7 @@ "4": "Temporärer Entzug von Schreibrechten", "5": "Vorübergehender Ausschluss aus dem Netzwerk", "6": "Endgültiger Ausschluss aus dem Netzwerk", - "7": "Verstöße gegen deutsches Recht können zur Anzeige gebracht werden.", - "8": "Meldung von Vorkommnissen" + "7": "Verstöße gegen deutsches Recht können zur Anzeige gebracht werden." } }, "get-help": "Wenn Du einem inakzeptablen Verhalten ausgesetzt bist, es miterlebst oder andere Bedenken hast, benachrichtige bitte so schnell wie möglich einen Organisator der Gemeinschaft und verlinke oder verweise auf den entsprechenden Inhalt:" diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 720220356..45da3c287 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -755,8 +755,7 @@ "4": "Temporary withdrawal of write permissions", "5": "Temporary exclusion from the network", "6": "Final exclusion from the network", - "7": "Violations of German law can be reported.", - "8": "Advocacy or encouragement to these behaviors." + "7": "Violations of German law can be reported." } }, "get-help": "If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible and link or refer to the corresponding content:" diff --git a/webapp/locales/es.json b/webapp/locales/es.json index 38a361962..c5500e5e6 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -757,8 +757,7 @@ "4": "Retirada temporal de permisos de escritura", "5": "Exclusión temporal de la red.", "6": "Exclusión definitiva de la red", - "7": "Las violaciones de la ley alemana pueden ser denunciadas.", - "8": "Notificación de incidentes" + "7": "Las violaciones de la ley alemana pueden ser denunciadas." } }, "get-help": "Si usted está sujeto a un comportamiento inaceptable, lo experimenta o tiene otras preocupaciones, por favor notifique a un organizador de la comunidad tan pronto como sea posible y enlace o apunte el contenido relevante:" diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index 6d31c2467..047c096cc 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -699,8 +699,7 @@ "4": "Retrait temporaire des droits d'écriture", "5": "Exclusion temporaire du réseau", "6": "Exclusion définitive du réseau", - "7": "Des violations du droit allemand peuvent être signalées.", - "8": "Plaidoyer ou encouragement à ces comportements." + "7": "Des violations du droit allemand peuvent être signalées." } }, "get-help": "Si vous êtes victime ou témoin d'un comportement inacceptable, ou si vous avez d'autres préoccupations, veuillez en aviser un organisateur communautaire dès que possible et établir un lien ou vous référer au contenu correspondant:" diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 20acc01c5..bcfcea1cd 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -699,8 +699,7 @@ "4": "Revoca temporanea delle autorizzazioni di scrittura", "5": "Esclusione temporanea dalla rete", "6": "Esclusione definitiva dalla rete", - "7": "Violazioni della legge tedesca possono essere segnalate.", - "8": "Sostegno o incoraggiamento a questi comportamenti." + "7": "Violazioni della legge tedesca possono essere segnalate." } }, "get-help": "Se sei soggetto o testimone di un comportamento inaccettabile, o se hai altre preoccupazioni, ti preghiamo di avvisare al più presto un organizzatore della comunità e di fare riferimento al contenuto corrispondente:" diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index c8a2952b4..70610a1da 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -699,8 +699,7 @@ "4": "Retirada temporária de permissão de escrita", "5": "Exclusão temporária da rede", "6": "Exclusão definitiva da rede", - "7": "Violações da lei alemã podem ser denunciadas", - "8": "Divulgação ou incentivo a estes comportamentos." + "7": "Violações da lei alemã podem ser denunciadas" } }, "get-help": "Se você for vítima ou testemunhar um comportamento inaceitável, ou tiver qualquer outra preocupação, por favor notifique um organizador da comunidade o mais rápido possível e inclua o link ou mencione o conteúdo correspondente:" @@ -749,4 +748,4 @@ "donate-now": "Doe agora", "amount-of-total": "{amount} dos {total} € foram coletados" } -} \ No newline at end of file +} diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 75483edfb..d2be12c55 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -91,8 +91,7 @@ "4": "Временный запрет на добавление контента", "5": "Временное исключение из сети", "6": "Окончательное исключение из сети", - "7": "Передача сведений о нарушениях немецкого законодательства.", - "8": "Пропаганда или поощрение такого поведения." + "7": "Передача сведений о нарушениях немецкого законодательства." }, "title": "Последствия неприемлемого поведения" }, @@ -811,4 +810,4 @@ "submitted": "Успешная загрузка!" } } -} \ No newline at end of file +} diff --git a/webapp/pages/code-of-conduct.vue b/webapp/pages/code-of-conduct.vue index d87747ac8..d7818a956 100644 --- a/webapp/pages/code-of-conduct.vue +++ b/webapp/pages/code-of-conduct.vue @@ -56,7 +56,7 @@ export default { }, { key: 'consequences', - items: [...Array(9).keys()], + items: [...Array(8).keys()], }, ], }