@bryntum/grid-thin-trial 7.1.1
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 +52 -0
- package/entry.js +124 -0
- package/fluent2-dark.css +227 -0
- package/fluent2-light.css +191 -0
- package/grid.css +2567 -0
- package/grid.css.map +7 -0
- package/grid.d.ts +54003 -0
- package/high-contrast-dark.css +419 -0
- package/high-contrast-light.css +389 -0
- package/lib/column/ActionColumn.css +65 -0
- package/lib/column/ActionColumn.js +1 -0
- package/lib/column/AggregateColumn.js +1 -0
- package/lib/column/ChartColumn.js +1 -0
- package/lib/column/CheckColumn.css +9 -0
- package/lib/column/CheckColumn.js +1 -0
- package/lib/column/ColorColumn.css +57 -0
- package/lib/column/ColorColumn.js +1 -0
- package/lib/column/Column.js +1 -0
- package/lib/column/CurrencyColumn.js +1 -0
- package/lib/column/DateColumn.js +1 -0
- package/lib/column/NumberColumn.js +1 -0
- package/lib/column/PercentColumn.css +223 -0
- package/lib/column/PercentColumn.js +1 -0
- package/lib/column/RatingColumn.css +67 -0
- package/lib/column/RatingColumn.js +1 -0
- package/lib/column/RowNumberColumn.css +13 -0
- package/lib/column/RowNumberColumn.js +1 -0
- package/lib/column/SparklineColumn.css +3 -0
- package/lib/column/SparklineColumn.js +1 -0
- package/lib/column/TemplateColumn.js +1 -0
- package/lib/column/TimeColumn.js +1 -0
- package/lib/column/TreeColumn.css +274 -0
- package/lib/column/TreeColumn.js +1 -0
- package/lib/column/WidgetColumn.css +5 -0
- package/lib/column/WidgetColumn.js +1 -0
- package/lib/customElements/GridTag.js +1 -0
- package/lib/data/ColumnStore.js +1 -0
- package/lib/data/GridRowModel.js +1 -0
- package/lib/feature/CellCopyPaste.js +1 -0
- package/lib/feature/CellEdit.css +29 -0
- package/lib/feature/CellEdit.js +1 -0
- package/lib/feature/CellMenu.js +1 -0
- package/lib/feature/CellTooltip.js +1 -0
- package/lib/feature/Charts.css +9 -0
- package/lib/feature/Charts.js +1 -0
- package/lib/feature/ColumnAutoWidth.js +1 -0
- package/lib/feature/ColumnDragToolbar.css +271 -0
- package/lib/feature/ColumnDragToolbar.js +17 -0
- package/lib/feature/ColumnPicker.js +1 -0
- package/lib/feature/ColumnRename.css +4 -0
- package/lib/feature/ColumnRename.js +1 -0
- package/lib/feature/ColumnReorder.css +54 -0
- package/lib/feature/ColumnReorder.js +1 -0
- package/lib/feature/ColumnResize.css +79 -0
- package/lib/feature/ColumnResize.js +1 -0
- package/lib/feature/FillHandle.css +53 -0
- package/lib/feature/FillHandle.js +1 -0
- package/lib/feature/Filter.css +107 -0
- package/lib/feature/Filter.js +1 -0
- package/lib/feature/FilterBar.css +113 -0
- package/lib/feature/FilterBar.js +1 -0
- package/lib/feature/GridFeatureManager.js +1 -0
- package/lib/feature/Group.css +160 -0
- package/lib/feature/Group.js +1 -0
- package/lib/feature/GroupSummary.css +30 -0
- package/lib/feature/GroupSummary.js +1 -0
- package/lib/feature/HeaderMenu.js +1 -0
- package/lib/feature/LockRows.css +45 -0
- package/lib/feature/LockRows.js +1 -0
- package/lib/feature/MergeCells.css +61 -0
- package/lib/feature/MergeCells.js +1 -0
- package/lib/feature/PinColumns.js +1 -0
- package/lib/feature/QuickFind.css +75 -0
- package/lib/feature/QuickFind.js +1 -0
- package/lib/feature/RegionResize.css +276 -0
- package/lib/feature/RegionResize.js +1 -0
- package/lib/feature/RowCopyPaste.js +1 -0
- package/lib/feature/RowEdit.css +25 -0
- package/lib/feature/RowEdit.js +1 -0
- package/lib/feature/RowExpander.css +109 -0
- package/lib/feature/RowExpander.js +1 -0
- package/lib/feature/RowReorder.css +190 -0
- package/lib/feature/RowReorder.js +1 -0
- package/lib/feature/RowResize.css +20 -0
- package/lib/feature/RowResize.js +1 -0
- package/lib/feature/Search.css +34 -0
- package/lib/feature/Search.js +1 -0
- package/lib/feature/Sort.css +86 -0
- package/lib/feature/Sort.js +1 -0
- package/lib/feature/Split.css +34 -0
- package/lib/feature/Split.js +1 -0
- package/lib/feature/StickyCells.css +34 -0
- package/lib/feature/StickyCells.js +1 -0
- package/lib/feature/Stripe.css +42 -0
- package/lib/feature/Stripe.js +1 -0
- package/lib/feature/Summary.css +12 -0
- package/lib/feature/Summary.js +1 -0
- package/lib/feature/Tree.js +1 -0
- package/lib/feature/TreeGroup.css +4 -0
- package/lib/feature/TreeGroup.js +1 -0
- package/lib/feature/ai/AIFilter.js +1 -0
- package/lib/feature/ai/agents/DefaultGridAgent.js +4 -0
- package/lib/feature/ai/agents/GridFilterAgent.js +1 -0
- package/lib/feature/ai/agents/trainingData.js +1 -0
- package/lib/feature/base/CopyPasteBase.js +1 -0
- package/lib/feature/base/GridEditBase.js +1 -0
- package/lib/feature/base/SearchQuickFind.css +49 -0
- package/lib/feature/experimental/ExcelExporter.js +1 -0
- package/lib/feature/experimental/FileDrop.js +1 -0
- package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -0
- package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -0
- package/lib/feature/export/PdfExport.css +148 -0
- package/lib/feature/export/PdfExport.js +5 -0
- package/lib/feature/export/Print.css +19 -0
- package/lib/feature/export/Print.js +1 -0
- package/lib/feature/export/Utils.js +1 -0
- package/lib/feature/export/consumer/ConsumerBase.js +1 -0
- package/lib/feature/export/consumer/PrintConsumer.js +1 -0
- package/lib/feature/export/consumer/SingleFetchConsumer.js +1 -0
- package/lib/feature/export/consumer/WebSocketConsumer.js +1 -0
- package/lib/feature/export/exporter/Exporter.js +1 -0
- package/lib/feature/export/exporter/ExporterBase.js +18 -0
- package/lib/feature/export/exporter/MultiPageExporter.js +1 -0
- package/lib/feature/export/exporter/MultiPageVerticalExporter.js +1 -0
- package/lib/feature/export/exporter/SinglePageExporter.js +1 -0
- package/lib/feature/export/exporter/SinglePageUnscaledExporter.js +1 -0
- package/lib/feature/export/mixin/PrintMixin.js +1 -0
- package/lib/feature/mixin/SummaryFormatter.css +35 -0
- package/lib/feature/mixin/SummaryFormatter.js +1 -0
- package/lib/localization/Ar.js +230 -0
- package/lib/localization/Bg.js +230 -0
- package/lib/localization/Ca.js +230 -0
- package/lib/localization/Cs.js +230 -0
- package/lib/localization/Da.js +230 -0
- package/lib/localization/De.js +230 -0
- package/lib/localization/El.js +230 -0
- package/lib/localization/En.js +230 -0
- package/lib/localization/EnGb.js +230 -0
- package/lib/localization/Es.js +230 -0
- package/lib/localization/Et.js +230 -0
- package/lib/localization/Eu.js +230 -0
- package/lib/localization/Fi.js +230 -0
- package/lib/localization/FrFr.js +230 -0
- package/lib/localization/Gl.js +230 -0
- package/lib/localization/He.js +230 -0
- package/lib/localization/Hi.js +230 -0
- package/lib/localization/Hr.js +230 -0
- package/lib/localization/Hu.js +230 -0
- package/lib/localization/Id.js +230 -0
- package/lib/localization/It.js +230 -0
- package/lib/localization/Ja.js +230 -0
- package/lib/localization/Kk.js +230 -0
- package/lib/localization/Ko.js +230 -0
- package/lib/localization/Lt.js +230 -0
- package/lib/localization/Lv.js +230 -0
- package/lib/localization/Ms.js +230 -0
- package/lib/localization/Nl.js +230 -0
- package/lib/localization/No.js +230 -0
- package/lib/localization/Pl.js +230 -0
- package/lib/localization/Pt.js +230 -0
- package/lib/localization/PtBr.js +230 -0
- package/lib/localization/Ro.js +230 -0
- package/lib/localization/Ru.js +230 -0
- package/lib/localization/Sk.js +230 -0
- package/lib/localization/Sl.js +230 -0
- package/lib/localization/Sr.js +230 -0
- package/lib/localization/SrRs.js +230 -0
- package/lib/localization/SvSE.js +230 -0
- package/lib/localization/Th.js +230 -0
- package/lib/localization/Tr.js +230 -0
- package/lib/localization/Uk.js +230 -0
- package/lib/localization/Vi.js +230 -0
- package/lib/localization/ZhCn.js +230 -0
- package/lib/localization/ZhTw.js +230 -0
- package/lib/override/salesforce/AllOverrides.js +1 -0
- package/lib/override/salesforce/GridBaseOverride.js +1 -0
- package/lib/override/salesforce/GridPrintOverride.js +1 -0
- package/lib/override/salesforce/RowExpanderOverride.js +1 -0
- package/lib/override/salesforce/RowOverride.js +1 -0
- package/lib/override/salesforce/TreeOverride.js +1 -0
- package/lib/row/Row.js +1 -0
- package/lib/row/RowManager.js +1 -0
- package/lib/util/GridLocation.js +1 -0
- package/lib/util/GridScroller.js +1 -0
- package/lib/util/SubGridScroller.js +1 -0
- package/lib/util/TableExporter.js +1 -0
- package/lib/view/Bar.js +1 -0
- package/lib/view/Footer.css +110 -0
- package/lib/view/Footer.js +11 -0
- package/lib/view/Grid.js +1 -0
- package/lib/view/GridBase.css +419 -0
- package/lib/view/GridBase.js +1 -0
- package/lib/view/Header.css +320 -0
- package/lib/view/Header.js +1 -0
- package/lib/view/SubGrid.css +325 -0
- package/lib/view/SubGrid.js +1 -0
- package/lib/view/TreeGrid.js +1 -0
- package/lib/view/export/ExportDialog.js +1 -0
- package/lib/view/export/field/ExportOrientationCombo.js +1 -0
- package/lib/view/export/field/ExportRowsCombo.js +1 -0
- package/lib/view/mixin/GridElementEvents.js +1 -0
- package/lib/view/mixin/GridFeatures.js +1 -0
- package/lib/view/mixin/GridNavigation.js +1 -0
- package/lib/view/mixin/GridResponsive.js +1 -0
- package/lib/view/mixin/GridSelection.js +1 -0
- package/lib/view/mixin/GridState.js +1 -0
- package/lib/view/mixin/GridSubGrids.js +1 -0
- package/lib/widget/AIFilterField.css +8 -0
- package/lib/widget/AIFilterField.js +1 -0
- package/lib/widget/ChecklistFilterCombo.css +21 -0
- package/lib/widget/ChecklistFilterCombo.js +1 -0
- package/lib/widget/GridChartDesigner.js +1 -0
- package/lib/widget/GridFieldFilterPicker.js +1 -0
- package/lib/widget/GridFieldFilterPickerGroup.js +1 -0
- package/lib/widget/GroupBar.css +88 -0
- package/lib/widget/GroupBar.js +1 -0
- package/lib/widget/TreeCombo.js +1 -0
- package/locales/grid.locale.Ar.js +1 -0
- package/locales/grid.locale.Bg.js +1 -0
- package/locales/grid.locale.Ca.js +1 -0
- package/locales/grid.locale.Cs.js +1 -0
- package/locales/grid.locale.Da.js +1 -0
- package/locales/grid.locale.De.js +1 -0
- package/locales/grid.locale.El.js +1 -0
- package/locales/grid.locale.En.js +1 -0
- package/locales/grid.locale.EnGb.js +1 -0
- package/locales/grid.locale.Es.js +1 -0
- package/locales/grid.locale.Et.js +1 -0
- package/locales/grid.locale.Eu.js +1 -0
- package/locales/grid.locale.Fi.js +1 -0
- package/locales/grid.locale.FrFr.js +1 -0
- package/locales/grid.locale.Gl.js +1 -0
- package/locales/grid.locale.He.js +1 -0
- package/locales/grid.locale.Hi.js +1 -0
- package/locales/grid.locale.Hr.js +1 -0
- package/locales/grid.locale.Hu.js +1 -0
- package/locales/grid.locale.Id.js +1 -0
- package/locales/grid.locale.It.js +1 -0
- package/locales/grid.locale.Ja.js +1 -0
- package/locales/grid.locale.Kk.js +1 -0
- package/locales/grid.locale.Ko.js +1 -0
- package/locales/grid.locale.Lt.js +1 -0
- package/locales/grid.locale.Lv.js +1 -0
- package/locales/grid.locale.Ms.js +1 -0
- package/locales/grid.locale.Nl.js +1 -0
- package/locales/grid.locale.No.js +1 -0
- package/locales/grid.locale.Pl.js +1 -0
- package/locales/grid.locale.Pt.js +1 -0
- package/locales/grid.locale.PtBr.js +1 -0
- package/locales/grid.locale.Ro.js +1 -0
- package/locales/grid.locale.Ru.js +1 -0
- package/locales/grid.locale.Sk.js +1 -0
- package/locales/grid.locale.Sl.js +1 -0
- package/locales/grid.locale.Sr.js +1 -0
- package/locales/grid.locale.SrRs.js +1 -0
- package/locales/grid.locale.SvSE.js +1 -0
- package/locales/grid.locale.Th.js +1 -0
- package/locales/grid.locale.Tr.js +1 -0
- package/locales/grid.locale.Uk.js +1 -0
- package/locales/grid.locale.Vi.js +1 -0
- package/locales/grid.locale.ZhCn.js +1 -0
- package/locales/grid.locale.ZhTw.js +1 -0
- package/material3-dark.css +307 -0
- package/material3-light.css +201 -0
- package/package.json +24 -0
- package/postinstall.cjs +11 -0
- package/stockholm-dark.css +202 -0
- package/stockholm-light.css +120 -0
- package/svalbard-dark.css +160 -0
- package/svalbard-light.css +99 -0
- package/visby-dark.css +243 -0
- package/visby-light.css +209 -0
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
|
|
2
|
+
import '@bryntum/core-thin/lib/localization/Nl.js';
|
|
3
|
+
const emptyString = new String();
|
|
4
|
+
const locale = {
|
|
5
|
+
localeName: 'Nl',
|
|
6
|
+
localeDesc: 'Nederlands',
|
|
7
|
+
localeCode: 'nl',
|
|
8
|
+
localeRtl: false,
|
|
9
|
+
ChecklistFilterCombo: {
|
|
10
|
+
search: 'Zoeken',
|
|
11
|
+
selectAll: 'Alles selecteren',
|
|
12
|
+
removeAll: 'Alles verwijderen',
|
|
13
|
+
filtersSet: n => n === 1 ? `1 filter ingesteld` : `${n} filters ingesteld`,
|
|
14
|
+
noItems: 'Geen resultaten gevonden',
|
|
15
|
+
placeholder: 'Filteren...',
|
|
16
|
+
apply: 'Toepassen'
|
|
17
|
+
},
|
|
18
|
+
ColumnPicker: {
|
|
19
|
+
column: 'Kolom',
|
|
20
|
+
columnsMenu: 'Kolommen',
|
|
21
|
+
hideColumn: 'Verberg Kolom',
|
|
22
|
+
hideColumnShort: 'Verberg',
|
|
23
|
+
newColumns: 'Nieuwe kolommen',
|
|
24
|
+
showName: column => `Kolom${column.text ? ` ${column.text}` : ''} weergeven`,
|
|
25
|
+
hideName: column => `Kolom${column.text ? ` ${column.text}` : ''} verbergen`
|
|
26
|
+
},
|
|
27
|
+
Filter: {
|
|
28
|
+
applyFilter: 'Pas filter toe',
|
|
29
|
+
filter: 'Filter',
|
|
30
|
+
editFilter: 'Wijzig filter',
|
|
31
|
+
on: 'Aan',
|
|
32
|
+
before: 'Voor',
|
|
33
|
+
after: 'Na',
|
|
34
|
+
equals: 'Is gelijk',
|
|
35
|
+
lessThan: 'Minder dan',
|
|
36
|
+
moreThan: 'Meer dan',
|
|
37
|
+
removeFilter: 'Verwijder filter',
|
|
38
|
+
disableFilter: 'Uitschakelen filter'
|
|
39
|
+
},
|
|
40
|
+
FilterBar: {
|
|
41
|
+
enableFilterBar: 'Maak filterbalk zichtbaar',
|
|
42
|
+
disableFilterBar: 'Verberg filterbalk'
|
|
43
|
+
},
|
|
44
|
+
Group: {
|
|
45
|
+
group: 'Groepeer',
|
|
46
|
+
groupAscending: 'Groepeer oplopend',
|
|
47
|
+
groupDescending: 'Groepeer aflopend',
|
|
48
|
+
groupAscendingShort: 'Oplopend',
|
|
49
|
+
groupDescendingShort: 'Aflopend',
|
|
50
|
+
stopGrouping: 'Maak groepering ongedaan',
|
|
51
|
+
stopGroupingShort: 'Maak ongedaan'
|
|
52
|
+
},
|
|
53
|
+
HeaderMenu: {
|
|
54
|
+
moveBefore: text => `Verplaatsen naar voor "${text}"`,
|
|
55
|
+
moveAfter: text => `Verplaatsen naar na "${text}"`,
|
|
56
|
+
collapseColumn: 'Kolom inklappen',
|
|
57
|
+
expandColumn: 'Kolom uitklappen'
|
|
58
|
+
},
|
|
59
|
+
ColumnRename: {
|
|
60
|
+
rename: 'Hernoemen'
|
|
61
|
+
},
|
|
62
|
+
MergeCells: {
|
|
63
|
+
mergeCells: 'Cellen samenvoegen',
|
|
64
|
+
menuTooltip: 'Met deze kolom sortering cellen met dezelfde waarde samenvoegen'
|
|
65
|
+
},
|
|
66
|
+
Search: {
|
|
67
|
+
searchForValue: 'Zoek op term'
|
|
68
|
+
},
|
|
69
|
+
Sort: {
|
|
70
|
+
sort: 'Sorteer',
|
|
71
|
+
sortAscending: 'Sorteer oplopend',
|
|
72
|
+
sortDescending: 'Sorteer aflopend',
|
|
73
|
+
multiSort: 'Meerdere sorteringen',
|
|
74
|
+
removeSorter: 'Verwijder sortering',
|
|
75
|
+
addSortAscending: 'Voeg oplopende sortering toe',
|
|
76
|
+
addSortDescending: 'Voeg aflopende sortering toe',
|
|
77
|
+
toggleSortAscending: 'Sorteer oplopend',
|
|
78
|
+
toggleSortDescending: 'Sorteer aflopend',
|
|
79
|
+
sortAscendingShort: 'Oplopend',
|
|
80
|
+
sortDescendingShort: 'Aflopend',
|
|
81
|
+
removeSorterShort: 'Verwijder',
|
|
82
|
+
addSortAscendingShort: '+ Oplopend',
|
|
83
|
+
addSortDescendingShort: '+ Aflopend'
|
|
84
|
+
},
|
|
85
|
+
Split: {
|
|
86
|
+
split: 'Gesplitst',
|
|
87
|
+
unsplit: 'Ongeplitst',
|
|
88
|
+
horizontally: 'Horizontaal',
|
|
89
|
+
vertically: 'Verticaal',
|
|
90
|
+
both: 'Beide'
|
|
91
|
+
},
|
|
92
|
+
LockRows: {
|
|
93
|
+
lockRow: 'Rij vergrendelen',
|
|
94
|
+
unlockRow: 'Rij ontgrendelen'
|
|
95
|
+
},
|
|
96
|
+
ActionColumn: {
|
|
97
|
+
rowActions: 'Rijacties'
|
|
98
|
+
},
|
|
99
|
+
Column: {
|
|
100
|
+
columnLabel: column => `${column.text ? `${column.text} kolom. ` : ''}SPATIEBALK voor contextmenu${column.sortable ? ', ENTER om te sorteren' : ''}`,
|
|
101
|
+
cellLabel: emptyString
|
|
102
|
+
},
|
|
103
|
+
WidgetColumn: {
|
|
104
|
+
rowWidgets: 'Rijwidgets'
|
|
105
|
+
},
|
|
106
|
+
Checkbox: {
|
|
107
|
+
toggleRowSelect: 'Rijselectie wisselen',
|
|
108
|
+
toggleSelection: 'Toggle selectie van volledige dataset',
|
|
109
|
+
toggleName: column => `Schakel ${column.text || 'waarde'}`
|
|
110
|
+
},
|
|
111
|
+
RatingColumn: {
|
|
112
|
+
cellLabel: column => {
|
|
113
|
+
var _column$location;
|
|
114
|
+
return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? `rating : ${column.location.record.get(column.field) || 0}` : ''}`;
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
RowNumberColumn: {
|
|
118
|
+
rowNumber: 'Rijnummer'
|
|
119
|
+
},
|
|
120
|
+
GridBase: {
|
|
121
|
+
loadFailedMessage: 'Laden mislukt!',
|
|
122
|
+
syncFailedMessage: 'Gegevenssynchronisatie is mislukt!',
|
|
123
|
+
unspecifiedFailure: 'Niet-gespecificeerde fout',
|
|
124
|
+
networkFailure: 'Netwerk fout',
|
|
125
|
+
parseFailure: 'Kan server response niet parsen',
|
|
126
|
+
serverResponse: 'Server reactie:',
|
|
127
|
+
noRows: 'Geen rijen om weer te geven',
|
|
128
|
+
moveColumnLeft: 'Plaats naar het linker kader',
|
|
129
|
+
moveColumnRight: 'Plaats naar het rechter kader',
|
|
130
|
+
moveColumnTo: region => `Kolom verplaatsen naar ${region}`,
|
|
131
|
+
filteredRecords: n => n ? n === 1 ? `1 rij komt overeen met filter` : `${n} rijen komen overeen met filter` : 'Geen rijen komen overeen met filter'
|
|
132
|
+
},
|
|
133
|
+
CellMenu: {
|
|
134
|
+
removeRow: 'Verwijder'
|
|
135
|
+
},
|
|
136
|
+
RowCopyPaste: {
|
|
137
|
+
copyRecord: 'Kopieer',
|
|
138
|
+
cutRecord: 'Knip',
|
|
139
|
+
pasteRecord: 'Plak',
|
|
140
|
+
rows: 'rijen',
|
|
141
|
+
row: 'row'
|
|
142
|
+
},
|
|
143
|
+
CellCopyPaste: {
|
|
144
|
+
copy: 'Kopieer',
|
|
145
|
+
cut: 'Knip',
|
|
146
|
+
paste: 'Plak'
|
|
147
|
+
},
|
|
148
|
+
Charts: {
|
|
149
|
+
chartDesigner: 'Grafiekontwerper',
|
|
150
|
+
newChart: 'Nieuwe Grafiek',
|
|
151
|
+
download: 'Downloaden',
|
|
152
|
+
settings: 'Instellingen'
|
|
153
|
+
},
|
|
154
|
+
PdfExport: {
|
|
155
|
+
'Waiting for response from server': 'Wachten op antwoord van server...',
|
|
156
|
+
'Export failed': 'Export mislukt',
|
|
157
|
+
'Server error': 'Serverfout',
|
|
158
|
+
'Generating pages': "Pagina's genereren...",
|
|
159
|
+
'Click to abort': 'Annuleren'
|
|
160
|
+
},
|
|
161
|
+
ExportDialog: {
|
|
162
|
+
width: '40em',
|
|
163
|
+
labelWidth: '12em',
|
|
164
|
+
exportSettings: 'Instellingen exporteren',
|
|
165
|
+
export: 'Exporteren',
|
|
166
|
+
printSettings: 'Afdrukinstellingen',
|
|
167
|
+
print: 'Afdrukken',
|
|
168
|
+
exporterType: 'Paginering beheren',
|
|
169
|
+
cancel: 'Annuleren',
|
|
170
|
+
fileFormat: 'Bestandsformaat',
|
|
171
|
+
rows: 'Rijen',
|
|
172
|
+
alignRows: 'Rijen uitlijnen',
|
|
173
|
+
columns: 'Kolommen',
|
|
174
|
+
paperFormat: 'Papier formaat',
|
|
175
|
+
orientation: 'Oriëntatatie',
|
|
176
|
+
repeatHeader: 'Herhaal koptekst'
|
|
177
|
+
},
|
|
178
|
+
ExportRowsCombo: {
|
|
179
|
+
all: 'Alle rijen',
|
|
180
|
+
visible: 'Zichtbare rijen'
|
|
181
|
+
},
|
|
182
|
+
ExportOrientationCombo: {
|
|
183
|
+
portrait: 'Staand',
|
|
184
|
+
landscape: 'Liggend'
|
|
185
|
+
},
|
|
186
|
+
SinglePageExporter: {
|
|
187
|
+
singlepage: 'Enkele pagina'
|
|
188
|
+
},
|
|
189
|
+
SinglePageUnscaledExporter: {
|
|
190
|
+
singlepageunscaled: 'Enkele pagina (ongeschaald)'
|
|
191
|
+
},
|
|
192
|
+
MultiPageExporter: {
|
|
193
|
+
multipage: "Meerdere pagina's",
|
|
194
|
+
exportingPage: ({
|
|
195
|
+
currentPage,
|
|
196
|
+
totalPages
|
|
197
|
+
}) => `Exporteren van de pagina ${currentPage}/${totalPages}`
|
|
198
|
+
},
|
|
199
|
+
MultiPageVerticalExporter: {
|
|
200
|
+
multipagevertical: "Meerdere pagina's (verticaal)",
|
|
201
|
+
exportingPage: ({
|
|
202
|
+
currentPage,
|
|
203
|
+
totalPages
|
|
204
|
+
}) => `Exporteren van de pagina ${currentPage}/${totalPages}`
|
|
205
|
+
},
|
|
206
|
+
RowExpander: {
|
|
207
|
+
loading: 'Bezig met laden',
|
|
208
|
+
expand: 'Klap uit',
|
|
209
|
+
collapse: 'Klap in',
|
|
210
|
+
columnDescription: 'Rijdetails wisselen'
|
|
211
|
+
},
|
|
212
|
+
TreeGroup: {
|
|
213
|
+
group: 'Groeperen op',
|
|
214
|
+
stopGrouping: 'Stop groeperen',
|
|
215
|
+
stopGroupingThisColumn: 'Groeperen opheffen voor deze kolom'
|
|
216
|
+
},
|
|
217
|
+
AIFilter: {
|
|
218
|
+
unsuccessfulFilterMessage: 'Filterbewerking mislukt, probeer het opnieuw'
|
|
219
|
+
},
|
|
220
|
+
AIFilterField: {
|
|
221
|
+
progressText: 'Filteren'
|
|
222
|
+
},
|
|
223
|
+
PinColumns: {
|
|
224
|
+
pinColumn: 'Kolom vastzetten',
|
|
225
|
+
unpin: 'Niet vastzetten',
|
|
226
|
+
pinToStart: 'Vastzetten aan begin',
|
|
227
|
+
pinToEnd: 'Vastzetten aan einde'
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
export default LocaleHelper.publishLocale(locale);
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
|
|
2
|
+
import '@bryntum/core-thin/lib/localization/No.js';
|
|
3
|
+
const emptyString = new String();
|
|
4
|
+
const locale = {
|
|
5
|
+
localeName: 'No',
|
|
6
|
+
localeDesc: 'Norsk',
|
|
7
|
+
localeCode: 'no',
|
|
8
|
+
localeRtl: false,
|
|
9
|
+
ChecklistFilterCombo: {
|
|
10
|
+
search: 'Søk',
|
|
11
|
+
selectAll: 'Velg alle',
|
|
12
|
+
removeAll: 'Fjern alle',
|
|
13
|
+
filtersSet: n => n === 1 ? `1 filter satt` : `${n} filtre satt`,
|
|
14
|
+
noItems: 'Ingen resultater funnet',
|
|
15
|
+
placeholder: 'Filtrer...',
|
|
16
|
+
apply: 'Bruk'
|
|
17
|
+
},
|
|
18
|
+
ColumnPicker: {
|
|
19
|
+
column: 'Kolonne',
|
|
20
|
+
columnsMenu: 'Kolonner',
|
|
21
|
+
hideColumn: 'Skjul kolonne',
|
|
22
|
+
hideColumnShort: 'Skjul',
|
|
23
|
+
newColumns: 'Nye kolonner',
|
|
24
|
+
showName: column => `Vis kolonne${column.text ? ` ${column.text}` : ''}`,
|
|
25
|
+
hideName: column => `Skjul kolonne${column.text ? ` ${column.text}` : ''}`
|
|
26
|
+
},
|
|
27
|
+
Filter: {
|
|
28
|
+
applyFilter: 'Bruk filter',
|
|
29
|
+
filter: 'Filter',
|
|
30
|
+
editFilter: 'Rediger filter',
|
|
31
|
+
on: 'På',
|
|
32
|
+
before: 'Før',
|
|
33
|
+
after: 'Etter',
|
|
34
|
+
equals: 'Lik',
|
|
35
|
+
lessThan: 'Mindre enn',
|
|
36
|
+
moreThan: 'Flere enn',
|
|
37
|
+
removeFilter: 'Fjern filter',
|
|
38
|
+
disableFilter: 'Deaktiver filter'
|
|
39
|
+
},
|
|
40
|
+
FilterBar: {
|
|
41
|
+
enableFilterBar: 'Vis filterlinje',
|
|
42
|
+
disableFilterBar: 'Skjul filterlinje'
|
|
43
|
+
},
|
|
44
|
+
Group: {
|
|
45
|
+
group: 'Gruppere',
|
|
46
|
+
groupAscending: 'Gruppere stigende',
|
|
47
|
+
groupDescending: 'Gruppere synkende',
|
|
48
|
+
groupAscendingShort: 'Stigende',
|
|
49
|
+
groupDescendingShort: 'Synkende',
|
|
50
|
+
stopGrouping: 'Stopp gruppering',
|
|
51
|
+
stopGroupingShort: 'Stopp'
|
|
52
|
+
},
|
|
53
|
+
HeaderMenu: {
|
|
54
|
+
moveBefore: text => `Flytt før "${text}"`,
|
|
55
|
+
moveAfter: text => `Flytt etter "${text}"`,
|
|
56
|
+
collapseColumn: 'Skjul kolonne',
|
|
57
|
+
expandColumn: 'Utvid kolonne'
|
|
58
|
+
},
|
|
59
|
+
ColumnRename: {
|
|
60
|
+
rename: 'Gi nytt navn'
|
|
61
|
+
},
|
|
62
|
+
MergeCells: {
|
|
63
|
+
mergeCells: 'Slå sammen celler',
|
|
64
|
+
menuTooltip: 'Slå sammen celler med samme verdi når de sorteres etter denne kolonnen'
|
|
65
|
+
},
|
|
66
|
+
Search: {
|
|
67
|
+
searchForValue: 'Søk for verdi'
|
|
68
|
+
},
|
|
69
|
+
Sort: {
|
|
70
|
+
sort: 'Sortere',
|
|
71
|
+
sortAscending: 'Sortere stigende',
|
|
72
|
+
sortDescending: 'Sortere synkende',
|
|
73
|
+
multiSort: 'Multisortere',
|
|
74
|
+
removeSorter: 'Fjerne sorterer',
|
|
75
|
+
addSortAscending: 'Legge til sorterer',
|
|
76
|
+
addSortDescending: 'Legg til synkende sorterer',
|
|
77
|
+
toggleSortAscending: 'Endre til stigende',
|
|
78
|
+
toggleSortDescending: 'Endre til synkende',
|
|
79
|
+
sortAscendingShort: 'Stigende',
|
|
80
|
+
sortDescendingShort: 'Synkende',
|
|
81
|
+
removeSorterShort: 'Fjern',
|
|
82
|
+
addSortAscendingShort: '+ stigende',
|
|
83
|
+
addSortDescendingShort: '+ synkende'
|
|
84
|
+
},
|
|
85
|
+
Split: {
|
|
86
|
+
split: 'Del',
|
|
87
|
+
unsplit: 'Ikke delt',
|
|
88
|
+
horizontally: 'Horisontalt',
|
|
89
|
+
vertically: 'Vertikalt',
|
|
90
|
+
both: 'Begge'
|
|
91
|
+
},
|
|
92
|
+
LockRows: {
|
|
93
|
+
lockRow: 'Lås raden',
|
|
94
|
+
unlockRow: 'Lås opp raden'
|
|
95
|
+
},
|
|
96
|
+
ActionColumn: {
|
|
97
|
+
rowActions: 'Radhandlinger'
|
|
98
|
+
},
|
|
99
|
+
Column: {
|
|
100
|
+
columnLabel: column => `${column.text ? `${column.text} kolonne. ` : ''}MELLOMROM for kontekstmenyen${column.sortable ? ', ENTER for å sortere' : ''}`,
|
|
101
|
+
cellLabel: emptyString
|
|
102
|
+
},
|
|
103
|
+
WidgetColumn: {
|
|
104
|
+
rowWidgets: 'Rad widgets'
|
|
105
|
+
},
|
|
106
|
+
Checkbox: {
|
|
107
|
+
toggleRowSelect: 'Veksle radvalg',
|
|
108
|
+
toggleSelection: 'Veksle valg av hele datasettet',
|
|
109
|
+
toggleName: column => `Veksle ${column.text || 'verdi'}`
|
|
110
|
+
},
|
|
111
|
+
RatingColumn: {
|
|
112
|
+
cellLabel: column => {
|
|
113
|
+
var _column$location;
|
|
114
|
+
return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? `vurdering : ${column.location.record.get(column.field) || 0}` : ''}`;
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
RowNumberColumn: {
|
|
118
|
+
rowNumber: 'Radnummer'
|
|
119
|
+
},
|
|
120
|
+
GridBase: {
|
|
121
|
+
loadFailedMessage: 'Datainnlasting mislyktes!',
|
|
122
|
+
syncFailedMessage: 'Datasynkronisering mislyktes!',
|
|
123
|
+
unspecifiedFailure: 'Uspesifisert feil',
|
|
124
|
+
networkFailure: 'Nettverksfeil',
|
|
125
|
+
parseFailure: 'Klarte ikke å analysere serversvar',
|
|
126
|
+
serverResponse: 'Serversvar:',
|
|
127
|
+
noRows: 'Ingen oppføringer å vise',
|
|
128
|
+
moveColumnLeft: 'Flytt til venstre valg',
|
|
129
|
+
moveColumnRight: 'Flytt til høyre valg',
|
|
130
|
+
moveColumnTo: region => `Flytt kolonne til ${region}`,
|
|
131
|
+
filteredRecords: n => n ? n === 1 ? `1 rad samsvarer med filteret` : `${n} rader samsvarer med filteret` : 'Ingen rader samsvarer med filteret'
|
|
132
|
+
},
|
|
133
|
+
CellMenu: {
|
|
134
|
+
removeRow: 'Slett'
|
|
135
|
+
},
|
|
136
|
+
RowCopyPaste: {
|
|
137
|
+
copyRecord: 'Kopier',
|
|
138
|
+
cutRecord: 'Klipp ut',
|
|
139
|
+
pasteRecord: 'Lim',
|
|
140
|
+
rows: 'rader',
|
|
141
|
+
row: 'rad'
|
|
142
|
+
},
|
|
143
|
+
CellCopyPaste: {
|
|
144
|
+
copy: 'Kopier',
|
|
145
|
+
cut: 'Klipp',
|
|
146
|
+
paste: 'Lim inn'
|
|
147
|
+
},
|
|
148
|
+
Charts: {
|
|
149
|
+
chartDesigner: 'Diagramdesigner',
|
|
150
|
+
newChart: 'Ny Diagram',
|
|
151
|
+
download: 'Undefined',
|
|
152
|
+
settings: 'Undefined'
|
|
153
|
+
},
|
|
154
|
+
PdfExport: {
|
|
155
|
+
'Waiting for response from server': 'Venter på svar fra server...',
|
|
156
|
+
'Export failed': 'Eksport mislyktes',
|
|
157
|
+
'Server error': 'Serverfeil',
|
|
158
|
+
'Generating pages': 'Generer sider...',
|
|
159
|
+
'Click to abort': 'Avbryt'
|
|
160
|
+
},
|
|
161
|
+
ExportDialog: {
|
|
162
|
+
width: '40em',
|
|
163
|
+
labelWidth: '12em',
|
|
164
|
+
exportSettings: 'Eksportinnstillinger',
|
|
165
|
+
export: 'Eksport',
|
|
166
|
+
printSettings: 'Utskriftsinnstillinger',
|
|
167
|
+
print: 'Skriv ut',
|
|
168
|
+
exporterType: 'Kontrollere paginering',
|
|
169
|
+
cancel: 'Avbryt',
|
|
170
|
+
fileFormat: 'Filformat',
|
|
171
|
+
rows: 'Rader',
|
|
172
|
+
alignRows: 'Juster rader',
|
|
173
|
+
columns: 'Kolonner',
|
|
174
|
+
paperFormat: 'Papirformat',
|
|
175
|
+
orientation: 'Retning',
|
|
176
|
+
repeatHeader: 'Gjenta overskrift'
|
|
177
|
+
},
|
|
178
|
+
ExportRowsCombo: {
|
|
179
|
+
all: 'Alle rader',
|
|
180
|
+
visible: 'Synlige rader'
|
|
181
|
+
},
|
|
182
|
+
ExportOrientationCombo: {
|
|
183
|
+
portrait: 'Stående',
|
|
184
|
+
landscape: 'Liggende'
|
|
185
|
+
},
|
|
186
|
+
SinglePageExporter: {
|
|
187
|
+
singlepage: 'Enkel side'
|
|
188
|
+
},
|
|
189
|
+
SinglePageUnscaledExporter: {
|
|
190
|
+
singlepageunscaled: 'Enkel side (uskalert)'
|
|
191
|
+
},
|
|
192
|
+
MultiPageExporter: {
|
|
193
|
+
multipage: 'Flere sider',
|
|
194
|
+
exportingPage: ({
|
|
195
|
+
currentPage,
|
|
196
|
+
totalPages
|
|
197
|
+
}) => `Eksporterer side ${currentPage}/${totalPages}`
|
|
198
|
+
},
|
|
199
|
+
MultiPageVerticalExporter: {
|
|
200
|
+
multipagevertical: 'Flere sider (vertikal)',
|
|
201
|
+
exportingPage: ({
|
|
202
|
+
currentPage,
|
|
203
|
+
totalPages
|
|
204
|
+
}) => `Eksporterer side ${currentPage}/${totalPages}`
|
|
205
|
+
},
|
|
206
|
+
RowExpander: {
|
|
207
|
+
loading: 'Laster',
|
|
208
|
+
expand: 'Utvid',
|
|
209
|
+
collapse: 'Skjul',
|
|
210
|
+
columnDescription: 'Veksle rad detaljer'
|
|
211
|
+
},
|
|
212
|
+
TreeGroup: {
|
|
213
|
+
group: 'Grupper etter',
|
|
214
|
+
stopGrouping: 'Stopp gruppering',
|
|
215
|
+
stopGroupingThisColumn: 'Stopp gruppering av denne kolonnen'
|
|
216
|
+
},
|
|
217
|
+
AIFilter: {
|
|
218
|
+
unsuccessfulFilterMessage: 'Filteroperasjon mislyktes, vennligst prøv igjen'
|
|
219
|
+
},
|
|
220
|
+
AIFilterField: {
|
|
221
|
+
progressText: 'Filtrerer'
|
|
222
|
+
},
|
|
223
|
+
PinColumns: {
|
|
224
|
+
pinColumn: 'Fest kolonne',
|
|
225
|
+
unpin: 'Ingen festing',
|
|
226
|
+
pinToStart: 'Fest til start',
|
|
227
|
+
pinToEnd: 'Fest til slutt'
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
export default LocaleHelper.publishLocale(locale);
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
|
|
2
|
+
import '@bryntum/core-thin/lib/localization/Pl.js';
|
|
3
|
+
const emptyString = new String();
|
|
4
|
+
const locale = {
|
|
5
|
+
localeName: 'Pl',
|
|
6
|
+
localeDesc: 'Polski',
|
|
7
|
+
localeCode: 'pl',
|
|
8
|
+
localeRtl: false,
|
|
9
|
+
ChecklistFilterCombo: {
|
|
10
|
+
search: 'Szukaj',
|
|
11
|
+
selectAll: 'Zaznacz wszystko',
|
|
12
|
+
removeAll: 'Usuń wszystko',
|
|
13
|
+
filtersSet: n => n === 1 ? `1 filtr ustawiony` : `${n} filtry ustawione`,
|
|
14
|
+
noItems: 'Nie znaleziono wyników',
|
|
15
|
+
placeholder: 'Filtruj...',
|
|
16
|
+
apply: 'Zastosuj'
|
|
17
|
+
},
|
|
18
|
+
ColumnPicker: {
|
|
19
|
+
column: 'Kolumna',
|
|
20
|
+
columnsMenu: 'Kolumny',
|
|
21
|
+
hideColumn: 'Ukryj kolumnę',
|
|
22
|
+
hideColumnShort: 'Ukryj',
|
|
23
|
+
newColumns: 'Nowe kolumny',
|
|
24
|
+
showName: column => `Pokaż kolumnę${column.text ? ` ${column.text}` : ''}`,
|
|
25
|
+
hideName: column => `Ukryj kolumnę${column.text ? ` ${column.text}` : ''}`
|
|
26
|
+
},
|
|
27
|
+
Filter: {
|
|
28
|
+
applyFilter: 'Zastosuj filtr',
|
|
29
|
+
filter: 'Filtr',
|
|
30
|
+
editFilter: 'Edytuj filtr',
|
|
31
|
+
on: 'Pod',
|
|
32
|
+
before: 'Przed',
|
|
33
|
+
after: 'Po',
|
|
34
|
+
equals: 'Równa się',
|
|
35
|
+
lessThan: 'Mniej niż',
|
|
36
|
+
moreThan: 'Więcej niż',
|
|
37
|
+
removeFilter: 'Usuń filtr',
|
|
38
|
+
disableFilter: 'Wyłącz filtr'
|
|
39
|
+
},
|
|
40
|
+
FilterBar: {
|
|
41
|
+
enableFilterBar: 'Pokaż pasek filtra',
|
|
42
|
+
disableFilterBar: 'Ukryj pasek filtra'
|
|
43
|
+
},
|
|
44
|
+
Group: {
|
|
45
|
+
group: 'Group',
|
|
46
|
+
groupAscending: 'Grupa rosnąco',
|
|
47
|
+
groupDescending: 'Grupa malejąco',
|
|
48
|
+
groupAscendingShort: 'Rosnąco',
|
|
49
|
+
groupDescendingShort: 'Malejąco',
|
|
50
|
+
stopGrouping: 'Zatrzymaj grupowanie',
|
|
51
|
+
stopGroupingShort: 'Zatrzymaj'
|
|
52
|
+
},
|
|
53
|
+
HeaderMenu: {
|
|
54
|
+
moveBefore: text => `Przenieś przed "${text}"`,
|
|
55
|
+
moveAfter: text => `Przenieś po” "${text}"`,
|
|
56
|
+
collapseColumn: 'Zwiń kolumnę',
|
|
57
|
+
expandColumn: 'Rozwiń kolumnę'
|
|
58
|
+
},
|
|
59
|
+
ColumnRename: {
|
|
60
|
+
rename: 'Zmień nazwę'
|
|
61
|
+
},
|
|
62
|
+
MergeCells: {
|
|
63
|
+
mergeCells: 'Scal komórki',
|
|
64
|
+
menuTooltip: 'Scal komórki z tą samą wartością po posortowaniu według tej kolumny'
|
|
65
|
+
},
|
|
66
|
+
Search: {
|
|
67
|
+
searchForValue: 'Szukaj wartości'
|
|
68
|
+
},
|
|
69
|
+
Sort: {
|
|
70
|
+
sort: 'Sort',
|
|
71
|
+
sortAscending: 'Sortuj rosnąco',
|
|
72
|
+
sortDescending: 'Sortuj malejąco',
|
|
73
|
+
multiSort: 'Wielosortowanie',
|
|
74
|
+
removeSorter: 'Usuń sortownik',
|
|
75
|
+
addSortAscending: 'Dodaj sortownik rosnąco',
|
|
76
|
+
addSortDescending: 'Dodaj sortownik malejąco',
|
|
77
|
+
toggleSortAscending: 'Zmień na rosnąco',
|
|
78
|
+
toggleSortDescending: 'Zmień na malejąco',
|
|
79
|
+
sortAscendingShort: 'Rosnąco',
|
|
80
|
+
sortDescendingShort: 'Malejąco',
|
|
81
|
+
removeSorterShort: 'Usuń',
|
|
82
|
+
addSortAscendingShort: '+ Rosnąco',
|
|
83
|
+
addSortDescendingShort: '+ Malejąco'
|
|
84
|
+
},
|
|
85
|
+
Split: {
|
|
86
|
+
split: 'Podzielone',
|
|
87
|
+
unsplit: 'Nierozdzielone',
|
|
88
|
+
horizontally: 'Poziomo',
|
|
89
|
+
vertically: 'Pionowo',
|
|
90
|
+
both: 'Oba'
|
|
91
|
+
},
|
|
92
|
+
LockRows: {
|
|
93
|
+
lockRow: 'Zablokuj wiersz',
|
|
94
|
+
unlockRow: 'Odblokuj wiersz'
|
|
95
|
+
},
|
|
96
|
+
ActionColumn: {
|
|
97
|
+
rowActions: 'Działania wiersza'
|
|
98
|
+
},
|
|
99
|
+
Column: {
|
|
100
|
+
columnLabel: column => `${column.text ? `${column.text} kolumna. ` : ''}SPACJA dla menu kontekstowego${column.sortable ? ', ENTER aby posortować' : ''}`,
|
|
101
|
+
cellLabel: emptyString
|
|
102
|
+
},
|
|
103
|
+
WidgetColumn: {
|
|
104
|
+
rowWidgets: 'Widżety wiersza'
|
|
105
|
+
},
|
|
106
|
+
Checkbox: {
|
|
107
|
+
toggleRowSelect: 'Przełącz wybór wiersza',
|
|
108
|
+
toggleSelection: 'Przełącz wybór całego zbioru danych',
|
|
109
|
+
toggleName: column => `Przełącz ${column.text || 'wartość'}`
|
|
110
|
+
},
|
|
111
|
+
RatingColumn: {
|
|
112
|
+
cellLabel: column => {
|
|
113
|
+
var _column$location;
|
|
114
|
+
return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? `ocena : ${column.location.record.get(column.field) || 0}` : ''}`;
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
RowNumberColumn: {
|
|
118
|
+
rowNumber: 'Numer wiersza'
|
|
119
|
+
},
|
|
120
|
+
GridBase: {
|
|
121
|
+
loadFailedMessage: 'Wczytywanie danych nie powiodło się!',
|
|
122
|
+
syncFailedMessage: 'Synchronizacja danych nie powiodła się!',
|
|
123
|
+
unspecifiedFailure: 'Nieokreślona awaria',
|
|
124
|
+
networkFailure: 'Błąd sieci',
|
|
125
|
+
parseFailure: 'Nie udało się przeanalizować odpowiedzi serwera',
|
|
126
|
+
serverResponse: 'Odpowiedź serwera:',
|
|
127
|
+
noRows: 'Brak danych do wyświetlenia',
|
|
128
|
+
moveColumnLeft: 'Przenieś do lewej części',
|
|
129
|
+
moveColumnRight: 'Przenieś do prawej części',
|
|
130
|
+
moveColumnTo: region => `Przenieś kolumnę do ${region}`,
|
|
131
|
+
filteredRecords: n => n ? n === 1 ? `1 wiersz pasuje do filtra` : `${n} wiersze pasują do filtra` : 'Brak wierszy pasujących do filtra'
|
|
132
|
+
},
|
|
133
|
+
CellMenu: {
|
|
134
|
+
removeRow: 'Usuń'
|
|
135
|
+
},
|
|
136
|
+
RowCopyPaste: {
|
|
137
|
+
copyRecord: 'Kopiuj',
|
|
138
|
+
cutRecord: 'Wytnij',
|
|
139
|
+
pasteRecord: 'Wklej',
|
|
140
|
+
rows: 'wiersze',
|
|
141
|
+
row: 'wiersz'
|
|
142
|
+
},
|
|
143
|
+
CellCopyPaste: {
|
|
144
|
+
copy: 'Kopiuj',
|
|
145
|
+
cut: 'Wytnij',
|
|
146
|
+
paste: 'Wklej'
|
|
147
|
+
},
|
|
148
|
+
Charts: {
|
|
149
|
+
chartDesigner: 'Projektant wykresów',
|
|
150
|
+
newChart: 'Nowy Wykres',
|
|
151
|
+
download: 'Pobierz',
|
|
152
|
+
settings: 'Ustawienia'
|
|
153
|
+
},
|
|
154
|
+
PdfExport: {
|
|
155
|
+
'Waiting for response from server': 'Oczekiwanie na odpowiedź serwera...',
|
|
156
|
+
'Export failed': 'Eksport nie powiódł się',
|
|
157
|
+
'Server error': 'Błąd serwera',
|
|
158
|
+
'Generating pages': 'Generowanie stron...',
|
|
159
|
+
'Click to abort': 'Anuluj'
|
|
160
|
+
},
|
|
161
|
+
ExportDialog: {
|
|
162
|
+
width: '40em',
|
|
163
|
+
labelWidth: '12em',
|
|
164
|
+
exportSettings: 'Eksportuj ustawienia',
|
|
165
|
+
export: 'Eksportuj',
|
|
166
|
+
printSettings: 'Ustawienia druku',
|
|
167
|
+
print: 'Drukuj',
|
|
168
|
+
exporterType: 'Kontroluj stronicowanie',
|
|
169
|
+
cancel: 'Anuluj',
|
|
170
|
+
fileFormat: 'Format pliku',
|
|
171
|
+
rows: 'Wiersze',
|
|
172
|
+
alignRows: 'Wyrównaj wiersze',
|
|
173
|
+
columns: 'Kolumny',
|
|
174
|
+
paperFormat: 'Format papieru',
|
|
175
|
+
orientation: 'Orientacja',
|
|
176
|
+
repeatHeader: 'Powtórz nagłówek'
|
|
177
|
+
},
|
|
178
|
+
ExportRowsCombo: {
|
|
179
|
+
all: 'Wszystkie wiersze',
|
|
180
|
+
visible: 'Widoczne wiersze'
|
|
181
|
+
},
|
|
182
|
+
ExportOrientationCombo: {
|
|
183
|
+
portrait: 'Portret',
|
|
184
|
+
landscape: 'Krajobraz'
|
|
185
|
+
},
|
|
186
|
+
SinglePageExporter: {
|
|
187
|
+
singlepage: 'Jedna strona'
|
|
188
|
+
},
|
|
189
|
+
SinglePageUnscaledExporter: {
|
|
190
|
+
singlepageunscaled: 'Pojedyncza strona (bez skalowania)'
|
|
191
|
+
},
|
|
192
|
+
MultiPageExporter: {
|
|
193
|
+
multipage: 'Wiele stron',
|
|
194
|
+
exportingPage: ({
|
|
195
|
+
currentPage,
|
|
196
|
+
totalPages
|
|
197
|
+
}) => `Eksportowanie strony ${currentPage}/${totalPages}`
|
|
198
|
+
},
|
|
199
|
+
MultiPageVerticalExporter: {
|
|
200
|
+
multipagevertical: 'Wiele stron (w pionie)',
|
|
201
|
+
exportingPage: ({
|
|
202
|
+
currentPage,
|
|
203
|
+
totalPages
|
|
204
|
+
}) => `Eksportowanie strony ${currentPage}/${totalPages}`
|
|
205
|
+
},
|
|
206
|
+
RowExpander: {
|
|
207
|
+
loading: 'Ładowanie',
|
|
208
|
+
expand: 'Rozwiń',
|
|
209
|
+
collapse: 'Zwiń',
|
|
210
|
+
columnDescription: 'Przełącz szczegóły wiersza'
|
|
211
|
+
},
|
|
212
|
+
TreeGroup: {
|
|
213
|
+
group: 'Grupuj według',
|
|
214
|
+
stopGrouping: 'Przerwij grupowanie',
|
|
215
|
+
stopGroupingThisColumn: 'Odgrupuj tę kolumnę'
|
|
216
|
+
},
|
|
217
|
+
AIFilter: {
|
|
218
|
+
unsuccessfulFilterMessage: 'Operacja filtrowania nie powiodła się, spróbuj ponownie'
|
|
219
|
+
},
|
|
220
|
+
AIFilterField: {
|
|
221
|
+
progressText: 'Filtrowanie'
|
|
222
|
+
},
|
|
223
|
+
PinColumns: {
|
|
224
|
+
pinColumn: 'Przypnij kolumnę',
|
|
225
|
+
unpin: 'Bez przypięcia',
|
|
226
|
+
pinToStart: 'Przypnij na początku',
|
|
227
|
+
pinToEnd: 'Przypnij na końcu'
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
export default LocaleHelper.publishLocale(locale);
|