-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathen-US.json
More file actions
167 lines (146 loc) · 6.25 KB
/
en-US.json
File metadata and controls
167 lines (146 loc) · 6.25 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": "File(&F)",
"menu_open": "Open PDB File(&O)...",
"menu_open_cache": "Open PDB Cache File(&C)...",
"menu_export_csv": "Export All as CSV(&C)...",
"menu_export_functions_csv": "Export Functions as CSV(&F)...",
"menu_export_classes_csv": "Export Classes as CSV(&L)...",
"menu_export_xml": "Export as XML(&X)...",
"menu_export_header": "Export Current Class Header(&H)...",
"menu_export_all_headers": "Export All Headers(&A)...",
"menu_export_enums_h": "Export All Classes to Enums.h(&E)...",
"menu_close": "Close File(&C)",
"menu_exit": "Exit(&E)",
"menu_view": "View(&V)",
"menu_expand_base_classes": "Expand Base Class Members(&E)",
"menu_number_hex": "Number - Hexadecimal",
"menu_number_dec": "Number - Decimal",
"menu_number_both": "Number - Show Both",
"menu_language": "Language(&L)",
"menu_lang_zh_cn": "中文(简体)(&C)",
"menu_lang_en_us": "English(&E)",
"menu_tools": "Tools(&T)",
"menu_associate_pdb": "Associate PDB Files(&A)",
"menu_unassociate_pdb": "Unassociate PDB Files(&U)",
"button_search": "Search",
"button_search_history": "▼",
"menu_clear_history": "Clear History",
"menu_no_history": "No search history",
"status_ready": "Ready - Please open a PDB file",
"status_loading": "Loading PDB file...",
"status_parsing": "Parsing",
"status_loaded": "Loaded",
"status_loading_cache": "Loading cache file...",
"status_loaded_cache": "Loaded from cache",
"status_associate_success": "PDB files associated successfully!",
"status_unassociate_success": "PDB files unassociated!",
"status_cannot_create_file": "Cannot create file",
"tree_functions": "Functions",
"tree_classes": "Classes",
"tree_structs": "Structs",
"tree_unions": "Unions",
"tree_enums": "Enum",
"tree_global_variables": "Global Variables",
"tree_module": "Module",
"tab_details": "Details",
"tab_header": "Header View",
"col_name": "Name",
"col_return_type": "Return Type",
"col_calling_convention": "Calling Convention",
"col_rva": "RVA",
"col_size": "Size",
"col_class_name": "Class Name",
"col_type": "Type",
"col_offset": "Offset",
"col_access": "Access",
"col_bit_position": "Bit Position",
"col_bit_size": "Bit Size",
"col_property": "Property",
"col_value": "Value",
"col_member_count": "Member Count",
"col_base_count": "Base Class Count",
"col_virtual_function_count": "Virtual Function Count",
"col_virtual_address": "Virtual Address",
"prop_name": "Name",
"prop_type": "Type",
"prop_base_classes": "Base Classes",
"prop_member_count": "Member Count",
"prop_members_list": "--- Member List ---",
"prop_name_decorated": "Name (Decorated)",
"prop_name_undecorated": "Name (Undecorated)",
"prop_rva": "RVA",
"prop_virtual_address": "Virtual Address",
"prop_static": "Static",
"prop_virtual": "Virtual",
"prop_member_function": "Member Function",
"prop_class": "Class",
"prop_base_class_prefix": "--- Base Class: ",
"prop_base_class_suffix": " ---",
"prop_current_class_members": "--- Current Class Members ---",
"prop_virtual_functions": "Virtual Functions",
"prop_virtual_function_table": "--- Virtual Function Table ---",
"prop_param_prefix": "Parameter ",
"msg_open_pdb_first": "Please open a PDB file first",
"msg_select_class": "Please select a class or struct in the tree view",
"msg_select_valid_class": "Please select a valid class, struct, or union",
"msg_export_success": "Export successful!",
"msg_export_fail": "Export failed!",
"msg_export_partial": "Some files failed to export!",
"msg_pdb_load_fail": "Failed to load PDB file",
"msg_cache_load_fail": "Failed to load cache file",
"msg_error": "Error",
"msg_success": "Success",
"msg_warning": "Warning",
"msg_info": "Info",
"msg_lang_switch_zh": "语言已切换为中文,请重启程序以应用更改",
"msg_lang_switch_en": "Language switched to English, please restart the application to apply changes",
"filter_pdb": "PDB Files (*.pdb)",
"filter_all": "All Files (*.*)",
"filter_csv": "CSV Files (*.csv)",
"filter_xml": "XML Files (*.xml)",
"filter_header": "Header Files (*.h)",
"dlg_save_header": "Select directory to save header files",
"yes": "Yes",
"no": "No",
"type_class": "Class",
"type_struct": "Struct",
"type_union": "Union",
"comment_auto_generated": "// Auto-generated header file",
"comment_generated_by": "// Generated by PDBViewer",
"comment_function_decl": "// Function Declaration",
"comment_additional_info": "// Additional Information:",
"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": "Export Header Settings(&S)",
"dlg_settings_title": "Export Header Function Settings",
"group_export_format": "Export Format",
"format_c_header": "C/C++ Header",
"group_encoding": "Character Encoding",
"encoding_utf8": "UTF-8",
"encoding_utf16": "UTF-16",
"encoding_ansi": "ANSI",
"group_indent_style": "Indent Style",
"indent_kr": "K&R",
"indent_allman": "Allman",
"indent_gnu": "GNU",
"group_enhanced_options": "Enhanced Options",
"opt_flatten_namespaces": "Flatten Namespaces",
"opt_remove_void_params": "Remove Void Params",
"opt_include_enums_in_enumsh": "Include Enums in Enums.h",
"opt_generate_typedefs": "Generate TypeDefs",
"opt_include_address_comments": "Include Address Comments",
"opt_generate_enum_value_comments": "Generate Enum Value Comments",
"group_ida_compatibility": "IDA Compatibility",
"opt_ida_compatible": "IDA Compatible Format(Pure C Struct)",
"button_ok": "OK",
"button_cancel": "Cancel",
"info_export_hint": "If symbol information is incomplete, please export to view"
}