You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstCOPY_ENTITY_TO_APP_PAGE_PLACEHOLDER=()=>"Select a page";
1941
+
exportconstCOPY_ENTITY_TO_APP_CONFIRM=()=>"Copy";
1942
+
exportconstCOPY_ENTITY_TO_APP_NO_WORKSPACES=()=>
1943
+
"No workspaces available to copy to";
1944
+
exportconstCOPY_ENTITY_TO_APP_NO_APPS=()=>
1945
+
"No applications available in this workspace";
1946
+
exportconstCOPY_ENTITY_TO_APP_NO_PAGES=()=>
1947
+
"No pages available in this application";
1948
+
exportconstCOPY_ENTITY_TO_APP_SUCCESS=(
1949
+
entityName: string,
1950
+
appName: string,
1951
+
pageName: string,
1952
+
)=>`Copied ${entityName} to ${appName} / ${pageName}`;
1953
+
exportconstCOPY_ENTITY_TO_APP_ERROR=()=>
1954
+
"Failed to copy to the selected application";
1955
+
exportconstCOPY_ENTITY_TO_APP_NOTE=()=>
1956
+
"Datasource credentials and any referenced queries aren't copied. Datasources are set up during import, but you may need to re-enter credentials and recreate any referenced queries before the copied item will work in the target application.";
0 commit comments