-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathzh-CN.json
More file actions
167 lines (146 loc) · 6.17 KB
/
zh-CN.json
File metadata and controls
167 lines (146 loc) · 6.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"app_title": "PDB Insight",
"menu_file": "文件(&F)",
"menu_open": "打开 PDB 文件(&O)...",
"menu_open_cache": "打开 PDB 缓存文件(&C)...",
"menu_export_csv": "导出全部为 CSV(&C)...",
"menu_export_functions_csv": "导出函数为 CSV(&F)...",
"menu_export_classes_csv": "导出类为 CSV(&L)...",
"menu_export_xml": "导出为 XML(&X)...",
"menu_export_header": "导出当前类头文件(&H)...",
"menu_export_all_headers": "导出所有头文件(&A)...",
"menu_export_enums_h": "导出所有类到 Enums.h(&E)...",
"menu_close": "关闭文件(&C)",
"menu_exit": "退出(&E)",
"menu_view": "显示(&V)",
"menu_expand_base_classes": "展开基类成员(&E)",
"menu_number_hex": "数值 - 十六进制(Hex)",
"menu_number_dec": "数值 - 十进制(Dec)",
"menu_number_both": "数值 - 两者都显示",
"menu_language": "语言(&L)",
"menu_lang_zh_cn": "中文(简体)(&C)",
"menu_lang_en_us": "English(&E)",
"menu_tools": "工具(&T)",
"menu_associate_pdb": "关联 PDB 文件(&A)",
"menu_unassociate_pdb": "取消关联 PDB 文件(&U)",
"button_search": "搜索",
"button_search_history": "▼",
"menu_clear_history": "清除历史",
"menu_no_history": "无搜索历史",
"status_ready": "就绪 - 请打开一个 PDB 文件",
"status_loading": "正在加载 PDB 文件...",
"status_parsing": "解析中",
"status_loaded": "已加载",
"status_loading_cache": "正在加载缓存文件...",
"status_loaded_cache": "已从缓存加载",
"status_associate_success": "PDB 文件关联成功!",
"status_unassociate_success": "已取消 PDB 文件关联!",
"status_cannot_create_file": "无法创建文件",
"tree_functions": "函数",
"tree_classes": "类",
"tree_structs": "结构体",
"tree_unions": "联合体",
"tree_enums": "枚举",
"tree_global_variables": "全局变量",
"tree_module": "模块",
"tab_details": "详细信息",
"tab_header": "头文件视图",
"col_name": "名称",
"col_return_type": "返回类型",
"col_calling_convention": "调用约定",
"col_rva": "RVA",
"col_size": "大小",
"col_class_name": "类名",
"col_type": "类型",
"col_offset": "偏移",
"col_access": "访问权限",
"col_bit_position": "位位置",
"col_bit_size": "位大小",
"col_property": "属性",
"col_value": "值",
"col_member_count": "成员数量",
"col_base_count": "基类数量",
"col_virtual_function_count": "虚函数数量",
"col_virtual_address": "虚拟地址",
"prop_name": "名称",
"prop_type": "类型",
"prop_base_classes": "基类",
"prop_member_count": "成员数量",
"prop_members_list": "--- 成员列表 ---",
"prop_name_decorated": "名称 (修饰)",
"prop_name_undecorated": "名称 (未修饰)",
"prop_rva": "RVA",
"prop_virtual_address": "虚拟地址",
"prop_static": "静态",
"prop_virtual": "虚函数",
"prop_member_function": "成员函数",
"prop_class": "所属类",
"prop_base_class_prefix": "--- 基类: ",
"prop_base_class_suffix": " ---",
"prop_current_class_members": "--- 当前类成员 ---",
"prop_virtual_functions": "虚函数",
"prop_virtual_function_table": "--- 虚函数表 ---",
"prop_param_prefix": "参数 ",
"msg_open_pdb_first": "请先打开一个 PDB 文件",
"msg_select_class": "请在树视图中选择一个类或结构体",
"msg_select_valid_class": "请选择一个有效的类、结构体或联合体",
"msg_export_success": "导出成功!",
"msg_export_fail": "导出失败!",
"msg_export_partial": "部分文件导出失败!",
"msg_pdb_load_fail": "无法加载 PDB 文件",
"msg_cache_load_fail": "无法加载缓存文件",
"msg_error": "错误",
"msg_success": "成功",
"msg_warning": "警告",
"msg_info": "提示",
"msg_lang_switch_zh": "语言已切换为中文,请重启程序以应用更改",
"msg_lang_switch_en": "Language switched to English, please restart the application to apply changes",
"filter_pdb": "PDB 文件 (*.pdb)",
"filter_all": "所有文件 (*.*)",
"filter_csv": "CSV 文件 (*.csv)",
"filter_xml": "XML 文件 (*.xml)",
"filter_header": "头文件 (*.h)",
"dlg_save_header": "选择保存头文件的目录",
"yes": "是",
"no": "否",
"type_class": "类",
"type_struct": "结构体",
"type_union": "联合体",
"comment_auto_generated": "// 自动生成的头文件",
"comment_generated_by": "// 由 PDBViewer 生成",
"comment_function_decl": "// 函数声明",
"comment_additional_info": "// 附加信息:",
"comment_rva": "// RVA: ",
"comment_virtual_address": "// Virtual Address: ",
"comment_size": "// Size: ",
"comment_size_bytes": " bytes",
"comment_static_yes": "// Static: Yes",
"comment_virtual_yes": "// Virtual: Yes",
"comment_class": "// Class: ",
"comment_member_count": "// Member count: ",
"comment_base_classes": "// Base classes: ",
"menu_settings": "导出头文件设置(&S)",
"dlg_settings_title": "导出头文件功能设置",
"group_export_format": "导出格式",
"format_c_header": "C/C++头文件",
"group_encoding": "字符编码",
"encoding_utf8": "UTF-8",
"encoding_utf16": "UTF-16",
"encoding_ansi": "ANSI",
"group_indent_style": "缩进风格",
"indent_kr": "K&R",
"indent_allman": "Allman",
"indent_gnu": "GNU",
"group_enhanced_options": "增强选项",
"opt_flatten_namespaces": "扁平化命名空间",
"opt_remove_void_params": "消除void参数",
"opt_include_enums_in_enumsh": "Enums.h包含枚举",
"opt_generate_typedefs": "生成类型定义",
"opt_include_address_comments": "包含地址注释",
"opt_generate_enum_value_comments": "生成枚举值注释",
"group_ida_compatibility": "IDA兼容性",
"opt_ida_compatible": "IDA兼容格式(纯C结构体)",
"button_ok": "确定",
"button_cancel": "取消",
"info_export_hint": "如果符号信息查看不全请导出后查看"
}