-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
csCZ.ts
223 lines (196 loc) · 7.6 KB
/
csCZ.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
import { csCZ as csCZCore } from '@mui/material/locale';
import { GridLocaleText } from '../models/api/gridLocaleTextApi';
import { getGridLocalization, Localization } from '../utils/getGridLocalization';
const csCZGrid: Partial<GridLocaleText> = {
// Root
noRowsLabel: 'Žádné záznamy',
noResultsOverlayLabel: 'Nenašly se žadné výsledky.',
// Density selector toolbar button text
toolbarDensity: 'Zobrazení',
toolbarDensityLabel: 'Zobrazení',
toolbarDensityCompact: 'Kompaktní',
toolbarDensityStandard: 'Standartní',
toolbarDensityComfortable: 'Komfortní',
// Columns selector toolbar button text
toolbarColumns: 'Sloupce',
toolbarColumnsLabel: 'Vybrat sloupec',
// Filters toolbar button text
toolbarFilters: 'Filtry',
toolbarFiltersLabel: 'Zobrazit filtry',
toolbarFiltersTooltipHide: 'Skrýt filtry',
toolbarFiltersTooltipShow: 'Zobrazit filtry',
toolbarFiltersTooltipActive: (count) => {
let pluralForm = 'aktivních filtrů';
if (count > 1 && count < 5) {
pluralForm = 'aktivní filtry';
} else if (count === 1) {
pluralForm = 'aktivní filtr';
}
return `${count} ${pluralForm}`;
},
// Quick filter toolbar field
toolbarQuickFilterPlaceholder: 'Hledat…',
toolbarQuickFilterLabel: 'Hledat',
toolbarQuickFilterDeleteIconLabel: 'Vymazat',
// Prompt toolbar field
// toolbarPromptControlPlaceholder: 'Type a prompt…',
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
// toolbarPromptControlLabel: 'Prompt input',
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
// toolbarPromptControlSendActionLabel: 'Send',
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
// Export selector toolbar button text
toolbarExport: 'Export',
toolbarExportLabel: 'Export',
toolbarExportCSV: 'Stáhnout jako CSV',
toolbarExportPrint: 'Vytisknout',
toolbarExportExcel: 'Stáhnout jako Excel',
// Columns management text
columnsManagementSearchTitle: 'Hledat sloupce',
columnsManagementNoColumns: 'Žádné sloupce',
columnsManagementShowHideAllText: 'Zobrazit/skrýt vše',
columnsManagementReset: 'Resetovat',
// columnsManagementDeleteIconLabel: 'Clear',
// Filter panel text
filterPanelAddFilter: 'Přidat filtr',
filterPanelRemoveAll: 'Odstranit vše',
filterPanelDeleteIconLabel: 'Odstranit',
filterPanelLogicOperator: 'Logický operátor',
filterPanelOperator: 'Operátory',
filterPanelOperatorAnd: 'A',
filterPanelOperatorOr: 'Nebo',
filterPanelColumns: 'Sloupce',
filterPanelInputLabel: 'Hodnota',
filterPanelInputPlaceholder: 'Hodnota filtru',
// Filter operators text
filterOperatorContains: 'obsahuje',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorEquals: 'rovná se',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorStartsWith: 'začíná na',
filterOperatorEndsWith: 'končí na',
filterOperatorIs: 'je',
filterOperatorNot: 'není',
filterOperatorAfter: 'je po',
filterOperatorOnOrAfter: 'je po včetně',
filterOperatorBefore: 'je před',
filterOperatorOnOrBefore: 'je před včetně',
filterOperatorIsEmpty: 'je prázdný',
filterOperatorIsNotEmpty: 'není prázdný',
filterOperatorIsAnyOf: 'je jeden z',
'filterOperator=': '=',
'filterOperator!=': '!=',
'filterOperator>': '>',
'filterOperator>=': '>=',
'filterOperator<': '<',
'filterOperator<=': '<=',
// Header filter operators text
headerFilterOperatorContains: 'Obsahuje',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorEquals: 'Rovná se',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorStartsWith: 'Začíná na',
headerFilterOperatorEndsWith: 'Končí na',
headerFilterOperatorIs: 'Je',
headerFilterOperatorNot: 'Není',
headerFilterOperatorAfter: 'Je po',
headerFilterOperatorOnOrAfter: 'Je po včetně',
headerFilterOperatorBefore: 'Je před',
headerFilterOperatorOnOrBefore: 'Je před včetně',
headerFilterOperatorIsEmpty: 'Je prázdný',
headerFilterOperatorIsNotEmpty: 'Není prázdný',
headerFilterOperatorIsAnyOf: 'Je jeden z',
'headerFilterOperator=': 'Rovná se',
'headerFilterOperator!=': 'Nerovná se',
'headerFilterOperator>': 'Větší než',
'headerFilterOperator>=': 'Větší než nebo rovno',
'headerFilterOperator<': 'Menší než',
'headerFilterOperator<=': 'Menší než nebo rovno',
// Filter values text
filterValueAny: 'jakýkoliv',
filterValueTrue: 'ano',
filterValueFalse: 'ne',
// Column menu text
columnMenuLabel: 'Menu',
columnMenuShowColumns: 'Zobrazit sloupce',
columnMenuManageColumns: 'Spravovat sloupce',
columnMenuFilter: 'Filtr',
columnMenuHideColumn: 'Skrýt',
columnMenuUnsort: 'Zrušit filtry',
columnMenuSortAsc: 'Seřadit vzestupně',
columnMenuSortDesc: 'Seřadit sestupně',
// Column header text
columnHeaderFiltersTooltipActive: (count) => {
let pluralForm = 'aktivních filtrů';
if (count > 1 && count < 5) {
pluralForm = 'aktivní filtry';
} else if (count === 1) {
pluralForm = 'aktivní filtr';
}
return `${count} ${pluralForm}`;
},
columnHeaderFiltersLabel: 'Zobrazit filtry',
columnHeaderSortIconLabel: 'Filtrovat',
// Rows selected footer text
footerRowSelected: (count) => {
let pluralForm = 'vybraných záznamů';
if (count > 1 && count < 5) {
pluralForm = 'vybrané záznamy';
} else if (count === 1) {
pluralForm = 'vybraný záznam';
}
return `${count} ${pluralForm}`;
},
// Total row amount footer text
footerTotalRows: 'Celkem řádků:',
// Total visible row amount footer text
footerTotalVisibleRows: (visibleCount, totalCount) => {
const str = totalCount.toString();
const firstDigit = str[0];
const op =
['4', '6', '7'].includes(firstDigit) || (firstDigit === '1' && str.length % 3 === 0)
? 'ze'
: 'z';
return `${visibleCount.toLocaleString()} ${op} ${totalCount.toLocaleString()}`;
},
// Checkbox selection text
checkboxSelectionHeaderName: 'Výběr řádku',
checkboxSelectionSelectAllRows: 'Označit všechny řádky',
checkboxSelectionUnselectAllRows: 'Odznačit všechny řádky',
checkboxSelectionSelectRow: 'Označit řádek',
checkboxSelectionUnselectRow: 'Odznačit řádek',
// Boolean cell text
booleanCellTrueLabel: 'ano',
booleanCellFalseLabel: 'ne',
// Actions cell more text
actionsCellMore: 'více',
// Column pinning text
pinToLeft: 'Připnout vlevo',
pinToRight: 'Připnout vpravo',
unpin: 'Odepnout',
// Tree Data
treeDataGroupingHeaderName: 'Skupina',
treeDataExpand: 'zobrazit potomky',
treeDataCollapse: 'skrýt potomky',
// Grouping columns
groupingColumnHeaderName: 'Skupina',
groupColumn: (name) => `Seskupit podle ${name}`,
unGroupColumn: (name) => `Přestat seskupovat podle ${name}`,
// Master/detail
detailPanelToggle: 'Přepnout detail panelu',
expandDetailPanel: 'Rozbalit',
collapseDetailPanel: 'Sbalit',
// Row reordering text
rowReorderingHeaderName: 'Přeuspořádávání řádků',
// Aggregation
aggregationMenuItemHeader: 'Seskupování',
aggregationFunctionLabelSum: 'součet',
aggregationFunctionLabelAvg: 'průměr',
aggregationFunctionLabelMin: 'min',
aggregationFunctionLabelMax: 'max',
aggregationFunctionLabelSize: 'počet',
};
export const csCZ: Localization = getGridLocalization(csCZGrid, csCZCore);