@markuplint/i18n 4.1.0 → 4.2.0
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/$schema.json +3 -0
- package/locales/ja.json +3 -0
- package/package.json +2 -2
package/$schema.json
CHANGED
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"perceptible nodes": { "type": "string" },
|
|
123
123
|
"placeholder label option": { "type": "string" },
|
|
124
124
|
"property name": { "type": "string" },
|
|
125
|
+
"property": { "type": "string" },
|
|
125
126
|
"query": { "type": "string" },
|
|
126
127
|
"quote": { "type": "string" },
|
|
127
128
|
"regular expression": { "type": "string" },
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"space-separated list": { "type": "string" },
|
|
135
136
|
"space": { "type": "string" },
|
|
136
137
|
"spaces": { "type": "string" },
|
|
138
|
+
"state": { "type": "string" },
|
|
137
139
|
"tag name": { "type": "string" },
|
|
138
140
|
"tag names": { "type": "string" },
|
|
139
141
|
"tag": { "type": "string" },
|
|
@@ -237,6 +239,7 @@
|
|
|
237
239
|
"allowed values are: {0}": { "type": "string" },
|
|
238
240
|
"also disallows {0} in this context": { "type": "string" },
|
|
239
241
|
"an {0}": { "type": "string" },
|
|
242
|
+
"as its {0} is already provided by {1}": { "type": "string" },
|
|
240
243
|
"cannot overwrite {0} to {1}": { "type": "string" },
|
|
241
244
|
"cannot overwrite {0}": { "type": "string" },
|
|
242
245
|
"consecutive {0}": { "type": "string" },
|
package/locales/ja.json
CHANGED
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
"perceptible nodes": "知覚要素",
|
|
111
111
|
"placeholder label option": "プレースホルダーラベルオプション",
|
|
112
112
|
"property name": "プロパティ名",
|
|
113
|
+
"property": "プロパティ",
|
|
113
114
|
"query": "クエリ",
|
|
114
115
|
"quote": "クオート",
|
|
115
116
|
"regular expression": "正規表現",
|
|
@@ -122,6 +123,7 @@
|
|
|
122
123
|
"space-separated list": "空白区切りのリスト",
|
|
123
124
|
"space": "空白",
|
|
124
125
|
"spaces": "空白",
|
|
126
|
+
"state": "ステート",
|
|
125
127
|
"tag name": "タグ名",
|
|
126
128
|
"tag names": "タグ名",
|
|
127
129
|
"tag": "タグ",
|
|
@@ -221,6 +223,7 @@
|
|
|
221
223
|
"allowed values are: {0}": "許可されている値は次のとおりです {0}",
|
|
222
224
|
"also disallows {0} in this context": "このコンテキスト内では{0}も許可しません",
|
|
223
225
|
"an {0}": "{0}",
|
|
226
|
+
"as its {0} is already provided by {1}": "その{0}は{1}によってすでに提供されています",
|
|
224
227
|
"cannot overwrite {0} to {1}": "{0}を{1}に上書きすることはできません",
|
|
225
228
|
"cannot overwrite {0}": "{0}を上書きすることはできません",
|
|
226
229
|
"consecutive {0}": "連続する{0}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/i18n",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "Internationalization for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"build:cjs": "tsc --module commonjs --outDir cjs",
|
|
38
38
|
"clean": "tsc --build --clean"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "fe251a0257345255ee887dd2302b889ac32a22a5"
|
|
41
41
|
}
|