|
18 | 18 | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
19 | 19 | # |
20 | 20 |
|
| 21 | +creator.ui.build_system.label=Build System\: |
| 22 | +creator.ui.build_system.label.gradle=Gradle |
| 23 | +creator.ui.build_system.label.maven=Maven |
| 24 | + |
| 25 | +creator.ui.group.title=Build System Properties |
| 26 | +creator.ui.group.group_id=Group ID\: |
| 27 | +creator.ui.group.artifact_id=Artifact ID\: |
| 28 | +creator.ui.group.version=Version\: |
| 29 | + |
| 30 | +creator.ui.platform.type.label=Platform Type\: |
| 31 | +creator.ui.platform.label=Platform\: |
| 32 | +creator.ui.platform.mod.name=Mod |
| 33 | +creator.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\: |
| 66 | + |
| 67 | +creator.ui.license.label=License\: |
| 68 | +creator.ui.main_class.label=Main Class\: |
| 69 | +creator.ui.mc_version.label=Minecraft &Version\: |
| 70 | +creator.ui.mod_name.label=Mod &Name\: |
| 71 | +creator.ui.mod_id.label=Mod &ID\: |
| 72 | +creator.ui.plugin_name.label=Plugin &Name\: |
| 73 | +creator.ui.plugin_id.label=Plugin &ID\: |
| 74 | +creator.ui.description.label=Description\: |
| 75 | +creator.ui.authors.label=Authors\: |
| 76 | +creator.ui.website.label=Website\: |
| 77 | +creator.ui.repository.label=Repository\: |
| 78 | +creator.ui.issue_tracker.label=Issue Tracker\: |
| 79 | +creator.ui.update_url.label=Update URL\: |
| 80 | +creator.ui.depend.label=Depend\: |
| 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 |
| 85 | +creator.ui.soft_depend.label=Soft Depend\: |
| 86 | +creator.ui.use_mixins.label=Use &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 |
| 91 | +creator.ui.parchment.label=Parchment\: |
| 92 | +creator.ui.parchment.include.label=Include\: |
| 93 | +creator.ui.parchment.include.old_mc.label=Older Minecraft versions |
| 94 | +creator.ui.parchment.include.snapshots.label=Snapshot versions |
| 95 | +creator.ui.parchment.no_version.message=No versions of Parchment matching your configuration |
| 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=Is the Minecraft project wizard outdated? <a href\="{0}">Create an issue</a> on the MinecraftDev issue tracker. |
| 117 | + |
| 118 | +creator.ui.generic_validation_failure.message=Unable to {0} {1} |
| 119 | +creator.ui.generic_unfinished.message=Haven''t finished {0} |
| 120 | + |
| 121 | +creator.ui.create_minecraft_project=Create a new Minecraft project |
| 122 | + |
| 123 | +creator.step.generic.project_created.message=Your project is being created |
| 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 |
| 127 | + |
| 128 | +creator.step.gradle.patch_gradle.description=Patching Gradle files |
| 129 | +creator.step.gradle.import_gradle.description=Importing Gradle project |
| 130 | + |
| 131 | +creator.step.wait_for_smart.description=Indexing |
| 132 | + |
| 133 | +creator.step.maven.patch_pom.description=Patching pom.xml |
| 134 | +creator.step.maven.import_maven.description=Importing Maven project |
| 135 | + |
| 136 | +creator.step.reformat.description=Reformatting files |
| 137 | + |
| 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 |
| 142 | +creator.validation.group_id_non_example=Group ID must be changed from "org.example" |
| 143 | +creator.validation.semantic_version=Version must be a valid 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 |
| 147 | + |
| 148 | +creator.validation.jdk_preferred=Java {0} is recommended for {1} |
| 149 | +creator.validation.jdk_preferred_default_reason=these settings |
| 150 | + |
| 151 | +error_reporter.submit.action=Report to Minecraft Dev GitHub Issue Tracker |
| 152 | +error_reporter.submit.failure=Expected HTTP_CREATED (201), obtained {0} instead. |
| 153 | +error_reporter.submit.ignored=Ignored error |
| 154 | + |
| 155 | +error_reporter.report.title=Error report |
| 156 | +error_reporter.report.created=Created Issue \#{0} successfully. |
| 157 | +error_reporter.report.created.action=View issue |
| 158 | +error_reporter.report.commented=Commented on existing Issue \#{0} successfully. |
| 159 | +error_reporter.report.commented.action=View comment |
| 160 | + |
| 161 | +error_reporter.report.error=Error Submitting Issue\: {0}. |
| 162 | +error_reporter.report.error.action=Open an issue on the GitHub issue tracker |
| 163 | + |
| 164 | +facet.editor.name=Minecraft Module Settings |
| 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} |
| 168 | + |
21 | 169 | generate.event_listener.title=Event Listener |
22 | 170 | generate.event_listener.settings=Configuration du 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 |
| 174 | + |
| 175 | +generate.class.caption=Minecraft Class |
| 176 | +generate.class.description=Class generation for modders |
| 177 | + |
| 178 | +generate.color.change_action=Change Color |
| 179 | +generate.color.change_error=Can''t change colors in {0} |
| 180 | +generate.color.choose_action=Choose Color |
| 181 | + |
| 182 | +insight.event_listener.marker=Event Listener line marker |
| 183 | +insight.event_listener.marker.goto=Go to Event declaration |
| 184 | +insight.event_listener.marker.accessible_name=event listener indicator |
| 185 | +insight.event_listener.marker.multiple=Multiple method overrides |
| 186 | + |
| 187 | +insight.plugin.marker=Minecraft Plugin line marker |
| 188 | +insight.plugin.marker.accessible_name=minecraft {0} entry point indicator |
| 189 | +insight.plugin.marker.accessible_name_mod=mod |
| 190 | +insight.plugin.marker.accessible_name_plugin=plugin |
| 191 | +insight.plugin.marker.accessible_name_unsure=mod or plugin |
| 192 | + |
| 193 | +inspection.is_cancelled.name=Useless event isCancelled check |
| 194 | +inspection.is_cancelled.description=Reports useless event cancellation checks |
| 195 | +inspection.entry_point.name=Minecraft Entry Point |
| 196 | +inspection.entity_data_param.description=Reports when the class passed to an entity data parameter definition is not the same as the containing entity class. |
| 197 | +inspection.entity_data_param.message=Entity class does not match this entity class |
| 198 | +inspection.entity_data_param.fix=Replace other entity class with this entity class |
| 199 | + |
| 200 | +nbt.compression.gzip=GZipped |
| 201 | +nbt.compression.uncompressed=Uncompressed |
| 202 | +nbt.compression.file_type.label=Compression\: |
| 203 | +nbt.compression.save.button=Save |
| 204 | + |
| 205 | +nbt.file_type.name=NBT |
| 206 | +nbt.file_type.description=NBT |
| 207 | + |
| 208 | +nbt.lang.annotate.material=Material |
| 209 | +nbt.lang.annotate.type_byte=Type\: byte |
| 210 | +nbt.lang.annotate.type_short=Type\: short |
| 211 | +nbt.lang.annotate.type_long=Type\: long |
| 212 | +nbt.lang.annotate.type_float=Type\: float |
| 213 | +nbt.lang.annotate.type_double=Type\: double |
| 214 | + |
| 215 | +nbt.lang.display_name=NBT Text |
| 216 | +nbt.lang.description=NBT text representation (don't use this one) |
| 217 | + |
| 218 | +nbt.lang.highlighting.keyword.display_name=Keyword |
| 219 | +nbt.lang.highlighting.string.display_name=String |
| 220 | +nbt.lang.highlighting.unquoted_string.display_name=Unquoted string |
| 221 | +nbt.lang.highlighting.name.display_name=Name |
| 222 | +nbt.lang.highlighting.unquoted_name.display_name=Unquoted name |
| 223 | +nbt.lang.highlighting.byte.display_name=Byte |
| 224 | +nbt.lang.highlighting.short.display_name=Short |
| 225 | +nbt.lang.highlighting.int.display_name=Int |
| 226 | +nbt.lang.highlighting.long.display_name=Long |
| 227 | +nbt.lang.highlighting.float.display_name=Float |
| 228 | +nbt.lang.highlighting.double.display_name=Double |
| 229 | +nbt.lang.highlighting.material.display_name=Material |
| 230 | + |
| 231 | +nbt.lang.style.space_before_colon=Space before colon |
| 232 | +nbt.lang.style.space_after_colon=Space after colon |
| 233 | +nbt.lang.style.list_brackets=List brackets |
| 234 | +nbt.lang.style.array_parentheses=Array parentheses |
| 235 | + |
| 236 | +nbt.lang.inlay_hints.one_child=1 child |
| 237 | +nbt.lang.inlay_hints.children={0} children |
| 238 | + |
| 239 | +nbt.lang.errors.unknown=Unknown error. |
| 240 | +nbt.lang.errors.invalid_list=Lists can only contain elements of the same type. |
| 241 | +nbt.lang.errors.wrong_tag_id=Unexpected tag id found\: {0}. |
| 242 | +nbt.lang.errors.invalid_root=Root tag in NBT file is not a compound. |
| 243 | +nbt.lang.errors.reading=Error reading file. |
| 244 | +nbt.lang.errors.parse_timeout=NBT parse timeout exceeded - Parse time\: {0}, Timeout\: {1}. |
| 245 | + |
| 246 | +nbt.lang.errors.wrapped_error_message=Malformed NBT file\:\n{0} |
| 247 | + |
| 248 | +nbt.editor.name=NBT Text |
| 249 | + |
| 250 | +nbt.file.save_notify.success.title=Saved NBT file successfully |
| 251 | +nbt.file.save_notify.success.content={0} was saved successfully. |
| 252 | + |
| 253 | +nbt.file.save_notify.file_type_error.title=Error saving NBT file |
| 254 | +nbt.file.save_notify.file_type_error.content=The file is not recognised as a NBTT file. This might be caused by wrong file type associations, or the file could be too large. |
| 255 | + |
| 256 | +nbt.file.save_notify.parse_error.title=Error saving NBT file |
| 257 | +nbt.file.save_notify.parse_error.content=Due to errors in the text representation, {0} could not be saved. |
| 258 | +nbt.file.save_notify.parse_exception.title=Error saving NBT file |
| 259 | +nbt.file.save_notify.parse_exception.content=An unexpected exception happened, {0} could not be saved\: {1} |
| 260 | + |
| 261 | +intention.error.cannot.create.class.message=Cannot create class ''{0}''\n{1} |
| 262 | +intention.error.cannot.create.class.title=Failed to Create Class |
| 263 | + |
| 264 | +translation_sort.title=Select Sort Order |
| 265 | +translation_sort.order=Sort Order |
| 266 | +translation_sort.keep_comment=Keep Comment |
| 267 | + |
| 268 | +minecraft.settings.change_update_channel=Change Plugin Update Channel |
| 269 | +minecraft.settings.chat_color_underline_style=Chat color underline style\: |
| 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 |
| 301 | +minecraft.settings.mixin.shadow_annotation_same_line=@Shadow annotations on same line |
| 302 | +minecraft.settings.mixin=Mixin |
| 303 | +minecraft.settings.project.display_name=Project-Specific Settings |
| 304 | +minecraft.settings.show_chat_color_gutter_icons=Show chat color gutter icons |
| 305 | +minecraft.settings.show_chat_color_underlines=Show chat color underlines |
| 306 | +minecraft.settings.show_event_listener_gutter_icons=Show event listener gutter icons |
| 307 | +minecraft.settings.show_project_platform_icons=Show project platform icons |
| 308 | +minecraft.settings.title=Minecraft Development Settings |
| 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