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
20
front/src/i18n/de-DE/woka.ts
Normal file
20
front/src/i18n/de-DE/woka.ts
Normal file
|
@ -0,0 +1,20 @@
|
|||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const woka: BaseTranslation = {
|
||||
customWoka: {
|
||||
title: "Dein WOKA bearbeiten",
|
||||
navigation: {
|
||||
return: "Zurück",
|
||||
back: "Hoch",
|
||||
finish: "Auswählen",
|
||||
next: "Runter",
|
||||
},
|
||||
},
|
||||
selectWoka: {
|
||||
title: "Dein WOKA auswählen",
|
||||
continue: "Auswählen",
|
||||
customize: "Bearbeite dein WOKA",
|
||||
},
|
||||
};
|
||||
|
||||
export default woka;
|
Loading…
Add table
Add a link
Reference in a new issue