workadventure/front/src/i18n/en-US/woka.ts

21 lines
452 B
TypeScript
Raw Normal View History

2022-01-21 17:06:03 +01:00
import type { BaseTranslation } from "../i18n-types";
const woka: BaseTranslation = {
customWoka: {
title: "Customize your WOKA",
navigation: {
return: "Return",
back: "Back",
finish: "Finish",
next: "Next",
},
},
selectWoka: {
title: "Select your WOKA",
continue: "Continue",
customize: "Customize your WOKA",
},
};
export default woka;