workadventure/front/src/i18n/de-DE/woka.ts

21 lines
466 B
TypeScript
Raw Normal View History

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;