workadventure/front/src/i18n/de-DE/companion.ts
2022-01-26 10:46:42 +01:00

12 lines
262 B
TypeScript

import type { Translation } from "../i18n-types";
const companion: NonNullable<Translation["companion"]> = {
select: {
title: "Wähle einen Gefährten",
any: "Kein Gefährte",
continue: "Weiter",
},
};
export default companion;