en.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /**
  2. * @author oldj
  3. * @blog http://oldj.net
  4. */
  5. 'use strict'
  6. exports.content = {
  7. _lang_name: 'English'
  8. , acknowledgement: 'Acknowledgement'
  9. , add: 'Add'
  10. , add_hosts: 'Add new rules'
  11. , auto_launch: 'Run at login'
  12. , auto_refresh: 'Auto refresh'
  13. , bad_url: 'URL is not valid.'
  14. , cancel: 'Cancel'
  15. , check_update: 'Check for updates'
  16. , check_update_err: 'Something went wrong while checking updates, please try again later. :-('
  17. , check_update_found: 'New version ${0} is avaliable, download it now?'
  18. , check_update_nofound: 'Current version ${0} is the latest version.'
  19. , close: 'Close'
  20. , comment: 'Comment'
  21. , confirm_del: 'Are you sure you want to delete this hosts?'
  22. , confirm_import: 'You sure you want to import it? The original rules will be overwriten, this operation can not be undone.'
  23. // , current_version: 'Current version: '
  24. , day: 'day'
  25. , days: 'days'
  26. , del_hosts: 'Delete current hosts'
  27. , edit: 'Edit'
  28. , edit_hosts: 'Edit hosts'
  29. , export: 'Export'
  30. , feedback: 'Feedback'
  31. , file: 'File'
  32. , help: 'Help'
  33. , hide_at_launch: 'Hide at launch'
  34. , hide_dock_icon: 'Hide Dock Icon'
  35. , homepage: 'Homepage'
  36. , hosts_title: 'Hosts title'
  37. , hosts_title_cant_be_empty: 'Hosts title could not be empty!'
  38. , hosts_switched: 'Hosts has been switched.'
  39. , hour: 'hour'
  40. , hours: 'hours'
  41. , import: 'Import'
  42. , input_sudo_pswd: 'Input your sudo password'
  43. , is_updated: 'You already have the latest version of SwitchHosts! installed.'
  44. , is_updated_title: 'You are up to date!'
  45. , language: 'Language'
  46. , last_refresh: 'Last refresh: '
  47. , menu_about: 'About'
  48. , menu_bringalltofront: 'Bring All to Front'
  49. , menu_close: 'Close'
  50. , menu_cut: 'Cut'
  51. , menu_copy: 'Copy'
  52. , menu_delete: 'Delete'
  53. , menu_hide: 'Hide'
  54. , menu_hideothers: 'Hide Others'
  55. , menu_minimize: 'Minimize'
  56. , menu_paste: 'Paste'
  57. , menu_quit: 'Quit'
  58. , menu_reload: 'Reload'
  59. , menu_resetzoom: 'Reset Zoom'
  60. , menu_toggle_developer_tools: 'Toggle Developer Tools'
  61. , menu_togglefullscreen: 'Toggle Full Screen'
  62. , menu_selectall: 'Select All'
  63. , menu_unhide: 'Unhide'
  64. , menu_zoom: 'Zoom'
  65. , menu_zoomin: 'Zoom In'
  66. , menu_zoomout: 'Zoom Out'
  67. , never: 'never'
  68. , new: 'New'
  69. , new_version_available: 'New version available, download now?'
  70. , no_valid_hosts_found: 'There is no valid hosts in the file.'
  71. , ok: 'OK'
  72. , please_run_as_admin: 'Please run SwitchHosts! as an Administrator.'
  73. , pref_after_cmd: 'Command after a hosts be applied'
  74. , pref_after_cmd_info: 'The following system commands will be executed when Hosts applied: '
  75. , pref_after_cmd_placeholder: 'input your commands here'
  76. , pref_choice_mode: 'Choice mode'
  77. , pref_choice_mode_multiple: 'Multiple choices'
  78. , pref_choice_mode_single: 'Single choice'
  79. , pref_tab_advanced: 'Advanced'
  80. , pref_tab_custom_cmd: 'Custom commands'
  81. , pref_tab_general: 'General'
  82. , pref_tab_usage_data_title: 'Make SwitchHosts! better!'
  83. , pref_tab_usage_data_desc: 'Would you like to help us improve SwitchHosts! by periodically submitting anonymous usage data?'
  84. , pref_tab_usage_data_label: 'Yes, submit anonymized usage data'
  85. , preferences: 'Preferences'
  86. , quit: 'Quit'
  87. , readonly: 'Read only'
  88. , redo: 'Redo'
  89. , refresh: 'Refresh'
  90. , remote_hosts: 'Remote hosts'
  91. , search: 'Search'
  92. , set_and_back: 'Set and back'
  93. , set_and_relaunch_app: 'Set and Relaunch'
  94. , should_restart_after_change_language: 'Relaunch to enable the new language interface.'
  95. , show_dock_icon: 'Show Dock Icon'
  96. , source_code: 'Source Code'
  97. , sudo_pswd: 'Password'
  98. , sys_hosts_title: 'System Hosts'
  99. , tmp_clean: 'Temporarily turn off all rules.'
  100. , tmp_recover: 'Recover rules.'
  101. , toggle_dock_icon: 'Toggle Dock Icon'
  102. , undo: 'Undo'
  103. , untitled: 'untitled'
  104. , url: 'URL'
  105. , view: 'View'
  106. , where_group: 'Group'
  107. , where_local: 'Local'
  108. , where_remote: 'Remote'
  109. , window: 'Window'
  110. }