@markuplint/i18n
Advanced tools
Comparing version 3.6.0 to 3.7.0
@@ -147,2 +147,3 @@ { | ||
"top level": { "type": "string" }, | ||
"type": { "type": "string" }, | ||
"transparent model": { "type": "string" }, | ||
@@ -195,2 +196,4 @@ "unit": { "type": "string" }, | ||
"{0} is disallowed": { "type": "string" }, | ||
"{0} is disallowed to accept the following values: {1}": { "type": "string" }, | ||
"{0} is matched with the below disallowed patterns: {1}": { "type": "string" }, | ||
"{0} is not {1}": { "type": "string" }, | ||
@@ -197,0 +200,0 @@ "{0} is not allowed in {1} in this context": { "type": "string" }, |
@@ -135,2 +135,3 @@ { | ||
"top level": "トップレベル", | ||
"type": "型", | ||
"transparent model": "トランスペアレントモデル", | ||
@@ -179,2 +180,4 @@ "unit": "単位", | ||
"{0} is disallowed": "{0}は禁止されています", | ||
"{0} is disallowed to accept the following values: {1}": "{0}は次の値を受け取ることを禁止しています: {1}", | ||
"{0} is matched with the below disallowed patterns: {1}": "{0}は次の許可しないパターンにマッチしました {1}", | ||
"{0} is not {1}": "{0}は{1}ではありません", | ||
@@ -181,0 +184,0 @@ "{0} is not allowed in {1} in this context": "このコンテキストでは、{1}に{0}を含めることはできません", |
{ | ||
"name": "@markuplint/i18n", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"description": "HTML parser for markuplint", | ||
@@ -21,3 +21,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "715dd53d3b1064a9bcf616c1533921cad9e3b187" | ||
"gitHead": "884e8dbf60ec2a350761d5cda3cdc0725881b9dc" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34522
694