Messages_en_US.properties 10.8 KB
Newer Older
D
Donlon 已提交
1 2
language.name=English

S
Skylot 已提交
3 4
menu.file=File
menu.view=View
5 6
menu.recent_projects=Recent projects
menu.no_recent_projects=No recent projects
S
Skylot 已提交
7
menu.preferences=Preferences
S
Skylot 已提交
8 9
menu.sync=Sync with editor
menu.flatten=Show flatten packages
J
Jan S 已提交
10
menu.heapUsageBar=Show memory usage bar
S
Skylot 已提交
11
menu.navigation=Navigation
12 13
menu.text_search=Text search
menu.class_search=Class search
14
menu.comment_search=Comment search
S
Skylot 已提交
15
menu.tools=Tools
D
Donlon 已提交
16
menu.deobfuscation=Deobfuscation
S
Skylot 已提交
17
menu.log=Log Viewer
S
Skylot 已提交
18 19
menu.help=Help
menu.about=About
S
Skylot 已提交
20
menu.update_label=New version %s available!
S
Skylot 已提交
21

22 23
file.open_action=Open files ...
file.add_files_action=Add files
S
Skylot 已提交
24
file.open_title=Open file
25 26 27
file.new_project=New project
file.save_project=Save project
file.save_project_as=Save project as...
28
file.save_all=Save all
S
Skylot 已提交
29
file.export_gradle=Save as gradle project
30 31
file.save_all_msg=Select directory for save decompiled sources
file.exit=Exit
S
Skylot 已提交
32

33 34
tree.sources_title=Source code
tree.resources_title=Resources
35
tree.loading=Loading...
S
Skylot 已提交
36

37 38
progress.load=Loading
progress.decompile=Decompiling
39
#progress.index=Indexing
40

41 42
error_dialog.title=Error

S
Skylot 已提交
43 44 45 46 47 48 49
search.previous=Previous
search.next=Next
search.mark_all=Mark All
search.regex=Regex
search.match_case=Match Case
search.whole_word=Whole word
search.find=Find
S
Skylot 已提交
50

51
tabs.copy_class_name=Copy Name
S
Skylot 已提交
52 53 54
tabs.close=Close
tabs.closeOthers=Close Others
tabs.closeAll=Close All
55 56
tabs.code=Code
tabs.smali=Smali
57 58 59

nav.back=Back
nav.forward=Forward
S
Skylot 已提交
60

61 62
message.taskTimeout=Task exceeded time limit of %d ms.
message.userCancelTask=Task was canceled by user.
63 64 65 66 67
message.memoryLow=Jadx is running low on memory. Please restart with increased maximum heap size.
message.taskError=Task failed with error (check log for details).
message.errorTitle=Error

message.saveIncomplete=<html>Save incomplete.<br> %s<br> %d classes or resources were not saved!</html>
68
message.indexIncomplete=<html>Index of some classes skipped.<br> %s<br> %d classes were not indexed and will not appear in search results!</html>
69
message.indexingClassesSkipped=<html>Jadx is running low on memory. Therefore %d classes were not indexed.<br>If you want all classes to be indexed restart Jadx with increased maximum heap size.</html>
J
Jan S 已提交
70 71 72

heapUsage.text=JADX memory usage: %.2f GB of %.2f GB

73 74 75 76 77 78
common_dialog.ok=Ok
common_dialog.cancel=Cancel
common_dialog.add=Add
common_dialog.update=Update
common_dialog.remove=Remove

S
Skylot 已提交
79 80
search_dialog.open=Open
search_dialog.cancel=Cancel
D
Donlon 已提交
81 82
search_dialog.open_by_name=Search for text:
search_dialog.search_in=Search definitions of:
S
Skylot 已提交
83 84 85 86
search_dialog.class=Class
search_dialog.method=Method
search_dialog.field=Field
search_dialog.code=Code
D
Donlon 已提交
87
search_dialog.options=Search options:
88
search_dialog.ignorecase=Case insensitive
J
Jan Peter Stotz 已提交
89 90
search_dialog.next_page=Show next page
search_dialog.prev_page=Show previous page
D
Donlon 已提交
91 92 93
search_dialog.info_label=Showing results %1$d to %2$d of %3$d
search_dialog.col_node=Node
search_dialog.col_code=Code
94
search_dialog.regex=Regex
95 96
search_dialog.active_tab=Active tab only
search_dialog.comments=Comments
97 98 99
search_dialog.resource=Resource
search_dialog.keep_open=Keep open
search_dialog.tip_searching=Searching ...
S
Skylot 已提交
100

101 102 103
usage_dialog.title=Usage search
usage_dialog.label=Usage for:

104 105 106 107 108
comment_dialog.title.add=Add code comment
comment_dialog.title.update=Update code comment
comment_dialog.label=Comment:
comment_dialog.usage=Use Shift + Enter for start a new line

D
Donlon 已提交
109 110 111 112 113
log_viewer.title=Log Viewer
log_viewer.log_level=Log level:

about_dialog.title=About JADX

S
Skylot 已提交
114 115
preferences.title=Preferences
preferences.deobfuscation=Deobfuscation
116 117
preferences.editor=Editor
preferences.decompile=Decompilation
118
preferences.project=Project
S
Skylot 已提交
119
preferences.other=Other
D
Donlon 已提交
120
preferences.language=Language
S
Skylot 已提交
121
preferences.check_for_updates=Check for updates on startup
122
preferences.fallback=Fallback mode (simple dump)
S
Skylot 已提交
123
preferences.showInconsistentCode=Show inconsistent code
124
preferences.escapeUnicode=Escape unicode
125
preferences.replaceConsts=Replace constants
126
preferences.respectBytecodeAccessModifiers=Respect bytecode access modifiers
127
preferences.useImports=Use import statements
128
preferences.inlineAnonymous=Inline anonymous classes
129
preferences.inlineMethods=Inline methods
130
preferences.fsCaseSensitive=File system is case sensitive
S
Skylot 已提交
131
preferences.skipResourcesDecode=Don't decode resources
132
preferences.autoSave=Auto save
S
Skylot 已提交
133
preferences.threads=Processing threads count
J
Jan S 已提交
134 135 136 137
preferences.excludedPackages=Excluded packages
preferences.excludedPackages.tooltip=List of space separated package names that will not be decompiled or indexed (saves RAM)
preferences.excludedPackages.button=Edit
preferences.excludedPackages.editDialog=<html>List of space separated package names that will not be decompiled or indexed (saves RAM)<br>e.g. <code>android.support</code></html>
S
Skylot 已提交
138 139
preferences.cfg=Generate methods CFG graphs (in 'dot' format)
preferences.raw_cfg=Generate RAW CFG graphs
S
Skylot 已提交
140
preferences.font=Editor font
141
preferences.smali_font=Smali Editor font
142
preferences.theme=Editor theme
S
Skylot 已提交
143
preferences.start_jobs=Auto start background decompilation
144
preferences.select_font=Change
145
preferences.select_smali_font=Change
S
Skylot 已提交
146 147 148 149
preferences.deobfuscation_on=Enable deobfuscation
preferences.deobfuscation_force=Force rewrite deobfuscation map file
preferences.deobfuscation_min_len=Minimum name length
preferences.deobfuscation_max_len=Maximum name length
150
preferences.deobfuscation_source_alias=Use source file name as class name alias
151
preferences.deobfuscation_kotlin_metadata=Parse Kotlin metadata for class and package names
S
Skylot 已提交
152 153
preferences.save=Save
preferences.cancel=Cancel
154 155 156
preferences.reset=Reset
preferences.reset_message=Reset settings to default values?
preferences.reset_title=Reset settings
157 158
preferences.copy=Copy to clipboard
preferences.copy_message=All settings values has been copied to clipboard
159 160 161 162
preferences.rename=Rename identifiers
preferences.rename_case=To fix case sensitivity issues
preferences.rename_valid=To make them valid
preferences.rename_printable=To make printable
163 164 165
preferences.search_res_title=Search Resource
preferences.res_file_ext=File Extensions (e.g. .xml|.html), * means all
preferences.res_skip_file=Skip files exceed (MB)
S
Skylot 已提交
166

S
Skylot 已提交
167
msg.open_file=Please open file
168
msg.saving_sources=Saving sources
D
Donlon 已提交
169 170 171
msg.language_changed_title=Language changed
msg.language_changed=New language will be displayed the next time application starts.
msg.index_not_initialized=Index not initialized, search will be disabled!
172 173
msg.project_error_title=Error
msg.project_error=Project could not be loaded
174
msg.rename_disabled_title=Rename disabled
175 176 177
msg.rename_disabled=Some of rename settings are disabled, next options will be changed:
msg.rename_disabled_force_rewrite_enabled=Disable "Force rewrite deobfuscation map file" option.
msg.rename_disabled_deobfuscation_disabled=Enable deobfuscation.
178
msg.cmd_select_class_error=Failed to select the class\n%s\nThe class does not exist.
179 180
msg.rename_node_disabled=Can't rename this node
msg.rename_node_failed=Can't rename %s
181
msg.cant_add_comment=Can't add comment here
S
Skylot 已提交
182

183
popup.bytecode_col=Show Dalvik Bytecode
184
popup.line_wrap=Line Wrap
185 186 187 188 189 190 191
popup.undo=Undo
popup.redo=Redo
popup.cut=Cut
popup.copy=Copy
popup.paste=Paste
popup.delete=Delete
popup.select_all=Select All
192
popup.find_usage=Find Usage
193
popup.go_to_declaration=Go to declaration
194
popup.exclude=Exclude
195
popup.exclude_packages=Exclude packages
196 197
popup.add_comment=Comment
popup.search_comment=Search comments
198
popup.rename=Rename
199 200
popup.search=Search "%s"
popup.search_global=Global Search "%s"
201

202 203 204 205 206 207
exclude_dialog.title=Package Selector
exclude_dialog.ok=OK
exclude_dialog.select_all=Select all
exclude_dialog.deselect=Deselect
exclude_dialog.invert=Invert

208 209 210
confirm.save_as_title=Confirm Save as
confirm.save_as_message=%s already exists.\nDo you want to replace it?
confirm.not_saved_title=Save project
211
confirm.not_saved_message=Save the current project before proceeding?
212

A
asviridenko 已提交
213
certificate.cert_type=Type
D
Donlon 已提交
214
certificate.serialSigVer=Version
A
asviridenko 已提交
215
certificate.serialNumber=Serial number
D
Donlon 已提交
216
certificate.cert_subject=Subject
A
asviridenko 已提交
217 218
certificate.serialValidFrom=Valid from
certificate.serialValidUntil=Valid until
D
Donlon 已提交
219 220 221
certificate.serialPubKeyType=Public key type
certificate.serialPubKeyExponent=Exponent
certificate.serialPubKeyModulus=Modulus
222
certificate.serialPubKeyModulusSize=Modulus size (bits)
A
asviridenko 已提交
223 224 225 226 227 228
certificate.serialSigType=Signature type
certificate.serialSigOID=Signature OID
certificate.serialMD5=MD5 Fingerprint
certificate.serialSHA1=SHA-1 Fingerprint
certificate.serialSHA256=SHA-256 Fingerprint
certificate.serialPubKeyY=Y
229 230 231

apkSignature.signer=Signer
apkSignature.verificationSuccess=Signature verification succeeded
232
apkSignature.verificationFailed=Signature verification failed
233 234 235 236 237
apkSignature.signatureSuccess=Valid APK signature v%d found
apkSignature.signatureFailed=Invalid APK signature v%d found
apkSignature.errors=Errors
apkSignature.warnings=Warnings
apkSignature.exception=APK verification failed
238
apkSignature.unprotectedEntry=Files that are not protected by signature. Unauthorized modifications to this JAR entry will not be detected.
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287

debugger.process_selector=Select a process to debug
debugger.step_into=Step Into (F7)
debugger.step_over=Step Over (F8)
debugger.step_out=Step Out (Shift + F8)
debugger.run=Run (F9)
debugger.stop=Stop debugger and kill app
debugger.pause=Pause
debugger.rerun=Rerun
debugger.cfm_dialog_title=Exit while debugging
debugger.cfm_dialog_msg=Are you sure to terminate debugger?

debugger.popup_set_value=Set Value
debugger.popup_change_to_zero=Change to 0
debugger.popup_change_to_one=Change to 1
debugger.popup_copy_value=Copy Value

set_value_dialog.label_value=Value
set_value_dialog.btn_set=Set Value
set_value_dialog.title=Set Value
set_value_dialog.neg_msg=Failed to set value.
set_value_dialog.sel_type=Select a type to set value.

adb_dialog.addr=ADB Addr
adb_dialog.port=ADB Port
adb_dialog.path=ADB Path
adb_dialog.launch_app=Launch App
adb_dialog.start_server=Start ADB Server
adb_dialog.refresh=Refresh
adb_dialog.tip_devices=%d devices
adb_dialog.device_node=Device
adb_dialog.missing_path=Must provide the ADB path to start an ADB server.
adb_dialog.waiting=Waiting to connect to ADB server...
adb_dialog.connecting=Connecting to ADB server, addr: %s:%s...
adb_dialog.connect_okay=ADB server connected, addr: %s:%s
adb_dialog.connect_fail=Failed to connect to ADB server.
adb_dialog.disconnected=ADB server disconnected.
adb_dialog.start_okay=ADB server started on port: %s.
adb_dialog.start_fail=Failed to start ADB server on port: %s!
adb_dialog.forward_fail=Failed to forward for some reasons.
adb_dialog.being_debugged_msg=This process seems like it's being debugged, should we proceed?"
adb_dialog.unknown_android_ver=Failed to get Android release version, use Android 8 as default?
adb_dialog.being_debugged_title=It's Debugging by other.
adb_dialog.init_dbg_fail=Failed to init debugger.
adb_dialog.msg_read_mani_fail=Failed to decode AndroidManifest.xml
adb_dialog.no_devices=Can't found any device to start app.
adb_dialog.restart_while_debugging_title=Restart while debugging
adb_dialog.restart_while_debugging_msg=You're debugging an app, are you sure to restart a session?
adb_dialog.starting_debugger=Starting debugger...