mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
14 lines
300 B
JavaScript
14 lines
300 B
JavaScript
//#region src/core/i18n/text/fullscreen.ts
|
|
const prefix = "fullscreen.";
|
|
const enterText = {
|
|
key: `${prefix}enter`,
|
|
text: "Enter fullscreen"
|
|
};
|
|
const exitText = {
|
|
key: `${prefix}exit`,
|
|
text: "Exit fullscreen"
|
|
};
|
|
//#endregion
|
|
export { enterText, exitText };
|
|
|
|
//# sourceMappingURL=fullscreen.js.map
|