button.tooltip.normal=Show the help dialog button.tooltip.other_mode=VimFx is in %S. Click to return to %S. help.title=键盘快捷键 mode.normal=Normal Mode category.location=处理 Location mode.normal.focus_location_bar=聚焦地址栏 mode.normal.focus_search_bar=聚焦搜索栏 mode.normal.paste_and_go=打开剪贴板中的链接 mode.normal.paste_and_go_in_tab=在新标签页中打开剪贴板中的链接 mode.normal.copy_current_url=复制当前标签页链接到剪贴板 mode.normal.go_up_path=打开上一级页面 mode.normal.go_to_root=打开根目录页面 mode.normal.go_home=跳到主页 mode.normal.history_back=后退 mode.normal.history_forward=前进 mode.normal.reload=重新载入当前页面 mode.normal.reload_force=重新载入当前页面及所有外部资源(js,css,img) mode.normal.reload_all=重新载入所有标签页中打开的页面 mode.normal.reload_all_force=重新载入所有标签页中包含外部资源(js,css,img)的页面 mode.normal.stop=停止载入当前页面 mode.normal.stop_all=停止载入所有标签页中的页面 category.scrolling=页面导航 mode.normal.scroll_left=向左滚动 mode.normal.scroll_right=向右滚动 mode.normal.scroll_down=向下滚动 mode.normal.scroll_up=向上滚动 mode.normal.scroll_page_down=向下滚动整页 mode.normal.scroll_page_up=向上滚动整页 mode.normal.scroll_half_page_down=向下滚动半页 mode.normal.scroll_half_page_up=向上滚动半页 mode.normal.scroll_to_top=滚动到页面顶部 mode.normal.scroll_to_bottom=滚动到页面底部 mode.normal.scroll_to_left=滚动到最左边 mode.normal.scroll_to_right=滚动到最右边 category.tabs=控制标签页 mode.normal.tab_new=打开新的空白标签页 mode.normal.tab_duplicate=复制标签页 mode.normal.tab_select_previous=跳到上一标签页 mode.normal.tab_select_next=跳到下一标签页 mode.normal.tab_move_backward=移动当前标签页到左边 mode.normal.tab_move_forward=移动当前标签页到右边 mode.normal.tab_select_first=跳到第一个标签页 mode.normal.tab_select_first_non_pinned=跳到第一个未固定的标签页 mode.normal.tab_select_last=跳到最后一个标签页 mode.normal.tab_toggle_pinned=固定/不固定标签页 mode.normal.tab_close=关闭当前标签页 mode.normal.tab_restore=恢复最后关闭的标签页 mode.normal.tab_close_to_end=关闭右边的标签页 mode.normal.tab_close_other=关闭其他标签页 category.browsing=浏览 mode.normal.follow=打开当前页面上的某个链接 mode.normal.follow_in_tab=在新的后台标签页中打开此链接 mode.normal.follow_in_focused_tab=在新的前台标签页中打开此链接 mode.normal.follow_multiple=在新的后台标签页中打开多个链接,聚焦输入框或点击多个按钮 mode.normal.follow_copy=复制链接地址或输入框文本到剪贴板 mode.normal.follow_focus=聚焦/选中元素 mode.normal.follow_previous=打开上一页 mode.normal.follow_next=打开下一页 mode.normal.focus_text_input=聚焦最后聚焦过的或第一个输入框 mode.normal.focus_next=Focus next element mode.normal.focus_previous=Focus previous element category.find=Find mode.normal.find=进入查找模式 mode.normal.find_highlight_all=进入查找模式并高亮所有匹配项 mode.normal.find_next=跳到下一个查找匹配项 mode.normal.find_previous=跳到上一个查找匹配项 category.misc=杂项 mode.normal.enter_mode_ignore=进入插入模式:忽略所有命令 mode.normal.quote=把下一个按键直接发送给页面(不触发 VimFx 内设置的快捷键) mode.normal.help=Show the help dialog mode.normal.dev=打开开发者工具栏 mode.normal.esc=取消聚焦/关闭激活的元素 mode.hints=Hints 模式 mode.hints.exit=返回正常模式 mode.hints.rotate_markers_forward=向前旋转重叠的标记 mode.hints.rotate_markers_backward=向后旋转重叠的标记 mode.hints.delete_hint_char=删除最后输入的提示符 mode.ignore=插入模式 mode.ignore.exit=返回正常模式 mode.find=查找模式 mode.find.exit=关闭查找栏 pref.hint_chars.title=提示符(Hint Chars) pref.hint_chars.desc= pref.black_list.title=黑名单 pref.black_list.desc=URLs where VimFx should automatically enter Ignore mode. You may use * as a wildcard. Example: *example.com* http://example.org/editor/*. pref.prev_patterns.title=上一页字符匹配 pref.prev_patterns.desc= pref.next_patterns.title=下一页字符匹配 pref.next_patterns.desc= pref.prevent_autofocus.title=阻止自动聚焦输入框 pref.prevent_autofocus.desc= pref.ignore_keyboard_layout.title=忽略键盘布局 pref.ignore_keyboard_layout.desc=假装总是使用美式标准键盘布局。 pref.timeout.title=Timeout pref.timeout.desc=The maximum number of milliseconds between two keys of a shortcut. prefs.instructions.title=Keyboard shortcuts in text boxes on this page prefs.instructions.desc=%S Insert next keypress as text\n%S Insert default\n%S Reset to default\n%S Undo prefs.documentation=Documentation error.invalid_key=%S: 无效按键. error.unknown_modifier=%S: 未知修饰键: %S. 只能使用 a, c, m 和 s. error.duplicate_modifier=%S: 重复的修饰键: %S. error.disallowed_modifier=%S: 您不能为这个快捷键指定 Shift 修饰键。比如用 代替 。 error.overridden_by=%S: Overridden by: %S error.illegal_force_key=%S: %S is only allowed as a prefix.