mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
* Add data-cy * Fix specs * Fix no events label * Fix Table regression * Fix action failures. * Fix Event data-cy * Fix cy version * Revert lock filr
30 lines
999 B
JavaScript
30 lines
999 B
JavaScript
export const multipageText = {
|
|
labelPages: "Pages",
|
|
pageNameHome: "HomeHome",
|
|
headerPageHandle: "Page Handle",
|
|
pageHandleModalTitle: "Edit page handle",
|
|
editPagehandleInfo:
|
|
"Changing the page handle will break any existing apps that are using this page.",
|
|
pageHanmdleEmptyMessage: "Page handle cannot be empty",
|
|
samePagehandleToast: "Page with same handle already exists",
|
|
|
|
optionRename: "Rename",
|
|
optionMarkHome: "Mark home",
|
|
optionHidePage: "Hide page on app menu",
|
|
|
|
optionEventHandler: "Event Handlers",
|
|
eventModalTitle: "Page Events",
|
|
labelEvents: "Events",
|
|
addEventHandlerLink: "New event handler",
|
|
noEventHandlerInfo: "No event handlers",
|
|
|
|
optionDeletePage: "Delete Page",
|
|
deleteModalMessage: "Do you really want to delete Home page?",
|
|
|
|
headerSettings: "Settings",
|
|
optionDisableMenu: "Disable Menu",
|
|
disableMenuDescription:
|
|
"To hide the page navigation sidebar in viewer mode, set this option to on.",
|
|
|
|
labelNoPagesFound: "No pages found",
|
|
};
|