123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- module.exports = {
- /**
- * menu
- */
- 'name': 'Quick Editor',
- 'open': 'Open',
- 'preview': 'Preview',
- 'setting': 'Setting',
- 'set-panel': 'Settings Panel',
- 'set-ex': 'Set Extensions',
- 'set-new-file': 'Set New File Template',
- 'set-key-map': 'Set Shortcuts',
- 'set-other': 'Set Other',
- 'set-edit-suggest': 'Set Edit Suggest',
- 'set-drag-var-rule': 'Set Drag Var Rule',
- 'set-format-prettier': 'Set Prettier Format Rule',
- 'search': 'Search',
- 'open-asset': 'Open Asset (V)',
- 'goto-asset': 'Goto Asset (F)',
- 'global-search': 'Global Search Script',
- 'search-unused-assets': 'Search Unused Assets',
- 'debug': 'Debug',
- 'exec-cmd': 'Exec Command',
- 'refresh-preview': 'Refresh Preview',
- 'edit': 'Edit',
- 'switch-editor-window': 'Switch Editor Window (C)',
- 'batch-rename': 'Batch-Rename (D)',
- 'batch-binding-component': 'Batch Binding Component (G)',
- 'batch-insert-prefab': 'Batch Insert Prefab (A)',
- 'add-next-occurrence-node': 'Add Next Occurrence Node (S)',
- 'batch-search': 'Batch Search (F)',
- 'new-file-and-bind-node': 'New File And Bind Node',
- 'open-code': 'Open Code | Unlock Edit',
- 'folder-bind-shortcuts': 'Folder Bind Shortcuts (alt+0~9)',
- 'shortcut-jump-folder': 'Shortcut Jump Folder (0~9)',
- 'double-click-edit-text': 'Double Click Edit Text(F2)',
- 'shear-files': 'Shear Files (X)',
- 'paste-files': 'Paste Files (C)',
- 'delete-node-and-script': 'Delete Node And Script',
- 'load-custom-widgets-to-code' : 'Load Custom Widgets To Code',
- 'project-manage': 'Project Manage',
- 'open-project-directory': 'Open Project Directory',
- 'open-project-to-external-editor': 'Open Project To External Editor',
- 'open-project-in-creator': 'Open Project In Creator',
- 'contact-author':"联系作者",
- /**
- * UI
- */
- 'lock-tab': 'PinTab',
- 'lock-win': 'LockWin',
- 'cmd-mode': 'Debug',
- 'manual-compile': 'Comp',
- 'goto-file-btn': 'Goto',
- 'set': 'Set',
- 'reset': 'Reset',
- /**
- * Settings Panel
- */
- 'theme': 'Theme',
- 'language': 'Language',
- 'newFileType': 'New File Format',
- 'fontSize': 'Font Size',
- 'fontFamily': 'Font Family',
- 'fontWeight': 'Font Weight',
- 'wordWrap': 'Word Wrap',
- 'keyboardHandler': 'keyboard Handler',
- 'minimapStyle': 'Minimap Style',
- 'minimapSide': 'Minimap Side',
- 'enabledRainbow': 'Enabled Rainbow',
- 'enabledBracketColor': 'Enabled Bracket Color',
- 'smoothScrolling': 'Smooth Scrolling',
- 'cursorSmoothCaretAnimation': 'Cursor Smooth Caret Animation',
- 'enabledCCColor': 'Enabled CC Color',
- 'enabledDebugBtn': 'Enabled Debug Btn',
- 'enabledConsoleBtn': 'Enabled Console Btn',
- 'clickToViewCode': 'Click To View Code',
- 'scrollPredominantAxis': 'Scroll Predominant Axis',
- 'codeCompileMode': 'Code Compile Mode',
- 'whenSave': 'After The Save',
- 'whenBlur': 'After The Blur',
- 'ManualComp': 'Manually Compile',
- 'autoSaveFile': 'Auto Save',
- 'readCodeMode': 'Read Code Mode',
- 'auto' :'Auto',
- 'allImport' :'All Loading(JS recommend)',
- 'atImportTo' :'Loaded When Import(TS recommend)',
- 'enabledVim': 'Enabled Vim',
- 'renameConverImportPath': 'Rename Conver Import Path',
- 'enabledJsGlobalSugges': 'Enabled Js Global Sugges',
- 'enabledTsGlobalSugges': 'Enabled Ts Global Sugges',
- 'enabledNpmDir': 'EnabledNpmDir',
- 'tabSize': 'Tab Size',
- 'insertSpaces': 'Insert Spaces',
- 'detectIndentation': 'Detect Indentation',
- 'formatOnPaste': 'Format on Paste',
- 'formatOnSaveFile': 'Format on Save File',
- 'autoLayoutMin': 'Auto Layout Min %',
- 'autoLayoutMax': 'Auto Layout Max %',
- 'userHabit': 'User Habit',
- 'fix': 'fix',
- 'autoLayoutDt': 'Auto Layout Effect Dt',
- 'autoLayoutDelay': 'Auto Layout Delay',
- 'titleBarFontSize': 'Title Bar Font Size',
- 'tabBarPos': 'Tab Bar Pos',
- 'hideToolsBar': 'Hide Tools Bar',
- 'isCheckUpdater': 'Is Check Updater',
- 'isQuickDrag': 'Is Quick Drag',
- 'enabledFormatFromPrettier':'Enabled Format From Prettier',
- /**
- * other
- */
- 'global-search-hint' : 'Please enter a global search',
- 'no-relevant-content-found' : 'No relevant content found',
- 'close': 'Close',
- 'close-others': 'Close Others',
- 'close-all': 'Close All',
- 'copy-path': 'Copy Path',
- 'reveal-in-finder': 'Reveal in Finder',
- 'reveal-in-side-bar': 'Reveal in Side Bar',
- 'gettrs-setters-language': 'Only TS script generation is supported getter And setter',
- 'gettrs-settrs': 'Generate Getters And Setters',
- 'quickly-drop-component':'Quickly Drop Component',
- 'drop-component':'Drop Components',
- 'quickly-drop-asset':'Quickly Drop Asset',
- 'drop-asset':'Drop Asset',
- 'new-script-bind':'New Script And Bind',
- 'new-script-templet':'New Script',
- 'cc-goto-widget-event' : 'Goto Component Event'
- };
|