"use strict"; module.exports = { updateWarn: "New version of User Guide extension is on. Check it in Cocos Store now. :)", generateSuccess: "UserGuide.ts has been generated successfully. Mount it on the Canvas node and call showGuide() or showGuideByGroup() method in your script.", title: "User Guide", step1: "First set nodes (or keys) and input guide texts", step2: "Then select a guide sign and a text bg image.", add: "Add", confirm: "Confirm", moveUp: "Up", moveDown: "Down", delete: "Del", guide: "Guide", guideSign: "Guide Sign", textBg: "Text Background", textPos: "Text Position", center: "Center", bottom: "Bottom", followGuidSign: "Follow the guide sign", goBack: "Back", noGuideArrayWarning: "There should be at least one guide.", emptyNodeTextGuideWarning: "Node and text can not both be empty in the guide.", emptyKeyTextGuideWarning: "Key and text can not both be empty in the guide.", touch: "Touch Guide", key: "Key Guide", keyHelp: "Please input the key name. Key names should be combined with +. E.g., CTRL_LEFT+KEY_G", keyError: "Key name not found, please make sure it exists: ", useLastGuide: "Use last guide", confirmUseLastGuide: "Current guide will be replaced. Do you confirm to use last guide?", lastGuideNotExisted: "Last user guide not existed.", dynacmicNodeError: "If you want dynamic nodes (prefabs) to be guided, please input the node's generating path", hierarchyError: "Failed to get the info of hierarchy.", sceneNameError: "Can't get the scene name. Will use scene uuid instead.", aliasRepeatError: "The aliases of these two guides are repeated: ", open_panel: "Default Panel", send_to_panel: "Send message to Default Panel", description: "Help you quickly generate a user guide." };