Messages_en_US.properties 11.2 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
11
menu.alwaysSelectOpened=Always Select Opened File/Class
S
Skylot 已提交
12
menu.navigation=Navigation
13 14
menu.text_search=Text search
menu.class_search=Class search
15
menu.comment_search=Comment search
S
Skylot 已提交
16
menu.tools=Tools
D
Donlon 已提交
17
menu.deobfuscation=Deobfuscation
S
Skylot 已提交
18
menu.log=Log Viewer
S
Skylot 已提交
19 20
menu.help=Help
menu.about=About
S
Skylot 已提交
21
menu.update_label=New version %s available!
S
Skylot 已提交
22

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

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

38 39
progress.load=Loading
progress.decompile=Decompiling
40 41
progress.index=Indexing
progress.canceling=Canceling
42

43 44
error_dialog.title=Error

S
Skylot 已提交
45 46 47 48 49 50 51
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 已提交
52

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

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

63 64
message.taskTimeout=Task exceeded time limit of %d ms.
message.userCancelTask=Task was canceled by user.
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
68 69
message.load_errors=Load failed.\nErrors count: %d\nClick OK to open log viewer"
message.no_classes=No classes loaded, nothing to decompile!
70 71

message.saveIncomplete=<html>Save incomplete.<br> %s<br> %d classes or resources were not saved!</html>
72
message.indexIncomplete=<html>Index of some classes skipped.<br> %s<br> %d classes were not indexed and will not appear in search results!</html>
73
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 已提交
74 75 76

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

77 78 79 80 81 82
common_dialog.ok=Ok
common_dialog.cancel=Cancel
common_dialog.add=Add
common_dialog.update=Update
common_dialog.remove=Remove

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

105 106 107
usage_dialog.title=Usage search
usage_dialog.label=Usage for:

108 109 110 111 112
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 已提交
113 114 115 116 117
log_viewer.title=Log Viewer
log_viewer.log_level=Log level:

about_dialog.title=About JADX

S
Skylot 已提交
118 119
preferences.title=Preferences
preferences.deobfuscation=Deobfuscation
120
preferences.appearance=Appearance
121
preferences.decompile=Decompilation
122
preferences.plugins=Plugins
123
preferences.project=Project
S
Skylot 已提交
124
preferences.other=Other
D
Donlon 已提交
125
preferences.language=Language
126
preferences.lineNumbersMode=Editor line numbers mode
S
Skylot 已提交
127
preferences.check_for_updates=Check for updates on startup
128
preferences.fallback=Fallback mode (simple dump)
129
preferences.useDx=Use dx/d8 to convert java bytecode
S
Skylot 已提交
130
preferences.showInconsistentCode=Show inconsistent code
131
preferences.escapeUnicode=Escape unicode
132
preferences.replaceConsts=Replace constants
133
preferences.respectBytecodeAccessModifiers=Respect bytecode access modifiers
134
preferences.useImports=Use import statements
135
preferences.inlineAnonymous=Inline anonymous classes
136
preferences.inlineMethods=Inline methods
137
preferences.fsCaseSensitive=File system is case sensitive
S
Skylot 已提交
138
preferences.skipResourcesDecode=Don't decode resources
139
preferences.useKotlinMethodsForVarNames=Use kotlin methods for variables rename
140
preferences.commentsLevel=Code comments level
141
preferences.autoSave=Auto save
S
Skylot 已提交
142
preferences.threads=Processing threads count
J
Jan S 已提交
143 144 145 146
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 已提交
147 148
preferences.cfg=Generate methods CFG graphs (in 'dot' format)
preferences.raw_cfg=Generate RAW CFG graphs
S
Skylot 已提交
149
preferences.font=Editor font
150
preferences.smali_font=Smali Editor font
151
preferences.laf_theme=Theme
152
preferences.theme=Editor theme
S
Skylot 已提交
153
preferences.start_jobs=Auto start background decompilation
154
preferences.select_font=Change
155
preferences.select_smali_font=Change
S
Skylot 已提交
156
preferences.deobfuscation_on=Enable deobfuscation
157
preferences.deobfuscation_map_file_mode=Map file handle mode
S
Skylot 已提交
158 159
preferences.deobfuscation_min_len=Minimum name length
preferences.deobfuscation_max_len=Maximum name length
160
preferences.deobfuscation_source_alias=Use source file name as class name alias
161
preferences.deobfuscation_kotlin_metadata=Parse Kotlin metadata for class and package names
S
Skylot 已提交
162 163
preferences.save=Save
preferences.cancel=Cancel
164 165 166
preferences.reset=Reset
preferences.reset_message=Reset settings to default values?
preferences.reset_title=Reset settings
167 168
preferences.copy=Copy to clipboard
preferences.copy_message=All settings values has been copied to clipboard
169 170 171 172
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
173 174 175
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 已提交
176

S
Skylot 已提交
177
msg.open_file=Please open file
178
msg.saving_sources=Saving sources
D
Donlon 已提交
179 180 181
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!
182 183
msg.project_error_title=Error
msg.project_error=Project could not be loaded
184
msg.cmd_select_class_error=Failed to select the class\n%s\nThe class does not exist.
185 186
msg.rename_node_disabled=Can't rename this node
msg.rename_node_failed=Can't rename %s
187
msg.cant_add_comment=Can't add comment here
S
Skylot 已提交
188

189
popup.bytecode_col=Show Dalvik Bytecode
190
popup.line_wrap=Line Wrap
191 192 193 194 195 196 197
popup.undo=Undo
popup.redo=Redo
popup.cut=Cut
popup.copy=Copy
popup.paste=Paste
popup.delete=Delete
popup.select_all=Select All
198
popup.frida=Copy as frida snippet
199
popup.xposed=Copy as xposed snippet
200
popup.find_usage=Find Usage
201
popup.go_to_declaration=Go to declaration
202
popup.exclude=Exclude
203
popup.exclude_packages=Exclude packages
204 205
popup.add_comment=Comment
popup.search_comment=Search comments
206
popup.rename=Rename
207 208
popup.search=Search "%s"
popup.search_global=Global Search "%s"
209

210 211 212 213 214 215
exclude_dialog.title=Package Selector
exclude_dialog.ok=OK
exclude_dialog.select_all=Select all
exclude_dialog.deselect=Deselect
exclude_dialog.invert=Invert

216 217 218
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
219
confirm.not_saved_message=Save the current project before proceeding?
220

A
asviridenko 已提交
221
certificate.cert_type=Type
D
Donlon 已提交
222
certificate.serialSigVer=Version
A
asviridenko 已提交
223
certificate.serialNumber=Serial number
D
Donlon 已提交
224
certificate.cert_subject=Subject
A
asviridenko 已提交
225 226
certificate.serialValidFrom=Valid from
certificate.serialValidUntil=Valid until
D
Donlon 已提交
227 228 229
certificate.serialPubKeyType=Public key type
certificate.serialPubKeyExponent=Exponent
certificate.serialPubKeyModulus=Modulus
230
certificate.serialPubKeyModulusSize=Modulus size (bits)
A
asviridenko 已提交
231 232 233 234 235 236
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
237 238 239

apkSignature.signer=Signer
apkSignature.verificationSuccess=Signature verification succeeded
240
apkSignature.verificationFailed=Signature verification failed
241 242 243 244 245
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
246
apkSignature.unprotectedEntry=Files that are not protected by APK signature v1. Unauthorized modifications to these entries can only be detected by APK signature v2 and higher.
247

248 249 250 251 252
issues_panel.label=Issues:
issues_panel.errors=%d errors
issues_panel.warnings=%d warnings
issues_panel.tooltip=Open in log viewer

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 288 289 290 291 292 293 294 295 296 297 298 299 300
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...