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