@expcat/tigercat-core 1.0.7 → 1.2.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/README.md +1 -1
- package/dist/datepicker-DXzS_8l8.d.cts +130 -0
- package/dist/datepicker-DXzS_8l8.d.ts +130 -0
- package/dist/datepicker-locales/ar-SA.cjs +46 -0
- package/dist/datepicker-locales/ar-SA.d.cts +6 -0
- package/dist/datepicker-locales/ar-SA.d.ts +6 -0
- package/dist/datepicker-locales/ar-SA.js +20 -0
- package/dist/datepicker-locales/de-DE.cjs +46 -0
- package/dist/datepicker-locales/de-DE.d.cts +6 -0
- package/dist/datepicker-locales/de-DE.d.ts +6 -0
- package/dist/datepicker-locales/de-DE.js +20 -0
- package/dist/datepicker-locales/en-US.cjs +46 -0
- package/dist/datepicker-locales/en-US.d.cts +6 -0
- package/dist/datepicker-locales/en-US.d.ts +6 -0
- package/dist/datepicker-locales/en-US.js +20 -0
- package/dist/datepicker-locales/es-ES.cjs +46 -0
- package/dist/datepicker-locales/es-ES.d.cts +6 -0
- package/dist/datepicker-locales/es-ES.d.ts +6 -0
- package/dist/datepicker-locales/es-ES.js +20 -0
- package/dist/datepicker-locales/fr-FR.cjs +46 -0
- package/dist/datepicker-locales/fr-FR.d.cts +6 -0
- package/dist/datepicker-locales/fr-FR.d.ts +6 -0
- package/dist/datepicker-locales/fr-FR.js +20 -0
- package/dist/datepicker-locales/id-ID.cjs +46 -0
- package/dist/datepicker-locales/id-ID.d.cts +6 -0
- package/dist/datepicker-locales/id-ID.d.ts +6 -0
- package/dist/datepicker-locales/id-ID.js +20 -0
- package/dist/datepicker-locales/ja-JP.cjs +46 -0
- package/dist/datepicker-locales/ja-JP.d.cts +6 -0
- package/dist/datepicker-locales/ja-JP.d.ts +6 -0
- package/dist/datepicker-locales/ja-JP.js +20 -0
- package/dist/datepicker-locales/ko-KR.cjs +46 -0
- package/dist/datepicker-locales/ko-KR.d.cts +6 -0
- package/dist/datepicker-locales/ko-KR.d.ts +6 -0
- package/dist/datepicker-locales/ko-KR.js +20 -0
- package/dist/datepicker-locales/pt-BR.cjs +46 -0
- package/dist/datepicker-locales/pt-BR.d.cts +6 -0
- package/dist/datepicker-locales/pt-BR.d.ts +6 -0
- package/dist/datepicker-locales/pt-BR.js +20 -0
- package/dist/datepicker-locales/th-TH.cjs +46 -0
- package/dist/datepicker-locales/th-TH.d.cts +6 -0
- package/dist/datepicker-locales/th-TH.d.ts +6 -0
- package/dist/datepicker-locales/th-TH.js +20 -0
- package/dist/datepicker-locales/vi-VN.cjs +46 -0
- package/dist/datepicker-locales/vi-VN.d.cts +6 -0
- package/dist/datepicker-locales/vi-VN.d.ts +6 -0
- package/dist/datepicker-locales/vi-VN.js +20 -0
- package/dist/datepicker-locales/zh-CN.cjs +46 -0
- package/dist/datepicker-locales/zh-CN.d.cts +6 -0
- package/dist/datepicker-locales/zh-CN.d.ts +6 -0
- package/dist/datepicker-locales/zh-CN.js +20 -0
- package/dist/datepicker-locales/zh-TW.cjs +46 -0
- package/dist/datepicker-locales/zh-TW.d.cts +6 -0
- package/dist/datepicker-locales/zh-TW.d.ts +6 -0
- package/dist/datepicker-locales/zh-TW.js +20 -0
- package/dist/icons/common.cjs +54 -0
- package/dist/icons/common.d.cts +20 -0
- package/dist/icons/common.d.ts +20 -0
- package/dist/icons/common.js +21 -0
- package/dist/icons/picker.cjs +75 -0
- package/dist/icons/picker.d.cts +53 -0
- package/dist/icons/picker.d.ts +53 -0
- package/dist/icons/picker.js +35 -0
- package/dist/icons/status.cjs +47 -0
- package/dist/icons/status.d.cts +13 -0
- package/dist/icons/status.d.ts +13 -0
- package/dist/icons/status.js +18 -0
- package/dist/icons/table.cjs +48 -0
- package/dist/icons/table.d.cts +25 -0
- package/dist/icons/table.d.ts +25 -0
- package/dist/icons/table.js +17 -0
- package/dist/index.cjs +7064 -886
- package/dist/index.d.cts +3826 -1238
- package/dist/index.d.ts +3826 -1238
- package/dist/index.js +6705 -1011
- package/dist/locale-9-B-d0mp.d.cts +97 -0
- package/dist/locale-Bc3zz2b0.d.ts +97 -0
- package/dist/locales/ar-SA.cjs +155 -0
- package/dist/locales/ar-SA.d.cts +10 -0
- package/dist/locales/ar-SA.d.ts +10 -0
- package/dist/locales/ar-SA.js +128 -0
- package/dist/locales/de-DE.cjs +155 -0
- package/dist/locales/de-DE.d.cts +10 -0
- package/dist/locales/de-DE.d.ts +10 -0
- package/dist/locales/de-DE.js +128 -0
- package/dist/locales/en-US.cjs +69 -0
- package/dist/locales/en-US.d.cts +10 -0
- package/dist/locales/en-US.d.ts +10 -0
- package/dist/locales/en-US.js +44 -0
- package/dist/locales/es-ES.cjs +155 -0
- package/dist/locales/es-ES.d.cts +10 -0
- package/dist/locales/es-ES.d.ts +10 -0
- package/dist/locales/es-ES.js +128 -0
- package/dist/locales/fr-FR.cjs +155 -0
- package/dist/locales/fr-FR.d.cts +10 -0
- package/dist/locales/fr-FR.d.ts +10 -0
- package/dist/locales/fr-FR.js +128 -0
- package/dist/locales/id-ID.cjs +69 -0
- package/dist/locales/id-ID.d.cts +10 -0
- package/dist/locales/id-ID.d.ts +10 -0
- package/dist/locales/id-ID.js +44 -0
- package/dist/locales/ja-JP.cjs +69 -0
- package/dist/locales/ja-JP.d.cts +10 -0
- package/dist/locales/ja-JP.d.ts +10 -0
- package/dist/locales/ja-JP.js +44 -0
- package/dist/locales/ko-KR.cjs +69 -0
- package/dist/locales/ko-KR.d.cts +10 -0
- package/dist/locales/ko-KR.d.ts +10 -0
- package/dist/locales/ko-KR.js +44 -0
- package/dist/locales/pt-BR.cjs +155 -0
- package/dist/locales/pt-BR.d.cts +10 -0
- package/dist/locales/pt-BR.d.ts +10 -0
- package/dist/locales/pt-BR.js +128 -0
- package/dist/locales/th-TH.cjs +69 -0
- package/dist/locales/th-TH.d.cts +10 -0
- package/dist/locales/th-TH.d.ts +10 -0
- package/dist/locales/th-TH.js +44 -0
- package/dist/locales/vi-VN.cjs +69 -0
- package/dist/locales/vi-VN.d.cts +10 -0
- package/dist/locales/vi-VN.d.ts +10 -0
- package/dist/locales/vi-VN.js +44 -0
- package/dist/locales/zh-CN.cjs +69 -0
- package/dist/locales/zh-CN.d.cts +10 -0
- package/dist/locales/zh-CN.d.ts +10 -0
- package/dist/locales/zh-CN.js +44 -0
- package/dist/locales/zh-TW.cjs +69 -0
- package/dist/locales/zh-TW.d.cts +10 -0
- package/dist/locales/zh-TW.d.ts +10 -0
- package/dist/locales/zh-TW.js +44 -0
- package/dist/table-export-6ISYSoVB.d.cts +490 -0
- package/dist/table-export-6ISYSoVB.d.ts +490 -0
- package/dist/tailwind/modern.cjs +353 -0
- package/dist/tailwind/modern.d.cts +6 -0
- package/dist/tailwind/modern.d.ts +6 -0
- package/dist/tailwind/modern.js +320 -0
- package/dist/tailwind-entry-D4_sseNi.d.ts +218 -0
- package/dist/tailwind-entry-DUchHtjs.d.cts +218 -0
- package/dist/tailwind.cjs +206 -0
- package/dist/tailwind.d.cts +3 -0
- package/dist/tailwind.d.ts +3 -0
- package/dist/tailwind.js +173 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.cts +126 -0
- package/dist/types-CJYAW1ql.d-DDBFn6KB.d.ts +126 -0
- package/dist/utils/table-export.cjs +112 -0
- package/dist/utils/table-export.d.cts +1 -0
- package/dist/utils/table-export.d.ts +1 -0
- package/dist/utils/table-export.js +79 -0
- package/package.json +190 -12
- package/tokens/figma-variables.json +2553 -0
- package/tokens/tailwind-tokens.js +145 -0
- package/tokens/tokens.css +640 -0
- package/tokens/tokens.json +395 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// src/utils/i18n/locales/ko-KR.ts
|
|
2
|
+
var koKR = {
|
|
3
|
+
locale: "ko-KR",
|
|
4
|
+
direction: "ltr",
|
|
5
|
+
common: {
|
|
6
|
+
okText: "\uD655\uC778",
|
|
7
|
+
cancelText: "\uCDE8\uC18C",
|
|
8
|
+
closeText: "\uB2EB\uAE30",
|
|
9
|
+
loadingText: "\uB85C\uB529 \uC911...",
|
|
10
|
+
emptyText: "\uB370\uC774\uD130 \uC5C6\uC74C"
|
|
11
|
+
},
|
|
12
|
+
modal: {
|
|
13
|
+
closeAriaLabel: "\uB2EB\uAE30",
|
|
14
|
+
okText: "\uD655\uC778",
|
|
15
|
+
cancelText: "\uCDE8\uC18C"
|
|
16
|
+
},
|
|
17
|
+
drawer: {
|
|
18
|
+
closeAriaLabel: "\uB2EB\uAE30"
|
|
19
|
+
},
|
|
20
|
+
pagination: {
|
|
21
|
+
totalText: "\uCD1D {total}\uAC1C",
|
|
22
|
+
itemsPerPageText: "\uAC1C/\uD398\uC774\uC9C0",
|
|
23
|
+
jumpToText: "\uC774\uB3D9",
|
|
24
|
+
pageText: "\uD398\uC774\uC9C0",
|
|
25
|
+
prevPageAriaLabel: "\uC774\uC804 \uD398\uC774\uC9C0",
|
|
26
|
+
nextPageAriaLabel: "\uB2E4\uC74C \uD398\uC774\uC9C0",
|
|
27
|
+
pageAriaLabel: "{page} \uD398\uC774\uC9C0"
|
|
28
|
+
},
|
|
29
|
+
formWizard: {
|
|
30
|
+
prevText: "\uC774\uC804",
|
|
31
|
+
nextText: "\uB2E4\uC74C",
|
|
32
|
+
finishText: "\uC644\uB8CC"
|
|
33
|
+
},
|
|
34
|
+
taskBoard: {
|
|
35
|
+
emptyColumnText: "\uC791\uC5C5 \uC5C6\uC74C",
|
|
36
|
+
addCardText: "\uC791\uC5C5 \uCD94\uAC00",
|
|
37
|
+
wipLimitText: "WIP \uC81C\uD55C: {limit}",
|
|
38
|
+
dragHintText: "\uB4DC\uB798\uADF8\uD558\uC5EC \uC774\uB3D9",
|
|
39
|
+
boardAriaLabel: "\uC791\uC5C5 \uBCF4\uB4DC"
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
koKR
|
|
44
|
+
};
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/utils/i18n/locales/pt-BR.ts
|
|
21
|
+
var pt_BR_exports = {};
|
|
22
|
+
__export(pt_BR_exports, {
|
|
23
|
+
default: () => pt_BR_default,
|
|
24
|
+
ptBR: () => ptBR
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(pt_BR_exports);
|
|
27
|
+
|
|
28
|
+
// src/utils/i18n/locales/en-US.ts
|
|
29
|
+
var enUS = {
|
|
30
|
+
locale: "en-US",
|
|
31
|
+
direction: "ltr",
|
|
32
|
+
common: {
|
|
33
|
+
okText: "OK",
|
|
34
|
+
cancelText: "Cancel",
|
|
35
|
+
closeText: "Close",
|
|
36
|
+
loadingText: "Loading...",
|
|
37
|
+
emptyText: "No data"
|
|
38
|
+
},
|
|
39
|
+
modal: {
|
|
40
|
+
closeAriaLabel: "Close",
|
|
41
|
+
okText: "OK",
|
|
42
|
+
cancelText: "Cancel"
|
|
43
|
+
},
|
|
44
|
+
drawer: {
|
|
45
|
+
closeAriaLabel: "Close"
|
|
46
|
+
},
|
|
47
|
+
pagination: {
|
|
48
|
+
totalText: "Total {total} items",
|
|
49
|
+
itemsPerPageText: "/ page",
|
|
50
|
+
jumpToText: "Go to",
|
|
51
|
+
pageText: "page",
|
|
52
|
+
prevPageAriaLabel: "Previous page",
|
|
53
|
+
nextPageAriaLabel: "Next page",
|
|
54
|
+
pageAriaLabel: "Page {page}"
|
|
55
|
+
},
|
|
56
|
+
formWizard: {
|
|
57
|
+
prevText: "Previous",
|
|
58
|
+
nextText: "Next",
|
|
59
|
+
finishText: "Finish"
|
|
60
|
+
},
|
|
61
|
+
taskBoard: {
|
|
62
|
+
emptyColumnText: "No tasks",
|
|
63
|
+
addCardText: "Add task",
|
|
64
|
+
wipLimitText: "WIP limit: {limit}",
|
|
65
|
+
dragHintText: "Drag to move",
|
|
66
|
+
boardAriaLabel: "Task Board"
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// src/utils/i18n/define-locale.ts
|
|
71
|
+
function isPlainObject(value) {
|
|
72
|
+
if (value === null || typeof value !== "object") return false;
|
|
73
|
+
const proto = Object.getPrototypeOf(value);
|
|
74
|
+
return proto === Object.prototype || proto === null;
|
|
75
|
+
}
|
|
76
|
+
function deepMerge(base, override) {
|
|
77
|
+
if (!override) return { ...base };
|
|
78
|
+
const out = { ...base };
|
|
79
|
+
for (const key of Object.keys(override)) {
|
|
80
|
+
const next = override[key];
|
|
81
|
+
if (next === void 0) continue;
|
|
82
|
+
const prev = base[key];
|
|
83
|
+
if (isPlainObject(prev) && isPlainObject(next)) {
|
|
84
|
+
out[key] = deepMerge(prev, next);
|
|
85
|
+
} else {
|
|
86
|
+
out[key] = next;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return out;
|
|
90
|
+
}
|
|
91
|
+
function defineLocale(overrides = {}) {
|
|
92
|
+
return deepMerge(enUS, overrides);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// src/utils/i18n/locales/pt-BR.ts
|
|
96
|
+
var ptBR = defineLocale({
|
|
97
|
+
locale: "pt-BR",
|
|
98
|
+
direction: "ltr",
|
|
99
|
+
common: {
|
|
100
|
+
okText: "OK",
|
|
101
|
+
cancelText: "Cancelar",
|
|
102
|
+
closeText: "Fechar",
|
|
103
|
+
loadingText: "Carregando...",
|
|
104
|
+
emptyText: "Sem dados"
|
|
105
|
+
},
|
|
106
|
+
modal: {
|
|
107
|
+
closeAriaLabel: "Fechar",
|
|
108
|
+
okText: "OK",
|
|
109
|
+
cancelText: "Cancelar"
|
|
110
|
+
},
|
|
111
|
+
drawer: {
|
|
112
|
+
closeAriaLabel: "Fechar"
|
|
113
|
+
},
|
|
114
|
+
upload: {
|
|
115
|
+
dragAreaAriaLabel: "Enviar arquivo clicando ou arrastando",
|
|
116
|
+
buttonAriaLabel: "Enviar arquivo",
|
|
117
|
+
clickToUploadText: "Clique para enviar",
|
|
118
|
+
dragAndDropText: "ou arraste e solte",
|
|
119
|
+
acceptInfoText: "Aceito: {accept}",
|
|
120
|
+
maxSizeInfoText: "Tamanho m\xE1ximo: {maxSize}",
|
|
121
|
+
selectFileText: "Selecionar arquivo",
|
|
122
|
+
uploadedFilesAriaLabel: "Arquivos enviados",
|
|
123
|
+
successAriaLabel: "Sucesso",
|
|
124
|
+
errorAriaLabel: "Erro",
|
|
125
|
+
uploadingAriaLabel: "Enviando",
|
|
126
|
+
removeFileAriaLabel: "Remover {fileName}",
|
|
127
|
+
previewFileAriaLabel: "Pr\xE9-visualizar {fileName}"
|
|
128
|
+
},
|
|
129
|
+
pagination: {
|
|
130
|
+
totalText: "Total de {total} itens",
|
|
131
|
+
itemsPerPageText: "/ p\xE1gina",
|
|
132
|
+
jumpToText: "Ir para",
|
|
133
|
+
pageText: "p\xE1gina",
|
|
134
|
+
prevPageAriaLabel: "P\xE1gina anterior",
|
|
135
|
+
nextPageAriaLabel: "Pr\xF3xima p\xE1gina",
|
|
136
|
+
pageAriaLabel: "P\xE1gina {page}"
|
|
137
|
+
},
|
|
138
|
+
formWizard: {
|
|
139
|
+
prevText: "Anterior",
|
|
140
|
+
nextText: "Pr\xF3ximo",
|
|
141
|
+
finishText: "Concluir"
|
|
142
|
+
},
|
|
143
|
+
taskBoard: {
|
|
144
|
+
emptyColumnText: "Sem tarefas",
|
|
145
|
+
addCardText: "Adicionar tarefa",
|
|
146
|
+
wipLimitText: "Limite WIP: {limit}",
|
|
147
|
+
dragHintText: "Arraste para mover",
|
|
148
|
+
boardAriaLabel: "Quadro de tarefas"
|
|
149
|
+
}
|
|
150
|
+
});
|
|
151
|
+
var pt_BR_default = ptBR;
|
|
152
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
153
|
+
0 && (module.exports = {
|
|
154
|
+
ptBR
|
|
155
|
+
});
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
// src/utils/i18n/locales/en-US.ts
|
|
2
|
+
var enUS = {
|
|
3
|
+
locale: "en-US",
|
|
4
|
+
direction: "ltr",
|
|
5
|
+
common: {
|
|
6
|
+
okText: "OK",
|
|
7
|
+
cancelText: "Cancel",
|
|
8
|
+
closeText: "Close",
|
|
9
|
+
loadingText: "Loading...",
|
|
10
|
+
emptyText: "No data"
|
|
11
|
+
},
|
|
12
|
+
modal: {
|
|
13
|
+
closeAriaLabel: "Close",
|
|
14
|
+
okText: "OK",
|
|
15
|
+
cancelText: "Cancel"
|
|
16
|
+
},
|
|
17
|
+
drawer: {
|
|
18
|
+
closeAriaLabel: "Close"
|
|
19
|
+
},
|
|
20
|
+
pagination: {
|
|
21
|
+
totalText: "Total {total} items",
|
|
22
|
+
itemsPerPageText: "/ page",
|
|
23
|
+
jumpToText: "Go to",
|
|
24
|
+
pageText: "page",
|
|
25
|
+
prevPageAriaLabel: "Previous page",
|
|
26
|
+
nextPageAriaLabel: "Next page",
|
|
27
|
+
pageAriaLabel: "Page {page}"
|
|
28
|
+
},
|
|
29
|
+
formWizard: {
|
|
30
|
+
prevText: "Previous",
|
|
31
|
+
nextText: "Next",
|
|
32
|
+
finishText: "Finish"
|
|
33
|
+
},
|
|
34
|
+
taskBoard: {
|
|
35
|
+
emptyColumnText: "No tasks",
|
|
36
|
+
addCardText: "Add task",
|
|
37
|
+
wipLimitText: "WIP limit: {limit}",
|
|
38
|
+
dragHintText: "Drag to move",
|
|
39
|
+
boardAriaLabel: "Task Board"
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
// src/utils/i18n/define-locale.ts
|
|
44
|
+
function isPlainObject(value) {
|
|
45
|
+
if (value === null || typeof value !== "object") return false;
|
|
46
|
+
const proto = Object.getPrototypeOf(value);
|
|
47
|
+
return proto === Object.prototype || proto === null;
|
|
48
|
+
}
|
|
49
|
+
function deepMerge(base, override) {
|
|
50
|
+
if (!override) return { ...base };
|
|
51
|
+
const out = { ...base };
|
|
52
|
+
for (const key of Object.keys(override)) {
|
|
53
|
+
const next = override[key];
|
|
54
|
+
if (next === void 0) continue;
|
|
55
|
+
const prev = base[key];
|
|
56
|
+
if (isPlainObject(prev) && isPlainObject(next)) {
|
|
57
|
+
out[key] = deepMerge(prev, next);
|
|
58
|
+
} else {
|
|
59
|
+
out[key] = next;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
return out;
|
|
63
|
+
}
|
|
64
|
+
function defineLocale(overrides = {}) {
|
|
65
|
+
return deepMerge(enUS, overrides);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// src/utils/i18n/locales/pt-BR.ts
|
|
69
|
+
var ptBR = defineLocale({
|
|
70
|
+
locale: "pt-BR",
|
|
71
|
+
direction: "ltr",
|
|
72
|
+
common: {
|
|
73
|
+
okText: "OK",
|
|
74
|
+
cancelText: "Cancelar",
|
|
75
|
+
closeText: "Fechar",
|
|
76
|
+
loadingText: "Carregando...",
|
|
77
|
+
emptyText: "Sem dados"
|
|
78
|
+
},
|
|
79
|
+
modal: {
|
|
80
|
+
closeAriaLabel: "Fechar",
|
|
81
|
+
okText: "OK",
|
|
82
|
+
cancelText: "Cancelar"
|
|
83
|
+
},
|
|
84
|
+
drawer: {
|
|
85
|
+
closeAriaLabel: "Fechar"
|
|
86
|
+
},
|
|
87
|
+
upload: {
|
|
88
|
+
dragAreaAriaLabel: "Enviar arquivo clicando ou arrastando",
|
|
89
|
+
buttonAriaLabel: "Enviar arquivo",
|
|
90
|
+
clickToUploadText: "Clique para enviar",
|
|
91
|
+
dragAndDropText: "ou arraste e solte",
|
|
92
|
+
acceptInfoText: "Aceito: {accept}",
|
|
93
|
+
maxSizeInfoText: "Tamanho m\xE1ximo: {maxSize}",
|
|
94
|
+
selectFileText: "Selecionar arquivo",
|
|
95
|
+
uploadedFilesAriaLabel: "Arquivos enviados",
|
|
96
|
+
successAriaLabel: "Sucesso",
|
|
97
|
+
errorAriaLabel: "Erro",
|
|
98
|
+
uploadingAriaLabel: "Enviando",
|
|
99
|
+
removeFileAriaLabel: "Remover {fileName}",
|
|
100
|
+
previewFileAriaLabel: "Pr\xE9-visualizar {fileName}"
|
|
101
|
+
},
|
|
102
|
+
pagination: {
|
|
103
|
+
totalText: "Total de {total} itens",
|
|
104
|
+
itemsPerPageText: "/ p\xE1gina",
|
|
105
|
+
jumpToText: "Ir para",
|
|
106
|
+
pageText: "p\xE1gina",
|
|
107
|
+
prevPageAriaLabel: "P\xE1gina anterior",
|
|
108
|
+
nextPageAriaLabel: "Pr\xF3xima p\xE1gina",
|
|
109
|
+
pageAriaLabel: "P\xE1gina {page}"
|
|
110
|
+
},
|
|
111
|
+
formWizard: {
|
|
112
|
+
prevText: "Anterior",
|
|
113
|
+
nextText: "Pr\xF3ximo",
|
|
114
|
+
finishText: "Concluir"
|
|
115
|
+
},
|
|
116
|
+
taskBoard: {
|
|
117
|
+
emptyColumnText: "Sem tarefas",
|
|
118
|
+
addCardText: "Adicionar tarefa",
|
|
119
|
+
wipLimitText: "Limite WIP: {limit}",
|
|
120
|
+
dragHintText: "Arraste para mover",
|
|
121
|
+
boardAriaLabel: "Quadro de tarefas"
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
var pt_BR_default = ptBR;
|
|
125
|
+
export {
|
|
126
|
+
pt_BR_default as default,
|
|
127
|
+
ptBR
|
|
128
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/utils/i18n/locales/th-TH.ts
|
|
21
|
+
var th_TH_exports = {};
|
|
22
|
+
__export(th_TH_exports, {
|
|
23
|
+
thTH: () => thTH
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(th_TH_exports);
|
|
26
|
+
var thTH = {
|
|
27
|
+
locale: "th-TH",
|
|
28
|
+
direction: "ltr",
|
|
29
|
+
common: {
|
|
30
|
+
okText: "\u0E15\u0E01\u0E25\u0E07",
|
|
31
|
+
cancelText: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
32
|
+
closeText: "\u0E1B\u0E34\u0E14",
|
|
33
|
+
loadingText: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14...",
|
|
34
|
+
emptyText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
|
|
35
|
+
},
|
|
36
|
+
modal: {
|
|
37
|
+
closeAriaLabel: "\u0E1B\u0E34\u0E14",
|
|
38
|
+
okText: "\u0E15\u0E01\u0E25\u0E07",
|
|
39
|
+
cancelText: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01"
|
|
40
|
+
},
|
|
41
|
+
drawer: {
|
|
42
|
+
closeAriaLabel: "\u0E1B\u0E34\u0E14"
|
|
43
|
+
},
|
|
44
|
+
pagination: {
|
|
45
|
+
totalText: "\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 {total} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",
|
|
46
|
+
itemsPerPageText: "/\u0E2B\u0E19\u0E49\u0E32",
|
|
47
|
+
jumpToText: "\u0E44\u0E1B\u0E17\u0E35\u0E48",
|
|
48
|
+
pageText: "\u0E2B\u0E19\u0E49\u0E32",
|
|
49
|
+
prevPageAriaLabel: "\u0E2B\u0E19\u0E49\u0E32\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",
|
|
50
|
+
nextPageAriaLabel: "\u0E2B\u0E19\u0E49\u0E32\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
51
|
+
pageAriaLabel: "\u0E2B\u0E19\u0E49\u0E32 {page}"
|
|
52
|
+
},
|
|
53
|
+
formWizard: {
|
|
54
|
+
prevText: "\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",
|
|
55
|
+
nextText: "\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
56
|
+
finishText: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
|
|
57
|
+
},
|
|
58
|
+
taskBoard: {
|
|
59
|
+
emptyColumnText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E07\u0E32\u0E19",
|
|
60
|
+
addCardText: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E07\u0E32\u0E19",
|
|
61
|
+
wipLimitText: "\u0E08\u0E33\u0E01\u0E31\u0E14 WIP: {limit}",
|
|
62
|
+
dragHintText: "\u0E25\u0E32\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E22\u0E49\u0E32\u0E22",
|
|
63
|
+
boardAriaLabel: "\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E07\u0E32\u0E19"
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
67
|
+
0 && (module.exports = {
|
|
68
|
+
thTH
|
|
69
|
+
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// src/utils/i18n/locales/th-TH.ts
|
|
2
|
+
var thTH = {
|
|
3
|
+
locale: "th-TH",
|
|
4
|
+
direction: "ltr",
|
|
5
|
+
common: {
|
|
6
|
+
okText: "\u0E15\u0E01\u0E25\u0E07",
|
|
7
|
+
cancelText: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
8
|
+
closeText: "\u0E1B\u0E34\u0E14",
|
|
9
|
+
loadingText: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14...",
|
|
10
|
+
emptyText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
|
|
11
|
+
},
|
|
12
|
+
modal: {
|
|
13
|
+
closeAriaLabel: "\u0E1B\u0E34\u0E14",
|
|
14
|
+
okText: "\u0E15\u0E01\u0E25\u0E07",
|
|
15
|
+
cancelText: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01"
|
|
16
|
+
},
|
|
17
|
+
drawer: {
|
|
18
|
+
closeAriaLabel: "\u0E1B\u0E34\u0E14"
|
|
19
|
+
},
|
|
20
|
+
pagination: {
|
|
21
|
+
totalText: "\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 {total} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",
|
|
22
|
+
itemsPerPageText: "/\u0E2B\u0E19\u0E49\u0E32",
|
|
23
|
+
jumpToText: "\u0E44\u0E1B\u0E17\u0E35\u0E48",
|
|
24
|
+
pageText: "\u0E2B\u0E19\u0E49\u0E32",
|
|
25
|
+
prevPageAriaLabel: "\u0E2B\u0E19\u0E49\u0E32\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",
|
|
26
|
+
nextPageAriaLabel: "\u0E2B\u0E19\u0E49\u0E32\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
27
|
+
pageAriaLabel: "\u0E2B\u0E19\u0E49\u0E32 {page}"
|
|
28
|
+
},
|
|
29
|
+
formWizard: {
|
|
30
|
+
prevText: "\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",
|
|
31
|
+
nextText: "\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
32
|
+
finishText: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19"
|
|
33
|
+
},
|
|
34
|
+
taskBoard: {
|
|
35
|
+
emptyColumnText: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E07\u0E32\u0E19",
|
|
36
|
+
addCardText: "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E07\u0E32\u0E19",
|
|
37
|
+
wipLimitText: "\u0E08\u0E33\u0E01\u0E31\u0E14 WIP: {limit}",
|
|
38
|
+
dragHintText: "\u0E25\u0E32\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E22\u0E49\u0E32\u0E22",
|
|
39
|
+
boardAriaLabel: "\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E07\u0E32\u0E19"
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
thTH
|
|
44
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/utils/i18n/locales/vi-VN.ts
|
|
21
|
+
var vi_VN_exports = {};
|
|
22
|
+
__export(vi_VN_exports, {
|
|
23
|
+
viVN: () => viVN
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(vi_VN_exports);
|
|
26
|
+
var viVN = {
|
|
27
|
+
locale: "vi-VN",
|
|
28
|
+
direction: "ltr",
|
|
29
|
+
common: {
|
|
30
|
+
okText: "\u0110\u1ED3ng \xFD",
|
|
31
|
+
cancelText: "H\u1EE7y",
|
|
32
|
+
closeText: "\u0110\xF3ng",
|
|
33
|
+
loadingText: "\u0110ang t\u1EA3i...",
|
|
34
|
+
emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
|
|
35
|
+
},
|
|
36
|
+
modal: {
|
|
37
|
+
closeAriaLabel: "\u0110\xF3ng",
|
|
38
|
+
okText: "\u0110\u1ED3ng \xFD",
|
|
39
|
+
cancelText: "H\u1EE7y"
|
|
40
|
+
},
|
|
41
|
+
drawer: {
|
|
42
|
+
closeAriaLabel: "\u0110\xF3ng"
|
|
43
|
+
},
|
|
44
|
+
pagination: {
|
|
45
|
+
totalText: "T\u1ED5ng {total} m\u1EE5c",
|
|
46
|
+
itemsPerPageText: "/trang",
|
|
47
|
+
jumpToText: "\u0110i \u0111\u1EBFn",
|
|
48
|
+
pageText: "trang",
|
|
49
|
+
prevPageAriaLabel: "Trang tr\u01B0\u1EDBc",
|
|
50
|
+
nextPageAriaLabel: "Trang sau",
|
|
51
|
+
pageAriaLabel: "Trang {page}"
|
|
52
|
+
},
|
|
53
|
+
formWizard: {
|
|
54
|
+
prevText: "Tr\u01B0\u1EDBc",
|
|
55
|
+
nextText: "Ti\u1EBFp",
|
|
56
|
+
finishText: "Ho\xE0n th\xE0nh"
|
|
57
|
+
},
|
|
58
|
+
taskBoard: {
|
|
59
|
+
emptyColumnText: "Kh\xF4ng c\xF3 nhi\u1EC7m v\u1EE5",
|
|
60
|
+
addCardText: "Th\xEAm nhi\u1EC7m v\u1EE5",
|
|
61
|
+
wipLimitText: "Gi\u1EDBi h\u1EA1n WIP: {limit}",
|
|
62
|
+
dragHintText: "K\xE9o \u0111\u1EC3 di chuy\u1EC3n",
|
|
63
|
+
boardAriaLabel: "B\u1EA3ng nhi\u1EC7m v\u1EE5"
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
67
|
+
0 && (module.exports = {
|
|
68
|
+
viVN
|
|
69
|
+
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// src/utils/i18n/locales/vi-VN.ts
|
|
2
|
+
var viVN = {
|
|
3
|
+
locale: "vi-VN",
|
|
4
|
+
direction: "ltr",
|
|
5
|
+
common: {
|
|
6
|
+
okText: "\u0110\u1ED3ng \xFD",
|
|
7
|
+
cancelText: "H\u1EE7y",
|
|
8
|
+
closeText: "\u0110\xF3ng",
|
|
9
|
+
loadingText: "\u0110ang t\u1EA3i...",
|
|
10
|
+
emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
|
|
11
|
+
},
|
|
12
|
+
modal: {
|
|
13
|
+
closeAriaLabel: "\u0110\xF3ng",
|
|
14
|
+
okText: "\u0110\u1ED3ng \xFD",
|
|
15
|
+
cancelText: "H\u1EE7y"
|
|
16
|
+
},
|
|
17
|
+
drawer: {
|
|
18
|
+
closeAriaLabel: "\u0110\xF3ng"
|
|
19
|
+
},
|
|
20
|
+
pagination: {
|
|
21
|
+
totalText: "T\u1ED5ng {total} m\u1EE5c",
|
|
22
|
+
itemsPerPageText: "/trang",
|
|
23
|
+
jumpToText: "\u0110i \u0111\u1EBFn",
|
|
24
|
+
pageText: "trang",
|
|
25
|
+
prevPageAriaLabel: "Trang tr\u01B0\u1EDBc",
|
|
26
|
+
nextPageAriaLabel: "Trang sau",
|
|
27
|
+
pageAriaLabel: "Trang {page}"
|
|
28
|
+
},
|
|
29
|
+
formWizard: {
|
|
30
|
+
prevText: "Tr\u01B0\u1EDBc",
|
|
31
|
+
nextText: "Ti\u1EBFp",
|
|
32
|
+
finishText: "Ho\xE0n th\xE0nh"
|
|
33
|
+
},
|
|
34
|
+
taskBoard: {
|
|
35
|
+
emptyColumnText: "Kh\xF4ng c\xF3 nhi\u1EC7m v\u1EE5",
|
|
36
|
+
addCardText: "Th\xEAm nhi\u1EC7m v\u1EE5",
|
|
37
|
+
wipLimitText: "Gi\u1EDBi h\u1EA1n WIP: {limit}",
|
|
38
|
+
dragHintText: "K\xE9o \u0111\u1EC3 di chuy\u1EC3n",
|
|
39
|
+
boardAriaLabel: "B\u1EA3ng nhi\u1EC7m v\u1EE5"
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
viVN
|
|
44
|
+
};
|