@spyglassmc/locales 0.3.22 → 0.3.24
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.js +2 -3
- package/lib/locales/de.json +268 -0
- package/lib/locales/en.json +266 -0
- package/lib/locales/es.json +161 -0
- package/lib/locales/fr.json +228 -0
- package/lib/locales/it.json +81 -0
- package/lib/locales/ja.json +181 -0
- package/lib/locales/pt-br.json +202 -0
- package/lib/locales/zh-cn.json +253 -0
- package/lib/locales/zh-tw.json +257 -0
- package/lib/tsconfig.json +10 -0
- package/package.json +1 -13
- package/lib/locales/de.js +0 -1
- package/lib/locales/en.js +0 -1
- package/lib/locales/es.js +0 -1
- package/lib/locales/fr.js +0 -1
- package/lib/locales/it.js +0 -1
- package/lib/locales/ja.js +0 -1
- package/lib/locales/pt-br.js +0 -1
- package/lib/locales/zh-cn.js +0 -1
- package/lib/locales/zh-tw.js +0 -1
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
{
|
|
2
|
+
"array": "一个数组",
|
|
3
|
+
"boolean": "一个布尔值",
|
|
4
|
+
"bug-of-mc": "由于一个Minecraft的漏洞(%0%),%1%。请报告Mojang以修复",
|
|
5
|
+
"code-action.add-default-namespace": "添加默认命名空间",
|
|
6
|
+
"code-action.add-leading-slash": "添加前导斜杠",
|
|
7
|
+
"code-action.block-state-sort-keys": "将方块状态按键排序",
|
|
8
|
+
"code-action.command-replaceitem": "将该命令升级为 /item ... replace",
|
|
9
|
+
"code-action.create-undeclared-file": "在同一个包中创建 %0% %1%",
|
|
10
|
+
"code-action.fix-file": "修复当前文件中所有可自动修复的问题",
|
|
11
|
+
"code-action.fix-workspace": "修复当前工作空间中所有可自动修复的问题",
|
|
12
|
+
"code-action.id-attribute-datafix": "将该属性名更新到 1.16",
|
|
13
|
+
"code-action.id-complete-default-namespace": "补全默认命名空间",
|
|
14
|
+
"code-action.id-create-file": "在同一个数据包中创建%0%",
|
|
15
|
+
"code-action.id-omit-default-namespace": "省略默认命名空间",
|
|
16
|
+
"code-action.id-zombified-piglin-datafix": "改为僵尸猪灵的ID",
|
|
17
|
+
"code-action.nbt-compound-sort-keys": "将 NBT 复合标签按键排序",
|
|
18
|
+
"code-action.nbt-type-to-byte": "转换为 NBT 字节型(byte)标签",
|
|
19
|
+
"code-action.nbt-type-to-double": "转换为 NBT 双精度浮点数(double)标签",
|
|
20
|
+
"code-action.nbt-type-to-float": "转换为 NBT 单精度浮点数(float)标签",
|
|
21
|
+
"code-action.nbt-type-to-int": "转换为 NBT 整型(int)标签",
|
|
22
|
+
"code-action.nbt-type-to-long": "转换为 NBT 长整型(long)标签",
|
|
23
|
+
"code-action.nbt-type-to-short": "转换为 NBT 短整型(short)标签",
|
|
24
|
+
"code-action.nbt-uuid-datafix": "将该 UUID 更新到 1.16",
|
|
25
|
+
"code-action.remove-leading-slash": "移除前导斜杠",
|
|
26
|
+
"code-action.remove-trailing-separation": "移除句尾分隔符",
|
|
27
|
+
"code-action.selector-sort-keys": "将选择器参数按键排序",
|
|
28
|
+
"code-action.string-double-quote": "使用半角双引号包裹该字符串",
|
|
29
|
+
"code-action.string-single-quote": "使用半角单引号包裹该字符串",
|
|
30
|
+
"code-action.string-unquote": "移除该字符串的引号",
|
|
31
|
+
"code-action.vector-align-0.0": "将该向量对齐至方块原点",
|
|
32
|
+
"code-action.vector-align-0.5": "将该向量对齐至方块中心",
|
|
33
|
+
"comment": "以 %0% 开始的注释",
|
|
34
|
+
"conjunction.and_2": " 和 ",
|
|
35
|
+
"conjunction.and_3+_1": "、 ",
|
|
36
|
+
"conjunction.and_3+_2": "和 ",
|
|
37
|
+
"conjunction.or_2": " 或 ",
|
|
38
|
+
"conjunction.or_3+_1": "、 ",
|
|
39
|
+
"conjunction.or_3+_2": "或 ",
|
|
40
|
+
"datafix.error.command-replaceitem": "/replaceitem 在 20w46a(1.17 的第二个快照)中被 /item 取代",
|
|
41
|
+
"duplicate-key": "键%0%重复",
|
|
42
|
+
"ending-quote": "一个结尾引号%0%",
|
|
43
|
+
"entity": "一个实体",
|
|
44
|
+
"error.unparseable-content": "遇到了无法解析的文件内容",
|
|
45
|
+
"expected": "期望%0%",
|
|
46
|
+
"expected-got": "期望%0%,但得到了%1%",
|
|
47
|
+
"float": "一个浮点数",
|
|
48
|
+
"float.between": "一个处于 %0% 与 %1% 之间的浮点型数字",
|
|
49
|
+
"integer": "一个整型数字",
|
|
50
|
+
"integer.between": "一个处于 %0% 与 %1% 之间的整型数字",
|
|
51
|
+
"invalid-key-combination": "键组合 %0% 无效",
|
|
52
|
+
"invalid-regex-pattern": "无效的正则模式串:%0%",
|
|
53
|
+
"java-edition.binder.wrong-folder": "已加载的版本 %1% 无法识别 %0% 文件夹中的文件,你想使用的是 %2% 文件夹吗?",
|
|
54
|
+
"java-edition.binder.wrong-version": "在已加载的版本 %1% 中无法识别 %0% 文件夹中的文件",
|
|
55
|
+
"java-edition.translation-value.percent-escape-hint": "%0%。如果你想要显示百分号符号,请改用“%%”",
|
|
56
|
+
"json.checker.array.length-between": "长度在 %1% 与 %2% 之间的%0%",
|
|
57
|
+
"json.checker.item.duplicate": "重复的列表条目",
|
|
58
|
+
"json.checker.object.field.union-empty-members": "禁用属性",
|
|
59
|
+
"json.checker.property.deprecated": "属性 %0% 已被弃用",
|
|
60
|
+
"json.checker.property.missing": "缺失属性 %0%",
|
|
61
|
+
"json.checker.property.unknown": "未知属性 %0%",
|
|
62
|
+
"json.checker.string.hex-color": "一个6位的十六进制数字",
|
|
63
|
+
"json.checker.tag-entry.duplicate": "重复的标签条目",
|
|
64
|
+
"json.checker.value": "一个值",
|
|
65
|
+
"json.doc.advancement.display": "进度的显示设置。如果存在,则该进度将在进度选项卡中可见。",
|
|
66
|
+
"json.node.array": "一个数组",
|
|
67
|
+
"json.node.boolean": "一个布尔值",
|
|
68
|
+
"json.node.null": "一个空值",
|
|
69
|
+
"json.node.number": "一个数字",
|
|
70
|
+
"json.node.object": "一个对象",
|
|
71
|
+
"json.node.string": "一个字符串",
|
|
72
|
+
"key-not-following-convention": "无效的键%0%,因为没有遵循%1%命名规范",
|
|
73
|
+
"linter-config-validator.name-convention.type": "期望一个正则表达式字符串用于描述命名规范",
|
|
74
|
+
"linter-config-validator.wrapper": "%0%。请参阅[文档](%1)获取更多信息",
|
|
75
|
+
"linter.diagnostic-message-wrapper": "%0%(规则:%1%)",
|
|
76
|
+
"linter.name-convention.illegal": "名称 %0% 不匹配配置的正则表达式 %1%",
|
|
77
|
+
"linter.undeclared-symbol.message": "找不到%0%%1%",
|
|
78
|
+
"long": "一个长整型数字",
|
|
79
|
+
"long.between": "在%0%和%1%之间的长整型",
|
|
80
|
+
"mcdoc.binder.dispatcher-statement.duplicated-key": "重复的调度器 %0%",
|
|
81
|
+
"mcdoc.binder.dispatcher-statement.duplicated-key.related": "%0% 已经被调度到了这里",
|
|
82
|
+
"mcdoc.binder.duplicated-declaration": "重复声明 %0%",
|
|
83
|
+
"mcdoc.binder.duplicated-declaration.related": "%0% 已在这里被声明过了",
|
|
84
|
+
"mcdoc.binder.out-of-root": "文件 %0% 不在任何 mcdoc 项目的根目录下,因此将跳过语义检测",
|
|
85
|
+
"mcdoc.binder.path.super-from-root": "无法访问项目根目录的上一级目录(`super`)",
|
|
86
|
+
"mcdoc.binder.path.unknown-identifier": "模块 %1% 中不存在标识符 %0%",
|
|
87
|
+
"mcdoc.binder.path.unknown-module": "模块 %0% 不存在",
|
|
88
|
+
"mcdoc.checker.entry.empty-mod-seg": "你不能将“mod.mcdoc”直接放在根目录下",
|
|
89
|
+
"mcdoc.checker.inject-clause.unmatched-injection": "不能注入 %0% 以 %1%",
|
|
90
|
+
"mcdoc.checker.type-not-assignable": "类型 %0% 不能分配给类型 %1%",
|
|
91
|
+
"mcdoc.node.compound-definition": "一个复合定义",
|
|
92
|
+
"mcdoc.node.enum-definition": "一个枚举定义",
|
|
93
|
+
"mcdoc.node.identifier": "一个标识符",
|
|
94
|
+
"mcdoc.parser.compound-definition.field-type": "一个字段类型",
|
|
95
|
+
"mcdoc.parser.float.illegal": "遇到了无效的浮点数",
|
|
96
|
+
"mcdoc.parser.identifier.illegal": "%0% 不遵循格式 %1%",
|
|
97
|
+
"mcdoc.parser.identifier.reserved-word": "%0% 是保留字,无法被用作标识符",
|
|
98
|
+
"mcdoc.parser.index-body.dynamic-index-not-allowed": "不允许动态索引",
|
|
99
|
+
"mcdoc.parser.inject-clause.definition-expected": "期望一个枚举注入或复合注入",
|
|
100
|
+
"mcdoc.parser.keyword.separation": "一个分隔符",
|
|
101
|
+
"mcdoc.parser.resource-location.colon-expected": "期望资源路径中的冒号(%0%)",
|
|
102
|
+
"mcdoc.parser.syntax.doc-comment-unexpected": "此处不允许文档注释;你可能想将三个斜杠替换为两个斜杠",
|
|
103
|
+
"mcdoc.runtime.checker.key-value-pair": "一个键值对",
|
|
104
|
+
"mcdoc.runtime.checker.range.collection": "集合长度应为%0%",
|
|
105
|
+
"mcdoc.runtime.checker.range.concat": "%0%和%1%",
|
|
106
|
+
"mcdoc.runtime.checker.range.left-exclusive": "在%0%以上",
|
|
107
|
+
"mcdoc.runtime.checker.range.left-inclusive": "至少为%0%",
|
|
108
|
+
"mcdoc.runtime.checker.range.number": "应为数值%0%",
|
|
109
|
+
"mcdoc.runtime.checker.range.right-exclusive": "在%0%以下",
|
|
110
|
+
"mcdoc.runtime.checker.range.right-inclusive": "最大为%0%",
|
|
111
|
+
"mcdoc.runtime.checker.range.string": "字符串长度应为%0%",
|
|
112
|
+
"mcdoc.runtime.checker.some-missing-keys": "至少需要 %0% 中的一个键",
|
|
113
|
+
"mcdoc.runtime.checker.trailing": "突遇句尾数据",
|
|
114
|
+
"mcfunction.checker.command.data-modify-unapplicable-operation": "不能在 %1% 上使用 %0% 操作;目标路径的类型为 %2%",
|
|
115
|
+
"mcfunction.completer.block.states.default-value": "默认值:%0%",
|
|
116
|
+
"mcfunction.parser.command-too-long": "命令长度为 %0% ,不允许超过其长度上限 %1%",
|
|
117
|
+
"mcfunction.parser.duplicate-components": "组件重复",
|
|
118
|
+
"mcfunction.parser.entity-selector.arguments.not-applicable": "%0% 不适用于此处",
|
|
119
|
+
"mcfunction.parser.entity-selector.arguments.unknown": "未知的实体选择器参数 %0%",
|
|
120
|
+
"mcfunction.parser.entity-selector.entities-disallowed": "该选择器包含非玩家实体",
|
|
121
|
+
"mcfunction.parser.entity-selector.invalid": "无效的选择器:“%0%”",
|
|
122
|
+
"mcfunction.parser.entity-selector.multiple-disallowed": "该选择器包含多个实体",
|
|
123
|
+
"mcfunction.parser.entity-selector.player-name.too-long": "玩家名称长度不能多于 %0% 个字符",
|
|
124
|
+
"mcfunction.parser.eoc-unexpected": "期望更多参数",
|
|
125
|
+
"mcfunction.parser.leading-slash": "一个前导斜杠 “/”",
|
|
126
|
+
"mcfunction.parser.leading-slash.unexpected": "不能以斜杠“/”开头",
|
|
127
|
+
"mcfunction.parser.macro.at-least-one": "应至少包含一个宏参数",
|
|
128
|
+
"mcfunction.parser.macro.disallowed": "宏行仅受1.20.2之后的版本支持",
|
|
129
|
+
"mcfunction.parser.macro.illegal-key": "键字符语法错误:“%0%”",
|
|
130
|
+
"mcfunction.parser.macro.key": "一个宏键",
|
|
131
|
+
"mcfunction.parser.no-permission": "需要权限等级 %0%,高于设置中定义的 %1%",
|
|
132
|
+
"mcfunction.parser.objective.too-long": "记分项名称长度不能多于 %0% 个字符",
|
|
133
|
+
"mcfunction.parser.range.min>max": "最小值 %0% 大于最大值 %1%",
|
|
134
|
+
"mcfunction.parser.range.span-too-large": "范围 %0% 比最大值 %1% 还大",
|
|
135
|
+
"mcfunction.parser.range.span-too-small": "范围 %0% 比最小值 %1% 还小",
|
|
136
|
+
"mcfunction.parser.score_holder.fake-name.too-long": "实体假名长度不能多于 %0% 个字符",
|
|
137
|
+
"mcfunction.parser.sep": "一个空格 (%0%)",
|
|
138
|
+
"mcfunction.parser.trailing": "遇到尾随的数据:%0%",
|
|
139
|
+
"mcfunction.parser.unknown-parser": "尚未支持解析器 %0%",
|
|
140
|
+
"mcfunction.parser.uuid.invalid": "无效的UUID格式",
|
|
141
|
+
"mcfunction.parser.vector.local-disallowed": "局部坐标不允许在此处使用",
|
|
142
|
+
"mcfunction.parser.vector.mixed": "不能将局部坐标与世界坐标混合使用",
|
|
143
|
+
"mcfunction.signature-help.argument-parser-documentation": "[Minecraft Wiki:`%0%` 参数解析器](https://minecraft.fandom.com/zh/wiki/参数类型#%0%)",
|
|
144
|
+
"mcfunction.signature-help.command-documentation": "[Minecraft Wiki:`%0%` 命令](https://minecraft.fandom.com/zh/wiki/Commands/%0%)",
|
|
145
|
+
"mismatching-regex-pattern": "值无法匹配正则表达式:%0%",
|
|
146
|
+
"missing-key": "缺失键 %0%",
|
|
147
|
+
"nbt.checker.block-states.fake-boolean": "应用引号包裹布尔型方块状态值",
|
|
148
|
+
"nbt.checker.block-states.unexpected-value-type": "方块状态值应为字符串或整数",
|
|
149
|
+
"nbt.checker.block-states.unknown-state": "以下方块具有未知方块状态 %0% :%1%",
|
|
150
|
+
"nbt.checker.boolean.out-of-range": "布尔值应为 %0% 或 %1%",
|
|
151
|
+
"nbt.checker.collection.length-between": "%0% 的长度在 %1% 和 %2% 之间",
|
|
152
|
+
"nbt.checker.compound.field.union-empty-members": "不允许的属性",
|
|
153
|
+
"nbt.checker.path.index-out-of-bound": "提供的索引 %0% 越界,因为集合最多只能拥有 %1% 个元素",
|
|
154
|
+
"nbt.checker.path.unexpected-filter": "复合标签过滤器只能用于复合标签",
|
|
155
|
+
"nbt.checker.path.unexpected-index": "索引只能用于数组或列表标签",
|
|
156
|
+
"nbt.checker.path.unexpected-key": "字符串键只能为复合标签指定",
|
|
157
|
+
"nbt.node": "一个标签",
|
|
158
|
+
"nbt.node.byte": "一个字节标签",
|
|
159
|
+
"nbt.node.byte_array": "一个字节数组标签",
|
|
160
|
+
"nbt.node.compound": "一个复合标签",
|
|
161
|
+
"nbt.node.double": "一个双精度浮点型标签",
|
|
162
|
+
"nbt.node.float": "一个浮点型标签",
|
|
163
|
+
"nbt.node.int": "一个整型标签",
|
|
164
|
+
"nbt.node.int_array": "一个整型数组标签",
|
|
165
|
+
"nbt.node.list": "一个列表标签",
|
|
166
|
+
"nbt.node.long": "一个长整型标签",
|
|
167
|
+
"nbt.node.long_array": "一个长整型数组标签",
|
|
168
|
+
"nbt.node.path.end": "路径结尾",
|
|
169
|
+
"nbt.node.path.filter": "一个复合标签过滤器",
|
|
170
|
+
"nbt.node.path.index": "一个索引",
|
|
171
|
+
"nbt.node.path.key": "一个键",
|
|
172
|
+
"nbt.node.short": "一个短整型标签",
|
|
173
|
+
"nbt.node.string": "一个字符串标签",
|
|
174
|
+
"nbt.parser.number.out-of-range": "这看起来像 %0%,但实际上是 %1%,由于数值超出了 [%2%, %3%]",
|
|
175
|
+
"nbt.path": "一个NBT路径",
|
|
176
|
+
"not-allowed-here": "值 %0% 不允许在这里出现",
|
|
177
|
+
"not-divisible-by": "值 %0% 不能被 %1% 整除",
|
|
178
|
+
"not-matching-any-child": "无效参数",
|
|
179
|
+
"nothing": "无",
|
|
180
|
+
"number": "一个数字",
|
|
181
|
+
"number-range": "一个数字范围",
|
|
182
|
+
"number-range.missing-min-and-max": "期望一个最小值或一个最大值",
|
|
183
|
+
"number.<=": "一个小于等于 %0% 的数字",
|
|
184
|
+
"number.>=": "一个大于等于 %0% 的数字",
|
|
185
|
+
"number.between": "一个位于 %0% 和 %1% 之间的数字",
|
|
186
|
+
"object": "一个对象",
|
|
187
|
+
"objective": "一个记分项",
|
|
188
|
+
"objective-not-following-convention": "该记分项%0%没有跟随命名规则%1%",
|
|
189
|
+
"parser.float.illegal": "浮点数由于未跟随 %0% 而无效",
|
|
190
|
+
"parser.integer.illegal": "无效的整数不遵循 %0%",
|
|
191
|
+
"parser.line-continuation-end-of-file": "行不能以文件结束符续接",
|
|
192
|
+
"parser.list.trailing-sep": "尾随分隔符",
|
|
193
|
+
"parser.list.value": "一个值",
|
|
194
|
+
"parser.long.illegal": "长整型数字因未跟随 %0% 而无效",
|
|
195
|
+
"parser.record.key": "一个键",
|
|
196
|
+
"parser.record.trailing-end": "尾随分隔符",
|
|
197
|
+
"parser.record.unexpected-char": "预期外的字符 %0%",
|
|
198
|
+
"parser.record.value": "一个值",
|
|
199
|
+
"parser.resource-location.illegal": "无效字符:%0%",
|
|
200
|
+
"parser.resource-location.namespace-expected": "不可在此省略命名空间",
|
|
201
|
+
"parser.resource-location.tag-disallowed": "此处不允许使用标签",
|
|
202
|
+
"parser.resource-location.tag-required": "这里只能为标签",
|
|
203
|
+
"parser.string.illegal-brigadier": "在 %0% 中遇到了非 [0-9A-Za-z_.+-] 字符",
|
|
204
|
+
"parser.string.illegal-escape": "预期外的转义字符 %0%",
|
|
205
|
+
"parser.string.illegal-quote": "此处只允许使用 %0% 包裹字符串",
|
|
206
|
+
"parser.string.illegal-unicode-escape": "期望十六进制数字",
|
|
207
|
+
"progress.initializing.title": "正在初始化Spyglass……",
|
|
208
|
+
"progress.reset-project-cache.title": "正在重置项目缓存…",
|
|
209
|
+
"punc.period": "。",
|
|
210
|
+
"punc.quote": "“%0%”",
|
|
211
|
+
"quote": "一个半角引号(“'”或“\"”)",
|
|
212
|
+
"quote_prefer_double": "此处请优先使用半角双引号(“\"”)",
|
|
213
|
+
"quote_prefer_single": "此处请优先使用半角单引号(“'”)",
|
|
214
|
+
"resource-location": "一个资源位置",
|
|
215
|
+
"score-holder": "一个分数持有者",
|
|
216
|
+
"scoreholder-not-following-convention": "无效的分数持有者 %0% 不遵循 %1% 命名规则",
|
|
217
|
+
"selector": "一个选择器",
|
|
218
|
+
"server.new-version": "已更新数据包语言服务器到新版本:%0%",
|
|
219
|
+
"server.progress.fixing-workspace.begin": "修复当前工作空间中所有可自动修复的问题",
|
|
220
|
+
"server.progress.fixing-workspace.report": "正在修复%0%",
|
|
221
|
+
"server.progress.preparing.title": "正在准备 Spyglass 语言特性",
|
|
222
|
+
"server.remove-cache-file": "DHP 的缓存文件被移动到了一个由 VS Code 提供的缓存位置。您现在可以放心地删除工作区根文件夹中的“.datapack”文件夹。",
|
|
223
|
+
"server.show-release-notes": "显示更新日志",
|
|
224
|
+
"string": "一个字符串",
|
|
225
|
+
"tag": "一个标签",
|
|
226
|
+
"tag-not-following-convention": "该标签%0%没有跟随命名规则%1%",
|
|
227
|
+
"team": "一个队伍",
|
|
228
|
+
"team-not-following-convention": "该队伍%0%没有跟随命名规则%1%",
|
|
229
|
+
"text-component": "一个文本组件",
|
|
230
|
+
"time-unit": "一个时间单位",
|
|
231
|
+
"too-many-block-affected": "指定区域内的方块太多(最大值为 %0%,指定值为 %1%)",
|
|
232
|
+
"too-many-chunk-affected": "指定区域内的区块太多(最大值为 %0%,指定值为 %1%)",
|
|
233
|
+
"unexpected-character": "遇到了非 [a-z0-9/._-] 字符",
|
|
234
|
+
"unexpected-datapack-tag": "此处不允许使用标签",
|
|
235
|
+
"unexpected-default-namespace": "应当省略此处的默认命名空间",
|
|
236
|
+
"unexpected-local-coordinate": "不能使用局部坐标%0%",
|
|
237
|
+
"unexpected-nbt": "此处不应使用该 NBT 标签",
|
|
238
|
+
"unexpected-nbt-array-type": "无效的数组类型%0%。应当为“B”“I”“L”中的一个",
|
|
239
|
+
"unexpected-nbt-path-filter": "复合标签筛选器只能对复合标签使用",
|
|
240
|
+
"unexpected-nbt-path-index": "索引只能对列表或数组标签使用",
|
|
241
|
+
"unexpected-nbt-path-key": "键只能对复合标签使用",
|
|
242
|
+
"unexpected-nbt-path-sub": "当前的标签并没有更多的子项",
|
|
243
|
+
"unexpected-omitted-default-namespace": "此处不能省略默认命名空间",
|
|
244
|
+
"unexpected-relative-coordinate": "不能使用相对坐标%0%",
|
|
245
|
+
"unexpected-scoreboard-sub-slot": "只有“sidebar”有子显示位置",
|
|
246
|
+
"unknown-command": "未知的命令%0%",
|
|
247
|
+
"unknown-escape": "预期外的转义字符 %0%",
|
|
248
|
+
"unknown-key": "未知的键%0%",
|
|
249
|
+
"unquoted-string": "一个未被引号包裹的字符串",
|
|
250
|
+
"unsorted-keys": "键未排序",
|
|
251
|
+
"uuid": "一个 UUID",
|
|
252
|
+
"vector": "一个向量"
|
|
253
|
+
}
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
{
|
|
2
|
+
"array": "一個陣列",
|
|
3
|
+
"boolean": "一個布林值",
|
|
4
|
+
"bug-of-mc": "由於一個Minecraft的錯誤(%0%),%1%。Mojang,拜託修好你的遊戲",
|
|
5
|
+
"code-action.add-default-namespace": "增加預設命名空間",
|
|
6
|
+
"code-action.add-leading-slash": "增加開頭的斜線",
|
|
7
|
+
"code-action.block-state-sort-keys": "將方塊狀態按鍵排序",
|
|
8
|
+
"code-action.command-replaceitem": "將該指令升級到 /item ... replace",
|
|
9
|
+
"code-action.create-undeclared-file": "建立%0% %1%",
|
|
10
|
+
"code-action.fix-file": "修復當前檔案中所有可自動修復的問題",
|
|
11
|
+
"code-action.fix-workspace": "修復當前工作區中所有可自動修復的問題",
|
|
12
|
+
"code-action.id-attribute-datafix": "將該屬性名更新至 1.16",
|
|
13
|
+
"code-action.id-complete-default-namespace": "補完預設命名空間",
|
|
14
|
+
"code-action.id-create-file": "在同一個資料包中建立%0%",
|
|
15
|
+
"code-action.id-omit-default-namespace": "省略預設命名空間",
|
|
16
|
+
"code-action.id-zombified-piglin-datafix": "將該 ID 升級為殭屍化豬布林",
|
|
17
|
+
"code-action.nbt-compound-sort-keys": "將 NBT 複合標籤按鍵排序",
|
|
18
|
+
"code-action.nbt-type-to-byte": "轉換為 NBT 位元組(byte)標籤",
|
|
19
|
+
"code-action.nbt-type-to-double": "轉換為 NBT 倍精度浮點數(double)標籤",
|
|
20
|
+
"code-action.nbt-type-to-float": "轉換為 NBT 單精度浮點數(float)標籤",
|
|
21
|
+
"code-action.nbt-type-to-int": "轉換為 NBT 整數(int)標籤",
|
|
22
|
+
"code-action.nbt-type-to-long": "轉換為 NBT 長整數(long)標籤",
|
|
23
|
+
"code-action.nbt-type-to-short": "轉換為 NBT 短整數(short)標籤",
|
|
24
|
+
"code-action.nbt-uuid-datafix": "將該 UUID 更新至 1.16",
|
|
25
|
+
"code-action.remove-leading-slash": "移除開頭的斜線",
|
|
26
|
+
"code-action.remove-trailing-separation": "移除結尾的分隔符號",
|
|
27
|
+
"code-action.selector-sort-keys": "將選擇器引數按鍵排序",
|
|
28
|
+
"code-action.string-double-quote": "使用英文雙引號包裹該字串",
|
|
29
|
+
"code-action.string-single-quote": "使用英文單引號包裹該字串",
|
|
30
|
+
"code-action.string-unquote": "移除該字串的引號",
|
|
31
|
+
"code-action.vector-align-0.0": "將該向量對齊到方塊原點",
|
|
32
|
+
"code-action.vector-align-0.5": "將該向量對齊到方塊中心",
|
|
33
|
+
"comment": "以 %0% 開始的註解",
|
|
34
|
+
"conjunction.and_2": " 和 ",
|
|
35
|
+
"conjunction.and_3+_1": "、 ",
|
|
36
|
+
"conjunction.and_3+_2": "和 ",
|
|
37
|
+
"conjunction.or_2": " 或 ",
|
|
38
|
+
"conjunction.or_3+_1": "、 ",
|
|
39
|
+
"conjunction.or_3+_2": "或 ",
|
|
40
|
+
"datafix.error.command-replaceitem": "/replaceitem 在 20w46a(1.17 的第二個快照)中被 /item 取代",
|
|
41
|
+
"duplicate-key": "鍵%0%重複",
|
|
42
|
+
"ending-quote": "一個結尾引號%0%",
|
|
43
|
+
"entity": "一個實體",
|
|
44
|
+
"error.unparseable-content": "遇到了無法解析的內容",
|
|
45
|
+
"expected": "期望%0%",
|
|
46
|
+
"expected-got": "期望%0%,但得到了%1%",
|
|
47
|
+
"float": "一個單精度浮點數",
|
|
48
|
+
"float.between": "一個處於 %0% 與 %1% 之間的浮點型數字",
|
|
49
|
+
"integer": "一個整數",
|
|
50
|
+
"integer.between": "一個處於 %0% 與 %1% 之間的整數",
|
|
51
|
+
"invalid-key-combination": "無效的組合 %0%",
|
|
52
|
+
"invalid-regex-pattern": "無效的regex:%0%",
|
|
53
|
+
"java-edition.binder.wrong-folder": "在%0%資料夾中的檔案不屬於現在載入的遊戲版本(%1%),你需要的是%2%資料夾嗎?",
|
|
54
|
+
"java-edition.binder.wrong-version": "在%0%資料夾中的檔案不屬於現在載入的遊戲版本(%1%)",
|
|
55
|
+
"java-edition.pack-format.not-loaded": "資料包版本%0%不屬於現在載入的遊戲版本(%1%)。你可能需要重新載入Spyglass。",
|
|
56
|
+
"java-edition.pack-format.unsupported": "資料包版本%0%不屬於正式版本。快照版本不受支援。",
|
|
57
|
+
"java-edition.translation-value.percent-escape-hint": "%0%。使用「%%」顯示百分比符號",
|
|
58
|
+
"json.checker.array.length-between": "長度在%1%和%2%之間的%0%",
|
|
59
|
+
"json.checker.item.duplicate": "重複的清單內容",
|
|
60
|
+
"json.checker.object.field.union-empty-members": "不允許的屬性",
|
|
61
|
+
"json.checker.property.deprecated": "屬性 %0% 已被棄用",
|
|
62
|
+
"json.checker.property.missing": "缺失屬性 %0%",
|
|
63
|
+
"json.checker.property.unknown": "未知屬性 %0%",
|
|
64
|
+
"json.checker.string.hex-color": "一個 6 位的十六進位數字",
|
|
65
|
+
"json.checker.tag-entry.duplicate": "重複的值",
|
|
66
|
+
"json.checker.value": "一個值",
|
|
67
|
+
"json.doc.advancement.display": "進度的顯示設定。若存在,則此進度會在進度畫面中可見。",
|
|
68
|
+
"json.node.array": "一個陣列",
|
|
69
|
+
"json.node.boolean": "一個布林值",
|
|
70
|
+
"json.node.null": "null",
|
|
71
|
+
"json.node.number": "一個數字",
|
|
72
|
+
"json.node.object": "一個物件",
|
|
73
|
+
"json.node.string": "一個字串",
|
|
74
|
+
"key-not-following-convention": "無效的鍵%0%,因為沒有遵循%1%命名規範",
|
|
75
|
+
"linter-config-validator.name-convention.type": "期望一個描述名字的正規表示式字串",
|
|
76
|
+
"linter-config-validator.wrapper": "%0%。 閱讀[文件](%1)以獲取更多資訊",
|
|
77
|
+
"linter.diagnostic-message-wrapper": "%0%(規則:%1%)",
|
|
78
|
+
"linter.name-convention.illegal": "名稱 %0% 與組態的正規表示式 %1% 不相符",
|
|
79
|
+
"linter.undeclared-symbol.message": "找不到 %0% %1%",
|
|
80
|
+
"long": "一個長整數",
|
|
81
|
+
"long.between": "一個在%0%和%1%之間的長整數",
|
|
82
|
+
"mcdoc.binder.dispatcher-statement.duplicated-key": "重複的dispatcher:%0%",
|
|
83
|
+
"mcdoc.binder.dispatcher-statement.duplicated-key.related": "%0%已經在這裡定義過了",
|
|
84
|
+
"mcdoc.binder.duplicated-declaration": "重複的宣告 %0%",
|
|
85
|
+
"mcdoc.binder.duplicated-declaration.related": "%0% 已在這裡宣告過了",
|
|
86
|
+
"mcdoc.binder.out-of-root": "檔案 %0% 不在任何 mcdoc 專案中的根目錄;語意檢查將被跳過",
|
|
87
|
+
"mcdoc.binder.path.super-from-root": "不可訪問根目錄的父級目錄",
|
|
88
|
+
"mcdoc.binder.path.unknown-identifier": "標識符 %0% 不存在於模組 %1%",
|
|
89
|
+
"mcdoc.binder.path.unknown-module": "模組 %0% 不存在",
|
|
90
|
+
"mcdoc.checker.entry.empty-mod-seg": "您不能將「mod.mcdoc」直接放在根目錄下",
|
|
91
|
+
"mcdoc.checker.inject-clause.unmatched-injection": "不能用 %1% 注碼於 %0%",
|
|
92
|
+
"mcdoc.checker.type-not-assignable": "類型 %0% 不能分配給類型 %1%",
|
|
93
|
+
"mcdoc.node.compound-definition": "一個複合定義",
|
|
94
|
+
"mcdoc.node.enum-definition": "一個列舉定義",
|
|
95
|
+
"mcdoc.node.identifier": "一個標識符",
|
|
96
|
+
"mcdoc.parser.compound-definition.field-type": "一個欄位類型",
|
|
97
|
+
"mcdoc.parser.float.illegal": "遇到了無效的單精度浮點數",
|
|
98
|
+
"mcdoc.parser.identifier.illegal": "%0% 不遵循格式 %1%",
|
|
99
|
+
"mcdoc.parser.identifier.reserved-word": "%0% 是個反轉文字且不可被用於標識符名稱",
|
|
100
|
+
"mcdoc.parser.index-body.dynamic-index-not-allowed": "動態索引是不允許的",
|
|
101
|
+
"mcdoc.parser.inject-clause.definition-expected": "期望一個列舉注碼或複合注碼",
|
|
102
|
+
"mcdoc.parser.keyword.separation": "一個分隔符",
|
|
103
|
+
"mcdoc.parser.resource-location.colon-expected": "資源位置預期為冒號 (%0%)",
|
|
104
|
+
"mcdoc.parser.syntax.doc-comment-unexpected": "此處不允許文檔註解;您可能想用兩個斜線取代三個斜線",
|
|
105
|
+
"mcdoc.runtime.checker.key-value-pair": "一個鍵值對",
|
|
106
|
+
"mcdoc.runtime.checker.range.collection": "集合長度為 %0%",
|
|
107
|
+
"mcdoc.runtime.checker.range.concat": "%0% 和 %1%",
|
|
108
|
+
"mcdoc.runtime.checker.range.left-exclusive": "大於 %0%",
|
|
109
|
+
"mcdoc.runtime.checker.range.left-inclusive": "至少為 %0%",
|
|
110
|
+
"mcdoc.runtime.checker.range.number": "應為數值 %0%",
|
|
111
|
+
"mcdoc.runtime.checker.range.right-exclusive": "低於 %0%",
|
|
112
|
+
"mcdoc.runtime.checker.range.right-inclusive": "最多 %0%",
|
|
113
|
+
"mcdoc.runtime.checker.range.string": "字串長度應為 %0%",
|
|
114
|
+
"mcdoc.runtime.checker.some-missing-keys": "缺少 %0% 中的至少一個鍵",
|
|
115
|
+
"mcdoc.runtime.checker.trailing": "發現尾隨資料",
|
|
116
|
+
"mcdoc.runtime.checker.value": "一個值",
|
|
117
|
+
"mcdoc.type.boolean": "一個布林值",
|
|
118
|
+
"mcdoc.type.byte": "一個字節值",
|
|
119
|
+
"mcdoc.type.byte_array": "一個字節陣列",
|
|
120
|
+
"mcdoc.type.double": "一個倍精度浮點數值",
|
|
121
|
+
"mcdoc.type.float": "一個單精度浮點數值",
|
|
122
|
+
"mcdoc.type.int": "一個整數值",
|
|
123
|
+
"mcdoc.type.int_array": "一個整數陣列",
|
|
124
|
+
"mcdoc.type.list": "一個列表",
|
|
125
|
+
"mcdoc.type.long": "一個長整數值",
|
|
126
|
+
"mcdoc.type.long_array": "一個長整數陣列",
|
|
127
|
+
"mcdoc.type.short": "一個短整數值",
|
|
128
|
+
"mcdoc.type.string": "一個字串值",
|
|
129
|
+
"mcfunction.checker.command.data-modify-unapplicable-operation": "%0% 操作只能被用於 %1%;目標路徑類型則為 %2%",
|
|
130
|
+
"mcfunction.completer.block.states.default-value": "預設: %0%",
|
|
131
|
+
"mcfunction.parser.command-too-long": "指令長度 %0% 筆最大長度 %1% 長",
|
|
132
|
+
"mcfunction.parser.duplicate-components": "重複的組件",
|
|
133
|
+
"mcfunction.parser.entity-selector.arguments.not-applicable": "%0% 不適用於此處",
|
|
134
|
+
"mcfunction.parser.entity-selector.arguments.unknown": "未知的實體選擇器引數 %0%",
|
|
135
|
+
"mcfunction.parser.entity-selector.entities-disallowed": "此選擇器包含非玩家實體",
|
|
136
|
+
"mcfunction.parser.entity-selector.invalid": "無效的目標選擇器:\"%0%\"",
|
|
137
|
+
"mcfunction.parser.entity-selector.multiple-disallowed": "此選擇器包含多個實體",
|
|
138
|
+
"mcfunction.parser.entity-selector.player-name.too-long": "玩家名稱長度不能多於 %0% 個字元",
|
|
139
|
+
"mcfunction.parser.eoc-unexpected": "期望更多引數",
|
|
140
|
+
"mcfunction.parser.leading-slash": "一個前置斜線 「/」",
|
|
141
|
+
"mcfunction.parser.leading-slash.unexpected": "不能以斜槓「/」開始指令",
|
|
142
|
+
"mcfunction.parser.macro.at-least-one": "至少一個巨集參數",
|
|
143
|
+
"mcfunction.parser.macro.disallowed": "巨集行只支援於 1.20.2 之後",
|
|
144
|
+
"mcfunction.parser.macro.illegal-key": "不正確的鍵字符:\"%0%\"",
|
|
145
|
+
"mcfunction.parser.macro.key": "一個巨集鍵",
|
|
146
|
+
"mcfunction.parser.no-permission": "需要權限等級 %0%,高於設定中定義的 %1%",
|
|
147
|
+
"mcfunction.parser.objective.too-long": "計分板目標名稱長度不能多於 %0% 個字元",
|
|
148
|
+
"mcfunction.parser.range.min>max": "最小值 %0% 大於最大值 %1%",
|
|
149
|
+
"mcfunction.parser.range.span-too-large": "範圍大小 %0% 大於最大值 %1%",
|
|
150
|
+
"mcfunction.parser.range.span-too-small": "範圍大小 %0% 小於最小值 %1%",
|
|
151
|
+
"mcfunction.parser.score_holder.fake-name.too-long": "實體假名長度不能多於 %0% 個字元",
|
|
152
|
+
"mcfunction.parser.sep": "一個空白字元(%0%)",
|
|
153
|
+
"mcfunction.parser.trailing": "遇到尾隨資料:%0%",
|
|
154
|
+
"mcfunction.parser.unknown-parser": "尚未支援解析器 %0%",
|
|
155
|
+
"mcfunction.parser.uuid.invalid": "無效的 UUID 格式",
|
|
156
|
+
"mcfunction.parser.vector.local-disallowed": "局部座標不允許在此處使用",
|
|
157
|
+
"mcfunction.parser.vector.mixed": "不能混用局部座標與世界座標",
|
|
158
|
+
"mcfunction.signature-help.argument-parser-documentation": "[Minecraft Wiki: `%0%` 參數類型](https://zh.minecraft.wiki/w/參數類型#%0%)",
|
|
159
|
+
"mcfunction.signature-help.command-documentation": "[Minecraft 維基: `%0%` 指令](https://minecraft.fandom.com/zh/wiki/命令/%0%)",
|
|
160
|
+
"mismatching-regex-pattern": "值不符合regex:%0%",
|
|
161
|
+
"missing-key": "缺失鍵 %0%",
|
|
162
|
+
"nbt.checker.block-states.fake-boolean": "應用引號包裹布林型方塊狀態值",
|
|
163
|
+
"nbt.checker.block-states.unexpected-value-type": "方塊狀態值應為字串或整數",
|
|
164
|
+
"nbt.checker.block-states.unknown-state": "以下方塊具有未知的方塊狀態 %0%:%1%",
|
|
165
|
+
"nbt.checker.boolean.out-of-range": "布林值應為 %0% 或 %1%",
|
|
166
|
+
"nbt.checker.collection.length-between": "%0% 的長度在 %1% 和 %2% 之間",
|
|
167
|
+
"nbt.checker.compound.field.union-empty-members": "不允許的屬性",
|
|
168
|
+
"nbt.checker.path.index-out-of-bound": "提供的索引 %0% 越界,因為集合最多只能擁有 %1% 個元素",
|
|
169
|
+
"nbt.checker.path.unexpected-filter": "複合標籤過濾器只能用於複合標籤",
|
|
170
|
+
"nbt.checker.path.unexpected-index": "索引只能用於陣列或串列標籤",
|
|
171
|
+
"nbt.checker.path.unexpected-key": "字串鍵只能為複合標籤指定",
|
|
172
|
+
"nbt.node": "一個標籤",
|
|
173
|
+
"nbt.node.byte": "一個字元組標籤",
|
|
174
|
+
"nbt.node.byte_array": "一個字元組陣列標籤",
|
|
175
|
+
"nbt.node.compound": "一個複合標籤",
|
|
176
|
+
"nbt.node.double": "一個倍精度浮點型標籤",
|
|
177
|
+
"nbt.node.float": "一個單精度浮點型標籤",
|
|
178
|
+
"nbt.node.int": "一個整數標籤",
|
|
179
|
+
"nbt.node.int_array": "一個整數陣列標籤",
|
|
180
|
+
"nbt.node.list": "一個串列標籤",
|
|
181
|
+
"nbt.node.long": "一個長整數標籤",
|
|
182
|
+
"nbt.node.long_array": "一個長整數陣列標籤",
|
|
183
|
+
"nbt.node.path.end": "路徑結尾",
|
|
184
|
+
"nbt.node.path.filter": "一個複合標籤過濾器",
|
|
185
|
+
"nbt.node.path.index": "一個索引",
|
|
186
|
+
"nbt.node.path.key": "一個鍵",
|
|
187
|
+
"nbt.node.short": "一個短整數標籤",
|
|
188
|
+
"nbt.node.string": "一個字串標籤",
|
|
189
|
+
"nbt.parser.number.out-of-range": "這看起來像 %0%,但實際上是 %1%,因為數值超出了 [%2%, %3%]",
|
|
190
|
+
"not-matching-any-child": "無效引數",
|
|
191
|
+
"nothing": "無",
|
|
192
|
+
"number": "一個數字",
|
|
193
|
+
"number-range": "一個數字範圍",
|
|
194
|
+
"number-range.missing-min-and-max": "期望一個最小值或一個最大值",
|
|
195
|
+
"number.<=": "一個小於等於 %0% 的數字",
|
|
196
|
+
"number.>=": "一個大於等於 %0% 的數字",
|
|
197
|
+
"number.between": "一個位於 %0% 和 %1% 之間的數字",
|
|
198
|
+
"object": "一個物件",
|
|
199
|
+
"objective": "一個計分板目標",
|
|
200
|
+
"objective-not-following-convention": "該計分板目標 %0% 沒有跟隨命名規則 %1%",
|
|
201
|
+
"parser.float.illegal": "無效的單精度浮點數不遵循 %0%",
|
|
202
|
+
"parser.integer.illegal": "無效的整數不遵循 %0%",
|
|
203
|
+
"parser.list.trailing-sep": "尾隨分隔符",
|
|
204
|
+
"parser.list.value": "一個值",
|
|
205
|
+
"parser.record.key": "一個鍵",
|
|
206
|
+
"parser.record.trailing-end": "尾隨分隔符",
|
|
207
|
+
"parser.record.unexpected-char": "預期外的字元 %0%",
|
|
208
|
+
"parser.record.value": "一個值",
|
|
209
|
+
"parser.resource-location.illegal": "無效字元:%0%",
|
|
210
|
+
"parser.resource-location.namespace-expected": "不可在此省略命名空間",
|
|
211
|
+
"parser.resource-location.tag-disallowed": "此處不允許使用標籤",
|
|
212
|
+
"parser.string.illegal-brigadier": "在 %0% 中遇到了非 [0-9A-Za-z_.+-] 字元",
|
|
213
|
+
"parser.string.illegal-escape": "預期外的跳脫字元 %0%",
|
|
214
|
+
"parser.string.illegal-quote": "此處只允許使用 %0% 包裹字串",
|
|
215
|
+
"parser.string.illegal-unicode-escape": "期望十六進位數字",
|
|
216
|
+
"punc.period": "。",
|
|
217
|
+
"punc.quote": "「%0%」",
|
|
218
|
+
"quote": "一個英文引號(「'」或「\"」)",
|
|
219
|
+
"quote_prefer_double": "此處請優先使用英文雙引號(「\"」)",
|
|
220
|
+
"quote_prefer_single": "此處請優先使用英文單引號(「'」)",
|
|
221
|
+
"resource-location": "一個資源位置",
|
|
222
|
+
"score-holder": "一個分數持有者",
|
|
223
|
+
"scoreholder-not-following-convention": "無效的分數持有者 %0% 不遵循 %1% 命名規則",
|
|
224
|
+
"server.new-version": "已更新資料包語言伺服器到新版本:%0%",
|
|
225
|
+
"server.progress.fixing-workspace.begin": "修復當前工作區中所有可自動修復的問題",
|
|
226
|
+
"server.progress.fixing-workspace.report": "正在修復%0%",
|
|
227
|
+
"server.remove-cache-file": "DHP 的快取檔案被移動到了一個由 VSCode 提供的快取目錄。您現在可以放心地刪除工作區根目錄下的「.datapack」檔案夾。",
|
|
228
|
+
"server.show-release-notes": "顯示更新日誌",
|
|
229
|
+
"string": "一個字串",
|
|
230
|
+
"tag": "一個標籤",
|
|
231
|
+
"tag-not-following-convention": "該標籤 %0% 沒有跟隨命名規則 %1%",
|
|
232
|
+
"team": "一個隊伍",
|
|
233
|
+
"team-not-following-convention": "該隊伍 %0% 沒有跟隨命名規則 %1%",
|
|
234
|
+
"time-unit": "一個時間單位",
|
|
235
|
+
"too-many-block-affected": "指定區域內的方塊太多(最大值為 %0%,指定為 %1%)",
|
|
236
|
+
"too-many-chunk-affected": "指定區域內的區塊太多(最大值為 %0%,指定值為 %1%)",
|
|
237
|
+
"unexpected-character": "遇到了非 [a-z0-9/._-] 字元",
|
|
238
|
+
"unexpected-datapack-tag": "此處不允許使用標籤",
|
|
239
|
+
"unexpected-default-namespace": "應當省略此處的預設命名空間",
|
|
240
|
+
"unexpected-local-coordinate": "不能使用局部座標%0%",
|
|
241
|
+
"unexpected-nbt": "此處不應使用 NBT 標籤",
|
|
242
|
+
"unexpected-nbt-array-type": "無效的陣列類型%0%。應為「B」、「I」、「L」中的一個",
|
|
243
|
+
"unexpected-nbt-path-filter": "複合標籤篩選器只能對複合標籤使用",
|
|
244
|
+
"unexpected-nbt-path-index": "索引只能對串列或陣列標籤使用",
|
|
245
|
+
"unexpected-nbt-path-key": "鍵只能對複合標籤使用",
|
|
246
|
+
"unexpected-nbt-path-sub": "當前的標籤並沒有更多子項目",
|
|
247
|
+
"unexpected-omitted-default-namespace": "此處不能省略預設命名空間",
|
|
248
|
+
"unexpected-relative-coordinate": "不能使用相對座標%0%",
|
|
249
|
+
"unexpected-scoreboard-sub-slot": "只有「sidebar」有子欄目",
|
|
250
|
+
"unknown-command": "未知的指令%0%",
|
|
251
|
+
"unknown-escape": "預期外的跳脫字元 %0%",
|
|
252
|
+
"unknown-key": "未知的鍵%0%",
|
|
253
|
+
"unquoted-string": "一個未被引號包裹的字串",
|
|
254
|
+
"unsorted-keys": "鍵未排序",
|
|
255
|
+
"uuid": "一個 UUID",
|
|
256
|
+
"vector": "一個向量"
|
|
257
|
+
}
|
package/package.json
CHANGED
|
@@ -1,27 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spyglassmc/locales",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Locales for the Spyglass Project",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "wireit",
|
|
11
10
|
"release": "npm publish",
|
|
12
11
|
"release:dry": "npm publish --tag latest --dry-run"
|
|
13
12
|
},
|
|
14
|
-
"wireit": {
|
|
15
|
-
"build": {
|
|
16
|
-
"command": "node ./build.js",
|
|
17
|
-
"files": [
|
|
18
|
-
"src/locales/*.json"
|
|
19
|
-
],
|
|
20
|
-
"output": [
|
|
21
|
-
"lib/locales/*.js"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
13
|
"publishConfig": {
|
|
26
14
|
"access": "public"
|
|
27
15
|
},
|
package/lib/locales/de.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default {"array":"ein Array","boolean":"einen Wahrheitswert","bug-of-mc":"Aufgrund eines Fehlers in Minecraft (%0%), %1%. Bitte beheben, Mojang danke","code-action.add-default-namespace":"Standardnamensraum hinzufügen","code-action.add-leading-slash":"Führenden Schrägstrich hinzufügen","code-action.block-state-sort-keys":"Blockzustände sortieren","code-action.command-replaceitem":"Aktualisiere diesen Befehl zu /item ... replace","code-action.create-undeclared-file":"%0% %1% im selben Paket erstellen","code-action.fix-file":"Alle automatisch behebbaren Probleme in dieser Datei beheben","code-action.fix-workspace":"Alle automatisch behebbaren Probleme im Arbeitsbereich beheben","code-action.id-attribute-datafix":"Den Namen dieses Attributs auf Version 1.16 aktualisieren","code-action.id-complete-default-namespace":"Standardnamensraum vervollständigen","code-action.id-create-file":"%0% im selben Datenpaket erstellen","code-action.id-omit-default-namespace":"Standardnamensraum auslassen","code-action.id-zombified-piglin-datafix":"ID zu zombified_piglin ändern","code-action.nbt-compound-sort-keys":"NBT-Compound-Eigenschaften sortieren","code-action.nbt-type-to-byte":"In ein NBT-Byte-Tag umwandeln","code-action.nbt-type-to-double":"In ein NBT-Double-Tag umwandeln","code-action.nbt-type-to-float":"In ein NBT-Float-Tag umwandeln","code-action.nbt-type-to-int":"In ein NBT-Int-Tag umwandeln","code-action.nbt-type-to-long":"In ein NBT-Long-Tag umwandeln","code-action.nbt-type-to-short":"In ein NBT-Short-Tag umwandeln","code-action.nbt-uuid-datafix":"Diese UUID auf Version 1.16 aktualisieren","code-action.remove-leading-slash":"Führenden Schrägstrich entfernen","code-action.remove-trailing-separation":"Nachlaufende Trennung entfernen","code-action.selector-sort-keys":"Selektor-Argumente sortieren","code-action.string-double-quote":"Diese Zeichenkette in doppelte Anführungszeichen setzen","code-action.string-single-quote":"Diese Zeichenkette in einfache Anführungszeichen setzen","code-action.string-unquote":"Anführungszeichen von dieser Zeichenkette entfernen","code-action.vector-align-0.0":"Diesen Vektor am Ursprung des Blocks ausrichten","code-action.vector-align-0.5":"Diesen Vektor am Zentrum des Blocks ausrichten","comment":"ein Kommentar, der mit %0% beginnt","conjunction.and_2":" und ","conjunction.and_3+_1":", ","conjunction.and_3+_2":", und ","conjunction.or_2":" oder ","conjunction.or_3+_1":", ","conjunction.or_3+_2":", oder ","datafix.error.command-replaceitem":"/replaceitem wurde in 20w46a (dem zweiten Snapshot von 1.17) zugunsten von /item entfernt","duplicate-key":"Doppelter Schlüssel %0%","ending-quote":"ein schließendes Anführungszeichen %0%","entity":"eine Entität","error.unparseable-content":"Nicht analysierbarer Inhalt gefunden","expected":"%0% erwartet","expected-got":"%0% erwartet, aber %1% erhalten","float":"eine Gleitkommazahl","float.between":"eine Gleitkommazahl zwischen %0% und %1%","integer":"eine Ganzzahl","integer.between":"eine Ganzzahl zwischen %0% und %1%","invalid-key-combination":"Ungültige Schlüsselkombination %0%","invalid-regex-pattern":"Ungültiges Regex-Muster: %0%","java-edition.binder.wrong-folder":"Dateien im Ordner %0% werden in der geladenen Version %1% nicht erkannt, wollten Sie den Ordner %2% verwenden?","java-edition.binder.wrong-version":"Dateien im Ordner %0% werden in der geladenen Version %1% nicht erkannt","java-edition.translation-value.percent-escape-hint":"%0%. Wenn Sie ein wörtliches Prozentzeichen anzeigen möchten, verwenden Sie stattdessen „%%“","json.checker.array.length-between":"%0% mit einer Länge zwischen %1% und %2%","json.checker.item.duplicate":"Gegenstand aus der Liste duplizieren","json.checker.object.field.union-empty-members":"Unerlaubte Eigenschaft","json.checker.property.deprecated":"Eigenschaft %0% ist veraltet","json.checker.property.missing":"Fehlende Eigenschaft %0%","json.checker.property.unknown":"Unbekannte Eigenschaft %0%","json.checker.string.hex-color":"eine sechstellige Hexadezimalzahl","json.checker.tag-entry.duplicate":"Tag-Eintrag duplizieren","json.checker.value":"ein Wert","json.doc.advancement.display":"Anzeigeeinstellungen für Fortschritte. Falls vorhanden, wird der Fortschritt in den Fortschrittsregisterkarten angezeigt.","json.node.array":"eine Liste","json.node.boolean":"ein Wahrheitswert","json.node.null":"ein null","json.node.number":"eine Zahl","json.node.object":"ein Objekt","json.node.string":"eine Zeichenkette","key-not-following-convention":"Der Schlüssel %0% entspricht nicht der Namenskonvention %1%","linter-config-validator.name-convention.type":"Erwartet eine Zeichenkette, die einen Regex-Ausdruck enthält, welcher den Bezeichner beschreibt","linter-config-validator.wrapper":"%0%. Siehe [die Dokumentation](%1) für mehr Informationen","linter.diagnostic-message-wrapper":"%0% (Regel: %1%)","linter.name-convention.illegal":"Bezeichner %0% passt nicht zu %1%","linter.undeclared-symbol.message":"Kann %0% %1% nicht finden","long":"eine lange Ganzzahl","long.between":"ein long zwischen %0% und %1%","mcdoc.binder.duplicated-declaration":"Deklaration von %0% dupliziert","mcdoc.binder.duplicated-declaration.related":"%0% ist bereits deklariert","mcdoc.binder.out-of-root":"Datei %0% liegt nicht im root-Verzeichnis eines mcdoc-Projektes; Semantische Überprüfung wird ausgelassen","mcdoc.binder.path.unknown-identifier":"ID %0% existiert im Modul %1% nicht","mcdoc.binder.path.unknown-module":"Modul %0% existiert nicht","mcfunction.checker.command.data-modify-unapplicable-operation":"Operation %0% kann nur auf %1% angewendet werden; Zielpfad hat stattdessen Type %2%","mcfunction.completer.block.states.default-value":"Standard: %0%","mcfunction.parser.entity-selector.arguments.not-applicable":"%0% kann hier nicht angewendet werden","mcfunction.parser.entity-selector.player-name.too-long":"Spielernamen können nicht länger als %0% Zeichen sein","mcfunction.parser.eoc-unexpected":"Mehr Argumente erwartet","mcfunction.parser.leading-slash":"einen führenden Schrägstrich „/“","mcfunction.parser.leading-slash.unexpected":"Unerwarteter führender Schrägstrich „/“","mcfunction.parser.objective.too-long":"Objektivnamen dürfen nicht länger als %0% Zeichen sein","mcfunction.parser.range.min>max":"Der Mindestwert %0% ist größer als Maximalwert %1%","mcfunction.parser.sep":"ein Leerzeichen (%0%)","mcfunction.parser.uuid.invalid":"Ungültiges UUID Format","mismatching-regex-pattern":"Wert stimmt nicht mit Regex überein: %0%","nbt.checker.collection.length-between":"%0% mit Länge zwischen %1% und %2%","nbt.checker.compound.field.union-empty-members":"Unerlaubte Eigenschaft","nbt.parser.number.out-of-range":"Dies sieht aus wie %0%, ist aber tatsächlich %1%, da der Zahlenwert außerhalb von [%2%, %3%] liegt","not-allowed-here":"Der Wert %0% ist hier nicht erlaubt","not-matching-any-child":"Ungültiger Argumenttyp","nothing":"nichts","number":"eine Zahl","number-range":"einen Wertebereich","number-range.missing-min-and-max":"Minimaler oder maximaler Wert erwartet","number.<=":"eine Zahl kleiner oder gleich %0%","number.>=":"eine Zahl größer oder gleich %0%","number.between":"eine Zahl zwischen %0% und %1%","object":"ein Objekt","objective":"ein Ziel","objective-not-following-convention":"Ungültiges Ziel %0%, das nicht der Konvention %1% entspricht","parser.float.illegal":"Unzulässige Gleitkommazahl, die nicht %0% folgt","parser.integer.illegal":"Unzulässige Ganzzahl, die nicht %0% folgt","parser.line-continuation-end-of-file":"Eine Zeilenfortsetzung darf nicht das Ende der Datei sein","parser.list.trailing-sep":"Nachlaufende Trennung","parser.list.value":"ein Wert","parser.long.illegal":"Unzulässige Long Zahl, die nicht %0% folgt","parser.record.key":"ein Schlüssel","parser.record.trailing-end":"Nachlaufende Trennung","parser.record.unexpected-char":"Unerwartetes Zeichen %0%","parser.record.value":"ein Wert","parser.resource-location.illegal":"Unzulässige(s) Zeichen: %0%","parser.resource-location.namespace-expected":"Namensräume dürfen hier nicht weggelassen werden","parser.resource-location.tag-disallowed":"Tags sind hier nicht erlaubt","parser.resource-location.tag-required":"Nur Tags sind hier erlaubt","parser.string.illegal-brigadier":"In %0% sind andere Zeichen als [0-9A-Za-z_.+-] aufgetreten","parser.string.illegal-escape":"Unerwartetes Escape-Zeichen %0%","parser.string.illegal-quote":"Nur %0% kann hier als Anführungszeichen für Zeichenketten verwendet werden","parser.string.illegal-unicode-escape":"Hexadezimalziffer erwartet","progress.initializing.title":"Spyglass wird initialisiert…","progress.reset-project-cache.title":"Projekt-Cache wird zurückgesetzt…","punc.period":".","punc.quote":"„%0%“","quote":"ein Anführungszeichen („'“ oder „'“)","quote_prefer_double":"Doppelte Anführungszeichen („\"“) sind hier zu bevorzugen","quote_prefer_single":"Einfache Anführungszeichen („'“) sind hier zu bevorzugen","resource-location":"einen Ressourcenstandort","score-holder":"einen Punktehalter","scoreholder-not-following-convention":"Ungültiger Punktehalter %0%, der nicht der Konvention %1% entspricht","selector":"einen Selektor","server.new-version":"Der Datapack Language Server wurde aktualisiert: %0%","server.progress.fixing-workspace.begin":"Behebe alle automatisch behebbaren Probleme im Arbeitsbereich","server.progress.fixing-workspace.report":"behebe %0%","server.progress.preparing.title":"Vorbereiten der Spyglass-Sprachfunktionen","server.remove-cache-file":"Der Cache von DHP wurde in ein Verzeichnis von VSCode verschoben. Der „.datapack“-Ordner im Arbeitsbereich kann nun gelöscht werden.","server.show-release-notes":"Versionsinformationen anzeigen","string":"eine Zeichenkette","tag":"einen Tag","tag-not-following-convention":"Ungültiger Tag %0%, der nicht der Konvention %1% entspricht","team":"ein Team","team-not-following-convention":"Ungültiges Team %0%, das nicht der Konvention %1% entspricht","text-component":"eine Textkomponente","time-unit":"eine Zeiteinheit","too-many-block-affected":"Zu viele Blöcke im angegebenen Bereich (maximal %0%, angegeben %1%)","too-many-chunk-affected":"Zu viele Chunks im angegebenen Bereich (maximal %0%, angegeben %1%)","unexpected-character":"Zeichen gefunden, die nicht [a-z0-9/._-] entsprechen","unexpected-datapack-tag":"Aliasse sind hier nicht erlaubt","unexpected-default-namespace":"Der Standardnamensraum sollte hier ausgelassen werden","unexpected-local-coordinate":"Lokale Koordinate %0% ist nicht erlaubt","unexpected-nbt":"Diese Eigenschaft existiert hier nicht","unexpected-nbt-array-type":"Ungültiger Array-Typ %0%. Sollte entweder „B“, „I“ oder „L“ sein","unexpected-nbt-path-filter":"Pfadfilter funktionieren nur mit Compound-Eigenschaften","unexpected-nbt-path-index":"Indizes funktionieren nur mit Listen oder Array-Eigenschaften","unexpected-nbt-path-key":"Schlüssel funktionieren nur mit Compound-Eigenschaften","unexpected-nbt-path-sub":"Die aktuelle Eigenschaft hat keine weiteren Elemente","unexpected-omitted-default-namespace":"Der Standardnamensraum kann hier nicht ausgelassen werden","unexpected-relative-coordinate":"Die relative Koordinate %0% ist nicht erlaubt","unexpected-scoreboard-sub-slot":"Nur „sidebar“ hat Unterkategorien","unknown-command":"Unbekannter Befehl %0%","unknown-escape":"Unerwartetes Escape-Zeichen %0%","unknown-key":"Unbekannter Schlüssel %0%","unquoted-string":"eine Zeichenkette ohne Anführungszeichen","unsorted-keys":"Unsortierte Schlüssel","uuid":"eine UUID","vector":"einen Vektor"}
|