| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- /**
- * @author oldj
- * @blog http://oldj.net
- */
- 'use strict'
- exports.content = {
- _lang_name: 'English'
- , acknowledgement: 'Acknowledgement'
- , add: 'Add'
- , add_hosts: 'Add new rules'
- , auto_launch: 'Run at login'
- , auto_refresh: 'Auto refresh'
- , bad_url: 'URL is not valid.'
- , cancel: 'Cancel'
- , check_update: 'Check for updates'
- , check_update_err: 'Something went wrong while checking updates, please try again later. :-('
- , check_update_found: 'New version ${0} is available, download it now?'
- , check_update_nofound: 'Current version ${0} is the latest version.'
- , close: 'Close'
- , comment: 'Comment'
- , comment_current_line: 'Comment current line'
- , confirm_del: 'Are you sure you want to delete this hosts?'
- , confirm_import: 'You sure you want to import it? The original rules will be overwriten, this operation can not be undone.'
- // , current_version: 'Current version: '
- , current_active_hosts: 'Current effective config'
- , day: 'day'
- , days: 'days'
- , default: 'Default'
- , del_scheme: 'Delete current scheme'
- , edit: 'Edit'
- , edit_hosts: 'Edit hosts'
- , export: 'Export'
- , export_finish: 'The export is complete.'
- , feedback: 'Feedback'
- , file: 'File'
- , folder_name: 'Folder name'
- , help: 'Help'
- , hide_at_launch: 'Hide at launch'
- , hide_dock_icon: 'Hide Dock Icon'
- , http_api_on: 'Enable HTTP API server'
- , homepage: 'Homepage'
- , hosts_title: 'Title'
- , hosts_title_cant_be_empty: 'Hosts title could not be empty!'
- , hosts_type: 'Type'
- , hosts_switched: 'Hosts has been switched.'
- , hour: 'hour'
- , hours: 'hours'
- , import: 'Import'
- , import_finish: 'The import is complete.'
- , input_sudo_pswd: 'Input your sudo password'
- , is_updated: 'You already have the latest version of SwitchHosts! installed.'
- , is_updated_title: 'You are up to date!'
- , language: 'Language'
- , last_refresh: 'Last refresh: '
- , matches: 'matches'
- , menu_about: 'About'
- , menu_bringalltofront: 'Bring All to Front'
- , menu_close: 'Close'
- , menu_cut: 'Cut'
- , menu_copy: 'Copy'
- , menu_delete: 'Delete'
- , menu_hide: 'Hide'
- , menu_hideothers: 'Hide Others'
- , menu_minimize: 'Minimize'
- , menu_paste: 'Paste'
- , menu_quit: 'Quit'
- , menu_reload: 'Reload'
- , menu_resetzoom: 'Reset Zoom'
- , menu_toggle_developer_tools: 'Toggle Developer Tools'
- , menu_togglefullscreen: 'Toggle Full Screen'
- , menu_selectall: 'Select All'
- , menu_unhide: 'Unhide'
- , menu_zoom: 'Zoom'
- , menu_zoomin: 'Zoom In'
- , menu_zoomout: 'Zoom Out'
- , minute: 'minute'
- , minutes: 'minutes'
- , never: 'never'
- , new: 'New'
- , new_version_available: 'New version available, download now?'
- , no_valid_hosts_found: 'There is no valid hosts in the file.'
- , ok: 'OK'
- , please_run_as_admin: 'Please run SwitchHosts! as an Administrator.'
- , pref_after_cmd: 'Command after a hosts be applied'
- , pref_after_cmd_info: 'The following system commands will be executed when Hosts applied: '
- , pref_after_cmd_placeholder: 'input your commands here'
- , pref_choice_mode: 'Choice mode'
- , pref_choice_mode_multiple: 'Multiple'
- , pref_choice_mode_single: 'Single'
- , pref_tab_advanced: 'Advanced'
- , pref_tab_custom_cmd: 'Commands'
- , pref_tab_general: 'General'
- , pref_tab_usage_data_title: 'Make SwitchHosts! better!'
- , pref_tab_usage_data_desc: 'Would you like to help us improve SwitchHosts! by periodically submitting anonymous usage data?'
- , pref_tab_usage_data_label: 'Yes, submit anonymized usage data'
- , preferences: 'Preferences'
- , quit: 'Quit'
- , readonly: 'Read only'
- , redo: 'Redo'
- , refresh: 'Refresh'
- , remote_hosts: 'Remote hosts'
- , search: 'Search'
- , send_usage_data_ok: 'Ok'
- , send_usage_data_cancel: 'Don\'t send'
- , set_and_back: 'Set and back'
- , set_and_relaunch_app: 'Set and Relaunch'
- , show_title_on_tray: 'Show title on tray'
- , show_dock_icon: 'Show Dock Icon'
- , source_code: 'Source Code'
- , sudo_pswd: 'Password'
- , sys_hosts_title: 'System Hosts'
- , theme: 'Theme'
- , theme_dark: 'Dark'
- , theme_light: 'Light'
- , tmp_clean: 'Temporarily turn off all rules.'
- , tmp_recover: 'Recover rules.'
- , toggle_dock_icon: 'Toggle Dock Icon'
- , undo: 'Undo'
- , untitled: 'untitled'
- , url: 'URL'
- , view: 'View'
- , where_folder: 'Folder'
- , where_group: 'Group'
- , where_local: 'Local'
- , where_remote: 'Remote'
- , window: 'Window'
- }
|