]> git.gir.st - VimFx.git/blob - extension/locale/zh-CN/vimfx.properties
Name all translation IDs consistently
[VimFx.git] / extension / locale / zh-CN / vimfx.properties
1 button.tooltip.normal=Show the help dialog
2 button.tooltip.other_mode=VimFx is in %S. Click to return to %S.
3
4 help.title=键盘快捷键
5
6 mode.normal=Normal Mode
7
8 category.location=处理 Location
9 mode.normal.focus_location_bar=聚焦地址栏
10 mode.normal.focus_search_bar=聚焦搜索栏
11 mode.normal.paste_and_go=打开剪贴板中的链接
12 mode.normal.paste_and_go_in_tab=在新标签页中打开剪贴板中的链接
13 mode.normal.copy_current_url=复制当前标签页链接到剪贴板
14 mode.normal.go_up_path=打开上一级页面
15 mode.normal.go_to_root=打开根目录页面
16 mode.normal.go_home=跳到主页
17 mode.normal.history_back=后退
18 mode.normal.history_forward=前进
19 mode.normal.reload=重新载入当前页面
20 mode.normal.reload_force=重新载入当前页面及所有外部资源(js,css,img)
21 mode.normal.reload_all=重新载入所有标签页中打开的页面
22 mode.normal.reload_all_force=重新载入所有标签页中包含外部资源(js,css,img)的页面
23 mode.normal.stop=停止载入当前页面
24 mode.normal.stop_all=停止载入所有标签页中的页面
25
26 category.scrolling=页面导航
27 mode.normal.scroll_left=向左滚动
28 mode.normal.scroll_right=向右滚动
29 mode.normal.scroll_down=向下滚动
30 mode.normal.scroll_up=向上滚动
31 mode.normal.scroll_page_down=向下滚动整页
32 mode.normal.scroll_page_up=向上滚动整页
33 mode.normal.scroll_half_page_down=向下滚动半页
34 mode.normal.scroll_half_page_up=向上滚动半页
35 mode.normal.scroll_to_top=滚动到页面顶部
36 mode.normal.scroll_to_bottom=滚动到页面底部
37 mode.normal.scroll_to_left=滚动到最左边
38 mode.normal.scroll_to_right=滚动到最右边
39
40 category.tabs=控制标签页
41 mode.normal.tab_new=打开新的空白标签页
42 mode.normal.tab_duplicate=复制标签页
43 mode.normal.tab_select_previous=跳到上一标签页
44 mode.normal.tab_select_next=跳到下一标签页
45 mode.normal.tab_move_backward=移动当前标签页到左边
46 mode.normal.tab_move_forward=移动当前标签页到右边
47 mode.normal.tab_select_first=跳到第一个标签页
48 mode.normal.tab_select_first_non_pinned=跳到第一个未固定的标签页
49 mode.normal.tab_select_last=跳到最后一个标签页
50 mode.normal.tab_toggle_pinned=固定/不固定标签页
51 mode.normal.tab_close=关闭当前标签页
52 mode.normal.tab_restore=恢复最后关闭的标签页
53 mode.normal.tab_close_to_end=关闭右边的标签页
54 mode.normal.tab_close_other=关闭其他标签页
55
56 category.browsing=浏览
57 mode.normal.follow=打开当前页面上的某个链接
58 mode.normal.follow_in_tab=在新的后台标签页中打开此链接
59 mode.normal.follow_in_focused_tab=在新的前台标签页中打开此链接
60 mode.normal.follow_multiple=在新的后台标签页中打开多个链接,聚焦输入框或点击多个按钮
61 mode.normal.follow_copy=复制链接地址或输入框文本到剪贴板
62 mode.normal.follow_focus=聚焦/选中元素
63 mode.normal.follow_previous=打开上一页
64 mode.normal.follow_next=打开下一页
65 mode.normal.text_input=聚焦最后聚焦过的或第一个输入框 (enter Text Input mode)
66
67 category.find=Find
68 mode.normal.find=进入查找模式
69 mode.normal.find_highlight_all=进入查找模式并高亮所有匹配项
70 mode.normal.find_next=跳到下一个查找匹配项
71 mode.normal.find_previous=跳到上一个查找匹配项
72
73 category.misc=杂项
74 mode.normal.enter_mode_insert=进入插入模式:忽略所有命令
75 mode.normal.quote=把下一个按键直接发送给页面(不触发 VimFx 内设置的快捷键)
76 mode.normal.help=Show the help dialog
77 mode.normal.dev=打开开发者工具栏
78 mode.normal.esc=取消聚焦/关闭激活的元素
79
80 mode.hints=Hints 模式
81 mode.hints.exit=返回正常模式
82 mode.hints.rotate_markers_forward=向前旋转重叠的标记
83 mode.hints.rotate_markers_backward=向后旋转重叠的标记
84 mode.hints.delete_hint_char=删除最后输入的提示符
85
86 mode.insert=插入模式
87 mode.insert.exit=返回正常模式
88
89 mode.text_input=Text Input Mode
90 mode.text_input.exit=Return to Normal mode
91 mode.text_input.input_previous=Focus previous text input
92 mode.text_input.input_next=Focus next text input
93
94 mode.find=查找模式
95 mode.find.exit=关闭查找栏
96
97 pref.hint_chars.title=提示符(Hint Chars)
98 pref.hint_chars.desc=
99
100 pref.black_list.title=黑名单
101 pref.black_list.desc=URLs where VimFx should automatically enter Insert mode. You may use * as a wildcard. Example: *example.com* http://example.org/editor/*.
102
103 pref.prev_patterns.title=上一页字符匹配
104 pref.prev_patterns.desc=
105
106 pref.next_patterns.title=下一页字符匹配
107 pref.next_patterns.desc=
108
109 pref.prevent_autofocus.title=阻止自动聚焦输入框
110 pref.prevent_autofocus.desc=
111
112 pref.ignore_keyboard_layout.title=忽略键盘布局
113 pref.ignore_keyboard_layout.desc=假装总是使用美式标准键盘布局。
114
115 pref.timeout.title=Timeout
116 pref.timeout.desc=The maximum number of milliseconds between two keys of a shortcut.
117
118 prefs.instructions.title=Keyboard shortcuts in text boxes on this page
119 prefs.instructions.desc=%S Insert next keypress as text\n%S Insert default\n%S Reset to default\n%S Undo
120
121 error.invalid_key=%S: 无效按键.
122 error.unknown_modifier=%S: 未知修饰键: %S. 只能使用 a, c, m 和 s.
123 error.duplicate_modifier=%S: 重复的修饰键: %S.
124 error.disallowed_modifier=%S: 您不能为这个快捷键指定 Shift 修饰键。比如用 <c-A> 代替 <c-s-a> 。
125 error.overridden_by=%S: Overridden by: %S
126 error.illegal_force_key=%S: %S is only allowed as a prefix.
Imprint / Impressum