Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

ajv-i18n

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv-i18n - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

12

localize/ko/index.js

@@ -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>โœ“|

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc