@spyglassmc/locales 0.3.24 → 0.3.26

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.
@@ -149,6 +149,7 @@
149
149
  "mcfunction.parser.range.span-too-small": "The range size %0% is smaller than the minimum %1%",
150
150
  "mcfunction.parser.score_holder.fake-name.too-long": "Fake names cannot be longer than %0% characters",
151
151
  "mcfunction.parser.sep": "a space (%0%)",
152
+ "mcfunction.parser.time.below-min": "The time cannot be less than %0% tick(s)",
152
153
  "mcfunction.parser.trailing": "Trailing data encountered: %0%",
153
154
  "mcfunction.parser.unknown-parser": "Parser %0% hasn't been supported yet",
154
155
  "mcfunction.parser.uuid.invalid": "Invalid UUID format",
@@ -139,6 +139,8 @@
139
139
  "number.between": "%0% ~ %1%の範囲の数値",
140
140
  "objective": "オブジェクト名",
141
141
  "objective-not-following-convention": "オブジェクト%0%は命名規則に従い%1%である必要があります",
142
+ "progress.initializing.title": "Spyglassを初期化しています…",
143
+ "progress.reset-project-cache.title": "プロジェクトのキャッシュをリセットしています…",
142
144
  "punc.period": "。",
143
145
  "punc.quote": "「%0%」",
144
146
  "quote": "引用符 (‘'’ か ‘\"’)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/locales",
3
- "version": "0.3.24",
3
+ "version": "0.3.26",
4
4
  "type": "module",
5
5
  "description": "Locales for the Spyglass Project",
6
6
  "main": "./lib/index.js",