fix(gui): update Messages_zh_CN.properties (PR #1951)
This commit is contained in:
@@ -17,7 +17,7 @@ menu.comment_search=注释搜索
|
||||
menu.tools=工具
|
||||
menu.plugins=插件
|
||||
menu.decompile_all=反编译所有类
|
||||
#menu.reset_cache=Reset code cache
|
||||
menu.reset_cache=重置代码缓存
|
||||
menu.deobfuscation=反混淆
|
||||
menu.log=日志查看器
|
||||
menu.help=帮助
|
||||
@@ -180,7 +180,7 @@ preferences.useDebugInfo=启用调试信息
|
||||
preferences.inlineAnonymous=内联匿名类
|
||||
preferences.inlineMethods=内联方法
|
||||
preferences.inlineKotlinLambdas=允许内联Kotlin Lambda
|
||||
#preferences.moveInnerClasses=Move inner classes into parent
|
||||
preferences.moveInnerClasses=将内部类移到父类
|
||||
preferences.extractFinally=提取finally块
|
||||
preferences.fsCaseSensitive=文件系统区分大小写
|
||||
preferences.skipResourcesDecode=不反编译资源文件
|
||||
@@ -194,7 +194,7 @@ preferences.excludedPackages.button=编辑
|
||||
preferences.excludedPackages.editDialog=<html>排除于反编译或索引的以空格分隔的包名列表(节省 RAM)<br>例如<code>android.support</code></html>
|
||||
preferences.cfg=生成方法的 CFG 图('.dot')
|
||||
preferences.raw_cfg=生成原始的 CFG 图
|
||||
#preferences.integerFormat=Integer format
|
||||
preferences.integerFormat=数值格式化
|
||||
preferences.font=编辑器字体
|
||||
preferences.smali_font=Smali编辑器字体
|
||||
preferences.laf_theme=主题
|
||||
@@ -230,25 +230,25 @@ preferences.plugins.location_id_label=位置ID:
|
||||
preferences.plugins.plugin_jar=选择插件 jar
|
||||
preferences.plugins.plugin_jar_label=或
|
||||
preferences.plugins.update_all=更新所有
|
||||
#preferences.plugins.details=Plugin details
|
||||
preferences.plugins.details=插件详情
|
||||
preferences.plugins.task.installing=安装插件中
|
||||
preferences.plugins.task.uninstalling=卸载插件中
|
||||
preferences.plugins.task.updating=更新插件中
|
||||
|
||||
#preferences.cache=Cache
|
||||
#preferences.cache.location=Cache location
|
||||
#preferences.cache.location_default=App cache system directory
|
||||
#preferences.cache.location_local=Same directory as project file
|
||||
#preferences.cache.location_custom=Custom location:
|
||||
#preferences.cache.change_notice=* for exists caches change will be applied after cache remove or manual reset
|
||||
#preferences.cache.table.title=Caches list
|
||||
#preferences.cache.table.project=Cache for project
|
||||
#preferences.cache.table.size=Disk usage
|
||||
#preferences.cache.btn.usage=Calculate usage
|
||||
#preferences.cache.btn.delete_selected=Delete Selected
|
||||
#preferences.cache.btn.delete_all=Delete All
|
||||
#preferences.cache.task.usage=Calculating cache size
|
||||
#preferences.cache.task.delete=Deleting caches
|
||||
preferences.cache=缓存
|
||||
preferences.cache.location=缓存位置
|
||||
preferences.cache.location_default=应用缓存的系统目录
|
||||
preferences.cache.location_local=与项目文件同级的目录
|
||||
preferences.cache.location_custom=自定义目录:
|
||||
preferences.cache.change_notice=* 对于已存在缓存,改动将在缓存删除或手动重置后生效
|
||||
preferences.cache.table.title=缓存列表
|
||||
preferences.cache.table.project=项目缓存
|
||||
preferences.cache.table.size=磁盘使用率
|
||||
preferences.cache.btn.usage=计算使用率
|
||||
preferences.cache.btn.delete_selected=删除所选
|
||||
preferences.cache.btn.delete_all=删除所有
|
||||
preferences.cache.task.usage=计算缓存大小中
|
||||
preferences.cache.task.delete=删除缓存中
|
||||
|
||||
msg.open_file=请打开文件
|
||||
msg.saving_sources=正在导出源代码
|
||||
|
||||
Reference in New Issue
Block a user