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

12 lines
244 B
TypeScript

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