en.js 698 B

12345678910111213141516171819202122
  1. module.exports = {
  2. 'PKG_scene_menu': 'Scene Editor Menu',
  3. 'PKG_edit': 'Edit Menu',
  4. 'PNL_title': 'Custom Scene Context Menu',
  5. 'PNL_hint': 'Click to edit item, right click to add / remove item',
  6. 'PNL_save': 'Save Menu',
  7. 'PNL_root': 'Context Menu (Root)',
  8. 'PNL_name': 'Name',
  9. 'PNL_type': 'Type',
  10. 'PNL_command': 'Command',
  11. 'PNL_parameter': 'Parameter',
  12. 'PNL_prefab': 'Prefab',
  13. 'PNL_prefab_uuid': 'Prefab uuid',
  14. 'PNL_reddot_prefab': 'RedDotPrefab',
  15. 'PNL_submenu': 'Sub Menu',
  16. 'PNL_name_ph': 'menu display name',
  17. 'PNL_command_ph': 'PluginName:CommandName',
  18. 'PNL_parameter_ph': '(Optional) Command Parameter',
  19. 'PNL_add_child': 'Add Child',
  20. 'PNL_delete': 'Delete',
  21. };