@spyglassmc/locales 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -8,9 +8,14 @@ type Parameter = string | number | boolean | bigint | RegExp | Date | Iterable<s
8
8
  export declare function localize(key: string, ...params: Parameter[]): string;
9
9
  export declare function localeQuote(content: string): string;
10
10
  /**
11
- * @param locale An [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag). Defaults to `en`.
11
+ * @param locale A case-insensitive language tag following the format of
12
+ * `\w+(-\w+)*` that should ideally correspond to the file name of one of the
13
+ * files under `locales/`. Defaults to `en`.
14
+ * @param dry @internal Don't actually change the locale.
15
+ *
16
+ * @returns The locale loaded.
12
17
  */
13
- export declare function loadLocale(locale?: string): Promise<void>;
18
+ export declare function loadLocale(locale?: string, dry?: boolean): Promise<string>;
14
19
  /**
15
20
  * Convert an array to human-readable message.
16
21
  * @param quoted Whether or not to quote the parts. Defaults to `true`
package/lib/index.js CHANGED
@@ -19,11 +19,30 @@ export function localeQuote(content) {
19
19
  return localize('punc.quote', content);
20
20
  }
21
21
  /**
22
- * @param locale An [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag). Defaults to `en`.
22
+ * @param locale A case-insensitive language tag following the format of
23
+ * `\w+(-\w+)*` that should ideally correspond to the file name of one of the
24
+ * files under `locales/`. Defaults to `en`.
25
+ * @param dry @internal Don't actually change the locale.
26
+ *
27
+ * @returns The locale loaded.
23
28
  */
24
- export async function loadLocale(locale = 'en') {
25
- if (locale !== language) {
26
- return _setupLanguage(locale);
29
+ export async function loadLocale(locale = 'en', dry = false) {
30
+ locale = locale.toLowerCase();
31
+ if (locale === language) {
32
+ return locale;
33
+ }
34
+ try {
35
+ return await _setupLanguage(locale, dry);
36
+ }
37
+ catch (e) {
38
+ // Most likely due to unknown locale.
39
+ const lastDashIndex = locale.lastIndexOf('-');
40
+ if (lastDashIndex === -1) {
41
+ // The locale has no subtags. No more locales to try.
42
+ throw e;
43
+ }
44
+ // Try again with the rightmost subtag removed.
45
+ return loadLocale(locale.slice(0, lastDashIndex), dry);
27
46
  }
28
47
  }
29
48
  function _resolveLocalePlaceholders(val, params) {
@@ -37,11 +56,13 @@ function _resolveLocalePlaceholders(val, params) {
37
56
  return `${param ?? match}`;
38
57
  });
39
58
  }
40
- async function _setupLanguage(code) {
59
+ async function _setupLanguage(code, dry = false) {
41
60
  const locale = await import(`./locales/${code}.js`);
42
- Locales[code] = locale;
43
- language = code;
44
- // console.info(`[I18N] Set to “${code}”.`)
61
+ if (!dry) {
62
+ Locales[code] = locale;
63
+ language = code;
64
+ }
65
+ return code;
45
66
  }
46
67
  /**
47
68
  * Convert an array to human-readable message.
package/lib/locales/en.js CHANGED
@@ -1 +1 @@
1
- export default {"array":"an array","boolean":"a boolean","bug-of-mc":"Due to a bug of Minecraft (%0%), %1%. Please Mojang, fix your game","code-action.block-state-sort-keys":"Sort block state","code-action.command-replaceitem":"Update this command to /item … replace","code-action.fix-file":"Fix all auto-fixable problems in this file","code-action.fix-workspace":"Fix all auto-fixable problems in the workspace","code-action.id-attribute-datafix":"Update this attribute name to 1.16","code-action.id-complete-default-namespace":"Complete default namespace","code-action.id-create-file":"Create %0% in the same data pack","code-action.id-omit-default-namespace":"Omit default namespace","code-action.id-zombified-piglin-datafix":"Change this ID to Zombified Piglin's","code-action.nbt-compound-sort-keys":"Sort NBT compound tag","code-action.nbt-type-to-byte":"Convert to an NBT byte tag","code-action.nbt-type-to-double":"Convert to an NBT double tag","code-action.nbt-type-to-float":"Convert to an NBT float tag","code-action.nbt-type-to-int":"Convert to an NBT int tag","code-action.nbt-type-to-long":"Convert to an NBT long tag","code-action.nbt-type-to-short":"Convert to an NBT short tag","code-action.nbt-uuid-datafix":"Update this UUID to 1.16","code-action.selector-sort-keys":"Sort selector argument","code-action.string-double-quote":"Quote this string with double quotation marks","code-action.string-single-quote":"Quote this string with single quotation marks","code-action.string-unquote":"Unquote this string","code-action.vector-align-0.0":"Align this vector to block origin","code-action.vector-align-0.5":"Align this vector to block center","comment":"a comment starting with %0%","conjunction.and_2":" and ","conjunction.and_3+_1":", ","conjunction.and_3+_2":", and ","conjunction.or_2":" or ","conjunction.or_3+_1":", ","conjunction.or_3+_2":", or ","datafix.error.command-replaceitem":"/replaceitem was removed in 20w46a (the second snapshot of 1.17) in favour of /item","duplicate-key":"Duplicate key %0%","ending-quote":"an ending quote %0%","entity":"an entity","error.unparseable-content":"Encountered unparseable content","expected":"Expected %0%","expected-got":"Expected %0% but got %1%","float":"a float","float.between":"a float between %0% and %1%","integer":"an integer","integer.between":"an integer between %0% and %1%","json.doc.advancement.display":"Advancement display settings. If present, the advancement will be visible in the advancement tabs.","json.checker.array.length-between":"%0% with length between %1% and %2%","json.checker.object.field.union-empty-members":"Disallowed property","json.checker.item.duplicate":"Duplicate list item","json.checker.property.deprecated":"Property %0% is deprecated","json.checker.property.missing":"Missing property %0%","json.checker.property.unknown":"Unknown property %0%","json.checker.string.hex-color":"a 6-digit hexadecimal number","json.checker.tag-entry.duplicate":"Duplicate tag entry","json.node.array":"an array","json.node.boolean":"a boolean","json.node.null":"a null","json.node.number":"a number","json.node.object":"an object","json.node.string":"a string","key-not-following-convention":"Invalid key %0% which doesn't follow %1% convention","linter.diagnostic-message-wrapper":"%0% (rule: %1%)","linter.name-convention.illegal":"Name %0% doesn't match %1%","linter.undeclared-symbol.message":"Cannot find %0% %1%","linter-config-validator.name-convention.type":"Expects a string that contains a regular expression describing the name","linter-config-validator.wrapper":"%0%. See [the documentation](%1) for more information","long":"a long","mcfunction.checker.command.data-modify-unapplicable-operation":"Operation %0% can only be used on %1%; the target path has type %2% instead","mcfunction.completer.block.states.default-value":"Default: %0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% is not applicable here","mcfunction.parser.entity-selector.arguments.unknown":"Unknown entity selector argument %0%","mcfunction.parser.entity-selector.entities-disallowed":"The selector contains non-player entities","mcfunction.parser.entity-selector.multiple-disallowed":"The selector contains multiple entities","mcfunction.parser.entity-selector.player-name.too-long":"Player names cannot be longer than %0% characters","mcfunction.parser.eoc-unexpected":"Expected more arguments","mcfunction.parser.leading-slash":"a leading slash %0%","mcfunction.parser.no-permission":"Permission level %0% is required, which is higher than %1% defined in config","mcfunction.parser.objective.too-long":"Objective names cannot be longer than %0% characters","mcfunction.parser.range.min>max":"The minimum value %0% is larger than the maximum value %1%","mcfunction.parser.score_holder.fake-name.too-long":"Fake names cannot be longer than %0% characters","mcfunction.parser.sep":"a space (%0%)","mcfunction.parser.trailing":"Trailing data encountered: %0%","mcfunction.parser.unknown-parser":"Parser %0% hasn't been supported yet","mcfunction.parser.uuid.invalid":"Invalid UUID format","mcfunction.parser.vector.local-disallowed":"Local coordinates disallowed","mcfunction.parser.vector.mixed":"Cannot mix local coordinates and world coordinates together","mcfunction.signature-help.command-documentation":"[Minecraft Wiki: `%0%` command](https://minecraft.fandom.com/wiki/Commands/%0%)","mcfunction.signature-help.argument-parser-documentation":"[Minecraft Wiki: `%0%` argument parser](https://minecraft.fandom.com/wiki/Argument_types#%0%)","missing-key":"Missing key %0%","nbt.checker.block-states.fake-boolean":"Boolean block state values should be quoted","nbt.checker.block-states.unexpected-value-type":"Block state values should be either a string or an int","nbt.checker.block-states.unknown-state":"Unknown block state %0% for the following block(s): %1%","nbt.checker.boolean.out-of-range":"A boolean value should be either %0% or %1%","nbt.checker.collection.length-between":"%0% with length between %1% and %2%","nbt.checker.compound.field.union-empty-members":"Disallowed property","nbt.checker.path.index-out-of-bound":"The provided index %0% is out of bound, as the collection can only have at most %1% elements","nbt.checker.path.unexpected-filter":"Compound filters can only be used on compound tags","nbt.checker.path.unexpected-index":"Indices can only be used on array or list tags","nbt.checker.path.unexpected-key":"String keys can only be specified for compound tags","nbt.node":"a tag","nbt.node.byte":"a byte tag","nbt.node.byte_array":"a byte array tag","nbt.node.compound":"a compound tag","nbt.node.double":"a double tag","nbt.node.float":"a float tag","nbt.node.int":"an int tag","nbt.node.int_array":"an int array tag","nbt.node.list":"a list tag","nbt.node.long":"a long tag","nbt.node.long_array":"a long array tag","nbt.node.path.end":"the end of path","nbt.node.path.filter":"a compound filter","nbt.node.path.index":"an index","nbt.node.path.key":"a key","nbt.node.short":"a short tag","nbt.node.string":"a string tag","nbt.parser.number.out-of-range":"This looks like %0%, but it is actually %1% due to the numeral value being out of [%2%, %3%]","mcdoc.binder.dispatcher-statement.duplicated-key":"Duplicated dispatcher case %0%","mcdoc.binder.dispatcher-statement.duplicated-key.related":"%0% has already been dispatched here","mcdoc.binder.duplicated-declaration":"Duplicated declaration for %0%","mcdoc.binder.duplicated-declaration.related":"%0% is already declared here","mcdoc.binder.out-of-root":"File %0% is not under the root directory of any mcdoc project; semantic checking will be skipped","mcdoc.binder.path.super-from-root":"Cannot access super of the project root","mcdoc.binder.path.unknown-identifier":"Identifier %0% does not exist in module %1%","mcdoc.binder.path.unknown-module":"Module %0% does not exist","mcdoc.node.compound-definition":"a compound definition","mcdoc.node.enum-definition":"an enum definition","mcdoc.node.identifier":"an identifier","mcdoc.checker.entry.empty-mod-seg":"You cannot put “mod.mcdoc” under a root directly","mcdoc.checker.inject-clause.unmatched-injection":"Cannot inject %0% with %1%","mcdoc.checker.type-not-assignable":"Type %0% is not assignable to type %1%","mcdoc.parser.compound-definition.field-type":"a field type","mcdoc.parser.float.illegal":"Encountered illegal float number","mcdoc.parser.identifier.reserved-word":"%0% is a reserved word and cannot be used as an identifier name","mcdoc.parser.identifier.illegal":"%0% doesn't follow the format of %1%","mcdoc.parser.index-body.dynamic-index-not-allowed":"Dynamic indexing is not allowed","mcdoc.parser.inject-clause.definition-expected":"Expected either an enum inject or a compound inject","mcdoc.parser.keyword.separation":"a separation","mcdoc.parser.resource-location.colon-expected":"Expected the colon (%0%) of resource locations","mcdoc.parser.syntax.doc-comment-unexpected":"Doc comments are not allowed here; you might want to replace the three slashes with two slashes","not-matching-any-child":"Invalid argument type","nothing":"nothing","number":"a number","number-range":"a number range","number-range.missing-min-and-max":"Expected either a minimum value or a maximum value","number.<=":"a number smaller than or equal to %0%","number.>=":"a number greater than or equal to %0%","number.between":"a number between %0% and %1%","object":"an object","objective":"an objective","objective-not-following-convention":"Invalid objective %0% which doesn't follow %1% convention","parser.float.illegal":"Illegal float numeral that doesn't follow %0%","parser.integer.illegal":"Illegal integer that doesn't follow %0%","parser.list.value":"a value","parser.list.trailing-sep":"Trailing separation","parser.record.key":"a key","parser.record.trailing-end":"Trailing separation","parser.record.unexpected-char":"Unexpected character %0%","parser.record.value":"a value","parser.resource-location.illegal":"Illegal character(s): %0%","parser.resource-location.namespace-expected":"Namespaces cannot be omitted here","parser.resource-location.tag-diallowed":"Tags are not allowed here","parser.string.illegal-brigadier":"Encountered non-[0-9A-Za-z_.+-] characters in %0%","parser.string.illegal-escape":"Unexpected escape character %0%","parser.string.illegal-quote":"Only %0% can be used to quote strings here","parser.string.illegal-unicode-escape":"Hexadecimal digit expected","punc.period":".","punc.quote":"“%0%”","quote":"a quote (“'” or “\"”)","quote_prefer_double":"Double quote (“\"”) is preferable here","quote_prefer_single":"Single quote (“'”) is preferable here","resource-location":"a resource location","score-holder":"a score holder","scoreholder-not-following-convention":"Invalid score_holder %0% which doesn't follow %1% convention","server.new-version":"The Data-pack Language Server has been updated to a newer version: %0%","server.progress.fixing-workspace.begin":"Fixing all auto-fixable problems in the workspace","server.progress.fixing-workspace.report":"fixing %0%","server.progress.preparing.title":"Preparing Spyglass language features","server.remove-cache-file":"The cache file of DHP was moved to a storage location provided by VSCode. You can safely delete the ugly “.datapack” folder in your workspace root.","server.show-release-notes":"Show Release Notes","string":"a string","tag":"a tag","tag-not-following-convention":"Invalid tag %0% which doesn't follow %1% convention","team":"a team","team-not-following-convention":"Invalid team %0% which doesn't follow %1% convention","time-unit":"a time unit","too-many-block-affected":"Too many blocks in the specified area (maximum %0%, specified %1%)","too-many-chunk-affected":"Too many chunks in the specified area (maximum %0%, specified %1%)","unexpected-character":"Found non [a-z0-9/._-] character(s)","unexpected-datapack-tag":"Tags are not allowed here","unexpected-default-namespace":"Default namespace should be omitted here","unexpected-leading-slash":"Unexpected leading slash “/”","unexpected-local-coordinate":"Local coordinate %0% is not allowed","unexpected-nbt":"This tag doesn't exist here","unexpected-nbt-array-type":"Invalid array type %0%. Should be one of “B”, “I”, and “L”","unexpected-nbt-path-filter":"Compound filters are only used for compound tags","unexpected-nbt-path-index":"Indices are only used for lists/arrays tags","unexpected-nbt-path-key":"Keys are only used for compound tags","unexpected-nbt-path-sub":"The current tag doesn't have extra items","unexpected-omitted-default-namespace":"Default namespace shouldn't be omitted here","unexpected-relative-coordinate":"Relative coordinate %0% is not allowed","unexpected-scoreboard-sub-slot":"Only “sidebar” has sub slots","unknown-command":"Unknown command %0%","unknown-escape":"Unexpected escape character %0%","unknown-key":"Unknown key %0%","unquoted-string":"an unquoted string","unsorted-keys":"Unsorted keys","uuid":"a UUID","vector":"a vector"}
1
+ export default {"array":"an array","boolean":"a boolean","bug-of-mc":"Due to a bug of Minecraft (%0%), %1%. Please Mojang, fix your game","code-action.block-state-sort-keys":"Sort block state","code-action.command-replaceitem":"Update this command to /item … replace","code-action.fix-file":"Fix all auto-fixable problems in this file","code-action.fix-workspace":"Fix all auto-fixable problems in the workspace","code-action.id-attribute-datafix":"Update this attribute name to 1.16","code-action.id-complete-default-namespace":"Complete default namespace","code-action.id-create-file":"Create %0% in the same data pack","code-action.id-omit-default-namespace":"Omit default namespace","code-action.id-zombified-piglin-datafix":"Change this ID to Zombified Piglin's","code-action.nbt-compound-sort-keys":"Sort NBT compound tag","code-action.nbt-type-to-byte":"Convert to an NBT byte tag","code-action.nbt-type-to-double":"Convert to an NBT double tag","code-action.nbt-type-to-float":"Convert to an NBT float tag","code-action.nbt-type-to-int":"Convert to an NBT int tag","code-action.nbt-type-to-long":"Convert to an NBT long tag","code-action.nbt-type-to-short":"Convert to an NBT short tag","code-action.nbt-uuid-datafix":"Update this UUID to 1.16","code-action.selector-sort-keys":"Sort selector argument","code-action.string-double-quote":"Quote this string with double quotation marks","code-action.string-single-quote":"Quote this string with single quotation marks","code-action.string-unquote":"Unquote this string","code-action.vector-align-0.0":"Align this vector to block origin","code-action.vector-align-0.5":"Align this vector to block center","comment":"a comment starting with %0%","conjunction.and_2":" and ","conjunction.and_3+_1":", ","conjunction.and_3+_2":", and ","conjunction.or_2":" or ","conjunction.or_3+_1":", ","conjunction.or_3+_2":", or ","datafix.error.command-replaceitem":"/replaceitem was removed in 20w46a (the second snapshot of 1.17) in favour of /item","duplicate-key":"Duplicate key %0%","ending-quote":"an ending quote %0%","entity":"an entity","error.unparseable-content":"Encountered unparseable content","expected":"Expected %0%","expected-got":"Expected %0% but got %1%","float":"a float","float.between":"a float between %0% and %1%","integer":"an integer","integer.between":"an integer between %0% and %1%","json.doc.advancement.display":"Advancement display settings. If present, the advancement will be visible in the advancement tabs.","json.checker.array.length-between":"%0% with length between %1% and %2%","json.checker.object.field.union-empty-members":"Disallowed property","json.checker.item.duplicate":"Duplicate list item","json.checker.property.deprecated":"Property %0% is deprecated","json.checker.property.missing":"Missing property %0%","json.checker.property.unknown":"Unknown property %0%","json.checker.string.hex-color":"a 6-digit hexadecimal number","json.checker.tag-entry.duplicate":"Duplicate tag entry","json.node.array":"an array","json.node.boolean":"a boolean","json.node.null":"a null","json.node.number":"a number","json.node.object":"an object","json.node.string":"a string","key-not-following-convention":"Invalid key %0% which doesn't follow %1% convention","linter.diagnostic-message-wrapper":"%0% (rule: %1%)","linter.name-convention.illegal":"Name %0% doesn't match %1%","linter.undeclared-symbol.message":"Cannot find %0% %1%","linter-config-validator.name-convention.type":"Expects a string that contains a regular expression describing the name","linter-config-validator.wrapper":"%0%. See [the documentation](%1) for more information","long":"a long","mcfunction.checker.command.data-modify-unapplicable-operation":"Operation %0% can only be used on %1%; the target path has type %2% instead","mcfunction.completer.block.states.default-value":"Default: %0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% is not applicable here","mcfunction.parser.entity-selector.arguments.unknown":"Unknown entity selector argument %0%","mcfunction.parser.entity-selector.entities-disallowed":"The selector contains non-player entities","mcfunction.parser.entity-selector.multiple-disallowed":"The selector contains multiple entities","mcfunction.parser.entity-selector.player-name.too-long":"Player names cannot be longer than %0% characters","mcfunction.parser.eoc-unexpected":"Expected more arguments","mcfunction.parser.leading-slash":"a leading slash %0%","mcfunction.parser.no-permission":"Permission level %0% is required, which is higher than %1% defined in config","mcfunction.parser.objective.too-long":"Objective names cannot be longer than %0% characters","mcfunction.parser.range.min>max":"The minimum value %0% is larger than the maximum value %1%","mcfunction.parser.score_holder.fake-name.too-long":"Fake names cannot be longer than %0% characters","mcfunction.parser.sep":"a space (%0%)","mcfunction.parser.trailing":"Trailing data encountered: %0%","mcfunction.parser.unknown-parser":"Parser %0% hasn't been supported yet","mcfunction.parser.uuid.invalid":"Invalid UUID format","mcfunction.parser.vector.local-disallowed":"Local coordinates disallowed","mcfunction.parser.vector.mixed":"Cannot mix local coordinates and world coordinates together","mcfunction.signature-help.command-documentation":"[Minecraft Wiki: `%0%` command](https://minecraft.fandom.com/wiki/Commands/%0%)","mcfunction.signature-help.argument-parser-documentation":"[Minecraft Wiki: `%0%` argument parser](https://minecraft.fandom.com/wiki/Argument_types#%0%)","missing-key":"Missing key %0%","nbt.checker.block-states.fake-boolean":"Boolean block state values should be quoted","nbt.checker.block-states.unexpected-value-type":"Block state values should be either a string or an int","nbt.checker.block-states.unknown-state":"Unknown block state %0% for the following block(s): %1%","nbt.checker.boolean.out-of-range":"A boolean value should be either %0% or %1%","nbt.checker.collection.length-between":"%0% with length between %1% and %2%","nbt.checker.compound.field.union-empty-members":"Disallowed property","nbt.checker.path.index-out-of-bound":"The provided index %0% is out of bound, as the collection can only have at most %1% elements","nbt.checker.path.unexpected-filter":"Compound filters can only be used on compound tags","nbt.checker.path.unexpected-index":"Indices can only be used on array or list tags","nbt.checker.path.unexpected-key":"String keys can only be specified for compound tags","nbt.node":"a tag","nbt.node.byte":"a byte tag","nbt.node.byte_array":"a byte array tag","nbt.node.compound":"a compound tag","nbt.node.double":"a double tag","nbt.node.float":"a float tag","nbt.node.int":"an int tag","nbt.node.int_array":"an int array tag","nbt.node.list":"a list tag","nbt.node.long":"a long tag","nbt.node.long_array":"a long array tag","nbt.node.path.end":"the end of path","nbt.node.path.filter":"a compound filter","nbt.node.path.index":"an index","nbt.node.path.key":"a key","nbt.node.short":"a short tag","nbt.node.string":"a string tag","nbt.parser.number.out-of-range":"This looks like %0%, but it is actually %1% due to the numeral value being out of [%2%, %3%]","mcdoc.binder.dispatcher-statement.duplicated-key":"Duplicated dispatcher case %0%","mcdoc.binder.dispatcher-statement.duplicated-key.related":"%0% has already been dispatched here","mcdoc.binder.duplicated-declaration":"Duplicated declaration for %0%","mcdoc.binder.duplicated-declaration.related":"%0% is already declared here","mcdoc.binder.out-of-root":"File %0% is not under the root directory of any mcdoc project; semantic checking will be skipped","mcdoc.binder.path.super-from-root":"Cannot access super of the project root","mcdoc.binder.path.unknown-identifier":"Identifier %0% does not exist in module %1%","mcdoc.binder.path.unknown-module":"Module %0% does not exist","mcdoc.node.compound-definition":"a compound definition","mcdoc.node.enum-definition":"an enum definition","mcdoc.node.identifier":"an identifier","mcdoc.checker.entry.empty-mod-seg":"You cannot put “mod.mcdoc” under a root directly","mcdoc.checker.inject-clause.unmatched-injection":"Cannot inject %0% with %1%","mcdoc.checker.type-not-assignable":"Type %0% is not assignable to type %1%","mcdoc.parser.compound-definition.field-type":"a field type","mcdoc.parser.float.illegal":"Encountered illegal float number","mcdoc.parser.identifier.reserved-word":"%0% is a reserved word and cannot be used as an identifier name","mcdoc.parser.identifier.illegal":"%0% doesn't follow the format of %1%","mcdoc.parser.index-body.dynamic-index-not-allowed":"Dynamic indexing is not allowed","mcdoc.parser.inject-clause.definition-expected":"Expected either an enum inject or a compound inject","mcdoc.parser.keyword.separation":"a separation","mcdoc.parser.resource-location.colon-expected":"Expected the colon (%0%) of resource locations","mcdoc.parser.syntax.doc-comment-unexpected":"Doc comments are not allowed here; you might want to replace the three slashes with two slashes","not-matching-any-child":"Invalid argument type","nothing":"nothing","number":"a number","number-range":"a number range","number-range.missing-min-and-max":"Expected either a minimum value or a maximum value","number.<=":"a number smaller than or equal to %0%","number.>=":"a number greater than or equal to %0%","number.between":"a number between %0% and %1%","object":"an object","objective":"an objective","objective-not-following-convention":"Invalid objective %0% which doesn't follow %1% convention","parser.float.illegal":"Illegal float numeral that doesn't follow %0%","parser.integer.illegal":"Illegal integer that doesn't follow %0%","parser.list.value":"a value","parser.list.trailing-sep":"Trailing separation","parser.record.key":"a key","parser.record.trailing-end":"Trailing separation","parser.record.unexpected-char":"Unexpected character %0%","parser.record.value":"a value","parser.resource-location.illegal":"Illegal character(s): %0%","parser.resource-location.namespace-expected":"Namespaces cannot be omitted here","parser.resource-location.tag-disallowed":"Tags are not allowed here","parser.string.illegal-brigadier":"Encountered non-[0-9A-Za-z_.+-] characters in %0%","parser.string.illegal-escape":"Unexpected escape character %0%","parser.string.illegal-quote":"Only %0% can be used to quote strings here","parser.string.illegal-unicode-escape":"Hexadecimal digit expected","punc.period":".","punc.quote":"“%0%”","quote":"a quote (“'” or “\"”)","quote_prefer_double":"Double quote (“\"”) is preferable here","quote_prefer_single":"Single quote (“'”) is preferable here","resource-location":"a resource location","score-holder":"a score holder","scoreholder-not-following-convention":"Invalid score_holder %0% which doesn't follow %1% convention","server.new-version":"The Data-pack Language Server has been updated to a newer version: %0%","server.progress.fixing-workspace.begin":"Fixing all auto-fixable problems in the workspace","server.progress.fixing-workspace.report":"fixing %0%","server.progress.preparing.title":"Preparing Spyglass language features","server.remove-cache-file":"The cache file of DHP was moved to a storage location provided by VSCode. You can safely delete the ugly “.datapack” folder in your workspace root.","server.show-release-notes":"Show Release Notes","string":"a string","tag":"a tag","tag-not-following-convention":"Invalid tag %0% which doesn't follow %1% convention","team":"a team","team-not-following-convention":"Invalid team %0% which doesn't follow %1% convention","time-unit":"a time unit","too-many-block-affected":"Too many blocks in the specified area (maximum %0%, specified %1%)","too-many-chunk-affected":"Too many chunks in the specified area (maximum %0%, specified %1%)","unexpected-character":"Found non [a-z0-9/._-] character(s)","unexpected-datapack-tag":"Tags are not allowed here","unexpected-default-namespace":"Default namespace should be omitted here","unexpected-leading-slash":"Unexpected leading slash “/”","unexpected-local-coordinate":"Local coordinate %0% is not allowed","unexpected-nbt":"This tag doesn't exist here","unexpected-nbt-array-type":"Invalid array type %0%. Should be one of “B”, “I”, and “L”","unexpected-nbt-path-filter":"Compound filters are only used for compound tags","unexpected-nbt-path-index":"Indices are only used for lists/arrays tags","unexpected-nbt-path-key":"Keys are only used for compound tags","unexpected-nbt-path-sub":"The current tag doesn't have extra items","unexpected-omitted-default-namespace":"Default namespace shouldn't be omitted here","unexpected-relative-coordinate":"Relative coordinate %0% is not allowed","unexpected-scoreboard-sub-slot":"Only “sidebar” has sub slots","unknown-command":"Unknown command %0%","unknown-escape":"Unexpected escape character %0%","unknown-key":"Unknown key %0%","unquoted-string":"an unquoted string","unsorted-keys":"Unsorted keys","uuid":"a UUID","vector":"a vector"}
package/lib/locales/fr.js CHANGED
@@ -1 +1 @@
1
- export default {"array":"un tableau","boolean":"un booléen","bug-of-mc":"À cause d'un bug de Minecraft (%0%), %1%. S'il vous plaît Mojang, corrigez votre jeu","code-action.block-state-sort-keys":"Trier les états de bloc","code-action.command-replaceitem":"Mettre à jour cette commande sous la forme /item ... replace","code-action.fix-file":"Corriger tous les problèmes auto-corrigibles dans ce fichier","code-action.fix-workspace":"Corriger tous les problèmes auto-corrigibles dans l'espace de travail","code-action.id-attribute-datafix":"Mettre à jour ce nom d'attribut pour la 1.16","code-action.id-complete-default-namespace":"Compléter l'espace de nommage par défaut","code-action.id-create-file":"Créer %0% dans le même pack de données","code-action.id-omit-default-namespace":"Omettre l'espace de nommage par défaut","code-action.id-zombified-piglin-datafix":"Changer cet ID en celui du Piglin zombifié","code-action.nbt-compound-sort-keys":"Trier les clés du compound NBT","code-action.nbt-type-to-byte":"Convertir en octet NBT","code-action.nbt-type-to-double":"Convertir en double NBT","code-action.nbt-type-to-float":"Convertir en un flottant NBT","code-action.nbt-type-to-int":"Convertir en entier NBT","code-action.nbt-type-to-long":"Convertir en long NBT","code-action.nbt-type-to-short":"Convertir en short NBT","code-action.nbt-uuid-datafix":"Mettre à jour cet UUID pour la 1.16","code-action.selector-sort-keys":"Trier les arguments du sélecteur","code-action.string-double-quote":"Encadrer cette chaîne de caractères avec des guillemets","code-action.string-single-quote":"Encadrer cette chaîne de caractères avec des apostrophes","code-action.string-unquote":"Enlever les délimiteurs autour de cette chaîne de caractères","code-action.vector-align-0.0":"Aligner ce vecteur à l'origine du bloc","code-action.vector-align-0.5":"Aligner ce vecteur au centre du bloc","comment":"un commentaire commençant par %0%","conjunction.and_2":"et","conjunction.and_3+_1":",","conjunction.and_3+_2":", et","conjunction.or_2":"ou","conjunction.or_3+_1":",","conjunction.or_3+_2":", ou","datafix.error.command-replaceitem":"/replaceitem a été enlevé en 20w46a (la deuxième snapshot de la 1.17) en faveur de /item","duplicate-key":"Clé duplique %0%","ending-quote":"un guillemet de fermeture %0%","entity":"une entité","error.unparseable-content":"Rencontré du contenu non interprétable","expected":"%0% attendu","expected-got":"Attendu %0% mais obtenu %1%","float":"un flottant","float.between":"un flottant entre %0% et %1%","integer":"un integer","integer.between":"un integer entre %0% et %1%","json.checker.array.length-between":"%0% avec une longueur entre %1% et %2%","json.checker.item.duplicate":"Dupliquer la liste d'objets","json.checker.object.field.union-empty-members":"Propriété refusée","json.checker.property.deprecated":"La propriété %0% est obsolète","json.checker.property.missing":"Propriété %0% manquante","json.checker.property.unknown":"Propriété %0% inconnue","json.checker.string.hex-color":"un nombre hexadécimal à six chiffres","json.checker.tag-entry.duplicate":"Dupliquer la liste de tag","json.doc.advancement.display":"Paramètres d'affichages du progrès. Si présent, le progrès sera visible dans les onglets de progrès.","json.node.array":"un tableau","json.node.boolean":"un booléen","json.node.null":"un null","json.node.number":"un nombre","json.node.object":"un objet","json.node.string":"une chaîne de caractères","key-not-following-convention":"Clé invalide %0% qui ne suit pas la convention %1%","linter-config-validator.name-convention.type":"Attend un chaîne de caractères contenant une expression régulière qui décrit le nom","linter-config-validator.wrapper":"%0%. Lisez [la documentation](%1) pour plus d'informations","linter.diagnostic-message-wrapper":"%0% (règle : %1%)","linter.name-convention.illegal":"Le nom %0% ne correspond pas à %1%","linter.undeclared-symbol.message":"N'arrive pas à trouver %0% %1%","long":"un long","mcdoc.binder.dispatcher-statement.duplicated-key":"Cas de répartiteur dupliqué %0%","mcdoc.binder.dispatcher-statement.duplicated-key.related":"%0% a déjà été envoyé ici","mcdoc.binder.duplicated-declaration":"Déclaration dupliquée pour %0%","mcdoc.binder.duplicated-declaration.related":"%0% est déjà déclaré ici","mcdoc.binder.out-of-root":"Le fichier %0% ne se trouve pas dans le répertoire racine d'un projet mcdoc ; la vérification sémantique sera ignorée","mcdoc.binder.path.super-from-root":"Impossible d'accéder au super de la racine du projet","mcdoc.binder.path.unknown-identifier":"L'identificateur %0% n'existe pas dans le module %1%","mcdoc.binder.path.unknown-module":"Le module %0% n'existe pas","mcdoc.checker.entry.empty-mod-seg":"Vous ne pouvez pas mettre \"mod.mcdoc\" à la racine","mcdoc.checker.inject-clause.unmatched-injection":"Impossible d'injecter %0% avec %1%","mcdoc.checker.type-not-assignable":"Le type %0% n'est pas assignable au type %1%","mcdoc.node.compound-definition":"une définition composée","mcdoc.node.enum-definition":"une définition énumérée","mcdoc.node.identifier":"un identifiant","mcdoc.parser.compound-definition.field-type":"un type de champ","mcdoc.parser.float.illegal":"Nombre flottant illégal rencontré","mcdoc.parser.identifier.illegal":"%0% ne respecte pas le format de %1%","mcdoc.parser.identifier.reserved-word":"%0% est un mot réservé et ne peut être utilisé comme nom d'identifiant","mcdoc.parser.index-body.dynamic-index-not-allowed":"L'indexation dynamique n'est pas autorisée","mcdoc.parser.inject-clause.definition-expected":"Attendu soit une injection énumérée, soit une injection composée","mcdoc.parser.keyword.separation":"une séparation","mcdoc.parser.resource-location.colon-expected":"Attendu les deux-points (%0 %) aux emplacements de ressources","mcdoc.parser.syntax.doc-comment-unexpected":"Les commentaires de documentation ne sont pas autorisés ici ; vous devrez peut-être remplacer les trois barres obliques par deux barres obliques","mcfunction.checker.command.data-modify-unapplicable-operation":"L'opération %0% ne peut être utilisé que sur %1%; le chemin cible a à la place un type %2%","mcfunction.completer.block.states.default-value":"Défaut : %0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% n'est pas applicable ici","mcfunction.parser.entity-selector.arguments.unknown":"Argument de sélecteur d'entité inconnu %0%","mcfunction.parser.entity-selector.entities-disallowed":"Le sélecteur contient des entités non joueur","mcfunction.parser.entity-selector.multiple-disallowed":"Le sélecteur contient plusieurs entités","mcfunction.parser.entity-selector.player-name.too-long":"Les noms de joueurs ne peuvent pas avoir plus de %0% caractères","mcfunction.parser.eoc-unexpected":"Plus d'arguments attendus","mcfunction.parser.leading-slash":"une barre oblique %0%","mcfunction.parser.no-permission":"Le niveau de permission %0% est requis, mais le niveau de permission défini en configuration est seulement %1%","mcfunction.parser.objective.too-long":"Les noms d'objectifs ne peuvent pas avoir plus que %0% caractères","mcfunction.parser.range.min>max":"La valeur minimale %0% est plus grande que la valeur maximale %1%","mcfunction.parser.score_holder.fake-name.too-long":"Les faux noms ne peuvent pas avoir plus que %0% caractères","mcfunction.parser.sep":"un espace (%0%)","mcfunction.parser.trailing":"Trouvé des données supplémentaires à la fin","mcfunction.parser.unknown-parser":"L'analyseur %0% n'est pas supporté pour le moment","mcfunction.parser.uuid.invalid":"Format d'UUID invalide","mcfunction.parser.vector.local-disallowed":"Coordonnées locales interdites","mcfunction.parser.vector.mixed":"Les coordonnées locales et absolues/relatives ne peuvent pas être mélangées","mcfunction.signature-help.command-documentation":"[Wiki Minecraft : commande `%0%`](https://minecraft.fandom.com/wiki/Commands/%0%)","missing-key":"Clé %0% manquante","nbt.checker.block-states.fake-boolean":"Les états de blocs booléens doivent être mises entre guillemets","nbt.checker.block-states.unexpected-value-type":"Les valeurs des états de blocs doivent être soit une chaîne de caractères soit un nombre entier","nbt.checker.block-states.unknown-state":"État de bloc %0% inconnu pour le(s) bloc(s) suivant(s) : %1%","nbt.checker.boolean.out-of-range":"Une valeur booléenne devrait être soit %0% soit %1%","nbt.checker.collection.length-between":"%0% de longueur comprise entre %1% et %2%","nbt.checker.compound.field.union-empty-members":"Propriété interdite","nbt.checker.path.index-out-of-bound":"L'indice %0% fourni est hors limite, car la collection ne peut contenir que %1% d'éléments maximum","nbt.checker.path.unexpected-filter":"Les filtres composés ne peuvent être utilisés que sur des étiquettes composées","nbt.checker.path.unexpected-index":"Les indices ne peuvent être utilisés que dans des tableaux ou des listes","nbt.checker.path.unexpected-key":"Les clés de type chaîne ne peuvent être spécifiées que pour les étiquettes composées","nbt.node":"un tag","nbt.node.byte":"un octet","nbt.node.byte_array":"un tableau d'octets","nbt.node.compound":"un tag composé","nbt.node.double":"un tag de nombre double","nbt.node.float":"un tag de nombre flottant","nbt.node.int":"un tag de nombre entier","nbt.node.int_array":"un tag de liste d'entier","nbt.node.list":"un tag de liste","nbt.node.long":"un tag d'entier long","nbt.node.long_array":"un tag de liste d'entier long","nbt.node.path.end":"La fin du chemin","nbt.node.path.filter":"un filtre composé","nbt.node.path.index":"un indice","nbt.node.path.key":"une clé","nbt.node.short":"une étiquette courte","nbt.node.string":"un tag à chaîne de caractères","nbt.parser.number.out-of-range":"Cela ressemble à %0%, mais c'est en fait %1% car la valeur du chiffre est hors de [%2%, %3%]","not-matching-any-child":"Type d'argument invalide","nothing":"rien","number":"un nombre","number-range":"un intervalle de valeur","number-range.missing-min-and-max":"Attendu une valeure minimale ou une valeure maximale","number.<=":"un nombre inférieur ou égal à %0%","number.>=":"un nombre supérieur ou égal à %0%","number.between":"un nombre entre %0% et %1%","object":"un objet","objective":"un objectif","objective-not-following-convention":"L'objectif %0% est invalide car elle ne respecte pas la convention %1%","parser.float.illegal":"Chiffre flottant illégal qui ne suit pas %0%","parser.integer.illegal":"Entier illégal qui ne suit pas %0%","parser.list.trailing-sep":"Séparation à la fin","parser.list.value":"une valeur","parser.record.key":"une clé","parser.record.trailing-end":"Séparation à la fin","parser.record.unexpected-char":"Caractère %0% inattendu","parser.record.value":"une valeur","parser.resource-location.illegal":"Caractère(s) inattendu(s) : %0%","parser.resource-location.namespace-expected":"Les espaces de noms ne peuvent pas être omis ici","parser.resource-location.tag-diallowed":"Les tags ne sont pas autorisés ici","parser.string.illegal-brigadier":"Des caractères autres que [0-9A-Za-z_.+-] ont été rencontrés dans %0%","parser.string.illegal-escape":"Caractère d'échappement inattendu %0%","parser.string.illegal-quote":"Seuls %0% peuvent être utilisés pour citer des chaînes de caractères","parser.string.illegal-unicode-escape":"Chiffre hexadécimal attendu","punc.period":".","punc.quote":"“%0%”","quote":"un guillemet (“\"”) ou une apostrophe (“'”)","quote_prefer_double":"Des guillemets (“\"”) sont préférables ici","quote_prefer_single":"Une apostrophe (“'”) est préférable ici","resource-location":"un emplacement de ressource","score-holder":"un score holder","scoreholder-not-following-convention":"Le score_holder %0% est invalide car il ne respecte pas la convention %1%","server.new-version":"Le Data-pack Language Server a été mis à jour vers une version plus récente : %0%","server.progress.fixing-workspace.begin":"Correction de tous les problèmes auto-corrigibles dans l'espace de travail","server.progress.fixing-workspace.report":"correction de %0%","server.progress.preparing.title":"Préparation des caractéristiques du langage Spyglass","server.remove-cache-file":"Le fichier de cache a été déplacé au chemin donné par VSCode. Vous pouvez supprimer sans risque le dossier “.datapack” du dossier racine de votre espace de travail.","server.show-release-notes":"Afficher les notes de version","string":"un string","tag":"un tag","tag-not-following-convention":"Le tag %0% est invalide car il ne respecte pas la convention %1%","team":"une équipe","team-not-following-convention":"L'équipe %0% est invalide car elle ne respecte pas la convention %1%","time-unit":"une unité de temps","too-many-block-affected":"Trop de blocs dans la zone spécifiée (%0% au maximum, %1% spécifiés)","too-many-chunk-affected":"Trop de tronçons dans la zone spécifiée (maximum %0%, spécifié %1%)","unexpected-character":"Trouvé un caractère(s) non-[a-z0-9/._-]","unexpected-datapack-tag":"Les tags ne sont pas admis ici","unexpected-default-namespace":"L'espace de nommage par défaut devrait être omis ici","unexpected-leading-slash":"Slash “/” inattendu","unexpected-local-coordinate":"La coordonnée locale %0% n'est pas admise","unexpected-nbt":"Ce tag n’existe pas","unexpected-nbt-array-type":"Type de tableau invalide %0%. Devrait être “B”, “I”, ou “L”","unexpected-nbt-path-filter":"Les filtres de champs sont seulement utilisés pour les tags de champs","unexpected-nbt-path-index":"Les indices sont seulement utilisés pour les tags de listes/tableaux","unexpected-nbt-path-key":"Les clés sont seulement utilisées pour les tags de champs","unexpected-nbt-path-sub":"Ce tag n'a pas d'items supplémentaires","unexpected-omitted-default-namespace":"L'espace de nom par défaut ne peut être omis ici","unexpected-relative-coordinate":"La coordonnée relative %0% n'est pas admise","unexpected-scoreboard-sub-slot":"Seulement “sidebar” a des sous-emplacements","unknown-command":"Commande inconnue %0%","unknown-escape":"Caractère d'échappement %0% inattendu","unknown-key":"Clé inconnue %0%","unquoted-string":"une chaîne de caractères sans délimiteurs","unsorted-keys":"Clés non triées","uuid":"un UUID","vector":"un vecteur"}
1
+ export default {"array":"un tableau","boolean":"un booléen","bug-of-mc":"À cause d'un bug de Minecraft (%0%), %1%. S'il vous plaît Mojang, corrigez votre jeu","code-action.block-state-sort-keys":"Trier les états de bloc","code-action.command-replaceitem":"Mettre à jour cette commande sous la forme /item ... replace","code-action.fix-file":"Corriger tous les problèmes auto-corrigibles dans ce fichier","code-action.fix-workspace":"Corriger tous les problèmes auto-corrigibles dans l'espace de travail","code-action.id-attribute-datafix":"Mettre à jour ce nom d'attribut pour la 1.16","code-action.id-complete-default-namespace":"Compléter l'espace de nommage par défaut","code-action.id-create-file":"Créer %0% dans le même pack de données","code-action.id-omit-default-namespace":"Omettre l'espace de nommage par défaut","code-action.id-zombified-piglin-datafix":"Changer cet ID en celui du Piglin zombifié","code-action.nbt-compound-sort-keys":"Trier les clés du compound NBT","code-action.nbt-type-to-byte":"Convertir en octet NBT","code-action.nbt-type-to-double":"Convertir en double NBT","code-action.nbt-type-to-float":"Convertir en un flottant NBT","code-action.nbt-type-to-int":"Convertir en entier NBT","code-action.nbt-type-to-long":"Convertir en long NBT","code-action.nbt-type-to-short":"Convertir en short NBT","code-action.nbt-uuid-datafix":"Mettre à jour cet UUID pour la 1.16","code-action.selector-sort-keys":"Trier les arguments du sélecteur","code-action.string-double-quote":"Encadrer cette chaîne de caractères avec des guillemets","code-action.string-single-quote":"Encadrer cette chaîne de caractères avec des apostrophes","code-action.string-unquote":"Enlever les délimiteurs autour de cette chaîne de caractères","code-action.vector-align-0.0":"Aligner ce vecteur à l'origine du bloc","code-action.vector-align-0.5":"Aligner ce vecteur au centre du bloc","comment":"un commentaire commençant par %0%","conjunction.and_2":"et","conjunction.and_3+_1":",","conjunction.and_3+_2":", et","conjunction.or_2":"ou","conjunction.or_3+_1":",","conjunction.or_3+_2":", ou","datafix.error.command-replaceitem":"/replaceitem a été enlevé en 20w46a (la deuxième snapshot de la 1.17) en faveur de /item","duplicate-key":"Clé duplique %0%","ending-quote":"un guillemet de fermeture %0%","entity":"une entité","error.unparseable-content":"Rencontré du contenu non interprétable","expected":"%0% attendu","expected-got":"Attendu %0% mais obtenu %1%","float":"un flottant","float.between":"un flottant entre %0% et %1%","integer":"un integer","integer.between":"un integer entre %0% et %1%","json.checker.array.length-between":"%0% avec une longueur entre %1% et %2%","json.checker.item.duplicate":"Dupliquer la liste d'objets","json.checker.object.field.union-empty-members":"Propriété refusée","json.checker.property.deprecated":"La propriété %0% est obsolète","json.checker.property.missing":"Propriété %0% manquante","json.checker.property.unknown":"Propriété %0% inconnue","json.checker.string.hex-color":"un nombre hexadécimal à six chiffres","json.checker.tag-entry.duplicate":"Dupliquer la liste de tag","json.doc.advancement.display":"Paramètres d'affichages du progrès. Si présent, le progrès sera visible dans les onglets de progrès.","json.node.array":"un tableau","json.node.boolean":"un booléen","json.node.null":"un null","json.node.number":"un nombre","json.node.object":"un objet","json.node.string":"une chaîne de caractères","key-not-following-convention":"Clé invalide %0% qui ne suit pas la convention %1%","linter-config-validator.name-convention.type":"Attend un chaîne de caractères contenant une expression régulière qui décrit le nom","linter-config-validator.wrapper":"%0%. Lisez [la documentation](%1) pour plus d'informations","linter.diagnostic-message-wrapper":"%0% (règle : %1%)","linter.name-convention.illegal":"Le nom %0% ne correspond pas à %1%","linter.undeclared-symbol.message":"N'arrive pas à trouver %0% %1%","long":"un long","mcdoc.binder.dispatcher-statement.duplicated-key":"Cas de répartiteur dupliqué %0%","mcdoc.binder.dispatcher-statement.duplicated-key.related":"%0% a déjà été envoyé ici","mcdoc.binder.duplicated-declaration":"Déclaration dupliquée pour %0%","mcdoc.binder.duplicated-declaration.related":"%0% est déjà déclaré ici","mcdoc.binder.out-of-root":"Le fichier %0% ne se trouve pas dans le répertoire racine d'un projet mcdoc ; la vérification sémantique sera ignorée","mcdoc.binder.path.super-from-root":"Impossible d'accéder au super de la racine du projet","mcdoc.binder.path.unknown-identifier":"L'identificateur %0% n'existe pas dans le module %1%","mcdoc.binder.path.unknown-module":"Le module %0% n'existe pas","mcdoc.checker.entry.empty-mod-seg":"Vous ne pouvez pas mettre \"mod.mcdoc\" à la racine","mcdoc.checker.inject-clause.unmatched-injection":"Impossible d'injecter %0% avec %1%","mcdoc.checker.type-not-assignable":"Le type %0% n'est pas assignable au type %1%","mcdoc.node.compound-definition":"une définition composée","mcdoc.node.enum-definition":"une définition énumérée","mcdoc.node.identifier":"un identifiant","mcdoc.parser.compound-definition.field-type":"un type de champ","mcdoc.parser.float.illegal":"Nombre flottant illégal rencontré","mcdoc.parser.identifier.illegal":"%0% ne respecte pas le format de %1%","mcdoc.parser.identifier.reserved-word":"%0% est un mot réservé et ne peut être utilisé comme nom d'identifiant","mcdoc.parser.index-body.dynamic-index-not-allowed":"L'indexation dynamique n'est pas autorisée","mcdoc.parser.inject-clause.definition-expected":"Attendu soit une injection énumérée, soit une injection composée","mcdoc.parser.keyword.separation":"une séparation","mcdoc.parser.resource-location.colon-expected":"Attendu les deux-points (%0 %) aux emplacements de ressources","mcdoc.parser.syntax.doc-comment-unexpected":"Les commentaires de documentation ne sont pas autorisés ici ; vous devrez peut-être remplacer les trois barres obliques par deux barres obliques","mcfunction.checker.command.data-modify-unapplicable-operation":"L'opération %0% ne peut être utilisé que sur %1%; le chemin cible a à la place un type %2%","mcfunction.completer.block.states.default-value":"Défaut : %0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% n'est pas applicable ici","mcfunction.parser.entity-selector.arguments.unknown":"Argument de sélecteur d'entité inconnu %0%","mcfunction.parser.entity-selector.entities-disallowed":"Le sélecteur contient des entités non joueur","mcfunction.parser.entity-selector.multiple-disallowed":"Le sélecteur contient plusieurs entités","mcfunction.parser.entity-selector.player-name.too-long":"Les noms de joueurs ne peuvent pas avoir plus de %0% caractères","mcfunction.parser.eoc-unexpected":"Plus d'arguments attendus","mcfunction.parser.leading-slash":"une barre oblique %0%","mcfunction.parser.no-permission":"Le niveau de permission %0% est requis, mais le niveau de permission défini en configuration est seulement %1%","mcfunction.parser.objective.too-long":"Les noms d'objectifs ne peuvent pas avoir plus que %0% caractères","mcfunction.parser.range.min>max":"La valeur minimale %0% est plus grande que la valeur maximale %1%","mcfunction.parser.score_holder.fake-name.too-long":"Les faux noms ne peuvent pas avoir plus que %0% caractères","mcfunction.parser.sep":"un espace (%0%)","mcfunction.parser.trailing":"Trouvé des données supplémentaires à la fin","mcfunction.parser.unknown-parser":"L'analyseur %0% n'est pas supporté pour le moment","mcfunction.parser.uuid.invalid":"Format d'UUID invalide","mcfunction.parser.vector.local-disallowed":"Coordonnées locales interdites","mcfunction.parser.vector.mixed":"Les coordonnées locales et absolues/relatives ne peuvent pas être mélangées","mcfunction.signature-help.command-documentation":"[Wiki Minecraft : commande `%0%`](https://minecraft.fandom.com/wiki/Commands/%0%)","missing-key":"Clé %0% manquante","nbt.checker.block-states.fake-boolean":"Les états de blocs booléens doivent être mises entre guillemets","nbt.checker.block-states.unexpected-value-type":"Les valeurs des états de blocs doivent être soit une chaîne de caractères soit un nombre entier","nbt.checker.block-states.unknown-state":"État de bloc %0% inconnu pour le(s) bloc(s) suivant(s) : %1%","nbt.checker.boolean.out-of-range":"Une valeur booléenne devrait être soit %0% soit %1%","nbt.checker.collection.length-between":"%0% de longueur comprise entre %1% et %2%","nbt.checker.compound.field.union-empty-members":"Propriété interdite","nbt.checker.path.index-out-of-bound":"L'indice %0% fourni est hors limite, car la collection ne peut contenir que %1% d'éléments maximum","nbt.checker.path.unexpected-filter":"Les filtres composés ne peuvent être utilisés que sur des étiquettes composées","nbt.checker.path.unexpected-index":"Les indices ne peuvent être utilisés que dans des tableaux ou des listes","nbt.checker.path.unexpected-key":"Les clés de type chaîne ne peuvent être spécifiées que pour les étiquettes composées","nbt.node":"un tag","nbt.node.byte":"un octet","nbt.node.byte_array":"un tableau d'octets","nbt.node.compound":"un tag composé","nbt.node.double":"un tag de nombre double","nbt.node.float":"un tag de nombre flottant","nbt.node.int":"un tag de nombre entier","nbt.node.int_array":"un tag de liste d'entier","nbt.node.list":"un tag de liste","nbt.node.long":"un tag d'entier long","nbt.node.long_array":"un tag de liste d'entier long","nbt.node.path.end":"La fin du chemin","nbt.node.path.filter":"un filtre composé","nbt.node.path.index":"un indice","nbt.node.path.key":"une clé","nbt.node.short":"une étiquette courte","nbt.node.string":"un tag à chaîne de caractères","nbt.parser.number.out-of-range":"Cela ressemble à %0%, mais c'est en fait %1% car la valeur du chiffre est hors de [%2%, %3%]","not-matching-any-child":"Type d'argument invalide","nothing":"rien","number":"un nombre","number-range":"un intervalle de valeur","number-range.missing-min-and-max":"Attendu une valeure minimale ou une valeure maximale","number.<=":"un nombre inférieur ou égal à %0%","number.>=":"un nombre supérieur ou égal à %0%","number.between":"un nombre entre %0% et %1%","object":"un objet","objective":"un objectif","objective-not-following-convention":"L'objectif %0% est invalide car elle ne respecte pas la convention %1%","parser.float.illegal":"Chiffre flottant illégal qui ne suit pas %0%","parser.integer.illegal":"Entier illégal qui ne suit pas %0%","parser.list.trailing-sep":"Séparation à la fin","parser.list.value":"une valeur","parser.record.key":"une clé","parser.record.trailing-end":"Séparation à la fin","parser.record.unexpected-char":"Caractère %0% inattendu","parser.record.value":"une valeur","parser.resource-location.illegal":"Caractère(s) inattendu(s) : %0%","parser.resource-location.namespace-expected":"Les espaces de noms ne peuvent pas être omis ici","parser.resource-location.tag-disallowed":"Les tags ne sont pas autorisés ici","parser.string.illegal-brigadier":"Des caractères autres que [0-9A-Za-z_.+-] ont été rencontrés dans %0%","parser.string.illegal-escape":"Caractère d'échappement inattendu %0%","parser.string.illegal-quote":"Seuls %0% peuvent être utilisés pour citer des chaînes de caractères","parser.string.illegal-unicode-escape":"Chiffre hexadécimal attendu","punc.period":".","punc.quote":"“%0%”","quote":"un guillemet (“\"”) ou une apostrophe (“'”)","quote_prefer_double":"Des guillemets (“\"”) sont préférables ici","quote_prefer_single":"Une apostrophe (“'”) est préférable ici","resource-location":"un emplacement de ressource","score-holder":"un score holder","scoreholder-not-following-convention":"Le score_holder %0% est invalide car il ne respecte pas la convention %1%","server.new-version":"Le Data-pack Language Server a été mis à jour vers une version plus récente : %0%","server.progress.fixing-workspace.begin":"Correction de tous les problèmes auto-corrigibles dans l'espace de travail","server.progress.fixing-workspace.report":"correction de %0%","server.progress.preparing.title":"Préparation des caractéristiques du langage Spyglass","server.remove-cache-file":"Le fichier de cache a été déplacé au chemin donné par VSCode. Vous pouvez supprimer sans risque le dossier “.datapack” du dossier racine de votre espace de travail.","server.show-release-notes":"Afficher les notes de version","string":"un string","tag":"un tag","tag-not-following-convention":"Le tag %0% est invalide car il ne respecte pas la convention %1%","team":"une équipe","team-not-following-convention":"L'équipe %0% est invalide car elle ne respecte pas la convention %1%","time-unit":"une unité de temps","too-many-block-affected":"Trop de blocs dans la zone spécifiée (%0% au maximum, %1% spécifiés)","too-many-chunk-affected":"Trop de tronçons dans la zone spécifiée (maximum %0%, spécifié %1%)","unexpected-character":"Trouvé un caractère(s) non-[a-z0-9/._-]","unexpected-datapack-tag":"Les tags ne sont pas admis ici","unexpected-default-namespace":"L'espace de nommage par défaut devrait être omis ici","unexpected-leading-slash":"Slash “/” inattendu","unexpected-local-coordinate":"La coordonnée locale %0% n'est pas admise","unexpected-nbt":"Ce tag n’existe pas","unexpected-nbt-array-type":"Type de tableau invalide %0%. Devrait être “B”, “I”, ou “L”","unexpected-nbt-path-filter":"Les filtres de champs sont seulement utilisés pour les tags de champs","unexpected-nbt-path-index":"Les indices sont seulement utilisés pour les tags de listes/tableaux","unexpected-nbt-path-key":"Les clés sont seulement utilisées pour les tags de champs","unexpected-nbt-path-sub":"Ce tag n'a pas d'items supplémentaires","unexpected-omitted-default-namespace":"L'espace de nom par défaut ne peut être omis ici","unexpected-relative-coordinate":"La coordonnée relative %0% n'est pas admise","unexpected-scoreboard-sub-slot":"Seulement “sidebar” a des sous-emplacements","unknown-command":"Commande inconnue %0%","unknown-escape":"Caractère d'échappement %0% inattendu","unknown-key":"Clé inconnue %0%","unquoted-string":"une chaîne de caractères sans délimiteurs","unsorted-keys":"Clés non triées","uuid":"un UUID","vector":"un vecteur"}
@@ -1 +1 @@
1
- export default {"array":"uma matriz","boolean":"um boolean","bug-of-mc":"Devido a um bug do Minecraft (%0%), %1%. Por favor, Mojang, conserte o seu jogo","code-action.block-state-sort-keys":"Classificar estado do bloco","code-action.command-replaceitem":"Comando atualizado para /item … replace","code-action.fix-file":"Corrija todos os problemas auto corrigíveis neste arquivo","code-action.fix-workspace":"Corrija todos os problemas auto corrigíveis nesta área de trabalho","code-action.id-attribute-datafix":"Nome de atributo atualizado para a 1.16","code-action.id-complete-default-namespace":"Espaço do nome completo por padrão","code-action.id-create-file":"Criar %0% no mesmo data pack","code-action.id-omit-default-namespace":"Omita o espaço de nome por padrão","code-action.id-zombified-piglin-datafix":"Altere este ID para Piglin Zumbificado","code-action.nbt-compound-sort-keys":"Classificar NBT da tag composta","code-action.nbt-type-to-byte":"Converter para uma tag de NBT byte","code-action.nbt-type-to-double":"Converter para uma tag de NBT double","code-action.nbt-type-to-float":"Converter para uma tag de NBT float","code-action.nbt-type-to-int":"Converter para uma tag de NBT int","code-action.nbt-type-to-long":"Converter para uma tag de NBT long","code-action.nbt-type-to-short":"Converter para uma tag de NBT short","code-action.nbt-uuid-datafix":"Atualizar este UUID para 1.16","code-action.selector-sort-keys":"Classificar argumento do seletor","code-action.string-double-quote":"Cite esta string com aspas duplas","code-action.string-single-quote":"Cite esta string com aspas simples","code-action.string-unquote":"Retire as aspas desta string","code-action.vector-align-0.0":"Alinhar este vetor para bloquear a origem","code-action.vector-align-0.5":"Alinhar este vetor para bloquear o centro","comment":"um comentário começando com %0%","conjunction.and_2":" e ","conjunction.and_3+_1":", ","conjunction.and_3+_2":", e ","conjunction.or_2":" ou ","conjunction.or_3+_1":", ","conjunction.or_3+_2":", ou ","datafix.error.command-replaceitem":"/replaceitem foi removida na 20w46a (a segunda snapshot da 1.17) a favor de /item","duplicate-key":"Duplicar chave %0%","ending-quote":"uma citação final %0%","entity":"uma entidade","error.unparseable-content":"Conteúdo não analisável encontrado","expected":"Esperado %0%","expected-got":"Esperado %0% mas obteve %1%","float":"um float","float.between":"um float entre %0% e %1%","integer":"um inteiro","integer.between":"um inteiro entre %0% e %1%","json.checker.item.duplicate":"Duplicar lista de itens","json.checker.property.deprecated":"A propriedade %0% está descontinuada","json.checker.property.missing":"Falta da propriedade %0%","json.checker.property.unknown":"Propriedade desconhecida %0%","json.checker.string.hex-color":"um número hexadecimal de 6-dígitos","json.checker.tag-entry.duplicate":"Duplicar tag de entrada","json.doc.advancement.display":"Configurações de exibição de progressos. Se estiver presente, o progressos será visível nas guias de progressos.","key-not-following-convention":"Chave inválida %0% que não segue a convenção %1%","linter-config-validator.name-convention.type":"Espera uma string que contém uma expressão regular descrevendo o nome","linter-config-validator.wrapper":"%0%. Veja [a documentação](%1) para mais informações","linter.diagnostic-message-wrapper":"%0% (regras: %1%)","linter.name-convention.illegal":"Nome %0% não corresponde %1%","linter.undeclared-symbol.message":"Não consigo encontrar %0% %1%","long":"uma long","mcdoc.binder.dispatcher-statement.duplicated-key":"Caso de despachante duplicado %0%","mcdoc.binder.dispatcher-statement.duplicated-key.related":"%0% já foi despachado aqui","mcdoc.binder.duplicated-declaration":"Declaração duplicada para %0%","mcdoc.binder.duplicated-declaration.related":"%0% já está declarado aqui","mcdoc.binder.out-of-root":"O arquivo %0% não está no diretório raiz de nenhum projeto mcdoc; a verificação semântica será ignorada","mcdoc.binder.path.super-from-root":"Não é possível acessar super da raiz do projeto","mcdoc.binder.path.unknown-identifier":"O identificador %0% não existe no módulo %1%","mcdoc.binder.path.unknown-module":"Módulo %0% não existe","mcdoc.checker.entry.empty-mod-seg":"Você não pode colocar “mod.mcdoc” em uma raiz diretamente","mcdoc.checker.inject-clause.unmatched-injection":"Não é possível injetar %0% com %1%","mcdoc.checker.type-not-assignable":"O tipo %0% não pode ser atribuído ao tipo %1%","mcdoc.node.compound-definition":"uma definição composta","mcdoc.node.enum-definition":"uma definição de enumeração","mcdoc.node.identifier":"um identificador","mcdoc.parser.compound-definition.field-type":"um tipo de campo","mcdoc.parser.float.illegal":"Número float ilegal encontrado","mcdoc.parser.identifier.illegal":"%0% não segue o formato de %1%","mcdoc.parser.identifier.reserved-word":"%0% é uma palavra reservada e não pode ser usada como um nome identificador","mcdoc.parser.index-body.dynamic-index-not-allowed":"A indexação dinâmica não é permitida","mcdoc.parser.inject-clause.definition-expected":"Esperado um enum injeção ou um compound injeção","mcdoc.parser.keyword.separation":"uma separação","mcdoc.parser.resource-location.colon-expected":"Esperado os dois pontos (%0%) dos locais de recursos","mcdoc.parser.syntax.doc-comment-unexpected":"Comentários de documentos não são permitidos aqui; você pode querer substituir as três barras por duas barras","mcfunction.checker.command.data-modify-unapplicable-operation":"A operação %0% só pode ser usada em %1%; o caminho de destino tem o tipo %2% em vez disso","mcfunction.completer.block.states.default-value":"Padrão: %0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% não é aplicável aqui","mcfunction.parser.entity-selector.arguments.unknown":"Argumento do seletor de entidade desconhecido %0%","mcfunction.parser.entity-selector.entities-disallowed":"O seletor contém entidades não-player","mcfunction.parser.entity-selector.multiple-disallowed":"O seletor contém várias entidades","mcfunction.parser.entity-selector.player-name.too-long":"Os nomes dos jogadores não podem ter mais de %0% caracteres","mcfunction.parser.eoc-unexpected":"Esperava-se mais argumentos","mcfunction.parser.leading-slash":"uma barra inicial %0%","mcfunction.parser.no-permission":"Nível de permissão %0% é necessário, que é superior a %1% definido na configuração","mcfunction.parser.objective.too-long":"Os nomes dos objetivos não podem ter mais de %0% caracteres","mcfunction.parser.range.min>max":"O valor mínimo %0% é maior que o valor máximo %1%","mcfunction.parser.score_holder.fake-name.too-long":"Nomes falsos não podem ter mais de %0% caracteres","mcfunction.parser.sep":"um espaço (%0%)","mcfunction.parser.trailing":"Dados finais encontrados","mcfunction.parser.unknown-parser":"O analisador %0% ainda não foi suportado","mcfunction.parser.uuid.invalid":"Formato UUID inválido","mcfunction.parser.vector.local-disallowed":"Coordenadas locais não permitidas","mcfunction.parser.vector.mixed":"Não é possível misturar coordenadas locais e coordenadas mundiais juntas","mcfunction.signature-help.argument-parser-documentation":"[Minecraft Wiki: analisador de argumentos `%0%`](https://minecraft.fandom.com/wiki/Argument_types#%0%)","mcfunction.signature-help.command-documentation":"[Minecraft Wiki: comando `%0%`](https://minecraft.fandom.com/wiki/Commands/%0%)","missing-key":"Falta a chave %0%","nbt.checker.block-states.fake-boolean":"Os valores do estado do bloco boolean devem ser citados","nbt.checker.block-states.unexpected-value-type":"Os valores do estado do bloco devem ser uma string ou um int","nbt.checker.block-states.unknown-state":"Estado de bloco desconhecido %0% para o(s) seguinte(s) bloco(s): %1%","nbt.checker.boolean.out-of-range":"Um valor boolean deve ser %0% ou %1%","nbt.checker.collection.length-between":"%0% com comprimento entre %1% e %2%","nbt.checker.compound.field.union-empty-members":"Propriedade proibida","nbt.checker.path.index-out-of-bound":"O índice fornecido %0% está fora do limite, pois a coleção só pode ter no máximo %1% elementos","nbt.checker.path.unexpected-filter":"Filtros compostos só podem ser usados em tags compostas","nbt.checker.path.unexpected-index":"Os índices só podem ser usados em array ou lista de tags","nbt.checker.path.unexpected-key":"As chaves de string só podem ser especificadas para tags compostas","nbt.node":"uma tag","nbt.node.byte":"uma byte tag","nbt.node.byte_array":"uma byte array tag","nbt.node.compound":"uma tag composta","nbt.node.double":"uma double tag","nbt.node.float":"uma float tag","nbt.node.int":"uma int tag","nbt.node.int_array":"uma int array tag","nbt.node.list":"uma lista de tag","nbt.node.long":"uma long tag","nbt.node.long_array":"uma long array tag","nbt.node.path.end":"fim do path","nbt.node.path.filter":"um filtro composto","nbt.node.path.index":"um índice","nbt.node.path.key":"uma chave","nbt.node.short":"uma short tag","nbt.node.string":"uma string tag","nbt.parser.number.out-of-range":"Parece que %0%, mas na verdade é %1% devido ao valor numeral estar fora de [%2%, %3%]","not-matching-any-child":"Tipo de argumento inválido","nothing":"nada","number":"um número","number-range":"uma gama de números","number-range.missing-min-and-max":"Esperado um valor mínimo ou um valor máximo","number.<=":"um número menor ou igual a %0%","number.>=":"um número maior ou igual a %0%","number.between":"um número entre %0% e %1%","object":"um objeto","objective":"um objetivo","objective-not-following-convention":"Objetivo inválido %0% que não segue a convenção %1%","parser.float.illegal":"Numeral float ilegal que não segue %0%","parser.integer.illegal":"Inteiro ilegal que não segue %0%","parser.list.trailing-sep":"Separação final","parser.list.value":"um valor","parser.record.key":"uma chave","parser.record.trailing-end":"Separação final","parser.record.unexpected-char":"Caractere inesperado %0%","parser.record.value":"um valor","parser.resource-location.illegal":"Caráter(s) ilegal(is): %0%","parser.resource-location.namespace-expected":"EspaçoDeNome não podem ser omitidos aqui","parser.resource-location.tag-diallowed":"Tags não são permitidas aqui","parser.string.illegal-brigadier":"Encontrou não-[0-9A-Za-z_.+-] caracteres em %0%","parser.string.illegal-escape":"Caráter de escape inesperado %0%","parser.string.illegal-quote":"Apenas %0% pode ser usado para citar strings aqui","parser.string.illegal-unicode-escape":"Espera-se um dígito hexadecimal","punc.period":".","punc.quote":"“%0%”","quote":"uma citação (“'” ou “\"”)","quote_prefer_double":"Aspas duplas (“\"”) são preferíveis aqui","quote_prefer_single":"Aspas simples (“'”) são preferíveis aqui","resource-location":"um local de recurso","score-holder":"um marcador de pontos","scoreholder-not-following-convention":"Score_holder %0% inválido que não segue a convenção %1%","server.new-version":"O idioma do servidor do Data-pack foi atualizado para uma versão mais recente: %0%","server.progress.fixing-workspace.begin":"Corrigindo todos os problemas auto corrigíveis na mesa de trabalho","server.progress.fixing-workspace.report":"corrigindo %0%","server.progress.preparing.title":"Preparando recursos de linguagem do Spyglass","server.remove-cache-file":"O arquivo de cache do DHP foi movido para um local de armazenamento fornecido pelo VSCode. Você pode excluir com segurança a pasta “.datapack” desagradável na raiz do seu espaço de trabalho.","server.show-release-notes":"Mostrar Notas de Lançamento","string":"uma string","tag":"uma tag","tag-not-following-convention":"Tag inválida %0% que não segue a convenção %1%","team":"um equipe","team-not-following-convention":"Equipe invalida %0% que não segue a convenção %1%","time-unit":"uma unidade de tempo","too-many-block-affected":"Muitos blocos na área especificada (máximo %0%, especificado %1%)","too-many-chunk-affected":"Muitos pedaços na área especificada (máximo %0%, especificado %1%)","unexpected-character":"Não foram encontrados caracteres [a-z0-9/._-]","unexpected-datapack-tag":"Tags não são permitidas aqui","unexpected-default-namespace":"O espaço-de-nome padrão deve ser omitido aqui","unexpected-leading-slash":"Barra inicial inesperada “/”","unexpected-local-coordinate":"Coordenada local %0% não é permitida","unexpected-nbt":"Esta tag não existe aqui","unexpected-nbt-array-type":"Tipo de array inválida %0%. Deve ser um de “B”, “I” e “L”","unexpected-nbt-path-filter":"Filtros compostos são usados apenas para tags compostas","unexpected-nbt-path-index":"Os índices são usados apenas para listas de tags/arrays tags","unexpected-nbt-path-key":"As chaves são usadas apenas para tags compostas","unexpected-nbt-path-sub":"A tag atual não tem itens extras","unexpected-omitted-default-namespace":"O espaço-de-nome padrão não deve ser omitido aqui","unexpected-relative-coordinate":"Coordenada relativa %0% não é permitida","unexpected-scoreboard-sub-slot":"Apenas a “sidebar” tem sub slots","unknown-command":"Comando desconhecido %0%","unknown-escape":"Caráter de escape inesperado %0%","unknown-key":"Chave desconhecida %0%","unquoted-string":"uma string não citada","unsorted-keys":"Chaves não classificadas","uuid":"um UUID","vector":"um vetor"}
1
+ export default {"array":"uma matriz","boolean":"um boolean","bug-of-mc":"Devido a um bug do Minecraft (%0%), %1%. Por favor, Mojang, conserte o seu jogo","code-action.block-state-sort-keys":"Classificar estado do bloco","code-action.command-replaceitem":"Comando atualizado para /item … replace","code-action.fix-file":"Corrija todos os problemas auto corrigíveis neste arquivo","code-action.fix-workspace":"Corrija todos os problemas auto corrigíveis nesta área de trabalho","code-action.id-attribute-datafix":"Nome de atributo atualizado para a 1.16","code-action.id-complete-default-namespace":"Espaço do nome completo por padrão","code-action.id-create-file":"Criar %0% no mesmo data pack","code-action.id-omit-default-namespace":"Omita o espaço de nome por padrão","code-action.id-zombified-piglin-datafix":"Altere este ID para Piglin Zumbificado","code-action.nbt-compound-sort-keys":"Classificar NBT da tag composta","code-action.nbt-type-to-byte":"Converter para uma tag de NBT byte","code-action.nbt-type-to-double":"Converter para uma tag de NBT double","code-action.nbt-type-to-float":"Converter para uma tag de NBT float","code-action.nbt-type-to-int":"Converter para uma tag de NBT int","code-action.nbt-type-to-long":"Converter para uma tag de NBT long","code-action.nbt-type-to-short":"Converter para uma tag de NBT short","code-action.nbt-uuid-datafix":"Atualizar este UUID para 1.16","code-action.selector-sort-keys":"Classificar argumento do seletor","code-action.string-double-quote":"Cite esta string com aspas duplas","code-action.string-single-quote":"Cite esta string com aspas simples","code-action.string-unquote":"Retire as aspas desta string","code-action.vector-align-0.0":"Alinhar este vetor para bloquear a origem","code-action.vector-align-0.5":"Alinhar este vetor para bloquear o centro","comment":"um comentário começando com %0%","conjunction.and_2":" e ","conjunction.and_3+_1":", ","conjunction.and_3+_2":", e ","conjunction.or_2":" ou ","conjunction.or_3+_1":", ","conjunction.or_3+_2":", ou ","datafix.error.command-replaceitem":"/replaceitem foi removida na 20w46a (a segunda snapshot da 1.17) a favor de /item","duplicate-key":"Duplicar chave %0%","ending-quote":"uma citação final %0%","entity":"uma entidade","error.unparseable-content":"Conteúdo não analisável encontrado","expected":"Esperado %0%","expected-got":"Esperado %0% mas obteve %1%","float":"um float","float.between":"um float entre %0% e %1%","integer":"um inteiro","integer.between":"um inteiro entre %0% e %1%","json.checker.item.duplicate":"Duplicar lista de itens","json.checker.property.deprecated":"A propriedade %0% está descontinuada","json.checker.property.missing":"Falta da propriedade %0%","json.checker.property.unknown":"Propriedade desconhecida %0%","json.checker.string.hex-color":"um número hexadecimal de 6-dígitos","json.checker.tag-entry.duplicate":"Duplicar tag de entrada","json.doc.advancement.display":"Configurações de exibição de progressos. Se estiver presente, o progressos será visível nas guias de progressos.","key-not-following-convention":"Chave inválida %0% que não segue a convenção %1%","linter-config-validator.name-convention.type":"Espera uma string que contém uma expressão regular descrevendo o nome","linter-config-validator.wrapper":"%0%. Veja [a documentação](%1) para mais informações","linter.diagnostic-message-wrapper":"%0% (regras: %1%)","linter.name-convention.illegal":"Nome %0% não corresponde %1%","linter.undeclared-symbol.message":"Não consigo encontrar %0% %1%","long":"uma long","mcdoc.binder.dispatcher-statement.duplicated-key":"Caso de despachante duplicado %0%","mcdoc.binder.dispatcher-statement.duplicated-key.related":"%0% já foi despachado aqui","mcdoc.binder.duplicated-declaration":"Declaração duplicada para %0%","mcdoc.binder.duplicated-declaration.related":"%0% já está declarado aqui","mcdoc.binder.out-of-root":"O arquivo %0% não está no diretório raiz de nenhum projeto mcdoc; a verificação semântica será ignorada","mcdoc.binder.path.super-from-root":"Não é possível acessar super da raiz do projeto","mcdoc.binder.path.unknown-identifier":"O identificador %0% não existe no módulo %1%","mcdoc.binder.path.unknown-module":"Módulo %0% não existe","mcdoc.checker.entry.empty-mod-seg":"Você não pode colocar “mod.mcdoc” em uma raiz diretamente","mcdoc.checker.inject-clause.unmatched-injection":"Não é possível injetar %0% com %1%","mcdoc.checker.type-not-assignable":"O tipo %0% não pode ser atribuído ao tipo %1%","mcdoc.node.compound-definition":"uma definição composta","mcdoc.node.enum-definition":"uma definição de enumeração","mcdoc.node.identifier":"um identificador","mcdoc.parser.compound-definition.field-type":"um tipo de campo","mcdoc.parser.float.illegal":"Número float ilegal encontrado","mcdoc.parser.identifier.illegal":"%0% não segue o formato de %1%","mcdoc.parser.identifier.reserved-word":"%0% é uma palavra reservada e não pode ser usada como um nome identificador","mcdoc.parser.index-body.dynamic-index-not-allowed":"A indexação dinâmica não é permitida","mcdoc.parser.inject-clause.definition-expected":"Esperado um enum injeção ou um compound injeção","mcdoc.parser.keyword.separation":"uma separação","mcdoc.parser.resource-location.colon-expected":"Esperado os dois pontos (%0%) dos locais de recursos","mcdoc.parser.syntax.doc-comment-unexpected":"Comentários de documentos não são permitidos aqui; você pode querer substituir as três barras por duas barras","mcfunction.checker.command.data-modify-unapplicable-operation":"A operação %0% só pode ser usada em %1%; o caminho de destino tem o tipo %2% em vez disso","mcfunction.completer.block.states.default-value":"Padrão: %0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% não é aplicável aqui","mcfunction.parser.entity-selector.arguments.unknown":"Argumento do seletor de entidade desconhecido %0%","mcfunction.parser.entity-selector.entities-disallowed":"O seletor contém entidades não-player","mcfunction.parser.entity-selector.multiple-disallowed":"O seletor contém várias entidades","mcfunction.parser.entity-selector.player-name.too-long":"Os nomes dos jogadores não podem ter mais de %0% caracteres","mcfunction.parser.eoc-unexpected":"Esperava-se mais argumentos","mcfunction.parser.leading-slash":"uma barra inicial %0%","mcfunction.parser.no-permission":"Nível de permissão %0% é necessário, que é superior a %1% definido na configuração","mcfunction.parser.objective.too-long":"Os nomes dos objetivos não podem ter mais de %0% caracteres","mcfunction.parser.range.min>max":"O valor mínimo %0% é maior que o valor máximo %1%","mcfunction.parser.score_holder.fake-name.too-long":"Nomes falsos não podem ter mais de %0% caracteres","mcfunction.parser.sep":"um espaço (%0%)","mcfunction.parser.trailing":"Dados finais encontrados","mcfunction.parser.unknown-parser":"O analisador %0% ainda não foi suportado","mcfunction.parser.uuid.invalid":"Formato UUID inválido","mcfunction.parser.vector.local-disallowed":"Coordenadas locais não permitidas","mcfunction.parser.vector.mixed":"Não é possível misturar coordenadas locais e coordenadas mundiais juntas","mcfunction.signature-help.argument-parser-documentation":"[Minecraft Wiki: analisador de argumentos `%0%`](https://minecraft.fandom.com/wiki/Argument_types#%0%)","mcfunction.signature-help.command-documentation":"[Minecraft Wiki: comando `%0%`](https://minecraft.fandom.com/wiki/Commands/%0%)","missing-key":"Falta a chave %0%","nbt.checker.block-states.fake-boolean":"Os valores do estado do bloco boolean devem ser citados","nbt.checker.block-states.unexpected-value-type":"Os valores do estado do bloco devem ser uma string ou um int","nbt.checker.block-states.unknown-state":"Estado de bloco desconhecido %0% para o(s) seguinte(s) bloco(s): %1%","nbt.checker.boolean.out-of-range":"Um valor boolean deve ser %0% ou %1%","nbt.checker.collection.length-between":"%0% com comprimento entre %1% e %2%","nbt.checker.compound.field.union-empty-members":"Propriedade proibida","nbt.checker.path.index-out-of-bound":"O índice fornecido %0% está fora do limite, pois a coleção só pode ter no máximo %1% elementos","nbt.checker.path.unexpected-filter":"Filtros compostos só podem ser usados em tags compostas","nbt.checker.path.unexpected-index":"Os índices só podem ser usados em array ou lista de tags","nbt.checker.path.unexpected-key":"As chaves de string só podem ser especificadas para tags compostas","nbt.node":"uma tag","nbt.node.byte":"uma byte tag","nbt.node.byte_array":"uma byte array tag","nbt.node.compound":"uma tag composta","nbt.node.double":"uma double tag","nbt.node.float":"uma float tag","nbt.node.int":"uma int tag","nbt.node.int_array":"uma int array tag","nbt.node.list":"uma lista de tag","nbt.node.long":"uma long tag","nbt.node.long_array":"uma long array tag","nbt.node.path.end":"fim do path","nbt.node.path.filter":"um filtro composto","nbt.node.path.index":"um índice","nbt.node.path.key":"uma chave","nbt.node.short":"uma short tag","nbt.node.string":"uma string tag","nbt.parser.number.out-of-range":"Parece que %0%, mas na verdade é %1% devido ao valor numeral estar fora de [%2%, %3%]","not-matching-any-child":"Tipo de argumento inválido","nothing":"nada","number":"um número","number-range":"uma gama de números","number-range.missing-min-and-max":"Esperado um valor mínimo ou um valor máximo","number.<=":"um número menor ou igual a %0%","number.>=":"um número maior ou igual a %0%","number.between":"um número entre %0% e %1%","object":"um objeto","objective":"um objetivo","objective-not-following-convention":"Objetivo inválido %0% que não segue a convenção %1%","parser.float.illegal":"Numeral float ilegal que não segue %0%","parser.integer.illegal":"Inteiro ilegal que não segue %0%","parser.list.trailing-sep":"Separação final","parser.list.value":"um valor","parser.record.key":"uma chave","parser.record.trailing-end":"Separação final","parser.record.unexpected-char":"Caractere inesperado %0%","parser.record.value":"um valor","parser.resource-location.illegal":"Caráter(s) ilegal(is): %0%","parser.resource-location.namespace-expected":"EspaçoDeNome não podem ser omitidos aqui","parser.resource-location.tag-disallowed":"Tags não são permitidas aqui","parser.string.illegal-brigadier":"Encontrou não-[0-9A-Za-z_.+-] caracteres em %0%","parser.string.illegal-escape":"Caráter de escape inesperado %0%","parser.string.illegal-quote":"Apenas %0% pode ser usado para citar strings aqui","parser.string.illegal-unicode-escape":"Espera-se um dígito hexadecimal","punc.period":".","punc.quote":"“%0%”","quote":"uma citação (“'” ou “\"”)","quote_prefer_double":"Aspas duplas (“\"”) são preferíveis aqui","quote_prefer_single":"Aspas simples (“'”) são preferíveis aqui","resource-location":"um local de recurso","score-holder":"um marcador de pontos","scoreholder-not-following-convention":"Score_holder %0% inválido que não segue a convenção %1%","server.new-version":"O idioma do servidor do Data-pack foi atualizado para uma versão mais recente: %0%","server.progress.fixing-workspace.begin":"Corrigindo todos os problemas auto corrigíveis na mesa de trabalho","server.progress.fixing-workspace.report":"corrigindo %0%","server.progress.preparing.title":"Preparando recursos de linguagem do Spyglass","server.remove-cache-file":"O arquivo de cache do DHP foi movido para um local de armazenamento fornecido pelo VSCode. Você pode excluir com segurança a pasta “.datapack” desagradável na raiz do seu espaço de trabalho.","server.show-release-notes":"Mostrar Notas de Lançamento","string":"uma string","tag":"uma tag","tag-not-following-convention":"Tag inválida %0% que não segue a convenção %1%","team":"um equipe","team-not-following-convention":"Equipe invalida %0% que não segue a convenção %1%","time-unit":"uma unidade de tempo","too-many-block-affected":"Muitos blocos na área especificada (máximo %0%, especificado %1%)","too-many-chunk-affected":"Muitos pedaços na área especificada (máximo %0%, especificado %1%)","unexpected-character":"Não foram encontrados caracteres [a-z0-9/._-]","unexpected-datapack-tag":"Tags não são permitidas aqui","unexpected-default-namespace":"O espaço-de-nome padrão deve ser omitido aqui","unexpected-leading-slash":"Barra inicial inesperada “/”","unexpected-local-coordinate":"Coordenada local %0% não é permitida","unexpected-nbt":"Esta tag não existe aqui","unexpected-nbt-array-type":"Tipo de array inválida %0%. Deve ser um de “B”, “I” e “L”","unexpected-nbt-path-filter":"Filtros compostos são usados apenas para tags compostas","unexpected-nbt-path-index":"Os índices são usados apenas para listas de tags/arrays tags","unexpected-nbt-path-key":"As chaves são usadas apenas para tags compostas","unexpected-nbt-path-sub":"A tag atual não tem itens extras","unexpected-omitted-default-namespace":"O espaço-de-nome padrão não deve ser omitido aqui","unexpected-relative-coordinate":"Coordenada relativa %0% não é permitida","unexpected-scoreboard-sub-slot":"Apenas a “sidebar” tem sub slots","unknown-command":"Comando desconhecido %0%","unknown-escape":"Caráter de escape inesperado %0%","unknown-key":"Chave desconhecida %0%","unquoted-string":"uma string não citada","unsorted-keys":"Chaves não classificadas","uuid":"um UUID","vector":"um vetor"}
@@ -1 +1 @@
1
- export default {"array":"一个数组","boolean":"一个布尔值","bug-of-mc":"由于一个Minecraft的漏洞(%0%),%1%。请报告Mojang以修复","code-action.block-state-sort-keys":"将方块状态按键排序","code-action.command-replaceitem":"将该命令升级为 /item ... replace","code-action.fix-file":"修复当前文件中所有可自动修复的问题","code-action.fix-workspace":"修复当前工作空间中所有可自动修复的问题","code-action.id-attribute-datafix":"将该属性名更新到 1.16","code-action.id-complete-default-namespace":"补全默认命名空间","code-action.id-create-file":"在同一个数据包中创建%0%","code-action.id-omit-default-namespace":"省略默认命名空间","code-action.id-zombified-piglin-datafix":"将该 ID 升级为僵尸猪灵","code-action.nbt-compound-sort-keys":"将 NBT 复合标签按键排序","code-action.nbt-type-to-byte":"转换为 NBT 字节型(byte)标签","code-action.nbt-type-to-double":"转换为 NBT 双精度浮点数(double)标签","code-action.nbt-type-to-float":"转换为 NBT 单精度浮点数(float)标签","code-action.nbt-type-to-int":"转换为 NBT 整型(int)标签","code-action.nbt-type-to-long":"转换为 NBT 长整型(long)标签","code-action.nbt-type-to-short":"转换为 NBT 短整型(short)标签","code-action.nbt-uuid-datafix":"将该 UUID 更新到 1.16","code-action.selector-sort-keys":"将选择器参数按键排序","code-action.string-double-quote":"使用半角双引号包裹该字符串","code-action.string-single-quote":"使用半角单引号包裹该字符串","code-action.string-unquote":"移除该字符串的引号","code-action.vector-align-0.0":"将该向量对齐至方块原点","code-action.vector-align-0.5":"将该向量对齐至方块中心","comment":"以 %0% 开始的注释","conjunction.and_2":"和","conjunction.and_3+_1":"、","conjunction.and_3+_2":"和","conjunction.or_2":"或","conjunction.or_3+_1":"、","conjunction.or_3+_2":"或","datafix.error.command-replaceitem":"/replaceitem 在 20w46a(1.17 的第二个快照)中被 /item 取代","duplicate-key":"键%0%重复","ending-quote":"一个结尾引号%0%","entity":"一个实体","error.unparseable-content":"遇到了无法解析的文件内容","expected":"期望%0%","expected-got":"期望%0%,但得到了%1%","float":"一个浮点数","float.between":"一个处于 %0% 与 %1% 之间的浮点型数字","integer":"一个整型数字","integer.between":"一个处于 %0% 与 %1% 之间的整型数字","json.checker.item.duplicate":"重复的列表条目","json.checker.property.deprecated":"属性 %0% 已被弃用","json.checker.property.missing":"缺失属性 %0%","json.checker.property.unknown":"未知属性 %0%","json.checker.string.hex-color":"一个6位的十六进制数字","json.checker.tag-entry.duplicate":"重复的标签条目","json.doc.advancement.display":"进度的显示设置。如果存在,则该进度将在进度选项卡中可见。","key-not-following-convention":"无效的键%0%,因为没有遵循%1%命名规范","linter-config-validator.name-convention.type":"期望一个正则表达式字符串用于描述命名规范","linter-config-validator.wrapper":"%0%。请参阅[文档](%1)获取更多信息","linter.diagnostic-message-wrapper":"%0%(规则:%1%)","linter.name-convention.illegal":"名称 %0% 不匹配配置的正则表达式 %1%","linter.undeclared-symbol.message":"找不到%0%%1%","long":"一个长整型数字","mcdoc.binder.duplicated-declaration":"重复声明 %0%","mcdoc.binder.duplicated-declaration.related":"%0% 已在这里被声明过了","mcdoc.binder.out-of-root":"文件 %0% 不在任何 mcdoc 项目的根目录下,因此将跳过语义检测","mcdoc.binder.path.super-from-root":"无法访问项目根目录的上一级目录(`super`)","mcdoc.binder.path.unknown-identifier":"模块 %1% 中不存在标识符 %0%","mcdoc.binder.path.unknown-module":"模块 %0% 不存在","mcdoc.checker.entry.empty-mod-seg":"你不能将“mod.mcdoc”直接放在根目录下","mcdoc.checker.inject-clause.unmatched-injection":"不能注入 %0% 以 %1%","mcdoc.checker.type-not-assignable":"类型 %0% 不能分配给类型 %1%","mcdoc.node.compound-definition":"一个复合定义","mcdoc.node.enum-definition":"一个枚举定义","mcdoc.node.identifier":"一个标识符","mcdoc.parser.compound-definition.field-type":"一个字段类型","mcdoc.parser.float.illegal":"遇到了无效的浮点数","mcdoc.parser.identifier.illegal":"%0% 不遵循格式 %1%","mcdoc.parser.identifier.reserved-word":"%0% 是保留字,无法被用作标识符","mcdoc.parser.index-body.dynamic-index-not-allowed":"不允许动态索引","mcdoc.parser.inject-clause.definition-expected":"期望一个枚举注入或复合注入","mcdoc.parser.keyword.separation":"一个分隔符","mcdoc.parser.resource-location.colon-expected":"期望资源路径中的冒号(%0%)","mcdoc.parser.syntax.doc-comment-unexpected":"此处不允许文档注释;你可能想将三个斜杠替换为两个斜杠","mcfunction.completer.block.states.default-value":"默认值:%0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% 不适用于此处","mcfunction.parser.entity-selector.arguments.unknown":"未知的实体选择器参数 %0%","mcfunction.parser.entity-selector.entities-disallowed":"该选择器包含非玩家实体","mcfunction.parser.entity-selector.multiple-disallowed":"该选择器包含多个实体","mcfunction.parser.entity-selector.player-name.too-long":"玩家名称长度不能多于 %0% 个字符","mcfunction.parser.eoc-unexpected":"期望更多参数","mcfunction.parser.leading-slash":"一个前导斜杠 %0%","mcfunction.parser.no-permission":"需要权限等级 %0%,高于设置中定义的 %1%","mcfunction.parser.objective.too-long":"记分项名称长度不能多于 %0% 个字符","mcfunction.parser.range.min>max":"最小值 %0% 大于最大值 %1%","mcfunction.parser.score_holder.fake-name.too-long":"实体假名长度不能多于 %0% 个字符","mcfunction.parser.sep":"一个空格 (%0%)","mcfunction.parser.trailing":"遇到尾随的数据","mcfunction.parser.unknown-parser":"尚未支持解析器 %0%","mcfunction.parser.uuid.invalid":"无效的UUID格式","mcfunction.parser.vector.local-disallowed":"局部坐标不允许在此处使用","mcfunction.parser.vector.mixed":"不能将局部坐标与世界坐标混合使用","mcfunction.signature-help.argument-parser-documentation":"[Minecraft Wiki:`%0%` 参数解析器](https://minecraft.fandom.com/zh/wiki/参数类型#%0%)","mcfunction.signature-help.command-documentation":"[Minecraft Wiki:`%0%` 命令](https://minecraft.fandom.com/zh/wiki/Commands/%0%)","missing-key":"缺失键 %0%","nbt.checker.block-states.fake-boolean":"应用引号包裹布尔型方块状态值","nbt.checker.block-states.unexpected-value-type":"方块状态值应为字符串或整数","nbt.checker.block-states.unknown-state":"以下方块具有未知方块状态 %0% :%1%","nbt.checker.boolean.out-of-range":"布尔值应为 %0% 或 %1%","nbt.checker.collection.length-between":"%0% 的长度在 %1% 和 %2% 之间","nbt.checker.compound.field.union-empty-members":"不允许的属性","nbt.checker.path.index-out-of-bound":"提供的索引 %0% 越界,因为集合最多只能拥有 %1% 个元素","nbt.checker.path.unexpected-filter":"复合标签过滤器只能用于复合标签","nbt.checker.path.unexpected-index":"索引只能用于数组或列表标签","nbt.checker.path.unexpected-key":"字符串键只能为复合标签指定","nbt.node":"一个标签","nbt.node.byte":"一个字节标签","nbt.node.byte_array":"一个字节数组标签","nbt.node.compound":"一个复合标签","nbt.node.double":"一个双精度浮点型标签","nbt.node.float":"一个浮点型标签","nbt.node.int":"一个整型标签","nbt.node.int_array":"一个整型数组标签","nbt.node.list":"一个列表标签","nbt.node.long":"一个长整型标签","nbt.node.long_array":"一个长整型数组标签","nbt.node.path.end":"路径结尾","nbt.node.path.filter":"一个复合标签过滤器","nbt.node.path.index":"一个索引","nbt.node.path.key":"一个键","nbt.node.short":"一个短整型标签","nbt.node.string":"一个字符串标签","nbt.parser.number.out-of-range":"这看起来像 %0%,但实际上是 %1%,由于数值超出了 [%2%, %3%]","not-matching-any-child":"无效参数","nothing":"无","number":"一个数字","number-range":"一个数字范围","number-range.missing-min-and-max":"期望一个最小值或一个最大值","number.<=":"一个小于等于 %0% 的数字","number.>=":"一个大于等于 %0% 的数字","number.between":"一个位于 %0% 和 %1% 之间的数字","object":"一个对象","objective":"一个记分项","objective-not-following-convention":"该记分项%0%没有跟随命名规则%1%","parser.float.illegal":"无效的浮点数不遵循 %0%","parser.integer.illegal":"无效的整数不遵循 %0%","parser.list.trailing-sep":"尾随分隔符","parser.list.value":"一个值","parser.record.key":"一个键","parser.record.trailing-end":"尾随分隔符","parser.record.unexpected-char":"预期外的字符 %0%","parser.record.value":"一个值","parser.resource-location.illegal":"无效字符:%0%","parser.resource-location.namespace-expected":"不可在此省略命名空间","parser.resource-location.tag-diallowed":"此处不允许使用标签","parser.string.illegal-brigadier":"在 %0% 中遇到了非 [0-9A-Za-z_.+-] 字符","parser.string.illegal-escape":"预期外的转义字符 %0%","parser.string.illegal-quote":"此处只允许使用 %0% 包裹字符串","parser.string.illegal-unicode-escape":"期望十六进制数字","punc.period":"。","punc.quote":"“%0%”","quote":"一个半角引号(“'”或“\"”)","quote_prefer_double":"此处请优先使用半角双引号(“\"”)","quote_prefer_single":"此处请优先使用半角单引号(“'”)","resource-location":"一个资源位置","score-holder":"一个分数持有者","scoreholder-not-following-convention":"无效的分数持有者 %0% 不遵循 %1% 命名规则","server.new-version":"已更新数据包语言服务器到新版本:%0%","server.progress.fixing-workspace.begin":"修复当前工作空间中所有可自动修复的问题","server.progress.fixing-workspace.report":"正在修复%0%","server.progress.preparing.title":"正在准备 Spyglass 语言特性","server.remove-cache-file":"DHP 的缓存文件被移动到了一个由 VS Code 提供的缓存位置。您现在可以放心地删除工作区根文件夹中的“.datapack”文件夹。","server.show-release-notes":"显示更新日志","string":"一个字符串","tag":"一个标签","tag-not-following-convention":"该标签%0%没有跟随命名规则%1%","team":"一个队伍","team-not-following-convention":"该队伍%0%没有跟随命名规则%1%","time-unit":"一个时间单位","too-many-block-affected":"指定区域内的方块太多(最大值为 %0%,指定值为 %1%)","too-many-chunk-affected":"指定区域内的区块太多(最大值为 %0%,指定值为 %1%)","unexpected-character":"遇到了非 [a-z0-9/._-] 字符","unexpected-datapack-tag":"此处不允许使用标签","unexpected-default-namespace":"应当省略此处的默认命名空间","unexpected-leading-slash":"不能以斜杠“/”开始命令","unexpected-local-coordinate":"不能使用局部坐标%0%","unexpected-nbt":"此处不应使用该 NBT 标签","unexpected-nbt-array-type":"无效的数组类型%0%。应当为“B”“I”“L”中的一个","unexpected-nbt-path-filter":"复合标签筛选器只能对复合标签使用","unexpected-nbt-path-index":"索引只能对列表或数组标签使用","unexpected-nbt-path-key":"键只能对复合标签使用","unexpected-nbt-path-sub":"当前的标签并没有更多的子项目","unexpected-omitted-default-namespace":"此处不能省略默认命名空间","unexpected-relative-coordinate":"不能使用相对坐标%0%","unexpected-scoreboard-sub-slot":"只有“sidebar”有子栏目","unknown-command":"未知的命令%0%","unknown-escape":"预期外的转义字符 %0%","unknown-key":"未知的键%0%","unquoted-string":"一个未被引号包裹的字符串","unsorted-keys":"键未排序","uuid":"一个 UUID","vector":"一个向量"}
1
+ export default {"array":"一个数组","boolean":"一个布尔值","bug-of-mc":"由于一个Minecraft的漏洞(%0%),%1%。请报告Mojang以修复","code-action.block-state-sort-keys":"将方块状态按键排序","code-action.command-replaceitem":"将该命令升级为 /item ... replace","code-action.fix-file":"修复当前文件中所有可自动修复的问题","code-action.fix-workspace":"修复当前工作空间中所有可自动修复的问题","code-action.id-attribute-datafix":"将该属性名更新到 1.16","code-action.id-complete-default-namespace":"补全默认命名空间","code-action.id-create-file":"在同一个数据包中创建%0%","code-action.id-omit-default-namespace":"省略默认命名空间","code-action.id-zombified-piglin-datafix":"将该 ID 升级为僵尸猪灵","code-action.nbt-compound-sort-keys":"将 NBT 复合标签按键排序","code-action.nbt-type-to-byte":"转换为 NBT 字节型(byte)标签","code-action.nbt-type-to-double":"转换为 NBT 双精度浮点数(double)标签","code-action.nbt-type-to-float":"转换为 NBT 单精度浮点数(float)标签","code-action.nbt-type-to-int":"转换为 NBT 整型(int)标签","code-action.nbt-type-to-long":"转换为 NBT 长整型(long)标签","code-action.nbt-type-to-short":"转换为 NBT 短整型(short)标签","code-action.nbt-uuid-datafix":"将该 UUID 更新到 1.16","code-action.selector-sort-keys":"将选择器参数按键排序","code-action.string-double-quote":"使用半角双引号包裹该字符串","code-action.string-single-quote":"使用半角单引号包裹该字符串","code-action.string-unquote":"移除该字符串的引号","code-action.vector-align-0.0":"将该向量对齐至方块原点","code-action.vector-align-0.5":"将该向量对齐至方块中心","comment":"以 %0% 开始的注释","conjunction.and_2":"和","conjunction.and_3+_1":"、","conjunction.and_3+_2":"和","conjunction.or_2":"或","conjunction.or_3+_1":"、","conjunction.or_3+_2":"或","datafix.error.command-replaceitem":"/replaceitem 在 20w46a(1.17 的第二个快照)中被 /item 取代","duplicate-key":"键%0%重复","ending-quote":"一个结尾引号%0%","entity":"一个实体","error.unparseable-content":"遇到了无法解析的文件内容","expected":"期望%0%","expected-got":"期望%0%,但得到了%1%","float":"一个浮点数","float.between":"一个处于 %0% 与 %1% 之间的浮点型数字","integer":"一个整型数字","integer.between":"一个处于 %0% 与 %1% 之间的整型数字","json.checker.item.duplicate":"重复的列表条目","json.checker.property.deprecated":"属性 %0% 已被弃用","json.checker.property.missing":"缺失属性 %0%","json.checker.property.unknown":"未知属性 %0%","json.checker.string.hex-color":"一个6位的十六进制数字","json.checker.tag-entry.duplicate":"重复的标签条目","json.doc.advancement.display":"进度的显示设置。如果存在,则该进度将在进度选项卡中可见。","key-not-following-convention":"无效的键%0%,因为没有遵循%1%命名规范","linter-config-validator.name-convention.type":"期望一个正则表达式字符串用于描述命名规范","linter-config-validator.wrapper":"%0%。请参阅[文档](%1)获取更多信息","linter.diagnostic-message-wrapper":"%0%(规则:%1%)","linter.name-convention.illegal":"名称 %0% 不匹配配置的正则表达式 %1%","linter.undeclared-symbol.message":"找不到%0%%1%","long":"一个长整型数字","mcdoc.binder.duplicated-declaration":"重复声明 %0%","mcdoc.binder.duplicated-declaration.related":"%0% 已在这里被声明过了","mcdoc.binder.out-of-root":"文件 %0% 不在任何 mcdoc 项目的根目录下,因此将跳过语义检测","mcdoc.binder.path.super-from-root":"无法访问项目根目录的上一级目录(`super`)","mcdoc.binder.path.unknown-identifier":"模块 %1% 中不存在标识符 %0%","mcdoc.binder.path.unknown-module":"模块 %0% 不存在","mcdoc.checker.entry.empty-mod-seg":"你不能将“mod.mcdoc”直接放在根目录下","mcdoc.checker.inject-clause.unmatched-injection":"不能注入 %0% 以 %1%","mcdoc.checker.type-not-assignable":"类型 %0% 不能分配给类型 %1%","mcdoc.node.compound-definition":"一个复合定义","mcdoc.node.enum-definition":"一个枚举定义","mcdoc.node.identifier":"一个标识符","mcdoc.parser.compound-definition.field-type":"一个字段类型","mcdoc.parser.float.illegal":"遇到了无效的浮点数","mcdoc.parser.identifier.illegal":"%0% 不遵循格式 %1%","mcdoc.parser.identifier.reserved-word":"%0% 是保留字,无法被用作标识符","mcdoc.parser.index-body.dynamic-index-not-allowed":"不允许动态索引","mcdoc.parser.inject-clause.definition-expected":"期望一个枚举注入或复合注入","mcdoc.parser.keyword.separation":"一个分隔符","mcdoc.parser.resource-location.colon-expected":"期望资源路径中的冒号(%0%)","mcdoc.parser.syntax.doc-comment-unexpected":"此处不允许文档注释;你可能想将三个斜杠替换为两个斜杠","mcfunction.completer.block.states.default-value":"默认值:%0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% 不适用于此处","mcfunction.parser.entity-selector.arguments.unknown":"未知的实体选择器参数 %0%","mcfunction.parser.entity-selector.entities-disallowed":"该选择器包含非玩家实体","mcfunction.parser.entity-selector.multiple-disallowed":"该选择器包含多个实体","mcfunction.parser.entity-selector.player-name.too-long":"玩家名称长度不能多于 %0% 个字符","mcfunction.parser.eoc-unexpected":"期望更多参数","mcfunction.parser.leading-slash":"一个前导斜杠 %0%","mcfunction.parser.no-permission":"需要权限等级 %0%,高于设置中定义的 %1%","mcfunction.parser.objective.too-long":"记分项名称长度不能多于 %0% 个字符","mcfunction.parser.range.min>max":"最小值 %0% 大于最大值 %1%","mcfunction.parser.score_holder.fake-name.too-long":"实体假名长度不能多于 %0% 个字符","mcfunction.parser.sep":"一个空格 (%0%)","mcfunction.parser.trailing":"遇到尾随的数据","mcfunction.parser.unknown-parser":"尚未支持解析器 %0%","mcfunction.parser.uuid.invalid":"无效的UUID格式","mcfunction.parser.vector.local-disallowed":"局部坐标不允许在此处使用","mcfunction.parser.vector.mixed":"不能将局部坐标与世界坐标混合使用","mcfunction.signature-help.argument-parser-documentation":"[Minecraft Wiki:`%0%` 参数解析器](https://minecraft.fandom.com/zh/wiki/参数类型#%0%)","mcfunction.signature-help.command-documentation":"[Minecraft Wiki:`%0%` 命令](https://minecraft.fandom.com/zh/wiki/Commands/%0%)","missing-key":"缺失键 %0%","nbt.checker.block-states.fake-boolean":"应用引号包裹布尔型方块状态值","nbt.checker.block-states.unexpected-value-type":"方块状态值应为字符串或整数","nbt.checker.block-states.unknown-state":"以下方块具有未知方块状态 %0% :%1%","nbt.checker.boolean.out-of-range":"布尔值应为 %0% 或 %1%","nbt.checker.collection.length-between":"%0% 的长度在 %1% 和 %2% 之间","nbt.checker.compound.field.union-empty-members":"不允许的属性","nbt.checker.path.index-out-of-bound":"提供的索引 %0% 越界,因为集合最多只能拥有 %1% 个元素","nbt.checker.path.unexpected-filter":"复合标签过滤器只能用于复合标签","nbt.checker.path.unexpected-index":"索引只能用于数组或列表标签","nbt.checker.path.unexpected-key":"字符串键只能为复合标签指定","nbt.node":"一个标签","nbt.node.byte":"一个字节标签","nbt.node.byte_array":"一个字节数组标签","nbt.node.compound":"一个复合标签","nbt.node.double":"一个双精度浮点型标签","nbt.node.float":"一个浮点型标签","nbt.node.int":"一个整型标签","nbt.node.int_array":"一个整型数组标签","nbt.node.list":"一个列表标签","nbt.node.long":"一个长整型标签","nbt.node.long_array":"一个长整型数组标签","nbt.node.path.end":"路径结尾","nbt.node.path.filter":"一个复合标签过滤器","nbt.node.path.index":"一个索引","nbt.node.path.key":"一个键","nbt.node.short":"一个短整型标签","nbt.node.string":"一个字符串标签","nbt.parser.number.out-of-range":"这看起来像 %0%,但实际上是 %1%,由于数值超出了 [%2%, %3%]","not-matching-any-child":"无效参数","nothing":"无","number":"一个数字","number-range":"一个数字范围","number-range.missing-min-and-max":"期望一个最小值或一个最大值","number.<=":"一个小于等于 %0% 的数字","number.>=":"一个大于等于 %0% 的数字","number.between":"一个位于 %0% 和 %1% 之间的数字","object":"一个对象","objective":"一个记分项","objective-not-following-convention":"该记分项%0%没有跟随命名规则%1%","parser.float.illegal":"无效的浮点数不遵循 %0%","parser.integer.illegal":"无效的整数不遵循 %0%","parser.list.trailing-sep":"尾随分隔符","parser.list.value":"一个值","parser.record.key":"一个键","parser.record.trailing-end":"尾随分隔符","parser.record.unexpected-char":"预期外的字符 %0%","parser.record.value":"一个值","parser.resource-location.illegal":"无效字符:%0%","parser.resource-location.namespace-expected":"不可在此省略命名空间","parser.resource-location.tag-disallowed":"此处不允许使用标签","parser.string.illegal-brigadier":"在 %0% 中遇到了非 [0-9A-Za-z_.+-] 字符","parser.string.illegal-escape":"预期外的转义字符 %0%","parser.string.illegal-quote":"此处只允许使用 %0% 包裹字符串","parser.string.illegal-unicode-escape":"期望十六进制数字","punc.period":"。","punc.quote":"“%0%”","quote":"一个半角引号(“'”或“\"”)","quote_prefer_double":"此处请优先使用半角双引号(“\"”)","quote_prefer_single":"此处请优先使用半角单引号(“'”)","resource-location":"一个资源位置","score-holder":"一个分数持有者","scoreholder-not-following-convention":"无效的分数持有者 %0% 不遵循 %1% 命名规则","server.new-version":"已更新数据包语言服务器到新版本:%0%","server.progress.fixing-workspace.begin":"修复当前工作空间中所有可自动修复的问题","server.progress.fixing-workspace.report":"正在修复%0%","server.progress.preparing.title":"正在准备 Spyglass 语言特性","server.remove-cache-file":"DHP 的缓存文件被移动到了一个由 VS Code 提供的缓存位置。您现在可以放心地删除工作区根文件夹中的“.datapack”文件夹。","server.show-release-notes":"显示更新日志","string":"一个字符串","tag":"一个标签","tag-not-following-convention":"该标签%0%没有跟随命名规则%1%","team":"一个队伍","team-not-following-convention":"该队伍%0%没有跟随命名规则%1%","time-unit":"一个时间单位","too-many-block-affected":"指定区域内的方块太多(最大值为 %0%,指定值为 %1%)","too-many-chunk-affected":"指定区域内的区块太多(最大值为 %0%,指定值为 %1%)","unexpected-character":"遇到了非 [a-z0-9/._-] 字符","unexpected-datapack-tag":"此处不允许使用标签","unexpected-default-namespace":"应当省略此处的默认命名空间","unexpected-leading-slash":"不能以斜杠“/”开始命令","unexpected-local-coordinate":"不能使用局部坐标%0%","unexpected-nbt":"此处不应使用该 NBT 标签","unexpected-nbt-array-type":"无效的数组类型%0%。应当为“B”“I”“L”中的一个","unexpected-nbt-path-filter":"复合标签筛选器只能对复合标签使用","unexpected-nbt-path-index":"索引只能对列表或数组标签使用","unexpected-nbt-path-key":"键只能对复合标签使用","unexpected-nbt-path-sub":"当前的标签并没有更多的子项目","unexpected-omitted-default-namespace":"此处不能省略默认命名空间","unexpected-relative-coordinate":"不能使用相对坐标%0%","unexpected-scoreboard-sub-slot":"只有“sidebar”有子栏目","unknown-command":"未知的命令%0%","unknown-escape":"预期外的转义字符 %0%","unknown-key":"未知的键%0%","unquoted-string":"一个未被引号包裹的字符串","unsorted-keys":"键未排序","uuid":"一个 UUID","vector":"一个向量"}
@@ -1 +1 @@
1
- export default {"array":"一個陣列","boolean":"一個布林值","bug-of-mc":"由於一個Minecraft的錯誤(%0%),%1%。請回報 Mojang 修復","code-action.block-state-sort-keys":"將方塊狀態按鍵排序","code-action.command-replaceitem":"將該指令升級到 /item ... replace","code-action.fix-file":"修復當前檔案中所有可自動修復的問題","code-action.fix-workspace":"修復當前工作區中所有可自動修復的問題","code-action.id-attribute-datafix":"將該屬性名更新至 1.16","code-action.id-complete-default-namespace":"補完預設命名空間","code-action.id-create-file":"在同一個資料包中建立%0%","code-action.id-omit-default-namespace":"省略預設命名空間","code-action.id-zombified-piglin-datafix":"將該 ID 升級為殭屍化豬布林","code-action.nbt-compound-sort-keys":"將 NBT 複合標籤按鍵排序","code-action.nbt-type-to-byte":"轉換為 NBT 位元組(byte)標籤","code-action.nbt-type-to-double":"轉換為 NBT 倍精度浮點數(double)標籤","code-action.nbt-type-to-float":"轉換為 NBT 單精度浮點數(float)標籤","code-action.nbt-type-to-int":"轉換為 NBT 整數(int)標籤","code-action.nbt-type-to-long":"轉換為 NBT 長整數(long)標籤","code-action.nbt-type-to-short":"轉換為 NBT 短整數(short)標籤","code-action.nbt-uuid-datafix":"將該 UUID 更新至 1.16","code-action.selector-sort-keys":"將選擇器引數按鍵排序","code-action.string-double-quote":"使用英文雙引號包裹該字串","code-action.string-single-quote":"使用英文單引號包裹該字串","code-action.string-unquote":"移除該字串的引號","code-action.vector-align-0.0":"將該向量對齊到方塊原點","code-action.vector-align-0.5":"將該向量對齊到方塊中心","comment":"以 %0% 開始的註解","conjunction.and_2":"和","conjunction.and_3+_1":"、","conjunction.and_3+_2":"和","conjunction.or_2":"或","conjunction.or_3+_1":"`","conjunction.or_3+_2":"或","datafix.error.command-replaceitem":"/replaceitem 在 20w46a(1.17 的第二個快照)中被 /item 取代","duplicate-key":"鍵%0%重複","ending-quote":"一個結尾引號%0%","entity":"一個實體","error.unparseable-content":"遇到了無法解析的內容","expected":"期望%0%","expected-got":"期望%0%,但得到了%1%","float":"一個單精度浮點數","float.between":"一個處於 %0% 與 %1% 之間的浮點型數字","integer":"一個整數","integer.between":"一個處於 %0% 與 %1% 之間的整數","json.checker.property.deprecated":"屬性 %0% 已被棄用","json.checker.property.missing":"缺失屬性 %0%","json.checker.property.unknown":"未知屬性 %0%","json.checker.string.hex-color":"一個 6 位的十六進位數字","json.doc.advancement.display":"進度的顯示設定。若存在,則此進度會在進度畫面中可見。","key-not-following-convention":"無效的鍵%0%,因為沒有遵循%1%命名規範","linter.diagnostic-message-wrapper":"%0%(規則:%1%)","linter.name-convention.illegal":"名稱 %0% 與組態的正規表示式 %1% 不相符","long":"一個長整數","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% 不適用於此處","mcfunction.parser.entity-selector.arguments.unknown":"未知的實體選擇器引數 %0%","mcfunction.parser.entity-selector.entities-disallowed":"此選擇器包含非玩家實體","mcfunction.parser.entity-selector.multiple-disallowed":"此選擇器包含多個實體","mcfunction.parser.entity-selector.player-name.too-long":"玩家名稱長度不能多於 %0% 個字元","mcfunction.parser.eoc-unexpected":"期望更多引數","mcfunction.parser.leading-slash":"一個前置斜線 %0%","mcfunction.parser.no-permission":"需要權限等級 %0%,高於設定中定義的 %1%","mcfunction.parser.objective.too-long":"計分板目標名稱長度不能多於 %0% 個字元","mcfunction.parser.range.min>max":"最小值 %0% 大於最大值 %1%","mcfunction.parser.score_holder.fake-name.too-long":"實體假名長度不能多於 %0% 個字元","mcfunction.parser.sep":"一個空白字元(%0%)","mcfunction.parser.trailing":"遇到尾隨資料","mcfunction.parser.unknown-parser":"尚未支援解析器 %0%","mcfunction.parser.uuid.invalid":"無效的 UUID 格式","mcfunction.parser.vector.local-disallowed":"局部座標不允許在此處使用","mcfunction.parser.vector.mixed":"不能將局部座標與世界座標混合使用","missing-key":"缺失鍵 %0%","nbt.checker.block-states.fake-boolean":"應用引號包裹布林型方塊狀態值","nbt.checker.block-states.unexpected-value-type":"方塊狀態值應為字串或整數","nbt.checker.block-states.unknown-state":"以下方塊具有未知的方塊狀態 %0%:%1%","nbt.checker.boolean.out-of-range":"布林值應為 %0% 或 %1%","nbt.checker.collection.length-between":"%0% 的長度在 %1% 和 %2% 之間","nbt.checker.compound.field.union-empty-members":"不允許的屬性","nbt.checker.path.index-out-of-bound":"提供的索引 %0% 越界,因為集合最多只能擁有 %1% 個元素","nbt.checker.path.unexpected-filter":"複合標籤過濾器只能用於複合標籤","nbt.checker.path.unexpected-index":"索引只能用於陣列或串列標籤","nbt.checker.path.unexpected-key":"字串鍵只能為複合標籤指定","nbt.node":"一個標籤","nbt.node.byte":"一個字元組標籤","nbt.node.byte_array":"一個字元組陣列標籤","nbt.node.compound":"一個複合標籤","nbt.node.double":"一個倍精度浮點型標籤","nbt.node.float":"一個單精度浮點型標籤","nbt.node.int":"一個整數標籤","nbt.node.int_array":"一個整數陣列標籤","nbt.node.list":"一個串列標籤","nbt.node.long":"一個長整數標籤","nbt.node.long_array":"一個長整數陣列標籤","nbt.node.path.end":"路徑結尾","nbt.node.path.filter":"一個複合標籤過濾器","nbt.node.path.index":"一個索引","nbt.node.path.key":"一個鍵","nbt.node.short":"一個短整數標籤","nbt.node.string":"一個字串標籤","nbt.parser.number.out-of-range":"這看起來像 %0%,但實際上是 %1%,因為數值超出了 [%2%, %3%]","mcdoc.checker.entry.empty-mod-seg":"您不能將「mod.mcdoc」直接放在根目錄下","mcdoc.checker.inject-clause.unmatched-injection":"不能用 %1% 注碼於 %0%","mcdoc.checker.type-not-assignable":"類型 %0% 不能分配給類型 %1%","mcdoc.node.compound-definition":"一個複合定義","mcdoc.node.enum-definition":"一個列舉定義","mcdoc.parser.compound-definition.field-type":"一個欄位類型","mcdoc.parser.float.illegal":"遇到了無效的單精度浮點數","mcdoc.parser.identifier.illegal":"%0% 不遵循格式 %1%","mcdoc.parser.inject-clause.definition-expected":"期望一個列舉注碼或複合注碼","mcdoc.parser.keyword.separation":"一個分隔符","mcdoc.parser.syntax.doc-comment-unexpected":"此處不允許文檔註解;您可能想用兩個斜線取代三個斜線","not-matching-any-child":"無效引數","nothing":"無","number":"一個數字","number-range":"一個數字範圍","number-range.missing-min-and-max":"期望一個最小值或一個最大值","number.<=":"一個小於等於 %0% 的數字","number.>=":"一個大於等於 %0% 的數字","number.between":"一個位於 %0% 和 %1% 之間的數字","object":"一個物件","objective":"一個計分板目標","objective-not-following-convention":"該計分板目標 %0% 沒有跟隨命名規則 %1%","parser.float.illegal":"無效的單精度浮點數不遵循 %0%","parser.integer.illegal":"無效的整數不遵循 %0%","parser.list.trailing-sep":"尾隨分隔符","parser.list.value":"一個值","parser.record.key":"一個鍵","parser.record.trailing-end":"尾隨分隔符","parser.record.unexpected-char":"預期外的字元 %0%","parser.record.value":"一個值","parser.resource-location.illegal":"無效字元:%0%","parser.resource-location.namespace-expected":"不可在此省略命名空間","parser.resource-location.tag-diallowed":"此處不允許使用標籤","parser.string.illegal-brigadier":"在 %0% 中遇到了非 [0-9A-Za-z_.+-] 字元","parser.string.illegal-escape":"預期外的跳脫字元 %0%","parser.string.illegal-quote":"此處只允許使用 %0% 包裹字串","parser.string.illegal-unicode-escape":"期望十六進位數字","punc.period":"。","punc.quote":"「%0%」","quote":"一個英文引號(「'」或「\"」)","quote_prefer_double":"此處請優先使用英文雙引號(「\"」)","quote_prefer_single":"此處請優先使用英文單引號(「'」)","resource-location":"一個資源位置","score-holder":"一個分數持有者","scoreholder-not-following-convention":"無效的分數持有者 %0% 不遵循 %1% 命名規則","server.new-version":"已更新資料包語言伺服器到新版本:%0%","server.progress.fixing-workspace.begin":"修復當前工作區中所有可自動修復的問題","server.progress.fixing-workspace.report":"正在修復%0%","server.remove-cache-file":"DHP 的快取檔案被移動到了一個由 VSCode 提供的快取目錄。您現在可以放心地刪除工作區根目錄下的「.datapack」檔案夾。","server.show-release-notes":"顯示更新日誌","string":"一個字串","tag":"一個標籤","tag-not-following-convention":"該標籤 %0% 沒有跟隨命名規則 %1%","team":"一個隊伍","team-not-following-convention":"該隊伍 %0% 沒有跟隨命名規則 %1%","time-unit":"一個時間單位","too-many-block-affected":"指定區域內的方塊太多(最大值為 %0%,指定為 %1%)","too-many-chunk-affected":"指定區域內的區塊太多(最大值為 %0%,指定值為 %1%)","unexpected-character":"遇到了非 [a-z0-9/._-] 字元","unexpected-datapack-tag":"此處不允許使用標籤","unexpected-default-namespace":"應當省略此處的預設命名空間","unexpected-leading-slash":"不能以斜槓「/」開始指令","unexpected-local-coordinate":"不能使用局部座標%0%","unexpected-nbt":"此處不應使用 NBT 標籤","unexpected-nbt-array-type":"無效的陣列類型%0%。應為「B」、「I」、「L」中的一個","unexpected-nbt-path-filter":"複合標籤篩選器只能對複合標籤使用","unexpected-nbt-path-index":"索引只能對串列或陣列標籤使用","unexpected-nbt-path-key":"鍵只能對複合標籤使用","unexpected-nbt-path-sub":"當前的標籤並沒有更多子項目","unexpected-omitted-default-namespace":"此處不能省略預設命名空間","unexpected-relative-coordinate":"不能使用相對座標%0%","unexpected-scoreboard-sub-slot":"只有「sidebar」有子欄目","unknown-command":"未知的指令%0%","unknown-escape":"預期外的跳脫字元 %0%","unknown-key":"未知的鍵%0%","unquoted-string":"一個未被引號包裹的字串","unsorted-keys":"鍵未排序","uuid":"一個 UUID","vector":"一個向量","mcdoc.binder.duplicated-declaration.related":"%0% 已在這裡宣告過了","mcdoc.binder.duplicated-declaration":"重複的宣告 %0%","mcfunction.signature-help.argument-parser-documentation":"[Minecraft 維基: `%0%` 參數類型](https://minecraft.fandom.com/zh/wiki/参数类型#%0%)","mcfunction.signature-help.command-documentation":"[Minecraft 維基: `%0%` 指令](https://minecraft.fandom.com/zh/wiki/命令/%0%)","mcfunction.completer.block.states.default-value":"預設: %0%","linter-config-validator.wrapper":"%0%。 閱讀[文件](%1)以獲取更多資訊","linter-config-validator.name-convention.type":"期望一個描述名字的正規表示式字串","linter.undeclared-symbol.message":"找不到 %0% %1%","json.checker.item.duplicate":"重複的清單內容"}
1
+ export default {"array":"一個陣列","boolean":"一個布林值","bug-of-mc":"由於一個Minecraft的錯誤(%0%),%1%。請回報 Mojang 修復","code-action.block-state-sort-keys":"將方塊狀態按鍵排序","code-action.command-replaceitem":"將該指令升級到 /item ... replace","code-action.fix-file":"修復當前檔案中所有可自動修復的問題","code-action.fix-workspace":"修復當前工作區中所有可自動修復的問題","code-action.id-attribute-datafix":"將該屬性名更新至 1.16","code-action.id-complete-default-namespace":"補完預設命名空間","code-action.id-create-file":"在同一個資料包中建立%0%","code-action.id-omit-default-namespace":"省略預設命名空間","code-action.id-zombified-piglin-datafix":"將該 ID 升級為殭屍化豬布林","code-action.nbt-compound-sort-keys":"將 NBT 複合標籤按鍵排序","code-action.nbt-type-to-byte":"轉換為 NBT 位元組(byte)標籤","code-action.nbt-type-to-double":"轉換為 NBT 倍精度浮點數(double)標籤","code-action.nbt-type-to-float":"轉換為 NBT 單精度浮點數(float)標籤","code-action.nbt-type-to-int":"轉換為 NBT 整數(int)標籤","code-action.nbt-type-to-long":"轉換為 NBT 長整數(long)標籤","code-action.nbt-type-to-short":"轉換為 NBT 短整數(short)標籤","code-action.nbt-uuid-datafix":"將該 UUID 更新至 1.16","code-action.selector-sort-keys":"將選擇器引數按鍵排序","code-action.string-double-quote":"使用英文雙引號包裹該字串","code-action.string-single-quote":"使用英文單引號包裹該字串","code-action.string-unquote":"移除該字串的引號","code-action.vector-align-0.0":"將該向量對齊到方塊原點","code-action.vector-align-0.5":"將該向量對齊到方塊中心","comment":"以 %0% 開始的註解","conjunction.and_2":"和","conjunction.and_3+_1":"、","conjunction.and_3+_2":"和","conjunction.or_2":"或","conjunction.or_3+_1":"`","conjunction.or_3+_2":"或","datafix.error.command-replaceitem":"/replaceitem 在 20w46a(1.17 的第二個快照)中被 /item 取代","duplicate-key":"鍵%0%重複","ending-quote":"一個結尾引號%0%","entity":"一個實體","error.unparseable-content":"遇到了無法解析的內容","expected":"期望%0%","expected-got":"期望%0%,但得到了%1%","float":"一個單精度浮點數","float.between":"一個處於 %0% 與 %1% 之間的浮點型數字","integer":"一個整數","integer.between":"一個處於 %0% 與 %1% 之間的整數","json.checker.property.deprecated":"屬性 %0% 已被棄用","json.checker.property.missing":"缺失屬性 %0%","json.checker.property.unknown":"未知屬性 %0%","json.checker.string.hex-color":"一個 6 位的十六進位數字","json.doc.advancement.display":"進度的顯示設定。若存在,則此進度會在進度畫面中可見。","key-not-following-convention":"無效的鍵%0%,因為沒有遵循%1%命名規範","linter.diagnostic-message-wrapper":"%0%(規則:%1%)","linter.name-convention.illegal":"名稱 %0% 與組態的正規表示式 %1% 不相符","long":"一個長整數","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% 不適用於此處","mcfunction.parser.entity-selector.arguments.unknown":"未知的實體選擇器引數 %0%","mcfunction.parser.entity-selector.entities-disallowed":"此選擇器包含非玩家實體","mcfunction.parser.entity-selector.multiple-disallowed":"此選擇器包含多個實體","mcfunction.parser.entity-selector.player-name.too-long":"玩家名稱長度不能多於 %0% 個字元","mcfunction.parser.eoc-unexpected":"期望更多引數","mcfunction.parser.leading-slash":"一個前置斜線 %0%","mcfunction.parser.no-permission":"需要權限等級 %0%,高於設定中定義的 %1%","mcfunction.parser.objective.too-long":"計分板目標名稱長度不能多於 %0% 個字元","mcfunction.parser.range.min>max":"最小值 %0% 大於最大值 %1%","mcfunction.parser.score_holder.fake-name.too-long":"實體假名長度不能多於 %0% 個字元","mcfunction.parser.sep":"一個空白字元(%0%)","mcfunction.parser.trailing":"遇到尾隨資料","mcfunction.parser.unknown-parser":"尚未支援解析器 %0%","mcfunction.parser.uuid.invalid":"無效的 UUID 格式","mcfunction.parser.vector.local-disallowed":"局部座標不允許在此處使用","mcfunction.parser.vector.mixed":"不能將局部座標與世界座標混合使用","missing-key":"缺失鍵 %0%","nbt.checker.block-states.fake-boolean":"應用引號包裹布林型方塊狀態值","nbt.checker.block-states.unexpected-value-type":"方塊狀態值應為字串或整數","nbt.checker.block-states.unknown-state":"以下方塊具有未知的方塊狀態 %0%:%1%","nbt.checker.boolean.out-of-range":"布林值應為 %0% 或 %1%","nbt.checker.collection.length-between":"%0% 的長度在 %1% 和 %2% 之間","nbt.checker.compound.field.union-empty-members":"不允許的屬性","nbt.checker.path.index-out-of-bound":"提供的索引 %0% 越界,因為集合最多只能擁有 %1% 個元素","nbt.checker.path.unexpected-filter":"複合標籤過濾器只能用於複合標籤","nbt.checker.path.unexpected-index":"索引只能用於陣列或串列標籤","nbt.checker.path.unexpected-key":"字串鍵只能為複合標籤指定","nbt.node":"一個標籤","nbt.node.byte":"一個字元組標籤","nbt.node.byte_array":"一個字元組陣列標籤","nbt.node.compound":"一個複合標籤","nbt.node.double":"一個倍精度浮點型標籤","nbt.node.float":"一個單精度浮點型標籤","nbt.node.int":"一個整數標籤","nbt.node.int_array":"一個整數陣列標籤","nbt.node.list":"一個串列標籤","nbt.node.long":"一個長整數標籤","nbt.node.long_array":"一個長整數陣列標籤","nbt.node.path.end":"路徑結尾","nbt.node.path.filter":"一個複合標籤過濾器","nbt.node.path.index":"一個索引","nbt.node.path.key":"一個鍵","nbt.node.short":"一個短整數標籤","nbt.node.string":"一個字串標籤","nbt.parser.number.out-of-range":"這看起來像 %0%,但實際上是 %1%,因為數值超出了 [%2%, %3%]","mcdoc.checker.entry.empty-mod-seg":"您不能將「mod.mcdoc」直接放在根目錄下","mcdoc.checker.inject-clause.unmatched-injection":"不能用 %1% 注碼於 %0%","mcdoc.checker.type-not-assignable":"類型 %0% 不能分配給類型 %1%","mcdoc.node.compound-definition":"一個複合定義","mcdoc.node.enum-definition":"一個列舉定義","mcdoc.parser.compound-definition.field-type":"一個欄位類型","mcdoc.parser.float.illegal":"遇到了無效的單精度浮點數","mcdoc.parser.identifier.illegal":"%0% 不遵循格式 %1%","mcdoc.parser.inject-clause.definition-expected":"期望一個列舉注碼或複合注碼","mcdoc.parser.keyword.separation":"一個分隔符","mcdoc.parser.syntax.doc-comment-unexpected":"此處不允許文檔註解;您可能想用兩個斜線取代三個斜線","not-matching-any-child":"無效引數","nothing":"無","number":"一個數字","number-range":"一個數字範圍","number-range.missing-min-and-max":"期望一個最小值或一個最大值","number.<=":"一個小於等於 %0% 的數字","number.>=":"一個大於等於 %0% 的數字","number.between":"一個位於 %0% 和 %1% 之間的數字","object":"一個物件","objective":"一個計分板目標","objective-not-following-convention":"該計分板目標 %0% 沒有跟隨命名規則 %1%","parser.float.illegal":"無效的單精度浮點數不遵循 %0%","parser.integer.illegal":"無效的整數不遵循 %0%","parser.list.trailing-sep":"尾隨分隔符","parser.list.value":"一個值","parser.record.key":"一個鍵","parser.record.trailing-end":"尾隨分隔符","parser.record.unexpected-char":"預期外的字元 %0%","parser.record.value":"一個值","parser.resource-location.illegal":"無效字元:%0%","parser.resource-location.namespace-expected":"不可在此省略命名空間","parser.resource-location.tag-disallowed":"此處不允許使用標籤","parser.string.illegal-brigadier":"在 %0% 中遇到了非 [0-9A-Za-z_.+-] 字元","parser.string.illegal-escape":"預期外的跳脫字元 %0%","parser.string.illegal-quote":"此處只允許使用 %0% 包裹字串","parser.string.illegal-unicode-escape":"期望十六進位數字","punc.period":"。","punc.quote":"「%0%」","quote":"一個英文引號(「'」或「\"」)","quote_prefer_double":"此處請優先使用英文雙引號(「\"」)","quote_prefer_single":"此處請優先使用英文單引號(「'」)","resource-location":"一個資源位置","score-holder":"一個分數持有者","scoreholder-not-following-convention":"無效的分數持有者 %0% 不遵循 %1% 命名規則","server.new-version":"已更新資料包語言伺服器到新版本:%0%","server.progress.fixing-workspace.begin":"修復當前工作區中所有可自動修復的問題","server.progress.fixing-workspace.report":"正在修復%0%","server.remove-cache-file":"DHP 的快取檔案被移動到了一個由 VSCode 提供的快取目錄。您現在可以放心地刪除工作區根目錄下的「.datapack」檔案夾。","server.show-release-notes":"顯示更新日誌","string":"一個字串","tag":"一個標籤","tag-not-following-convention":"該標籤 %0% 沒有跟隨命名規則 %1%","team":"一個隊伍","team-not-following-convention":"該隊伍 %0% 沒有跟隨命名規則 %1%","time-unit":"一個時間單位","too-many-block-affected":"指定區域內的方塊太多(最大值為 %0%,指定為 %1%)","too-many-chunk-affected":"指定區域內的區塊太多(最大值為 %0%,指定值為 %1%)","unexpected-character":"遇到了非 [a-z0-9/._-] 字元","unexpected-datapack-tag":"此處不允許使用標籤","unexpected-default-namespace":"應當省略此處的預設命名空間","unexpected-leading-slash":"不能以斜槓「/」開始指令","unexpected-local-coordinate":"不能使用局部座標%0%","unexpected-nbt":"此處不應使用 NBT 標籤","unexpected-nbt-array-type":"無效的陣列類型%0%。應為「B」、「I」、「L」中的一個","unexpected-nbt-path-filter":"複合標籤篩選器只能對複合標籤使用","unexpected-nbt-path-index":"索引只能對串列或陣列標籤使用","unexpected-nbt-path-key":"鍵只能對複合標籤使用","unexpected-nbt-path-sub":"當前的標籤並沒有更多子項目","unexpected-omitted-default-namespace":"此處不能省略預設命名空間","unexpected-relative-coordinate":"不能使用相對座標%0%","unexpected-scoreboard-sub-slot":"只有「sidebar」有子欄目","unknown-command":"未知的指令%0%","unknown-escape":"預期外的跳脫字元 %0%","unknown-key":"未知的鍵%0%","unquoted-string":"一個未被引號包裹的字串","unsorted-keys":"鍵未排序","uuid":"一個 UUID","vector":"一個向量","mcdoc.binder.duplicated-declaration.related":"%0% 已在這裡宣告過了","mcdoc.binder.duplicated-declaration":"重複的宣告 %0%","mcfunction.signature-help.argument-parser-documentation":"[Minecraft 維基: `%0%` 參數類型](https://minecraft.fandom.com/zh/wiki/参数类型#%0%)","mcfunction.signature-help.command-documentation":"[Minecraft 維基: `%0%` 指令](https://minecraft.fandom.com/zh/wiki/命令/%0%)","mcfunction.completer.block.states.default-value":"預設: %0%","linter-config-validator.wrapper":"%0%。 閱讀[文件](%1)以獲取更多資訊","linter-config-validator.name-convention.type":"期望一個描述名字的正規表示式字串","linter.undeclared-symbol.message":"找不到 %0% %1%","json.checker.item.duplicate":"重複的清單內容"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/locales",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "description": "Locales for the Spyglass Project",
6
6
  "main": "./lib/index.js",