workadventure/front/src/i18n/fr-FR/companion.ts

12 lines
273 B
TypeScript
Raw Normal View History

2022-01-21 17:06:03 +01:00
import type { Translation } from "../i18n-types";
const companion: NonNullable<Translation["companion"]> = {
select: {
title: "Sélectionnez votre compagnon",
any: "Pas de compagnon",
continue: "Continuer",
},
};
export default companion;