@@ -31,36 +31,99 @@ creator.ui.platform.type.label=平台类型\:
3131creator.ui.platform.label =平台:
3232creator.ui.platform.mod.name =Mod
3333creator.ui.platform.plugin.name =Plugin
34+ creator.ui.group.default.label =Default
35+ creator.ui.group.mod.label =Mod
36+ creator.ui.group.plugin.label =Plugin
37+ creator.ui.group.proxy.label =Proxy
38+
39+ creator.ui.custom.step.description =Creating project based on template...
40+ creator.ui.custom.repos.label =Repositories\:
41+ creator.ui.custom.groups.label =Groups\:
42+ creator.ui.custom.templates.label =Templates\:
43+ creator.ui.custom.path.label =Templates Path\:
44+ creator.ui.custom.path.dialog.title =Template Root
45+ creator.ui.custom.path.dialog.description =Select the root directory of the template repository
46+ creator.ui.custom.archive.dialog.title =Template Archive
47+ creator.ui.custom.archive.dialog.description =Select the ZIP file containing the template
48+ creator.ui.custom.remote.url.label =Download URL\:
49+ creator.ui.custom.remote.url.comment ='$version' will be replaced by the template descriptor version currently in use
50+ creator.ui.custom.remote.inner_path.label =Inner Path\:
51+ creator.ui.custom.remote.inner_path.comment ='$version' will be replaced by the template descriptor version currently in use
52+ creator.ui.custom.remote.auth_type.label =Authentication\:
53+ creator.ui.custom.remote.basic_auth.username.label =Username\:
54+ creator.ui.custom.remote.basic_auth.password.label =Password\:
55+ creator.ui.custom.remote.bearer_token.label =Bearer Token\:
56+ creator.ui.custom.remote.git_http_provider.label =Git HTTP Auth Provider\:
57+ creator.ui.custom.remote.git_http_account.label =Git HTTP Account\:
58+ creator.ui.custom.remote.custom_header.name.label =Name\:
59+ creator.ui.custom.remote.custom_header.value.label =Value\:
60+ creator.ui.custom.remote.auto_update.label =Auto update
61+
62+ creator.ui.warn.no_properties =This template has no properties
63+ creator.ui.error.template_warns_and_errors =This template contains warnings and errors\:
64+ creator.ui.error.template_warns =This template contains warnings\:
65+ creator.ui.error.template_errors =This template contains errors\:
3466
3567creator.ui.license.label =许可证:
3668creator.ui.main_class.label =主类:
3769creator.ui.mc_version.label =Minecraft 版本:
3870creator.ui.mod_name.label =Mod 名称:
71+ creator.ui.mod_id.label =Mod &ID\:
3972creator.ui.plugin_name.label =Plugin 名称:
73+ creator.ui.plugin_id.label =Plugin &ID\:
4074creator.ui.description.label =简介:
4175creator.ui.authors.label =作者:
4276creator.ui.website.label =网站:
4377creator.ui.repository.label =仓库:
4478creator.ui.issue_tracker.label =Issue Tracker:
4579creator.ui.update_url.label =更新 URL:
4680creator.ui.depend.label =依赖:
81+ creator.ui.log_prefix.label =Log Prefix\:
82+ creator.ui.load_at.label =Load At\:
83+ creator.ui.load_at.option.startup =Startup
84+ creator.ui.load_at.option.postworld =Post World
4785creator.ui.soft_depend.label =软依赖:
4886creator.ui.use_mixins.label =使用 Mixins:
87+ creator.ui.split_sources.label =Split Sources\:
88+ creator.ui.java_version.label =Java Version\:
89+ creator.ui.jdk.label =JDK\:
90+ creator.ui.optional_settings.label =Optional Settings
4991creator.ui.parchment.label =Parchment:
5092creator.ui.parchment.include.label =Include:
5193creator.ui.parchment.include.old_mc.label =更旧的 Minecraft 版本
5294creator.ui.parchment.include.snapshots.label =快照版本
5395creator.ui.parchment.no_version.message =没有与您的配置相匹配的 Parchment 版本
54-
55- creator.ui.outdated.message =Minecraft 项目向导过时了吗? \
56- <a href="{0}">创建一个 issue</a> 在 MinecraftDev 的 Issue Tracker。
96+ creator.ui.mod_environment.label =Environment\:
97+ creator.ui.mod_environment.option.* =Both
98+ creator.ui.mod_environment.option.client =Client
99+ creator.ui.mod_environment.option.server =Server
100+ creator.ui.forge_version.label =Forge\:
101+ creator.ui.neoforge_version.label =NeoForge\:
102+ creator.ui.show_snapshots.label =Show snapshots\:
103+ creator.ui.loom_version.label =Loom Version\:
104+ creator.ui.loader_version.label =Loader Version\:
105+ creator.ui.yarn_version.label =Yarn Version\:
106+ creator.ui.use_official_mappings.label =Use official mappings
107+ creator.ui.fabricapi_version.label =Fabric API Version\:
108+ creator.ui.use_fabricapi.label =Use Fabric API
109+ creator.ui.spongeapi_version.label =Sponge Version\:
110+ creator.ui.velocity_version.label =Velocity Version\:
111+ creator.ui.versions_download.label =Downloading versions...
112+
113+ creator.ui.warn.no_yarn_to_mc_match =Unable to match Yarn versions to Minecraft version
114+ creator.ui.warn.no_fabricapi_to_mc_match =Unable to match API versions to Minecraft version
115+
116+ creator.ui.outdated.message =Minecraft 项目向导过时了吗? <a href\="{0}">创建一个 issue</a> 在 MinecraftDev 的 Issue Tracker。
57117
58118creator.ui.generic_validation_failure.message =无法 {0} {1}
59119creator.ui.generic_unfinished.message =尚未完成 {0}
60120
61121creator.ui.create_minecraft_project =创建新的 Minecraft 项目
62122
63123creator.step.generic.project_created.message =正在创建您的项目
124+ creator.step.generic.init_template_providers.message =Initializing templates
125+ creator.step.generic.load_template.message =Loading templates
126+ creator.step.generic.no_templates_available.message =There are no templates available
64127
65128creator.step.gradle.patch_gradle.description =修补 Gradle 文件
66129creator.step.gradle.import_gradle.description =导入 Gradle 项目
@@ -72,8 +135,15 @@ creator.step.maven.import_maven.description=导入 Maven 项目
72135
73136creator.step.reformat.description =重新设置文件格式
74137
138+ creator.validation.custom.path_not_a_directory =Path is not a directory
139+ creator.validation.custom.path_not_a_file =Path is not a file
140+
141+ creator.validation.blank =Must not be blank
75142creator.validation.group_id_non_example =组 ID 必须从 "org.example "更改为 "org.example"。
76143creator.validation.semantic_version =版本必须是有效的语义版本
144+ creator.validation.class_fqn =Must be a valid class fully qualified name
145+ creator.validation.regex =Must match regex {0}
146+ creator.validation.invalid_option =Selection is not a valid option
77147
78148creator.validation.jdk_preferred =Java {0} 推荐用于 {1}
79149creator.validation.jdk_preferred_default_reason =这些设置
@@ -83,18 +153,24 @@ error_reporter.submit.failure=预期为 HTTP_CREATED (201),结果为 {0}。
83153error_reporter.submit.ignored =忽略错误
84154
85155error_reporter.report.title =错误报告
86- error_reporter.report.created =成功创建 Issue #{0}。
156+ error_reporter.report.created =成功创建 Issue \ #{0}。
87157error_reporter.report.created.action =查看 issue
88- error_reporter.report.commented =已成功 comment 现有 Issue #{0}。
158+ error_reporter.report.commented =已成功 comment 现有 Issue \ #{0}。
89159error_reporter.report.commented.action =查看 comment
90160
91161error_reporter.report.error =提交 Issue 时出错: {0}.
92162error_reporter.report.error.action =在 GitHub Issue Tracker 上打开一个 issue
93163
94164facet.editor.name =Minecraft 模块设置
165+ facet.reimport.failed.title =Minecraft facet refresh
166+ facet.reimport.failed.content.no_error =Failed to start project refresh, please refresh your project manually.
167+ facet.reimport.failed.content.with_error =Failed to start project refresh, please refresh your project manually. Cause\: {0}
95168
96169generate.event_listener.title =生成 Event Listener
97170generate.event_listener.settings =Event Listener 设置
171+ generate.event_listener.event_priority =Event Priority
172+ generate.event_listener.event_order =Event Order
173+ generate.event_listener.ignore_if_canceled =Ignore if event is canceled
98174
99175generate.class.caption =Minecraft 类
100176generate.class.description =为模组制作者生成类
@@ -185,13 +261,101 @@ nbt.file.save_notify.parse_exception.content=发生意外异常,{0} 无法保
185261intention.error.cannot.create.class.message =无法创建类 ''{0}''\n {1}
186262intention.error.cannot.create.class.title =创建类失败
187263
188- minecraft.settings.display_name =Minecraft Development
189- minecraft.settings.title =Minecraft Development 设置
264+ translation_sort.title =Select Sort Order
265+ translation_sort.order =Sort Order
266+ translation_sort.keep_comment =Keep Comment
267+
190268minecraft.settings.change_update_channel =更改插件更新通道
191- minecraft.settings.show_project_platform_icons =显示项目平台图标
192- minecraft.settings.show_event_listener_gutter_icons =显示 event listener 槽图标
193- minecraft.settings.show_chat_color_gutter_icons =显示聊天颜色槽图标
194- minecraft.settings.show_chat_color_underlines =显示聊天颜色下划线
195269minecraft.settings.chat_color_underline_style =聊天颜色下划线样式:
196- minecraft.settings.mixin =Mixin
270+ minecraft.settings.display_name =Minecraft Development
271+ minecraft.settings.creator =Creator
272+ minecraft.settings.creator.repos =Template Repositories\:
273+ minecraft.settings.creator.repos.column.name =Name
274+ minecraft.settings.creator.repos.column.provider =Provider
275+ minecraft.settings.creator.repos.column.provider.none =None
276+ minecraft.settings.creator.repos.column.provider.basic =Basic
277+ minecraft.settings.creator.repos.column.provider.bearer =Bearer
278+ minecraft.settings.creator.repos.column.provider.git_http =Git HTTP
279+ minecraft.settings.creator.repos.column.provider.header =Custom Header
280+ minecraft.settings.creator.repo_config.title ={0} Template Repo Configuration
281+ minecraft.settings.creator.repo.default_name =My Repo
282+ minecraft.settings.creator.repo.builtin_name =Built In
283+ minecraft.settings.creator.maven =Maven Repositories\:
284+ 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>
285+ minecraft.settings.creator.maven.column.id =ID
286+ 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.
287+ minecraft.settings.creator.maven.column.url =URL
288+ minecraft.settings.creator.maven.column.url.tooltip =The base URL used to find what credentials to use.
289+ minecraft.settings.creator.maven.column.username =Username
290+ minecraft.settings.creator.maven.column.password =Password
291+ minecraft.settings.creator.maven.default_id =repo-id
292+
293+ minecraft.settings.force_external_annotations =Force external annotations in Minecraft projects
294+ minecraft.settings.force_external_annotations.comment =The plugin uses external annotations to provide support for some features, like recognizing translation methods.
295+ minecraft.settings.lang_template.display_name =Localization Template
296+ minecraft.settings.lang_template.scheme =Scheme\:
297+ minecraft.settings.lang_template.project_must_be_selected =You must have selected a project for this\!
298+ 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>
299+ minecraft.settings.mixin.definition_pos_relative_to_expression =@Definition position relative to @Expression
300+ minecraft.settings.mixin.mixin_class_icon =Show Mixin class icon
197301minecraft.settings.mixin.shadow_annotation_same_line =@Shadow 注解在同一行
302+ minecraft.settings.mixin =Mixin
303+ minecraft.settings.project.display_name =Project-Specific Settings
304+ minecraft.settings.show_chat_color_gutter_icons =显示聊天颜色槽图标
305+ minecraft.settings.show_chat_color_underlines =显示聊天颜色下划线
306+ minecraft.settings.show_event_listener_gutter_icons =显示 event listener 槽图标
307+ minecraft.settings.show_project_platform_icons =显示项目平台图标
308+ minecraft.settings.title =Minecraft Development 设置
309+ minecraft.settings.translation =Translation
310+ minecraft.settings.translation.force_json_translation_file =Force JSON translation file (1.13+)
311+ minecraft.settings.translation.use_custom_convert_template =Use custom template for convert literal to translation
312+
313+ minecraft.before =Before
314+ minecraft.after =After
315+
316+ mixin.codeVision.target.accessor.hint ={0,choice, 0\#no accessor mixins|1\#1 accessor mixin|2\#{0,number} accessor mixins}
317+ mixin.codeVision.target.accessor.name =Accessor Mixins
318+ mixin.codeVision.target.hint ={0,choice, 0\#no mixins|1\#1 mixin|2\#{0,number} mixins}
319+ mixin.codeVision.target.name =Mixins
320+
321+ mixinextras.expression.lang.errors.array_access_missing_index =Missing index
322+ mixinextras.expression.lang.errors.array_length_after_empty =Cannot specify array length after an unspecified array length
323+ mixinextras.expression.lang.errors.empty_array_initializer =Array initializer cannot be empty
324+ mixinextras.expression.lang.errors.index_not_expected_in_type =Index not expected in type
325+ mixinextras.expression.lang.errors.instanceof_non_type =Expected type
326+ mixinextras.expression.lang.errors.invalid_number =Invalid number
327+ mixinextras.expression.lang.errors.missing_array_length =Array construction must contain a length
328+ mixinextras.expression.lang.errors.new_array_dim_expr_with_initializer =Cannot use initializer for array with specified length
329+ mixinextras.expression.lang.errors.new_no_constructor_args_or_array =Expected constructor arguments or array creation
330+ mixinextras.expression.lang.errors.unresolved_symbol =Unresolved symbol
331+ mixinextras.expression.lang.errors.unused_definition =Unused definition
332+ mixinextras.expression.lang.errors.unused_symbol.fix =Remove definition
333+
334+ mixinextras.expression.lang.display_name =MixinExtras Expressions
335+ mixinextras.expression.lang.highlighting.bad_char.display_name =Bad character
336+ mixinextras.expression.lang.highlighting.braces.display_name =Braces
337+ mixinextras.expression.lang.highlighting.brackets.display_name =Brackets
338+ mixinextras.expression.lang.highlighting.call_identifier.display_name =Identifier//Method call
339+ mixinextras.expression.lang.highlighting.capture.display_name =Capture
340+ mixinextras.expression.lang.highlighting.class_name_identifier.display_name =Identifier//Class name
341+ mixinextras.expression.lang.highlighting.comma.display_name =Comma
342+ mixinextras.expression.lang.highlighting.declaration_identifier.display_name =Identifier//Declaration
343+ mixinextras.expression.lang.highlighting.dot.display_name =Dot
344+ mixinextras.expression.lang.highlighting.identifier.display_name =Identifier
345+ mixinextras.expression.lang.highlighting.keyword.display_name =Keyword
346+ mixinextras.expression.lang.highlighting.member_name_identifier.display_name =Identifier//Member name
347+ mixinextras.expression.lang.highlighting.method_reference.display_name =Method reference
348+ mixinextras.expression.lang.highlighting.number.display_name =Number
349+ mixinextras.expression.lang.highlighting.operator.display_name =Operator
350+ mixinextras.expression.lang.highlighting.parens.display_name =Parentheses
351+ mixinextras.expression.lang.highlighting.primitive_type_identifier.display_name =Identifier//Primitive type
352+ mixinextras.expression.lang.highlighting.string.display_name =String
353+ mixinextras.expression.lang.highlighting.string_escape.display_name =String escape
354+ mixinextras.expression.lang.highlighting.type_declaration_identifier.display_name =Identifier//Type declaration
355+ mixinextras.expression.lang.highlighting.variable_identifier.display_name =Identifier//Variable
356+ mixinextras.expression.lang.highlighting.wildcard.display_name =Wildcard
357+
358+ template.provider.builtin.label =Built In
359+ template.provider.remote.label =Remote
360+ template.provider.local.label =Local
361+ template.provider.zip.label =Archive
0 commit comments