added de-DE translation, fix quality small vs. minimum

This commit is contained in:
Lurkars 2022-01-26 10:33:07 +01:00
parent 2cf51a058a
commit a55e5373fc
15 changed files with 355 additions and 24 deletions

View 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;