d2coreui 21.0.33 → 23.0.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/components/clipboard/clipboardUtils.d.ts +4 -3
- package/components/clipboard/clipboardUtils.js +47 -22
- package/components/clipboard/clipboardUtils.js.map +1 -1
- package/components/codemirror/SyntaxHighlighter.d.ts +21 -21
- package/components/codemirror/SyntaxHighlighter.js +45 -44
- package/components/codemirror/SyntaxHighlighter.js.map +1 -1
- package/components/collapse/expandable.d.ts +13 -12
- package/components/collapse/expandable.js +20 -20
- package/components/collapse/expandable.js.map +1 -1
- package/components/color/colorPicker.d.ts +20 -20
- package/components/color/colorPicker.js +53 -53
- package/components/color/colorPicker.js.map +1 -1
- package/components/color/colorSwatch.d.ts +13 -12
- package/components/color/colorSwatch.js +62 -62
- package/components/color/colorSwatch.js.map +1 -1
- package/components/color/colorUtils.d.ts +7 -7
- package/components/color/colorUtils.js +43 -43
- package/components/color/colorUtils.js.map +1 -1
- package/components/date/dateRangeInput.d.ts +66 -64
- package/components/date/dateRangeInput.js +292 -297
- package/components/date/dateRangeInput.js.map +1 -1
- package/components/date/dateRangeInputAdvancedPanel.d.ts +27 -26
- package/components/date/dateRangeInputAdvancedPanel.js +130 -115
- package/components/date/dateRangeInputAdvancedPanel.js.map +1 -1
- package/components/date/dateRangeInputConfirm.d.ts +31 -29
- package/components/date/dateRangeInputConfirm.js +132 -121
- package/components/date/dateRangeInputConfirm.js.map +1 -1
- package/components/date/dateTimeInput.d.ts +72 -69
- package/components/date/dateTimeInput.js +440 -412
- package/components/date/dateTimeInput.js.map +1 -1
- package/components/date/durationInput.d.ts +59 -56
- package/components/date/durationInput.js +269 -280
- package/components/date/durationInput.js.map +1 -1
- package/components/form/NiceFormItem.d.ts +14 -14
- package/components/form/NiceFormItem.js +28 -31
- package/components/form/NiceFormItem.js.map +1 -1
- package/components/grid/cell/beanAccessor.d.ts +9 -0
- package/components/grid/cell/beanAccessor.js +13 -0
- package/components/grid/cell/beanAccessor.js.map +1 -0
- package/components/grid/cell/cellEditorUtils.d.ts +4 -4
- package/components/grid/cell/cellEditorUtils.js +8 -8
- package/components/grid/cell/customEnumCellEditor.d.ts +4 -26
- package/components/grid/cell/customEnumCellEditor.js +82 -91
- package/components/grid/cell/customEnumCellEditor.js.map +1 -1
- package/components/grid/cell/dataGridCellEditorComponent.d.ts +14 -0
- package/components/grid/cell/dataGridCellEditorComponent.js +49 -0
- package/components/grid/cell/dataGridCellEditorComponent.js.map +1 -0
- package/components/grid/cell/dateCellEditor.d.ts +4 -25
- package/components/grid/cell/dateCellEditor.js +53 -72
- package/components/grid/cell/dateCellEditor.js.map +1 -1
- package/components/grid/cell/durationCellEditor.d.ts +4 -24
- package/components/grid/cell/durationCellEditor.js +74 -97
- package/components/grid/cell/durationCellEditor.js.map +1 -1
- package/components/grid/cell/hexaOctetStringCellEditor.d.ts +4 -24
- package/components/grid/cell/hexaOctetStringCellEditor.js +70 -94
- package/components/grid/cell/hexaOctetStringCellEditor.js.map +1 -1
- package/components/grid/cell/hexaValueCellEditor.d.ts +4 -24
- package/components/grid/cell/hexaValueCellEditor.js +65 -89
- package/components/grid/cell/hexaValueCellEditor.js.map +1 -1
- package/components/grid/cell/numberCellEditor.d.ts +4 -27
- package/components/grid/cell/numberCellEditor.js +73 -95
- package/components/grid/cell/numberCellEditor.js.map +1 -1
- package/components/grid/cell/rangeSelector.d.ts +78 -78
- package/components/grid/cell/rangeSelector.js +526 -518
- package/components/grid/cell/rangeSelector.js.map +1 -1
- package/components/grid/cell/simpleStatusTextCellEditor.d.ts +4 -32
- package/components/grid/cell/simpleStatusTextCellEditor.js +106 -116
- package/components/grid/cell/simpleStatusTextCellEditor.js.map +1 -1
- package/components/grid/cell/statusTextCellEditor.d.ts +4 -32
- package/components/grid/cell/statusTextCellEditor.js +136 -159
- package/components/grid/cell/statusTextCellEditor.js.map +1 -1
- package/components/grid/cell/tableDefaultRowStyleRules.d.ts +20 -20
- package/components/grid/cell/tableDefaultRowStyleRules.js +29 -18
- package/components/grid/cell/tableDefaultRowStyleRules.js.map +1 -1
- package/components/grid/cell/textCellEditor.d.ts +4 -21
- package/components/grid/cell/textCellEditor.js +63 -85
- package/components/grid/cell/textCellEditor.js.map +1 -1
- package/components/grid/cell/withAgGridHooks.d.ts +3 -0
- package/components/grid/cell/withAgGridHooks.js +15 -0
- package/components/grid/cell/withAgGridHooks.js.map +1 -0
- package/components/grid/columnUtils.d.ts +5 -5
- package/components/grid/columnUtils.js +26 -26
- package/components/grid/columnUtils.js.map +1 -1
- package/components/grid/config/columnTransfer.d.ts +21 -22
- package/components/grid/config/columnTransfer.js +205 -201
- package/components/grid/config/columnTransfer.js.map +1 -1
- package/components/grid/config/dataGridEditor.d.ts +41 -41
- package/components/grid/config/dataGridEditor.js +181 -160
- package/components/grid/config/dataGridEditor.js.map +1 -1
- package/components/grid/config/rowHeightCalculator.d.ts +8 -0
- package/components/grid/config/rowHeightCalculator.js +20 -0
- package/components/grid/config/rowHeightCalculator.js.map +1 -0
- package/components/grid/config/rowStylePicker.d.ts +27 -25
- package/components/grid/config/rowStylePicker.js +127 -109
- package/components/grid/config/rowStylePicker.js.map +1 -1
- package/components/grid/dataGrid.d.ts +218 -206
- package/components/grid/dataGrid.js +1629 -1538
- package/components/grid/dataGrid.js.map +1 -1
- package/components/grid/detail/detailHeaderPanel.d.ts +13 -13
- package/components/grid/detail/detailHeaderPanel.js +25 -25
- package/components/grid/detail/detailHeaderPanel.js.map +1 -1
- package/components/grid/export/contextMenu.d.ts +18 -24
- package/components/grid/export/contextMenu.js +116 -113
- package/components/grid/export/contextMenu.js.map +1 -1
- package/components/grid/export/progressPopup.d.ts +29 -29
- package/components/grid/export/progressPopup.js +93 -93
- package/components/grid/export/progressPopup.js.map +1 -1
- package/components/grid/export/worker/clipboardExport.d.ts +1 -1
- package/components/grid/export/worker/clipboardExport.js +8 -8
- package/components/grid/export/worker/csvExport.d.ts +1 -1
- package/components/grid/export/worker/csvExport.js +8 -8
- package/components/grid/export/worker/pdfExport.d.ts +1 -1
- package/components/grid/export/worker/pdfExport.js +81 -81
- package/components/grid/export/worker/pdfExport.js.map +1 -1
- package/components/grid/export/worker/txtExport.d.ts +1 -1
- package/components/grid/export/worker/txtExport.js +19 -19
- package/components/grid/extendedDataGrid.d.ts +140 -140
- package/components/grid/extendedDataGrid.js +704 -695
- package/components/grid/extendedDataGrid.js.map +1 -1
- package/components/grid/filter/customColumnFilter.d.ts +5 -21
- package/components/grid/filter/customColumnFilter.js +11 -82
- package/components/grid/filter/customColumnFilter.js.map +1 -1
- package/components/grid/filter/dataGridColumnFilter.d.ts +17 -0
- package/components/grid/filter/dataGridColumnFilter.js +49 -0
- package/components/grid/filter/dataGridColumnFilter.js.map +1 -0
- package/components/grid/filter/dateColumnFilter.d.ts +7 -11
- package/components/grid/filter/dateColumnFilter.js +22 -56
- package/components/grid/filter/dateColumnFilter.js.map +1 -1
- package/components/grid/filter/textColumnFilter.d.ts +8 -20
- package/components/grid/filter/textColumnFilter.js +24 -76
- package/components/grid/filter/textColumnFilter.js.map +1 -1
- package/components/grid/filter/wildcardQuickFilterEngine.d.ts +7 -0
- package/components/grid/filter/wildcardQuickFilterEngine.js +48 -0
- package/components/grid/filter/wildcardQuickFilterEngine.js.map +1 -0
- package/components/grid/header/simpleHeader.d.ts +17 -16
- package/components/grid/header/simpleHeader.js +230 -186
- package/components/grid/header/simpleHeader.js.map +1 -1
- package/components/grid/panel/dataGridPagination.d.ts +16 -16
- package/components/grid/panel/dataGridPagination.js +58 -58
- package/components/grid/panel/dataGridPagination.js.map +1 -1
- package/components/grid/panel/loadingOverlay.d.ts +6 -6
- package/components/grid/panel/loadingOverlay.js +10 -10
- package/components/grid/panel/loadingOverlay.js.map +1 -1
- package/components/grid/panel/noRecordsOverlay.d.ts +6 -6
- package/components/grid/panel/noRecordsOverlay.js +10 -10
- package/components/grid/panel/noRecordsOverlay.js.map +1 -1
- package/components/grid/panel/tablePagination.d.ts +10 -10
- package/components/grid/panel/tablePagination.js +45 -45
- package/components/grid/panel/tablePagination.js.map +1 -1
- package/components/icons/dropdownArrow.d.ts +8 -0
- package/components/icons/dropdownArrow.js +59 -0
- package/components/icons/dropdownArrow.js.map +1 -0
- package/components/icons/undoIcon.d.ts +8 -8
- package/components/icons/undoIcon.js +6 -6
- package/components/input/autoCompleteInput.d.ts +35 -35
- package/components/input/autoCompleteInput.js +122 -121
- package/components/input/autoCompleteInput.js.map +1 -1
- package/components/input/draftUtils.d.ts +4 -4
- package/components/input/draftUtils.js +48 -48
- package/components/input/draftUtils.js.map +1 -1
- package/components/input/draftail.d.ts +1 -1
- package/components/input/draftail.js +1 -1
- package/components/input/hexaFormattedInput.d.ts +16 -16
- package/components/input/hexaFormattedInput.js +54 -54
- package/components/input/hexaFormattedInput.js.map +1 -1
- package/components/input/mask/helpers.d.ts +28 -28
- package/components/input/mask/helpers.js +112 -112
- package/components/input/mask/helpers.js.map +1 -1
- package/components/input/mask/inputMaskCore.d.ts +46 -46
- package/components/input/mask/inputMaskCore.js +278 -278
- package/components/input/mask/inputMaskCore.js.map +1 -1
- package/components/input/mask/pattern.d.ts +20 -20
- package/components/input/mask/pattern.js +78 -78
- package/components/input/mask/pattern.js.map +1 -1
- package/components/input/maskedInput.d.ts +373 -351
- package/components/input/maskedInput.js +224 -224
- package/components/input/maskedInput.js.map +1 -1
- package/components/input/passwordInput.d.ts +9 -9
- package/components/input/passwordInput.js +55 -55
- package/components/input/passwordInput.js.map +1 -1
- package/components/input/simpleAutoComplete.d.ts +12 -12
- package/components/input/simpleAutoComplete.js +41 -43
- package/components/input/simpleAutoComplete.js.map +1 -1
- package/components/input/textarea/extractSpansOfClasses.d.ts +15 -15
- package/components/input/textarea/extractSpansOfClasses.js +96 -96
- package/components/input/textarea/extractSpansOfClasses.js.map +1 -1
- package/components/input/textarea/getRanges.d.ts +1 -1
- package/components/input/textarea/getRanges.js +73 -73
- package/components/input/textarea/getRanges.js.map +1 -1
- package/components/input/textarea/getType.d.ts +1 -1
- package/components/input/textarea/getType.js +26 -26
- package/components/input/textarea/getType.js.map +1 -1
- package/components/input/textarea/highlighedContents.d.ts +6 -6
- package/components/input/textarea/highlighedContents.js +10 -10
- package/components/input/textarea/mentionsWithHighlighting.d.ts +27 -27
- package/components/input/textarea/mentionsWithHighlighting.js +60 -60
- package/components/input/textarea/mentionsWithHighlighting.js.map +1 -1
- package/components/keyboard/keyboardUtils.d.ts +5 -5
- package/components/keyboard/keyboardUtils.js +32 -32
- package/components/modal/draggableModalProvider.d.ts +4 -4
- package/components/modal/draggableModalProvider.js +21 -21
- package/components/modal/draggableModalProvider.js.map +1 -1
- package/components/modal/impl/clamp.d.ts +1 -1
- package/components/modal/impl/clamp.js +1 -1
- package/components/modal/impl/clamp.js.map +1 -1
- package/components/modal/impl/draggableModal.d.ts +12 -12
- package/components/modal/impl/draggableModal.js +17 -17
- package/components/modal/impl/draggableModal.js.map +1 -1
- package/components/modal/impl/draggableModalContext.d.ts +9 -9
- package/components/modal/impl/draggableModalContext.js +2 -2
- package/components/modal/impl/draggableModalContext.js.map +1 -1
- package/components/modal/impl/draggableModalInner.d.ts +15 -13
- package/components/modal/impl/draggableModalInner.js +57 -55
- package/components/modal/impl/draggableModalInner.js.map +1 -1
- package/components/modal/impl/draggableModalReducer.d.ts +66 -62
- package/components/modal/impl/draggableModalReducer.js +77 -78
- package/components/modal/impl/draggableModalReducer.js.map +1 -1
- package/components/modal/impl/getWindowSize.d.ts +4 -4
- package/components/modal/impl/getWindowSize.js +4 -4
- package/components/modal/impl/getWindowSize.js.map +1 -1
- package/components/modal/impl/index.d.ts +3 -3
- package/components/modal/impl/index.js +3 -3
- package/components/modal/impl/index.js.map +1 -1
- package/components/modal/impl/resizeHandle.d.ts +3 -3
- package/components/modal/impl/resizeHandle.js +4 -4
- package/components/modal/impl/resizeHandle.js.map +1 -1
- package/components/modal/impl/useDrag.d.ts +5 -5
- package/components/modal/impl/useDrag.js +42 -42
- package/components/modal/impl/useDrag.js.map +1 -1
- package/components/modal/impl/usePrevious.d.ts +1 -1
- package/components/modal/impl/usePrevious.js +8 -8
- package/components/modal/impl/usePrevious.js.map +1 -1
- package/components/modal/impl/useResize.d.ts +7 -7
- package/components/modal/impl/useResize.js +46 -46
- package/components/modal/impl/useResize.js.map +1 -1
- package/components/modal/modalDialog.d.ts +49 -49
- package/components/modal/modalDialog.js +152 -152
- package/components/modal/modalDialog.js.map +1 -1
- package/components/picker/enumValuePicker.d.ts +16 -16
- package/components/picker/enumValuePicker.js +34 -34
- package/components/picker/enumValuePicker.js.map +1 -1
- package/components/platformSpecific.d.ts +10 -10
- package/components/platformSpecific.js +27 -27
- package/components/scrollTo/onlyText.d.ts +4 -4
- package/components/scrollTo/onlyText.js +30 -30
- package/components/scrollTo/onlyText.js.map +1 -1
- package/components/scrollTo/scrollTo.d.ts +41 -39
- package/components/scrollTo/scrollTo.js +264 -264
- package/components/scrollTo/scrollTo.js.map +1 -1
- package/components/style/withCss.d.ts +9 -0
- package/components/style/withCss.js +6 -0
- package/components/style/withCss.js.map +1 -0
- package/components/style/withInputNumberCss.d.ts +6 -0
- package/components/style/withInputNumberCss.js +13 -0
- package/components/style/withInputNumberCss.js.map +1 -0
- package/components/table/dragSortingTable.d.ts +13 -14
- package/components/table/dragSortingTable.js +96 -82
- package/components/table/dragSortingTable.js.map +1 -1
- package/components/text/impl/innerSize.d.ts +2 -2
- package/components/text/impl/innerSize.js +12 -12
- package/components/text/impl/series.d.ts +1 -1
- package/components/text/impl/series.js +28 -28
- package/components/text/impl/shallowEqual.d.ts +1 -1
- package/components/text/impl/shallowEqual.js +18 -18
- package/components/text/impl/shallowEqual.js.map +1 -1
- package/components/text/impl/uniqueId.d.ts +1 -1
- package/components/text/impl/uniqueId.js +4 -4
- package/components/text/impl/whilst.d.ts +1 -1
- package/components/text/impl/whilst.js +19 -19
- package/components/text/impl/whilst.js.map +1 -1
- package/components/text/textFit.d.ts +38 -38
- package/components/text/textFit.js +165 -168
- package/components/text/textFit.js.map +1 -1
- package/i18n/components.cs.json +101 -100
- package/i18n/components.sk.json +101 -100
- package/i18n/components.uk.json +101 -100
- package/i18n/componentsLocaleHolder.d.ts +3 -3
- package/i18n/componentsLocaleHolder.js +28 -28
- package/i18n/componentsLocaleHolder.js.map +1 -1
- package/package.json +71 -70
- package/style/index.less +274 -298
- package/style/modal/DraggableModal.css +43 -40
- package/style/modal/ResizeHandle.css +27 -19
- package/tsconfig.build.json +24 -24
- package/tsconfig.json +11 -11
- package/components/grid/cell/wildcardQuickFilter.d.ts +0 -11
- package/components/grid/cell/wildcardQuickFilter.js +0 -61
- package/components/grid/cell/wildcardQuickFilter.js.map +0 -1
- package/components/table/dataTable.d.ts +0 -17
- package/components/table/dataTable.js +0 -79
- package/components/table/dataTable.js.map +0 -1
- package/style/antd/antd-tree-showline.css +0 -25
- package/style/antd/full-height-tabs.scss +0 -63
- package/style/draftail/draftail-editor.css +0 -179
- package/style/table/dragSortingTable.css +0 -7
package/i18n/components.cs.json
CHANGED
|
@@ -1,100 +1,101 @@
|
|
|
1
|
-
{
|
|
2
|
-
"langCode": "cs",
|
|
3
|
-
" (%{n} records)": " (%{n} záznamů)",
|
|
4
|
-
"%{n} records exported": "Bylo exportováno %{n} záznamů",
|
|
5
|
-
"Advanced Settings": "Rozšířená nastavení",
|
|
6
|
-
"Apply": "Nastavit",
|
|
7
|
-
"All Rows": "Všechny řádky",
|
|
8
|
-
"Automatic": "Automatická",
|
|
9
|
-
"Autosize All Columns": "Nastavit šířku všech sloupců",
|
|
10
|
-
"Autosize Column": "Nastavit šířku sloupce",
|
|
11
|
-
"Background Color": "Barva pozadí",
|
|
12
|
-
"Cancel": "Zrušit",
|
|
13
|
-
"Clipboard": "schránky",
|
|
14
|
-
"Close": "Zavřít",
|
|
15
|
-
"Column Filter": "Filtr nad sloupci",
|
|
16
|
-
"Column Name": "Jméno sloupce",
|
|
17
|
-
"Column": "Sloupec",
|
|
18
|
-
"Columns Configuration": "Konfigurace sloupců",
|
|
19
|
-
"Copy to Clipboard": "Kopírovat do schránky",
|
|
20
|
-
"Copying to Clipboard": "Kopírování do schránky",
|
|
21
|
-
"Disabled": "Vypnuto",
|
|
22
|
-
"Enabled": "Zapnuto",
|
|
23
|
-
"Export List to": "Export seznamu do",
|
|
24
|
-
"Export Window Configuration": "Exportovat nastavení okna",
|
|
25
|
-
"Export current window configuration to file": "Exportovat současnou konfiguraci okna do souboru",
|
|
26
|
-
"Export": "Export",
|
|
27
|
-
"Exporting to": "Exportování do",
|
|
28
|
-
"Extended table features": "Rozšířené možnosti tabulky",
|
|
29
|
-
"Fixed": "Fixní",
|
|
30
|
-
"Font Size": "Velikost písma",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"No": "
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"Page
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"Pin
|
|
43
|
-
"Pin
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"Reset": "Resetovat",
|
|
49
|
-
"
|
|
50
|
-
"Revert
|
|
51
|
-
"Revert
|
|
52
|
-
"Revert to
|
|
53
|
-
"
|
|
54
|
-
"Save
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"Show time with
|
|
59
|
-
"Show
|
|
60
|
-
"Show/Hide panel
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"Table -
|
|
64
|
-
"Table -
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"Interval
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"This
|
|
75
|
-
"This
|
|
76
|
-
"This
|
|
77
|
-
"This
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"Turn on/off filter
|
|
90
|
-
"
|
|
91
|
-
"Window": "
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
|
|
1
|
+
{
|
|
2
|
+
"langCode": "cs",
|
|
3
|
+
" (%{n} records)": " (%{n} záznamů)",
|
|
4
|
+
"%{n} records exported": "Bylo exportováno %{n} záznamů",
|
|
5
|
+
"Advanced Settings": "Rozšířená nastavení",
|
|
6
|
+
"Apply": "Nastavit",
|
|
7
|
+
"All Rows": "Všechny řádky",
|
|
8
|
+
"Automatic": "Automatická",
|
|
9
|
+
"Autosize All Columns": "Nastavit šířku všech sloupců",
|
|
10
|
+
"Autosize Column": "Nastavit šířku sloupce",
|
|
11
|
+
"Background Color": "Barva pozadí",
|
|
12
|
+
"Cancel": "Zrušit",
|
|
13
|
+
"Clipboard": "schránky",
|
|
14
|
+
"Close": "Zavřít",
|
|
15
|
+
"Column Filter": "Filtr nad sloupci",
|
|
16
|
+
"Column Name": "Jméno sloupce",
|
|
17
|
+
"Column": "Sloupec",
|
|
18
|
+
"Columns Configuration": "Konfigurace sloupců",
|
|
19
|
+
"Copy to Clipboard": "Kopírovat do schránky",
|
|
20
|
+
"Copying to Clipboard": "Kopírování do schránky",
|
|
21
|
+
"Disabled": "Vypnuto",
|
|
22
|
+
"Enabled": "Zapnuto",
|
|
23
|
+
"Export List to": "Export seznamu do",
|
|
24
|
+
"Export Window Configuration": "Exportovat nastavení okna",
|
|
25
|
+
"Export current window configuration to file": "Exportovat současnou konfiguraci okna do souboru",
|
|
26
|
+
"Export": "Export",
|
|
27
|
+
"Exporting to": "Exportování do",
|
|
28
|
+
"Extended table features": "Rozšířené možnosti tabulky",
|
|
29
|
+
"Fixed": "Fixní",
|
|
30
|
+
"Font Size": "Velikost písma",
|
|
31
|
+
"Line Indentation": "Odsazení řádku",
|
|
32
|
+
"Goto Page": "Jdi na stranu",
|
|
33
|
+
"Hidden Columns": "Skryté sloupce",
|
|
34
|
+
"Hide Column": "Skrýt sloupec",
|
|
35
|
+
"Landscape": "Na šířku",
|
|
36
|
+
"No records found.": "Nebyly nalezeny žádné záznamy.",
|
|
37
|
+
"No": "Ne",
|
|
38
|
+
"OK": "Potvrdit",
|
|
39
|
+
"Page Orientation": "Orientace stránky",
|
|
40
|
+
"Page Size": "Velikost stránky",
|
|
41
|
+
"Pagination": "Stránkování",
|
|
42
|
+
"Pin Column": "Připnout sloupec",
|
|
43
|
+
"Pin Left": "Připnout vlevo",
|
|
44
|
+
"Pin Right": "Připnout vpravo",
|
|
45
|
+
"Portrait": "Na výšku",
|
|
46
|
+
"Records has been added or removed, table need to be reloaded in order to see actual records": "Záznamy byly přidány nebo odstraněny, prosím znovu načtěte tabulku abyste viděli aktualne záznamy",
|
|
47
|
+
"Refresh": "Obnovit",
|
|
48
|
+
"Reset Columns": "Resetovat sloupce",
|
|
49
|
+
"Reset": "Resetovat",
|
|
50
|
+
"Revert": "Vrátit změny",
|
|
51
|
+
"Revert configuration to predefined state": "Vrátit konfiguraci do výchozího nastavení",
|
|
52
|
+
"Revert filter to original state": "Vrátit filtr do původního nastavení",
|
|
53
|
+
"Revert to factory configuration": "Vrátit do továrního nastavení",
|
|
54
|
+
"Save Window Configuration": "Uložit nastavení okna",
|
|
55
|
+
"Save current window configuration for current user": "Uložit nastavení okna pro aktuálního uživatele",
|
|
56
|
+
"Search": "Vyhledat",
|
|
57
|
+
"Set No Color": "Nastavit žádnou barvu",
|
|
58
|
+
"Show time with milliseconds": "Zobrazit čas s milisekundami",
|
|
59
|
+
"Show time with year": "Zobrazit čas s rokem",
|
|
60
|
+
"Show/Hide filter panel": "Zobrazit/skrýt panel s filtrem",
|
|
61
|
+
"Show/Hide panel with modified filter": "Zobrazit/skrýt panel s modifikovaným filtrem",
|
|
62
|
+
"Shown Columns": "Zobrazené sloupce",
|
|
63
|
+
"Table - Columns": "Tabulka - sloupce",
|
|
64
|
+
"Table - General Settings": "Tabulka - všeobecná nastavení",
|
|
65
|
+
"Table - Rows Styling": "Tabulka - stylování řádků",
|
|
66
|
+
"Text Color": "Barva textu",
|
|
67
|
+
"The column list is empty": "Seznam sloupců je prázdný",
|
|
68
|
+
"Simple Mode": "Jednoduchý mód",
|
|
69
|
+
"Advanced Mode": "Pokročilý mód",
|
|
70
|
+
"Interval Begin": "Začátek intervalu",
|
|
71
|
+
"Interval End": "Konec intervalu",
|
|
72
|
+
"Now": "Nyní",
|
|
73
|
+
"Today": "Dnes",
|
|
74
|
+
"This Day": "Tento den",
|
|
75
|
+
"This Month": "Tento měsíc",
|
|
76
|
+
"This Week": "Tento týden",
|
|
77
|
+
"This Quarter": "Toto čtvrtletí",
|
|
78
|
+
"This Year": "Letos",
|
|
79
|
+
"Interval Duration": "Trvání intervalu",
|
|
80
|
+
"Time Shift": "Časový posun",
|
|
81
|
+
"Hour": "Hodina",
|
|
82
|
+
"Day": "Den",
|
|
83
|
+
"Week": "Týden",
|
|
84
|
+
"Month": "Měsíc",
|
|
85
|
+
"Quarter": "Čtvrtletí",
|
|
86
|
+
"Year": "Rok",
|
|
87
|
+
"Years": "Roky",
|
|
88
|
+
"Track last added record to table": "Sledovat naposledy přidaný záznam do tabulky",
|
|
89
|
+
"Turn on/off column filter": "Zapnout/vypnout filtr nad sloupci",
|
|
90
|
+
"Turn on/off filter panel": "Zapnout/vypnout panel filtrování",
|
|
91
|
+
"Window configuration saved successfully": "Nastavení okna byla uložena",
|
|
92
|
+
"Window": "Okno",
|
|
93
|
+
"Yes": "Ano",
|
|
94
|
+
"column": "sloupec",
|
|
95
|
+
"columns": "sloupců",
|
|
96
|
+
"of": "z",
|
|
97
|
+
"First Page": "První strana",
|
|
98
|
+
"Previous Page": "Předchozí strana",
|
|
99
|
+
"Next Page": "Následující strana",
|
|
100
|
+
"Last Page": "Poslední strana"
|
|
101
|
+
}
|
package/i18n/components.sk.json
CHANGED
|
@@ -1,100 +1,101 @@
|
|
|
1
|
-
{
|
|
2
|
-
"langCode": "sk",
|
|
3
|
-
" (%{n} records)": " (%{n} záznamov)",
|
|
4
|
-
"%{n} records exported": "Bolo exportovaných %{n} záznamov",
|
|
5
|
-
"Advanced Settings": "Rozširené nastavenia",
|
|
6
|
-
"Apply": "Nastaviť",
|
|
7
|
-
"All Rows": "Všetky riadky",
|
|
8
|
-
"Automatic": "Automatická",
|
|
9
|
-
"Autosize All Columns": "Nastaviť šírku všetkých stĺpcov",
|
|
10
|
-
"Autosize Column": "Nastaviť šírku stĺpca",
|
|
11
|
-
"Background Color": "Farba pozadia",
|
|
12
|
-
"Cancel": "Zrušiť",
|
|
13
|
-
"Clipboard": "schránky",
|
|
14
|
-
"Close": "Zatvoriť",
|
|
15
|
-
"Column Filter": "Filter nad stĺpcami",
|
|
16
|
-
"Column Name": "Meno stĺpca",
|
|
17
|
-
"Column": "Stĺpec",
|
|
18
|
-
"Columns Configuration": "Konfigurácia stĺpcov",
|
|
19
|
-
"Copy to Clipboard": "Kopírovať do schránky",
|
|
20
|
-
"Copying to Clipboard": "Kopírovanie do schránky",
|
|
21
|
-
"Disabled": "Vypnuté",
|
|
22
|
-
"Enabled": "Zapnuté",
|
|
23
|
-
"Export List to": "Export zoznamu do",
|
|
24
|
-
"Export Window Configuration": "Exportovať nastavenia okna",
|
|
25
|
-
"Export current window configuration to file": "Exportovať súčasnú konfiguráciu okna do súboru",
|
|
26
|
-
"Export": "Export",
|
|
27
|
-
"Exporting to": "Exportovanie do",
|
|
28
|
-
"Extended table features": "Rozšírené možnosti tabuľky",
|
|
29
|
-
"Fixed": "Fixná",
|
|
30
|
-
"Font Size": "Veľkosť písma",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"No": "
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"Page
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"Pin
|
|
43
|
-
"Pin
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"Reset": "Resetovať",
|
|
49
|
-
"
|
|
50
|
-
"Revert
|
|
51
|
-
"Revert
|
|
52
|
-
"Revert to
|
|
53
|
-
"
|
|
54
|
-
"Save
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"Show time with
|
|
59
|
-
"Show
|
|
60
|
-
"Show/Hide panel
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"Table -
|
|
64
|
-
"Table -
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"Interval
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"This
|
|
75
|
-
"This
|
|
76
|
-
"This
|
|
77
|
-
"This
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"Turn on/off filter
|
|
90
|
-
"
|
|
91
|
-
"Window": "
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
|
|
1
|
+
{
|
|
2
|
+
"langCode": "sk",
|
|
3
|
+
" (%{n} records)": " (%{n} záznamov)",
|
|
4
|
+
"%{n} records exported": "Bolo exportovaných %{n} záznamov",
|
|
5
|
+
"Advanced Settings": "Rozširené nastavenia",
|
|
6
|
+
"Apply": "Nastaviť",
|
|
7
|
+
"All Rows": "Všetky riadky",
|
|
8
|
+
"Automatic": "Automatická",
|
|
9
|
+
"Autosize All Columns": "Nastaviť šírku všetkých stĺpcov",
|
|
10
|
+
"Autosize Column": "Nastaviť šírku stĺpca",
|
|
11
|
+
"Background Color": "Farba pozadia",
|
|
12
|
+
"Cancel": "Zrušiť",
|
|
13
|
+
"Clipboard": "schránky",
|
|
14
|
+
"Close": "Zatvoriť",
|
|
15
|
+
"Column Filter": "Filter nad stĺpcami",
|
|
16
|
+
"Column Name": "Meno stĺpca",
|
|
17
|
+
"Column": "Stĺpec",
|
|
18
|
+
"Columns Configuration": "Konfigurácia stĺpcov",
|
|
19
|
+
"Copy to Clipboard": "Kopírovať do schránky",
|
|
20
|
+
"Copying to Clipboard": "Kopírovanie do schránky",
|
|
21
|
+
"Disabled": "Vypnuté",
|
|
22
|
+
"Enabled": "Zapnuté",
|
|
23
|
+
"Export List to": "Export zoznamu do",
|
|
24
|
+
"Export Window Configuration": "Exportovať nastavenia okna",
|
|
25
|
+
"Export current window configuration to file": "Exportovať súčasnú konfiguráciu okna do súboru",
|
|
26
|
+
"Export": "Export",
|
|
27
|
+
"Exporting to": "Exportovanie do",
|
|
28
|
+
"Extended table features": "Rozšírené možnosti tabuľky",
|
|
29
|
+
"Fixed": "Fixná",
|
|
30
|
+
"Font Size": "Veľkosť písma",
|
|
31
|
+
"Line Indentation": "Odsadenie riadku",
|
|
32
|
+
"Goto Page": "Choď na stranu",
|
|
33
|
+
"Hidden Columns": "Skryté stĺpce",
|
|
34
|
+
"Hide Column": "Skryť stĺpec",
|
|
35
|
+
"Landscape": "Na šírku",
|
|
36
|
+
"No records found.": "Neboli nájdené žiadne záznamy.",
|
|
37
|
+
"No": "Nie",
|
|
38
|
+
"OK": "Potvrdiť",
|
|
39
|
+
"Page Orientation": "Orientácia stránky",
|
|
40
|
+
"Page Size": "Veľkosť stránky",
|
|
41
|
+
"Pagination": "Stránkovanie",
|
|
42
|
+
"Pin Column": "Pripnúť stĺpec",
|
|
43
|
+
"Pin Left": "Pripnúť vľavo",
|
|
44
|
+
"Pin Right": "Pripnúť vpravo",
|
|
45
|
+
"Portrait": "Na výšku",
|
|
46
|
+
"Records has been added or removed, table need to be reloaded in order to see actual records": "Záznamy boli pridané alebo odstránené, prosím znova načítajte tabuľku aby ste videli aktualne záznamy",
|
|
47
|
+
"Refresh": "Obnoviť",
|
|
48
|
+
"Reset Columns": "Resetovať stĺpce",
|
|
49
|
+
"Reset": "Resetovať",
|
|
50
|
+
"Revert": "Vrátiť zmeny",
|
|
51
|
+
"Revert configuration to predefined state": "Vrátiť konfiguráciu do predvoleného nastavenia",
|
|
52
|
+
"Revert filter to original state": "Vrátiť filter do pôvodného nastavenia",
|
|
53
|
+
"Revert to factory configuration": "Vrátiť do továrenského nastavenia",
|
|
54
|
+
"Save Window Configuration": "Uložiť nastavenia okna",
|
|
55
|
+
"Save current window configuration for current user": "Uložiť nastavenia okna pre aktuálneho používateľa",
|
|
56
|
+
"Search": "Vyhľadať",
|
|
57
|
+
"Set No Color": "Nastaviť žiadnu farbu",
|
|
58
|
+
"Show time with milliseconds": "Zobraziť čas s milisekundami",
|
|
59
|
+
"Show time with year": "Zobraziť čas s rokom",
|
|
60
|
+
"Show/Hide filter panel": "Zobraziť/skryť panel s filtrom",
|
|
61
|
+
"Show/Hide panel with modified filter": "Zobraziť/skryť panel s modifikovaným filtrom",
|
|
62
|
+
"Shown Columns": "Zobrazené stĺpce",
|
|
63
|
+
"Table - Columns": "Tabuľka - stĺpce",
|
|
64
|
+
"Table - General Settings": "Tabuľka - všeobecné nastavenia",
|
|
65
|
+
"Table - Rows Styling": "Tabuľka - štýlovanie riadkov",
|
|
66
|
+
"Text Color": "Farba textu",
|
|
67
|
+
"The column list is empty": "Zoznam stĺpcov je prázdny",
|
|
68
|
+
"Simple Mode": "Jednoduchý mód",
|
|
69
|
+
"Advanced Mode": "Pokročilý mód",
|
|
70
|
+
"Interval Begin": "Začiatok intervalu",
|
|
71
|
+
"Interval End": "Koniec intervalu",
|
|
72
|
+
"Now": "Teraz",
|
|
73
|
+
"Today": "Dnes",
|
|
74
|
+
"This Day": "Tento deň",
|
|
75
|
+
"This Month": "Tento mesiac",
|
|
76
|
+
"This Week": "Tento týždeň",
|
|
77
|
+
"This Quarter": "Tento štvrťrok",
|
|
78
|
+
"This Year": "Tento rok",
|
|
79
|
+
"Interval Duration": "Trvanie intervalu",
|
|
80
|
+
"Time Shift": "Časový posun",
|
|
81
|
+
"Hour": "Hodina",
|
|
82
|
+
"Day": "Deň",
|
|
83
|
+
"Week": "Týždeň",
|
|
84
|
+
"Month": "Mesiac",
|
|
85
|
+
"Quarter": "Štvrťrok",
|
|
86
|
+
"Year": "Rok",
|
|
87
|
+
"Years": "Roky",
|
|
88
|
+
"Track last added record to table": "Sledovať naposledy pridaný záznam do tabuľky",
|
|
89
|
+
"Turn on/off column filter": "Zapnúť/vypnúť filter nad stĺpcami",
|
|
90
|
+
"Turn on/off filter panel": "Zapnúť/vypnúť panel filtrovania",
|
|
91
|
+
"Window configuration saved successfully": "Nastavenia okna boli uložené",
|
|
92
|
+
"Window": "Okno",
|
|
93
|
+
"Yes": "Áno",
|
|
94
|
+
"column": "stĺpec",
|
|
95
|
+
"columns": "stĺpcov",
|
|
96
|
+
"of": "z",
|
|
97
|
+
"First Page": "Prvá strana",
|
|
98
|
+
"Previous Page": "Predchádzajúca strana",
|
|
99
|
+
"Next Page": "Nasledujúca strana",
|
|
100
|
+
"Last Page": "Posledná strana"
|
|
101
|
+
}
|