@valibot/i18n 0.11.0 → 0.12.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/LICENSE.md +9 -0
- package/README.md +2 -0
- package/ar/bic.ts +6 -0
- package/ar/bytes.ts +6 -0
- package/ar/creditCard.ts +6 -0
- package/ar/cuid2.ts +6 -0
- package/ar/custom.ts +6 -0
- package/ar/customAsync.ts +6 -0
- package/ar/decimal.ts +6 -0
- package/ar/email.ts +6 -0
- package/ar/emoji.ts +6 -0
- package/ar/endsWith.ts +6 -0
- package/ar/excludes.ts +6 -0
- package/ar/finite.ts +6 -0
- package/ar/hash.ts +6 -0
- package/ar/hexColor.ts +6 -0
- package/ar/hexadecimal.ts +6 -0
- package/ar/imei.ts +6 -0
- package/ar/includes.ts +6 -0
- package/ar/index.ts +55 -0
- package/ar/integer.ts +6 -0
- package/ar/ip.ts +6 -0
- package/ar/ipv4.ts +6 -0
- package/ar/ipv6.ts +6 -0
- package/ar/isoDate.ts +6 -0
- package/ar/isoDateTime.ts +6 -0
- package/ar/isoTime.ts +6 -0
- package/ar/isoTimeSecond.ts +6 -0
- package/ar/isoTimestamp.ts +6 -0
- package/ar/isoWeek.ts +6 -0
- package/ar/length.ts +6 -0
- package/ar/mac.ts +6 -0
- package/ar/mac48.ts +6 -0
- package/ar/mac64.ts +6 -0
- package/ar/maxBytes.ts +6 -0
- package/ar/maxLength.ts +6 -0
- package/ar/maxSize.ts +6 -0
- package/ar/maxValue.ts +6 -0
- package/ar/mimeType.ts +6 -0
- package/ar/minBytes.ts +6 -0
- package/ar/minLength.ts +6 -0
- package/ar/minSize.ts +6 -0
- package/ar/minValue.ts +6 -0
- package/ar/multipleOf.ts +6 -0
- package/ar/notBytes.ts +6 -0
- package/ar/notLength.ts +6 -0
- package/ar/notSize.ts +6 -0
- package/ar/notValue.ts +6 -0
- package/ar/octal.ts +6 -0
- package/ar/regex.ts +6 -0
- package/ar/safeInteger.ts +6 -0
- package/ar/schema.ts +5 -0
- package/ar/size.ts +6 -0
- package/ar/startsWith.ts +6 -0
- package/ar/ulid.ts +6 -0
- package/ar/url.ts +6 -0
- package/ar/uuid.ts +6 -0
- package/ar/value.ts +6 -0
- package/de/bic.ts +6 -0
- package/de/bytes.ts +6 -0
- package/de/creditCard.ts +6 -0
- package/de/cuid2.ts +6 -0
- package/de/custom.ts +6 -0
- package/de/customAsync.ts +6 -0
- package/de/decimal.ts +6 -0
- package/de/email.ts +6 -0
- package/de/emoji.ts +6 -0
- package/de/endsWith.ts +6 -0
- package/de/excludes.ts +6 -0
- package/de/finite.ts +6 -0
- package/de/hash.ts +6 -0
- package/de/hexColor.ts +6 -0
- package/de/hexadecimal.ts +6 -0
- package/de/imei.ts +6 -0
- package/de/includes.ts +6 -0
- package/de/index.ts +55 -0
- package/de/integer.ts +6 -0
- package/de/ip.ts +6 -0
- package/de/ipv4.ts +6 -0
- package/de/ipv6.ts +6 -0
- package/de/isoDate.ts +6 -0
- package/de/isoDateTime.ts +6 -0
- package/de/isoTime.ts +6 -0
- package/de/isoTimeSecond.ts +6 -0
- package/de/isoTimestamp.ts +6 -0
- package/de/isoWeek.ts +6 -0
- package/de/length.ts +6 -0
- package/de/mac.ts +6 -0
- package/de/mac48.ts +6 -0
- package/de/mac64.ts +6 -0
- package/de/maxBytes.ts +6 -0
- package/de/maxLength.ts +6 -0
- package/de/maxSize.ts +6 -0
- package/de/maxValue.ts +6 -0
- package/de/mimeType.ts +6 -0
- package/de/minBytes.ts +6 -0
- package/de/minLength.ts +6 -0
- package/de/minSize.ts +6 -0
- package/de/minValue.ts +6 -0
- package/de/multipleOf.ts +6 -0
- package/de/notBytes.ts +6 -0
- package/de/notLength.ts +6 -0
- package/de/notSize.ts +6 -0
- package/de/notValue.ts +6 -0
- package/de/octal.ts +6 -0
- package/de/regex.ts +6 -0
- package/de/safeInteger.ts +6 -0
- package/de/schema.ts +5 -0
- package/de/size.ts +6 -0
- package/de/startsWith.ts +6 -0
- package/de/ulid.ts +6 -0
- package/de/url.ts +6 -0
- package/de/uuid.ts +6 -0
- package/de/value.ts +6 -0
- package/fr/bic.ts +6 -0
- package/fr/bytes.ts +6 -0
- package/fr/creditCard.ts +6 -0
- package/fr/cuid2.ts +6 -0
- package/fr/custom.ts +6 -0
- package/fr/customAsync.ts +6 -0
- package/fr/decimal.ts +6 -0
- package/fr/email.ts +6 -0
- package/fr/emoji.ts +6 -0
- package/fr/endsWith.ts +6 -0
- package/fr/excludes.ts +6 -0
- package/fr/finite.ts +6 -0
- package/fr/hash.ts +6 -0
- package/fr/hexColor.ts +6 -0
- package/fr/hexadecimal.ts +6 -0
- package/fr/imei.ts +6 -0
- package/fr/includes.ts +6 -0
- package/fr/index.ts +55 -0
- package/fr/integer.ts +6 -0
- package/fr/ip.ts +6 -0
- package/fr/ipv4.ts +6 -0
- package/fr/ipv6.ts +6 -0
- package/fr/isoDate.ts +6 -0
- package/fr/isoDateTime.ts +6 -0
- package/fr/isoTime.ts +6 -0
- package/fr/isoTimeSecond.ts +6 -0
- package/fr/isoTimestamp.ts +6 -0
- package/fr/isoWeek.ts +6 -0
- package/fr/length.ts +6 -0
- package/fr/mac.ts +6 -0
- package/fr/mac48.ts +6 -0
- package/fr/mac64.ts +6 -0
- package/fr/maxBytes.ts +6 -0
- package/fr/maxLength.ts +6 -0
- package/fr/maxSize.ts +6 -0
- package/fr/maxValue.ts +6 -0
- package/fr/mimeType.ts +6 -0
- package/fr/minBytes.ts +6 -0
- package/fr/minLength.ts +6 -0
- package/fr/minSize.ts +6 -0
- package/fr/minValue.ts +6 -0
- package/fr/multipleOf.ts +6 -0
- package/fr/notBytes.ts +6 -0
- package/fr/notLength.ts +6 -0
- package/fr/notSize.ts +6 -0
- package/fr/notValue.ts +6 -0
- package/fr/octal.ts +6 -0
- package/fr/regex.ts +6 -0
- package/fr/safeInteger.ts +6 -0
- package/fr/schema.ts +5 -0
- package/fr/size.ts +6 -0
- package/fr/startsWith.ts +6 -0
- package/fr/ulid.ts +6 -0
- package/fr/url.ts +6 -0
- package/fr/uuid.ts +6 -0
- package/fr/value.ts +6 -0
- package/hu/bic.cjs +7 -0
- package/hu/bic.d.cts +1 -0
- package/hu/bic.d.ts +1 -0
- package/hu/bic.js +6 -0
- package/hu/bic.ts +6 -0
- package/hu/bytes.cjs +7 -0
- package/hu/bytes.d.cts +1 -0
- package/hu/bytes.d.ts +1 -0
- package/hu/bytes.js +6 -0
- package/hu/bytes.ts +6 -0
- package/hu/creditCard.cjs +7 -0
- package/hu/creditCard.d.cts +1 -0
- package/hu/creditCard.d.ts +1 -0
- package/hu/creditCard.js +6 -0
- package/hu/creditCard.ts +6 -0
- package/hu/cuid2.cjs +7 -0
- package/hu/cuid2.d.cts +1 -0
- package/hu/cuid2.d.ts +1 -0
- package/hu/cuid2.js +6 -0
- package/hu/cuid2.ts +6 -0
- package/hu/custom.cjs +7 -0
- package/hu/custom.d.cts +1 -0
- package/hu/custom.d.ts +1 -0
- package/hu/custom.js +6 -0
- package/hu/custom.ts +6 -0
- package/hu/customAsync.cjs +7 -0
- package/hu/customAsync.d.cts +1 -0
- package/hu/customAsync.d.ts +1 -0
- package/hu/customAsync.js +6 -0
- package/hu/customAsync.ts +6 -0
- package/hu/decimal.cjs +7 -0
- package/hu/decimal.d.cts +1 -0
- package/hu/decimal.d.ts +1 -0
- package/hu/decimal.js +6 -0
- package/hu/decimal.ts +6 -0
- package/hu/email.cjs +7 -0
- package/hu/email.d.cts +1 -0
- package/hu/email.d.ts +1 -0
- package/hu/email.js +6 -0
- package/hu/email.ts +6 -0
- package/hu/emoji.cjs +7 -0
- package/hu/emoji.d.cts +1 -0
- package/hu/emoji.d.ts +1 -0
- package/hu/emoji.js +6 -0
- package/hu/emoji.ts +6 -0
- package/hu/endsWith.cjs +7 -0
- package/hu/endsWith.d.cts +1 -0
- package/hu/endsWith.d.ts +1 -0
- package/hu/endsWith.js +6 -0
- package/hu/endsWith.ts +6 -0
- package/hu/excludes.cjs +7 -0
- package/hu/excludes.d.cts +1 -0
- package/hu/excludes.d.ts +1 -0
- package/hu/excludes.js +6 -0
- package/hu/excludes.ts +6 -0
- package/hu/finite.cjs +7 -0
- package/hu/finite.d.cts +1 -0
- package/hu/finite.d.ts +1 -0
- package/hu/finite.js +6 -0
- package/hu/finite.ts +6 -0
- package/hu/hash.cjs +7 -0
- package/hu/hash.d.cts +1 -0
- package/hu/hash.d.ts +1 -0
- package/hu/hash.js +6 -0
- package/hu/hash.ts +6 -0
- package/hu/hexColor.cjs +7 -0
- package/hu/hexColor.d.cts +1 -0
- package/hu/hexColor.d.ts +1 -0
- package/hu/hexColor.js +6 -0
- package/hu/hexColor.ts +6 -0
- package/hu/hexadecimal.cjs +7 -0
- package/hu/hexadecimal.d.cts +1 -0
- package/hu/hexadecimal.d.ts +1 -0
- package/hu/hexadecimal.js +6 -0
- package/hu/hexadecimal.ts +6 -0
- package/hu/imei.cjs +7 -0
- package/hu/imei.d.cts +1 -0
- package/hu/imei.d.ts +1 -0
- package/hu/imei.js +6 -0
- package/hu/imei.ts +6 -0
- package/hu/includes.cjs +7 -0
- package/hu/includes.d.cts +1 -0
- package/hu/includes.d.ts +1 -0
- package/hu/includes.js +6 -0
- package/hu/includes.ts +6 -0
- package/hu/index.cjs +56 -0
- package/hu/index.d.cts +1 -0
- package/hu/index.d.ts +1 -0
- package/hu/index.js +55 -0
- package/hu/index.ts +55 -0
- package/hu/integer.cjs +7 -0
- package/hu/integer.d.cts +1 -0
- package/hu/integer.d.ts +1 -0
- package/hu/integer.js +6 -0
- package/hu/integer.ts +6 -0
- package/hu/ip.cjs +7 -0
- package/hu/ip.d.cts +1 -0
- package/hu/ip.d.ts +1 -0
- package/hu/ip.js +6 -0
- package/hu/ip.ts +6 -0
- package/hu/ipv4.cjs +7 -0
- package/hu/ipv4.d.cts +1 -0
- package/hu/ipv4.d.ts +1 -0
- package/hu/ipv4.js +6 -0
- package/hu/ipv4.ts +6 -0
- package/hu/ipv6.cjs +7 -0
- package/hu/ipv6.d.cts +1 -0
- package/hu/ipv6.d.ts +1 -0
- package/hu/ipv6.js +6 -0
- package/hu/ipv6.ts +6 -0
- package/hu/isoDate.cjs +7 -0
- package/hu/isoDate.d.cts +1 -0
- package/hu/isoDate.d.ts +1 -0
- package/hu/isoDate.js +6 -0
- package/hu/isoDate.ts +6 -0
- package/hu/isoDateTime.cjs +7 -0
- package/hu/isoDateTime.d.cts +1 -0
- package/hu/isoDateTime.d.ts +1 -0
- package/hu/isoDateTime.js +6 -0
- package/hu/isoDateTime.ts +6 -0
- package/hu/isoTime.cjs +7 -0
- package/hu/isoTime.d.cts +1 -0
- package/hu/isoTime.d.ts +1 -0
- package/hu/isoTime.js +6 -0
- package/hu/isoTime.ts +6 -0
- package/hu/isoTimeSecond.cjs +7 -0
- package/hu/isoTimeSecond.d.cts +1 -0
- package/hu/isoTimeSecond.d.ts +1 -0
- package/hu/isoTimeSecond.js +6 -0
- package/hu/isoTimeSecond.ts +6 -0
- package/hu/isoTimestamp.cjs +7 -0
- package/hu/isoTimestamp.d.cts +1 -0
- package/hu/isoTimestamp.d.ts +1 -0
- package/hu/isoTimestamp.js +6 -0
- package/hu/isoTimestamp.ts +6 -0
- package/hu/isoWeek.cjs +7 -0
- package/hu/isoWeek.d.cts +1 -0
- package/hu/isoWeek.d.ts +1 -0
- package/hu/isoWeek.js +6 -0
- package/hu/isoWeek.ts +6 -0
- package/hu/length.cjs +7 -0
- package/hu/length.d.cts +1 -0
- package/hu/length.d.ts +1 -0
- package/hu/length.js +6 -0
- package/hu/length.ts +6 -0
- package/hu/mac.cjs +7 -0
- package/hu/mac.d.cts +1 -0
- package/hu/mac.d.ts +1 -0
- package/hu/mac.js +6 -0
- package/hu/mac.ts +6 -0
- package/hu/mac48.cjs +7 -0
- package/hu/mac48.d.cts +1 -0
- package/hu/mac48.d.ts +1 -0
- package/hu/mac48.js +6 -0
- package/hu/mac48.ts +6 -0
- package/hu/mac64.cjs +7 -0
- package/hu/mac64.d.cts +1 -0
- package/hu/mac64.d.ts +1 -0
- package/hu/mac64.js +6 -0
- package/hu/mac64.ts +6 -0
- package/hu/maxBytes.cjs +7 -0
- package/hu/maxBytes.d.cts +1 -0
- package/hu/maxBytes.d.ts +1 -0
- package/hu/maxBytes.js +6 -0
- package/hu/maxBytes.ts +6 -0
- package/hu/maxLength.cjs +7 -0
- package/hu/maxLength.d.cts +1 -0
- package/hu/maxLength.d.ts +1 -0
- package/hu/maxLength.js +6 -0
- package/hu/maxLength.ts +6 -0
- package/hu/maxSize.cjs +7 -0
- package/hu/maxSize.d.cts +1 -0
- package/hu/maxSize.d.ts +1 -0
- package/hu/maxSize.js +6 -0
- package/hu/maxSize.ts +6 -0
- package/hu/maxValue.cjs +7 -0
- package/hu/maxValue.d.cts +1 -0
- package/hu/maxValue.d.ts +1 -0
- package/hu/maxValue.js +6 -0
- package/hu/maxValue.ts +6 -0
- package/hu/mimeType.cjs +7 -0
- package/hu/mimeType.d.cts +1 -0
- package/hu/mimeType.d.ts +1 -0
- package/hu/mimeType.js +6 -0
- package/hu/mimeType.ts +6 -0
- package/hu/minBytes.cjs +7 -0
- package/hu/minBytes.d.cts +1 -0
- package/hu/minBytes.d.ts +1 -0
- package/hu/minBytes.js +6 -0
- package/hu/minBytes.ts +6 -0
- package/hu/minLength.cjs +7 -0
- package/hu/minLength.d.cts +1 -0
- package/hu/minLength.d.ts +1 -0
- package/hu/minLength.js +6 -0
- package/hu/minLength.ts +6 -0
- package/hu/minSize.cjs +7 -0
- package/hu/minSize.d.cts +1 -0
- package/hu/minSize.d.ts +1 -0
- package/hu/minSize.js +6 -0
- package/hu/minSize.ts +6 -0
- package/hu/minValue.cjs +7 -0
- package/hu/minValue.d.cts +1 -0
- package/hu/minValue.d.ts +1 -0
- package/hu/minValue.js +6 -0
- package/hu/minValue.ts +6 -0
- package/hu/multipleOf.cjs +7 -0
- package/hu/multipleOf.d.cts +1 -0
- package/hu/multipleOf.d.ts +1 -0
- package/hu/multipleOf.js +6 -0
- package/hu/multipleOf.ts +6 -0
- package/hu/notBytes.cjs +7 -0
- package/hu/notBytes.d.cts +1 -0
- package/hu/notBytes.d.ts +1 -0
- package/hu/notBytes.js +6 -0
- package/hu/notBytes.ts +6 -0
- package/hu/notLength.cjs +7 -0
- package/hu/notLength.d.cts +1 -0
- package/hu/notLength.d.ts +1 -0
- package/hu/notLength.js +6 -0
- package/hu/notLength.ts +6 -0
- package/hu/notSize.cjs +7 -0
- package/hu/notSize.d.cts +1 -0
- package/hu/notSize.d.ts +1 -0
- package/hu/notSize.js +6 -0
- package/hu/notSize.ts +6 -0
- package/hu/notValue.cjs +7 -0
- package/hu/notValue.d.cts +1 -0
- package/hu/notValue.d.ts +1 -0
- package/hu/notValue.js +6 -0
- package/hu/notValue.ts +6 -0
- package/hu/octal.cjs +7 -0
- package/hu/octal.d.cts +1 -0
- package/hu/octal.d.ts +1 -0
- package/hu/octal.js +6 -0
- package/hu/octal.ts +6 -0
- package/hu/regex.cjs +7 -0
- package/hu/regex.d.cts +1 -0
- package/hu/regex.d.ts +1 -0
- package/hu/regex.js +6 -0
- package/hu/regex.ts +6 -0
- package/hu/safeInteger.cjs +7 -0
- package/hu/safeInteger.d.cts +1 -0
- package/hu/safeInteger.d.ts +1 -0
- package/hu/safeInteger.js +6 -0
- package/hu/safeInteger.ts +6 -0
- package/hu/schema.cjs +6 -0
- package/hu/schema.d.cts +1 -0
- package/hu/schema.d.ts +1 -0
- package/hu/schema.js +5 -0
- package/hu/schema.ts +5 -0
- package/hu/size.cjs +7 -0
- package/hu/size.d.cts +1 -0
- package/hu/size.d.ts +1 -0
- package/hu/size.js +6 -0
- package/hu/size.ts +6 -0
- package/hu/startsWith.cjs +7 -0
- package/hu/startsWith.d.cts +1 -0
- package/hu/startsWith.d.ts +1 -0
- package/hu/startsWith.js +6 -0
- package/hu/startsWith.ts +6 -0
- package/hu/ulid.cjs +7 -0
- package/hu/ulid.d.cts +1 -0
- package/hu/ulid.d.ts +1 -0
- package/hu/ulid.js +6 -0
- package/hu/ulid.ts +6 -0
- package/hu/url.cjs +7 -0
- package/hu/url.d.cts +1 -0
- package/hu/url.d.ts +1 -0
- package/hu/url.js +6 -0
- package/hu/url.ts +6 -0
- package/hu/uuid.cjs +7 -0
- package/hu/uuid.d.cts +1 -0
- package/hu/uuid.d.ts +1 -0
- package/hu/uuid.js +6 -0
- package/hu/uuid.ts +6 -0
- package/hu/value.cjs +7 -0
- package/hu/value.d.cts +1 -0
- package/hu/value.d.ts +1 -0
- package/hu/value.js +6 -0
- package/hu/value.ts +6 -0
- package/index.cjs +1 -0
- package/index.js +1 -0
- package/index.ts +16 -0
- package/ja/bic.ts +6 -0
- package/ja/bytes.ts +6 -0
- package/ja/creditCard.ts +6 -0
- package/ja/cuid2.ts +6 -0
- package/ja/custom.ts +6 -0
- package/ja/customAsync.ts +6 -0
- package/ja/decimal.ts +6 -0
- package/ja/email.ts +6 -0
- package/ja/emoji.ts +6 -0
- package/ja/endsWith.ts +6 -0
- package/ja/excludes.ts +6 -0
- package/ja/finite.ts +6 -0
- package/ja/hash.ts +6 -0
- package/ja/hexColor.ts +6 -0
- package/ja/hexadecimal.ts +6 -0
- package/ja/imei.ts +6 -0
- package/ja/includes.ts +6 -0
- package/ja/index.ts +55 -0
- package/ja/integer.ts +6 -0
- package/ja/ip.ts +6 -0
- package/ja/ipv4.ts +6 -0
- package/ja/ipv6.ts +6 -0
- package/ja/isoDate.ts +6 -0
- package/ja/isoDateTime.ts +6 -0
- package/ja/isoTime.ts +6 -0
- package/ja/isoTimeSecond.ts +6 -0
- package/ja/isoTimestamp.ts +6 -0
- package/ja/isoWeek.ts +6 -0
- package/ja/length.ts +6 -0
- package/ja/mac.ts +6 -0
- package/ja/mac48.ts +6 -0
- package/ja/mac64.ts +6 -0
- package/ja/maxBytes.ts +6 -0
- package/ja/maxLength.ts +6 -0
- package/ja/maxSize.ts +6 -0
- package/ja/maxValue.ts +6 -0
- package/ja/mimeType.ts +6 -0
- package/ja/minBytes.ts +6 -0
- package/ja/minLength.ts +6 -0
- package/ja/minSize.ts +6 -0
- package/ja/minValue.ts +6 -0
- package/ja/multipleOf.ts +6 -0
- package/ja/notBytes.ts +6 -0
- package/ja/notLength.ts +6 -0
- package/ja/notSize.ts +6 -0
- package/ja/notValue.ts +6 -0
- package/ja/octal.ts +6 -0
- package/ja/regex.ts +6 -0
- package/ja/safeInteger.ts +6 -0
- package/ja/schema.ts +5 -0
- package/ja/size.ts +6 -0
- package/ja/startsWith.ts +6 -0
- package/ja/ulid.ts +6 -0
- package/ja/url.ts +6 -0
- package/ja/uuid.ts +6 -0
- package/ja/value.ts +6 -0
- package/kr/bic.ts +6 -0
- package/kr/bytes.ts +6 -0
- package/kr/creditCard.ts +6 -0
- package/kr/cuid2.ts +6 -0
- package/kr/custom.ts +6 -0
- package/kr/customAsync.ts +6 -0
- package/kr/decimal.ts +6 -0
- package/kr/email.ts +6 -0
- package/kr/emoji.ts +6 -0
- package/kr/endsWith.ts +6 -0
- package/kr/excludes.ts +6 -0
- package/kr/finite.ts +6 -0
- package/kr/hash.ts +6 -0
- package/kr/hexColor.ts +6 -0
- package/kr/hexadecimal.ts +6 -0
- package/kr/imei.ts +6 -0
- package/kr/includes.ts +6 -0
- package/kr/index.ts +55 -0
- package/kr/integer.ts +6 -0
- package/kr/ip.ts +6 -0
- package/kr/ipv4.ts +6 -0
- package/kr/ipv6.ts +6 -0
- package/kr/isoDate.ts +6 -0
- package/kr/isoDateTime.ts +6 -0
- package/kr/isoTime.ts +6 -0
- package/kr/isoTimeSecond.ts +6 -0
- package/kr/isoTimestamp.ts +6 -0
- package/kr/isoWeek.ts +6 -0
- package/kr/length.ts +6 -0
- package/kr/mac.ts +6 -0
- package/kr/mac48.ts +6 -0
- package/kr/mac64.ts +6 -0
- package/kr/maxBytes.ts +6 -0
- package/kr/maxLength.ts +6 -0
- package/kr/maxSize.ts +6 -0
- package/kr/maxValue.ts +6 -0
- package/kr/mimeType.ts +6 -0
- package/kr/minBytes.ts +6 -0
- package/kr/minLength.ts +6 -0
- package/kr/minSize.ts +6 -0
- package/kr/minValue.ts +6 -0
- package/kr/multipleOf.ts +6 -0
- package/kr/notBytes.ts +6 -0
- package/kr/notLength.ts +6 -0
- package/kr/notSize.ts +6 -0
- package/kr/notValue.ts +6 -0
- package/kr/octal.ts +6 -0
- package/kr/regex.ts +6 -0
- package/kr/safeInteger.ts +6 -0
- package/kr/schema.ts +5 -0
- package/kr/size.ts +6 -0
- package/kr/startsWith.ts +6 -0
- package/kr/ulid.ts +6 -0
- package/kr/url.ts +6 -0
- package/kr/uuid.ts +6 -0
- package/kr/value.ts +6 -0
- package/nb/bic.ts +6 -0
- package/nb/bytes.ts +6 -0
- package/nb/creditCard.ts +6 -0
- package/nb/cuid2.ts +6 -0
- package/nb/custom.ts +6 -0
- package/nb/customAsync.ts +6 -0
- package/nb/decimal.ts +6 -0
- package/nb/email.ts +6 -0
- package/nb/emoji.ts +6 -0
- package/nb/endsWith.ts +6 -0
- package/nb/excludes.ts +6 -0
- package/nb/finite.ts +6 -0
- package/nb/hash.ts +6 -0
- package/nb/hexColor.ts +6 -0
- package/nb/hexadecimal.ts +6 -0
- package/nb/imei.ts +6 -0
- package/nb/includes.ts +6 -0
- package/nb/index.ts +55 -0
- package/nb/integer.ts +6 -0
- package/nb/ip.ts +6 -0
- package/nb/ipv4.ts +6 -0
- package/nb/ipv6.ts +6 -0
- package/nb/isoDate.ts +6 -0
- package/nb/isoDateTime.ts +6 -0
- package/nb/isoTime.ts +6 -0
- package/nb/isoTimeSecond.ts +6 -0
- package/nb/isoTimestamp.ts +6 -0
- package/nb/isoWeek.ts +6 -0
- package/nb/length.ts +6 -0
- package/nb/mac.ts +6 -0
- package/nb/mac48.ts +6 -0
- package/nb/mac64.ts +6 -0
- package/nb/maxBytes.ts +6 -0
- package/nb/maxLength.ts +6 -0
- package/nb/maxSize.ts +6 -0
- package/nb/maxValue.ts +6 -0
- package/nb/mimeType.ts +6 -0
- package/nb/minBytes.ts +6 -0
- package/nb/minLength.ts +6 -0
- package/nb/minSize.ts +6 -0
- package/nb/minValue.ts +6 -0
- package/nb/multipleOf.ts +6 -0
- package/nb/notBytes.ts +6 -0
- package/nb/notLength.ts +6 -0
- package/nb/notSize.ts +6 -0
- package/nb/notValue.ts +6 -0
- package/nb/octal.ts +6 -0
- package/nb/regex.ts +6 -0
- package/nb/safeInteger.ts +6 -0
- package/nb/schema.ts +5 -0
- package/nb/size.ts +6 -0
- package/nb/startsWith.ts +6 -0
- package/nb/ulid.ts +6 -0
- package/nb/url.ts +6 -0
- package/nb/uuid.ts +6 -0
- package/nb/value.ts +6 -0
- package/nl/bic.ts +6 -0
- package/nl/bytes.ts +6 -0
- package/nl/creditCard.ts +6 -0
- package/nl/cuid2.ts +6 -0
- package/nl/custom.ts +6 -0
- package/nl/customAsync.ts +6 -0
- package/nl/decimal.ts +6 -0
- package/nl/email.ts +6 -0
- package/nl/emoji.ts +6 -0
- package/nl/endsWith.ts +6 -0
- package/nl/excludes.ts +6 -0
- package/nl/finite.ts +6 -0
- package/nl/hash.ts +6 -0
- package/nl/hexColor.ts +6 -0
- package/nl/hexadecimal.ts +6 -0
- package/nl/imei.ts +6 -0
- package/nl/includes.ts +6 -0
- package/nl/index.ts +55 -0
- package/nl/integer.ts +6 -0
- package/nl/ip.ts +6 -0
- package/nl/ipv4.ts +6 -0
- package/nl/ipv6.ts +6 -0
- package/nl/isoDate.ts +6 -0
- package/nl/isoDateTime.ts +6 -0
- package/nl/isoTime.ts +6 -0
- package/nl/isoTimeSecond.ts +6 -0
- package/nl/isoTimestamp.ts +6 -0
- package/nl/isoWeek.ts +6 -0
- package/nl/length.ts +6 -0
- package/nl/mac.ts +6 -0
- package/nl/mac48.ts +6 -0
- package/nl/mac64.ts +6 -0
- package/nl/maxBytes.ts +6 -0
- package/nl/maxLength.ts +6 -0
- package/nl/maxSize.ts +6 -0
- package/nl/maxValue.ts +6 -0
- package/nl/mimeType.ts +6 -0
- package/nl/minBytes.ts +6 -0
- package/nl/minLength.ts +6 -0
- package/nl/minSize.ts +6 -0
- package/nl/minValue.ts +6 -0
- package/nl/multipleOf.ts +6 -0
- package/nl/notBytes.ts +6 -0
- package/nl/notLength.ts +6 -0
- package/nl/notSize.ts +6 -0
- package/nl/notValue.ts +6 -0
- package/nl/octal.ts +6 -0
- package/nl/regex.ts +6 -0
- package/nl/safeInteger.ts +6 -0
- package/nl/schema.ts +5 -0
- package/nl/size.ts +6 -0
- package/nl/startsWith.ts +6 -0
- package/nl/ulid.ts +6 -0
- package/nl/url.ts +6 -0
- package/nl/uuid.ts +6 -0
- package/nl/value.ts +6 -0
- package/package.json +569 -8
- package/pt/bic.ts +6 -0
- package/pt/bytes.ts +6 -0
- package/pt/creditCard.ts +6 -0
- package/pt/cuid2.ts +6 -0
- package/pt/custom.ts +6 -0
- package/pt/customAsync.ts +6 -0
- package/pt/decimal.ts +6 -0
- package/pt/email.ts +6 -0
- package/pt/emoji.ts +6 -0
- package/pt/endsWith.ts +6 -0
- package/pt/excludes.ts +6 -0
- package/pt/finite.ts +6 -0
- package/pt/hash.ts +6 -0
- package/pt/hexColor.ts +6 -0
- package/pt/hexadecimal.ts +6 -0
- package/pt/imei.ts +6 -0
- package/pt/includes.ts +6 -0
- package/pt/index.ts +55 -0
- package/pt/integer.ts +6 -0
- package/pt/ip.ts +6 -0
- package/pt/ipv4.ts +6 -0
- package/pt/ipv6.ts +6 -0
- package/pt/isoDate.ts +6 -0
- package/pt/isoDateTime.ts +6 -0
- package/pt/isoTime.ts +6 -0
- package/pt/isoTimeSecond.ts +6 -0
- package/pt/isoTimestamp.ts +6 -0
- package/pt/isoWeek.ts +6 -0
- package/pt/length.ts +6 -0
- package/pt/mac.ts +6 -0
- package/pt/mac48.ts +6 -0
- package/pt/mac64.ts +6 -0
- package/pt/maxBytes.ts +6 -0
- package/pt/maxLength.ts +6 -0
- package/pt/maxSize.ts +6 -0
- package/pt/maxValue.ts +6 -0
- package/pt/mimeType.ts +6 -0
- package/pt/minBytes.ts +6 -0
- package/pt/minLength.ts +6 -0
- package/pt/minSize.ts +6 -0
- package/pt/minValue.ts +6 -0
- package/pt/multipleOf.ts +6 -0
- package/pt/notBytes.ts +6 -0
- package/pt/notLength.ts +6 -0
- package/pt/notSize.ts +6 -0
- package/pt/notValue.ts +6 -0
- package/pt/octal.ts +6 -0
- package/pt/regex.ts +6 -0
- package/pt/safeInteger.ts +6 -0
- package/pt/schema.ts +5 -0
- package/pt/size.ts +6 -0
- package/pt/startsWith.ts +6 -0
- package/pt/ulid.ts +6 -0
- package/pt/url.ts +6 -0
- package/pt/uuid.ts +6 -0
- package/pt/value.ts +6 -0
- package/ro/bic.ts +6 -0
- package/ro/bytes.ts +6 -0
- package/ro/creditCard.ts +6 -0
- package/ro/cuid2.ts +6 -0
- package/ro/custom.ts +6 -0
- package/ro/customAsync.ts +6 -0
- package/ro/decimal.ts +6 -0
- package/ro/email.ts +6 -0
- package/ro/emoji.ts +6 -0
- package/ro/endsWith.ts +6 -0
- package/ro/excludes.ts +6 -0
- package/ro/finite.ts +6 -0
- package/ro/hash.ts +6 -0
- package/ro/hexColor.ts +6 -0
- package/ro/hexadecimal.ts +6 -0
- package/ro/imei.ts +6 -0
- package/ro/includes.ts +6 -0
- package/ro/index.ts +55 -0
- package/ro/integer.ts +6 -0
- package/ro/ip.ts +6 -0
- package/ro/ipv4.ts +6 -0
- package/ro/ipv6.ts +6 -0
- package/ro/isoDate.ts +6 -0
- package/ro/isoDateTime.ts +6 -0
- package/ro/isoTime.ts +6 -0
- package/ro/isoTimeSecond.ts +6 -0
- package/ro/isoTimestamp.ts +6 -0
- package/ro/isoWeek.ts +6 -0
- package/ro/length.ts +6 -0
- package/ro/mac.ts +6 -0
- package/ro/mac48.ts +6 -0
- package/ro/mac64.ts +6 -0
- package/ro/maxBytes.ts +6 -0
- package/ro/maxLength.ts +6 -0
- package/ro/maxSize.ts +6 -0
- package/ro/maxValue.ts +6 -0
- package/ro/mimeType.ts +6 -0
- package/ro/minBytes.ts +6 -0
- package/ro/minLength.ts +6 -0
- package/ro/minSize.ts +6 -0
- package/ro/minValue.ts +6 -0
- package/ro/multipleOf.ts +6 -0
- package/ro/notBytes.ts +6 -0
- package/ro/notLength.ts +6 -0
- package/ro/notSize.ts +6 -0
- package/ro/notValue.ts +6 -0
- package/ro/octal.ts +6 -0
- package/ro/regex.ts +6 -0
- package/ro/safeInteger.ts +6 -0
- package/ro/schema.ts +5 -0
- package/ro/size.ts +6 -0
- package/ro/startsWith.ts +6 -0
- package/ro/ulid.ts +6 -0
- package/ro/url.ts +6 -0
- package/ro/uuid.ts +6 -0
- package/ro/value.ts +6 -0
- package/ru/bic.ts +6 -0
- package/ru/bytes.ts +6 -0
- package/ru/creditCard.ts +6 -0
- package/ru/cuid2.ts +6 -0
- package/ru/custom.ts +6 -0
- package/ru/customAsync.ts +6 -0
- package/ru/decimal.ts +6 -0
- package/ru/email.ts +6 -0
- package/ru/emoji.ts +6 -0
- package/ru/endsWith.ts +6 -0
- package/ru/excludes.ts +6 -0
- package/ru/finite.ts +6 -0
- package/ru/hash.ts +6 -0
- package/ru/hexColor.ts +6 -0
- package/ru/hexadecimal.ts +6 -0
- package/ru/imei.ts +6 -0
- package/ru/includes.ts +6 -0
- package/ru/index.ts +55 -0
- package/ru/integer.ts +6 -0
- package/ru/ip.ts +6 -0
- package/ru/ipv4.ts +6 -0
- package/ru/ipv6.ts +6 -0
- package/ru/isoDate.ts +6 -0
- package/ru/isoDateTime.ts +6 -0
- package/ru/isoTime.ts +6 -0
- package/ru/isoTimeSecond.ts +6 -0
- package/ru/isoTimestamp.ts +6 -0
- package/ru/isoWeek.ts +6 -0
- package/ru/length.ts +6 -0
- package/ru/mac.ts +6 -0
- package/ru/mac48.ts +6 -0
- package/ru/mac64.ts +6 -0
- package/ru/maxBytes.ts +6 -0
- package/ru/maxLength.ts +6 -0
- package/ru/maxSize.ts +6 -0
- package/ru/maxValue.ts +6 -0
- package/ru/mimeType.ts +6 -0
- package/ru/minBytes.ts +6 -0
- package/ru/minLength.ts +6 -0
- package/ru/minSize.ts +6 -0
- package/ru/minValue.ts +6 -0
- package/ru/multipleOf.ts +6 -0
- package/ru/notBytes.ts +6 -0
- package/ru/notLength.ts +6 -0
- package/ru/notSize.ts +6 -0
- package/ru/notValue.ts +6 -0
- package/ru/octal.ts +6 -0
- package/ru/regex.ts +6 -0
- package/ru/safeInteger.ts +6 -0
- package/ru/schema.ts +5 -0
- package/ru/size.ts +6 -0
- package/ru/startsWith.ts +6 -0
- package/ru/ulid.ts +6 -0
- package/ru/url.ts +6 -0
- package/ru/uuid.ts +6 -0
- package/ru/value.ts +6 -0
- package/sl/bic.ts +6 -0
- package/sl/bytes.ts +6 -0
- package/sl/creditCard.ts +6 -0
- package/sl/cuid2.ts +6 -0
- package/sl/custom.ts +6 -0
- package/sl/customAsync.ts +6 -0
- package/sl/decimal.ts +6 -0
- package/sl/email.ts +6 -0
- package/sl/emoji.ts +6 -0
- package/sl/endsWith.ts +6 -0
- package/sl/excludes.ts +6 -0
- package/sl/finite.ts +6 -0
- package/sl/hash.ts +6 -0
- package/sl/hexColor.ts +6 -0
- package/sl/hexadecimal.ts +6 -0
- package/sl/imei.ts +6 -0
- package/sl/includes.ts +6 -0
- package/sl/index.ts +55 -0
- package/sl/integer.ts +6 -0
- package/sl/ip.ts +6 -0
- package/sl/ipv4.ts +6 -0
- package/sl/ipv6.ts +6 -0
- package/sl/isoDate.ts +6 -0
- package/sl/isoDateTime.ts +6 -0
- package/sl/isoTime.ts +6 -0
- package/sl/isoTimeSecond.ts +6 -0
- package/sl/isoTimestamp.ts +6 -0
- package/sl/isoWeek.ts +6 -0
- package/sl/length.ts +6 -0
- package/sl/mac.ts +6 -0
- package/sl/mac48.ts +6 -0
- package/sl/mac64.ts +6 -0
- package/sl/maxBytes.ts +6 -0
- package/sl/maxLength.ts +6 -0
- package/sl/maxSize.ts +6 -0
- package/sl/maxValue.ts +6 -0
- package/sl/mimeType.ts +6 -0
- package/sl/minBytes.ts +6 -0
- package/sl/minLength.ts +6 -0
- package/sl/minSize.ts +6 -0
- package/sl/minValue.ts +6 -0
- package/sl/multipleOf.ts +6 -0
- package/sl/notBytes.ts +6 -0
- package/sl/notLength.ts +6 -0
- package/sl/notSize.ts +6 -0
- package/sl/notValue.ts +6 -0
- package/sl/octal.ts +6 -0
- package/sl/regex.ts +6 -0
- package/sl/safeInteger.ts +6 -0
- package/sl/schema.ts +5 -0
- package/sl/size.ts +6 -0
- package/sl/startsWith.ts +6 -0
- package/sl/ulid.ts +6 -0
- package/sl/url.ts +6 -0
- package/sl/uuid.ts +6 -0
- package/sl/value.ts +6 -0
- package/tr/bic.ts +6 -0
- package/tr/bytes.ts +6 -0
- package/tr/creditCard.ts +6 -0
- package/tr/cuid2.ts +6 -0
- package/tr/custom.ts +6 -0
- package/tr/customAsync.ts +6 -0
- package/tr/decimal.ts +6 -0
- package/tr/email.ts +6 -0
- package/tr/emoji.ts +6 -0
- package/tr/endsWith.ts +6 -0
- package/tr/excludes.ts +6 -0
- package/tr/finite.ts +6 -0
- package/tr/hash.ts +6 -0
- package/tr/hexColor.ts +6 -0
- package/tr/hexadecimal.ts +6 -0
- package/tr/imei.ts +6 -0
- package/tr/includes.ts +6 -0
- package/tr/index.ts +55 -0
- package/tr/integer.ts +6 -0
- package/tr/ip.ts +6 -0
- package/tr/ipv4.ts +6 -0
- package/tr/ipv6.ts +6 -0
- package/tr/isoDate.ts +6 -0
- package/tr/isoDateTime.ts +6 -0
- package/tr/isoTime.ts +6 -0
- package/tr/isoTimeSecond.ts +6 -0
- package/tr/isoTimestamp.ts +6 -0
- package/tr/isoWeek.ts +6 -0
- package/tr/length.ts +6 -0
- package/tr/mac.ts +6 -0
- package/tr/mac48.ts +6 -0
- package/tr/mac64.ts +6 -0
- package/tr/maxBytes.ts +6 -0
- package/tr/maxLength.ts +6 -0
- package/tr/maxSize.ts +6 -0
- package/tr/maxValue.ts +6 -0
- package/tr/mimeType.ts +6 -0
- package/tr/minBytes.ts +6 -0
- package/tr/minLength.ts +6 -0
- package/tr/minSize.ts +6 -0
- package/tr/minValue.ts +6 -0
- package/tr/multipleOf.ts +6 -0
- package/tr/notBytes.ts +6 -0
- package/tr/notLength.ts +6 -0
- package/tr/notSize.ts +6 -0
- package/tr/notValue.ts +6 -0
- package/tr/octal.ts +6 -0
- package/tr/regex.ts +6 -0
- package/tr/safeInteger.ts +6 -0
- package/tr/schema.ts +5 -0
- package/tr/size.ts +6 -0
- package/tr/startsWith.ts +6 -0
- package/tr/ulid.ts +6 -0
- package/tr/url.ts +6 -0
- package/tr/uuid.ts +6 -0
- package/tr/value.ts +6 -0
- package/uk/bic.ts +6 -0
- package/uk/bytes.ts +6 -0
- package/uk/creditCard.ts +6 -0
- package/uk/cuid2.ts +6 -0
- package/uk/custom.ts +6 -0
- package/uk/customAsync.ts +6 -0
- package/uk/decimal.ts +6 -0
- package/uk/email.ts +6 -0
- package/uk/emoji.ts +6 -0
- package/uk/endsWith.ts +6 -0
- package/uk/excludes.ts +6 -0
- package/uk/finite.ts +6 -0
- package/uk/hash.ts +6 -0
- package/uk/hexColor.ts +6 -0
- package/uk/hexadecimal.ts +6 -0
- package/uk/imei.ts +6 -0
- package/uk/includes.ts +6 -0
- package/uk/index.ts +55 -0
- package/uk/integer.ts +6 -0
- package/uk/ip.ts +6 -0
- package/uk/ipv4.ts +6 -0
- package/uk/ipv6.ts +6 -0
- package/uk/isoDate.ts +6 -0
- package/uk/isoDateTime.ts +6 -0
- package/uk/isoTime.ts +6 -0
- package/uk/isoTimeSecond.ts +6 -0
- package/uk/isoTimestamp.ts +6 -0
- package/uk/isoWeek.ts +6 -0
- package/uk/length.ts +6 -0
- package/uk/mac.ts +6 -0
- package/uk/mac48.ts +6 -0
- package/uk/mac64.ts +6 -0
- package/uk/maxBytes.ts +6 -0
- package/uk/maxLength.ts +6 -0
- package/uk/maxSize.ts +6 -0
- package/uk/maxValue.ts +6 -0
- package/uk/mimeType.ts +6 -0
- package/uk/minBytes.ts +6 -0
- package/uk/minLength.ts +6 -0
- package/uk/minSize.ts +6 -0
- package/uk/minValue.ts +6 -0
- package/uk/multipleOf.ts +6 -0
- package/uk/notBytes.ts +6 -0
- package/uk/notLength.ts +6 -0
- package/uk/notSize.ts +6 -0
- package/uk/notValue.ts +6 -0
- package/uk/octal.ts +6 -0
- package/uk/regex.ts +6 -0
- package/uk/safeInteger.ts +6 -0
- package/uk/schema.ts +5 -0
- package/uk/size.ts +6 -0
- package/uk/startsWith.ts +6 -0
- package/uk/ulid.ts +6 -0
- package/uk/url.ts +6 -0
- package/uk/uuid.ts +6 -0
- package/uk/value.ts +6 -0
- package/zh-CN/bic.ts +6 -0
- package/zh-CN/bytes.ts +6 -0
- package/zh-CN/creditCard.ts +6 -0
- package/zh-CN/cuid2.ts +6 -0
- package/zh-CN/custom.ts +6 -0
- package/zh-CN/customAsync.ts +6 -0
- package/zh-CN/decimal.ts +6 -0
- package/zh-CN/email.ts +6 -0
- package/zh-CN/emoji.ts +6 -0
- package/zh-CN/endsWith.ts +6 -0
- package/zh-CN/excludes.ts +6 -0
- package/zh-CN/finite.ts +6 -0
- package/zh-CN/hash.ts +6 -0
- package/zh-CN/hexColor.ts +6 -0
- package/zh-CN/hexadecimal.ts +6 -0
- package/zh-CN/imei.ts +6 -0
- package/zh-CN/includes.ts +6 -0
- package/zh-CN/index.ts +55 -0
- package/zh-CN/integer.ts +6 -0
- package/zh-CN/ip.ts +6 -0
- package/zh-CN/ipv4.ts +6 -0
- package/zh-CN/ipv6.ts +6 -0
- package/zh-CN/isoDate.ts +6 -0
- package/zh-CN/isoDateTime.ts +6 -0
- package/zh-CN/isoTime.ts +6 -0
- package/zh-CN/isoTimeSecond.ts +6 -0
- package/zh-CN/isoTimestamp.ts +6 -0
- package/zh-CN/isoWeek.ts +6 -0
- package/zh-CN/length.ts +6 -0
- package/zh-CN/mac.ts +6 -0
- package/zh-CN/mac48.ts +6 -0
- package/zh-CN/mac64.ts +6 -0
- package/zh-CN/maxBytes.ts +6 -0
- package/zh-CN/maxLength.ts +6 -0
- package/zh-CN/maxSize.ts +6 -0
- package/zh-CN/maxValue.ts +6 -0
- package/zh-CN/mimeType.ts +6 -0
- package/zh-CN/minBytes.ts +6 -0
- package/zh-CN/minLength.ts +6 -0
- package/zh-CN/minSize.ts +6 -0
- package/zh-CN/minValue.ts +6 -0
- package/zh-CN/multipleOf.ts +6 -0
- package/zh-CN/notBytes.ts +6 -0
- package/zh-CN/notLength.ts +6 -0
- package/zh-CN/notSize.ts +6 -0
- package/zh-CN/notValue.ts +6 -0
- package/zh-CN/octal.ts +6 -0
- package/zh-CN/regex.ts +6 -0
- package/zh-CN/safeInteger.ts +6 -0
- package/zh-CN/schema.ts +5 -0
- package/zh-CN/size.ts +6 -0
- package/zh-CN/startsWith.ts +6 -0
- package/zh-CN/ulid.ts +6 -0
- package/zh-CN/url.ts +6 -0
- package/zh-CN/uuid.ts +6 -0
- package/zh-CN/value.ts +6 -0
- package/zh-TW/bic.ts +6 -0
- package/zh-TW/bytes.ts +6 -0
- package/zh-TW/creditCard.ts +6 -0
- package/zh-TW/cuid2.ts +6 -0
- package/zh-TW/custom.ts +6 -0
- package/zh-TW/customAsync.ts +6 -0
- package/zh-TW/decimal.ts +6 -0
- package/zh-TW/email.ts +6 -0
- package/zh-TW/emoji.ts +6 -0
- package/zh-TW/endsWith.ts +6 -0
- package/zh-TW/excludes.ts +6 -0
- package/zh-TW/finite.ts +6 -0
- package/zh-TW/hash.ts +6 -0
- package/zh-TW/hexColor.ts +6 -0
- package/zh-TW/hexadecimal.ts +6 -0
- package/zh-TW/imei.ts +6 -0
- package/zh-TW/includes.ts +6 -0
- package/zh-TW/index.ts +55 -0
- package/zh-TW/integer.ts +6 -0
- package/zh-TW/ip.ts +6 -0
- package/zh-TW/ipv4.ts +6 -0
- package/zh-TW/ipv6.ts +6 -0
- package/zh-TW/isoDate.ts +6 -0
- package/zh-TW/isoDateTime.ts +6 -0
- package/zh-TW/isoTime.ts +6 -0
- package/zh-TW/isoTimeSecond.ts +6 -0
- package/zh-TW/isoTimestamp.ts +6 -0
- package/zh-TW/isoWeek.ts +6 -0
- package/zh-TW/length.ts +6 -0
- package/zh-TW/mac.ts +6 -0
- package/zh-TW/mac48.ts +6 -0
- package/zh-TW/mac64.ts +6 -0
- package/zh-TW/maxBytes.ts +6 -0
- package/zh-TW/maxLength.ts +6 -0
- package/zh-TW/maxSize.ts +6 -0
- package/zh-TW/maxValue.ts +6 -0
- package/zh-TW/mimeType.ts +6 -0
- package/zh-TW/minBytes.ts +6 -0
- package/zh-TW/minLength.ts +6 -0
- package/zh-TW/minSize.ts +6 -0
- package/zh-TW/minValue.ts +6 -0
- package/zh-TW/multipleOf.ts +6 -0
- package/zh-TW/notBytes.ts +6 -0
- package/zh-TW/notLength.ts +6 -0
- package/zh-TW/notSize.ts +6 -0
- package/zh-TW/notValue.ts +6 -0
- package/zh-TW/octal.ts +6 -0
- package/zh-TW/regex.ts +6 -0
- package/zh-TW/safeInteger.ts +6 -0
- package/zh-TW/schema.ts +5 -0
- package/zh-TW/size.ts +6 -0
- package/zh-TW/startsWith.ts +6 -0
- package/zh-TW/ulid.ts +6 -0
- package/zh-TW/url.ts +6 -0
- package/zh-TW/uuid.ts +6 -0
- package/zh-TW/value.ts +6 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Fabian Hiller
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@ The official i18n translations for Valibot. See the [internationalization guide]
|
|
|
13
13
|
| English (en) | [#397][pr-397-url] | ✅ |
|
|
14
14
|
| German (de) | [#397][pr-397-url] | ✅ |
|
|
15
15
|
| French (fr) | [#418][pr-418-url] | ✅ |
|
|
16
|
+
| Hungarian (hu) | [#560][pr-560-url] | ✅ |
|
|
16
17
|
| Japanese (ja) | [#431][pr-431-url] | ✅ |
|
|
17
18
|
| Korean (kr) | [#429][pr-429-url] | ✅ |
|
|
18
19
|
| Norwegian (nb) | [#439][pr-439-url] | ✅ |
|
|
@@ -38,6 +39,7 @@ The official i18n translations for Valibot. See the [internationalization guide]
|
|
|
38
39
|
[pr-509-url]: https://github.com/fabian-hiller/valibot/pull/509
|
|
39
40
|
[pr-527-url]: https://github.com/fabian-hiller/valibot/pull/527
|
|
40
41
|
[pr-549-url]: https://github.com/fabian-hiller/valibot/pull/549
|
|
42
|
+
[pr-560-url]: https://github.com/fabian-hiller/valibot/pull/560
|
|
41
43
|
|
|
42
44
|
## Getting started
|
|
43
45
|
|
package/ar/bic.ts
ADDED
package/ar/bytes.ts
ADDED
package/ar/creditCard.ts
ADDED
package/ar/cuid2.ts
ADDED
package/ar/custom.ts
ADDED
package/ar/decimal.ts
ADDED
package/ar/email.ts
ADDED
package/ar/emoji.ts
ADDED
package/ar/endsWith.ts
ADDED
package/ar/excludes.ts
ADDED
package/ar/finite.ts
ADDED
package/ar/hash.ts
ADDED
package/ar/hexColor.ts
ADDED
package/ar/imei.ts
ADDED
package/ar/includes.ts
ADDED
package/ar/index.ts
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import "@valibot/i18n/ar/schema";
|
|
2
|
+
import "@valibot/i18n/ar/bic";
|
|
3
|
+
import "@valibot/i18n/ar/bytes";
|
|
4
|
+
import "@valibot/i18n/ar/creditCard";
|
|
5
|
+
import "@valibot/i18n/ar/cuid2";
|
|
6
|
+
import "@valibot/i18n/ar/custom";
|
|
7
|
+
import "@valibot/i18n/ar/customAsync";
|
|
8
|
+
import "@valibot/i18n/ar/decimal";
|
|
9
|
+
import "@valibot/i18n/ar/email";
|
|
10
|
+
import "@valibot/i18n/ar/emoji";
|
|
11
|
+
import "@valibot/i18n/ar/endsWith";
|
|
12
|
+
import "@valibot/i18n/ar/excludes";
|
|
13
|
+
import "@valibot/i18n/ar/finite";
|
|
14
|
+
import "@valibot/i18n/ar/hash";
|
|
15
|
+
import "@valibot/i18n/ar/hexColor";
|
|
16
|
+
import "@valibot/i18n/ar/hexadecimal";
|
|
17
|
+
import "@valibot/i18n/ar/imei";
|
|
18
|
+
import "@valibot/i18n/ar/includes";
|
|
19
|
+
import "@valibot/i18n/ar/integer";
|
|
20
|
+
import "@valibot/i18n/ar/ip";
|
|
21
|
+
import "@valibot/i18n/ar/ipv4";
|
|
22
|
+
import "@valibot/i18n/ar/ipv6";
|
|
23
|
+
import "@valibot/i18n/ar/isoDate";
|
|
24
|
+
import "@valibot/i18n/ar/isoDateTime";
|
|
25
|
+
import "@valibot/i18n/ar/isoTime";
|
|
26
|
+
import "@valibot/i18n/ar/isoTimeSecond";
|
|
27
|
+
import "@valibot/i18n/ar/isoTimestamp";
|
|
28
|
+
import "@valibot/i18n/ar/isoWeek";
|
|
29
|
+
import "@valibot/i18n/ar/length";
|
|
30
|
+
import "@valibot/i18n/ar/mac";
|
|
31
|
+
import "@valibot/i18n/ar/mac48";
|
|
32
|
+
import "@valibot/i18n/ar/mac64";
|
|
33
|
+
import "@valibot/i18n/ar/maxBytes";
|
|
34
|
+
import "@valibot/i18n/ar/maxLength";
|
|
35
|
+
import "@valibot/i18n/ar/maxSize";
|
|
36
|
+
import "@valibot/i18n/ar/maxValue";
|
|
37
|
+
import "@valibot/i18n/ar/mimeType";
|
|
38
|
+
import "@valibot/i18n/ar/minBytes";
|
|
39
|
+
import "@valibot/i18n/ar/minLength";
|
|
40
|
+
import "@valibot/i18n/ar/minSize";
|
|
41
|
+
import "@valibot/i18n/ar/minValue";
|
|
42
|
+
import "@valibot/i18n/ar/multipleOf";
|
|
43
|
+
import "@valibot/i18n/ar/notBytes";
|
|
44
|
+
import "@valibot/i18n/ar/notLength";
|
|
45
|
+
import "@valibot/i18n/ar/notSize";
|
|
46
|
+
import "@valibot/i18n/ar/notValue";
|
|
47
|
+
import "@valibot/i18n/ar/octal";
|
|
48
|
+
import "@valibot/i18n/ar/regex";
|
|
49
|
+
import "@valibot/i18n/ar/safeInteger";
|
|
50
|
+
import "@valibot/i18n/ar/size";
|
|
51
|
+
import "@valibot/i18n/ar/startsWith";
|
|
52
|
+
import "@valibot/i18n/ar/ulid";
|
|
53
|
+
import "@valibot/i18n/ar/url";
|
|
54
|
+
import "@valibot/i18n/ar/uuid";
|
|
55
|
+
import "@valibot/i18n/ar/value";
|
package/ar/integer.ts
ADDED
package/ar/ip.ts
ADDED
package/ar/ipv4.ts
ADDED
package/ar/ipv6.ts
ADDED
package/ar/isoDate.ts
ADDED
package/ar/isoTime.ts
ADDED
package/ar/isoWeek.ts
ADDED
package/ar/length.ts
ADDED
package/ar/mac.ts
ADDED
package/ar/mac48.ts
ADDED
package/ar/mac64.ts
ADDED
package/ar/maxBytes.ts
ADDED
package/ar/maxLength.ts
ADDED
package/ar/maxSize.ts
ADDED
package/ar/maxValue.ts
ADDED
package/ar/mimeType.ts
ADDED
package/ar/minBytes.ts
ADDED
package/ar/minLength.ts
ADDED
package/ar/minSize.ts
ADDED
package/ar/minValue.ts
ADDED
package/ar/multipleOf.ts
ADDED
package/ar/notBytes.ts
ADDED
package/ar/notLength.ts
ADDED
package/ar/notSize.ts
ADDED
package/ar/notValue.ts
ADDED
package/ar/octal.ts
ADDED
package/ar/regex.ts
ADDED
package/ar/schema.ts
ADDED
package/ar/size.ts
ADDED
package/ar/startsWith.ts
ADDED
package/ar/ulid.ts
ADDED
package/ar/url.ts
ADDED
package/ar/uuid.ts
ADDED
package/ar/value.ts
ADDED
package/de/bic.ts
ADDED
package/de/bytes.ts
ADDED
package/de/creditCard.ts
ADDED
package/de/cuid2.ts
ADDED
package/de/custom.ts
ADDED
package/de/decimal.ts
ADDED
package/de/email.ts
ADDED
package/de/emoji.ts
ADDED
package/de/endsWith.ts
ADDED
package/de/excludes.ts
ADDED
package/de/finite.ts
ADDED