@evolu/common 8.1.0 → 8.3.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/dist/src/Function.d.ts +1 -0
- package/dist/src/Function.d.ts.map +1 -1
- package/dist/src/Http.d.ts +9 -0
- package/dist/src/Http.d.ts.map +1 -1
- package/dist/src/Number.d.ts +66 -6
- package/dist/src/Number.d.ts.map +1 -1
- package/dist/src/Number.js +11 -3
- package/dist/src/Object.d.ts +1 -0
- package/dist/src/Object.d.ts.map +1 -1
- package/dist/src/RefCount.d.ts +1 -0
- package/dist/src/RefCount.d.ts.map +1 -1
- package/dist/src/Relation.d.ts +2 -0
- package/dist/src/Relation.d.ts.map +1 -1
- package/dist/src/Resource.d.ts +1 -0
- package/dist/src/Resource.d.ts.map +1 -1
- package/dist/src/Result.d.ts +383 -548
- package/dist/src/Result.d.ts.map +1 -1
- package/dist/src/Result.js +296 -46
- package/dist/src/Schedule.d.ts +2 -2
- package/dist/src/Schedule.d.ts.map +1 -1
- package/dist/src/StackTrace.d.ts +1 -0
- package/dist/src/StackTrace.d.ts.map +1 -1
- package/dist/src/Task.d.ts +978 -1061
- package/dist/src/Task.d.ts.map +1 -1
- package/dist/src/Task.js +1010 -159
- package/dist/src/Time.d.ts +71 -34
- package/dist/src/Time.d.ts.map +1 -1
- package/dist/src/Time.js +77 -1
- package/dist/src/Type.d.ts +1740 -795
- package/dist/src/Type.d.ts.map +1 -1
- package/dist/src/Type.js +1634 -211
- package/dist/src/Types.d.ts +0 -24
- package/dist/src/Types.d.ts.map +1 -1
- package/dist/src/intl/_en.d.ts +126 -0
- package/dist/src/intl/_en.d.ts.map +1 -0
- package/dist/src/intl/_en.js +267 -0
- package/dist/src/intl/ar.d.ts +117 -0
- package/dist/src/intl/ar.d.ts.map +1 -0
- package/dist/src/intl/ar.js +245 -0
- package/dist/src/intl/bn.d.ts +117 -0
- package/dist/src/intl/bn.d.ts.map +1 -0
- package/dist/src/intl/bn.js +258 -0
- package/dist/src/intl/ca.d.ts +117 -0
- package/dist/src/intl/ca.d.ts.map +1 -0
- package/dist/src/intl/ca.js +258 -0
- package/dist/src/intl/cs.d.ts +30 -7
- package/dist/src/intl/cs.d.ts.map +1 -1
- package/dist/src/intl/cs.js +65 -28
- package/dist/src/intl/da.d.ts +117 -0
- package/dist/src/intl/da.d.ts.map +1 -0
- package/dist/src/intl/da.js +258 -0
- package/dist/src/intl/de.d.ts +117 -0
- package/dist/src/intl/de.d.ts.map +1 -0
- package/dist/src/intl/de.js +258 -0
- package/dist/src/intl/el.d.ts +117 -0
- package/dist/src/intl/el.d.ts.map +1 -0
- package/dist/src/intl/el.js +265 -0
- package/dist/src/intl/es.d.ts +117 -0
- package/dist/src/intl/es.d.ts.map +1 -0
- package/dist/src/intl/es.js +258 -0
- package/dist/src/intl/fa.d.ts +117 -0
- package/dist/src/intl/fa.d.ts.map +1 -0
- package/dist/src/intl/fa.js +258 -0
- package/dist/src/intl/fi.d.ts +117 -0
- package/dist/src/intl/fi.d.ts.map +1 -0
- package/dist/src/intl/fi.js +258 -0
- package/dist/src/intl/fil.d.ts +117 -0
- package/dist/src/intl/fil.d.ts.map +1 -0
- package/dist/src/intl/fil.js +258 -0
- package/dist/src/intl/fr.d.ts +117 -0
- package/dist/src/intl/fr.d.ts.map +1 -0
- package/dist/src/intl/fr.js +258 -0
- package/dist/src/intl/he.d.ts +117 -0
- package/dist/src/intl/he.d.ts.map +1 -0
- package/dist/src/intl/he.js +258 -0
- package/dist/src/intl/hi.d.ts +117 -0
- package/dist/src/intl/hi.d.ts.map +1 -0
- package/dist/src/intl/hi.js +258 -0
- package/dist/src/intl/hr.d.ts +117 -0
- package/dist/src/intl/hr.d.ts.map +1 -0
- package/dist/src/intl/hr.js +265 -0
- package/dist/src/intl/hu.d.ts +63 -0
- package/dist/src/intl/hu.d.ts.map +1 -0
- package/dist/src/intl/hu.js +204 -0
- package/dist/src/intl/id.d.ts +117 -0
- package/dist/src/intl/id.d.ts.map +1 -0
- package/dist/src/intl/id.js +258 -0
- package/dist/src/intl/index.d.ts +42 -0
- package/dist/src/intl/index.d.ts.map +1 -1
- package/dist/src/intl/index.js +42 -0
- package/dist/src/intl/it.d.ts +117 -0
- package/dist/src/intl/it.d.ts.map +1 -0
- package/dist/src/intl/it.js +258 -0
- package/dist/src/intl/ja.d.ts +117 -0
- package/dist/src/intl/ja.d.ts.map +1 -0
- package/dist/src/intl/ja.js +258 -0
- package/dist/src/intl/ko.d.ts +117 -0
- package/dist/src/intl/ko.d.ts.map +1 -0
- package/dist/src/intl/ko.js +258 -0
- package/dist/src/intl/ml.d.ts +117 -0
- package/dist/src/intl/ml.d.ts.map +1 -0
- package/dist/src/intl/ml.js +258 -0
- package/dist/src/intl/mr.d.ts +117 -0
- package/dist/src/intl/mr.d.ts.map +1 -0
- package/dist/src/intl/mr.js +258 -0
- package/dist/src/intl/ms.d.ts +117 -0
- package/dist/src/intl/ms.d.ts.map +1 -0
- package/dist/src/intl/ms.js +245 -0
- package/dist/src/intl/nb.d.ts +63 -0
- package/dist/src/intl/nb.d.ts.map +1 -0
- package/dist/src/intl/nb.js +191 -0
- package/dist/src/intl/nl.d.ts +117 -0
- package/dist/src/intl/nl.d.ts.map +1 -0
- package/dist/src/intl/nl.js +258 -0
- package/dist/src/intl/pa.d.ts +117 -0
- package/dist/src/intl/pa.d.ts.map +1 -0
- package/dist/src/intl/pa.js +258 -0
- package/dist/src/intl/pl.d.ts +117 -0
- package/dist/src/intl/pl.d.ts.map +1 -0
- package/dist/src/intl/pl.js +242 -0
- package/dist/src/intl/pt-BR.d.ts +117 -0
- package/dist/src/intl/pt-BR.d.ts.map +1 -0
- package/dist/src/intl/pt-BR.js +258 -0
- package/dist/src/intl/pt.d.ts +117 -0
- package/dist/src/intl/pt.d.ts.map +1 -0
- package/dist/src/intl/pt.js +246 -0
- package/dist/src/intl/ro.d.ts +117 -0
- package/dist/src/intl/ro.d.ts.map +1 -0
- package/dist/src/intl/ro.js +258 -0
- package/dist/src/intl/sk.d.ts +117 -0
- package/dist/src/intl/sk.d.ts.map +1 -0
- package/dist/src/intl/sk.js +244 -0
- package/dist/src/intl/sl.d.ts +117 -0
- package/dist/src/intl/sl.d.ts.map +1 -0
- package/dist/src/intl/sl.js +258 -0
- package/dist/src/intl/sv.d.ts +117 -0
- package/dist/src/intl/sv.d.ts.map +1 -0
- package/dist/src/intl/sv.js +258 -0
- package/dist/src/intl/sw.d.ts +63 -0
- package/dist/src/intl/sw.d.ts.map +1 -0
- package/dist/src/intl/sw.js +191 -0
- package/dist/src/intl/ta.d.ts +117 -0
- package/dist/src/intl/ta.d.ts.map +1 -0
- package/dist/src/intl/ta.js +258 -0
- package/dist/src/intl/te.d.ts +117 -0
- package/dist/src/intl/te.d.ts.map +1 -0
- package/dist/src/intl/te.js +258 -0
- package/dist/src/intl/th.d.ts +117 -0
- package/dist/src/intl/th.d.ts.map +1 -0
- package/dist/src/intl/th.js +258 -0
- package/dist/src/intl/tr.d.ts +117 -0
- package/dist/src/intl/tr.d.ts.map +1 -0
- package/dist/src/intl/tr.js +255 -0
- package/dist/src/intl/uk.d.ts +117 -0
- package/dist/src/intl/uk.d.ts.map +1 -0
- package/dist/src/intl/uk.js +258 -0
- package/dist/src/intl/ur.d.ts +117 -0
- package/dist/src/intl/ur.d.ts.map +1 -0
- package/dist/src/intl/ur.js +245 -0
- package/dist/src/intl/vi.d.ts +117 -0
- package/dist/src/intl/vi.d.ts.map +1 -0
- package/dist/src/intl/vi.js +255 -0
- package/dist/src/intl/zh-CN.d.ts +117 -0
- package/dist/src/intl/zh-CN.d.ts.map +1 -0
- package/dist/src/intl/zh-CN.js +258 -0
- package/dist/src/intl/zh-TW.d.ts +117 -0
- package/dist/src/intl/zh-TW.d.ts.map +1 -0
- package/dist/src/intl/zh-TW.js +258 -0
- package/dist/src/local-first/Owner.d.ts +156 -62
- package/dist/src/local-first/Owner.d.ts.map +1 -1
- package/dist/src/local-first/Owner.js +119 -20
- package/package.json +1 -1
- package/src/Function.ts +2 -0
- package/src/Http.ts +9 -0
- package/src/Number.ts +85 -14
- package/src/Object.ts +2 -0
- package/src/RefCount.ts +2 -0
- package/src/Relation.ts +4 -0
- package/src/Resource.ts +2 -0
- package/src/Result.ts +397 -560
- package/src/Schedule.ts +1 -1
- package/src/StackTrace.ts +2 -0
- package/src/Task.ts +1145 -1225
- package/src/Time.ts +110 -62
- package/src/Type.ts +2842 -835
- package/src/Types.ts +0 -49
- package/src/intl/_en.ts +497 -0
- package/src/intl/ar.ts +417 -0
- package/src/intl/bn.ts +486 -0
- package/src/intl/ca.ts +488 -0
- package/src/intl/cs.ts +131 -32
- package/src/intl/da.ts +488 -0
- package/src/intl/de.ts +488 -0
- package/src/intl/el.ts +494 -0
- package/src/intl/es.ts +488 -0
- package/src/intl/fa.ts +487 -0
- package/src/intl/fi.ts +487 -0
- package/src/intl/fil.ts +488 -0
- package/src/intl/fr.ts +488 -0
- package/src/intl/he.ts +486 -0
- package/src/intl/hi.ts +487 -0
- package/src/intl/hr.ts +494 -0
- package/src/intl/hu.ts +387 -0
- package/src/intl/id.ts +487 -0
- package/src/intl/index.ts +42 -0
- package/src/intl/it.ts +488 -0
- package/src/intl/ja.ts +488 -0
- package/src/intl/ko.ts +487 -0
- package/src/intl/ml.ts +487 -0
- package/src/intl/mr.ts +487 -0
- package/src/intl/ms.ts +410 -0
- package/src/intl/nb.ts +364 -0
- package/src/intl/nl.ts +488 -0
- package/src/intl/pa.ts +487 -0
- package/src/intl/pl.ts +450 -0
- package/src/intl/pt-BR.ts +487 -0
- package/src/intl/pt.ts +424 -0
- package/src/intl/ro.ts +488 -0
- package/src/intl/sk.ts +412 -0
- package/src/intl/sl.ts +487 -0
- package/src/intl/sv.ts +488 -0
- package/src/intl/sw.ts +324 -0
- package/src/intl/ta.ts +487 -0
- package/src/intl/te.ts +487 -0
- package/src/intl/th.ts +484 -0
- package/src/intl/tr.ts +487 -0
- package/src/intl/uk.ts +488 -0
- package/src/intl/ur.ts +410 -0
- package/src/intl/vi.ts +435 -0
- package/src/intl/zh-CN.ts +482 -0
- package/src/intl/zh-TW.ts +482 -0
- package/src/local-first/Owner.ts +156 -62
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* हिंदी Evolu Type त्रुटि फ़ॉर्मेटर।
|
|
3
|
+
*
|
|
4
|
+
* @module
|
|
5
|
+
*/
|
|
6
|
+
import { assertNonNullable } from "../Assert.js";
|
|
7
|
+
import { safelyStringifyUnknownValue } from "../String.js";
|
|
8
|
+
const formatTypeOfError = (error) => {
|
|
9
|
+
const typeOf = error.expected.toLowerCase();
|
|
10
|
+
return `मान ${safelyStringifyUnknownValue(error.value)} ${typeOf} नहीं है।`;
|
|
11
|
+
};
|
|
12
|
+
const formatPlainObjectRootError = (reason) => reason.kind === "NotObject"
|
|
13
|
+
? `मान ${safelyStringifyUnknownValue(reason.value)} object नहीं है।`
|
|
14
|
+
: "मान एक object है, लेकिन Object Output को plain object होना चाहिए या उसका prototype null होना चाहिए।";
|
|
15
|
+
/** NeverError को हिंदी में format करता है। */
|
|
16
|
+
export const formatNeverError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} Never प्रकार के लिए मान्य नहीं है।`;
|
|
17
|
+
/** String TypeOfError को हिंदी में format करता है। */
|
|
18
|
+
export const formatStringError = formatTypeOfError;
|
|
19
|
+
/** TemplateLiteralError को हिंदी में format करता है। */
|
|
20
|
+
export const formatTemplateLiteralError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} template literal से मेल नहीं खाता।`;
|
|
21
|
+
/** Number TypeOfError को हिंदी में format करता है। */
|
|
22
|
+
export const formatNumberError = formatTypeOfError;
|
|
23
|
+
/** BigInt TypeOfError को हिंदी में format करता है। */
|
|
24
|
+
export const formatBigIntError = formatTypeOfError;
|
|
25
|
+
/** Boolean TypeOfError को हिंदी में format करता है। */
|
|
26
|
+
export const formatBooleanError = formatTypeOfError;
|
|
27
|
+
/** Symbol TypeOfError को हिंदी में format करता है। */
|
|
28
|
+
export const formatSymbolError = formatTypeOfError;
|
|
29
|
+
/** Function TypeOfError को हिंदी में format करता है। */
|
|
30
|
+
export const formatFunctionError = formatTypeOfError;
|
|
31
|
+
/** EvoluTypeError को हिंदी में format करता है। */
|
|
32
|
+
export const formatEvoluTypeError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} Evolu Type नहीं है।`;
|
|
33
|
+
/** ObjectTagError को हिंदी में format करता है। */
|
|
34
|
+
export const formatObjectTagError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} में अपेक्षित object tag ${safelyStringifyUnknownValue(error.expected)} नहीं है।`;
|
|
35
|
+
/** InstanceOfError को हिंदी में format करता है। */
|
|
36
|
+
export const formatInstanceOfError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ${error.constructorName} का instance नहीं है।`;
|
|
37
|
+
/** LiteralError को हिंदी में format करता है। */
|
|
38
|
+
export const formatLiteralError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} अपेक्षित literal के strictly बराबर नहीं है: ${globalThis.String(error.expected)}।`;
|
|
39
|
+
/** UnionError को हिंदी में format करता है। */
|
|
40
|
+
export const formatUnionError = () => "मान किसी भी अनुमत variant से मेल नहीं खाता।";
|
|
41
|
+
/** DateIsoError को हिंदी में format करता है। */
|
|
42
|
+
export const formatDateIsoError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} canonical ISO date-time string नहीं है।`;
|
|
43
|
+
/** DateIsoFromDateError को हिंदी में format करता है। */
|
|
44
|
+
export const formatDateIsoFromDateError = () => "Date को DateIso के रूप में दर्शाया नहीं जा सकता।";
|
|
45
|
+
/** DecimalStringError को हिंदी में format करता है। */
|
|
46
|
+
export const formatDecimalStringError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} canonical decimal string होना चाहिए।`;
|
|
47
|
+
/** Int64Error को हिंदी में format करता है। */
|
|
48
|
+
export const formatInt64Error = (error) => `मान ${safelyStringifyUnknownValue(error.value)} मान्य signed 64-bit integer (Int64) नहीं है।`;
|
|
49
|
+
/** UInt64Error को हिंदी में format करता है। */
|
|
50
|
+
export const formatUInt64Error = (error) => `मान ${safelyStringifyUnknownValue(error.value)} मान्य unsigned 64-bit integer (UInt64) नहीं है।`;
|
|
51
|
+
/** Int64StringError को हिंदी में format करता है। */
|
|
52
|
+
export const formatInt64StringError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} मान्य Int64 string नहीं है।`;
|
|
53
|
+
/** CapitalizedError को हिंदी में format करता है। */
|
|
54
|
+
export const formatCapitalizedError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} का पहला अक्षर बड़ा होना चाहिए।`;
|
|
55
|
+
/** TrimmedError को हिंदी में format करता है। */
|
|
56
|
+
export const formatTrimmedError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} के आरंभ और अंत से whitespace हटाया हुआ होना चाहिए।`;
|
|
57
|
+
/** MinLengthError को हिंदी में format करता है। */
|
|
58
|
+
export const formatMinLengthError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} की लंबाई न्यूनतम ${error.min} होनी चाहिए।`;
|
|
59
|
+
/** MaxLengthError को हिंदी में format करता है। */
|
|
60
|
+
export const formatMaxLengthError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} की लंबाई अधिकतम ${error.max} हो सकती है।`;
|
|
61
|
+
/** LengthError को हिंदी में format करता है। */
|
|
62
|
+
export const formatLengthError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} की आवश्यक लंबाई ${error.exact} होनी चाहिए।`;
|
|
63
|
+
/** RegexError को हिंदी में format करता है। */
|
|
64
|
+
export const formatRegexError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} /${error.source}/${error.flags} से मेल नहीं खाता।`;
|
|
65
|
+
/** Base64UrlError को हिंदी में format करता है। */
|
|
66
|
+
export const formatBase64UrlError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} मान्य Base64Url string नहीं है।`;
|
|
67
|
+
/** NameError को हिंदी में format करता है। */
|
|
68
|
+
export const formatNameError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} मान्य Name नहीं है।`;
|
|
69
|
+
/** MnemonicError को हिंदी में format करता है। */
|
|
70
|
+
export const formatMnemonicError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} मान्य अंग्रेज़ी BIP39 mnemonic नहीं है।`;
|
|
71
|
+
/** IdError को हिंदी में format करता है। */
|
|
72
|
+
export const formatIdError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} मान्य Id नहीं है।`;
|
|
73
|
+
/** TableIdError को हिंदी में format करता है। */
|
|
74
|
+
export const formatTableIdError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} table ${error.table} के लिए मान्य Id नहीं है।`;
|
|
75
|
+
/** NonNegativeError को हिंदी में format करता है। */
|
|
76
|
+
export const formatNonNegativeError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ऋणात्मक नहीं होना चाहिए (>= 0)।`;
|
|
77
|
+
/** NonNegativeDecimalStringError को हिंदी में format करता है। */
|
|
78
|
+
export const formatNonNegativeDecimalStringError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} non-negative decimal string होना चाहिए।`;
|
|
79
|
+
/** PositiveError को हिंदी में format करता है। */
|
|
80
|
+
export const formatPositiveError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} धनात्मक होना चाहिए (> 0)।`;
|
|
81
|
+
/** PositiveDecimalStringError को हिंदी में format करता है। */
|
|
82
|
+
export const formatPositiveDecimalStringError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} positive decimal string होना चाहिए।`;
|
|
83
|
+
/** NonPositiveError को हिंदी में format करता है। */
|
|
84
|
+
export const formatNonPositiveError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} धनात्मक नहीं होना चाहिए (<= 0)।`;
|
|
85
|
+
/** NonPositiveDecimalStringError को हिंदी में format करता है। */
|
|
86
|
+
export const formatNonPositiveDecimalStringError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} non-positive decimal string होना चाहिए।`;
|
|
87
|
+
/** NegativeError को हिंदी में format करता है। */
|
|
88
|
+
export const formatNegativeError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ऋणात्मक होना चाहिए (< 0)।`;
|
|
89
|
+
/** NegativeDecimalStringError को हिंदी में format करता है। */
|
|
90
|
+
export const formatNegativeDecimalStringError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} negative decimal string होना चाहिए।`;
|
|
91
|
+
/** IntError को हिंदी में format करता है। */
|
|
92
|
+
export const formatIntError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} safe integer होना चाहिए।`;
|
|
93
|
+
/** GreaterThanError को हिंदी में format करता है। */
|
|
94
|
+
export const formatGreaterThanError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ${error.min} से बड़ा होना चाहिए।`;
|
|
95
|
+
/** GreaterThanOrEqualToError को हिंदी में format करता है। */
|
|
96
|
+
export const formatGreaterThanOrEqualToError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ${error.min} से बड़ा या उसके बराबर होना चाहिए।`;
|
|
97
|
+
/** LessThanError को हिंदी में format करता है। */
|
|
98
|
+
export const formatLessThanError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ${error.max} से छोटा होना चाहिए।`;
|
|
99
|
+
/** LessThanOrEqualToError को हिंदी में format करता है। */
|
|
100
|
+
export const formatLessThanOrEqualToError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ${error.max} से छोटा या उसके बराबर होना चाहिए।`;
|
|
101
|
+
/** NonNaNError को हिंदी में format करता है। */
|
|
102
|
+
export const formatNonNaNError = () => "मान NaN नहीं होना चाहिए।";
|
|
103
|
+
/** FiniteError को हिंदी में format करता है। */
|
|
104
|
+
export const formatFiniteError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} परिमित होना चाहिए।`;
|
|
105
|
+
/** MultipleOfError को हिंदी में format करता है। */
|
|
106
|
+
export const formatMultipleOfError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ${error.divisor} का गुणज होना चाहिए।`;
|
|
107
|
+
/** BetweenError को हिंदी में format करता है। */
|
|
108
|
+
export const formatBetweenError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} ${error.min} और ${error.max} के बीच, दोनों सीमाओं सहित, होना चाहिए।`;
|
|
109
|
+
/** ArrayError को हिंदी में format करता है। */
|
|
110
|
+
export const formatArrayError = (error) => {
|
|
111
|
+
if (error.reason.kind === "NotArray") {
|
|
112
|
+
return `मान ${safelyStringifyUnknownValue(error.reason.value)} array नहीं है।`;
|
|
113
|
+
}
|
|
114
|
+
const issue = error.reason.issues[0];
|
|
115
|
+
switch (issue.kind) {
|
|
116
|
+
case "Hole":
|
|
117
|
+
return `index ${issue.index} पर array element मौजूद नहीं है।`;
|
|
118
|
+
case "Accessor":
|
|
119
|
+
return `index ${issue.index} पर array element data property होना चाहिए।`;
|
|
120
|
+
case "ExcessProperty":
|
|
121
|
+
return "अतिरिक्त Array property की अनुमति नहीं है। उसे हटाएँ या कोई अलग Type उपयोग करें।";
|
|
122
|
+
case "Element":
|
|
123
|
+
return `index ${issue.index} पर array element अमान्य है।`;
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
/** SetError को हिंदी में format करता है। */
|
|
127
|
+
export const formatSetError = (error) => {
|
|
128
|
+
if (error.reason.kind === "NotSet") {
|
|
129
|
+
return `मान ${safelyStringifyUnknownValue(error.reason.value)} Set नहीं है।`;
|
|
130
|
+
}
|
|
131
|
+
if (error.reason.kind === "UnexpectedPrototype") {
|
|
132
|
+
return "मान Set subclass का instance है, लेकिन Set Output को सीधे Set का instance होना चाहिए।";
|
|
133
|
+
}
|
|
134
|
+
const issue = error.reason.issues[0];
|
|
135
|
+
switch (issue.kind) {
|
|
136
|
+
case "ExcessProperty":
|
|
137
|
+
return `अतिरिक्त Set property ${safelyStringifyUnknownValue(issue.key)} की अनुमति नहीं है।`;
|
|
138
|
+
case "Element":
|
|
139
|
+
return `index ${issue.index} पर Set element अमान्य है।`;
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
/** TupleError को हिंदी में format करता है। */
|
|
143
|
+
export const formatTupleError = (error) => {
|
|
144
|
+
if (error.reason.kind === "NotArray") {
|
|
145
|
+
return `मान ${safelyStringifyUnknownValue(error.reason.value)} tuple नहीं है।`;
|
|
146
|
+
}
|
|
147
|
+
if (error.reason.kind === "InvalidLength") {
|
|
148
|
+
return `Tuple में ठीक ${error.reason.expected} elements होने चाहिए, लेकिन मान में ${error.reason.actual} हैं।`;
|
|
149
|
+
}
|
|
150
|
+
const issue = error.reason.issues[0];
|
|
151
|
+
switch (issue.kind) {
|
|
152
|
+
case "Hole":
|
|
153
|
+
return `index ${issue.index} पर Tuple element मौजूद नहीं है।`;
|
|
154
|
+
case "Accessor":
|
|
155
|
+
return `index ${issue.index} पर Tuple element data property होना चाहिए।`;
|
|
156
|
+
case "ExcessProperty":
|
|
157
|
+
return "अतिरिक्त Tuple property की अनुमति नहीं है। उसे हटाएँ या कोई अलग Type उपयोग करें।";
|
|
158
|
+
case "Element":
|
|
159
|
+
return `index ${issue.index} पर Tuple element अमान्य है।`;
|
|
160
|
+
}
|
|
161
|
+
};
|
|
162
|
+
/** RecordError को हिंदी में format करता है। */
|
|
163
|
+
export const formatRecordError = (error) => {
|
|
164
|
+
if (error.reason.kind === "NotRecord") {
|
|
165
|
+
return `मान ${safelyStringifyUnknownValue(error.reason.value)} Record नहीं है।`;
|
|
166
|
+
}
|
|
167
|
+
if (error.reason.kind === "NotPlainRecord") {
|
|
168
|
+
return "मान एक object है, लेकिन Record Output को plain object होना चाहिए या उसका prototype null होना चाहिए।";
|
|
169
|
+
}
|
|
170
|
+
const issue = error.reason.issues[0];
|
|
171
|
+
switch (issue.kind) {
|
|
172
|
+
case "Key":
|
|
173
|
+
return `Property key ${safelyStringifyUnknownValue(issue.key)} अमान्य है।`;
|
|
174
|
+
case "Value":
|
|
175
|
+
return `Property ${safelyStringifyUnknownValue(issue.key)} का मान अमान्य है।`;
|
|
176
|
+
case "Accessor":
|
|
177
|
+
return `Record property ${safelyStringifyUnknownValue(issue.key)} data property होनी चाहिए।`;
|
|
178
|
+
case "NonEnumerable":
|
|
179
|
+
return `Record property ${safelyStringifyUnknownValue(issue.key)} enumerable होनी चाहिए।`;
|
|
180
|
+
case "Collision":
|
|
181
|
+
return `Record keys ${safelyStringifyUnknownValue(issue.previousKey)} और ${safelyStringifyUnknownValue(issue.key)} decode होकर एक ही key ${safelyStringifyUnknownValue(issue.outputKey)} बनती हैं।`;
|
|
182
|
+
}
|
|
183
|
+
};
|
|
184
|
+
/** ObjectError को हिंदी में format करता है। */
|
|
185
|
+
export const formatObjectError = (error) => {
|
|
186
|
+
if (error.reason.kind !== "Properties") {
|
|
187
|
+
return formatPlainObjectRootError(error.reason);
|
|
188
|
+
}
|
|
189
|
+
const key = Reflect.ownKeys(error.reason.errors).at(0);
|
|
190
|
+
assertNonNullable(key);
|
|
191
|
+
const propertyError = error.reason.errors[key];
|
|
192
|
+
assertNonNullable(propertyError);
|
|
193
|
+
if (propertyError.type === "ObjectPropertyAccess") {
|
|
194
|
+
switch (propertyError.reason) {
|
|
195
|
+
case "Accessor":
|
|
196
|
+
return "Object property data property होनी चाहिए। इस Type का उपयोग करने से पहले accessor values को plain data में materialize करें या कोई अलग Type उपयोग करें।";
|
|
197
|
+
case "NonEnumerable":
|
|
198
|
+
return "Object property enumerable होनी चाहिए। उसे enumerable बनाएँ या कोई अलग Type उपयोग करें।";
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
if (propertyError.type === "ObjectMissingProperty") {
|
|
202
|
+
return `आवश्यक property ${safelyStringifyUnknownValue(key)} मौजूद नहीं है।`;
|
|
203
|
+
}
|
|
204
|
+
if (typeof key === "symbol") {
|
|
205
|
+
return "Object property key string होनी चाहिए। symbol property हटाएँ या कोई अलग Type उपयोग करें।";
|
|
206
|
+
}
|
|
207
|
+
if (propertyError.type === "ObjectExcessProperty") {
|
|
208
|
+
return `Property ${safelyStringifyUnknownValue(key)} की अनुमति नहीं है। उसे हटाएँ या कोई अलग Type उपयोग करें।`;
|
|
209
|
+
}
|
|
210
|
+
return `Property ${safelyStringifyUnknownValue(key)} अमान्य है।`;
|
|
211
|
+
};
|
|
212
|
+
/** DiscriminatedUnionError को हिंदी में format करता है। */
|
|
213
|
+
export const formatDiscriminatedUnionError = (error) => {
|
|
214
|
+
switch (error.reason.kind) {
|
|
215
|
+
case "Object":
|
|
216
|
+
return formatPlainObjectRootError(error.reason.error.reason);
|
|
217
|
+
case "PropertyAccess": {
|
|
218
|
+
const property = `Discriminator property ${safelyStringifyUnknownValue(error.reason.key)}`;
|
|
219
|
+
if (error.reason.reason === "Accessor") {
|
|
220
|
+
return `${property} data property होनी चाहिए।`;
|
|
221
|
+
}
|
|
222
|
+
if (error.reason.reason === "Inherited") {
|
|
223
|
+
return `${property} own property होनी चाहिए।`;
|
|
224
|
+
}
|
|
225
|
+
return `${property} enumerable होनी चाहिए।`;
|
|
226
|
+
}
|
|
227
|
+
case "Discriminator":
|
|
228
|
+
return `Discriminator property ${safelyStringifyUnknownValue(error.reason.key)} का मान ${safelyStringifyUnknownValue(error.reason.value)} अपेक्षित नहीं है।`;
|
|
229
|
+
case "Member":
|
|
230
|
+
return `चुना गया variant ${safelyStringifyUnknownValue(error.reason.discriminator)} अमान्य है।`;
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
/** JsonValueError को हिंदी में format करता है। */
|
|
234
|
+
export const formatJsonValueError = (error) => {
|
|
235
|
+
const issue = error.reason.issues[0];
|
|
236
|
+
switch (issue.kind) {
|
|
237
|
+
case "InvalidType":
|
|
238
|
+
return `मान ${safelyStringifyUnknownValue(issue.value)} JSON value नहीं है।`;
|
|
239
|
+
case "NonFiniteNumber":
|
|
240
|
+
return "JSON number परिमित होना चाहिए।";
|
|
241
|
+
case "UnexpectedPrototype":
|
|
242
|
+
return "मान एक object है, लेकिन JsonValue object को plain object होना चाहिए या उसका prototype null होना चाहिए।";
|
|
243
|
+
case "Accessor":
|
|
244
|
+
return "JSON property data property होनी चाहिए। इस Type का उपयोग करने से पहले accessor values को plain data में materialize करें या कोई अलग Type उपयोग करें।";
|
|
245
|
+
case "NonEnumerable":
|
|
246
|
+
return "JSON object property enumerable होनी चाहिए। उसे हटाएँ या कोई अलग Type उपयोग करें।";
|
|
247
|
+
case "SymbolProperty":
|
|
248
|
+
return "JSON object property key string होनी चाहिए। symbol property हटाएँ या कोई अलग Type उपयोग करें।";
|
|
249
|
+
case "Hole":
|
|
250
|
+
return "JSON array element मौजूद नहीं है।";
|
|
251
|
+
case "ExcessProperty":
|
|
252
|
+
return "अतिरिक्त JSON array property की अनुमति नहीं है। उसे हटाएँ या कोई अलग Type उपयोग करें।";
|
|
253
|
+
case "CircularReference":
|
|
254
|
+
return "JsonValue में circular references नहीं होने चाहिए।";
|
|
255
|
+
}
|
|
256
|
+
};
|
|
257
|
+
/** JsonError को हिंदी में format करता है। */
|
|
258
|
+
export const formatJsonError = (error) => `मान ${safelyStringifyUnknownValue(error.value)} को JsonValue में parse नहीं किया जा सकता।`;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Croatian Evolu Type error formatters.
|
|
3
|
+
*
|
|
4
|
+
* @module
|
|
5
|
+
*/
|
|
6
|
+
import type { ArrayError, Base64UrlError, BetweenError, CapitalizedError, DateIsoError, DateIsoFromDateError, DecimalStringError, DiscriminatedUnionError, EvoluTypeError, FiniteError, GreaterThanError, GreaterThanOrEqualToError, InstanceOfError, Int64Error, Int64StringError, IntError, IdError, JsonError, JsonValueError, LengthError, LessThanError, LessThanOrEqualToError, LiteralError, MaxLengthError, MinLengthError, MnemonicError, MultipleOfError, NegativeDecimalStringError, NegativeError, NameError, NeverError, NonNaNError, NonNegativeDecimalStringError, NonNegativeError, NonPositiveDecimalStringError, NonPositiveError, ObjectError, ObjectTagError, PositiveDecimalStringError, PositiveError, RecordError, RegexError, SetError, TableIdError, TemplateLiteralError, TrimmedError, TupleElementsError, TupleError, TypeError, TypeErrorFormatter, TypeOfError, UInt64Error, UnionError } from "../Type.ts";
|
|
7
|
+
/** Formats a NeverError in Croatian. */
|
|
8
|
+
export declare const formatNeverError: TypeErrorFormatter<NeverError>;
|
|
9
|
+
/** Formats a String TypeOfError in Croatian. */
|
|
10
|
+
export declare const formatStringError: TypeErrorFormatter<TypeOfError<"String">>;
|
|
11
|
+
/** Formats a TemplateLiteralError in Croatian. */
|
|
12
|
+
export declare const formatTemplateLiteralError: TypeErrorFormatter<TemplateLiteralError>;
|
|
13
|
+
/** Formats a Number TypeOfError in Croatian. */
|
|
14
|
+
export declare const formatNumberError: TypeErrorFormatter<TypeOfError<"Number">>;
|
|
15
|
+
/** Formats a BigInt TypeOfError in Croatian. */
|
|
16
|
+
export declare const formatBigIntError: TypeErrorFormatter<TypeOfError<"BigInt">>;
|
|
17
|
+
/** Formats a Boolean TypeOfError in Croatian. */
|
|
18
|
+
export declare const formatBooleanError: TypeErrorFormatter<TypeOfError<"Boolean">>;
|
|
19
|
+
/** Formats a Symbol TypeOfError in Croatian. */
|
|
20
|
+
export declare const formatSymbolError: TypeErrorFormatter<TypeOfError<"Symbol">>;
|
|
21
|
+
/** Formats a Function TypeOfError in Croatian. */
|
|
22
|
+
export declare const formatFunctionError: TypeErrorFormatter<TypeOfError<"Function">>;
|
|
23
|
+
/** Formats an EvoluTypeError in Croatian. */
|
|
24
|
+
export declare const formatEvoluTypeError: TypeErrorFormatter<EvoluTypeError>;
|
|
25
|
+
/** Formats an ObjectTagError in Croatian. */
|
|
26
|
+
export declare const formatObjectTagError: TypeErrorFormatter<ObjectTagError>;
|
|
27
|
+
/** Formats an InstanceOfError in Croatian. */
|
|
28
|
+
export declare const formatInstanceOfError: TypeErrorFormatter<InstanceOfError>;
|
|
29
|
+
/** Formats a LiteralError in Croatian. */
|
|
30
|
+
export declare const formatLiteralError: TypeErrorFormatter<LiteralError>;
|
|
31
|
+
/** Formats a UnionError in Croatian. */
|
|
32
|
+
export declare const formatUnionError: TypeErrorFormatter<UnionError>;
|
|
33
|
+
/** Formats a DateIsoError in Croatian. */
|
|
34
|
+
export declare const formatDateIsoError: TypeErrorFormatter<DateIsoError>;
|
|
35
|
+
/** Formats a DateIsoFromDateError in Croatian. */
|
|
36
|
+
export declare const formatDateIsoFromDateError: TypeErrorFormatter<DateIsoFromDateError>;
|
|
37
|
+
/** Formats a DecimalStringError in Croatian. */
|
|
38
|
+
export declare const formatDecimalStringError: TypeErrorFormatter<DecimalStringError>;
|
|
39
|
+
/** Formats an Int64Error in Croatian. */
|
|
40
|
+
export declare const formatInt64Error: TypeErrorFormatter<Int64Error>;
|
|
41
|
+
/** Formats a UInt64Error in Croatian. */
|
|
42
|
+
export declare const formatUInt64Error: TypeErrorFormatter<UInt64Error>;
|
|
43
|
+
/** Formats an Int64StringError in Croatian. */
|
|
44
|
+
export declare const formatInt64StringError: TypeErrorFormatter<Int64StringError>;
|
|
45
|
+
/** Formats a CapitalizedError in Croatian. */
|
|
46
|
+
export declare const formatCapitalizedError: TypeErrorFormatter<CapitalizedError>;
|
|
47
|
+
/** Formats a TrimmedError in Croatian. */
|
|
48
|
+
export declare const formatTrimmedError: TypeErrorFormatter<TrimmedError>;
|
|
49
|
+
/** Formats a MinLengthError in Croatian. */
|
|
50
|
+
export declare const formatMinLengthError: TypeErrorFormatter<MinLengthError>;
|
|
51
|
+
/** Formats a MaxLengthError in Croatian. */
|
|
52
|
+
export declare const formatMaxLengthError: TypeErrorFormatter<MaxLengthError>;
|
|
53
|
+
/** Formats a LengthError in Croatian. */
|
|
54
|
+
export declare const formatLengthError: TypeErrorFormatter<LengthError>;
|
|
55
|
+
/** Formats a RegexError in Croatian. */
|
|
56
|
+
export declare const formatRegexError: TypeErrorFormatter<RegexError>;
|
|
57
|
+
/** Formats a Base64UrlError in Croatian. */
|
|
58
|
+
export declare const formatBase64UrlError: TypeErrorFormatter<Base64UrlError>;
|
|
59
|
+
/** Formats a NameError in Croatian. */
|
|
60
|
+
export declare const formatNameError: TypeErrorFormatter<NameError>;
|
|
61
|
+
/** Formats a MnemonicError in Croatian. */
|
|
62
|
+
export declare const formatMnemonicError: TypeErrorFormatter<MnemonicError>;
|
|
63
|
+
/** Formats an IdError in Croatian. */
|
|
64
|
+
export declare const formatIdError: TypeErrorFormatter<IdError>;
|
|
65
|
+
/** Formats a TableIdError in Croatian. */
|
|
66
|
+
export declare const formatTableIdError: TypeErrorFormatter<TableIdError>;
|
|
67
|
+
/** Formats a NonNegativeError in Croatian. */
|
|
68
|
+
export declare const formatNonNegativeError: TypeErrorFormatter<NonNegativeError>;
|
|
69
|
+
/** Formats a NonNegativeDecimalStringError in Croatian. */
|
|
70
|
+
export declare const formatNonNegativeDecimalStringError: TypeErrorFormatter<NonNegativeDecimalStringError>;
|
|
71
|
+
/** Formats a PositiveError in Croatian. */
|
|
72
|
+
export declare const formatPositiveError: TypeErrorFormatter<PositiveError>;
|
|
73
|
+
/** Formats a PositiveDecimalStringError in Croatian. */
|
|
74
|
+
export declare const formatPositiveDecimalStringError: TypeErrorFormatter<PositiveDecimalStringError>;
|
|
75
|
+
/** Formats a NonPositiveError in Croatian. */
|
|
76
|
+
export declare const formatNonPositiveError: TypeErrorFormatter<NonPositiveError>;
|
|
77
|
+
/** Formats a NonPositiveDecimalStringError in Croatian. */
|
|
78
|
+
export declare const formatNonPositiveDecimalStringError: TypeErrorFormatter<NonPositiveDecimalStringError>;
|
|
79
|
+
/** Formats a NegativeError in Croatian. */
|
|
80
|
+
export declare const formatNegativeError: TypeErrorFormatter<NegativeError>;
|
|
81
|
+
/** Formats a NegativeDecimalStringError in Croatian. */
|
|
82
|
+
export declare const formatNegativeDecimalStringError: TypeErrorFormatter<NegativeDecimalStringError>;
|
|
83
|
+
/** Formats an IntError in Croatian. */
|
|
84
|
+
export declare const formatIntError: TypeErrorFormatter<IntError>;
|
|
85
|
+
/** Formats a GreaterThanError in Croatian. */
|
|
86
|
+
export declare const formatGreaterThanError: TypeErrorFormatter<GreaterThanError>;
|
|
87
|
+
/** Formats a GreaterThanOrEqualToError in Croatian. */
|
|
88
|
+
export declare const formatGreaterThanOrEqualToError: TypeErrorFormatter<GreaterThanOrEqualToError>;
|
|
89
|
+
/** Formats a LessThanError in Croatian. */
|
|
90
|
+
export declare const formatLessThanError: TypeErrorFormatter<LessThanError>;
|
|
91
|
+
/** Formats a LessThanOrEqualToError in Croatian. */
|
|
92
|
+
export declare const formatLessThanOrEqualToError: TypeErrorFormatter<LessThanOrEqualToError>;
|
|
93
|
+
/** Formats a NonNaNError in Croatian. */
|
|
94
|
+
export declare const formatNonNaNError: TypeErrorFormatter<NonNaNError>;
|
|
95
|
+
/** Formats a FiniteError in Croatian. */
|
|
96
|
+
export declare const formatFiniteError: TypeErrorFormatter<FiniteError>;
|
|
97
|
+
/** Formats a MultipleOfError in Croatian. */
|
|
98
|
+
export declare const formatMultipleOfError: TypeErrorFormatter<MultipleOfError>;
|
|
99
|
+
/** Formats a BetweenError in Croatian. */
|
|
100
|
+
export declare const formatBetweenError: TypeErrorFormatter<BetweenError>;
|
|
101
|
+
/** Formats an ArrayError in Croatian. */
|
|
102
|
+
export declare const formatArrayError: TypeErrorFormatter<ArrayError>;
|
|
103
|
+
/** Formats a SetError in Croatian. */
|
|
104
|
+
export declare const formatSetError: TypeErrorFormatter<SetError>;
|
|
105
|
+
/** Formats a TupleError in Croatian. */
|
|
106
|
+
export declare const formatTupleError: TypeErrorFormatter<TupleError | TupleElementsError<TypeError>>;
|
|
107
|
+
/** Formats a RecordError in Croatian. */
|
|
108
|
+
export declare const formatRecordError: TypeErrorFormatter<RecordError>;
|
|
109
|
+
/** Formats an ObjectError in Croatian. */
|
|
110
|
+
export declare const formatObjectError: TypeErrorFormatter<ObjectError>;
|
|
111
|
+
/** Formats a DiscriminatedUnionError in Croatian. */
|
|
112
|
+
export declare const formatDiscriminatedUnionError: TypeErrorFormatter<DiscriminatedUnionError>;
|
|
113
|
+
/** Formats a JsonValueError in Croatian. */
|
|
114
|
+
export declare const formatJsonValueError: TypeErrorFormatter<JsonValueError>;
|
|
115
|
+
/** Formats a JsonError in Croatian. */
|
|
116
|
+
export declare const formatJsonError: TypeErrorFormatter<JsonError>;
|
|
117
|
+
//# sourceMappingURL=hr.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hr.d.ts","sourceRoot":"","sources":["../../../src/intl/hr.ts"],"names":[],"mappings":"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"}
|