added de-DE translation, fix quality small vs. minimum
This commit is contained in:
parent
2cf51a058a
commit
a55e5373fc
15 changed files with 355 additions and 24 deletions
25
front/src/i18n/de-DE/report.ts
Normal file
25
front/src/i18n/de-DE/report.ts
Normal file
|
@ -0,0 +1,25 @@
|
|||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const report: BaseTranslation = {
|
||||
block: {
|
||||
title: "Blockieren",
|
||||
content: "Blockiere jede Kommunikation von und zu {userName}. Kann jederzeit rückgängig gemacht werden.",
|
||||
unblock: "Blockierung für diesen User aufheben",
|
||||
block: "Blockiere diese User",
|
||||
},
|
||||
title: "Melden",
|
||||
content: "Verfasse eine Meldung an die Administratoren dieses Raums. Diese können den User anschließend bannen.",
|
||||
message: {
|
||||
title: "Deine Nachricht: ",
|
||||
empty: "Bitte einen Text angeben.",
|
||||
},
|
||||
submit: "Diesen User melden",
|
||||
moderate: {
|
||||
title: "{userName} moderieren",
|
||||
block: "Blockieren",
|
||||
report: "Melden",
|
||||
noSelect: "FEHLER : Es ist keine Handlung ausgewählt.",
|
||||
},
|
||||
};
|
||||
|
||||
export default report;
|
Loading…
Add table
Add a link
Reference in a new issue