Comparing version 4.0.1 to 4.1.0
@@ -38,6 +38,7 @@ "use strict" | ||
case "tag": | ||
out = 'tag "' + e.params.tag + '" must be string' | ||
out = '"' + e.params.tag + '"ํ๊ทธ๋ ๋ฐ๋์ ๋ฌธ์์ด์ด์ฌ์ผ ํฉ๋๋ค' | ||
break | ||
case "mapping": | ||
out = 'value of tag "' + e.params.tag + '" must be in oneOf' | ||
out = | ||
'"' + e.params.tag + '"ํ๊ทธ์ ๊ฐ์ ๋ฐ๋์ oneOf์ ์์ด์ผ ํฉ๋๋ค' | ||
break | ||
@@ -144,9 +145,6 @@ default: | ||
var n = e.params.len | ||
out += "must NOT have more than " + n + " item" | ||
if (n != 1) { | ||
out += "s" | ||
} | ||
out += "ํญ๋ชฉ์ด " + n + "๊ฐ ์์ดํ ์ ์ด๊ณผํ๋ฉด ์๋ฉ๋๋ค" | ||
break | ||
case "unevaluatedProperties": | ||
out = "must NOT have unevaluated properties" | ||
out = "ํ๊ฐ๋์ง ์์ ์์ฑ์ด ์์ด์ผํฉ๋๋ค." | ||
break | ||
@@ -153,0 +151,0 @@ case "uniqueItems": |
@@ -10,6 +10,7 @@ "use strict" | ||
case "tag": | ||
out = 'tag "' + e.params.tag + '" must be string' | ||
out = '"' + e.params.tag + '"ํ๊ทธ๋ ๋ฌธ์์ด์ด์ฌ์ผ ํฉ๋๋ค' | ||
break | ||
case "mapping": | ||
out = 'value of tag "' + e.params.tag + '" must be in mapping' | ||
out = | ||
'"' + e.params.tag + '"ํ๊ทธ์ ๊ฐ์ ๋ฐ๋์ ๋งคํ์ ์์ด์ผํฉ๋๋ค.' | ||
break | ||
@@ -16,0 +17,0 @@ default: |
{ | ||
"name": "ajv-i18n", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Internationalised error messages for Ajv JSON validator", | ||
@@ -48,6 +48,6 @@ "main": "localize/index.js", | ||
"eslint-config-prettier": "^8.1.0", | ||
"husky": "^5.1.3", | ||
"husky": "^7.0.1", | ||
"json-schema-test": "^2.0.0", | ||
"lint-staged": "^10.5.4", | ||
"mocha": "^8.0.1", | ||
"lint-staged": "^11.1.1", | ||
"mocha": "^9.0.3", | ||
"nyc": "^15.0.0", | ||
@@ -54,0 +54,0 @@ "prettier": "^2.2.1" |
@@ -25,3 +25,3 @@ # ajv-i18n | ||
|๐ฏ๐ต ja|Japanese |[gilgongo](https://github.com/gilgongo)|โ|-|-|-|*| | ||
|๐ฐ๐ท ko|Korean |[MinByeongDon](https://github.com/MinByeongDon)|โ|โ|โ|-|*| | ||
|๐ฐ๐ท ko|Korean |[MinByeongDon](https://github.com/MinByeongDon)|โ|โ|โ|โ|โ| | ||
|๐ณ๐ด nb|Norwegian bokmรฅl|[mtramm](https://github.com/mtramm)|โ|โ|-|-|*| | ||
@@ -28,0 +28,0 @@ |๐ณ๐ฑ nl|Dutch |[pimlie](https://github.com/pimlie)<br>[niekvb](https://github.com/niekvb)|โ|โ|โ|<br>โ|<br>โ| |
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
180133
5645