@spyglassmc/locales 0.3.23 → 0.3.25

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.
@@ -1,4 +1,5 @@
1
1
  {
2
+ "array": "un array",
2
3
  "boolean": "un booleano",
3
4
  "code-action.block-state-sort-keys": "Ordina stato blocco",
4
5
  "code-action.fix-file": "Aggiusta tutti i problemi auto-aggiustabili in questo file",
@@ -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.23",
3
+ "version": "0.3.25",
4
4
  "type": "module",
5
5
  "description": "Locales for the Spyglass Project",
6
6
  "main": "./lib/index.js",