en.js 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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 available, download it now?'
  18. , check_update_nofound: 'Current version ${0} is the latest version.'
  19. , close: 'Close'
  20. , comment: 'Comment'
  21. , comment_current_line: 'Comment current line'
  22. , confirm_del: 'Are you sure you want to delete this hosts?'
  23. , confirm_import: 'You sure you want to import it? The original rules will be overwriten, this operation can not be undone.'
  24. // , current_version: 'Current version: '
  25. , current_active_hosts: 'Current effective config'
  26. , day: 'day'
  27. , days: 'days'
  28. , default: 'Default'
  29. , del_scheme: 'Delete current scheme'
  30. , edit: 'Edit'
  31. , edit_hosts: 'Edit hosts'
  32. , export: 'Export'
  33. , export_finish: 'The export is complete.'
  34. , feedback: 'Feedback'
  35. , file: 'File'
  36. , folder_name: 'Folder name'
  37. , help: 'Help'
  38. , hide_at_launch: 'Hide at launch'
  39. , hide_dock_icon: 'Hide Dock Icon'
  40. , http_api_on: 'Enable HTTP API server'
  41. , homepage: 'Homepage'
  42. , hosts_title: 'Title'
  43. , hosts_title_cant_be_empty: 'Hosts title could not be empty!'
  44. , hosts_type: 'Type'
  45. , hosts_switched: 'Hosts has been switched.'
  46. , hour: 'hour'
  47. , hours: 'hours'
  48. , import: 'Import'
  49. , import_finish: 'The import is complete.'
  50. , input_sudo_pswd: 'Input your sudo password'
  51. , is_updated: 'You already have the latest version of SwitchHosts! installed.'
  52. , is_updated_title: 'You are up to date!'
  53. , language: 'Language'
  54. , last_refresh: 'Last refresh: '
  55. , matches: 'matches'
  56. , menu_about: 'About'
  57. , menu_bringalltofront: 'Bring All to Front'
  58. , menu_close: 'Close'
  59. , menu_cut: 'Cut'
  60. , menu_copy: 'Copy'
  61. , menu_delete: 'Delete'
  62. , menu_hide: 'Hide'
  63. , menu_hideothers: 'Hide Others'
  64. , menu_minimize: 'Minimize'
  65. , menu_paste: 'Paste'
  66. , menu_quit: 'Quit'
  67. , menu_reload: 'Reload'
  68. , menu_resetzoom: 'Reset Zoom'
  69. , menu_toggle_developer_tools: 'Toggle Developer Tools'
  70. , menu_togglefullscreen: 'Toggle Full Screen'
  71. , menu_selectall: 'Select All'
  72. , menu_unhide: 'Unhide'
  73. , menu_zoom: 'Zoom'
  74. , menu_zoomin: 'Zoom In'
  75. , menu_zoomout: 'Zoom Out'
  76. , minute: 'minute'
  77. , minutes: 'minutes'
  78. , never: 'never'
  79. , new: 'New'
  80. , new_version_available: 'New version available, download now?'
  81. , no_valid_hosts_found: 'There is no valid hosts in the file.'
  82. , ok: 'OK'
  83. , please_run_as_admin: 'Please run SwitchHosts! as an Administrator.'
  84. , pref_after_cmd: 'Command after a hosts be applied'
  85. , pref_after_cmd_info: 'The following system commands will be executed when Hosts applied: '
  86. , pref_after_cmd_placeholder: 'input your commands here'
  87. , pref_choice_mode: 'Choice mode'
  88. , pref_choice_mode_multiple: 'Multiple'
  89. , pref_choice_mode_single: 'Single'
  90. , pref_tab_advanced: 'Advanced'
  91. , pref_tab_custom_cmd: 'Commands'
  92. , pref_tab_general: 'General'
  93. , pref_tab_usage_data_title: 'Make SwitchHosts! better!'
  94. , pref_tab_usage_data_desc: 'Would you like to help us improve SwitchHosts! by periodically submitting anonymous usage data?'
  95. , pref_tab_usage_data_label: 'Yes, submit anonymized usage data'
  96. , preferences: 'Preferences'
  97. , quit: 'Quit'
  98. , readonly: 'Read only'
  99. , redo: 'Redo'
  100. , refresh: 'Refresh'
  101. , remote_hosts: 'Remote hosts'
  102. , search: 'Search'
  103. , send_usage_data_ok: 'Ok'
  104. , send_usage_data_cancel: 'Don\'t send'
  105. , set_and_back: 'Set and back'
  106. , set_and_relaunch_app: 'Set and Relaunch'
  107. , show_title_on_tray: 'Show title on tray'
  108. , show_dock_icon: 'Show Dock Icon'
  109. , source_code: 'Source Code'
  110. , sudo_pswd: 'Password'
  111. , sys_hosts_title: 'System Hosts'
  112. , theme: 'Theme'
  113. , theme_dark: 'Dark'
  114. , theme_light: 'Light'
  115. , tmp_clean: 'Temporarily turn off all rules.'
  116. , tmp_recover: 'Recover rules.'
  117. , toggle_dock_icon: 'Toggle Dock Icon'
  118. , undo: 'Undo'
  119. , untitled: 'untitled'
  120. , url: 'URL'
  121. , view: 'View'
  122. , where_folder: 'Folder'
  123. , where_group: 'Group'
  124. , where_local: 'Local'
  125. , where_remote: 'Remote'
  126. , window: 'Window'
  127. }