@edifice.io/react 2.5.6 → 2.5.8-develop-b2school.20260123114940
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 +5 -0
- package/dist/_virtual/_commonjsHelpers.js +8 -0
- package/dist/_virtual/common.js +4 -0
- package/dist/_virtual/de_DE.js +4 -0
- package/dist/_virtual/de_DE2.js +4 -0
- package/dist/_virtual/de_DE3.js +4 -0
- package/dist/_virtual/de_DE4.js +4 -0
- package/dist/_virtual/de_DE5.js +4 -0
- package/dist/_virtual/de_DE6.js +4 -0
- package/dist/_virtual/defineProperty.js +4 -0
- package/dist/_virtual/es_ES.js +4 -0
- package/dist/_virtual/es_ES2.js +4 -0
- package/dist/_virtual/es_ES3.js +4 -0
- package/dist/_virtual/es_ES4.js +4 -0
- package/dist/_virtual/es_ES5.js +4 -0
- package/dist/_virtual/es_ES6.js +4 -0
- package/dist/_virtual/fr_FR.js +4 -0
- package/dist/_virtual/fr_FR2.js +4 -0
- package/dist/_virtual/fr_FR3.js +4 -0
- package/dist/_virtual/fr_FR4.js +4 -0
- package/dist/_virtual/fr_FR5.js +4 -0
- package/dist/_virtual/fr_FR6.js +4 -0
- package/dist/_virtual/interopRequireDefault.js +4 -0
- package/dist/_virtual/it_IT.js +4 -0
- package/dist/_virtual/it_IT2.js +4 -0
- package/dist/_virtual/it_IT3.js +4 -0
- package/dist/_virtual/it_IT4.js +4 -0
- package/dist/_virtual/it_IT5.js +4 -0
- package/dist/_virtual/it_IT6.js +4 -0
- package/dist/_virtual/localeData.js +4 -0
- package/dist/_virtual/objectSpread2.js +4 -0
- package/dist/_virtual/pt_PT.js +4 -0
- package/dist/_virtual/pt_PT2.js +4 -0
- package/dist/_virtual/pt_PT3.js +4 -0
- package/dist/_virtual/pt_PT4.js +4 -0
- package/dist/_virtual/pt_PT5.js +4 -0
- package/dist/_virtual/pt_PT6.js +4 -0
- package/dist/_virtual/toPrimitive.js +4 -0
- package/dist/_virtual/toPropertyKey.js +4 -0
- package/dist/_virtual/typeof.js +4 -0
- package/dist/_virtual/weekday.js +4 -0
- package/dist/components/AppIcon/index.d.ts +1 -0
- package/dist/components/Badge/Badge.d.ts +12 -1
- package/dist/components/Badge/Badge.js +15 -2
- package/dist/components/Combobox/Combobox.js +1 -1
- package/dist/components/Combobox/ComboboxTrigger.js +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +57 -0
- package/dist/components/DatePicker/DatePicker.js +38 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/Divider/Divider.d.ts +38 -0
- package/dist/components/Divider/Divider.js +11 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Dropdown/DropdownContext.js +1 -1
- package/dist/components/Flex/Flex.js +1 -1
- package/dist/components/Form/FormContext.js +1 -1
- package/dist/components/Layout/Layout.js +1 -2
- package/dist/components/Menu/components/MenuButton.d.ts +2 -0
- package/dist/components/Menu/components/MenuButton.js +13 -4
- package/dist/components/Modal/Modal.d.ts +4 -0
- package/dist/components/Modal/Modal.js +13 -12
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +59 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +24 -0
- package/dist/components/SegmentedControl/index.d.ts +2 -0
- package/dist/components/Select/Select.d.ts +6 -2
- package/dist/components/Select/Select.js +10 -4
- package/dist/components/Toolbar/Toolbar.js +1 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/editor.js +42 -38
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useConversation/useConversation.js +3 -1
- package/dist/hooks/useDropdown/useDropdown.js +1 -1
- package/dist/hooks/useDropzone/useDropzone.d.ts +2 -2
- package/dist/hooks/useDropzone/useDropzone.js +24 -4
- package/dist/hooks/useInfiniteScroll/index.d.ts +1 -0
- package/dist/hooks/useInfiniteScroll/useInfiniteScroll.d.ts +33 -0
- package/dist/hooks/useInfiniteScroll/useInfiniteScroll.js +20 -0
- package/dist/icons.js +318 -312
- package/dist/index.js +230 -212
- package/dist/modals.js +14 -12
- package/dist/modules/comments/components/Comment.js +8 -6
- package/dist/modules/comments/components/CommentDate.js +7 -10
- package/dist/modules/comments/components/CommentDeleted.js +1 -1
- package/dist/modules/comments/components/CommentForm.d.ts +1 -1
- package/dist/modules/comments/components/CommentForm.js +6 -6
- package/dist/modules/comments/components/CommentList.js +1 -1
- package/dist/modules/comments/components/CommentTitle.js +1 -1
- package/dist/modules/comments/components/DeleteModal.js +14 -8
- package/dist/modules/comments/provider/CommentProvider.js +4 -4
- package/dist/modules/comments/types.d.ts +3 -1
- package/dist/modules/editor/components/Editor/Editor.js +1 -1
- package/dist/modules/editor/components/Editor/EditorPreview.d.ts +14 -0
- package/dist/modules/editor/components/Editor/EditorPreview.js +56 -0
- package/dist/modules/editor/components/Editor/EditorPreviewSkeleton.d.ts +8 -0
- package/dist/modules/editor/components/Editor/EditorPreviewSkeleton.js +24 -0
- package/dist/modules/editor/components/Editor/index.d.ts +2 -0
- package/dist/modules/editor/components/Renderer/AttachmentRenderer.js +2 -2
- package/dist/modules/editor/hooks/useMediaLibraryEditor.js +4 -3
- package/dist/modules/editor/hooks/useTipTapEditor.js +4 -4
- package/dist/modules/icons/components/IconCalendarEdit.d.ts +7 -0
- package/dist/modules/icons/components/IconCalendarEdit.js +12 -0
- package/dist/modules/icons/components/IconClockAlert.d.ts +7 -0
- package/dist/modules/icons/components/IconClockAlert.js +17 -0
- package/dist/modules/icons/components/IconSubmitToValidate.d.ts +7 -0
- package/dist/modules/icons/components/IconSubmitToValidate.js +12 -0
- package/dist/modules/icons/components/index.d.ts +3 -0
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +5 -5
- package/dist/modules/modals/ResourceModal/ResourceModal.js +1 -2
- package/dist/modules/modals/ShareModal/ShareBookmark.d.ts +1 -1
- package/dist/modules/modals/ShareModal/ShareBookmark.js +6 -3
- package/dist/modules/modals/ShareModal/ShareBookmarkLine.js +4 -4
- package/dist/modules/modals/ShareModal/ShareModal.d.ts +1 -11
- package/dist/modules/modals/ShareModal/ShareModal.js +13 -105
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +187 -0
- package/dist/modules/modals/ShareModal/ShareResources.js +148 -0
- package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +5 -3
- package/dist/modules/modals/ShareModal/hooks/useSearch.js +12 -16
- package/dist/modules/modals/ShareModal/hooks/useShare.d.ts +12 -5
- package/dist/modules/modals/ShareModal/hooks/useShare.js +20 -13
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.d.ts +1 -1
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.js +1 -1
- package/dist/modules/modals/ShareModal/index.d.ts +3 -1
- package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.js +1 -2
- package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.js +1 -2
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +1 -1
- package/dist/modules/multimedia/MediaLibrary/index.d.ts +2 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/Upload.js +1 -1
- package/dist/modules/multimedia/index.d.ts +1 -0
- package/dist/multimedia.js +20 -14
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/defineProperty.js +18 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js +31 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPrimitive.js +20 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPropertyKey.js +15 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/typeof.js +16 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/de_DE.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/es_ES.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/fr_FR.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/it_IT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/pt_PT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/de_DE.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/es_ES.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/fr_FR.js +27 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/it_IT.js +20 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/pt_PT.js +45 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/de_DE.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/es_ES.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/fr_FR.js +144 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/it_IT.js +156 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/pt_PT.js +158 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/de_DE.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/es_ES.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/fr_FR.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/it_IT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/pt_PT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/de_DE.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/es_ES.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/fr_FR.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/it_IT.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/pt_PT.js +8 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js +82 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js +19 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/de_DE.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/es_ES.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/fr_FR.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/it_IT.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/pt_PT.js +21 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/common.js +14 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/de_DE.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/es_ES.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/fr_FR.js +38 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/it_IT.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/pt_PT.js +39 -0
- package/dist/providers/AntThemeProvider/AntProvider.d.ts +2 -2
- package/dist/providers/AntThemeProvider/AntProvider.js +19 -2
- package/dist/providers/AntThemeProvider/antThemeConfig.js +1 -2
- package/dist/style.css +1 -1
- package/dist/utilities/index.d.ts +1 -0
- package/dist/utilities/mime-types/index.d.ts +1 -0
- package/dist/utilities/mime-types/mime-types-utils.d.ts +1 -0
- package/dist/utilities/mime-types/mime-types-utils.js +4 -0
- package/dist/utilities/react-query/index.d.ts +1 -0
- package/dist/utilities/react-query/react-query-utils.d.ts +21 -0
- package/dist/utilities/react-query/react-query-utils.js +13 -0
- package/package.json +8 -7
- package/dist/modules/comments/components/CommentHeader.d.ts +0 -3
- package/dist/modules/comments/components/CommentHeader.js +0 -8
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { __exports as pt_PT } from "../../../../../../../_virtual/pt_PT.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import "../../../../../rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/pt_PT.js";
|
|
4
|
+
import "../calendar/locale/pt_PT.js";
|
|
5
|
+
import "../date-picker/locale/pt_PT.js";
|
|
6
|
+
import "../time-picker/locale/pt_PT.js";
|
|
7
|
+
import { __exports as pt_PT$1 } from "../../../../../../../_virtual/pt_PT2.js";
|
|
8
|
+
import { __exports as pt_PT$2 } from "../../../../../../../_virtual/pt_PT3.js";
|
|
9
|
+
import { __exports as pt_PT$3 } from "../../../../../../../_virtual/pt_PT4.js";
|
|
10
|
+
import { __exports as pt_PT$4 } from "../../../../../../../_virtual/pt_PT5.js";
|
|
11
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
12
|
+
Object.defineProperty(pt_PT, "__esModule", {
|
|
13
|
+
value: !0
|
|
14
|
+
});
|
|
15
|
+
pt_PT.default = void 0;
|
|
16
|
+
var _pt_PT = _interopRequireDefault(pt_PT$1), _pt_PT2 = _interopRequireDefault(pt_PT$2), _pt_PT3 = _interopRequireDefault(pt_PT$3), _pt_PT4 = _interopRequireDefault(pt_PT$4);
|
|
17
|
+
const typeTemplate = "${label} não é um(a) ${type} válido(a)", localeValues = {
|
|
18
|
+
locale: "pt",
|
|
19
|
+
Pagination: _pt_PT.default,
|
|
20
|
+
DatePicker: _pt_PT3.default,
|
|
21
|
+
TimePicker: _pt_PT4.default,
|
|
22
|
+
Calendar: _pt_PT2.default,
|
|
23
|
+
global: {
|
|
24
|
+
placeholder: "Por favor, selecione",
|
|
25
|
+
close: "Fechar"
|
|
26
|
+
},
|
|
27
|
+
Table: {
|
|
28
|
+
filterTitle: "Filtro",
|
|
29
|
+
filterConfirm: "Aplicar",
|
|
30
|
+
filterReset: "Repor",
|
|
31
|
+
filterEmptyText: "Sem filtros",
|
|
32
|
+
filterCheckAll: "Selecionar todos os itens",
|
|
33
|
+
filterSearchPlaceholder: "Pesquisar nos filtros",
|
|
34
|
+
emptyText: "Sem dados",
|
|
35
|
+
selectAll: "Selecionar página atual",
|
|
36
|
+
selectInvert: "Inverter página atual",
|
|
37
|
+
selectNone: "Limpar todos os dados",
|
|
38
|
+
selectionAll: "Selecionar todos os dados",
|
|
39
|
+
sortTitle: "Ordenar",
|
|
40
|
+
expand: "Expandir linha",
|
|
41
|
+
collapse: "Colapsar linha",
|
|
42
|
+
triggerDesc: "Clique para ordenar decrescente",
|
|
43
|
+
triggerAsc: "Clique para ordenar crescente",
|
|
44
|
+
cancelSort: "Clique para cancelar ordenação"
|
|
45
|
+
},
|
|
46
|
+
Tour: {
|
|
47
|
+
Next: "Próximo",
|
|
48
|
+
Previous: "Anterior",
|
|
49
|
+
Finish: "Terminar"
|
|
50
|
+
},
|
|
51
|
+
Modal: {
|
|
52
|
+
okText: "OK",
|
|
53
|
+
cancelText: "Cancelar",
|
|
54
|
+
justOkText: "OK"
|
|
55
|
+
},
|
|
56
|
+
Popconfirm: {
|
|
57
|
+
okText: "OK",
|
|
58
|
+
cancelText: "Cancelar"
|
|
59
|
+
},
|
|
60
|
+
Transfer: {
|
|
61
|
+
titles: ["", ""],
|
|
62
|
+
searchPlaceholder: "Procurar...",
|
|
63
|
+
itemUnit: "item",
|
|
64
|
+
itemsUnit: "itens",
|
|
65
|
+
remove: "Remover",
|
|
66
|
+
selectCurrent: "Selecionar página atual",
|
|
67
|
+
removeCurrent: "Remover página atual",
|
|
68
|
+
selectAll: "Selecionar tudo",
|
|
69
|
+
deselectAll: "Desmarcar tudo",
|
|
70
|
+
removeAll: "Remover tudo",
|
|
71
|
+
selectInvert: "Inverter página actual"
|
|
72
|
+
},
|
|
73
|
+
Upload: {
|
|
74
|
+
uploading: "A carregar...",
|
|
75
|
+
removeFile: "Remover",
|
|
76
|
+
uploadError: "Erro ao carregar",
|
|
77
|
+
previewFile: "Pré-visualizar",
|
|
78
|
+
downloadFile: "Descarregar"
|
|
79
|
+
},
|
|
80
|
+
Empty: {
|
|
81
|
+
description: "Sem dados"
|
|
82
|
+
},
|
|
83
|
+
Icon: {
|
|
84
|
+
icon: "ícone"
|
|
85
|
+
},
|
|
86
|
+
Text: {
|
|
87
|
+
edit: "Editar",
|
|
88
|
+
copy: "Copiar",
|
|
89
|
+
copied: "Copiado",
|
|
90
|
+
expand: "Expandir",
|
|
91
|
+
collapse: "Colapsar"
|
|
92
|
+
},
|
|
93
|
+
Form: {
|
|
94
|
+
optional: "(opcional)",
|
|
95
|
+
defaultValidateMessages: {
|
|
96
|
+
default: "Erro de validação no campo ${label}",
|
|
97
|
+
required: "Por favor, introduza ${label}",
|
|
98
|
+
enum: "${label} deve ser um dos valores [${enum}]",
|
|
99
|
+
whitespace: "${label} não pode ser um carácter em branco",
|
|
100
|
+
date: {
|
|
101
|
+
format: "Formato da data ${label} é inválido",
|
|
102
|
+
parse: "${label} não pode ser convertido para data",
|
|
103
|
+
invalid: "${label} é uma data inválida"
|
|
104
|
+
},
|
|
105
|
+
types: {
|
|
106
|
+
string: typeTemplate,
|
|
107
|
+
method: typeTemplate,
|
|
108
|
+
array: typeTemplate,
|
|
109
|
+
object: typeTemplate,
|
|
110
|
+
number: typeTemplate,
|
|
111
|
+
date: typeTemplate,
|
|
112
|
+
boolean: typeTemplate,
|
|
113
|
+
integer: typeTemplate,
|
|
114
|
+
float: typeTemplate,
|
|
115
|
+
regexp: typeTemplate,
|
|
116
|
+
email: typeTemplate,
|
|
117
|
+
url: typeTemplate,
|
|
118
|
+
hex: typeTemplate
|
|
119
|
+
},
|
|
120
|
+
string: {
|
|
121
|
+
len: "${label} deve ter ${len} caracteres",
|
|
122
|
+
min: "${label} deve ter pelo menos ${min} caracteres",
|
|
123
|
+
max: "${label} deve ter até ${max} caracteres",
|
|
124
|
+
range: "${label} deve ter entre ${min}-${max} caracteres"
|
|
125
|
+
},
|
|
126
|
+
number: {
|
|
127
|
+
len: "${label} deve ser igual a ${len}",
|
|
128
|
+
min: "${label} deve ser no mínimo ${min}",
|
|
129
|
+
max: "${label} deve ser no máximo ${max}",
|
|
130
|
+
range: "${label} deve estar entre ${min}-${max}"
|
|
131
|
+
},
|
|
132
|
+
array: {
|
|
133
|
+
len: "Deve ter ${len} ${label}",
|
|
134
|
+
min: "Pelo menos ${min} ${label}",
|
|
135
|
+
max: "No máximo ${max} ${label}",
|
|
136
|
+
range: "A quantidade de ${label} deve estar entre ${min}-${max}"
|
|
137
|
+
},
|
|
138
|
+
pattern: {
|
|
139
|
+
mismatch: "${label} não corresponde ao padrão ${pattern}"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
Image: {
|
|
144
|
+
preview: "Pré-visualizar"
|
|
145
|
+
},
|
|
146
|
+
QRCode: {
|
|
147
|
+
expired: "Código QR expirou",
|
|
148
|
+
refresh: "Atualizar",
|
|
149
|
+
scanned: "Digitalizado"
|
|
150
|
+
},
|
|
151
|
+
ColorPicker: {
|
|
152
|
+
presetEmpty: "Vazio",
|
|
153
|
+
transparent: "Transparente",
|
|
154
|
+
singleColor: "Simples",
|
|
155
|
+
gradientColor: "Gradiente"
|
|
156
|
+
}
|
|
157
|
+
};
|
|
158
|
+
pt_PT.default = localeValues;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as de_DE } from "../../../../../../../../_virtual/de_DE5.js";
|
|
2
|
+
Object.defineProperty(de_DE, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
de_DE.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Zeit auswählen",
|
|
8
|
+
rangePlaceholder: ["Startzeit", "Endzeit"]
|
|
9
|
+
};
|
|
10
|
+
de_DE.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as es_ES } from "../../../../../../../../_virtual/es_ES5.js";
|
|
2
|
+
Object.defineProperty(es_ES, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
es_ES.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Seleccionar hora",
|
|
8
|
+
rangePlaceholder: ["Hora de inicio", "Hora de fin"]
|
|
9
|
+
};
|
|
10
|
+
es_ES.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as fr_FR } from "../../../../../../../../_virtual/fr_FR5.js";
|
|
2
|
+
Object.defineProperty(fr_FR, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
fr_FR.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Sélectionner l'heure",
|
|
8
|
+
rangePlaceholder: ["Heure de début", "Heure de fin"]
|
|
9
|
+
};
|
|
10
|
+
fr_FR.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as it_IT } from "../../../../../../../../_virtual/it_IT5.js";
|
|
2
|
+
Object.defineProperty(it_IT, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
it_IT.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Selezionare l'orario",
|
|
8
|
+
rangePlaceholder: ["Inizio orario", "Fine orario"]
|
|
9
|
+
};
|
|
10
|
+
it_IT.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as pt_PT } from "../../../../../../../../_virtual/pt_PT5.js";
|
|
2
|
+
Object.defineProperty(pt_PT, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
pt_PT.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Hora",
|
|
8
|
+
rangePlaceholder: ["Hora de início", "Hora de fim"]
|
|
9
|
+
};
|
|
10
|
+
pt_PT.default = locale;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/de_DE.js";
|
|
3
|
+
import { __exports as de_DE$1 } from "../../../../../../_virtual/de_DE.js";
|
|
4
|
+
var de_DE = de_DE$1;
|
|
5
|
+
const deDE = /* @__PURE__ */ getDefaultExportFromCjs(de_DE);
|
|
6
|
+
export {
|
|
7
|
+
deDE as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/es_ES.js";
|
|
3
|
+
import { __exports as es_ES$1 } from "../../../../../../_virtual/es_ES.js";
|
|
4
|
+
var es_ES = es_ES$1;
|
|
5
|
+
const esES = /* @__PURE__ */ getDefaultExportFromCjs(es_ES);
|
|
6
|
+
export {
|
|
7
|
+
esES as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/fr_FR.js";
|
|
3
|
+
import { __exports as fr_FR$1 } from "../../../../../../_virtual/fr_FR.js";
|
|
4
|
+
var fr_FR = fr_FR$1;
|
|
5
|
+
const frFR = /* @__PURE__ */ getDefaultExportFromCjs(fr_FR);
|
|
6
|
+
export {
|
|
7
|
+
frFR as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/it_IT.js";
|
|
3
|
+
import { __exports as it_IT$1 } from "../../../../../../_virtual/it_IT.js";
|
|
4
|
+
var it_IT = it_IT$1;
|
|
5
|
+
const itIT = /* @__PURE__ */ getDefaultExportFromCjs(it_IT);
|
|
6
|
+
export {
|
|
7
|
+
itIT as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/pt_PT.js";
|
|
3
|
+
import { __exports as pt_PT$1 } from "../../../../../../_virtual/pt_PT.js";
|
|
4
|
+
var pt_PT = pt_PT$1;
|
|
5
|
+
const ptPT = /* @__PURE__ */ getDefaultExportFromCjs(pt_PT);
|
|
6
|
+
export {
|
|
7
|
+
ptPT as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { commonjsGlobal, getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __module as localeData$1 } from "../../../../../../_virtual/localeData.js";
|
|
3
|
+
(function(module, exports$1) {
|
|
4
|
+
(function(n, e) {
|
|
5
|
+
module.exports = e();
|
|
6
|
+
})(commonjsGlobal, function() {
|
|
7
|
+
return function(n, e, t) {
|
|
8
|
+
var r = e.prototype, o = function(n2) {
|
|
9
|
+
return n2 && (n2.indexOf ? n2 : n2.s);
|
|
10
|
+
}, u = function(n2, e2, t2, r2, u2) {
|
|
11
|
+
var i2 = n2.name ? n2 : n2.$locale(), a2 = o(i2[e2]), s2 = o(i2[t2]), f = a2 || s2.map(function(n3) {
|
|
12
|
+
return n3.slice(0, r2);
|
|
13
|
+
});
|
|
14
|
+
if (!u2) return f;
|
|
15
|
+
var d = i2.weekStart;
|
|
16
|
+
return f.map(function(n3, e3) {
|
|
17
|
+
return f[(e3 + (d || 0)) % 7];
|
|
18
|
+
});
|
|
19
|
+
}, i = function() {
|
|
20
|
+
return t.Ls[t.locale()];
|
|
21
|
+
}, a = function(n2, e2) {
|
|
22
|
+
return n2.formats[e2] || function(n3) {
|
|
23
|
+
return n3.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(n4, e3, t2) {
|
|
24
|
+
return e3 || t2.slice(1);
|
|
25
|
+
});
|
|
26
|
+
}(n2.formats[e2.toUpperCase()]);
|
|
27
|
+
}, s = function() {
|
|
28
|
+
var n2 = this;
|
|
29
|
+
return { months: function(e2) {
|
|
30
|
+
return e2 ? e2.format("MMMM") : u(n2, "months");
|
|
31
|
+
}, monthsShort: function(e2) {
|
|
32
|
+
return e2 ? e2.format("MMM") : u(n2, "monthsShort", "months", 3);
|
|
33
|
+
}, firstDayOfWeek: function() {
|
|
34
|
+
return n2.$locale().weekStart || 0;
|
|
35
|
+
}, weekdays: function(e2) {
|
|
36
|
+
return e2 ? e2.format("dddd") : u(n2, "weekdays");
|
|
37
|
+
}, weekdaysMin: function(e2) {
|
|
38
|
+
return e2 ? e2.format("dd") : u(n2, "weekdaysMin", "weekdays", 2);
|
|
39
|
+
}, weekdaysShort: function(e2) {
|
|
40
|
+
return e2 ? e2.format("ddd") : u(n2, "weekdaysShort", "weekdays", 3);
|
|
41
|
+
}, longDateFormat: function(e2) {
|
|
42
|
+
return a(n2.$locale(), e2);
|
|
43
|
+
}, meridiem: this.$locale().meridiem, ordinal: this.$locale().ordinal };
|
|
44
|
+
};
|
|
45
|
+
r.localeData = function() {
|
|
46
|
+
return s.bind(this)();
|
|
47
|
+
}, t.localeData = function() {
|
|
48
|
+
var n2 = i();
|
|
49
|
+
return { firstDayOfWeek: function() {
|
|
50
|
+
return n2.weekStart || 0;
|
|
51
|
+
}, weekdays: function() {
|
|
52
|
+
return t.weekdays();
|
|
53
|
+
}, weekdaysShort: function() {
|
|
54
|
+
return t.weekdaysShort();
|
|
55
|
+
}, weekdaysMin: function() {
|
|
56
|
+
return t.weekdaysMin();
|
|
57
|
+
}, months: function() {
|
|
58
|
+
return t.months();
|
|
59
|
+
}, monthsShort: function() {
|
|
60
|
+
return t.monthsShort();
|
|
61
|
+
}, longDateFormat: function(e2) {
|
|
62
|
+
return a(n2, e2);
|
|
63
|
+
}, meridiem: n2.meridiem, ordinal: n2.ordinal };
|
|
64
|
+
}, t.months = function() {
|
|
65
|
+
return u(i(), "months");
|
|
66
|
+
}, t.monthsShort = function() {
|
|
67
|
+
return u(i(), "monthsShort", "months", 3);
|
|
68
|
+
}, t.weekdays = function(n2) {
|
|
69
|
+
return u(i(), "weekdays", null, null, n2);
|
|
70
|
+
}, t.weekdaysShort = function(n2) {
|
|
71
|
+
return u(i(), "weekdaysShort", "weekdays", 3, n2);
|
|
72
|
+
}, t.weekdaysMin = function(n2) {
|
|
73
|
+
return u(i(), "weekdaysMin", "weekdays", 2, n2);
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
});
|
|
77
|
+
})(localeData$1);
|
|
78
|
+
var localeDataExports = localeData$1.exports;
|
|
79
|
+
const localeData = /* @__PURE__ */ getDefaultExportFromCjs(localeDataExports);
|
|
80
|
+
export {
|
|
81
|
+
localeData as default
|
|
82
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { commonjsGlobal, getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __module as weekday$1 } from "../../../../../../_virtual/weekday.js";
|
|
3
|
+
(function(module, exports$1) {
|
|
4
|
+
(function(e, t) {
|
|
5
|
+
module.exports = t();
|
|
6
|
+
})(commonjsGlobal, function() {
|
|
7
|
+
return function(e, t) {
|
|
8
|
+
t.prototype.weekday = function(e2) {
|
|
9
|
+
var t2 = this.$locale().weekStart || 0, i = this.$W, n = (i < t2 ? i + 7 : i) - t2;
|
|
10
|
+
return this.$utils().u(e2) ? n : this.subtract(n, "day").add(e2, "day");
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
});
|
|
14
|
+
})(weekday$1);
|
|
15
|
+
var weekdayExports = weekday$1.exports;
|
|
16
|
+
const weekday = /* @__PURE__ */ getDefaultExportFromCjs(weekdayExports);
|
|
17
|
+
export {
|
|
18
|
+
weekday as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __exports as de_DE } from "../../../../../../../_virtual/de_DE2.js";
|
|
2
|
+
Object.defineProperty(de_DE, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
de_DE.default = void 0;
|
|
6
|
+
var locale = {
|
|
7
|
+
// Options
|
|
8
|
+
items_per_page: "/ Seite",
|
|
9
|
+
jump_to: "Gehe zu",
|
|
10
|
+
jump_to_confirm: "bestätigen",
|
|
11
|
+
page: "Seite",
|
|
12
|
+
// Pagination
|
|
13
|
+
prev_page: "Vorherige Seite",
|
|
14
|
+
next_page: "Nächste Seite",
|
|
15
|
+
prev_5: "5 Seiten zurück",
|
|
16
|
+
next_5: "5 Seiten vor",
|
|
17
|
+
prev_3: "3 Seiten zurück",
|
|
18
|
+
next_3: "3 Seiten vor",
|
|
19
|
+
page_size: "Page Size"
|
|
20
|
+
};
|
|
21
|
+
de_DE.default = locale;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __exports as es_ES } from "../../../../../../../_virtual/es_ES2.js";
|
|
2
|
+
Object.defineProperty(es_ES, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
es_ES.default = void 0;
|
|
6
|
+
var locale = {
|
|
7
|
+
// Options
|
|
8
|
+
items_per_page: "/ página",
|
|
9
|
+
jump_to: "Ir a",
|
|
10
|
+
jump_to_confirm: "confirmar",
|
|
11
|
+
page: "Página",
|
|
12
|
+
// Pagination
|
|
13
|
+
prev_page: "Página anterior",
|
|
14
|
+
next_page: "Página siguiente",
|
|
15
|
+
prev_5: "5 páginas previas",
|
|
16
|
+
next_5: "5 páginas siguientes",
|
|
17
|
+
prev_3: "3 páginas previas",
|
|
18
|
+
next_3: "3 páginas siguientes",
|
|
19
|
+
page_size: "tamaño de página"
|
|
20
|
+
};
|
|
21
|
+
es_ES.default = locale;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __exports as fr_FR } from "../../../../../../../_virtual/fr_FR2.js";
|
|
2
|
+
Object.defineProperty(fr_FR, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
fr_FR.default = void 0;
|
|
6
|
+
var locale = {
|
|
7
|
+
// Options
|
|
8
|
+
items_per_page: "/ page",
|
|
9
|
+
jump_to: "Aller à",
|
|
10
|
+
jump_to_confirm: "confirmer",
|
|
11
|
+
page: "Page",
|
|
12
|
+
// Pagination
|
|
13
|
+
prev_page: "Page précédente",
|
|
14
|
+
next_page: "Page suivante",
|
|
15
|
+
prev_5: "5 Pages précédentes",
|
|
16
|
+
next_5: "5 Pages suivantes",
|
|
17
|
+
prev_3: "3 Pages précédentes",
|
|
18
|
+
next_3: "3 Pages suivantes",
|
|
19
|
+
page_size: "taille de la page"
|
|
20
|
+
};
|
|
21
|
+
fr_FR.default = locale;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __exports as it_IT } from "../../../../../../../_virtual/it_IT2.js";
|
|
2
|
+
Object.defineProperty(it_IT, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
it_IT.default = void 0;
|
|
6
|
+
var locale = {
|
|
7
|
+
// Options
|
|
8
|
+
items_per_page: "/ pagina",
|
|
9
|
+
jump_to: "vai a",
|
|
10
|
+
jump_to_confirm: "Conferma",
|
|
11
|
+
page: "Pagina",
|
|
12
|
+
// Pagination
|
|
13
|
+
prev_page: "Pagina precedente",
|
|
14
|
+
next_page: "Pagina successiva",
|
|
15
|
+
prev_5: "Precedente 5 pagine",
|
|
16
|
+
next_5: "Prossime 5 pagine",
|
|
17
|
+
prev_3: "Precedente 3 pagine",
|
|
18
|
+
next_3: "Prossime 3 pagine",
|
|
19
|
+
page_size: "dimensioni della pagina"
|
|
20
|
+
};
|
|
21
|
+
it_IT.default = locale;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __exports as pt_PT } from "../../../../../../../_virtual/pt_PT2.js";
|
|
2
|
+
Object.defineProperty(pt_PT, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
pt_PT.default = void 0;
|
|
6
|
+
var locale = {
|
|
7
|
+
// Options
|
|
8
|
+
items_per_page: "/ página",
|
|
9
|
+
jump_to: "Saltar",
|
|
10
|
+
jump_to_confirm: "confirmar",
|
|
11
|
+
page: "Página",
|
|
12
|
+
// Pagination
|
|
13
|
+
prev_page: "Página Anterior",
|
|
14
|
+
next_page: "Página Seguinte",
|
|
15
|
+
prev_5: "Recuar 5 Páginas",
|
|
16
|
+
next_5: "Avançar 5 Páginas",
|
|
17
|
+
prev_3: "Recuar 3 Páginas",
|
|
18
|
+
next_3: "Avançar 3 Páginas",
|
|
19
|
+
page_size: "mărimea paginii"
|
|
20
|
+
};
|
|
21
|
+
pt_PT.default = locale;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { __exports as common } from "../../../../../../../_virtual/common.js";
|
|
2
|
+
Object.defineProperty(common, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
common.commonLocale = void 0;
|
|
6
|
+
common.commonLocale = {
|
|
7
|
+
yearFormat: "YYYY",
|
|
8
|
+
dayFormat: "D",
|
|
9
|
+
cellMeridiemFormat: "A",
|
|
10
|
+
monthBeforeYear: !0
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
common as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { __exports as de_DE } from "../../../../../../../_virtual/de_DE6.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
|
|
4
|
+
import "./common.js";
|
|
5
|
+
import { __exports as common } from "../../../../../../../_virtual/common.js";
|
|
6
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
7
|
+
Object.defineProperty(de_DE, "__esModule", {
|
|
8
|
+
value: !0
|
|
9
|
+
});
|
|
10
|
+
de_DE.default = void 0;
|
|
11
|
+
var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
|
|
12
|
+
locale: "de_DE",
|
|
13
|
+
today: "Heute",
|
|
14
|
+
now: "Jetzt",
|
|
15
|
+
backToToday: "Zurück zu Heute",
|
|
16
|
+
ok: "OK",
|
|
17
|
+
clear: "Zurücksetzen",
|
|
18
|
+
week: "Woche",
|
|
19
|
+
month: "Monat",
|
|
20
|
+
year: "Jahr",
|
|
21
|
+
timeSelect: "Zeit wählen",
|
|
22
|
+
dateSelect: "Datum wählen",
|
|
23
|
+
monthSelect: "Wähle einen Monat",
|
|
24
|
+
yearSelect: "Wähle ein Jahr",
|
|
25
|
+
decadeSelect: "Wähle ein Jahrzehnt",
|
|
26
|
+
dateFormat: "D.M.YYYY",
|
|
27
|
+
dateTimeFormat: "D.M.YYYY HH:mm:ss",
|
|
28
|
+
previousMonth: "Vorheriger Monat (PageUp)",
|
|
29
|
+
nextMonth: "Nächster Monat (PageDown)",
|
|
30
|
+
previousYear: "Vorheriges Jahr (Ctrl + left)",
|
|
31
|
+
nextYear: "Nächstes Jahr (Ctrl + right)",
|
|
32
|
+
previousDecade: "Vorheriges Jahrzehnt",
|
|
33
|
+
nextDecade: "Nächstes Jahrzehnt",
|
|
34
|
+
previousCentury: "Vorheriges Jahrhundert",
|
|
35
|
+
nextCentury: "Nächstes Jahrhundert"
|
|
36
|
+
});
|
|
37
|
+
de_DE.default = locale;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { __exports as es_ES } from "../../../../../../../_virtual/es_ES6.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
|
|
4
|
+
import "./common.js";
|
|
5
|
+
import { __exports as common } from "../../../../../../../_virtual/common.js";
|
|
6
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
7
|
+
Object.defineProperty(es_ES, "__esModule", {
|
|
8
|
+
value: !0
|
|
9
|
+
});
|
|
10
|
+
es_ES.default = void 0;
|
|
11
|
+
var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
|
|
12
|
+
locale: "es_ES",
|
|
13
|
+
today: "Hoy",
|
|
14
|
+
now: "Ahora",
|
|
15
|
+
backToToday: "Volver a hoy",
|
|
16
|
+
ok: "Aceptar",
|
|
17
|
+
clear: "Limpiar",
|
|
18
|
+
week: "Semana",
|
|
19
|
+
month: "Mes",
|
|
20
|
+
year: "Año",
|
|
21
|
+
timeSelect: "Seleccionar hora",
|
|
22
|
+
dateSelect: "Seleccionar fecha",
|
|
23
|
+
monthSelect: "Elegir un mes",
|
|
24
|
+
yearSelect: "Elegir un año",
|
|
25
|
+
decadeSelect: "Elegir una década",
|
|
26
|
+
dateFormat: "D/M/YYYY",
|
|
27
|
+
dateTimeFormat: "D/M/YYYY HH:mm:ss",
|
|
28
|
+
previousMonth: "Mes anterior (PageUp)",
|
|
29
|
+
nextMonth: "Mes siguiente (PageDown)",
|
|
30
|
+
previousYear: "Año anterior (Control + left)",
|
|
31
|
+
nextYear: "Año siguiente (Control + right)",
|
|
32
|
+
previousDecade: "Década anterior",
|
|
33
|
+
nextDecade: "Década siguiente",
|
|
34
|
+
previousCentury: "Siglo anterior",
|
|
35
|
+
nextCentury: "Siglo siguiente"
|
|
36
|
+
});
|
|
37
|
+
es_ES.default = locale;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { __exports as fr_FR } from "../../../../../../../_virtual/fr_FR6.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
|
|
4
|
+
import "./common.js";
|
|
5
|
+
import { __exports as common } from "../../../../../../../_virtual/common.js";
|
|
6
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
7
|
+
Object.defineProperty(fr_FR, "__esModule", {
|
|
8
|
+
value: !0
|
|
9
|
+
});
|
|
10
|
+
fr_FR.default = void 0;
|
|
11
|
+
var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
|
|
12
|
+
locale: "fr_FR",
|
|
13
|
+
today: "Aujourd'hui",
|
|
14
|
+
now: "Maintenant",
|
|
15
|
+
backToToday: "Aujourd'hui",
|
|
16
|
+
ok: "OK",
|
|
17
|
+
clear: "Rétablir",
|
|
18
|
+
week: "Semaine",
|
|
19
|
+
month: "Mois",
|
|
20
|
+
year: "Année",
|
|
21
|
+
timeSelect: "Sélectionner l'heure",
|
|
22
|
+
dateSelect: "Sélectionner la date",
|
|
23
|
+
monthSelect: "Choisissez un mois",
|
|
24
|
+
yearSelect: "Choisissez une année",
|
|
25
|
+
decadeSelect: "Choisissez une décennie",
|
|
26
|
+
dateFormat: "DD/MM/YYYY",
|
|
27
|
+
dayFormat: "DD",
|
|
28
|
+
dateTimeFormat: "DD/MM/YYYY HH:mm:ss",
|
|
29
|
+
previousMonth: "Mois précédent (PageUp)",
|
|
30
|
+
nextMonth: "Mois suivant (PageDown)",
|
|
31
|
+
previousYear: "Année précédente (Ctrl + gauche)",
|
|
32
|
+
nextYear: "Année prochaine (Ctrl + droite)",
|
|
33
|
+
previousDecade: "Décennie précédente",
|
|
34
|
+
nextDecade: "Décennie suivante",
|
|
35
|
+
previousCentury: "Siècle précédent",
|
|
36
|
+
nextCentury: "Siècle suivant"
|
|
37
|
+
});
|
|
38
|
+
fr_FR.default = locale;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { __exports as it_IT } from "../../../../../../../_virtual/it_IT6.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
|
|
4
|
+
import "./common.js";
|
|
5
|
+
import { __exports as common } from "../../../../../../../_virtual/common.js";
|
|
6
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
7
|
+
Object.defineProperty(it_IT, "__esModule", {
|
|
8
|
+
value: !0
|
|
9
|
+
});
|
|
10
|
+
it_IT.default = void 0;
|
|
11
|
+
var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
|
|
12
|
+
locale: "it_IT",
|
|
13
|
+
today: "Oggi",
|
|
14
|
+
now: "Adesso",
|
|
15
|
+
backToToday: "Torna ad oggi",
|
|
16
|
+
ok: "OK",
|
|
17
|
+
clear: "Cancella",
|
|
18
|
+
week: "Settimana",
|
|
19
|
+
month: "Mese",
|
|
20
|
+
year: "Anno",
|
|
21
|
+
timeSelect: "Seleziona l'ora",
|
|
22
|
+
dateSelect: "Seleziona la data",
|
|
23
|
+
monthSelect: "Seleziona il mese",
|
|
24
|
+
yearSelect: "Seleziona l'anno",
|
|
25
|
+
decadeSelect: "Seleziona il decennio",
|
|
26
|
+
dateFormat: "D/M/YYYY",
|
|
27
|
+
dateTimeFormat: "D/M/YYYY HH:mm:ss",
|
|
28
|
+
previousMonth: "Il mese scorso (PageUp)",
|
|
29
|
+
nextMonth: "Il prossimo mese (PageDown)",
|
|
30
|
+
previousYear: "L'anno scorso (Control + sinistra)",
|
|
31
|
+
nextYear: "L'anno prossimo (Control + destra)",
|
|
32
|
+
previousDecade: "Ultimo decennio",
|
|
33
|
+
nextDecade: "Prossimo decennio",
|
|
34
|
+
previousCentury: "Secolo precedente",
|
|
35
|
+
nextCentury: "Prossimo secolo"
|
|
36
|
+
});
|
|
37
|
+
it_IT.default = locale;
|