@markuplint/i18n 4.0.0 → 4.1.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 +10 -0
- package/locales/ja.json +10 -0
- package/package.json +2 -2
package/$schema.json
CHANGED
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"double-quote": { "type": "string" },
|
|
77
77
|
"duplicated": { "type": "string" },
|
|
78
78
|
"element": { "type": "string" },
|
|
79
|
+
"elements": { "type": "string" },
|
|
79
80
|
"empty string": { "type": "string" },
|
|
80
81
|
"empty": { "type": "string" },
|
|
81
82
|
"end tag": { "type": "string" },
|
|
@@ -105,6 +106,7 @@
|
|
|
105
106
|
"mime type": { "type": "string" },
|
|
106
107
|
"minute": { "type": "string" },
|
|
107
108
|
"month": { "type": "string" },
|
|
109
|
+
"name": { "type": "string" },
|
|
108
110
|
"newline": { "type": "string" },
|
|
109
111
|
"node": { "type": "string" },
|
|
110
112
|
"non-negative integer": { "type": "string" },
|
|
@@ -117,6 +119,7 @@
|
|
|
117
119
|
"one": { "type": "string" },
|
|
118
120
|
"origin": { "type": "string" },
|
|
119
121
|
"password": { "type": "string" },
|
|
122
|
+
"perceptible nodes": { "type": "string" },
|
|
120
123
|
"placeholder label option": { "type": "string" },
|
|
121
124
|
"property name": { "type": "string" },
|
|
122
125
|
"query": { "type": "string" },
|
|
@@ -134,6 +137,7 @@
|
|
|
134
137
|
"tag name": { "type": "string" },
|
|
135
138
|
"tag names": { "type": "string" },
|
|
136
139
|
"tag": { "type": "string" },
|
|
140
|
+
"target": { "type": "string" },
|
|
137
141
|
"text node": { "type": "string" },
|
|
138
142
|
"the abstract role": { "type": "string" },
|
|
139
143
|
"the content of the list": { "type": "string" },
|
|
@@ -146,6 +150,7 @@
|
|
|
146
150
|
"token": { "type": "string" },
|
|
147
151
|
"top level": { "type": "string" },
|
|
148
152
|
"transparent model": { "type": "string" },
|
|
153
|
+
"trigger": { "type": "string" },
|
|
149
154
|
"type": { "type": "string" },
|
|
150
155
|
"unit": { "type": "string" },
|
|
151
156
|
"unknown": { "type": "string" },
|
|
@@ -175,6 +180,7 @@
|
|
|
175
180
|
"{0} behaves the same as {1} if {2}": { "type": "string" },
|
|
176
181
|
"{0} chars": { "type": "string" },
|
|
177
182
|
"{0} contradicts {1}": { "type": "string" },
|
|
183
|
+
"{0} detected": { "type": "string" },
|
|
178
184
|
"{0} digits": { "type": "string" },
|
|
179
185
|
"{0} disallows {1}": { "type": "string" },
|
|
180
186
|
"{0} does not exist": { "type": "string" },
|
|
@@ -224,6 +230,7 @@
|
|
|
224
230
|
"{0} to {1} digits": { "type": "string" },
|
|
225
231
|
"{0} to {1}": { "type": "string" },
|
|
226
232
|
"{0}. Or, {1}": { "type": "string" },
|
|
233
|
+
"\"{0}\" {1}": { "type": "string" },
|
|
227
234
|
"\"{0}\" ID": { "type": "string" },
|
|
228
235
|
"a {0}": { "type": "string" },
|
|
229
236
|
"add {0}": { "type": "string" },
|
|
@@ -232,6 +239,9 @@
|
|
|
232
239
|
"an {0}": { "type": "string" },
|
|
233
240
|
"cannot overwrite {0} to {1}": { "type": "string" },
|
|
234
241
|
"cannot overwrite {0}": { "type": "string" },
|
|
242
|
+
"consecutive {0}": { "type": "string" },
|
|
243
|
+
"corresponding {0}": { "type": "string" },
|
|
244
|
+
"detected {0} between {1} and {2}": { "type": "string" },
|
|
235
245
|
"did you mean \"{0}\"?": { "type": "string" },
|
|
236
246
|
"either {0}": { "type": "string" },
|
|
237
247
|
"extra {0}": { "type": "string" },
|
package/locales/ja.json
CHANGED
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"double-quote": "ダブルクオート",
|
|
65
65
|
"duplicated": "重複",
|
|
66
66
|
"element": "要素",
|
|
67
|
+
"elements": "要素",
|
|
67
68
|
"empty string": "空文字",
|
|
68
69
|
"empty": "空",
|
|
69
70
|
"end tag": "終了タグ",
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
"mime type": "MIMEタイプ",
|
|
94
95
|
"minute": "分",
|
|
95
96
|
"month": "月",
|
|
97
|
+
"name": "名前",
|
|
96
98
|
"newline": "改行",
|
|
97
99
|
"node": "ノード",
|
|
98
100
|
"non-negative integer": "正の整数",
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"one": "1",
|
|
106
108
|
"origin": "オリジン",
|
|
107
109
|
"password": "パスワード",
|
|
110
|
+
"perceptible nodes": "知覚要素",
|
|
108
111
|
"placeholder label option": "プレースホルダーラベルオプション",
|
|
109
112
|
"property name": "プロパティ名",
|
|
110
113
|
"query": "クエリ",
|
|
@@ -122,6 +125,7 @@
|
|
|
122
125
|
"tag name": "タグ名",
|
|
123
126
|
"tag names": "タグ名",
|
|
124
127
|
"tag": "タグ",
|
|
128
|
+
"target": "ターゲット",
|
|
125
129
|
"text node": "テキストノード",
|
|
126
130
|
"the abstract role": "抽象ロール",
|
|
127
131
|
"the content of the list": "リストの内容",
|
|
@@ -134,6 +138,7 @@
|
|
|
134
138
|
"token": "トークン",
|
|
135
139
|
"top level": "トップレベル",
|
|
136
140
|
"transparent model": "トランスペアレントモデル",
|
|
141
|
+
"trigger": "トリガー",
|
|
137
142
|
"type": "型",
|
|
138
143
|
"unit": "単位",
|
|
139
144
|
"unknown": "不明",
|
|
@@ -159,6 +164,7 @@
|
|
|
159
164
|
"{0} behaves the same as {1} if {2}": "{0}は{2}の場合、{1}と同じ振る舞いをします",
|
|
160
165
|
"{0} chars": "{0}文字",
|
|
161
166
|
"{0} contradicts {1}": "{0}は{1}と矛盾しています",
|
|
167
|
+
"{0} detected": "{0}が検出されました",
|
|
162
168
|
"{0} digits": "{0}桁",
|
|
163
169
|
"{0} disallows {1}": "{0}は{1}を許可しません",
|
|
164
170
|
"{0} does not exist": "{0}は存在しません",
|
|
@@ -208,6 +214,7 @@
|
|
|
208
214
|
"{0} to {1} digits": "{0}から{1}桁",
|
|
209
215
|
"{0} to {1}": "{0}から{1}",
|
|
210
216
|
"{0}. Or, {1}": "{0}。または、{1}",
|
|
217
|
+
"\"{0}\" {1}": "「{0}」{1}",
|
|
211
218
|
"\"{0}\" ID": "ID「{0}」",
|
|
212
219
|
"a {0}": "{0}",
|
|
213
220
|
"add {0}": "{0}を追加してください",
|
|
@@ -216,6 +223,9 @@
|
|
|
216
223
|
"an {0}": "{0}",
|
|
217
224
|
"cannot overwrite {0} to {1}": "{0}を{1}に上書きすることはできません",
|
|
218
225
|
"cannot overwrite {0}": "{0}を上書きすることはできません",
|
|
226
|
+
"consecutive {0}": "連続する{0}",
|
|
227
|
+
"corresponding {0}": "対応する{0}",
|
|
228
|
+
"detected {0} between {1} and {2}": "{1}と{2}の間で{0}が検出されました",
|
|
219
229
|
"did you mean \"{0}\"?": "「{0}」ではありませんか?",
|
|
220
230
|
"either {0}": "{0}のいずれか",
|
|
221
231
|
"extra {0}": "余計な{0}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/i18n",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.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": "b9817c30c2df71faa866e3b3fe286afa499deede"
|
|
41
41
|
}
|