Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(translations): Remove duplicate and mistranslated item from code of conduct #2725

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions webapp/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
3 changes: 1 addition & 2 deletions webapp/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
3 changes: 1 addition & 2 deletions webapp/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
3 changes: 1 addition & 2 deletions webapp/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
3 changes: 1 addition & 2 deletions webapp/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
5 changes: 2 additions & 3 deletions webapp/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down Expand Up @@ -749,4 +748,4 @@
"donate-now": "Doe agora",
"amount-of-total": "{amount} dos {total} € foram coletados"
}
}
}
5 changes: 2 additions & 3 deletions webapp/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
"4": "Временный запрет на добавление контента",
"5": "Временное исключение из сети",
"6": "Окончательное исключение из сети",
"7": "Передача сведений о нарушениях немецкого законодательства.",
"8": "Пропаганда или поощрение такого поведения."
"7": "Передача сведений о нарушениях немецкого законодательства."
},
"title": "Последствия неприемлемого поведения"
},
Expand Down Expand Up @@ -811,4 +810,4 @@
"submitted": "Успешная загрузка!"
}
}
}
}
2 changes: 1 addition & 1 deletion webapp/pages/code-of-conduct.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
},
{
key: 'consequences',
items: [...Array(9).keys()],
items: [...Array(8).keys()],
},
],
}
Expand Down