-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(original): update original source ( 223.35 )
- Loading branch information
1 parent
67fa882
commit f05fb95
Showing
1,138 changed files
with
106,369 additions
and
23,904 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
userAgreement.dialog.privacyPolicy.title=隐私政策 | ||
userAgreement.dialog.userAgreement.title=用户协议 | ||
userAgreement.dialog.continue=继续 | ||
userAgreement.dialog.exit=退出 | ||
userAgreement.dialog.checkBox=我确认我已阅读并接受此《用户协议》的条款 | ||
userAgreement.dialog.eap.consents.privacyPolicy=默认情况下,EAP 构建会根据此《隐私政策》报告使用情况统计信息。 | ||
userAgreement.dialog.eap.consents.noPrivacyPolicy=默认情况下,EAP 构建会根据 <a href="https://www.jetbrains.com/company/privacy.html">JetBrains 隐私政策</a>报告使用情况统计信息。 | ||
userAgreement.dialog.eap.consents.noPersonalData=不会发送个人或敏感数据。您可以在设置中禁用。 | ||
|
||
dataSharing.dialog.title=数据共享 | ||
dataSharing.dialog.accept=发送匿名统计信息 | ||
dataSharing.dialog.decline=不发送 | ||
dataSharing.consents.title=数据共享 | ||
dataSharing.revoke.hint=您随时可以在“{0} | 外观与行为 | 系统设置 | 数据共享”中更改此行为。 | ||
dataSharing.applyToAll.hint=数据共享偏好设置适用于所有已安装的 {0} 产品。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
aj.compiler.path.incorrect=AspectJ 编译器 .jar 路径不正确: ''{0}'' | ||
aj.too.many.modules=AspectJ 编译器无法处理模块循环 {0} | ||
aj.progress.loading=正在加载类… | ||
aj.progress.weaving=正在编织类… | ||
aj.progress.compiling=正在编译 {0}… | ||
aj.internal=内部 AspectJ 编译器错误: {0} | ||
aj.internal.error.bad.args=内部错误: 错误实参 | ||
aj.internal.error.no.sources=内部错误: 没有源 | ||
aj.class.dependency.information.incomplete.error.0=类依赖项信息可能不完整! 解析生成的类 {0} 时出错 | ||
aj.compiler.settings.component.not.initialized.for.0=未对 {0} 初始化编译器设置组件 | ||
aj.internal.error.java.builder.missing=内部错误: 缺少 Java 构建器 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,218 @@ | ||
|
||
backward.dependencies.usage.view.initial.text=选择在右侧树中搜索的位置以及在左侧树中搜索的内容。 | ||
backward.dependencies.usage.view.root.node.text=左侧树范围选区在右侧树范围选区中的用法 | ||
cannot.resolve.symbol=无法解析符号 ''{0}'' | ||
cleanup.in.file=清除代码 | ||
cleanup.in.scope=清除代码…… | ||
color.settings.common.default.language=默认语言 | ||
color.settings.rainbow.demo.header.1=语义高亮显示: | ||
color.settings.rainbow.demo.header.2=生成的光谱为局部变量和参数选择颜色: | ||
default.path.evaluator.option=告诉基准提供程序,如何评估给定文件的默认路径 | ||
error.cannot.resolve=无法解析 | ||
error.cannot.resolve.file.or.dir=无法解析 {0} ''{1}'' | ||
error.cannot.resolve.default.message=无法解析符号''{0}'' | ||
find.usages.panel.title.usages=用法 | ||
forward.dependencies.usage.view.initial.text=选择在左树哪里搜索和在右树搜索什么. | ||
forward.dependencies.usage.view.root.node.text=右侧树范围选区在左侧树范围选区中的用法 | ||
inspection.dead.code.comment=// --注释掉检查 | ||
inspection.dead.code.comment.quickfix=注释掉 | ||
inspection.dead.code.date.comment=// --注释掉检查 ({0}): | ||
inspection.dead.code.display.name=未使用的声明 | ||
inspection.dead.code.entry.point.quickfix=添加作为入口点 | ||
inspection.dead.code.entry.points.display.name=入口点 | ||
inspection.dead.code.export.results.instantiated.from.heading=实例化 | ||
inspection.dead.code.export.results.no.instantiations.found=没有实例化发现. | ||
inspection.dead.code.problem.synopsis=字段未分配. | ||
inspection.dead.code.problem.synopsis1=字段未使用. | ||
inspection.dead.code.problem.synopsis10=匿名类声明上下文从入口点是不可到达的.类是从来没有实例化. | ||
inspection.dead.code.problem.synopsis11=未发现类引用。类 static 初始值设定项不可到达。 | ||
inspection.dead.code.problem.synopsis12=类有一个实例化但它无法访问从入口点. | ||
inspection.dead.code.problem.synopsis13=类是不实例化. | ||
inspection.dead.code.problem.synopsis14=<ul><li>abstract 方法没有实现,或</li><li>实现类从未实例化,或</li><li>一个实例无法从入口点到达。</li></ul> | ||
inspection.dead.code.problem.synopsis15=<ul><li>方法所有者类没有实例化,或</li><li>一个实例是不是从入口点到达。</li></ul> | ||
inspection.dead.code.problem.synopsis16=方法从未使用。 | ||
inspection.dead.code.problem.synopsis17=方法使用(s),但他们都属于递归调用链,没有成员可从入口点. | ||
inspection.dead.code.problem.synopsis18=方法从入口点是不可到达的. | ||
inspection.dead.code.problem.synopsis19=类和{0, choice, 1#1|2#{0,number}}个实现都没有实例化. | ||
inspection.dead.code.problem.synopsis2=字段已被分配,从未被访问。 | ||
inspection.dead.code.problem.synopsis20=类有 {0, choice, 1#1|2#{0,number}}实例,但他们是不可达的切入点。 | ||
inspection.dead.code.problem.synopsis21=方法从未用作此{0}的成员,但仅作为实现类的成员。如果从{0}中移除该方法,项目将保持兼容。 | ||
inspection.dead.code.problem.synopsis22=方法覆盖一个库方法但<ul><li>其{0}是从来没有实例化或</li><li>其{0}实例从入口点是不可到达的..</li></ul> | ||
inspection.dead.code.problem.synopsis23={0}是没有实现. | ||
inspection.dead.code.problem.synopsis24={0} 有一个实现但 <ul><li>这是从来没有实例化或</li><li>没有实例化从入口点是可及的.</li></ul> | ||
inspection.dead.code.problem.synopsis25={0} 有 {1, choice, 1#直接或间接的实现|2#{1,number} 直接或间接的实现} 但是 <ul><li>他们从不实例化或</li><li>没有实例可从入口点。</li></ul> | ||
inspection.dead.code.problem.synopsis26.constructor=构造函数从未使用过. | ||
inspection.dead.code.problem.synopsis26.method=方法从未使用。 | ||
inspection.dead.code.problem.synopsis27.constructor=构造函数有用法(s),但他们都属于递归调用链,没有成员可从入口点. | ||
inspection.dead.code.problem.synopsis27.method=方法使用(s),但他们都属于递归调用链,没有成员可从入口点. | ||
inspection.dead.code.problem.synopsis28.constructor=构造函数有一个用法,但它是不可到达的从入口点. | ||
inspection.dead.code.problem.synopsis28.method=方法有一个使用但它无法访问从入口点. | ||
inspection.dead.code.problem.synopsis29.constructor=构造函数有 {0, choice, 1#使用|2#{0,number} 使用} 但他们是不可达的切入点。 | ||
inspection.dead.code.problem.synopsis29.method=方法有 {0, choice, 1#使用|2#{0,number} 使用} 但他们是不可达的切入点。 | ||
inspection.dead.code.problem.synopsis3=字段有一个用法,但从入口点无法访问. | ||
inspection.dead.code.problem.synopsis4=字段有{0, choice, 1#1|2#{0,number}}个用法,但不能从入口点访问. | ||
inspection.dead.code.problem.synopsis6=可到达。在项目代码中发现{0, choice, 1#1 个用法|2#{0, number} 个用法}。 | ||
inspection.dead.code.problem.synopsis6.suspicious=不可到达。在项目代码中发现{0, choice, 1#1 个用法|2#{0, number} 个用法}。 | ||
inspection.dead.code.problem.synopsis7=具有可到达的实例化。在项目代码中发现 {0, choice, 1#1 个实例化|2#{0, number} 个实例化}。 | ||
inspection.dead.code.problem.synopsis7.suspicious=没有可到达的实例化。在项目代码中发现 {0, choice, 0#0 个实例化|1#1 个实例化|2#{0, number} 个实例化}。 | ||
inspection.dead.code.problem.synopsis8=具有可到达的实现实例化。在项目代码中发现 {0, choice, 1#1 个实例化|2#{0, number} 个实例化}。 | ||
inspection.dead.code.problem.synopsis8.suspicious=没有可达的实例化实现。在项目代码中找到{0, choice, 1#1|2#{0, number}}个实例. | ||
inspection.dead.code.problem.synopsis9=在项目代码中发现{0, choice, 1#1|2#{0, number}}个实例化。 | ||
inspection.dead.code.problem.synopsis9.suspicious=匿名类上下文不可达。类未被实例化。在项目代码中找到{0, choice, 1#1|2#{0, number}}个实例化。 | ||
inspection.dead.code.remove.user.defined.entry.point.quickfix=删除用户定义的入口点 | ||
inspection.dead.code.safe.delete.quickfix=安全删除 | ||
inspection.dead.code.commented.hint=已注释掉 | ||
inspection.dead.code.deleted.hint=已删除 | ||
inspection.dead.code.start.comment=// --注释掉检查 START ({0}):\n | ||
inspection.dead.code.stop.comment=// --注释掉检查 STOP ({0})\n | ||
inspection.deprecated.display.name=弃用的 API 用法 | ||
inspection.disabled.error=检查''{0}''是禁用:{1}. | ||
inspection.disabled.wrong.id=检查''{0}''是禁用:ID''{1}''不匹配''{2}''模式. | ||
inspection.display.name.syntax.error=语法错误 | ||
inspection.export.results.abstract=abstract | ||
inspection.export.results.abstract.class=abstract 类 | ||
inspection.export.results.anonymous.ref.in.owner=位于 | ||
inspection.export.results.at.line=行 | ||
inspection.export.results.capitalized.abstract.class=Abstract\\ class | ||
inspection.export.results.capitalized.class=类 | ||
inspection.export.results.capitalized.interface=接口 | ||
inspection.export.results.capitalized.location=位置 | ||
inspection.export.results.class=类 | ||
inspection.export.results.constructor=构造函数 | ||
inspection.export.results.dead.code=未使用的声明 | ||
inspection.export.results.derived.methods=派生方法 | ||
inspection.export.results.extended=延长 | ||
inspection.export.results.extended.implemented=继承/实现 | ||
inspection.export.results.extends.implements=继承/实现 | ||
inspection.export.results.field=字段 | ||
inspection.export.results.file=文件 | ||
inspection.export.results.initializer=初始值设定项 | ||
inspection.export.results.interface=接口 | ||
inspection.export.results.method=方法 | ||
inspection.export.results.no.problems.found=没有发现错误或警告 | ||
inspection.export.results.overrides.implements=重写/实现 | ||
inspection.export.results.static=static | ||
inspection.export.results.used.from=使用从 | ||
inspection.export.results.uses=使用以下 | ||
inspection.export.results.invalidated.item=无效的项目 | ||
inspection.marked.for.removal.display.name=使用API标记为删除 | ||
inspection.options.action.text=检查''{0}''选项 | ||
inspection.problem.resolution=解决问题 | ||
inspection.problem.synopsis=问题摘要 | ||
inspection.processing.job.descriptor=正在处理以下位置中的项目用法 | ||
inspection.processing.job.descriptor1=处理外部使用 | ||
inspection.processing.job.descriptor2=分析代码 | ||
inspection.redirect.template=<html><body>注入元素存在问题: {0} (在<a href="#navigation/{1}:{2}">{3}</a> 中)。</body></html> | ||
inspection.reference.anonymous=匿名 | ||
inspection.reference.invalid=元素不再存在 | ||
local.scopes.node.text=局部范围 | ||
package.dependencies.progress.text=正在分析软件包依赖项 | ||
pass.syntax=语法分析 | ||
predefined.scope.problems.name=问题 | ||
predefined.scope.production.name=生产 | ||
psi.search.scope.production.files=项目生产文件 | ||
psi.search.scope.test.files=项目测试文件 | ||
scanning.scope.progress.title=正在扫描范围… | ||
scope.directory=目录 ''{0}'' | ||
scope.display.name.allow.scope=在范围''{1}''启用范围''{0}''的使用 | ||
scope.display.name.deny.scope=在范围 ''{1}'' 拒绝范围 ''{0}'' 的用法 | ||
scope.file=文件 ''{0}'' | ||
scope.module.list={1, choice, 1#模块|2#模块} {0} | ||
scope.option.module=模块 ''{0}'' | ||
scope.project=项目 ''{0}'' | ||
scope.selected.files=选定的文件 | ||
scope.virtual.files=选择区域 | ||
display.name.directories.0=目录 {0} | ||
display.name.directory.0=目录 ''{0}'' | ||
shared.scopes.node.text=共享范围 | ||
suppress.inspection.family=禁止检查 | ||
suppress.inspection.statement=抑制for语句 | ||
suppress.inspection.file=对文件禁止 | ||
suspicious.name.combination.add.title=添加名称组 | ||
suspicious.name.combination.display.name=可疑的变量/形参名称组合 | ||
suspicious.name.combination.edit.title=编辑群名称 | ||
suspicious.name.combination.options.prompt=输入一个逗号分隔的名称列表: | ||
suspicious.name.combination.options.title=组名称: | ||
|
||
#filters | ||
inspections.settings.show.modified.text=仅显示修改的检查 | ||
inspections.settings.show.new.text=显示 {0} 中的新检查 | ||
inspections.settings.show.new.description=显示自 {0} 起可用的新检查 | ||
inspections.settings.language.not.specified.warning=未指定语言 | ||
inspections.settings.show.only.batch.text=仅显示批处理模式检查 | ||
inspections.settings.show.only.cleanup.text=仅显示清理检查 | ||
inspections.settings.show.only.disabled.text=仅显示禁用项 | ||
inspections.settings.show.only.enabled.text=仅显示启用项 | ||
|
||
#import | ||
inspections.settings.undefined.severities.detected.dialog.message=检测到未定义的严重程度: {0}。要创建它们吗? | ||
inspections.settings.overwrite.action.text=覆盖 | ||
inspections.settings.overwrite.warning.title=覆盖警告 | ||
inspections.settings.profile.already.exists.dialog.message=名称为 ''{0}'' 的配置文件已存在。要覆盖它吗? | ||
inspections.settings.invalid.format.warning=文件 ''{0}'' 的格式无效。 | ||
inspections.settings.profile.file.chooser.description=选择配置文件 | ||
|
||
#details | ||
inspections.settings.empty.text=找不到检查 | ||
inspections.settings.options.title=选项 | ||
inspections.settings.options.title.specific.scope=''{0}'' 的选项 | ||
inspections.settings.disable.new.inspections.by.default.checkbox=默认禁用新检查 | ||
inspections.settings.multiple.inspections.warning=选择了多个检查。您可以将它们作为单个检查进行编辑。 | ||
inspections.settings.no.description.warning=无法找到检查描述。 | ||
inspections.settings.scopes.order.title=范围顺序 | ||
inspections.settings.scopes.name=名称 | ||
inspections.settings.scopes.pattern=模式 | ||
inspections.settings.scopes.order.help.label=此配置文件中的所有检查共用范围顺序。<br>如果文件属于多个范围,则使用列表中第一个范围的检查设置。 | ||
text.illegal.character=非法字符: {0} | ||
intention.name.in.injection=在注入中{0} | ||
inspection.message.line.separators.in.current.file.differ.from.project.defaults=当前文件的行分隔符({0})中与项目默认设置({1})不同 | ||
intention.family.name.convert.to.project.line.separators=转换为项目行分隔符 | ||
|
||
#GPUB | ||
parsing.error.empty.element.parsed.in.at.offset=在 ''{0}'' 的偏移 {1} 处解析了空元素 | ||
parsing.error.maximum.recursion.level.reached.in=在 ''{1}'' 中达到了最大递归级别({0}) | ||
parsing.error.no.expected.done.marker.at.offset=偏移 {0} 处没有预期的完成标记 | ||
parsing.error.unmatched.input=不匹配的输入 | ||
parsing.error.expected=应为 {0} | ||
parsing.error.expected.got=应为 {0},得到 ''{1}'' | ||
parsing.error.unexpected=意外 ''{0}'' | ||
parsing.error.and.ellipsis=和 … | ||
parsing.error.or=或 | ||
|
||
#templates | ||
template.context.everywhere=所有位置 | ||
insert.code.template.command=插入代码模板 | ||
completion.not.all.variants.are.shown=输入更多字符以查看所有建议 | ||
inspection.display.name.annotator=注解器 | ||
library.0=库 ''{0}'' | ||
tests.scope.name=测试 | ||
all.scope.name=所有 | ||
generated.files.scope.name=生成的文件 | ||
MsDomainInUserNameValidator.progress.title.set.up.domain.authentication=设置域身份验证 | ||
MsDomainInUserNameValidator.notification.title.not.allowed.in.user.name=用户名中不允许使用 '\' | ||
MsDomainInUserNameValidator.notification.content.do.you.want.to.set.up.href.action0.domain.authentication=想要设置<a href='$ACTION0'>域身份验证</a>吗? | ||
MsDomainInUserNameValidator.notification.content.not.allowed.in.user.name.looks.like.you.want.domain.authentication=用户名中不允许使用 '\'。您可以使用域身份验证 | ||
SsrpInfoCache.progress.title.discovering.reachable.sql.server.instances=正在发现可到达的 SQL Server 实例 | ||
SsrpInfoCache.progress.title.discovering.instances.on=正在发现 {0} 上的实例 | ||
MsBuiltinInspection.inspection.message.second.argument.isnull.implicitly.truncated=ISNULL() 的第二个参数被隐式截断 | ||
MsOrderByInspection.inspection.message.order.by.clause.invalid=除非指定 TOP、OFFSET 或 FOR XML 子句,否则 ORDER BY 子句在子查询和视图中无效 | ||
OraErrorHandler.set.locale=区域设置 | ||
notification.title.unix.socket.connection=Unix 套接字连接 | ||
command.name.gather.fixes=收集修正 | ||
intention.family.name.fix.all.problems.like.this=修正所有诸如此类的问题 | ||
intention.name.apply.all.fixes.in.file=在文件中应用所有 ''{0}'' 修正 | ||
|
||
file.read.error=无法从文件 {0} 读取。 | ||
file.write.error=文件{0}无法写入。 | ||
file.delete.root.error=无法删除根文件{0}。 | ||
|
||
inspections.settings.empty.text.filters.link=清除筛选器 | ||
inspections.settings.empty.text.inspection.link=创建检查… | ||
inspections.settings.popup.title.create.inspection=创建检查 | ||
jar.modification.not.supported.error=不能修改jar或zip文件{0}。 | ||
documentation.settings.inline.code.highlighting.mode.no.highlighting=无高亮显示 | ||
documentation.settings.inline.code.highlighting.mode.as.default.code=作为普通代码 | ||
documentation.settings.inline.code.highlighting.mode.semantic.highlighting=高亮显示关键字 | ||
empty.inspection.action.description=检查 ''{0}'' 没有快速修复。请点击以编辑检查选项,禁止警告或完全禁用检查。 | ||
inspection.progress.single.inspection.title=正在运行检查 ''{0}''… | ||
inspection.progress.profile.title=正在使用配置文件 ''{0}'' 检查… |
Oops, something went wrong.