⁠
kyle wood: New translations minecraftdevelopment.properties (Chinese Simplified)
- #
- # Minecraft Development for IntelliJ
- #
- # https://mcdev.io/
- #
- # Copyright (C) 2025 minecraft-dev
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU Lesser General Public License as published
- # by the Free Software Foundation, version 3.0 only.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU Lesser General Public License
- # along with this program. If not, see <https://www.gnu.org/licenses/>.
- #
-
- creator.ui.build_system.label=构建系统:
- creator.ui.build_system.label.gradle=Gradle
- creator.ui.build_system.label.maven=Maven
-
- creator.ui.group.title=构建系统配置
- creator.ui.group.group_id=组 ID:
- creator.ui.group.artifact_id=工件 ID:
- creator.ui.group.version=版本:
-
- creator.ui.platform.type.label=平台类型:
- creator.ui.platform.label=平台:
- creator.ui.platform.mod.name=Mod
- creator.ui.platform.plugin.name=Plugin
- creator.ui.group.default.label=Default
- creator.ui.group.mod.label=Mod
- creator.ui.group.plugin.label=Plugin
- creator.ui.group.proxy.label=Proxy
-
- creator.ui.custom.step.description=Creating project based on template...
- creator.ui.custom.repos.label=Repositories\:
- creator.ui.custom.groups.label=Groups\:
- creator.ui.custom.templates.label=Templates\:
- creator.ui.custom.path.label=Templates Path\:
- creator.ui.custom.path.dialog.title=Template Root
- creator.ui.custom.path.dialog.description=Select the root directory of the template repository
- creator.ui.custom.archive.dialog.title=Template Archive
- creator.ui.custom.archive.dialog.description=Select the ZIP file containing the template
- creator.ui.custom.remote.url.label=Download URL\:
- creator.ui.custom.remote.url.comment='$version' will be replaced by the template descriptor version currently in use
- creator.ui.custom.remote.inner_path.label=Inner Path\:
- creator.ui.custom.remote.inner_path.comment='$version' will be replaced by the template descriptor version currently in use
- creator.ui.custom.remote.auth_type.label=Authentication\:
- creator.ui.custom.remote.basic_auth.username.label=Username\:
- creator.ui.custom.remote.basic_auth.password.label=Password\:
- creator.ui.custom.remote.bearer_token.label=Bearer Token\:
- creator.ui.custom.remote.git_http_provider.label=Git HTTP Auth Provider\:
- creator.ui.custom.remote.git_http_account.label=Git HTTP Account\:
- creator.ui.custom.remote.custom_header.name.label=Name\:
- creator.ui.custom.remote.custom_header.value.label=Value\:
- creator.ui.custom.remote.auto_update.label=Auto update
-
- creator.ui.warn.no_properties=This template has no properties
- creator.ui.error.template_warns_and_errors=This template contains warnings and errors\:
- creator.ui.error.template_warns=This template contains warnings\:
- creator.ui.error.template_errors=This template contains errors\:
-
- creator.ui.license.label=许可证:
- creator.ui.main_class.label=主类:
- creator.ui.mc_version.label=Minecraft 版本:
- creator.ui.mod_name.label=Mod 名称:
- creator.ui.mod_id.label=Mod &ID\:
- creator.ui.plugin_name.label=Plugin 名称:
- creator.ui.plugin_id.label=Plugin &ID\:
- creator.ui.description.label=简介:
- creator.ui.authors.label=作者:
- creator.ui.website.label=网站:
- creator.ui.repository.label=仓库:
- creator.ui.issue_tracker.label=Issue Tracker:
- creator.ui.update_url.label=更新 URL:
- creator.ui.depend.label=依赖:
- creator.ui.log_prefix.label=Log Prefix\:
- creator.ui.load_at.label=Load At\:
- creator.ui.load_at.option.startup=Startup
- creator.ui.load_at.option.postworld=Post World
- creator.ui.soft_depend.label=软依赖:
- creator.ui.use_mixins.label=使用 Mixins:
- creator.ui.split_sources.label=Split Sources\:
- creator.ui.java_version.label=Java Version\:
- creator.ui.jdk.label=JDK\:
- creator.ui.optional_settings.label=Optional Settings
- creator.ui.parchment.label=Parchment:
- creator.ui.parchment.include.label=Include:
- creator.ui.parchment.include.old_mc.label=更旧的 Minecraft 版本
- creator.ui.parchment.include.snapshots.label=快照版本
- creator.ui.parchment.no_version.message=没有与您的配置相匹配的 Parchment 版本
- creator.ui.mod_environment.label=Environment\:
- creator.ui.mod_environment.option.*=Both
- creator.ui.mod_environment.option.client=Client
- creator.ui.mod_environment.option.server=Server
- creator.ui.forge_version.label=Forge\:
- creator.ui.neoforge_version.label=NeoForge\:
- creator.ui.show_snapshots.label=Show snapshots\:
- creator.ui.loom_version.label=Loom Version\:
- creator.ui.loader_version.label=Loader Version\:
- creator.ui.yarn_version.label=Yarn Version\:
- creator.ui.use_official_mappings.label=Use official mappings
- creator.ui.fabricapi_version.label=Fabric API Version\:
- creator.ui.use_fabricapi.label=Use Fabric API
- creator.ui.spongeapi_version.label=Sponge Version\:
- creator.ui.velocity_version.label=Velocity Version\:
- creator.ui.versions_download.label=Downloading versions...
-
- creator.ui.warn.no_yarn_to_mc_match=Unable to match Yarn versions to Minecraft version
- creator.ui.warn.no_fabricapi_to_mc_match=Unable to match API versions to Minecraft version
-
- creator.ui.outdated.message=Minecraft 项目向导过时了吗? <a href\="{0}">创建一个 issue</a> 在 MinecraftDev 的 Issue Tracker。
-
- creator.ui.generic_validation_failure.message=无法 {0} {1}
- creator.ui.generic_unfinished.message=尚未完成 {0}
-
- creator.ui.create_minecraft_project=创建新的 Minecraft 项目
-
- creator.step.generic.project_created.message=正在创建您的项目
- creator.step.generic.init_template_providers.message=Initializing templates
- creator.step.generic.load_template.message=Loading templates
- creator.step.generic.no_templates_available.message=There are no templates available
-
- creator.step.gradle.patch_gradle.description=修补 Gradle 文件
- creator.step.gradle.import_gradle.description=导入 Gradle 项目
-
- creator.step.wait_for_smart.description=索引中
-
- creator.step.maven.patch_pom.description=修补 pom.xml
- creator.step.maven.import_maven.description=导入 Maven 项目
-
- creator.step.reformat.description=重新设置文件格式
-
- creator.validation.custom.path_not_a_directory=Path is not a directory
- creator.validation.custom.path_not_a_file=Path is not a file
-
- creator.validation.blank=Must not be blank
- creator.validation.group_id_non_example=组 ID 必须从 "org.example "更改为 "org.example"。
- creator.validation.semantic_version=版本必须是有效的语义版本
- creator.validation.class_fqn=Must be a valid class fully qualified name
- creator.validation.regex=Must match regex {0}
- creator.validation.invalid_option=Selection is not a valid option
-
- creator.validation.jdk_preferred=Java {0} 推荐用于 {1}
- creator.validation.jdk_preferred_default_reason=这些设置
-
- error_reporter.submit.action=向 Minecraft Dev 的 GitHub Issue Tracker报告
- error_reporter.submit.failure=预期为 HTTP_CREATED (201),结果为 {0}。
- error_reporter.submit.ignored=忽略错误
-
- error_reporter.report.title=错误报告
- error_reporter.report.created=成功创建 Issue \#{0}。
- error_reporter.report.created.action=查看 issue
- error_reporter.report.commented=已成功 comment 现有 Issue \#{0}。
- error_reporter.report.commented.action=查看 comment
-
- error_reporter.report.error=提交 Issue 时出错: {0}.
- error_reporter.report.error.action=在 GitHub Issue Tracker 上打开一个 issue
-
- facet.editor.name=Minecraft 模块设置
- facet.reimport.failed.title=Minecraft facet refresh
- facet.reimport.failed.content.no_error=Failed to start project refresh, please refresh your project manually.
- facet.reimport.failed.content.with_error=Failed to start project refresh, please refresh your project manually. Cause\: {0}
-
- generate.event_listener.title=生成 Event Listener
- generate.event_listener.settings=Event Listener 设置
- generate.event_listener.event_priority=Event Priority
- generate.event_listener.event_order=Event Order
- generate.event_listener.ignore_if_canceled=Ignore if event is canceled
-
- generate.class.caption=Minecraft 类
- generate.class.description=为模组制作者生成类
-
- generate.color.change_action=更改颜色
- generate.color.change_error=无法更改 {0} 中的颜色
- generate.color.choose_action=选择颜色
-
- insight.event_listener.marker=Event Listener 行标记
- insight.event_listener.marker.goto=转到 Event 声明
- insight.event_listener.marker.accessible_name=event listener 指示器
- insight.event_listener.marker.multiple=多重方法重载
-
- insight.plugin.marker=Minecraft Plugin 行标记
- insight.plugin.marker.accessible_name=minecraft {0} entry point 指示器
- insight.plugin.marker.accessible_name_mod=mod
- insight.plugin.marker.accessible_name_plugin=plugin
- insight.plugin.marker.accessible_name_unsure=mod 或 plugin
-
- inspection.is_cancelled.name=无用的 event isCancelled 检查
- inspection.is_cancelled.description=报告无用的 event 取消检查
- inspection.entry_point.name=Minecraft Entry Point
- inspection.entity_data_param.description=当传递给实体数据参数定义的类与包含的实体类不一致时,会发出报告。
- inspection.entity_data_param.message=实体类与此实体类不匹配
- inspection.entity_data_param.fix=用该实体类替换其他实体类
-
- nbt.compression.gzip=GZipped
- nbt.compression.uncompressed=未压缩
- nbt.compression.file_type.label=压缩:
- nbt.compression.save.button=保存
-
- nbt.file_type.name=NBT
- nbt.file_type.description=NBT
-
- nbt.lang.annotate.material=Material
- nbt.lang.annotate.type_byte=类型: byte
- nbt.lang.annotate.type_short=类型: short
- nbt.lang.annotate.type_long=类型: long
- nbt.lang.annotate.type_float=类型: float
- nbt.lang.annotate.type_double=类型: double
-
- nbt.lang.display_name=NBT 文本
- nbt.lang.description=NBT 文本表示法(不要使用这一种)
-
- nbt.lang.highlighting.keyword.display_name=关键词 (Keyword)
- nbt.lang.highlighting.string.display_name=字符串 (String)
- nbt.lang.highlighting.unquoted_string.display_name=未引用字符串 (Unquoted string)
- nbt.lang.highlighting.name.display_name=名称 (Name)
- nbt.lang.highlighting.unquoted_name.display_name=未引用名称 (Unquoted name)
- nbt.lang.highlighting.byte.display_name=字节(Byte)
- nbt.lang.highlighting.short.display_name=短整型 (Short)
- nbt.lang.highlighting.int.display_name=整型 (Int)
- nbt.lang.highlighting.long.display_name=长整型 (Long)
- nbt.lang.highlighting.float.display_name=单精度(Float)
- nbt.lang.highlighting.double.display_name=双精度(Double)
- nbt.lang.highlighting.material.display_name=Material
-
- nbt.lang.style.space_before_colon=冒号前的空格
- nbt.lang.style.space_after_colon=冒号后的空格
- nbt.lang.style.list_brackets=列表括号
- nbt.lang.style.array_parentheses=数组括号
-
- nbt.lang.inlay_hints.one_child=1 child
- nbt.lang.inlay_hints.children={0} children
-
- nbt.lang.errors.unknown=未知错误。
- nbt.lang.errors.invalid_list=列表只能包含相同类型的元素。
- nbt.lang.errors.wrong_tag_id=发现意外标签 ID: {0}。
- nbt.lang.errors.invalid_root=NBT 文件中的根标签不是复合(Compound)标签。
- nbt.lang.errors.reading=读取文件时出错。
- nbt.lang.errors.parse_timeout=超过 NBT 解析超时 - 解析时间: {0},超时: {1}。
-
- nbt.lang.errors.wrapped_error_message=错误的 NBT 文件:\n{0}
-
- nbt.editor.name=NBT 文本
-
- nbt.file.save_notify.success.title=已成功保存 NBT 文件
- nbt.file.save_notify.success.content={0} 已成功保存。
-
- nbt.file.save_notify.file_type_error.title=保存 NBT 文件时出错
- nbt.file.save_notify.file_type_error.content=文件未被识别为 NBT 文件。这可能是由于文件类型关联错误或文件过大造成的。
-
- nbt.file.save_notify.parse_error.title=保存 NBT 文件时出错
- nbt.file.save_notify.parse_error.content=由于文本表示中的错误,{0} 无法保存。
- nbt.file.save_notify.parse_exception.title=保存 NBT 文件时出错
- nbt.file.save_notify.parse_exception.content=发生意外异常,{0} 无法保存: {1}
-
- intention.error.cannot.create.class.message=无法创建类 ''{0}''\n{1}
- intention.error.cannot.create.class.title=创建类失败
-
- translation_sort.title=Select Sort Order
- translation_sort.order=Sort Order
- translation_sort.keep_comment=Keep Comment
-
- minecraft.settings.change_update_channel=更改插件更新通道
- minecraft.settings.chat_color_underline_style=聊天颜色下划线样式:
- minecraft.settings.display_name=Minecraft Development
- minecraft.settings.creator=Creator
- minecraft.settings.creator.repos=Template Repositories\:
- minecraft.settings.creator.repos.column.name=Name
- minecraft.settings.creator.repos.column.provider=Provider
- minecraft.settings.creator.repos.column.provider.none=None
- minecraft.settings.creator.repos.column.provider.basic=Basic
- minecraft.settings.creator.repos.column.provider.bearer=Bearer
- minecraft.settings.creator.repos.column.provider.git_http=Git HTTP
- minecraft.settings.creator.repos.column.provider.header=Custom Header
- minecraft.settings.creator.repo_config.title={0} Template Repo Configuration
- minecraft.settings.creator.repo.default_name=My Repo
- minecraft.settings.creator.repo.builtin_name=Built In
- minecraft.settings.creator.maven=Maven Repositories\:
- minecraft.settings.creator.maven.comment=If Username is blank, credentials are sourced from either\:<br>- <a href\="mcdev\://maven_settings">~/.m2/settings.xml</a> servers, see <a href\="https\://maven.apache.org/settings.html\#Servers">Maven's documentation</a><br>- <a href\="mcdev\://gradle_properties">~/.gradle/gradle.properties</a>, see <a href\="https\://docs.gradle.org/current/userguide/supported_repository_protocols.html\#sec\:handling-credentials">Gradle's documentation</a>
- minecraft.settings.creator.maven.column.id=ID
- minecraft.settings.creator.maven.column.id.tooltip=The server ID as it is in the Maven's settings.xml, or Gradle's home gradle.properties.
- minecraft.settings.creator.maven.column.url=URL
- minecraft.settings.creator.maven.column.url.tooltip=The base URL used to find what credentials to use.
- minecraft.settings.creator.maven.column.username=Username
- minecraft.settings.creator.maven.column.password=Password
- minecraft.settings.creator.maven.default_id=repo-id
-
- minecraft.settings.force_external_annotations=Force external annotations in Minecraft projects
- minecraft.settings.force_external_annotations.comment=The plugin uses external annotations to provide support for some features, like recognizing translation methods.
- minecraft.settings.lang_template.display_name=Localization Template
- minecraft.settings.lang_template.scheme=Scheme\:
- minecraft.settings.lang_template.project_must_be_selected=You must have selected a project for this\!
- minecraft.settings.lang_template.comment=<html>You may edit the template used for translation key sorting here.<br> Each line may be empty, a comment (with <font face\="monospace">\#</font>) or a glob pattern for matching translation keys (like <font face\="monospace">"item.*"</font>).<br> <b>Note\: Empty lines are respected and will be put into the sorting result.</b></html>
- minecraft.settings.mixin.definition_pos_relative_to_expression=@Definition position relative to @Expression
- minecraft.settings.mixin.mixin_class_icon=Show Mixin class icon
- minecraft.settings.mixin.shadow_annotation_same_line=@Shadow 注解在同一行
- minecraft.settings.mixin=Mixin
- minecraft.settings.project.display_name=Project-Specific Settings
- minecraft.settings.show_chat_color_gutter_icons=显示聊天颜色槽图标
- minecraft.settings.show_chat_color_underlines=显示聊天颜色下划线
- minecraft.settings.show_event_listener_gutter_icons=显示 event listener 槽图标
- minecraft.settings.show_project_platform_icons=显示项目平台图标
- minecraft.settings.title=Minecraft Development 设置
- minecraft.settings.translation=Translation
- minecraft.settings.translation.force_json_translation_file=Force JSON translation file (1.13+)
- minecraft.settings.translation.use_custom_convert_template=Use custom template for convert literal to translation
-
- minecraft.before=Before
- minecraft.after=After
-
- mixin.codeVision.target.accessor.hint={0,choice, 0\#no accessor mixins|1\#1 accessor mixin|2\#{0,number} accessor mixins}
- mixin.codeVision.target.accessor.name=Accessor Mixins
- mixin.codeVision.target.hint={0,choice, 0\#no mixins|1\#1 mixin|2\#{0,number} mixins}
- mixin.codeVision.target.name=Mixins
-
- mixinextras.expression.lang.errors.array_access_missing_index=Missing index
- mixinextras.expression.lang.errors.array_length_after_empty=Cannot specify array length after an unspecified array length
- mixinextras.expression.lang.errors.empty_array_initializer=Array initializer cannot be empty
- mixinextras.expression.lang.errors.index_not_expected_in_type=Index not expected in type
- mixinextras.expression.lang.errors.instanceof_non_type=Expected type
- mixinextras.expression.lang.errors.invalid_number=Invalid number
- mixinextras.expression.lang.errors.missing_array_length=Array construction must contain a length
- mixinextras.expression.lang.errors.new_array_dim_expr_with_initializer=Cannot use initializer for array with specified length
- mixinextras.expression.lang.errors.new_no_constructor_args_or_array=Expected constructor arguments or array creation
- mixinextras.expression.lang.errors.unresolved_symbol=Unresolved symbol
- mixinextras.expression.lang.errors.unused_definition=Unused definition
- mixinextras.expression.lang.errors.unused_symbol.fix=Remove definition
-
- mixinextras.expression.lang.display_name=MixinExtras Expressions
- mixinextras.expression.lang.highlighting.bad_char.display_name=Bad character
- mixinextras.expression.lang.highlighting.braces.display_name=Braces
- mixinextras.expression.lang.highlighting.brackets.display_name=Brackets
- mixinextras.expression.lang.highlighting.call_identifier.display_name=Identifier//Method call
- mixinextras.expression.lang.highlighting.capture.display_name=Capture
- mixinextras.expression.lang.highlighting.class_name_identifier.display_name=Identifier//Class name
- mixinextras.expression.lang.highlighting.comma.display_name=Comma
- mixinextras.expression.lang.highlighting.declaration_identifier.display_name=Identifier//Declaration
- mixinextras.expression.lang.highlighting.dot.display_name=Dot
- mixinextras.expression.lang.highlighting.identifier.display_name=Identifier
- mixinextras.expression.lang.highlighting.keyword.display_name=Keyword
- mixinextras.expression.lang.highlighting.member_name_identifier.display_name=Identifier//Member name
- mixinextras.expression.lang.highlighting.method_reference.display_name=Method reference
- mixinextras.expression.lang.highlighting.number.display_name=Number
- mixinextras.expression.lang.highlighting.operator.display_name=Operator
- mixinextras.expression.lang.highlighting.parens.display_name=Parentheses
- mixinextras.expression.lang.highlighting.primitive_type_identifier.display_name=Identifier//Primitive type
- mixinextras.expression.lang.highlighting.string.display_name=String
- mixinextras.expression.lang.highlighting.string_escape.display_name=String escape
- mixinextras.expression.lang.highlighting.type_declaration_identifier.display_name=Identifier//Type declaration
- mixinextras.expression.lang.highlighting.variable_identifier.display_name=Identifier//Variable
- mixinextras.expression.lang.highlighting.wildcard.display_name=Wildcard
-
- template.provider.builtin.label=Built In
- template.provider.remote.label=Remote
- template.provider.local.label=Local
- template.provider.zip.label=Archive
- #
- # Minecraft Development for IntelliJ
- #
- # https://mcdev.io/
- #
- # Copyright (C) 2025 minecraft-dev
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU Lesser General Public License as published
- # by the Free Software Foundation, version 3.0 only.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU Lesser General Public License
- # along with this program. If not, see <https://www.gnu.org/licenses/>.
- #
-
- creator.ui.build_system.label=构建系统:
- creator.ui.build_system.label.gradle=Gradle
- creator.ui.build_system.label.maven=Maven
-
- creator.ui.group.title=构建系统配置
- creator.ui.group.group_id=组 ID:
- creator.ui.group.artifact_id=工件 ID:
- creator.ui.group.version=版本:
-
- creator.ui.platform.type.label=平台类型\:
- creator.ui.platform.label=平台:
- creator.ui.platform.mod.name=Mod
- creator.ui.platform.plugin.name=Plugin
- creator.ui.group.default.label=Default
- creator.ui.group.mod.label=Mod
- creator.ui.group.plugin.label=Plugin
- creator.ui.group.proxy.label=Proxy
-
- creator.ui.custom.step.description=Creating project based on template...
- creator.ui.custom.repos.label=Repositories\:
- creator.ui.custom.groups.label=Groups\:
- creator.ui.custom.templates.label=Templates\:
- creator.ui.custom.path.label=Templates Path\:
- creator.ui.custom.path.dialog.title=Template Root
- creator.ui.custom.path.dialog.description=Select the root directory of the template repository
- creator.ui.custom.archive.dialog.title=Template Archive
- creator.ui.custom.archive.dialog.description=Select the ZIP file containing the template
- creator.ui.custom.remote.url.label=Download URL\:
- creator.ui.custom.remote.url.comment='$version' will be replaced by the template descriptor version currently in use
- creator.ui.custom.remote.inner_path.label=Inner Path\:
- creator.ui.custom.remote.inner_path.comment='$version' will be replaced by the template descriptor version currently in use
- creator.ui.custom.remote.auth_type.label=Authentication\:
- creator.ui.custom.remote.basic_auth.username.label=Username\:
- creator.ui.custom.remote.basic_auth.password.label=Password\:
- creator.ui.custom.remote.bearer_token.label=Bearer Token\:
- creator.ui.custom.remote.git_http_provider.label=Git HTTP Auth Provider\:
- creator.ui.custom.remote.git_http_account.label=Git HTTP Account\:
- creator.ui.custom.remote.custom_header.name.label=Name\:
- creator.ui.custom.remote.custom_header.value.label=Value\:
- creator.ui.custom.remote.auto_update.label=Auto update
-
- creator.ui.warn.no_properties=This template has no properties
- creator.ui.error.template_warns_and_errors=This template contains warnings and errors\:
- creator.ui.error.template_warns=This template contains warnings\:
- creator.ui.error.template_errors=This template contains errors\:
-
- creator.ui.license.label=许可证:
- creator.ui.main_class.label=主类:
- creator.ui.mc_version.label=Minecraft 版本:
- creator.ui.mod_name.label=Mod 名称:
- creator.ui.mod_id.label=Mod &ID\:
- creator.ui.plugin_name.label=Plugin 名称:
- creator.ui.plugin_id.label=Plugin &ID\:
- creator.ui.description.label=简介:
- creator.ui.authors.label=作者:
- creator.ui.website.label=网站:
- creator.ui.repository.label=仓库:
- creator.ui.issue_tracker.label=Issue Tracker:
- creator.ui.update_url.label=更新 URL:
- creator.ui.depend.label=依赖:
- creator.ui.log_prefix.label=Log Prefix\:
- creator.ui.load_at.label=Load At\:
- creator.ui.load_at.option.startup=Startup
- creator.ui.load_at.option.postworld=Post World
- creator.ui.soft_depend.label=软依赖:
- creator.ui.use_mixins.label=使用 Mixins:
- creator.ui.split_sources.label=Split Sources\:
- creator.ui.java_version.label=Java Version\:
- creator.ui.jdk.label=JDK\:
- creator.ui.optional_settings.label=Optional Settings
- creator.ui.parchment.label=Parchment:
- creator.ui.parchment.include.label=Include:
- creator.ui.parchment.include.old_mc.label=更旧的 Minecraft 版本
- creator.ui.parchment.include.snapshots.label=快照版本
- creator.ui.parchment.no_version.message=没有与您的配置相匹配的 Parchment 版本
- creator.ui.mod_environment.label=Environment\:
- creator.ui.mod_environment.option.*=Both
- creator.ui.mod_environment.option.client=Client
- creator.ui.mod_environment.option.server=Server
- creator.ui.forge_version.label=Forge\:
- creator.ui.neoforge_version.label=NeoForge\:
- creator.ui.show_snapshots.label=Show snapshots\:
- creator.ui.loom_version.label=Loom Version\:
- creator.ui.loader_version.label=Loader Version\:
- creator.ui.yarn_version.label=Yarn Version\:
- creator.ui.use_official_mappings.label=Use official mappings
- creator.ui.fabricapi_version.label=Fabric API Version\:
- creator.ui.use_fabricapi.label=Use Fabric API
- creator.ui.spongeapi_version.label=Sponge Version\:
- creator.ui.velocity_version.label=Velocity Version\:
- creator.ui.versions_download.label=Downloading versions...
-
- creator.ui.warn.no_yarn_to_mc_match=Unable to match Yarn versions to Minecraft version
- creator.ui.warn.no_fabricapi_to_mc_match=Unable to match API versions to Minecraft version
-
- creator.ui.outdated.message=Minecraft 项目向导过时了吗? <a href\="{0}">创建一个 issue</a> 在 MinecraftDev 的 Issue Tracker。
-
- creator.ui.generic_validation_failure.message=无法 {0} {1}
- creator.ui.generic_unfinished.message=尚未完成 {0}
-
- creator.ui.create_minecraft_project=创建新的 Minecraft 项目
-
- creator.step.generic.project_created.message=正在创建您的项目
- creator.step.generic.init_template_providers.message=Initializing templates
- creator.step.generic.load_template.message=Loading templates
- creator.step.generic.no_templates_available.message=There are no templates available
-
- creator.step.gradle.patch_gradle.description=修补 Gradle 文件
- creator.step.gradle.import_gradle.description=导入 Gradle 项目
-
- creator.step.wait_for_smart.description=索引中
-
- creator.step.maven.patch_pom.description=修补 pom.xml
- creator.step.maven.import_maven.description=导入 Maven 项目
-
- creator.step.reformat.description=重新设置文件格式
-
- creator.validation.custom.path_not_a_directory=Path is not a directory
- creator.validation.custom.path_not_a_file=Path is not a file
-
- creator.validation.blank=Must not be blank
- creator.validation.group_id_non_example=组 ID 必须从 "org.example "更改为 "org.example"。
- creator.validation.semantic_version=版本必须是有效的语义版本
- creator.validation.class_fqn=Must be a valid class fully qualified name
- creator.validation.regex=Must match regex {0}
- creator.validation.invalid_option=Selection is not a valid option
-
- creator.validation.jdk_preferred=Java {0} 推荐用于 {1}
- creator.validation.jdk_preferred_default_reason=这些设置
-
- error_reporter.submit.action=向 Minecraft Dev 的 GitHub Issue Tracker报告
- error_reporter.submit.failure=预期为 HTTP_CREATED (201),结果为 {0}。
- error_reporter.submit.ignored=忽略错误
-
- error_reporter.report.title=错误报告
- error_reporter.report.created=成功创建 Issue \#{0}。
- error_reporter.report.created.action=查看 issue
- error_reporter.report.commented=已成功 comment 现有 Issue \#{0}。
- error_reporter.report.commented.action=查看 comment
-
- error_reporter.report.error=提交 Issue 时出错: {0}.
- error_reporter.report.error.action=在 GitHub Issue Tracker 上打开一个 issue
-
- facet.editor.name=Minecraft 模块设置
- facet.reimport.failed.title=Minecraft facet refresh
- facet.reimport.failed.content.no_error=Failed to start project refresh, please refresh your project manually.
- facet.reimport.failed.content.with_error=Failed to start project refresh, please refresh your project manually. Cause\: {0}
-
- generate.event_listener.title=生成 Event Listener
- generate.event_listener.settings=Event Listener 设置
- generate.event_listener.event_priority=Event Priority
- generate.event_listener.event_order=Event Order
- generate.event_listener.ignore_if_canceled=Ignore if event is canceled
-
- generate.class.caption=Minecraft 类
- generate.class.description=为模组制作者生成类
-
- generate.color.change_action=更改颜色
- generate.color.change_error=无法更改 {0} 中的颜色
- generate.color.choose_action=选择颜色
-
- insight.event_listener.marker=Event Listener 行标记
- insight.event_listener.marker.goto=转到 Event 声明
- insight.event_listener.marker.accessible_name=event listener 指示器
- insight.event_listener.marker.multiple=多重方法重载
-
- insight.plugin.marker=Minecraft Plugin 行标记
- insight.plugin.marker.accessible_name=minecraft {0} entry point 指示器
- insight.plugin.marker.accessible_name_mod=mod
- insight.plugin.marker.accessible_name_plugin=plugin
- insight.plugin.marker.accessible_name_unsure=mod 或 plugin
-
- inspection.is_cancelled.name=无用的 event isCancelled 检查
- inspection.is_cancelled.description=报告无用的 event 取消检查
- inspection.entry_point.name=Minecraft Entry Point
- inspection.entity_data_param.description=当传递给实体数据参数定义的类与包含的实体类不一致时,会发出报告。
- inspection.entity_data_param.message=实体类与此实体类不匹配
- inspection.entity_data_param.fix=用该实体类替换其他实体类
-
- nbt.compression.gzip=GZipped
- nbt.compression.uncompressed=未压缩
- nbt.compression.file_type.label=压缩:
- nbt.compression.save.button=保存
-
- nbt.file_type.name=NBT
- nbt.file_type.description=NBT
-
- nbt.lang.annotate.material=Material
- nbt.lang.annotate.type_byte=类型: byte
- nbt.lang.annotate.type_short=类型: short
- nbt.lang.annotate.type_long=类型: long
- nbt.lang.annotate.type_float=类型: float
- nbt.lang.annotate.type_double=类型: double
-
- nbt.lang.display_name=NBT 文本
- nbt.lang.description=NBT 文本表示法(不要使用这一种)
-
- nbt.lang.highlighting.keyword.display_name=关键词(Keyword)
- nbt.lang.highlighting.string.display_name=字符串(String)
- nbt.lang.highlighting.unquoted_string.display_name=未引用字符串(Unquoted string)
- nbt.lang.highlighting.name.display_name=名称(Name)
- nbt.lang.highlighting.unquoted_name.display_name=未引用名称(Unquoted name)
- nbt.lang.highlighting.byte.display_name=字节型(Byte)
- nbt.lang.highlighting.short.display_name=短整型(Short)
- nbt.lang.highlighting.int.display_name=整型(Int)
- nbt.lang.highlighting.long.display_name=长整型(Long)
- nbt.lang.highlighting.float.display_name=单精度浮点数类型(Float)
- nbt.lang.highlighting.double.display_name=双精度浮点数类型(Double)
- nbt.lang.highlighting.material.display_name=Material
-
- nbt.lang.style.space_before_colon=冒号前的空格
- nbt.lang.style.space_after_colon=冒号后的空格
- nbt.lang.style.list_brackets=列表括号
- nbt.lang.style.array_parentheses=数组括号
-
- nbt.lang.inlay_hints.one_child=1 child
- nbt.lang.inlay_hints.children={0} children
-
- nbt.lang.errors.unknown=未知错误。
- nbt.lang.errors.invalid_list=列表只能包含相同类型的元素。
- nbt.lang.errors.wrong_tag_id=发现意外标签 ID: {0}.
- nbt.lang.errors.invalid_root=NBT 文件中的根标签不是复合(Compound)标签。
- nbt.lang.errors.reading=读取文件时出错。
- nbt.lang.errors.parse_timeout=超过 NBT 解析超时 - 解析时间: {0},超时: {1}。
-
- nbt.lang.errors.wrapped_error_message=错误的 NBT 文件:\n{0}
-
- nbt.editor.name=NBT 文本
-
- nbt.file.save_notify.success.title=已成功保存 NBT 文件
- nbt.file.save_notify.success.content={0} 已成功保存。
-
- nbt.file.save_notify.file_type_error.title=保存 NBT 文件时出错
- nbt.file.save_notify.file_type_error.content=文件未被识别为 NBT 文件。这可能是由于文件类型关联错误或文件过大造成的。
-
- nbt.file.save_notify.parse_error.title=保存 NBT 文件时出错
- nbt.file.save_notify.parse_error.content=由于文本表示中的错误,{0} 无法保存。
- nbt.file.save_notify.parse_exception.title=保存 NBT 文件时出错
- nbt.file.save_notify.parse_exception.content=发生意外异常,{0} 无法保存: {1}
-
- intention.error.cannot.create.class.message=无法创建类 ''{0}''\n{1}
- intention.error.cannot.create.class.title=创建类失败
-
- translation_sort.title=Select Sort Order
- translation_sort.order=Sort Order
- translation_sort.keep_comment=Keep Comment
-
- minecraft.settings.change_update_channel=更改插件更新通道
- minecraft.settings.chat_color_underline_style=聊天颜色下划线样式:
- minecraft.settings.display_name=Minecraft Development
- minecraft.settings.creator=Creator
- minecraft.settings.creator.repos=Template Repositories\:
- minecraft.settings.creator.repos.column.name=Name
- minecraft.settings.creator.repos.column.provider=Provider
- minecraft.settings.creator.repos.column.provider.none=None
- minecraft.settings.creator.repos.column.provider.basic=Basic
- minecraft.settings.creator.repos.column.provider.bearer=Bearer
- minecraft.settings.creator.repos.column.provider.git_http=Git HTTP
- minecraft.settings.creator.repos.column.provider.header=Custom Header
- minecraft.settings.creator.repo_config.title={0} Template Repo Configuration
- minecraft.settings.creator.repo.default_name=My Repo
- minecraft.settings.creator.repo.builtin_name=Built In
- minecraft.settings.creator.maven=Maven Repositories\:
- minecraft.settings.creator.maven.comment=If Username is blank, credentials are sourced from either\:<br>- <a href\="mcdev\://maven_settings">~/.m2/settings.xml</a> servers, see <a href\="https\://maven.apache.org/settings.html\#Servers">Maven's documentation</a><br>- <a href\="mcdev\://gradle_properties">~/.gradle/gradle.properties</a>, see <a href\="https\://docs.gradle.org/current/userguide/supported_repository_protocols.html\#sec\:handling-credentials">Gradle's documentation</a>
- minecraft.settings.creator.maven.column.id=ID
- minecraft.settings.creator.maven.column.id.tooltip=The server ID as it is in the Maven's settings.xml, or Gradle's home gradle.properties.
- minecraft.settings.creator.maven.column.url=URL
- minecraft.settings.creator.maven.column.url.tooltip=The base URL used to find what credentials to use.
- minecraft.settings.creator.maven.column.username=Username
- minecraft.settings.creator.maven.column.password=Password
- minecraft.settings.creator.maven.default_id=repo-id
-
- minecraft.settings.force_external_annotations=Force external annotations in Minecraft projects
- minecraft.settings.force_external_annotations.comment=The plugin uses external annotations to provide support for some features, like recognizing translation methods.
- minecraft.settings.lang_template.display_name=Localization Template
- minecraft.settings.lang_template.scheme=Scheme\:
- minecraft.settings.lang_template.project_must_be_selected=You must have selected a project for this\!
- minecraft.settings.lang_template.comment=<html>You may edit the template used for translation key sorting here.<br> Each line may be empty, a comment (with <font face\="monospace">\#</font>) or a glob pattern for matching translation keys (like <font face\="monospace">"item.*"</font>).<br> <b>Note\: Empty lines are respected and will be put into the sorting result.</b></html>
- minecraft.settings.mixin.definition_pos_relative_to_expression=@Definition position relative to @Expression
- minecraft.settings.mixin.mixin_class_icon=Show Mixin class icon
- minecraft.settings.mixin.shadow_annotation_same_line=@Shadow 注解在同一行
- minecraft.settings.mixin=Mixin
- minecraft.settings.project.display_name=Project-Specific Settings
- minecraft.settings.show_chat_color_gutter_icons=显示聊天颜色槽图标
- minecraft.settings.show_chat_color_underlines=显示聊天颜色下划线
- minecraft.settings.show_event_listener_gutter_icons=显示 event listener 槽图标
- minecraft.settings.show_project_platform_icons=显示项目平台图标
- minecraft.settings.title=Minecraft Development 设置
- minecraft.settings.translation=Translation
- minecraft.settings.translation.force_json_translation_file=Force JSON translation file (1.13+)
- minecraft.settings.translation.use_custom_convert_template=Use custom template for convert literal to translation
-
- minecraft.before=Before
- minecraft.after=After
-
- mixin.codeVision.target.accessor.hint={0,choice, 0\#no accessor mixins|1\#1 accessor mixin|2\#{0,number} accessor mixins}
- mixin.codeVision.target.accessor.name=Accessor Mixins
- mixin.codeVision.target.hint={0,choice, 0\#no mixins|1\#1 mixin|2\#{0,number} mixins}
- mixin.codeVision.target.name=Mixins
-
- mixinextras.expression.lang.errors.array_access_missing_index=Missing index
- mixinextras.expression.lang.errors.array_length_after_empty=Cannot specify array length after an unspecified array length
- mixinextras.expression.lang.errors.empty_array_initializer=Array initializer cannot be empty
- mixinextras.expression.lang.errors.index_not_expected_in_type=Index not expected in type
- mixinextras.expression.lang.errors.instanceof_non_type=Expected type
- mixinextras.expression.lang.errors.invalid_number=Invalid number
- mixinextras.expression.lang.errors.missing_array_length=Array construction must contain a length
- mixinextras.expression.lang.errors.new_array_dim_expr_with_initializer=Cannot use initializer for array with specified length
- mixinextras.expression.lang.errors.new_no_constructor_args_or_array=Expected constructor arguments or array creation
- mixinextras.expression.lang.errors.unresolved_symbol=Unresolved symbol
- mixinextras.expression.lang.errors.unused_definition=Unused definition
- mixinextras.expression.lang.errors.unused_symbol.fix=Remove definition
-
- mixinextras.expression.lang.display_name=MixinExtras Expressions
- mixinextras.expression.lang.highlighting.bad_char.display_name=Bad character
- mixinextras.expression.lang.highlighting.braces.display_name=Braces
- mixinextras.expression.lang.highlighting.brackets.display_name=Brackets
- mixinextras.expression.lang.highlighting.call_identifier.display_name=Identifier//Method call
- mixinextras.expression.lang.highlighting.capture.display_name=Capture
- mixinextras.expression.lang.highlighting.class_name_identifier.display_name=Identifier//Class name
- mixinextras.expression.lang.highlighting.comma.display_name=Comma
- mixinextras.expression.lang.highlighting.declaration_identifier.display_name=Identifier//Declaration
- mixinextras.expression.lang.highlighting.dot.display_name=Dot
- mixinextras.expression.lang.highlighting.identifier.display_name=Identifier
- mixinextras.expression.lang.highlighting.keyword.display_name=Keyword
- mixinextras.expression.lang.highlighting.member_name_identifier.display_name=Identifier//Member name
- mixinextras.expression.lang.highlighting.method_reference.display_name=Method reference
- mixinextras.expression.lang.highlighting.number.display_name=Number
- mixinextras.expression.lang.highlighting.operator.display_name=Operator
- mixinextras.expression.lang.highlighting.parens.display_name=Parentheses
- mixinextras.expression.lang.highlighting.primitive_type_identifier.display_name=Identifier//Primitive type
- mixinextras.expression.lang.highlighting.string.display_name=String
- mixinextras.expression.lang.highlighting.string_escape.display_name=String escape
- mixinextras.expression.lang.highlighting.type_declaration_identifier.display_name=Identifier//Type declaration
- mixinextras.expression.lang.highlighting.variable_identifier.display_name=Identifier//Variable
- mixinextras.expression.lang.highlighting.wildcard.display_name=Wildcard
-
- template.provider.builtin.label=Built In
- template.provider.remote.label=Remote
- template.provider.local.label=Local
- template.provider.zip.label=Archive