@sankhyalabs/ezui 6.1.0-dev.20 → 6.1.0-dev.21
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/cjs/{ApplicationUtils-c9d1205c.js → ApplicationUtils-39807831.js} +43 -15
- package/dist/cjs/{RichToolbarHelper-438916fa.js → RichToolbarHelper-ea12328f.js} +0 -13
- package/dist/cjs/app-globals-86776e90.js +12 -0
- package/dist/cjs/{constants-569271bc.js → constants-72b7e05e.js} +0 -2
- package/dist/cjs/ez-actions-button.cjs.entry.js +2 -1
- package/dist/cjs/ez-alert-list.cjs.entry.js +5 -3
- package/dist/cjs/ez-avatar.cjs.entry.js +6 -1
- package/dist/cjs/ez-calendar.cjs.entry.js +7 -6
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +13 -10
- package/dist/cjs/ez-combo-box-list_4.cjs.entry.js +24 -14
- package/dist/cjs/ez-combo-box.cjs.entry.js +7 -6
- package/dist/cjs/ez-date-input.cjs.entry.js +5 -1
- package/dist/cjs/ez-date-time-input.cjs.entry.js +5 -1
- package/dist/cjs/ez-dialog.cjs.entry.js +8 -6
- package/dist/cjs/ez-double-list.cjs.entry.js +12 -4
- package/dist/cjs/ez-file-item.cjs.entry.js +9 -6
- package/dist/cjs/ez-form-view.cjs.entry.js +3 -2
- package/dist/cjs/ez-form.cjs.entry.js +3 -2
- package/dist/cjs/ez-grid.cjs.entry.js +126 -127
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +5 -1
- package/dist/cjs/ez-link-builder_6.cjs.entry.js +33 -13
- package/dist/cjs/ez-list.cjs.entry.js +4 -2
- package/dist/cjs/ez-modal-container.cjs.entry.js +5 -1
- package/dist/cjs/ez-modal.cjs.entry.js +5 -1
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +9 -5
- package/dist/cjs/ez-number-input.cjs.entry.js +5 -1
- package/dist/cjs/ez-search-plus.cjs.entry.js +8 -6
- package/dist/cjs/ez-search-result-list.cjs.entry.js +5 -2
- package/dist/cjs/ez-search.cjs.entry.js +8 -9
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +5 -7
- package/dist/cjs/ez-skeleton.cjs.entry.js +5 -3
- package/dist/cjs/ez-sortable-list.cjs.entry.js +12 -5
- package/dist/cjs/ez-split-button.cjs.entry.js +5 -4
- package/dist/cjs/ez-split-item.cjs.entry.js +6 -2
- package/dist/cjs/ez-text-input.cjs.entry.js +1 -0
- package/dist/cjs/ez-time-input.cjs.entry.js +12 -10
- package/dist/cjs/ez-tree.cjs.entry.js +5 -1
- package/dist/cjs/ez-upload.cjs.entry.js +17 -11
- package/dist/cjs/ezui.cjs.js +4 -0
- package/dist/cjs/filter-column.cjs.entry.js +8 -4
- package/dist/cjs/index-02854309.js +3672 -0
- package/dist/cjs/loader.cjs.js +4 -0
- package/dist/cjs/{search-column-27d1f72f.js → search-column-82c52e20.js} +11 -5
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/ez-alert-list/ez-alert-list.js +5 -3
- package/dist/collection/components/ez-avatar/ez-avatar.js +5 -1
- package/dist/collection/components/ez-calendar/ez-calendar.js +7 -6
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +12 -9
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +7 -4
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +7 -7
- package/dist/collection/components/ez-date-input/ez-date-input.js +5 -1
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +5 -1
- package/dist/collection/components/ez-dialog/ez-dialog.js +8 -6
- package/dist/collection/components/ez-double-list/ez-double-list.js +12 -4
- package/dist/collection/components/ez-file-item/ez-file-item.js +9 -6
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +3 -2
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +10 -9
- package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +3 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js +67 -0
- package/dist/collection/components/ez-grid/ez-grid.js +15 -13
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js +7 -3
- package/dist/collection/components/ez-grid/subcomponents/selection-counter.js +2 -2
- package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js +11 -7
- package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +5 -1
- package/dist/collection/components/ez-list/ez-list.js +4 -2
- package/dist/collection/components/ez-modal/ez-modal.js +5 -1
- package/dist/collection/components/ez-modal-container/ez-modal-container.js +5 -1
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +9 -5
- package/dist/collection/components/ez-number-input/ez-number-input.js +5 -1
- package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js +5 -1
- package/dist/collection/components/ez-rich-text/ez-rich-text.js +13 -9
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js +0 -12
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js +6 -2
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js +6 -2
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js +6 -2
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js +8 -4
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js +9 -5
- package/dist/collection/components/ez-search/ez-search.js +7 -8
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +7 -5
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +5 -2
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js +5 -2
- package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +0 -1
- package/dist/collection/components/ez-skeleton/ez-skeleton.js +4 -2
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +15 -11
- package/dist/collection/components/ez-split-button/ez-split-button.js +6 -6
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +5 -1
- package/dist/collection/components/ez-text-edit/ez-text-edit.js +5 -1
- package/dist/collection/components/ez-text-input/ez-text-input.js +1 -0
- package/dist/collection/components/ez-time-input/ez-time-input.js +12 -10
- package/dist/collection/components/ez-tree/ez-tree.js +5 -1
- package/dist/collection/components/ez-upload/ez-upload.js +18 -12
- package/dist/collection/global/app-init.js +6 -0
- package/dist/collection/setupTests.js +1 -1
- package/dist/collection/utils/ApplicationUtils.js +43 -15
- package/dist/collection/utils/constants.js +0 -1
- package/dist/collection/utils/i18n/elanguages.js +6 -0
- package/dist/collection/utils/i18n/i18nUtils.js +20 -0
- package/dist/collection/utils/i18n/index.js +30 -0
- package/dist/collection/utils/i18n/locales/en-us.js +275 -0
- package/dist/collection/utils/i18n/locales/es-es.js +275 -0
- package/dist/collection/utils/i18n/locales/pt-br.js +275 -0
- package/dist/collection/utils/i18n/translations.js +9 -0
- package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +8 -2
- package/dist/custom-elements/index.js +4056 -278
- package/dist/esm/{ApplicationUtils-eaf91331.js → ApplicationUtils-72f474e8.js} +43 -15
- package/dist/esm/{RichToolbarHelper-fd6427df.js → RichToolbarHelper-f3a149c4.js} +1 -13
- package/dist/esm/app-globals-2ccb253f.js +10 -0
- package/dist/esm/{constants-b036528f.js → constants-3fabe81e.js} +1 -2
- package/dist/esm/ez-actions-button.entry.js +2 -1
- package/dist/esm/ez-alert-list.entry.js +5 -3
- package/dist/esm/ez-avatar.entry.js +6 -1
- package/dist/esm/ez-calendar.entry.js +7 -6
- package/dist/esm/ez-collapsible-box.entry.js +13 -10
- package/dist/esm/ez-combo-box-list_4.entry.js +24 -14
- package/dist/esm/ez-combo-box.entry.js +7 -6
- package/dist/esm/ez-date-input.entry.js +5 -1
- package/dist/esm/ez-date-time-input.entry.js +5 -1
- package/dist/esm/ez-dialog.entry.js +8 -6
- package/dist/esm/ez-double-list.entry.js +12 -4
- package/dist/esm/ez-file-item.entry.js +9 -6
- package/dist/esm/ez-form-view.entry.js +3 -2
- package/dist/esm/ez-form.entry.js +3 -2
- package/dist/esm/ez-grid.entry.js +108 -109
- package/dist/esm/ez-guide-navigator.entry.js +5 -1
- package/dist/esm/ez-link-builder_6.entry.js +33 -13
- package/dist/esm/ez-list.entry.js +4 -2
- package/dist/esm/ez-modal-container.entry.js +5 -1
- package/dist/esm/ez-modal.entry.js +5 -1
- package/dist/esm/ez-multi-selection-list.entry.js +9 -5
- package/dist/esm/ez-number-input.entry.js +5 -1
- package/dist/esm/ez-search-plus.entry.js +8 -6
- package/dist/esm/ez-search-result-list.entry.js +5 -2
- package/dist/esm/ez-search.entry.js +8 -9
- package/dist/esm/ez-sidebar-navigator.entry.js +5 -7
- package/dist/esm/ez-skeleton.entry.js +5 -3
- package/dist/esm/ez-sortable-list.entry.js +12 -5
- package/dist/esm/ez-split-button.entry.js +5 -4
- package/dist/esm/ez-split-item.entry.js +6 -2
- package/dist/esm/ez-text-input.entry.js +1 -0
- package/dist/esm/ez-time-input.entry.js +12 -10
- package/dist/esm/ez-tree.entry.js +5 -1
- package/dist/esm/ez-upload.entry.js +17 -11
- package/dist/esm/ezui.js +4 -0
- package/dist/esm/filter-column.entry.js +8 -4
- package/dist/esm/index-b623906e.js +3669 -0
- package/dist/esm/loader.js +4 -0
- package/dist/esm/{search-column-e609d513.js → search-column-5a55f676.js} +9 -3
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-0603bcc7.entry.js +1 -0
- package/dist/ezui/p-0ec7aa3a.entry.js +1 -0
- package/dist/ezui/p-0f0f3efe.entry.js +1 -0
- package/dist/ezui/p-1c3efd36.entry.js +1 -0
- package/dist/ezui/p-1ffb75d5.js +1 -0
- package/dist/ezui/p-22934e19.entry.js +1 -0
- package/dist/ezui/p-2f471aca.entry.js +1 -0
- package/dist/ezui/p-303b3b8c.entry.js +1 -0
- package/dist/ezui/p-3b89a9a0.entry.js +1 -0
- package/dist/ezui/p-3e71ca08.entry.js +1 -0
- package/dist/ezui/p-3e767a74.js +1 -0
- package/dist/ezui/p-3e88fbb6.entry.js +1 -0
- package/dist/ezui/p-4044a7d7.entry.js +1 -0
- package/dist/ezui/p-45c9b292.entry.js +1 -0
- package/dist/ezui/p-45e64547.entry.js +1 -0
- package/dist/ezui/p-46913da7.js +1 -0
- package/dist/ezui/p-4773ff4c.js +1 -0
- package/dist/ezui/p-4fc5f926.entry.js +1 -0
- package/dist/ezui/p-53bc30a1.entry.js +1 -0
- package/dist/ezui/p-627ff5a2.entry.js +1 -0
- package/dist/ezui/p-629e32e2.entry.js +1 -0
- package/dist/ezui/{p-66354b29.entry.js → p-6562b5c8.entry.js} +46 -46
- package/dist/ezui/p-6e6fccfb.entry.js +1 -0
- package/dist/ezui/{p-ad0deb16.entry.js → p-713dc93e.entry.js} +1 -1
- package/dist/ezui/p-84a136bf.entry.js +1 -0
- package/dist/ezui/p-973e6a40.entry.js +1 -0
- package/dist/ezui/p-a12f6074.entry.js +1 -0
- package/dist/ezui/p-a482aae1.entry.js +1 -0
- package/dist/ezui/p-a687f14c.entry.js +7 -0
- package/dist/ezui/p-adbc3261.entry.js +1 -0
- package/dist/ezui/p-b115058e.entry.js +1 -0
- package/dist/ezui/p-b1e45320.js +1 -0
- package/dist/ezui/p-b4215a04.entry.js +1 -0
- package/dist/ezui/p-b8ed876d.entry.js +1 -0
- package/dist/ezui/p-ba07b3df.js +1 -0
- package/dist/ezui/p-c00ad772.entry.js +1 -0
- package/dist/ezui/p-c2a8139d.entry.js +1 -0
- package/dist/ezui/p-caf2584a.entry.js +1 -0
- package/dist/ezui/p-d1d0868b.entry.js +1 -0
- package/dist/ezui/p-e5260556.entry.js +1 -0
- package/dist/ezui/p-ed3bed1e.entry.js +1 -0
- package/dist/types/components/ez-alert-list/ez-alert-list.d.ts +2 -1
- package/dist/types/components/ez-avatar/ez-avatar.d.ts +2 -0
- package/dist/types/components/ez-calendar/ez-calendar.d.ts +2 -3
- package/dist/types/components/ez-collapsible-box/ez-collapsible-box.d.ts +2 -0
- package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +2 -0
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +2 -2
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +2 -0
- package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +2 -0
- package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -2
- package/dist/types/components/ez-double-list/ez-double-list.d.ts +2 -0
- package/dist/types/components/ez-file-item/ez-file-item.d.ts +2 -0
- package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -0
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +1 -0
- package/dist/types/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/utils/buildLocaleText.d.ts +66 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +2 -2
- package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +2 -0
- package/dist/types/components/ez-grid/subcomponents/selection-counter.d.ts +2 -0
- package/dist/types/components/ez-grid/subcomponents/utils/selectionCounterUtils.d.ts +2 -2
- package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +2 -0
- package/dist/types/components/ez-list/ez-list.d.ts +2 -1
- package/dist/types/components/ez-modal/ez-modal.d.ts +2 -0
- package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
- package/dist/types/components/ez-multi-selection-list/ez-multi-selection-list.d.ts +2 -0
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-link-builder/ez-link-builder.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-rich-text.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.d.ts +0 -12
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.d.ts +2 -0
- package/dist/types/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.d.ts +2 -0
- package/dist/types/components/ez-search/ez-search.d.ts +2 -3
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +2 -1
- package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +2 -1
- package/dist/types/components/ez-sidebar-navigator/ez-sidebar-navigator.d.ts +2 -0
- package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +0 -1
- package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +2 -1
- package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +2 -0
- package/dist/types/components/ez-split-button/ez-split-button.d.ts +2 -2
- package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +2 -0
- package/dist/types/components/ez-text-edit/ez-text-edit.d.ts +2 -0
- package/dist/types/components/ez-time-input/ez-time-input.d.ts +2 -1
- package/dist/types/components/ez-tree/ez-tree.d.ts +2 -0
- package/dist/types/components/ez-upload/ez-upload.d.ts +3 -1
- package/dist/types/global/app-init.d.ts +1 -0
- package/dist/types/utils/ApplicationUtils.d.ts +3 -1
- package/dist/types/utils/constants.d.ts +0 -1
- package/dist/types/utils/i18n/elanguages.d.ts +5 -0
- package/dist/types/utils/i18n/i18nUtils.d.ts +2 -0
- package/dist/types/utils/i18n/index.d.ts +5 -0
- package/dist/types/utils/i18n/locales/en-us.d.ts +276 -0
- package/dist/types/utils/i18n/locales/es-es.d.ts +276 -0
- package/dist/types/utils/i18n/locales/pt-br.d.ts +276 -0
- package/dist/types/utils/i18n/translations.d.ts +828 -0
- package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -0
- package/package.json +7 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/i18n/pt-BR.js +0 -75
- package/dist/collection/components/ez-sidebar-navigator/messages/constants.js +0 -5
- package/dist/ezui/p-0306dff7.entry.js +0 -1
- package/dist/ezui/p-07894c4a.entry.js +0 -1
- package/dist/ezui/p-09de35a2.entry.js +0 -1
- package/dist/ezui/p-1276ef79.entry.js +0 -1
- package/dist/ezui/p-1cebdc92.js +0 -1
- package/dist/ezui/p-1eb34cad.entry.js +0 -1
- package/dist/ezui/p-2187f86c.js +0 -1
- package/dist/ezui/p-33326ac5.entry.js +0 -1
- package/dist/ezui/p-3ba9565c.entry.js +0 -1
- package/dist/ezui/p-454bba13.entry.js +0 -1
- package/dist/ezui/p-496f7832.entry.js +0 -1
- package/dist/ezui/p-4bb47bbe.entry.js +0 -1
- package/dist/ezui/p-4bd6dd6a.entry.js +0 -1
- package/dist/ezui/p-555c9018.entry.js +0 -1
- package/dist/ezui/p-57363cfd.entry.js +0 -1
- package/dist/ezui/p-58f69d24.entry.js +0 -1
- package/dist/ezui/p-59561756.entry.js +0 -7
- package/dist/ezui/p-5eea9886.js +0 -1
- package/dist/ezui/p-6bcf4ba2.entry.js +0 -1
- package/dist/ezui/p-6e429cff.entry.js +0 -1
- package/dist/ezui/p-7019f782.entry.js +0 -1
- package/dist/ezui/p-77a4bd35.entry.js +0 -1
- package/dist/ezui/p-7eae6986.entry.js +0 -1
- package/dist/ezui/p-9478b13b.entry.js +0 -1
- package/dist/ezui/p-98ee5c31.entry.js +0 -1
- package/dist/ezui/p-998afb6a.entry.js +0 -1
- package/dist/ezui/p-a148e994.entry.js +0 -1
- package/dist/ezui/p-ad79f9d1.entry.js +0 -1
- package/dist/ezui/p-b796e213.entry.js +0 -1
- package/dist/ezui/p-bac0f920.entry.js +0 -1
- package/dist/ezui/p-bff24a7b.js +0 -1
- package/dist/ezui/p-da1b4a38.entry.js +0 -1
- package/dist/ezui/p-dc73e1fe.entry.js +0 -1
- package/dist/ezui/p-ddd1e05f.entry.js +0 -1
- package/dist/ezui/p-e4528470.entry.js +0 -1
- package/dist/ezui/p-e6a9041d.entry.js +0 -1
- package/dist/ezui/p-ec0d8122.entry.js +0 -1
- package/dist/types/components/ez-grid/controller/ag-grid/i18n/pt-BR.d.ts +0 -2
- package/dist/types/components/ez-sidebar-navigator/messages/constants.d.ts +0 -5
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
translation: {
|
|
3
|
+
app: {
|
|
4
|
+
collapse: "Collapse",
|
|
5
|
+
expand: "Expand",
|
|
6
|
+
close: "Close",
|
|
7
|
+
profile: "Profile",
|
|
8
|
+
warning: "Warning",
|
|
9
|
+
edit: "Edit",
|
|
10
|
+
remove: "Remove",
|
|
11
|
+
yes: "Yes",
|
|
12
|
+
no: "No",
|
|
13
|
+
loading: "Loading",
|
|
14
|
+
apply: "Apply",
|
|
15
|
+
cancel: "Cancel",
|
|
16
|
+
ok: "OK",
|
|
17
|
+
alerts: "Alerts",
|
|
18
|
+
requiredInfo: " (required) *",
|
|
19
|
+
},
|
|
20
|
+
"ez-upload": {
|
|
21
|
+
enable: "Drag and drop or click to add files",
|
|
22
|
+
disable: "Read only",
|
|
23
|
+
replaceFileTitle: "Replace file",
|
|
24
|
+
replaceFileMessage: "A file named \"{{fileName}}\" already exists. Do you want to replace it?",
|
|
25
|
+
maxFilesError: "The maximum number of files is {{maxFiles}}.",
|
|
26
|
+
emptyFileError: "Permission error: The file \"{{fileName}}\" cannot be uploaded.",
|
|
27
|
+
missingUploadUrlError: "Upload URL not provided.",
|
|
28
|
+
maxFileSizeError: "The maximum file size is {{maxSize}}.",
|
|
29
|
+
uploadErrorTitle: "Uploading file",
|
|
30
|
+
uploadingMessage: "Files are being uploaded. Please wait for completion or cancel the upload."
|
|
31
|
+
},
|
|
32
|
+
"ez-calendar": {
|
|
33
|
+
month: {
|
|
34
|
+
0: "January",
|
|
35
|
+
1: "February",
|
|
36
|
+
2: "March",
|
|
37
|
+
3: "April",
|
|
38
|
+
4: "May",
|
|
39
|
+
5: "June",
|
|
40
|
+
6: "July",
|
|
41
|
+
7: "August",
|
|
42
|
+
8: "September",
|
|
43
|
+
9: "October",
|
|
44
|
+
10: "November",
|
|
45
|
+
11: "December"
|
|
46
|
+
},
|
|
47
|
+
weekDay: {
|
|
48
|
+
0: "S",
|
|
49
|
+
1: "M",
|
|
50
|
+
2: "T",
|
|
51
|
+
3: "W",
|
|
52
|
+
4: "T",
|
|
53
|
+
5: "F",
|
|
54
|
+
6: "S"
|
|
55
|
+
},
|
|
56
|
+
today: "Today"
|
|
57
|
+
},
|
|
58
|
+
"ez-collapsible-box": {
|
|
59
|
+
confirmRemove: "Do you really want to remove the group <b>{{label}}</b>?",
|
|
60
|
+
},
|
|
61
|
+
"ez-combo-box": {
|
|
62
|
+
placeholder: "Select an item",
|
|
63
|
+
noResults: "No results found",
|
|
64
|
+
},
|
|
65
|
+
"ez-date-time-input": {
|
|
66
|
+
invalidDate: "The entered value is not a valid date and time"
|
|
67
|
+
},
|
|
68
|
+
"ez-date-input": {
|
|
69
|
+
invalidDate: "The entered value is not a valid date"
|
|
70
|
+
},
|
|
71
|
+
"ez-dialog": {
|
|
72
|
+
confirmButton: "Confirm or OK button",
|
|
73
|
+
closeButton: "Close or X button"
|
|
74
|
+
},
|
|
75
|
+
"ez-double-list": {
|
|
76
|
+
noItemsAvailable: "No {{entity}} available",
|
|
77
|
+
noItemsSelected: "No {{entity}} selected",
|
|
78
|
+
moveAllTo: "Move all to {{list}}",
|
|
79
|
+
moveTo: "Move to {{list}}",
|
|
80
|
+
moveToFirstPosition: "Move to the first position",
|
|
81
|
+
moveUp: "Move up",
|
|
82
|
+
moveDown: "Move down",
|
|
83
|
+
moveToLastPosition: "Move to the last position"
|
|
84
|
+
},
|
|
85
|
+
"ez-file-item": {
|
|
86
|
+
invalidProgress: "The upload progress must be a number between 0 and 100."
|
|
87
|
+
},
|
|
88
|
+
"ez-grid": {
|
|
89
|
+
filterAppliedSuccess: "Column filter applied successfully!",
|
|
90
|
+
cancelPagination: "Cancel pagination",
|
|
91
|
+
pageLabel: "Page {{currentPage}}",
|
|
92
|
+
previousPage: "Previous page",
|
|
93
|
+
nextPage: "Next page",
|
|
94
|
+
returnToPreviousPage: "Return to the previous page.",
|
|
95
|
+
goToNextPage: "Move to the next page.",
|
|
96
|
+
remainingPageLabel: " from {{count}} or more",
|
|
97
|
+
remainingTotalLabel: " from {{total}}",
|
|
98
|
+
nextRecord: "Move to the next record.",
|
|
99
|
+
previousRecord: "Return to the previous record.",
|
|
100
|
+
searchColumn: "Search by column.",
|
|
101
|
+
sortAscending: "Sort Ascending",
|
|
102
|
+
sortDescending: "Sort Descending",
|
|
103
|
+
pinColumn: "Pin column",
|
|
104
|
+
unpinColumn: "Unpin column",
|
|
105
|
+
filter: "Filter",
|
|
106
|
+
columnCantBeOrder: "Column cannot be sorted",
|
|
107
|
+
filterColumnHeader: "Filter for column {{columnLabel}}",
|
|
108
|
+
clearSelection: "Clear Selection",
|
|
109
|
+
page: "Page",
|
|
110
|
+
more: "more",
|
|
111
|
+
to: "to",
|
|
112
|
+
of: "of",
|
|
113
|
+
next: "Next",
|
|
114
|
+
last: "Last",
|
|
115
|
+
first: "First",
|
|
116
|
+
previous: "Previous",
|
|
117
|
+
loadingOoo: "Loading",
|
|
118
|
+
selectAll: "Select all",
|
|
119
|
+
searchOoo: "Search",
|
|
120
|
+
blanks: "Blanks",
|
|
121
|
+
filterOoo: "Filter",
|
|
122
|
+
applyFilter: "Apply filter",
|
|
123
|
+
equals: "Equals",
|
|
124
|
+
lessThan: "Less than",
|
|
125
|
+
greaterThan: "Greater than",
|
|
126
|
+
contains: "Contains",
|
|
127
|
+
startsWith: "Starts with",
|
|
128
|
+
endsWith: "Ends with",
|
|
129
|
+
group: "Group",
|
|
130
|
+
columns: "Columns",
|
|
131
|
+
rowGroupColumns: "Row group columns",
|
|
132
|
+
rowGroupColumnsEmptyMessage: "Row group columns empty",
|
|
133
|
+
valueColumns: "Value columns",
|
|
134
|
+
pivotMode: "Pivot mode",
|
|
135
|
+
groups: "Groups",
|
|
136
|
+
values: "Values",
|
|
137
|
+
pivots: "Pivots",
|
|
138
|
+
valueColumnsEmptyMessage: "Value columns empty",
|
|
139
|
+
pivotColumnsEmptyMessage: "Pivot columns empty",
|
|
140
|
+
toolPanelButton: "Tool panel button",
|
|
141
|
+
noRowsToShow: "No rows to show.",
|
|
142
|
+
valueAggregation: "Aggregate value",
|
|
143
|
+
autosizeThiscolumn: "Autosize this column",
|
|
144
|
+
autosizeAllColumns: "Autosize all columns",
|
|
145
|
+
groupBy: "Group by",
|
|
146
|
+
ungroupBy: "Ungroup by",
|
|
147
|
+
resetColumns: "Reset columns",
|
|
148
|
+
expandAll: "Expand all",
|
|
149
|
+
collapseAll: "Collapse all",
|
|
150
|
+
toolPanel: "Tool panel",
|
|
151
|
+
export: "Export",
|
|
152
|
+
csvExport: "Export to CSV",
|
|
153
|
+
excelExport: "Export to Excel",
|
|
154
|
+
pinLeft: "Pin left",
|
|
155
|
+
pinRight: "Pin right",
|
|
156
|
+
noPin: "Unpin column",
|
|
157
|
+
sum: "Sum",
|
|
158
|
+
min: "Min",
|
|
159
|
+
max: "Max",
|
|
160
|
+
none: "None",
|
|
161
|
+
count: "Count",
|
|
162
|
+
average: "Average",
|
|
163
|
+
copy: "Copy",
|
|
164
|
+
copyWithHeaders: "Copy with headers",
|
|
165
|
+
ctrlC: "Ctrl+C",
|
|
166
|
+
paste: "Paste",
|
|
167
|
+
ctrlV: "Ctrl+V"
|
|
168
|
+
},
|
|
169
|
+
"ez-guide-navigator": {
|
|
170
|
+
searchGuide: "Search guide",
|
|
171
|
+
hideMenu: "Hide menu",
|
|
172
|
+
},
|
|
173
|
+
"ez-list": {
|
|
174
|
+
moveToGroup: "Move to {{groupName}}",
|
|
175
|
+
},
|
|
176
|
+
"ez-modal": {
|
|
177
|
+
close: "Close modal",
|
|
178
|
+
},
|
|
179
|
+
"ez-multi-selection-list": {
|
|
180
|
+
selectAll: "Select all",
|
|
181
|
+
search: "Search...",
|
|
182
|
+
empty: "(Empty)",
|
|
183
|
+
initMessage: "Select the values to be filtered through the search field.",
|
|
184
|
+
emptyResults: "No results found.",
|
|
185
|
+
},
|
|
186
|
+
"ez-number-input": {
|
|
187
|
+
invalidNumber: "The entered value is not a valid number",
|
|
188
|
+
},
|
|
189
|
+
"ez-rich-text": {
|
|
190
|
+
listShortcut: "Applies list style to the selected text.",
|
|
191
|
+
linkShortcut: "Opens link popup.",
|
|
192
|
+
imageShortcut: "Opens image popup.",
|
|
193
|
+
boldShortcut: "Applies bold style to the selected text.",
|
|
194
|
+
italicShortcut: "Applies italic style to the selected text.",
|
|
195
|
+
underlineShortcut: "Applies underline style to the selected text.",
|
|
196
|
+
breakLineShortcut: "Applies line break.",
|
|
197
|
+
undoShortcut: "Undoes the last text change.",
|
|
198
|
+
redoShortcut: "Redoes the last text change.",
|
|
199
|
+
edit: "Edit",
|
|
200
|
+
preview: "Preview",
|
|
201
|
+
title: {
|
|
202
|
+
preview: "Ctrl + P",
|
|
203
|
+
edit: "Switch to edit mode",
|
|
204
|
+
undo: "Undo (Ctrl + Z)",
|
|
205
|
+
redo: "Redo (Ctrl + X)",
|
|
206
|
+
link: "Insert link (Ctrl + K)",
|
|
207
|
+
image: "Insert image (Ctrl + O)",
|
|
208
|
+
list: "List (Ctrl + L)",
|
|
209
|
+
underline: "Underline (Ctrl + U)",
|
|
210
|
+
italic: "Italic (Ctrl + I)",
|
|
211
|
+
bold: "Bold (Ctrl + B)",
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"ez-link-builder": {
|
|
215
|
+
addLinkTitle: "Add link",
|
|
216
|
+
addLinkSubtitle: "Insert a link into the text to open new pages.",
|
|
217
|
+
submit: "Submit",
|
|
218
|
+
urlInputLabel: "Enter the destination URL",
|
|
219
|
+
textInputLabel: "Enter the text to display",
|
|
220
|
+
openInNewPage: "Open in a new page.",
|
|
221
|
+
},
|
|
222
|
+
"ez-simple-image-uploader": {
|
|
223
|
+
uploadTitle: "Image Upload",
|
|
224
|
+
uploadSubtitle: "Upload your files by filling only 1 field at a time.",
|
|
225
|
+
submit: "Submit",
|
|
226
|
+
tooltipMessage: "The selected file below will be prioritized!",
|
|
227
|
+
urlInputLabel: "Enter the image URL",
|
|
228
|
+
orText: "OR",
|
|
229
|
+
removeFile: "Remove file",
|
|
230
|
+
dragDropText: "Drag and drop or click to add files",
|
|
231
|
+
imageAlt: "Image",
|
|
232
|
+
imageTooLarge: "The image must be smaller than {{maxSize}}.",
|
|
233
|
+
},
|
|
234
|
+
"ez-search": {
|
|
235
|
+
emptyList: "No results found",
|
|
236
|
+
emptySearch: "No results for {{field}} found",
|
|
237
|
+
},
|
|
238
|
+
"ez-search-plus": {
|
|
239
|
+
emptyList: "No results found",
|
|
240
|
+
optionLoaderNotDefined: "optionLoader not defined",
|
|
241
|
+
defaultCodeLabel: "Code",
|
|
242
|
+
},
|
|
243
|
+
"ez-sortable-list": {
|
|
244
|
+
emptyMessage: "No items in the list",
|
|
245
|
+
entityLabel: "item",
|
|
246
|
+
entityLabelPlural: "items",
|
|
247
|
+
total: "Total of",
|
|
248
|
+
search: "Search",
|
|
249
|
+
},
|
|
250
|
+
"ez-split-button": {
|
|
251
|
+
moreOptions: "More options",
|
|
252
|
+
},
|
|
253
|
+
"ez-text-edit": {
|
|
254
|
+
emptyFieldWarning: "It is not possible to save an empty field.",
|
|
255
|
+
},
|
|
256
|
+
"ez-time-input": {
|
|
257
|
+
invalidTime: "Please enter a valid time.",
|
|
258
|
+
},
|
|
259
|
+
"ez-sidebar": {
|
|
260
|
+
unPinMenu: "Unpin menu",
|
|
261
|
+
pushPinMenu: "Pin menu",
|
|
262
|
+
hideMenu: "Hide menu",
|
|
263
|
+
},
|
|
264
|
+
"utils": {
|
|
265
|
+
requiredFieldMessage: "There is at least one required field not filled.",
|
|
266
|
+
requiredField: "This information is required.",
|
|
267
|
+
selectAllPage: "Select only the current page",
|
|
268
|
+
loadingAllRecords: "Loading all {{count}} records",
|
|
269
|
+
selectAllRecords: "Select all {{total}} records",
|
|
270
|
+
waitForLoad: "Wait for loading to select records from all pages",
|
|
271
|
+
allRecordsSelected: "All <strong>{{selectionCount}} records</strong> in the grid are selected.",
|
|
272
|
+
selectedRecords: "There <strong>{{selectionCount}} record{{plural}}</strong> selected in the grid.",
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
};
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
translation: {
|
|
3
|
+
app: {
|
|
4
|
+
collapse: "Colapsar",
|
|
5
|
+
expand: "Expandir",
|
|
6
|
+
close: "Cerrar",
|
|
7
|
+
profile: "Perfil",
|
|
8
|
+
warning: "Aviso",
|
|
9
|
+
edit: "Editar",
|
|
10
|
+
remove: "Eliminar",
|
|
11
|
+
yes: "Sí",
|
|
12
|
+
no: "No",
|
|
13
|
+
loading: "Cargando",
|
|
14
|
+
apply: "Aplicar",
|
|
15
|
+
cancel: "Cancelar",
|
|
16
|
+
ok: "OK",
|
|
17
|
+
alerts: "Avisos",
|
|
18
|
+
requiredInfo: " (obligatorio) *",
|
|
19
|
+
},
|
|
20
|
+
"ez-upload": {
|
|
21
|
+
enable: "Arrastra y suelta o haz clic para subir archivos",
|
|
22
|
+
disable: "Solo lectura",
|
|
23
|
+
replaceFileTitle: "Reemplazar archivo",
|
|
24
|
+
replaceFileMessage: "Ya existe un archivo llamado \"{{fileName}}\". ¿Desea reemplazarlo?",
|
|
25
|
+
maxFilesError: "La cantidad máxima de archivos es {{maxFiles}}.",
|
|
26
|
+
emptyFileError: "Error de permiso: El archivo \"{{fileName}}\" no puede ser enviado.",
|
|
27
|
+
missingUploadUrlError: "Dirección de carga no informada.",
|
|
28
|
+
maxFileSizeError: "El tamaño máximo de los archivos es de {{maxSize}}.",
|
|
29
|
+
uploadErrorTitle: "Subiendo archivo",
|
|
30
|
+
uploadingMessage: "Se están subiendo archivos. Por favor, espere a que se complete o cancele la subida.",
|
|
31
|
+
},
|
|
32
|
+
"ez-calendar": {
|
|
33
|
+
month: {
|
|
34
|
+
0: "Enero",
|
|
35
|
+
1: "Febrero",
|
|
36
|
+
2: "Marzo",
|
|
37
|
+
3: "Abril",
|
|
38
|
+
4: "Mayo",
|
|
39
|
+
5: "Junio",
|
|
40
|
+
6: "Julio",
|
|
41
|
+
7: "Agosto",
|
|
42
|
+
8: "Septiembre",
|
|
43
|
+
9: "Octubre",
|
|
44
|
+
10: "Noviembre",
|
|
45
|
+
11: "Diciembre"
|
|
46
|
+
},
|
|
47
|
+
weekDay: {
|
|
48
|
+
0: "D",
|
|
49
|
+
1: "L",
|
|
50
|
+
2: "M",
|
|
51
|
+
3: "M",
|
|
52
|
+
4: "J",
|
|
53
|
+
5: "V",
|
|
54
|
+
6: "S"
|
|
55
|
+
},
|
|
56
|
+
today: "Hoy"
|
|
57
|
+
},
|
|
58
|
+
"ez-collapsible-box": {
|
|
59
|
+
confirmRemove: "¿Realmente desea eliminar el grupo <b>{{label}}</b>?",
|
|
60
|
+
},
|
|
61
|
+
"ez-combo-box": {
|
|
62
|
+
placeholder: "Seleccione un elemento",
|
|
63
|
+
noResults: "No se encontraron resultados",
|
|
64
|
+
},
|
|
65
|
+
"ez-date-time-input": {
|
|
66
|
+
invalidDate: "El valor ingresado no es una fecha y hora válida"
|
|
67
|
+
},
|
|
68
|
+
"ez-date-input": {
|
|
69
|
+
invalidDate: "El valor ingresado no es una fecha válida"
|
|
70
|
+
},
|
|
71
|
+
"ez-dialog": {
|
|
72
|
+
confirmButton: "Botón de confirmación o OK",
|
|
73
|
+
closeButton: "Botón de cerrar o X"
|
|
74
|
+
},
|
|
75
|
+
"ez-double-list": {
|
|
76
|
+
noItemsAvailable: "No hay {{entity}} disponible",
|
|
77
|
+
noItemsSelected: "No hay {{entity}} seleccionado",
|
|
78
|
+
moveAllTo: "Mover todos a {{list}}",
|
|
79
|
+
moveTo: "Mover a {{list}}",
|
|
80
|
+
moveToFirstPosition: "Mover a la primera posición",
|
|
81
|
+
moveUp: "Mover hacia arriba",
|
|
82
|
+
moveDown: "Mover hacia abajo",
|
|
83
|
+
moveToLastPosition: "Mover a la última posición"
|
|
84
|
+
},
|
|
85
|
+
"ez-file-item": {
|
|
86
|
+
invalidProgress: "El progreso de carga debe ser un número entre 0 y 100."
|
|
87
|
+
},
|
|
88
|
+
"ez-grid": {
|
|
89
|
+
filterAppliedSuccess: "¡Filtro de columna aplicado con éxito!",
|
|
90
|
+
cancelPagination: "Cancelar paginación",
|
|
91
|
+
pageLabel: "Página {{currentPage}}",
|
|
92
|
+
previousPage: "Página anterior",
|
|
93
|
+
nextPage: "Página siguiente",
|
|
94
|
+
returnToPreviousPage: "Volver a la página anterior.",
|
|
95
|
+
goToNextPage: "Avanzar a la página siguiente.",
|
|
96
|
+
remainingPageLabel: " de {{count}} o más",
|
|
97
|
+
remainingTotalLabel: " de {{total}}",
|
|
98
|
+
nextRecord: "Avanzar al siguiente registro.",
|
|
99
|
+
previousRecord: "Volver al registro anterior.",
|
|
100
|
+
searchColumn: "Buscar por columna.",
|
|
101
|
+
sortAscending: "Ordenar Ascendente",
|
|
102
|
+
sortDescending: "Ordenar Descendente",
|
|
103
|
+
pinColumn: "Fijar columna",
|
|
104
|
+
unpinColumn: "Desafijar columna",
|
|
105
|
+
filter: "Filtrar",
|
|
106
|
+
columnCantBeOrder: "La columna no se puede ordenar",
|
|
107
|
+
filterColumnHeader: "Filtro de la columna {{columnLabel}}",
|
|
108
|
+
clearSelection: "Limpiar Selección",
|
|
109
|
+
page: "Página",
|
|
110
|
+
more: "más",
|
|
111
|
+
to: "a",
|
|
112
|
+
of: "de",
|
|
113
|
+
next: "Siguiente",
|
|
114
|
+
last: "Último",
|
|
115
|
+
first: "Primero",
|
|
116
|
+
previous: "Anterior",
|
|
117
|
+
loadingOoo: "Cargando",
|
|
118
|
+
selectAll: "Seleccionar todo",
|
|
119
|
+
searchOoo: "Buscar",
|
|
120
|
+
blanks: "Vacío",
|
|
121
|
+
filterOoo: "Filtrar",
|
|
122
|
+
applyFilter: "Aplicar filtro",
|
|
123
|
+
equals: "Igual",
|
|
124
|
+
lessThan: "Menor que",
|
|
125
|
+
greaterThan: "Mayor que",
|
|
126
|
+
contains: "Contiene",
|
|
127
|
+
startsWith: "Empieza con",
|
|
128
|
+
endsWith: "Termina con",
|
|
129
|
+
group: "Grupo",
|
|
130
|
+
columns: "Columnas",
|
|
131
|
+
rowGroupColumns: "Columnas del grupo de filas",
|
|
132
|
+
rowGroupColumnsEmptyMessage: "Columnas del grupo de filas vacías",
|
|
133
|
+
valueColumns: "Valores de las columnas",
|
|
134
|
+
pivotMode: "Modo pivote",
|
|
135
|
+
groups: "Grupos",
|
|
136
|
+
values: "Valores",
|
|
137
|
+
pivots: "Pivotes",
|
|
138
|
+
valueColumnsEmptyMessage: "Valores de columnas vacías",
|
|
139
|
+
pivotColumnsEmptyMessage: "Pivotes de columnas vacías",
|
|
140
|
+
toolPanelButton: "Botón del panel de herramientas",
|
|
141
|
+
noRowsToShow: "No hay registros para mostrar.",
|
|
142
|
+
valueAggregation: "Agregar valor",
|
|
143
|
+
autosizeThiscolumn: "Redimensionar esta columna",
|
|
144
|
+
autosizeAllColumns: "Redimensionar todas las columnas",
|
|
145
|
+
groupBy: "Agrupar por",
|
|
146
|
+
ungroupBy: "Desagrupar por",
|
|
147
|
+
resetColumns: "Restablecer columnas",
|
|
148
|
+
expandAll: "Expandir todo",
|
|
149
|
+
collapseAll: "Contraer todo",
|
|
150
|
+
toolPanel: "Panel de herramientas",
|
|
151
|
+
export: "Exportar",
|
|
152
|
+
csvExport: "Exportar a CSV",
|
|
153
|
+
excelExport: "Exportar a Excel",
|
|
154
|
+
pinLeft: "Fijar a la izquierda",
|
|
155
|
+
pinRight: "Fijar a la derecha",
|
|
156
|
+
noPin: "Desfijar columna",
|
|
157
|
+
sum: "Suma",
|
|
158
|
+
min: "Mínimo",
|
|
159
|
+
max: "Máximo",
|
|
160
|
+
none: "Ninguno",
|
|
161
|
+
count: "Conteo",
|
|
162
|
+
average: "Promedio",
|
|
163
|
+
copy: "Copiar",
|
|
164
|
+
copyWithHeaders: "Copiar con encabezados",
|
|
165
|
+
ctrlC: "Ctrl+C",
|
|
166
|
+
paste: "Pegar",
|
|
167
|
+
ctrlV: "Ctrl+V"
|
|
168
|
+
},
|
|
169
|
+
"ez-guide-navigator": {
|
|
170
|
+
searchGuide: "Buscar guía",
|
|
171
|
+
hideMenu: "Ocultar menú",
|
|
172
|
+
},
|
|
173
|
+
"ez-list": {
|
|
174
|
+
moveToGroup: "Mover a {{groupName}}",
|
|
175
|
+
},
|
|
176
|
+
"ez-modal": {
|
|
177
|
+
close: "Cerrar modal",
|
|
178
|
+
},
|
|
179
|
+
"ez-multi-selection-list": {
|
|
180
|
+
selectAll: "Seleccionar todos",
|
|
181
|
+
search: "Buscar...",
|
|
182
|
+
empty: "(Vacío)",
|
|
183
|
+
initMessage: "Seleccione los valores a filtrar a través del campo de búsqueda.",
|
|
184
|
+
emptyResults: "No se encontraron resultados.",
|
|
185
|
+
},
|
|
186
|
+
"ez-number-input": {
|
|
187
|
+
invalidNumber: "El valor ingresado no es un número válido",
|
|
188
|
+
},
|
|
189
|
+
"ez-rich-text": {
|
|
190
|
+
listShortcut: "Aplica estilo de lista al texto seleccionado.",
|
|
191
|
+
linkShortcut: "Abre popup de enlace.",
|
|
192
|
+
imageShortcut: "Abre popup de imagen.",
|
|
193
|
+
boldShortcut: "Aplica estilo negrita al texto seleccionado.",
|
|
194
|
+
italicShortcut: "Aplica estilo cursiva al texto seleccionado.",
|
|
195
|
+
underlineShortcut: "Aplica estilo subrayado al texto seleccionado.",
|
|
196
|
+
breakLineShortcut: "Aplica salto de línea.",
|
|
197
|
+
undoShortcut: "Deshace el último cambio de texto.",
|
|
198
|
+
redoShortcut: "Rehace el último cambio de texto.",
|
|
199
|
+
edit: "Editar",
|
|
200
|
+
preview: "Previsualizar",
|
|
201
|
+
title: {
|
|
202
|
+
preview: "Ctrl + P",
|
|
203
|
+
edit: "Ir al modo de edición",
|
|
204
|
+
undo: "Deshacer (Ctrl + Z)",
|
|
205
|
+
redo: "Rehacer (Ctrl + X)",
|
|
206
|
+
link: "Insertar enlace (Ctrl + K)",
|
|
207
|
+
image: "Insertar imagen (Ctrl + O)",
|
|
208
|
+
list: "Lista (Ctrl + L)",
|
|
209
|
+
underline: "Subrayado (Ctrl + U)",
|
|
210
|
+
italic: "Cursiva (Ctrl + I)",
|
|
211
|
+
bold: "Negrita (Ctrl + B)",
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"ez-link-builder": {
|
|
215
|
+
addLinkTitle: "Agregar enlace",
|
|
216
|
+
addLinkSubtitle: "Inserte un enlace en el texto para abrir nuevas páginas.",
|
|
217
|
+
submit: "Enviar",
|
|
218
|
+
urlInputLabel: "Ingrese la URL de destino",
|
|
219
|
+
textInputLabel: "Ingrese el texto a mostrar",
|
|
220
|
+
openInNewPage: "Abrir en una nueva página.",
|
|
221
|
+
},
|
|
222
|
+
"ez-simple-image-uploader": {
|
|
223
|
+
uploadTitle: "Subida de imágenes",
|
|
224
|
+
uploadSubtitle: "Sube tus archivos llenando solo 1 campo a la vez.",
|
|
225
|
+
submit: "Enviar",
|
|
226
|
+
tooltipMessage: "¡El archivo seleccionado a continuación será priorizado!",
|
|
227
|
+
urlInputLabel: "Ingrese la URL de la imagen",
|
|
228
|
+
orText: "O",
|
|
229
|
+
removeFile: "Eliminar archivo",
|
|
230
|
+
dragDropText: "Arrastra y suelta o haz clic para agregar archivos",
|
|
231
|
+
imageAlt: "Imagen",
|
|
232
|
+
imageTooLarge: "La imagen debe tener menos de {{maxSize}}.",
|
|
233
|
+
},
|
|
234
|
+
"ez-search": {
|
|
235
|
+
emptyList: "No se encontraron resultados",
|
|
236
|
+
emptySearch: "No se encontraron resultados de {{field}}",
|
|
237
|
+
},
|
|
238
|
+
"ez-search-plus": {
|
|
239
|
+
emptyList: "No se encontraron resultados",
|
|
240
|
+
optionLoaderNotDefined: "optionLoader no definido",
|
|
241
|
+
defaultCodeLabel: "Cód.",
|
|
242
|
+
},
|
|
243
|
+
"ez-sortable-list": {
|
|
244
|
+
emptyMessage: "No hay elementos en la lista",
|
|
245
|
+
entityLabel: "elemento",
|
|
246
|
+
entityLabelPlural: "elementos",
|
|
247
|
+
total: "Total de",
|
|
248
|
+
search: "Buscar",
|
|
249
|
+
},
|
|
250
|
+
"ez-split-button": {
|
|
251
|
+
moreOptions: "Más opciones",
|
|
252
|
+
},
|
|
253
|
+
"ez-text-edit": {
|
|
254
|
+
emptyFieldWarning: "No es posible guardar un campo vacío.",
|
|
255
|
+
},
|
|
256
|
+
"ez-time-input": {
|
|
257
|
+
invalidTime: "Por favor, ingrese una hora válida.",
|
|
258
|
+
},
|
|
259
|
+
"ez-sidebar": {
|
|
260
|
+
unPinMenu: "Desanclar menú",
|
|
261
|
+
pushPinMenu: "Anclar menú",
|
|
262
|
+
hideMenu: "Ocultar menú",
|
|
263
|
+
},
|
|
264
|
+
"utils": {
|
|
265
|
+
requiredFieldMessage: "Hay al menos un campo obligatorio sin completar.",
|
|
266
|
+
requiredField: "Esta información es obligatoria.",
|
|
267
|
+
selectAllPage: "Seleccionar solo la página actual",
|
|
268
|
+
loadingAllRecords: "Cargando todos los {{count}} registros",
|
|
269
|
+
selectAllRecords: "Seleccionar todos los {{total}} registros",
|
|
270
|
+
waitForLoad: "Espere a que se carguen para seleccionar los registros de todas las páginas",
|
|
271
|
+
allRecordsSelected: "Todos los <strong>{{selectionCount}} registros</strong> en la cuadrícula están seleccionados.",
|
|
272
|
+
selectedRecords: "Hay <strong>{{selectionCount}} registro{{plural}}</strong> seleccionado{{plural}} en la cuadrícula.",
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
};
|