@valibot/i18n 0.12.0 → 0.13.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.
Files changed (900) hide show
  1. package/README.md +3 -2
  2. package/package.json +12 -9
  3. package/LICENSE.md +0 -9
  4. package/ar/bic.ts +0 -6
  5. package/ar/bytes.ts +0 -6
  6. package/ar/creditCard.ts +0 -6
  7. package/ar/cuid2.ts +0 -6
  8. package/ar/custom.ts +0 -6
  9. package/ar/customAsync.ts +0 -6
  10. package/ar/decimal.ts +0 -6
  11. package/ar/email.ts +0 -6
  12. package/ar/emoji.ts +0 -6
  13. package/ar/endsWith.ts +0 -6
  14. package/ar/excludes.ts +0 -6
  15. package/ar/finite.ts +0 -6
  16. package/ar/hash.ts +0 -6
  17. package/ar/hexColor.ts +0 -6
  18. package/ar/hexadecimal.ts +0 -6
  19. package/ar/imei.ts +0 -6
  20. package/ar/includes.ts +0 -6
  21. package/ar/index.ts +0 -55
  22. package/ar/integer.ts +0 -6
  23. package/ar/ip.ts +0 -6
  24. package/ar/ipv4.ts +0 -6
  25. package/ar/ipv6.ts +0 -6
  26. package/ar/isoDate.ts +0 -6
  27. package/ar/isoDateTime.ts +0 -6
  28. package/ar/isoTime.ts +0 -6
  29. package/ar/isoTimeSecond.ts +0 -6
  30. package/ar/isoTimestamp.ts +0 -6
  31. package/ar/isoWeek.ts +0 -6
  32. package/ar/length.ts +0 -6
  33. package/ar/mac.ts +0 -6
  34. package/ar/mac48.ts +0 -6
  35. package/ar/mac64.ts +0 -6
  36. package/ar/maxBytes.ts +0 -6
  37. package/ar/maxLength.ts +0 -6
  38. package/ar/maxSize.ts +0 -6
  39. package/ar/maxValue.ts +0 -6
  40. package/ar/mimeType.ts +0 -6
  41. package/ar/minBytes.ts +0 -6
  42. package/ar/minLength.ts +0 -6
  43. package/ar/minSize.ts +0 -6
  44. package/ar/minValue.ts +0 -6
  45. package/ar/multipleOf.ts +0 -6
  46. package/ar/notBytes.ts +0 -6
  47. package/ar/notLength.ts +0 -6
  48. package/ar/notSize.ts +0 -6
  49. package/ar/notValue.ts +0 -6
  50. package/ar/octal.ts +0 -6
  51. package/ar/regex.ts +0 -6
  52. package/ar/safeInteger.ts +0 -6
  53. package/ar/schema.ts +0 -5
  54. package/ar/size.ts +0 -6
  55. package/ar/startsWith.ts +0 -6
  56. package/ar/ulid.ts +0 -6
  57. package/ar/url.ts +0 -6
  58. package/ar/uuid.ts +0 -6
  59. package/ar/value.ts +0 -6
  60. package/de/bic.ts +0 -6
  61. package/de/bytes.ts +0 -6
  62. package/de/creditCard.ts +0 -6
  63. package/de/cuid2.ts +0 -6
  64. package/de/custom.ts +0 -6
  65. package/de/customAsync.ts +0 -6
  66. package/de/decimal.ts +0 -6
  67. package/de/email.ts +0 -6
  68. package/de/emoji.ts +0 -6
  69. package/de/endsWith.ts +0 -6
  70. package/de/excludes.ts +0 -6
  71. package/de/finite.ts +0 -6
  72. package/de/hash.ts +0 -6
  73. package/de/hexColor.ts +0 -6
  74. package/de/hexadecimal.ts +0 -6
  75. package/de/imei.ts +0 -6
  76. package/de/includes.ts +0 -6
  77. package/de/index.ts +0 -55
  78. package/de/integer.ts +0 -6
  79. package/de/ip.ts +0 -6
  80. package/de/ipv4.ts +0 -6
  81. package/de/ipv6.ts +0 -6
  82. package/de/isoDate.ts +0 -6
  83. package/de/isoDateTime.ts +0 -6
  84. package/de/isoTime.ts +0 -6
  85. package/de/isoTimeSecond.ts +0 -6
  86. package/de/isoTimestamp.ts +0 -6
  87. package/de/isoWeek.ts +0 -6
  88. package/de/length.ts +0 -6
  89. package/de/mac.ts +0 -6
  90. package/de/mac48.ts +0 -6
  91. package/de/mac64.ts +0 -6
  92. package/de/maxBytes.ts +0 -6
  93. package/de/maxLength.ts +0 -6
  94. package/de/maxSize.ts +0 -6
  95. package/de/maxValue.ts +0 -6
  96. package/de/mimeType.ts +0 -6
  97. package/de/minBytes.ts +0 -6
  98. package/de/minLength.ts +0 -6
  99. package/de/minSize.ts +0 -6
  100. package/de/minValue.ts +0 -6
  101. package/de/multipleOf.ts +0 -6
  102. package/de/notBytes.ts +0 -6
  103. package/de/notLength.ts +0 -6
  104. package/de/notSize.ts +0 -6
  105. package/de/notValue.ts +0 -6
  106. package/de/octal.ts +0 -6
  107. package/de/regex.ts +0 -6
  108. package/de/safeInteger.ts +0 -6
  109. package/de/schema.ts +0 -5
  110. package/de/size.ts +0 -6
  111. package/de/startsWith.ts +0 -6
  112. package/de/ulid.ts +0 -6
  113. package/de/url.ts +0 -6
  114. package/de/uuid.ts +0 -6
  115. package/de/value.ts +0 -6
  116. package/fr/bic.ts +0 -6
  117. package/fr/bytes.ts +0 -6
  118. package/fr/creditCard.ts +0 -6
  119. package/fr/cuid2.ts +0 -6
  120. package/fr/custom.ts +0 -6
  121. package/fr/customAsync.ts +0 -6
  122. package/fr/decimal.ts +0 -6
  123. package/fr/email.ts +0 -6
  124. package/fr/emoji.ts +0 -6
  125. package/fr/endsWith.ts +0 -6
  126. package/fr/excludes.ts +0 -6
  127. package/fr/finite.ts +0 -6
  128. package/fr/hash.ts +0 -6
  129. package/fr/hexColor.ts +0 -6
  130. package/fr/hexadecimal.ts +0 -6
  131. package/fr/imei.ts +0 -6
  132. package/fr/includes.ts +0 -6
  133. package/fr/index.ts +0 -55
  134. package/fr/integer.ts +0 -6
  135. package/fr/ip.ts +0 -6
  136. package/fr/ipv4.ts +0 -6
  137. package/fr/ipv6.ts +0 -6
  138. package/fr/isoDate.ts +0 -6
  139. package/fr/isoDateTime.ts +0 -6
  140. package/fr/isoTime.ts +0 -6
  141. package/fr/isoTimeSecond.ts +0 -6
  142. package/fr/isoTimestamp.ts +0 -6
  143. package/fr/isoWeek.ts +0 -6
  144. package/fr/length.ts +0 -6
  145. package/fr/mac.ts +0 -6
  146. package/fr/mac48.ts +0 -6
  147. package/fr/mac64.ts +0 -6
  148. package/fr/maxBytes.ts +0 -6
  149. package/fr/maxLength.ts +0 -6
  150. package/fr/maxSize.ts +0 -6
  151. package/fr/maxValue.ts +0 -6
  152. package/fr/mimeType.ts +0 -6
  153. package/fr/minBytes.ts +0 -6
  154. package/fr/minLength.ts +0 -6
  155. package/fr/minSize.ts +0 -6
  156. package/fr/minValue.ts +0 -6
  157. package/fr/multipleOf.ts +0 -6
  158. package/fr/notBytes.ts +0 -6
  159. package/fr/notLength.ts +0 -6
  160. package/fr/notSize.ts +0 -6
  161. package/fr/notValue.ts +0 -6
  162. package/fr/octal.ts +0 -6
  163. package/fr/regex.ts +0 -6
  164. package/fr/safeInteger.ts +0 -6
  165. package/fr/schema.ts +0 -5
  166. package/fr/size.ts +0 -6
  167. package/fr/startsWith.ts +0 -6
  168. package/fr/ulid.ts +0 -6
  169. package/fr/url.ts +0 -6
  170. package/fr/uuid.ts +0 -6
  171. package/fr/value.ts +0 -6
  172. package/hu/bic.ts +0 -6
  173. package/hu/bytes.ts +0 -6
  174. package/hu/creditCard.ts +0 -6
  175. package/hu/cuid2.ts +0 -6
  176. package/hu/custom.ts +0 -6
  177. package/hu/customAsync.ts +0 -6
  178. package/hu/decimal.ts +0 -6
  179. package/hu/email.ts +0 -6
  180. package/hu/emoji.ts +0 -6
  181. package/hu/endsWith.ts +0 -6
  182. package/hu/excludes.ts +0 -6
  183. package/hu/finite.ts +0 -6
  184. package/hu/hash.ts +0 -6
  185. package/hu/hexColor.ts +0 -6
  186. package/hu/hexadecimal.ts +0 -6
  187. package/hu/imei.ts +0 -6
  188. package/hu/includes.ts +0 -6
  189. package/hu/index.ts +0 -55
  190. package/hu/integer.ts +0 -6
  191. package/hu/ip.ts +0 -6
  192. package/hu/ipv4.ts +0 -6
  193. package/hu/ipv6.ts +0 -6
  194. package/hu/isoDate.ts +0 -6
  195. package/hu/isoDateTime.ts +0 -6
  196. package/hu/isoTime.ts +0 -6
  197. package/hu/isoTimeSecond.ts +0 -6
  198. package/hu/isoTimestamp.ts +0 -6
  199. package/hu/isoWeek.ts +0 -6
  200. package/hu/length.ts +0 -6
  201. package/hu/mac.ts +0 -6
  202. package/hu/mac48.ts +0 -6
  203. package/hu/mac64.ts +0 -6
  204. package/hu/maxBytes.ts +0 -6
  205. package/hu/maxLength.ts +0 -6
  206. package/hu/maxSize.ts +0 -6
  207. package/hu/maxValue.ts +0 -6
  208. package/hu/mimeType.ts +0 -6
  209. package/hu/minBytes.ts +0 -6
  210. package/hu/minLength.ts +0 -6
  211. package/hu/minSize.ts +0 -6
  212. package/hu/minValue.ts +0 -6
  213. package/hu/multipleOf.ts +0 -6
  214. package/hu/notBytes.ts +0 -6
  215. package/hu/notLength.ts +0 -6
  216. package/hu/notSize.ts +0 -6
  217. package/hu/notValue.ts +0 -6
  218. package/hu/octal.ts +0 -6
  219. package/hu/regex.ts +0 -6
  220. package/hu/safeInteger.ts +0 -6
  221. package/hu/schema.ts +0 -5
  222. package/hu/size.ts +0 -6
  223. package/hu/startsWith.ts +0 -6
  224. package/hu/ulid.ts +0 -6
  225. package/hu/url.ts +0 -6
  226. package/hu/uuid.ts +0 -6
  227. package/hu/value.ts +0 -6
  228. package/index.ts +0 -16
  229. package/ja/bic.ts +0 -6
  230. package/ja/bytes.ts +0 -6
  231. package/ja/creditCard.ts +0 -6
  232. package/ja/cuid2.ts +0 -6
  233. package/ja/custom.ts +0 -6
  234. package/ja/customAsync.ts +0 -6
  235. package/ja/decimal.ts +0 -6
  236. package/ja/email.ts +0 -6
  237. package/ja/emoji.ts +0 -6
  238. package/ja/endsWith.ts +0 -6
  239. package/ja/excludes.ts +0 -6
  240. package/ja/finite.ts +0 -6
  241. package/ja/hash.ts +0 -6
  242. package/ja/hexColor.ts +0 -6
  243. package/ja/hexadecimal.ts +0 -6
  244. package/ja/imei.ts +0 -6
  245. package/ja/includes.ts +0 -6
  246. package/ja/index.ts +0 -55
  247. package/ja/integer.ts +0 -6
  248. package/ja/ip.ts +0 -6
  249. package/ja/ipv4.ts +0 -6
  250. package/ja/ipv6.ts +0 -6
  251. package/ja/isoDate.ts +0 -6
  252. package/ja/isoDateTime.ts +0 -6
  253. package/ja/isoTime.ts +0 -6
  254. package/ja/isoTimeSecond.ts +0 -6
  255. package/ja/isoTimestamp.ts +0 -6
  256. package/ja/isoWeek.ts +0 -6
  257. package/ja/length.ts +0 -6
  258. package/ja/mac.ts +0 -6
  259. package/ja/mac48.ts +0 -6
  260. package/ja/mac64.ts +0 -6
  261. package/ja/maxBytes.ts +0 -6
  262. package/ja/maxLength.ts +0 -6
  263. package/ja/maxSize.ts +0 -6
  264. package/ja/maxValue.ts +0 -6
  265. package/ja/mimeType.ts +0 -6
  266. package/ja/minBytes.ts +0 -6
  267. package/ja/minLength.ts +0 -6
  268. package/ja/minSize.ts +0 -6
  269. package/ja/minValue.ts +0 -6
  270. package/ja/multipleOf.ts +0 -6
  271. package/ja/notBytes.ts +0 -6
  272. package/ja/notLength.ts +0 -6
  273. package/ja/notSize.ts +0 -6
  274. package/ja/notValue.ts +0 -6
  275. package/ja/octal.ts +0 -6
  276. package/ja/regex.ts +0 -6
  277. package/ja/safeInteger.ts +0 -6
  278. package/ja/schema.ts +0 -5
  279. package/ja/size.ts +0 -6
  280. package/ja/startsWith.ts +0 -6
  281. package/ja/ulid.ts +0 -6
  282. package/ja/url.ts +0 -6
  283. package/ja/uuid.ts +0 -6
  284. package/ja/value.ts +0 -6
  285. package/kr/bic.ts +0 -6
  286. package/kr/bytes.ts +0 -6
  287. package/kr/creditCard.ts +0 -6
  288. package/kr/cuid2.ts +0 -6
  289. package/kr/custom.ts +0 -6
  290. package/kr/customAsync.ts +0 -6
  291. package/kr/decimal.ts +0 -6
  292. package/kr/email.ts +0 -6
  293. package/kr/emoji.ts +0 -6
  294. package/kr/endsWith.ts +0 -6
  295. package/kr/excludes.ts +0 -6
  296. package/kr/finite.ts +0 -6
  297. package/kr/hash.ts +0 -6
  298. package/kr/hexColor.ts +0 -6
  299. package/kr/hexadecimal.ts +0 -6
  300. package/kr/imei.ts +0 -6
  301. package/kr/includes.ts +0 -6
  302. package/kr/index.ts +0 -55
  303. package/kr/integer.ts +0 -6
  304. package/kr/ip.ts +0 -6
  305. package/kr/ipv4.ts +0 -6
  306. package/kr/ipv6.ts +0 -6
  307. package/kr/isoDate.ts +0 -6
  308. package/kr/isoDateTime.ts +0 -6
  309. package/kr/isoTime.ts +0 -6
  310. package/kr/isoTimeSecond.ts +0 -6
  311. package/kr/isoTimestamp.ts +0 -6
  312. package/kr/isoWeek.ts +0 -6
  313. package/kr/length.ts +0 -6
  314. package/kr/mac.ts +0 -6
  315. package/kr/mac48.ts +0 -6
  316. package/kr/mac64.ts +0 -6
  317. package/kr/maxBytes.ts +0 -6
  318. package/kr/maxLength.ts +0 -6
  319. package/kr/maxSize.ts +0 -6
  320. package/kr/maxValue.ts +0 -6
  321. package/kr/mimeType.ts +0 -6
  322. package/kr/minBytes.ts +0 -6
  323. package/kr/minLength.ts +0 -6
  324. package/kr/minSize.ts +0 -6
  325. package/kr/minValue.ts +0 -6
  326. package/kr/multipleOf.ts +0 -6
  327. package/kr/notBytes.ts +0 -6
  328. package/kr/notLength.ts +0 -6
  329. package/kr/notSize.ts +0 -6
  330. package/kr/notValue.ts +0 -6
  331. package/kr/octal.ts +0 -6
  332. package/kr/regex.ts +0 -6
  333. package/kr/safeInteger.ts +0 -6
  334. package/kr/schema.ts +0 -5
  335. package/kr/size.ts +0 -6
  336. package/kr/startsWith.ts +0 -6
  337. package/kr/ulid.ts +0 -6
  338. package/kr/url.ts +0 -6
  339. package/kr/uuid.ts +0 -6
  340. package/kr/value.ts +0 -6
  341. package/nb/bic.ts +0 -6
  342. package/nb/bytes.ts +0 -6
  343. package/nb/creditCard.ts +0 -6
  344. package/nb/cuid2.ts +0 -6
  345. package/nb/custom.ts +0 -6
  346. package/nb/customAsync.ts +0 -6
  347. package/nb/decimal.ts +0 -6
  348. package/nb/email.ts +0 -6
  349. package/nb/emoji.ts +0 -6
  350. package/nb/endsWith.ts +0 -6
  351. package/nb/excludes.ts +0 -6
  352. package/nb/finite.ts +0 -6
  353. package/nb/hash.ts +0 -6
  354. package/nb/hexColor.ts +0 -6
  355. package/nb/hexadecimal.ts +0 -6
  356. package/nb/imei.ts +0 -6
  357. package/nb/includes.ts +0 -6
  358. package/nb/index.ts +0 -55
  359. package/nb/integer.ts +0 -6
  360. package/nb/ip.ts +0 -6
  361. package/nb/ipv4.ts +0 -6
  362. package/nb/ipv6.ts +0 -6
  363. package/nb/isoDate.ts +0 -6
  364. package/nb/isoDateTime.ts +0 -6
  365. package/nb/isoTime.ts +0 -6
  366. package/nb/isoTimeSecond.ts +0 -6
  367. package/nb/isoTimestamp.ts +0 -6
  368. package/nb/isoWeek.ts +0 -6
  369. package/nb/length.ts +0 -6
  370. package/nb/mac.ts +0 -6
  371. package/nb/mac48.ts +0 -6
  372. package/nb/mac64.ts +0 -6
  373. package/nb/maxBytes.ts +0 -6
  374. package/nb/maxLength.ts +0 -6
  375. package/nb/maxSize.ts +0 -6
  376. package/nb/maxValue.ts +0 -6
  377. package/nb/mimeType.ts +0 -6
  378. package/nb/minBytes.ts +0 -6
  379. package/nb/minLength.ts +0 -6
  380. package/nb/minSize.ts +0 -6
  381. package/nb/minValue.ts +0 -6
  382. package/nb/multipleOf.ts +0 -6
  383. package/nb/notBytes.ts +0 -6
  384. package/nb/notLength.ts +0 -6
  385. package/nb/notSize.ts +0 -6
  386. package/nb/notValue.ts +0 -6
  387. package/nb/octal.ts +0 -6
  388. package/nb/regex.ts +0 -6
  389. package/nb/safeInteger.ts +0 -6
  390. package/nb/schema.ts +0 -5
  391. package/nb/size.ts +0 -6
  392. package/nb/startsWith.ts +0 -6
  393. package/nb/ulid.ts +0 -6
  394. package/nb/url.ts +0 -6
  395. package/nb/uuid.ts +0 -6
  396. package/nb/value.ts +0 -6
  397. package/nl/bic.ts +0 -6
  398. package/nl/bytes.ts +0 -6
  399. package/nl/creditCard.ts +0 -6
  400. package/nl/cuid2.ts +0 -6
  401. package/nl/custom.ts +0 -6
  402. package/nl/customAsync.ts +0 -6
  403. package/nl/decimal.ts +0 -6
  404. package/nl/email.ts +0 -6
  405. package/nl/emoji.ts +0 -6
  406. package/nl/endsWith.ts +0 -6
  407. package/nl/excludes.ts +0 -6
  408. package/nl/finite.ts +0 -6
  409. package/nl/hash.ts +0 -6
  410. package/nl/hexColor.ts +0 -6
  411. package/nl/hexadecimal.ts +0 -6
  412. package/nl/imei.ts +0 -6
  413. package/nl/includes.ts +0 -6
  414. package/nl/index.ts +0 -55
  415. package/nl/integer.ts +0 -6
  416. package/nl/ip.ts +0 -6
  417. package/nl/ipv4.ts +0 -6
  418. package/nl/ipv6.ts +0 -6
  419. package/nl/isoDate.ts +0 -6
  420. package/nl/isoDateTime.ts +0 -6
  421. package/nl/isoTime.ts +0 -6
  422. package/nl/isoTimeSecond.ts +0 -6
  423. package/nl/isoTimestamp.ts +0 -6
  424. package/nl/isoWeek.ts +0 -6
  425. package/nl/length.ts +0 -6
  426. package/nl/mac.ts +0 -6
  427. package/nl/mac48.ts +0 -6
  428. package/nl/mac64.ts +0 -6
  429. package/nl/maxBytes.ts +0 -6
  430. package/nl/maxLength.ts +0 -6
  431. package/nl/maxSize.ts +0 -6
  432. package/nl/maxValue.ts +0 -6
  433. package/nl/mimeType.ts +0 -6
  434. package/nl/minBytes.ts +0 -6
  435. package/nl/minLength.ts +0 -6
  436. package/nl/minSize.ts +0 -6
  437. package/nl/minValue.ts +0 -6
  438. package/nl/multipleOf.ts +0 -6
  439. package/nl/notBytes.ts +0 -6
  440. package/nl/notLength.ts +0 -6
  441. package/nl/notSize.ts +0 -6
  442. package/nl/notValue.ts +0 -6
  443. package/nl/octal.ts +0 -6
  444. package/nl/regex.ts +0 -6
  445. package/nl/safeInteger.ts +0 -6
  446. package/nl/schema.ts +0 -5
  447. package/nl/size.ts +0 -6
  448. package/nl/startsWith.ts +0 -6
  449. package/nl/ulid.ts +0 -6
  450. package/nl/url.ts +0 -6
  451. package/nl/uuid.ts +0 -6
  452. package/nl/value.ts +0 -6
  453. package/pt/bic.ts +0 -6
  454. package/pt/bytes.ts +0 -6
  455. package/pt/creditCard.ts +0 -6
  456. package/pt/cuid2.ts +0 -6
  457. package/pt/custom.ts +0 -6
  458. package/pt/customAsync.ts +0 -6
  459. package/pt/decimal.ts +0 -6
  460. package/pt/email.ts +0 -6
  461. package/pt/emoji.ts +0 -6
  462. package/pt/endsWith.ts +0 -6
  463. package/pt/excludes.ts +0 -6
  464. package/pt/finite.ts +0 -6
  465. package/pt/hash.ts +0 -6
  466. package/pt/hexColor.ts +0 -6
  467. package/pt/hexadecimal.ts +0 -6
  468. package/pt/imei.ts +0 -6
  469. package/pt/includes.ts +0 -6
  470. package/pt/index.ts +0 -55
  471. package/pt/integer.ts +0 -6
  472. package/pt/ip.ts +0 -6
  473. package/pt/ipv4.ts +0 -6
  474. package/pt/ipv6.ts +0 -6
  475. package/pt/isoDate.ts +0 -6
  476. package/pt/isoDateTime.ts +0 -6
  477. package/pt/isoTime.ts +0 -6
  478. package/pt/isoTimeSecond.ts +0 -6
  479. package/pt/isoTimestamp.ts +0 -6
  480. package/pt/isoWeek.ts +0 -6
  481. package/pt/length.ts +0 -6
  482. package/pt/mac.ts +0 -6
  483. package/pt/mac48.ts +0 -6
  484. package/pt/mac64.ts +0 -6
  485. package/pt/maxBytes.ts +0 -6
  486. package/pt/maxLength.ts +0 -6
  487. package/pt/maxSize.ts +0 -6
  488. package/pt/maxValue.ts +0 -6
  489. package/pt/mimeType.ts +0 -6
  490. package/pt/minBytes.ts +0 -6
  491. package/pt/minLength.ts +0 -6
  492. package/pt/minSize.ts +0 -6
  493. package/pt/minValue.ts +0 -6
  494. package/pt/multipleOf.ts +0 -6
  495. package/pt/notBytes.ts +0 -6
  496. package/pt/notLength.ts +0 -6
  497. package/pt/notSize.ts +0 -6
  498. package/pt/notValue.ts +0 -6
  499. package/pt/octal.ts +0 -6
  500. package/pt/regex.ts +0 -6
  501. package/pt/safeInteger.ts +0 -6
  502. package/pt/schema.ts +0 -5
  503. package/pt/size.ts +0 -6
  504. package/pt/startsWith.ts +0 -6
  505. package/pt/ulid.ts +0 -6
  506. package/pt/url.ts +0 -6
  507. package/pt/uuid.ts +0 -6
  508. package/pt/value.ts +0 -6
  509. package/ro/bic.ts +0 -6
  510. package/ro/bytes.ts +0 -6
  511. package/ro/creditCard.ts +0 -6
  512. package/ro/cuid2.ts +0 -6
  513. package/ro/custom.ts +0 -6
  514. package/ro/customAsync.ts +0 -6
  515. package/ro/decimal.ts +0 -6
  516. package/ro/email.ts +0 -6
  517. package/ro/emoji.ts +0 -6
  518. package/ro/endsWith.ts +0 -6
  519. package/ro/excludes.ts +0 -6
  520. package/ro/finite.ts +0 -6
  521. package/ro/hash.ts +0 -6
  522. package/ro/hexColor.ts +0 -6
  523. package/ro/hexadecimal.ts +0 -6
  524. package/ro/imei.ts +0 -6
  525. package/ro/includes.ts +0 -6
  526. package/ro/index.ts +0 -55
  527. package/ro/integer.ts +0 -6
  528. package/ro/ip.ts +0 -6
  529. package/ro/ipv4.ts +0 -6
  530. package/ro/ipv6.ts +0 -6
  531. package/ro/isoDate.ts +0 -6
  532. package/ro/isoDateTime.ts +0 -6
  533. package/ro/isoTime.ts +0 -6
  534. package/ro/isoTimeSecond.ts +0 -6
  535. package/ro/isoTimestamp.ts +0 -6
  536. package/ro/isoWeek.ts +0 -6
  537. package/ro/length.ts +0 -6
  538. package/ro/mac.ts +0 -6
  539. package/ro/mac48.ts +0 -6
  540. package/ro/mac64.ts +0 -6
  541. package/ro/maxBytes.ts +0 -6
  542. package/ro/maxLength.ts +0 -6
  543. package/ro/maxSize.ts +0 -6
  544. package/ro/maxValue.ts +0 -6
  545. package/ro/mimeType.ts +0 -6
  546. package/ro/minBytes.ts +0 -6
  547. package/ro/minLength.ts +0 -6
  548. package/ro/minSize.ts +0 -6
  549. package/ro/minValue.ts +0 -6
  550. package/ro/multipleOf.ts +0 -6
  551. package/ro/notBytes.ts +0 -6
  552. package/ro/notLength.ts +0 -6
  553. package/ro/notSize.ts +0 -6
  554. package/ro/notValue.ts +0 -6
  555. package/ro/octal.ts +0 -6
  556. package/ro/regex.ts +0 -6
  557. package/ro/safeInteger.ts +0 -6
  558. package/ro/schema.ts +0 -5
  559. package/ro/size.ts +0 -6
  560. package/ro/startsWith.ts +0 -6
  561. package/ro/ulid.ts +0 -6
  562. package/ro/url.ts +0 -6
  563. package/ro/uuid.ts +0 -6
  564. package/ro/value.ts +0 -6
  565. package/ru/bic.ts +0 -6
  566. package/ru/bytes.ts +0 -6
  567. package/ru/creditCard.ts +0 -6
  568. package/ru/cuid2.ts +0 -6
  569. package/ru/custom.ts +0 -6
  570. package/ru/customAsync.ts +0 -6
  571. package/ru/decimal.ts +0 -6
  572. package/ru/email.ts +0 -6
  573. package/ru/emoji.ts +0 -6
  574. package/ru/endsWith.ts +0 -6
  575. package/ru/excludes.ts +0 -6
  576. package/ru/finite.ts +0 -6
  577. package/ru/hash.ts +0 -6
  578. package/ru/hexColor.ts +0 -6
  579. package/ru/hexadecimal.ts +0 -6
  580. package/ru/imei.ts +0 -6
  581. package/ru/includes.ts +0 -6
  582. package/ru/index.ts +0 -55
  583. package/ru/integer.ts +0 -6
  584. package/ru/ip.ts +0 -6
  585. package/ru/ipv4.ts +0 -6
  586. package/ru/ipv6.ts +0 -6
  587. package/ru/isoDate.ts +0 -6
  588. package/ru/isoDateTime.ts +0 -6
  589. package/ru/isoTime.ts +0 -6
  590. package/ru/isoTimeSecond.ts +0 -6
  591. package/ru/isoTimestamp.ts +0 -6
  592. package/ru/isoWeek.ts +0 -6
  593. package/ru/length.ts +0 -6
  594. package/ru/mac.ts +0 -6
  595. package/ru/mac48.ts +0 -6
  596. package/ru/mac64.ts +0 -6
  597. package/ru/maxBytes.ts +0 -6
  598. package/ru/maxLength.ts +0 -6
  599. package/ru/maxSize.ts +0 -6
  600. package/ru/maxValue.ts +0 -6
  601. package/ru/mimeType.ts +0 -6
  602. package/ru/minBytes.ts +0 -6
  603. package/ru/minLength.ts +0 -6
  604. package/ru/minSize.ts +0 -6
  605. package/ru/minValue.ts +0 -6
  606. package/ru/multipleOf.ts +0 -6
  607. package/ru/notBytes.ts +0 -6
  608. package/ru/notLength.ts +0 -6
  609. package/ru/notSize.ts +0 -6
  610. package/ru/notValue.ts +0 -6
  611. package/ru/octal.ts +0 -6
  612. package/ru/regex.ts +0 -6
  613. package/ru/safeInteger.ts +0 -6
  614. package/ru/schema.ts +0 -5
  615. package/ru/size.ts +0 -6
  616. package/ru/startsWith.ts +0 -6
  617. package/ru/ulid.ts +0 -6
  618. package/ru/url.ts +0 -6
  619. package/ru/uuid.ts +0 -6
  620. package/ru/value.ts +0 -6
  621. package/sl/bic.ts +0 -6
  622. package/sl/bytes.ts +0 -6
  623. package/sl/creditCard.ts +0 -6
  624. package/sl/cuid2.ts +0 -6
  625. package/sl/custom.ts +0 -6
  626. package/sl/customAsync.ts +0 -6
  627. package/sl/decimal.ts +0 -6
  628. package/sl/email.ts +0 -6
  629. package/sl/emoji.ts +0 -6
  630. package/sl/endsWith.ts +0 -6
  631. package/sl/excludes.ts +0 -6
  632. package/sl/finite.ts +0 -6
  633. package/sl/hash.ts +0 -6
  634. package/sl/hexColor.ts +0 -6
  635. package/sl/hexadecimal.ts +0 -6
  636. package/sl/imei.ts +0 -6
  637. package/sl/includes.ts +0 -6
  638. package/sl/index.ts +0 -55
  639. package/sl/integer.ts +0 -6
  640. package/sl/ip.ts +0 -6
  641. package/sl/ipv4.ts +0 -6
  642. package/sl/ipv6.ts +0 -6
  643. package/sl/isoDate.ts +0 -6
  644. package/sl/isoDateTime.ts +0 -6
  645. package/sl/isoTime.ts +0 -6
  646. package/sl/isoTimeSecond.ts +0 -6
  647. package/sl/isoTimestamp.ts +0 -6
  648. package/sl/isoWeek.ts +0 -6
  649. package/sl/length.ts +0 -6
  650. package/sl/mac.ts +0 -6
  651. package/sl/mac48.ts +0 -6
  652. package/sl/mac64.ts +0 -6
  653. package/sl/maxBytes.ts +0 -6
  654. package/sl/maxLength.ts +0 -6
  655. package/sl/maxSize.ts +0 -6
  656. package/sl/maxValue.ts +0 -6
  657. package/sl/mimeType.ts +0 -6
  658. package/sl/minBytes.ts +0 -6
  659. package/sl/minLength.ts +0 -6
  660. package/sl/minSize.ts +0 -6
  661. package/sl/minValue.ts +0 -6
  662. package/sl/multipleOf.ts +0 -6
  663. package/sl/notBytes.ts +0 -6
  664. package/sl/notLength.ts +0 -6
  665. package/sl/notSize.ts +0 -6
  666. package/sl/notValue.ts +0 -6
  667. package/sl/octal.ts +0 -6
  668. package/sl/regex.ts +0 -6
  669. package/sl/safeInteger.ts +0 -6
  670. package/sl/schema.ts +0 -5
  671. package/sl/size.ts +0 -6
  672. package/sl/startsWith.ts +0 -6
  673. package/sl/ulid.ts +0 -6
  674. package/sl/url.ts +0 -6
  675. package/sl/uuid.ts +0 -6
  676. package/sl/value.ts +0 -6
  677. package/tr/bic.ts +0 -6
  678. package/tr/bytes.ts +0 -6
  679. package/tr/creditCard.ts +0 -6
  680. package/tr/cuid2.ts +0 -6
  681. package/tr/custom.ts +0 -6
  682. package/tr/customAsync.ts +0 -6
  683. package/tr/decimal.ts +0 -6
  684. package/tr/email.ts +0 -6
  685. package/tr/emoji.ts +0 -6
  686. package/tr/endsWith.ts +0 -6
  687. package/tr/excludes.ts +0 -6
  688. package/tr/finite.ts +0 -6
  689. package/tr/hash.ts +0 -6
  690. package/tr/hexColor.ts +0 -6
  691. package/tr/hexadecimal.ts +0 -6
  692. package/tr/imei.ts +0 -6
  693. package/tr/includes.ts +0 -6
  694. package/tr/index.ts +0 -55
  695. package/tr/integer.ts +0 -6
  696. package/tr/ip.ts +0 -6
  697. package/tr/ipv4.ts +0 -6
  698. package/tr/ipv6.ts +0 -6
  699. package/tr/isoDate.ts +0 -6
  700. package/tr/isoDateTime.ts +0 -6
  701. package/tr/isoTime.ts +0 -6
  702. package/tr/isoTimeSecond.ts +0 -6
  703. package/tr/isoTimestamp.ts +0 -6
  704. package/tr/isoWeek.ts +0 -6
  705. package/tr/length.ts +0 -6
  706. package/tr/mac.ts +0 -6
  707. package/tr/mac48.ts +0 -6
  708. package/tr/mac64.ts +0 -6
  709. package/tr/maxBytes.ts +0 -6
  710. package/tr/maxLength.ts +0 -6
  711. package/tr/maxSize.ts +0 -6
  712. package/tr/maxValue.ts +0 -6
  713. package/tr/mimeType.ts +0 -6
  714. package/tr/minBytes.ts +0 -6
  715. package/tr/minLength.ts +0 -6
  716. package/tr/minSize.ts +0 -6
  717. package/tr/minValue.ts +0 -6
  718. package/tr/multipleOf.ts +0 -6
  719. package/tr/notBytes.ts +0 -6
  720. package/tr/notLength.ts +0 -6
  721. package/tr/notSize.ts +0 -6
  722. package/tr/notValue.ts +0 -6
  723. package/tr/octal.ts +0 -6
  724. package/tr/regex.ts +0 -6
  725. package/tr/safeInteger.ts +0 -6
  726. package/tr/schema.ts +0 -5
  727. package/tr/size.ts +0 -6
  728. package/tr/startsWith.ts +0 -6
  729. package/tr/ulid.ts +0 -6
  730. package/tr/url.ts +0 -6
  731. package/tr/uuid.ts +0 -6
  732. package/tr/value.ts +0 -6
  733. package/uk/bic.ts +0 -6
  734. package/uk/bytes.ts +0 -6
  735. package/uk/creditCard.ts +0 -6
  736. package/uk/cuid2.ts +0 -6
  737. package/uk/custom.ts +0 -6
  738. package/uk/customAsync.ts +0 -6
  739. package/uk/decimal.ts +0 -6
  740. package/uk/email.ts +0 -6
  741. package/uk/emoji.ts +0 -6
  742. package/uk/endsWith.ts +0 -6
  743. package/uk/excludes.ts +0 -6
  744. package/uk/finite.ts +0 -6
  745. package/uk/hash.ts +0 -6
  746. package/uk/hexColor.ts +0 -6
  747. package/uk/hexadecimal.ts +0 -6
  748. package/uk/imei.ts +0 -6
  749. package/uk/includes.ts +0 -6
  750. package/uk/index.ts +0 -55
  751. package/uk/integer.ts +0 -6
  752. package/uk/ip.ts +0 -6
  753. package/uk/ipv4.ts +0 -6
  754. package/uk/ipv6.ts +0 -6
  755. package/uk/isoDate.ts +0 -6
  756. package/uk/isoDateTime.ts +0 -6
  757. package/uk/isoTime.ts +0 -6
  758. package/uk/isoTimeSecond.ts +0 -6
  759. package/uk/isoTimestamp.ts +0 -6
  760. package/uk/isoWeek.ts +0 -6
  761. package/uk/length.ts +0 -6
  762. package/uk/mac.ts +0 -6
  763. package/uk/mac48.ts +0 -6
  764. package/uk/mac64.ts +0 -6
  765. package/uk/maxBytes.ts +0 -6
  766. package/uk/maxLength.ts +0 -6
  767. package/uk/maxSize.ts +0 -6
  768. package/uk/maxValue.ts +0 -6
  769. package/uk/mimeType.ts +0 -6
  770. package/uk/minBytes.ts +0 -6
  771. package/uk/minLength.ts +0 -6
  772. package/uk/minSize.ts +0 -6
  773. package/uk/minValue.ts +0 -6
  774. package/uk/multipleOf.ts +0 -6
  775. package/uk/notBytes.ts +0 -6
  776. package/uk/notLength.ts +0 -6
  777. package/uk/notSize.ts +0 -6
  778. package/uk/notValue.ts +0 -6
  779. package/uk/octal.ts +0 -6
  780. package/uk/regex.ts +0 -6
  781. package/uk/safeInteger.ts +0 -6
  782. package/uk/schema.ts +0 -5
  783. package/uk/size.ts +0 -6
  784. package/uk/startsWith.ts +0 -6
  785. package/uk/ulid.ts +0 -6
  786. package/uk/url.ts +0 -6
  787. package/uk/uuid.ts +0 -6
  788. package/uk/value.ts +0 -6
  789. package/zh-CN/bic.ts +0 -6
  790. package/zh-CN/bytes.ts +0 -6
  791. package/zh-CN/creditCard.ts +0 -6
  792. package/zh-CN/cuid2.ts +0 -6
  793. package/zh-CN/custom.ts +0 -6
  794. package/zh-CN/customAsync.ts +0 -6
  795. package/zh-CN/decimal.ts +0 -6
  796. package/zh-CN/email.ts +0 -6
  797. package/zh-CN/emoji.ts +0 -6
  798. package/zh-CN/endsWith.ts +0 -6
  799. package/zh-CN/excludes.ts +0 -6
  800. package/zh-CN/finite.ts +0 -6
  801. package/zh-CN/hash.ts +0 -6
  802. package/zh-CN/hexColor.ts +0 -6
  803. package/zh-CN/hexadecimal.ts +0 -6
  804. package/zh-CN/imei.ts +0 -6
  805. package/zh-CN/includes.ts +0 -6
  806. package/zh-CN/index.ts +0 -55
  807. package/zh-CN/integer.ts +0 -6
  808. package/zh-CN/ip.ts +0 -6
  809. package/zh-CN/ipv4.ts +0 -6
  810. package/zh-CN/ipv6.ts +0 -6
  811. package/zh-CN/isoDate.ts +0 -6
  812. package/zh-CN/isoDateTime.ts +0 -6
  813. package/zh-CN/isoTime.ts +0 -6
  814. package/zh-CN/isoTimeSecond.ts +0 -6
  815. package/zh-CN/isoTimestamp.ts +0 -6
  816. package/zh-CN/isoWeek.ts +0 -6
  817. package/zh-CN/length.ts +0 -6
  818. package/zh-CN/mac.ts +0 -6
  819. package/zh-CN/mac48.ts +0 -6
  820. package/zh-CN/mac64.ts +0 -6
  821. package/zh-CN/maxBytes.ts +0 -6
  822. package/zh-CN/maxLength.ts +0 -6
  823. package/zh-CN/maxSize.ts +0 -6
  824. package/zh-CN/maxValue.ts +0 -6
  825. package/zh-CN/mimeType.ts +0 -6
  826. package/zh-CN/minBytes.ts +0 -6
  827. package/zh-CN/minLength.ts +0 -6
  828. package/zh-CN/minSize.ts +0 -6
  829. package/zh-CN/minValue.ts +0 -6
  830. package/zh-CN/multipleOf.ts +0 -6
  831. package/zh-CN/notBytes.ts +0 -6
  832. package/zh-CN/notLength.ts +0 -6
  833. package/zh-CN/notSize.ts +0 -6
  834. package/zh-CN/notValue.ts +0 -6
  835. package/zh-CN/octal.ts +0 -6
  836. package/zh-CN/regex.ts +0 -6
  837. package/zh-CN/safeInteger.ts +0 -6
  838. package/zh-CN/schema.ts +0 -5
  839. package/zh-CN/size.ts +0 -6
  840. package/zh-CN/startsWith.ts +0 -6
  841. package/zh-CN/ulid.ts +0 -6
  842. package/zh-CN/url.ts +0 -6
  843. package/zh-CN/uuid.ts +0 -6
  844. package/zh-CN/value.ts +0 -6
  845. package/zh-TW/bic.ts +0 -6
  846. package/zh-TW/bytes.ts +0 -6
  847. package/zh-TW/creditCard.ts +0 -6
  848. package/zh-TW/cuid2.ts +0 -6
  849. package/zh-TW/custom.ts +0 -6
  850. package/zh-TW/customAsync.ts +0 -6
  851. package/zh-TW/decimal.ts +0 -6
  852. package/zh-TW/email.ts +0 -6
  853. package/zh-TW/emoji.ts +0 -6
  854. package/zh-TW/endsWith.ts +0 -6
  855. package/zh-TW/excludes.ts +0 -6
  856. package/zh-TW/finite.ts +0 -6
  857. package/zh-TW/hash.ts +0 -6
  858. package/zh-TW/hexColor.ts +0 -6
  859. package/zh-TW/hexadecimal.ts +0 -6
  860. package/zh-TW/imei.ts +0 -6
  861. package/zh-TW/includes.ts +0 -6
  862. package/zh-TW/index.ts +0 -55
  863. package/zh-TW/integer.ts +0 -6
  864. package/zh-TW/ip.ts +0 -6
  865. package/zh-TW/ipv4.ts +0 -6
  866. package/zh-TW/ipv6.ts +0 -6
  867. package/zh-TW/isoDate.ts +0 -6
  868. package/zh-TW/isoDateTime.ts +0 -6
  869. package/zh-TW/isoTime.ts +0 -6
  870. package/zh-TW/isoTimeSecond.ts +0 -6
  871. package/zh-TW/isoTimestamp.ts +0 -6
  872. package/zh-TW/isoWeek.ts +0 -6
  873. package/zh-TW/length.ts +0 -6
  874. package/zh-TW/mac.ts +0 -6
  875. package/zh-TW/mac48.ts +0 -6
  876. package/zh-TW/mac64.ts +0 -6
  877. package/zh-TW/maxBytes.ts +0 -6
  878. package/zh-TW/maxLength.ts +0 -6
  879. package/zh-TW/maxSize.ts +0 -6
  880. package/zh-TW/maxValue.ts +0 -6
  881. package/zh-TW/mimeType.ts +0 -6
  882. package/zh-TW/minBytes.ts +0 -6
  883. package/zh-TW/minLength.ts +0 -6
  884. package/zh-TW/minSize.ts +0 -6
  885. package/zh-TW/minValue.ts +0 -6
  886. package/zh-TW/multipleOf.ts +0 -6
  887. package/zh-TW/notBytes.ts +0 -6
  888. package/zh-TW/notLength.ts +0 -6
  889. package/zh-TW/notSize.ts +0 -6
  890. package/zh-TW/notValue.ts +0 -6
  891. package/zh-TW/octal.ts +0 -6
  892. package/zh-TW/regex.ts +0 -6
  893. package/zh-TW/safeInteger.ts +0 -6
  894. package/zh-TW/schema.ts +0 -5
  895. package/zh-TW/size.ts +0 -6
  896. package/zh-TW/startsWith.ts +0 -6
  897. package/zh-TW/ulid.ts +0 -6
  898. package/zh-TW/url.ts +0 -6
  899. package/zh-TW/uuid.ts +0 -6
  900. package/zh-TW/value.ts +0 -6
package/de/emoji.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, emoji } from "valibot";
2
- setSpecificMessage(
3
- emoji,
4
- (issue) => `Ungültiges Emoji: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/endsWith.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, endsWith } from "valibot";
2
- setSpecificMessage(
3
- endsWith,
4
- (issue) => `Ungültiges Ende: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/excludes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, excludes } from "valibot";
2
- setSpecificMessage(
3
- excludes,
4
- (issue) => `Ungültiger Inhalt: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/finite.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, finite } from "valibot";
2
- setSpecificMessage(
3
- finite,
4
- (issue) => `Ungültiges Endliche: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/hash.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, hash } from "valibot";
2
- setSpecificMessage(
3
- hash,
4
- (issue) => `Ungültiger Hash: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/hexColor.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, hexColor } from "valibot";
2
- setSpecificMessage(
3
- hexColor,
4
- (issue) => `Ungültige Hex-Farbe: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/hexadecimal.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, hexadecimal } from "valibot";
2
- setSpecificMessage(
3
- hexadecimal,
4
- (issue) => `Ungültige Hexadezimale: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/imei.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, imei } from "valibot";
2
- setSpecificMessage(
3
- imei,
4
- (issue) => `Ungültige IMEI: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/includes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, includes } from "valibot";
2
- setSpecificMessage(
3
- includes,
4
- (issue) => `Ungültiger Inhalt: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/index.ts DELETED
@@ -1,55 +0,0 @@
1
- import "@valibot/i18n/de/schema";
2
- import "@valibot/i18n/de/bic";
3
- import "@valibot/i18n/de/bytes";
4
- import "@valibot/i18n/de/creditCard";
5
- import "@valibot/i18n/de/cuid2";
6
- import "@valibot/i18n/de/custom";
7
- import "@valibot/i18n/de/customAsync";
8
- import "@valibot/i18n/de/decimal";
9
- import "@valibot/i18n/de/email";
10
- import "@valibot/i18n/de/emoji";
11
- import "@valibot/i18n/de/endsWith";
12
- import "@valibot/i18n/de/excludes";
13
- import "@valibot/i18n/de/finite";
14
- import "@valibot/i18n/de/hash";
15
- import "@valibot/i18n/de/hexColor";
16
- import "@valibot/i18n/de/hexadecimal";
17
- import "@valibot/i18n/de/imei";
18
- import "@valibot/i18n/de/includes";
19
- import "@valibot/i18n/de/integer";
20
- import "@valibot/i18n/de/ip";
21
- import "@valibot/i18n/de/ipv4";
22
- import "@valibot/i18n/de/ipv6";
23
- import "@valibot/i18n/de/isoDate";
24
- import "@valibot/i18n/de/isoDateTime";
25
- import "@valibot/i18n/de/isoTime";
26
- import "@valibot/i18n/de/isoTimeSecond";
27
- import "@valibot/i18n/de/isoTimestamp";
28
- import "@valibot/i18n/de/isoWeek";
29
- import "@valibot/i18n/de/length";
30
- import "@valibot/i18n/de/mac";
31
- import "@valibot/i18n/de/mac48";
32
- import "@valibot/i18n/de/mac64";
33
- import "@valibot/i18n/de/maxBytes";
34
- import "@valibot/i18n/de/maxLength";
35
- import "@valibot/i18n/de/maxSize";
36
- import "@valibot/i18n/de/maxValue";
37
- import "@valibot/i18n/de/mimeType";
38
- import "@valibot/i18n/de/minBytes";
39
- import "@valibot/i18n/de/minLength";
40
- import "@valibot/i18n/de/minSize";
41
- import "@valibot/i18n/de/minValue";
42
- import "@valibot/i18n/de/multipleOf";
43
- import "@valibot/i18n/de/notBytes";
44
- import "@valibot/i18n/de/notLength";
45
- import "@valibot/i18n/de/notSize";
46
- import "@valibot/i18n/de/notValue";
47
- import "@valibot/i18n/de/octal";
48
- import "@valibot/i18n/de/regex";
49
- import "@valibot/i18n/de/safeInteger";
50
- import "@valibot/i18n/de/size";
51
- import "@valibot/i18n/de/startsWith";
52
- import "@valibot/i18n/de/ulid";
53
- import "@valibot/i18n/de/url";
54
- import "@valibot/i18n/de/uuid";
55
- import "@valibot/i18n/de/value";
package/de/integer.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, integer } from "valibot";
2
- setSpecificMessage(
3
- integer,
4
- (issue) => `Ungültige Ganzzahl: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/ip.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, ip } from "valibot";
2
- setSpecificMessage(
3
- ip,
4
- (issue) => `Ungültige IP: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/ipv4.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, ipv4 } from "valibot";
2
- setSpecificMessage(
3
- ipv4,
4
- (issue) => `Ungültige IPv4: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/ipv6.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, ipv6 } from "valibot";
2
- setSpecificMessage(
3
- ipv6,
4
- (issue) => `Ungültige IPv6: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/isoDate.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, isoDate } from "valibot";
2
- setSpecificMessage(
3
- isoDate,
4
- (issue) => `Ungültiges Datum: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/isoDateTime.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, isoDateTime } from "valibot";
2
- setSpecificMessage(
3
- isoDateTime,
4
- (issue) => `Ungültige Datums-Zeit: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/isoTime.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, isoTime } from "valibot";
2
- setSpecificMessage(
3
- isoTime,
4
- (issue) => `Ungültige Zeit: ${issue.received} erhalten`,
5
- "de"
6
- );
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, isoTimeSecond } from "valibot";
2
- setSpecificMessage(
3
- isoTimeSecond,
4
- (issue) => `Ungültige Zeitsekunde: ${issue.received} erhalten`,
5
- "de"
6
- );
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, isoTimestamp } from "valibot";
2
- setSpecificMessage(
3
- isoTimestamp,
4
- (issue) => `Ungültiger Zeitstempel: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/isoWeek.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, isoWeek } from "valibot";
2
- setSpecificMessage(
3
- isoWeek,
4
- (issue) => `Ungültige Woche: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/length.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, length } from "valibot";
2
- setSpecificMessage(
3
- length,
4
- (issue) => `Ungültige Länge: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/mac.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, mac } from "valibot";
2
- setSpecificMessage(
3
- mac,
4
- (issue) => `Ungültige MAC: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/mac48.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, mac48 } from "valibot";
2
- setSpecificMessage(
3
- mac48,
4
- (issue) => `Ungültige 48-bit MAC: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/mac64.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, mac64 } from "valibot";
2
- setSpecificMessage(
3
- mac64,
4
- (issue) => `Ungültige 64-bit MAC: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/maxBytes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, maxBytes } from "valibot";
2
- setSpecificMessage(
3
- maxBytes,
4
- (issue) => `Ungültige Bytes: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/maxLength.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, maxLength } from "valibot";
2
- setSpecificMessage(
3
- maxLength,
4
- (issue) => `Ungültige Länge: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/maxSize.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, maxSize } from "valibot";
2
- setSpecificMessage(
3
- maxSize,
4
- (issue) => `Ungültige Größe: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/maxValue.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, maxValue } from "valibot";
2
- setSpecificMessage(
3
- maxValue,
4
- (issue) => `Ungültiger Wert: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/mimeType.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, mimeType } from "valibot";
2
- setSpecificMessage(
3
- mimeType,
4
- (issue) => `Ungültiger MIME-Typ: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/minBytes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, minBytes } from "valibot";
2
- setSpecificMessage(
3
- minBytes,
4
- (issue) => `Ungültige Bytes: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/minLength.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, minLength } from "valibot";
2
- setSpecificMessage(
3
- minLength,
4
- (issue) => `Ungültige Länge: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/minSize.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, minSize } from "valibot";
2
- setSpecificMessage(
3
- minSize,
4
- (issue) => `Ungültige Größe: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/minValue.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, minValue } from "valibot";
2
- setSpecificMessage(
3
- minValue,
4
- (issue) => `Ungültiger Wert: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/multipleOf.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, multipleOf } from "valibot";
2
- setSpecificMessage(
3
- multipleOf,
4
- (issue) => `Ungültiges Vielfaches: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/notBytes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, notBytes } from "valibot";
2
- setSpecificMessage(
3
- notBytes,
4
- (issue) => `Ungültige Bytes: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/notLength.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, notLength } from "valibot";
2
- setSpecificMessage(
3
- notLength,
4
- (issue) => `Ungültige Länge: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/notSize.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, notSize } from "valibot";
2
- setSpecificMessage(
3
- notSize,
4
- (issue) => `Ungültige Größe: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/notValue.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, notValue } from "valibot";
2
- setSpecificMessage(
3
- notValue,
4
- (issue) => `Ungültiger Wert: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/octal.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, octal } from "valibot";
2
- setSpecificMessage(
3
- octal,
4
- (issue) => `Ungültiges Octal: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/regex.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, regex } from "valibot";
2
- setSpecificMessage(
3
- regex,
4
- (issue) => `Ungültiges Format: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/safeInteger.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, safeInteger } from "valibot";
2
- setSpecificMessage(
3
- safeInteger,
4
- (issue) => `Ungültige sichere Ganzzahl: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/schema.ts DELETED
@@ -1,5 +0,0 @@
1
- import { setSchemaMessage } from "valibot";
2
- setSchemaMessage(
3
- (issue) => `Ungültiger Typ: ${issue.expected} erwartet aber ${issue.received} erhalten`,
4
- "de"
5
- );
package/de/size.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, size } from "valibot";
2
- setSpecificMessage(
3
- size,
4
- (issue) => `Ungültige Größe: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/startsWith.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, startsWith } from "valibot";
2
- setSpecificMessage(
3
- startsWith,
4
- (issue) => `Ungültiger Start: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/ulid.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, ulid } from "valibot";
2
- setSpecificMessage(
3
- ulid,
4
- (issue) => `Ungültige ULID: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/url.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, url } from "valibot";
2
- setSpecificMessage(
3
- url,
4
- (issue) => `Ungültige URL: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/uuid.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, uuid } from "valibot";
2
- setSpecificMessage(
3
- uuid,
4
- (issue) => `Ungültige UUID: ${issue.received} erhalten`,
5
- "de"
6
- );
package/de/value.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, value } from "valibot";
2
- setSpecificMessage(
3
- value,
4
- (issue) => `Ungültiger Wert: ${issue.expected} erwartet aber ${issue.received} erhalten`,
5
- "de"
6
- );
package/fr/bic.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, bic } from "valibot";
2
- setSpecificMessage(
3
- bic,
4
- (issue) => `BIC invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/bytes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, bytes } from "valibot";
2
- setSpecificMessage(
3
- bytes,
4
- (issue) => `Octet invalide: attendu ${issue.expected}, mais reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/creditCard.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, creditCard } from "valibot";
2
- setSpecificMessage(
3
- creditCard,
4
- (issue) => `Carte de crédit invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/cuid2.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, cuid2 } from "valibot";
2
- setSpecificMessage(
3
- cuid2,
4
- (issue) => `Cuid2 invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/custom.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, custom } from "valibot";
2
- setSpecificMessage(
3
- custom,
4
- (issue) => `Valeur invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/customAsync.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, customAsync } from "valibot";
2
- setSpecificMessage(
3
- customAsync,
4
- (issue) => `Valeur invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/decimal.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, decimal } from "valibot";
2
- setSpecificMessage(
3
- decimal,
4
- (issue) => `Décimale invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/email.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, email } from "valibot";
2
- setSpecificMessage(
3
- email,
4
- (issue) => `Email invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/emoji.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, emoji } from "valibot";
2
- setSpecificMessage(
3
- emoji,
4
- (issue) => `Émoji invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/endsWith.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, endsWith } from "valibot";
2
- setSpecificMessage(
3
- endsWith,
4
- (issue) => `Fin invalide: attendu ${issue.expected}, mais reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/excludes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, excludes } from "valibot";
2
- setSpecificMessage(
3
- excludes,
4
- (issue) => `Contenu invalide: attendu ${issue.expected}, mais reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/finite.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, finite } from "valibot";
2
- setSpecificMessage(
3
- finite,
4
- (issue) => `Entier invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/hash.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, hash } from "valibot";
2
- setSpecificMessage(
3
- hash,
4
- (issue) => `Hash invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/hexColor.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, hexColor } from "valibot";
2
- setSpecificMessage(
3
- hexColor,
4
- (issue) => `Couleur hexa invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/hexadecimal.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, hexadecimal } from "valibot";
2
- setSpecificMessage(
3
- hexadecimal,
4
- (issue) => `Hexadécimal invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/imei.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, imei } from "valibot";
2
- setSpecificMessage(
3
- imei,
4
- (issue) => `IMEI invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/includes.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, includes } from "valibot";
2
- setSpecificMessage(
3
- includes,
4
- (issue) => `Contenu invalide: attendu ${issue.expected}, mais reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/index.ts DELETED
@@ -1,55 +0,0 @@
1
- import "@valibot/i18n/fr/schema";
2
- import "@valibot/i18n/fr/bic";
3
- import "@valibot/i18n/fr/bytes";
4
- import "@valibot/i18n/fr/creditCard";
5
- import "@valibot/i18n/fr/cuid2";
6
- import "@valibot/i18n/fr/custom";
7
- import "@valibot/i18n/fr/customAsync";
8
- import "@valibot/i18n/fr/decimal";
9
- import "@valibot/i18n/fr/email";
10
- import "@valibot/i18n/fr/emoji";
11
- import "@valibot/i18n/fr/endsWith";
12
- import "@valibot/i18n/fr/excludes";
13
- import "@valibot/i18n/fr/finite";
14
- import "@valibot/i18n/fr/hash";
15
- import "@valibot/i18n/fr/hexColor";
16
- import "@valibot/i18n/fr/hexadecimal";
17
- import "@valibot/i18n/fr/imei";
18
- import "@valibot/i18n/fr/includes";
19
- import "@valibot/i18n/fr/integer";
20
- import "@valibot/i18n/fr/ip";
21
- import "@valibot/i18n/fr/ipv4";
22
- import "@valibot/i18n/fr/ipv6";
23
- import "@valibot/i18n/fr/isoDate";
24
- import "@valibot/i18n/fr/isoDateTime";
25
- import "@valibot/i18n/fr/isoTime";
26
- import "@valibot/i18n/fr/isoTimeSecond";
27
- import "@valibot/i18n/fr/isoTimestamp";
28
- import "@valibot/i18n/fr/isoWeek";
29
- import "@valibot/i18n/fr/length";
30
- import "@valibot/i18n/fr/mac";
31
- import "@valibot/i18n/fr/mac48";
32
- import "@valibot/i18n/fr/mac64";
33
- import "@valibot/i18n/fr/maxBytes";
34
- import "@valibot/i18n/fr/maxLength";
35
- import "@valibot/i18n/fr/maxSize";
36
- import "@valibot/i18n/fr/maxValue";
37
- import "@valibot/i18n/fr/mimeType";
38
- import "@valibot/i18n/fr/minBytes";
39
- import "@valibot/i18n/fr/minLength";
40
- import "@valibot/i18n/fr/minSize";
41
- import "@valibot/i18n/fr/minValue";
42
- import "@valibot/i18n/fr/multipleOf";
43
- import "@valibot/i18n/fr/notBytes";
44
- import "@valibot/i18n/fr/notLength";
45
- import "@valibot/i18n/fr/notSize";
46
- import "@valibot/i18n/fr/notValue";
47
- import "@valibot/i18n/fr/octal";
48
- import "@valibot/i18n/fr/regex";
49
- import "@valibot/i18n/fr/safeInteger";
50
- import "@valibot/i18n/fr/size";
51
- import "@valibot/i18n/fr/startsWith";
52
- import "@valibot/i18n/fr/ulid";
53
- import "@valibot/i18n/fr/url";
54
- import "@valibot/i18n/fr/uuid";
55
- import "@valibot/i18n/fr/value";
package/fr/integer.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, integer } from "valibot";
2
- setSpecificMessage(
3
- integer,
4
- (issue) => `Entier invalide: reçu ${issue.received}`,
5
- "fr"
6
- );
package/fr/ip.ts DELETED
@@ -1,6 +0,0 @@
1
- import { setSpecificMessage, ip } from "valibot";
2
- setSpecificMessage(
3
- ip,
4
- (issue) => `IP invalide: reçu ${issue.received}`,
5
- "fr"
6
- );