@openui5/sap.ui.table 1.128.0 → 1.129.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/THIRDPARTY.txt +1 -1
- package/package.json +3 -3
- package/src/sap/ui/table/.library +1 -1
- package/src/sap/ui/table/AnalyticalColumn.js +18 -10
- package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +24 -246
- package/src/sap/ui/table/Column.js +30 -16
- package/src/sap/ui/table/ColumnMenu.js +1 -1
- package/src/sap/ui/table/CreationRow.js +1 -1
- package/src/sap/ui/table/Row.js +1 -1
- package/src/sap/ui/table/RowAction.js +1 -1
- package/src/sap/ui/table/RowActionItem.js +1 -1
- package/src/sap/ui/table/RowSettings.js +1 -1
- package/src/sap/ui/table/Table.js +6 -5
- package/src/sap/ui/table/TablePersoController.js +1 -1
- package/src/sap/ui/table/TableRenderer.js +0 -7
- package/src/sap/ui/table/TreeTable.js +1 -1
- package/src/sap/ui/table/extensions/Accessibility.js +1 -1
- package/src/sap/ui/table/extensions/AccessibilityRender.js +1 -1
- package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
- package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
- package/src/sap/ui/table/extensions/Keyboard.js +1 -1
- package/src/sap/ui/table/extensions/KeyboardDelegate.js +1 -1
- package/src/sap/ui/table/extensions/Pointer.js +5 -38
- package/src/sap/ui/table/extensions/Scrolling.js +1 -1
- package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
- package/src/sap/ui/table/extensions/Synchronization.js +1 -1
- package/src/sap/ui/table/library.js +13 -13
- package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +3 -3
- package/src/sap/ui/table/menus/GroupHeaderContextMenuAdapter.js +332 -0
- package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/messagebundle.properties +40 -3
- package/src/sap/ui/table/messagebundle_ar.properties +23 -0
- package/src/sap/ui/table/messagebundle_bg.properties +23 -0
- package/src/sap/ui/table/messagebundle_ca.properties +23 -0
- package/src/sap/ui/table/messagebundle_cnr.properties +23 -0
- package/src/sap/ui/table/messagebundle_cs.properties +23 -0
- package/src/sap/ui/table/messagebundle_cy.properties +23 -0
- package/src/sap/ui/table/messagebundle_da.properties +24 -1
- package/src/sap/ui/table/messagebundle_de.properties +23 -0
- package/src/sap/ui/table/messagebundle_el.properties +23 -0
- package/src/sap/ui/table/messagebundle_en.properties +23 -0
- package/src/sap/ui/table/messagebundle_en_GB.properties +23 -0
- package/src/sap/ui/table/messagebundle_en_US_saprigi.properties +23 -0
- package/src/sap/ui/table/messagebundle_es.properties +23 -0
- package/src/sap/ui/table/messagebundle_es_MX.properties +23 -0
- package/src/sap/ui/table/messagebundle_et.properties +23 -0
- package/src/sap/ui/table/messagebundle_fi.properties +23 -0
- package/src/sap/ui/table/messagebundle_fr.properties +25 -2
- package/src/sap/ui/table/messagebundle_fr_CA.properties +25 -2
- package/src/sap/ui/table/messagebundle_hi.properties +23 -0
- package/src/sap/ui/table/messagebundle_hr.properties +23 -0
- package/src/sap/ui/table/messagebundle_hu.properties +25 -2
- package/src/sap/ui/table/messagebundle_id.properties +25 -2
- package/src/sap/ui/table/messagebundle_it.properties +23 -0
- package/src/sap/ui/table/messagebundle_iw.properties +23 -0
- package/src/sap/ui/table/messagebundle_ja.properties +23 -0
- package/src/sap/ui/table/messagebundle_kk.properties +49 -26
- package/src/sap/ui/table/messagebundle_ko.properties +23 -0
- package/src/sap/ui/table/messagebundle_lt.properties +23 -0
- package/src/sap/ui/table/messagebundle_lv.properties +23 -0
- package/src/sap/ui/table/messagebundle_mk.properties +23 -0
- package/src/sap/ui/table/messagebundle_ms.properties +23 -0
- package/src/sap/ui/table/messagebundle_nl.properties +23 -0
- package/src/sap/ui/table/messagebundle_no.properties +23 -0
- package/src/sap/ui/table/messagebundle_pl.properties +23 -0
- package/src/sap/ui/table/messagebundle_pt.properties +25 -2
- package/src/sap/ui/table/messagebundle_pt_PT.properties +23 -0
- package/src/sap/ui/table/messagebundle_ro.properties +23 -0
- package/src/sap/ui/table/messagebundle_ru.properties +23 -0
- package/src/sap/ui/table/messagebundle_sh.properties +23 -0
- package/src/sap/ui/table/messagebundle_sk.properties +23 -0
- package/src/sap/ui/table/messagebundle_sl.properties +23 -0
- package/src/sap/ui/table/messagebundle_sr.properties +23 -0
- package/src/sap/ui/table/messagebundle_sv.properties +23 -0
- package/src/sap/ui/table/messagebundle_th.properties +23 -0
- package/src/sap/ui/table/messagebundle_tr.properties +23 -0
- package/src/sap/ui/table/messagebundle_uk.properties +23 -0
- package/src/sap/ui/table/messagebundle_vi.properties +23 -0
- package/src/sap/ui/table/messagebundle_zh_CN.properties +23 -0
- package/src/sap/ui/table/messagebundle_zh_TW.properties +25 -2
- package/src/sap/ui/table/plugins/BindingSelection.js +2 -2
- package/src/sap/ui/table/plugins/PluginBase.js +1 -1
- package/src/sap/ui/table/plugins/SelectionModelSelection.js +1 -1
- package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/V4Aggregation.js +3 -2
- package/src/sap/ui/table/rowmodes/Auto.js +3 -1
- package/src/sap/ui/table/rowmodes/Fixed.js +1 -1
- package/src/sap/ui/table/rowmodes/Interactive.js +249 -116
- package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/Variable.js +1 -1
- package/src/sap/ui/table/themes/base/AnalyticalTable.less +0 -20
- package/src/sap/ui/table/themes/base/DragDrop.less +84 -23
- package/src/sap/ui/table/themes/base/Grouping.less +21 -11
- package/src/sap/ui/table/themes/sap_hcb/base_AnalyticalTable.less +0 -20
- package/src/sap/ui/table/utils/TableUtils.js +44 -4
- package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
- package/src/sap/ui/table/utils/_ColumnUtils.js +3 -32
- package/src/sap/ui/table/utils/_GroupingUtils.js +1 -21
- package/src/sap/ui/table/utils/_HookUtils.js +1 -1
- package/src/sap/ui/table/utils/_MenuUtils.js +2 -2
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
"../library",
|
|
9
|
+
"sap/ui/base/Object",
|
|
10
|
+
"sap/ui/core/library",
|
|
11
|
+
"sap/ui/table/utils/TableUtils",
|
|
12
|
+
"sap/ui/unified/Menu",
|
|
13
|
+
"sap/ui/unified/MenuItem"
|
|
14
|
+
], function(Library, BaseObject, CoreLibrary, TableUtils, Menu, MenuItem) {
|
|
15
|
+
"use strict";
|
|
16
|
+
|
|
17
|
+
const GroupEventType = Library.GroupEventType;
|
|
18
|
+
const mDefaultItems = [
|
|
19
|
+
"ungroup",
|
|
20
|
+
"collapse",
|
|
21
|
+
"expand"
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Constructor for a new GroupHeaderContextMenuAdapter.
|
|
26
|
+
*
|
|
27
|
+
* @class
|
|
28
|
+
* Class that provides methods to map and reuse the group header menu items.
|
|
29
|
+
*
|
|
30
|
+
* @extends sap.ui.base.Object
|
|
31
|
+
* @author SAP SE
|
|
32
|
+
* @version 1.129.0
|
|
33
|
+
* @private
|
|
34
|
+
* @alias sap.ui.table.menus.GroupHeaderContextMenuAdapter
|
|
35
|
+
*/
|
|
36
|
+
const GroupHeaderContextMenuAdapter = BaseObject.extend("sap.ui.table.menus.GroupHeaderContextMenuAdapter", {
|
|
37
|
+
constructor: function(oTable) {
|
|
38
|
+
this._oTable = oTable;
|
|
39
|
+
this._mItems = new Map();
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Adds the predefined <code>MenuItems</code> to the given <code>Menu</code>. If no predefined <code>MenuItem</code> instances exist yet,
|
|
45
|
+
* they are created. The predefined <code>MenuItem</code> instances will be updated according to the current state of the table.
|
|
46
|
+
*
|
|
47
|
+
* @param {sap.ui.unified.Menu} oMenu <code>Menu</code> to which the predefined <code>MenuItem</code> instances are added
|
|
48
|
+
* @param {boolean} bExtended Flag that defines whether the menu is extended with additional items
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
GroupHeaderContextMenuAdapter.prototype.addItemsTo = function(oMenu, bExtended) {
|
|
52
|
+
if (!this._mItems.size) {
|
|
53
|
+
this._createItems();
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
for (const [sKey, oMenuItem] of this._mItems.entries()) {
|
|
57
|
+
if (!mDefaultItems.includes(sKey)) {
|
|
58
|
+
oMenuItem.setVisible(!!bExtended);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
if (!oMenu.getItems().includes(oMenuItem)) {
|
|
62
|
+
oMenu.addItem(oMenuItem);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
if (!bExtended) {
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
const {column: oColumn, index: iIndex} = this._getGroupedColumnInfo();
|
|
71
|
+
const [oMoveUp, oMoveDown] = this._mItems.get("move").getSubmenu().getItems();
|
|
72
|
+
const oVisibilityItem = this._mItems.get("visibility");
|
|
73
|
+
|
|
74
|
+
if (oColumn) {
|
|
75
|
+
if (oColumn.getShowIfGrouped()) {
|
|
76
|
+
oVisibilityItem.setText(TableUtils.getResourceText("TBL_HIDE_COLUMN"));
|
|
77
|
+
} else {
|
|
78
|
+
oVisibilityItem.setText(TableUtils.getResourceText("TBL_SHOW_COLUMN"));
|
|
79
|
+
}
|
|
80
|
+
oMoveUp.setEnabled(iIndex > 0);
|
|
81
|
+
oMoveDown.setEnabled(iIndex < this._oTable._aGroupedColumns.length - 1);
|
|
82
|
+
} else {
|
|
83
|
+
oMoveUp.setEnabled(true);
|
|
84
|
+
oMoveDown.setEnabled(true);
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Removes all predefined <code>MenuItem</code> instances from the given <code>Menu</code>.
|
|
90
|
+
*
|
|
91
|
+
* @param {sap.ui.unified.Menu} oMenu <code>Menu</code> from which the predefined <code>MenuItem</code> instances are removed
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
GroupHeaderContextMenuAdapter.prototype.removeItemsFrom = function(oMenu) {
|
|
95
|
+
if (!this._mItems.size) {
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
for (const oMenuItem of this._mItems.values()) {
|
|
100
|
+
oMenu.removeItem(oMenuItem);
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Destroys the instance of the <code>GroupHeaderContextMenuAdapter</code>.
|
|
106
|
+
*
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
GroupHeaderContextMenuAdapter.prototype.destroy = function() {
|
|
110
|
+
this._mItems?.forEach((oMenuItem) => oMenuItem.destroy());
|
|
111
|
+
this._mItems?.clear();
|
|
112
|
+
this._mItems = null;
|
|
113
|
+
this._oTable = null;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Creates predefined <code>MenuItem</code> instances for the group header context menu.
|
|
118
|
+
*
|
|
119
|
+
* @private
|
|
120
|
+
*/
|
|
121
|
+
GroupHeaderContextMenuAdapter.prototype._createItems = function() {
|
|
122
|
+
const oTable = this._oTable;
|
|
123
|
+
|
|
124
|
+
this._mItems.set("ungroup", new MenuItem({
|
|
125
|
+
text: TableUtils.getResourceText("TBL_UNGROUP"),
|
|
126
|
+
submenu: [
|
|
127
|
+
new Menu({
|
|
128
|
+
items: [
|
|
129
|
+
new MenuItem({
|
|
130
|
+
text: TableUtils.getResourceText("TBL_UNGROUP_LEVEL"),
|
|
131
|
+
select: () => {
|
|
132
|
+
const {column: oColumn} = this._getGroupedColumnInfo();
|
|
133
|
+
|
|
134
|
+
if (oColumn) {
|
|
135
|
+
oColumn.setGrouped(false);
|
|
136
|
+
oTable.fireGroup({
|
|
137
|
+
column: oColumn,
|
|
138
|
+
groupedColumns: oTable._aGroupedColumns,
|
|
139
|
+
type: GroupEventType.ungroup
|
|
140
|
+
});
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}),
|
|
144
|
+
new MenuItem({
|
|
145
|
+
text: TableUtils.getResourceText("TBL_UNGROUP_ALL"),
|
|
146
|
+
select: () => {
|
|
147
|
+
oTable.suspendUpdateAnalyticalInfo();
|
|
148
|
+
|
|
149
|
+
for (const oColumn of oTable.getColumns()) {
|
|
150
|
+
oColumn.setGrouped(false);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
oTable.resumeUpdateAnalyticalInfo();
|
|
154
|
+
oTable.fireGroup({column: undefined, groupedColumns: [], type: GroupEventType.ungroupAll});
|
|
155
|
+
}
|
|
156
|
+
})
|
|
157
|
+
]
|
|
158
|
+
})
|
|
159
|
+
]
|
|
160
|
+
}));
|
|
161
|
+
|
|
162
|
+
this._mItems.set("collapse", new MenuItem({
|
|
163
|
+
text: TableUtils.getResourceText("TBL_COLLAPSE"),
|
|
164
|
+
icon: "sap-icon://collapse-all",
|
|
165
|
+
submenu: [
|
|
166
|
+
new Menu({
|
|
167
|
+
items: [
|
|
168
|
+
new MenuItem({
|
|
169
|
+
text: TableUtils.getResourceText("TBL_COLLAPSE_LEVEL"),
|
|
170
|
+
select: () => {
|
|
171
|
+
// Why -1? Because the "Collapse Level" Menu Entry should collapse TO the given level - 1
|
|
172
|
+
// So collapsing level 1 means actually all nodes up TO level 0 will be collapsed.
|
|
173
|
+
// Potential negative values are handled by the binding.
|
|
174
|
+
oTable.getBinding().collapseToLevel(oTable._iGroupedLevel - 1);
|
|
175
|
+
oTable.setFirstVisibleRow(0); //scroll to top after collapsing (so no rows vanish)
|
|
176
|
+
oTable._getSelectionPlugin().clearSelection();
|
|
177
|
+
}
|
|
178
|
+
}),
|
|
179
|
+
new MenuItem({
|
|
180
|
+
text: TableUtils.getResourceText("TBL_COLLAPSE_ALL"),
|
|
181
|
+
select: () => {
|
|
182
|
+
oTable.getBinding().collapseToLevel(0);
|
|
183
|
+
oTable.setFirstVisibleRow(0); //scroll to top after collapsing (so no rows vanish)
|
|
184
|
+
oTable._getSelectionPlugin().clearSelection();
|
|
185
|
+
}
|
|
186
|
+
})
|
|
187
|
+
]
|
|
188
|
+
})
|
|
189
|
+
]
|
|
190
|
+
}));
|
|
191
|
+
|
|
192
|
+
this._mItems.set("expand", new MenuItem({
|
|
193
|
+
text: TableUtils.getResourceText("TBL_EXPAND"),
|
|
194
|
+
icon: "sap-icon://expand-all",
|
|
195
|
+
submenu: [
|
|
196
|
+
new Menu({
|
|
197
|
+
items: [
|
|
198
|
+
new MenuItem({
|
|
199
|
+
text: TableUtils.getResourceText("TBL_EXPAND_LEVEL"),
|
|
200
|
+
select: () => {
|
|
201
|
+
oTable.getBinding().expandToLevel(oTable._iGroupedLevel);
|
|
202
|
+
oTable.setFirstVisibleRow(0);
|
|
203
|
+
oTable._getSelectionPlugin().clearSelection();
|
|
204
|
+
}
|
|
205
|
+
}),
|
|
206
|
+
new MenuItem({
|
|
207
|
+
text: TableUtils.getResourceText("TBL_EXPAND_ALL"),
|
|
208
|
+
select: () => {
|
|
209
|
+
oTable.expandAll();
|
|
210
|
+
}
|
|
211
|
+
})
|
|
212
|
+
]
|
|
213
|
+
})
|
|
214
|
+
]
|
|
215
|
+
}));
|
|
216
|
+
|
|
217
|
+
this._mItems.set("visibility", new MenuItem({
|
|
218
|
+
text: TableUtils.getResourceText("TBL_SHOW_COLUMN"),
|
|
219
|
+
select: () => {
|
|
220
|
+
const {column: oColumn} = this._getGroupedColumnInfo();
|
|
221
|
+
|
|
222
|
+
if (oColumn) {
|
|
223
|
+
const bShowIfGrouped = oColumn.getShowIfGrouped();
|
|
224
|
+
oColumn.setShowIfGrouped(!bShowIfGrouped);
|
|
225
|
+
|
|
226
|
+
oTable.fireGroup({
|
|
227
|
+
column: oColumn,
|
|
228
|
+
groupedColumns: oTable._aGroupedColumns,
|
|
229
|
+
type: (!bShowIfGrouped ? GroupEventType.showGroupedColumn : GroupEventType.hideGroupedColumn)
|
|
230
|
+
});
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}));
|
|
234
|
+
|
|
235
|
+
this._mItems.set("move", new MenuItem({
|
|
236
|
+
text: TableUtils.getResourceText("TBL_MOVE"),
|
|
237
|
+
submenu: [
|
|
238
|
+
new Menu({
|
|
239
|
+
items: [
|
|
240
|
+
new MenuItem({
|
|
241
|
+
text: TableUtils.getResourceText("TBL_MOVE_UP"),
|
|
242
|
+
icon: "sap-icon://arrow-top",
|
|
243
|
+
select: () => {
|
|
244
|
+
const {column: oColumn, index: iIndex} = this._getGroupedColumnInfo();
|
|
245
|
+
|
|
246
|
+
if (oColumn && iIndex > 0) {
|
|
247
|
+
oTable._aGroupedColumns[iIndex] =
|
|
248
|
+
oTable._aGroupedColumns.splice(iIndex - 1, 1, oTable._aGroupedColumns[iIndex])[0];
|
|
249
|
+
|
|
250
|
+
oTable.updateAnalyticalInfo();
|
|
251
|
+
oTable.fireGroup({
|
|
252
|
+
column: oColumn,
|
|
253
|
+
groupedColumns: oTable._aGroupedColumns,
|
|
254
|
+
type: GroupEventType.moveUp
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}),
|
|
259
|
+
new MenuItem({
|
|
260
|
+
text: TableUtils.getResourceText("TBL_MOVE_DOWN"),
|
|
261
|
+
icon: "sap-icon://arrow-bottom",
|
|
262
|
+
select: () => {
|
|
263
|
+
const {column: oColumn, index: iIndex} = this._getGroupedColumnInfo();
|
|
264
|
+
|
|
265
|
+
if (oColumn && (iIndex < oTable._aGroupedColumns.length)) {
|
|
266
|
+
oTable._aGroupedColumns[iIndex] =
|
|
267
|
+
oTable._aGroupedColumns.splice(iIndex + 1, 1, oTable._aGroupedColumns[iIndex])[0];
|
|
268
|
+
|
|
269
|
+
oTable.updateAnalyticalInfo();
|
|
270
|
+
oTable.fireGroup({
|
|
271
|
+
column: oColumn,
|
|
272
|
+
groupedColumns: oTable._aGroupedColumns,
|
|
273
|
+
type: GroupEventType.moveDown
|
|
274
|
+
});
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
})
|
|
278
|
+
]
|
|
279
|
+
})
|
|
280
|
+
]
|
|
281
|
+
}));
|
|
282
|
+
|
|
283
|
+
this._mItems.set("sort", new MenuItem({
|
|
284
|
+
text: TableUtils.getResourceText("TBL_SORT"),
|
|
285
|
+
icon: "sap-icon://sort",
|
|
286
|
+
submenu: [
|
|
287
|
+
new Menu({
|
|
288
|
+
items: [
|
|
289
|
+
new MenuItem({
|
|
290
|
+
text: TableUtils.getResourceText("TBL_SORT_ASC"),
|
|
291
|
+
icon: "sap-icon://sort-ascending",
|
|
292
|
+
select: () => {
|
|
293
|
+
this._getGroupedColumnInfo().column?._sort(CoreLibrary.SortOrder.Ascending);
|
|
294
|
+
}
|
|
295
|
+
}),
|
|
296
|
+
new MenuItem({
|
|
297
|
+
text: TableUtils.getResourceText("TBL_SORT_DESC"),
|
|
298
|
+
icon: "sap-icon://sort-descending",
|
|
299
|
+
select: () => {
|
|
300
|
+
this._getGroupedColumnInfo().column?._sort(CoreLibrary.SortOrder.Descending);
|
|
301
|
+
}
|
|
302
|
+
})
|
|
303
|
+
]
|
|
304
|
+
})
|
|
305
|
+
]
|
|
306
|
+
}));
|
|
307
|
+
};
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* Identifies the level of the grouped column and returns an object with the index and the <code>Column</code> instance of the grouped column.
|
|
311
|
+
*
|
|
312
|
+
* @returns {object}
|
|
313
|
+
* An object containing the <code>Column</code> and index of the grouped column. If no grouped column is found, the properties <code>column</code>
|
|
314
|
+
* and <code>index</code> are <code>undefined</code>.
|
|
315
|
+
*/
|
|
316
|
+
GroupHeaderContextMenuAdapter.prototype._getGroupedColumnInfo = function() {
|
|
317
|
+
const oTable = this._oTable;
|
|
318
|
+
const iIndex = oTable._iGroupedLevel - 1;
|
|
319
|
+
|
|
320
|
+
const oGroupedColumn = oTable.getColumns().find(function(oColumn) {
|
|
321
|
+
return oTable._aGroupedColumns[iIndex] === oColumn.getId();
|
|
322
|
+
});
|
|
323
|
+
|
|
324
|
+
return {
|
|
325
|
+
column: oGroupedColumn,
|
|
326
|
+
index: iIndex
|
|
327
|
+
};
|
|
328
|
+
|
|
329
|
+
};
|
|
330
|
+
|
|
331
|
+
return GroupHeaderContextMenuAdapter;
|
|
332
|
+
});
|
|
@@ -5,14 +5,18 @@
|
|
|
5
5
|
TBL_FILTER=Filter
|
|
6
6
|
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
7
|
TBL_FILTER_ITEM=Filter...
|
|
8
|
+
#XMIT: Submenu for sorting
|
|
9
|
+
TBL_SORT=Sort
|
|
8
10
|
#XMIT: Menuitem to sort descending
|
|
9
11
|
TBL_SORT_ASC=Sort Ascending
|
|
10
12
|
#XMIT: Menuitem to sort descending
|
|
11
13
|
TBL_SORT_DESC=Sort Descending
|
|
12
14
|
#XMIT: Menuitem to group the column by its values
|
|
13
15
|
TBL_GROUP=Group
|
|
14
|
-
#XMIT:
|
|
16
|
+
#XMIT: Submenu for ungrouping columns
|
|
15
17
|
TBL_UNGROUP=Ungroup
|
|
18
|
+
#XMIT: Menuitem to ungroup the column
|
|
19
|
+
TBL_UNGROUP_LEVEL=Ungroup Level
|
|
16
20
|
#XMIT: Menuitem to ungroup all columns
|
|
17
21
|
TBL_UNGROUP_ALL=Ungroup All
|
|
18
22
|
#XMIT: Menuitem to show the column visibility menu
|
|
@@ -21,12 +25,18 @@ TBL_COLUMNS=Columns
|
|
|
21
25
|
TBL_FREEZE=Freeze
|
|
22
26
|
#XMIT: Menuitem to unfreeze the columns
|
|
23
27
|
TBL_UNFREEZE=Unfreeze
|
|
24
|
-
#XMIT:
|
|
28
|
+
#XMIT: Submenu to move a group
|
|
29
|
+
TBL_MOVE=Move
|
|
30
|
+
#XMIT: Menuitem to move a group up one level
|
|
25
31
|
TBL_MOVE_UP=Move Up
|
|
26
32
|
#XMIT: Menuitem to move a group down one level
|
|
27
33
|
TBL_MOVE_DOWN=Move Down
|
|
34
|
+
#XMIT: Submenu for expanding
|
|
35
|
+
TBL_EXPAND=Expand
|
|
28
36
|
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
37
|
TBL_EXPAND_LEVEL=Expand Level
|
|
38
|
+
#XMIT: Submenu for collapsing
|
|
39
|
+
TBL_COLLAPSE=Collapse
|
|
30
40
|
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
41
|
TBL_COLLAPSE_LEVEL=Collapse Level
|
|
32
42
|
#XMIT: Menuitem to expand all groups
|
|
@@ -193,4 +203,31 @@ TBL_CREATEROW_LABEL=Create new table entry
|
|
|
193
203
|
TBL_SELECT_LIMIT_TITLE=Selection Limit
|
|
194
204
|
|
|
195
205
|
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
196
|
-
TBL_SELECT_LIMIT=In this table, you cannot add more than {0} items to your selection at once.\n\nYou can continue to add to your selection as often as you like, but only selecting {0} items at a time is possible.
|
|
206
|
+
TBL_SELECT_LIMIT=In this table, you cannot add more than {0} items to your selection at once.\n\nYou can continue to add to your selection as often as you like, but only selecting {0} items at a time is possible.
|
|
207
|
+
|
|
208
|
+
#XTOL: Tooltip for the resizer button
|
|
209
|
+
TBL_RSZ_BTN_TOOLTIP=Resize Table Height
|
|
210
|
+
|
|
211
|
+
#XMIT: Menuitem resizer shift up 1 row
|
|
212
|
+
TBL_RSZ_ROW_UP=Shift Up One Row
|
|
213
|
+
|
|
214
|
+
#XMIT: Keyboard shortcut to shift up 1 row
|
|
215
|
+
TBL_RSZ_ROW_UP_SHORTCUT=Arrow Up
|
|
216
|
+
|
|
217
|
+
#XMIT: Menuitem resizer shift down 1 row
|
|
218
|
+
TBL_RSZ_ROW_DOWN=Shift Down One Row
|
|
219
|
+
|
|
220
|
+
#XMIT: Keyboard shortcut to shift down 1 row
|
|
221
|
+
TBL_RSZ_ROW_DOWN_SHORTCUT=Arrow Down
|
|
222
|
+
|
|
223
|
+
#XMIT: Menuitem resizer minimize section
|
|
224
|
+
TBL_RSZ_MINIMIZE=Minimize Section
|
|
225
|
+
|
|
226
|
+
#XMIT: Keyboard shortcut to minimize section
|
|
227
|
+
TBL_RSZ_MINIMIZE_SHORTCUT=Home
|
|
228
|
+
|
|
229
|
+
#XMIT: Menuitem resizer maximize section
|
|
230
|
+
TBL_RSZ_MAXIMIZE=Maximize Section
|
|
231
|
+
|
|
232
|
+
#XMIT: Keyboard shortcut to maximize section
|
|
233
|
+
TBL_RSZ_MAXIMIZE_SHORTCUT=End
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
TBL_FILTER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
|
|
3
3
|
TBL_FILTER_ITEM=\u062A\u0635\u0641\u064A\u0629...
|
|
4
|
+
TBL_SORT=\u062A\u0631\u062A\u064A\u0628
|
|
4
5
|
TBL_SORT_ASC=\u062A\u0631\u062A\u064A\u0628 \u062A\u0635\u0627\u0639\u062F\u064A
|
|
5
6
|
TBL_SORT_DESC=\u062A\u0631\u062A\u064A\u0628 \u062A\u0646\u0627\u0632\u0644\u064A
|
|
6
7
|
TBL_GROUP=\u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
|
|
7
8
|
TBL_UNGROUP=\u0625\u0644\u063A\u0627\u0621 \u062A\u062C\u0645\u064A\u0639
|
|
9
|
+
TBL_UNGROUP_LEVEL=\u0625\u0644\u063A\u0627\u0621 \u062A\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0633\u062A\u0648\u0649
|
|
8
10
|
TBL_UNGROUP_ALL=\u0625\u0644\u063A\u0627\u0621 \u062A\u062C\u0645\u064A\u0639 \u0627\u0644\u0643\u0644
|
|
9
11
|
TBL_COLUMNS=\u0623\u0639\u0645\u062F\u0629
|
|
10
12
|
TBL_FREEZE=\u062A\u062C\u0645\u064A\u062F
|
|
11
13
|
TBL_UNFREEZE=\u0625\u0644\u063A\u0627\u0621 \u062A\u062C\u0645\u064A\u062F
|
|
14
|
+
TBL_MOVE=\u0646\u0642\u0644
|
|
12
15
|
TBL_MOVE_UP=\u062A\u062D\u0631\u064A\u0643 \u0644\u0623\u0639\u0644\u0649
|
|
13
16
|
TBL_MOVE_DOWN=\u062A\u062D\u0631\u064A\u0643 \u0644\u0623\u0633\u0641\u0644
|
|
17
|
+
TBL_EXPAND=\u062A\u0648\u0633\u064A\u0639
|
|
14
18
|
TBL_EXPAND_LEVEL=\u062A\u0648\u0633\u0639\u0629 \u0627\u0644\u0645\u0633\u062A\u0648\u0649
|
|
19
|
+
TBL_COLLAPSE=\u0637\u064A
|
|
15
20
|
TBL_COLLAPSE_LEVEL=\u0637\u064A \u0627\u0644\u0645\u0633\u062A\u0648\u0649
|
|
16
21
|
TBL_EXPAND_ALL=\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644
|
|
17
22
|
TBL_COLLAPSE_ALL=\u0637\u064A \u0627\u0644\u0643\u0644
|
|
@@ -120,3 +125,21 @@ TBL_CREATEROW_LABEL=\u0625\u0646\u0634\u0627\u0621 \u0625\u062F\u062E\u0627\u064
|
|
|
120
125
|
TBL_SELECT_LIMIT_TITLE=\u062D\u062F \u0627\u0644\u062A\u062D\u062F\u064A\u062F
|
|
121
126
|
|
|
122
127
|
TBL_SELECT_LIMIT=\u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u062C\u062F\u0648\u0644\u060C \u0644\u0627 \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0623\u0643\u062B\u0631 \u0645\u0646 {0} \u0645\u0646 \u0627\u0644\u0628\u0646\u0648\u062F \u0644\u062A\u062D\u062F\u064A\u062F\u0627\u062A\u0643 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629.\n\n\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0641\u064A \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F\u0643 \u0643\u0644\u0645\u0627 \u0623\u0631\u062F\u062A\u060C \u0648\u0644\u0643\u0646 \u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u062F\u064A\u062F \u0633\u0648\u0649 {0} \u0645\u0646 \u0627\u0644\u0628\u0646\u0648\u062F \u0641\u064A \u0643\u0644 \u0645\u0631\u0629.
|
|
128
|
+
|
|
129
|
+
TBL_RSZ_BTN_TOOLTIP=\u062A\u063A\u064A\u064A\u0631 \u062D\u062C\u0645 \u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u062C\u062F\u0648\u0644
|
|
130
|
+
|
|
131
|
+
TBL_RSZ_ROW_UP=\u0625\u0632\u0627\u062D\u0629 \u0635\u0641 \u0648\u0627\u062D\u062F \u0644\u0644\u0623\u0639\u0644\u0649
|
|
132
|
+
|
|
133
|
+
TBL_RSZ_ROW_UP_SHORTCUT=\u0633\u0647\u0645 \u0644\u0623\u0639\u0644\u0649
|
|
134
|
+
|
|
135
|
+
TBL_RSZ_ROW_DOWN=\u0625\u0632\u0627\u062D\u0629 \u0635\u0641 \u0648\u0627\u062D\u062F \u0644\u0644\u0623\u0633\u0641\u0644
|
|
136
|
+
|
|
137
|
+
TBL_RSZ_ROW_DOWN_SHORTCUT=\u0627\u0644\u0633\u0647\u0645 \u0644\u0623\u0633\u0641\u0644
|
|
138
|
+
|
|
139
|
+
TBL_RSZ_MINIMIZE=\u062A\u0635\u063A\u064A\u0631 \u0627\u0644\u0642\u0633\u0645
|
|
140
|
+
|
|
141
|
+
TBL_RSZ_MINIMIZE_SHORTCUT=\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629
|
|
142
|
+
|
|
143
|
+
TBL_RSZ_MAXIMIZE=\u062A\u0643\u0628\u064A\u0631 \u0627\u0644\u0642\u0633\u0645
|
|
144
|
+
|
|
145
|
+
TBL_RSZ_MAXIMIZE_SHORTCUT=\u0627\u0644\u0646\u0647\u0627\u064A\u0629
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
TBL_FILTER=\u0424\u0438\u043B\u0442\u044A\u0440
|
|
3
3
|
TBL_FILTER_ITEM=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435...
|
|
4
|
+
TBL_SORT=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435
|
|
4
5
|
TBL_SORT_ASC=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0432\u044A\u0432 \u0432\u044A\u0437\u0445\u043E\u0434\u044F\u0449 \u0440\u0435\u0434
|
|
5
6
|
TBL_SORT_DESC=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0432 \u043D\u0438\u0437\u0445\u043E\u0434\u044F\u0449 \u0440\u0435\u0434
|
|
6
7
|
TBL_GROUP=\u0413\u0440\u0443\u043F\u0430
|
|
7
8
|
TBL_UNGROUP=\u0420\u0430\u0437\u0433\u0440\u0443\u043F\u0438\u0440\u0430\u043D\u0435
|
|
9
|
+
TBL_UNGROUP_LEVEL=\u0420\u0430\u0437\u0433\u0440\u0443\u043F\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043D\u0438\u0432\u043E
|
|
8
10
|
TBL_UNGROUP_ALL=\u0420\u0430\u0437\u0433\u0440\u0443\u043F\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
9
11
|
TBL_COLUMNS=\u041A\u043E\u043B\u043E\u043D\u0438
|
|
10
12
|
TBL_FREEZE=\u0424\u0438\u043A\u0441\u0438\u0440\u0430\u043D\u0435
|
|
11
13
|
TBL_UNFREEZE=\u041E\u0442\u043C\u044F\u043D\u0430 \u043D\u0430 \u0444\u0438\u043A\u0441\u0438\u0440\u0430\u043D\u0435\u0442\u043E
|
|
14
|
+
TBL_MOVE=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435
|
|
12
15
|
TBL_MOVE_UP=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
|
|
13
16
|
TBL_MOVE_DOWN=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
|
|
17
|
+
TBL_EXPAND=\u0420\u0430\u0437\u0433\u044A\u0432\u0430\u043D\u0435
|
|
14
18
|
TBL_EXPAND_LEVEL=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0438\u0432\u043E\u0442\u043E
|
|
19
|
+
TBL_COLLAPSE=\u0421\u0432\u0438\u0432\u0430\u043D\u0435
|
|
15
20
|
TBL_COLLAPSE_LEVEL=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0438\u0432\u043E\u0442\u043E
|
|
16
21
|
TBL_EXPAND_ALL=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
17
22
|
TBL_COLLAPSE_ALL=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
@@ -120,3 +125,21 @@ TBL_CREATEROW_LABEL=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043
|
|
|
120
125
|
TBL_SELECT_LIMIT_TITLE=\u041B\u0438\u043C\u0438\u0442 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440
|
|
121
126
|
|
|
122
127
|
TBL_SELECT_LIMIT=\u0412 \u0442\u0430\u0437\u0438 \u0442\u0430\u0431\u043B\u0438\u0446\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u044F\u0442\u0435 \u0432 \u0438\u0437\u0431\u043E\u0440\u0430 \u0441\u0438 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u0435\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E.\n\n\u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u044F\u0442\u0435 \u043A\u044A\u043C \u0438\u0437\u0431\u043E\u0440\u0430 \u0441\u0438 \u043A\u043E\u043B\u043A\u043E\u0442\u043E \u043F\u044A\u0442\u0438 \u0436\u0435\u043B\u0430\u0435\u0442\u0435, \u043D\u043E \u0441\u0430\u043C\u043E \u043A\u0430\u0442\u043E \u0438\u0437\u0431\u0438\u0440\u0430\u0442\u0435 \u043F\u043E \u043D\u0435 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u043D\u0430\u0432\u0435\u0434\u043D\u044A\u0436.
|
|
128
|
+
|
|
129
|
+
TBL_RSZ_BTN_TOOLTIP=\u041E\u0440\u0430\u0437\u043C\u0435\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0438\u0441\u043E\u0447\u0438\u043D\u0430\u0442\u0430 \u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430
|
|
130
|
+
|
|
131
|
+
TBL_RSZ_ROW_UP=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u0435\u0434\u0438\u043D \u0440\u0435\u0434 \u043D\u0430\u0433\u043E\u0440\u0435
|
|
132
|
+
|
|
133
|
+
TBL_RSZ_ROW_UP_SHORTCUT=\ \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u043D\u0430\u0433\u043E\u0440\u0435
|
|
134
|
+
|
|
135
|
+
TBL_RSZ_ROW_DOWN=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u0435\u0434\u0438\u043D \u0440\u0435\u0434 \u043D\u0430\u0434\u043E\u043B\u0443
|
|
136
|
+
|
|
137
|
+
TBL_RSZ_ROW_DOWN_SHORTCUT=\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u043D\u0430\u0434\u043E\u043B\u0443
|
|
138
|
+
|
|
139
|
+
TBL_RSZ_MINIMIZE=\u041C\u0438\u043D\u0438\u043C\u0438\u0437\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0440\u0430\u0437\u0434\u0435\u043B
|
|
140
|
+
|
|
141
|
+
TBL_RSZ_MINIMIZE_SHORTCUT=\u041D\u0430\u0447\u0430\u043B\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
142
|
+
|
|
143
|
+
TBL_RSZ_MAXIMIZE=\u041C\u0430\u043A\u0441\u0438\u043C\u0438\u0437\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0440\u0430\u0437\u0434\u0435\u043B
|
|
144
|
+
|
|
145
|
+
TBL_RSZ_MAXIMIZE_SHORTCUT=\u041A\u0440\u0430\u0439
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
TBL_FILTER=Filtre
|
|
3
3
|
TBL_FILTER_ITEM=Filtrar...
|
|
4
|
+
TBL_SORT=Classifica
|
|
4
5
|
TBL_SORT_ASC=Classificar en sentit ascendent
|
|
5
6
|
TBL_SORT_DESC=Classificar en sentit descendent
|
|
6
7
|
TBL_GROUP=Grup
|
|
7
8
|
TBL_UNGROUP=Desfer agrupaci\u00F3
|
|
9
|
+
TBL_UNGROUP_LEVEL=Desfer les agrupacions de nivell
|
|
8
10
|
TBL_UNGROUP_ALL=Desfer totes les agrupacions
|
|
9
11
|
TBL_COLUMNS=Columnes
|
|
10
12
|
TBL_FREEZE=Fixar
|
|
11
13
|
TBL_UNFREEZE=Desfer fixaci\u00F3
|
|
14
|
+
TBL_MOVE=Despla\u00E7ar
|
|
12
15
|
TBL_MOVE_UP=Cap amunt
|
|
13
16
|
TBL_MOVE_DOWN=Cap avall
|
|
17
|
+
TBL_EXPAND=Desplegar
|
|
14
18
|
TBL_EXPAND_LEVEL=Desplegar nivell
|
|
19
|
+
TBL_COLLAPSE=Amagar
|
|
15
20
|
TBL_COLLAPSE_LEVEL=Comprimir nivell
|
|
16
21
|
TBL_EXPAND_ALL=Desplegar-ho tot
|
|
17
22
|
TBL_COLLAPSE_ALL=Comprimir-ho tot
|
|
@@ -120,3 +125,21 @@ TBL_CREATEROW_LABEL=Crear nova entrada de taula
|
|
|
120
125
|
TBL_SELECT_LIMIT_TITLE=L\u00EDmit de selecci\u00F3
|
|
121
126
|
|
|
122
127
|
TBL_SELECT_LIMIT=En aquesta taula, no podeu afegir m\u00E9s de {0} elements a la selecci\u00F3 cada vegada.\n\nPodeu seguir afegint elements a la selecci\u00F3 tant cops com desitgeu, per\u00F2 nom\u00E9s es poden seleccionar {0} elements cada vegada.
|
|
128
|
+
|
|
129
|
+
TBL_RSZ_BTN_TOOLTIP=Redimensionar al\u00E7ada de taula
|
|
130
|
+
|
|
131
|
+
TBL_RSZ_ROW_UP=Pujar una fila
|
|
132
|
+
|
|
133
|
+
TBL_RSZ_ROW_UP_SHORTCUT=Fletxa cap amunt
|
|
134
|
+
|
|
135
|
+
TBL_RSZ_ROW_DOWN=Baixar una fila
|
|
136
|
+
|
|
137
|
+
TBL_RSZ_ROW_DOWN_SHORTCUT=Fletxa cap avall
|
|
138
|
+
|
|
139
|
+
TBL_RSZ_MINIMIZE=Minimitzar secci\u00F3
|
|
140
|
+
|
|
141
|
+
TBL_RSZ_MINIMIZE_SHORTCUT=P\u00E0gina d'inici
|
|
142
|
+
|
|
143
|
+
TBL_RSZ_MAXIMIZE=Maximitzar secci\u00F3
|
|
144
|
+
|
|
145
|
+
TBL_RSZ_MAXIMIZE_SHORTCUT=Fi
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
TBL_FILTER=Filter
|
|
3
3
|
TBL_FILTER_ITEM=Filtriranje...
|
|
4
|
+
TBL_SORT=Pore\u0111aj
|
|
4
5
|
TBL_SORT_ASC=Pore\u0111aj po rastu\u0107em redosljedu
|
|
5
6
|
TBL_SORT_DESC=Pore\u0111aj po opadaju\u0107em redosljedu
|
|
6
7
|
TBL_GROUP=Grupi\u0161i
|
|
7
8
|
TBL_UNGROUP=Poni\u0161ti grupisanje
|
|
9
|
+
TBL_UNGROUP_LEVEL=Poni\u0161ti grupisanje nivoa
|
|
8
10
|
TBL_UNGROUP_ALL=Poni\u0161ti grupisanje svega
|
|
9
11
|
TBL_COLUMNS=Kolone
|
|
10
12
|
TBL_FREEZE=Zamrzni
|
|
11
13
|
TBL_UNFREEZE=Odmrzni
|
|
14
|
+
TBL_MOVE=Pomjeri
|
|
12
15
|
TBL_MOVE_UP=Pomjeri nagore
|
|
13
16
|
TBL_MOVE_DOWN=Pomjeri nadolje
|
|
17
|
+
TBL_EXPAND=Pro\u0161iri
|
|
14
18
|
TBL_EXPAND_LEVEL=Pro\u0161iri nivo
|
|
19
|
+
TBL_COLLAPSE=Sa\u017Emi
|
|
15
20
|
TBL_COLLAPSE_LEVEL=Sa\u017Emi nivo
|
|
16
21
|
TBL_EXPAND_ALL=Pro\u0161iri sve
|
|
17
22
|
TBL_COLLAPSE_ALL=Sa\u017Emi sve
|
|
@@ -120,3 +125,21 @@ TBL_CREATEROW_LABEL=Kreiraj novi unos u tabelu
|
|
|
120
125
|
TBL_SELECT_LIMIT_TITLE=Ograni\u010Denje odabira
|
|
121
126
|
|
|
122
127
|
TBL_SELECT_LIMIT=U ovoj tabeli ne mo\u017Eete dodavati vi\u0161e od {0} stavki istovremenu u odabir.\n\nMo\u017Eete da nastavite da dodajete u odabir koliko \u017Eelite, ali samo {0} stavki mo\u017Ee biti odabrano istovremeno.
|
|
128
|
+
|
|
129
|
+
TBL_RSZ_BTN_TOOLTIP=Promijeni visinu tabele
|
|
130
|
+
|
|
131
|
+
TBL_RSZ_ROW_UP=Pomjeri na red iznad
|
|
132
|
+
|
|
133
|
+
TBL_RSZ_ROW_UP_SHORTCUT=Strelica gore
|
|
134
|
+
|
|
135
|
+
TBL_RSZ_ROW_DOWN=Pomjeri na red ispod
|
|
136
|
+
|
|
137
|
+
TBL_RSZ_ROW_DOWN_SHORTCUT=Strelica dolje
|
|
138
|
+
|
|
139
|
+
TBL_RSZ_MINIMIZE=Smanji odjeljak
|
|
140
|
+
|
|
141
|
+
TBL_RSZ_MINIMIZE_SHORTCUT=Po\u010Detna stranica
|
|
142
|
+
|
|
143
|
+
TBL_RSZ_MAXIMIZE=Pove\u0107aj odjeljak
|
|
144
|
+
|
|
145
|
+
TBL_RSZ_MAXIMIZE_SHORTCUT=Zavr\u0161i
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
TBL_FILTER=Filtr
|
|
3
3
|
TBL_FILTER_ITEM=Filtrov\u00E1n\u00ED...
|
|
4
|
+
TBL_SORT=T\u0159\u00EDdit
|
|
4
5
|
TBL_SORT_ASC=Vzestupn\u00E9 t\u0159\u00EDd\u011Bn\u00ED
|
|
5
6
|
TBL_SORT_DESC=Sestupn\u00E9 t\u0159\u00EDd\u011Bn\u00ED
|
|
6
7
|
TBL_GROUP=Skupina
|
|
7
8
|
TBL_UNGROUP=Zru\u0161it seskupen\u00ED
|
|
9
|
+
TBL_UNGROUP_LEVEL=Zru\u0161it seskupen\u00ED \u00FArovn\u00ED
|
|
8
10
|
TBL_UNGROUP_ALL=Zru\u0161it v\u0161echna seskupen\u00ED
|
|
9
11
|
TBL_COLUMNS=Sloupce
|
|
10
12
|
TBL_FREEZE=Fixovat
|
|
11
13
|
TBL_UNFREEZE=Zru\u0161it fixaci
|
|
14
|
+
TBL_MOVE=P\u0159esunout
|
|
12
15
|
TBL_MOVE_UP=Nahoru
|
|
13
16
|
TBL_MOVE_DOWN=Dol\u016F
|
|
17
|
+
TBL_EXPAND=Rozbalit
|
|
14
18
|
TBL_EXPAND_LEVEL=Rozbalit \u00FArove\u0148
|
|
19
|
+
TBL_COLLAPSE=Sbalit
|
|
15
20
|
TBL_COLLAPSE_LEVEL=Sbalit \u00FArove\u0148
|
|
16
21
|
TBL_EXPAND_ALL=Rozbalit v\u0161e
|
|
17
22
|
TBL_COLLAPSE_ALL=Sbalit v\u0161e
|
|
@@ -120,3 +125,21 @@ TBL_CREATEROW_LABEL=Vytvo\u0159it nov\u00FD tabulkov\u00FD z\u00E1znam
|
|
|
120
125
|
TBL_SELECT_LIMIT_TITLE=Limit v\u00FDb\u011Bru
|
|
121
126
|
|
|
122
127
|
TBL_SELECT_LIMIT=V t\u00E9to tabulce nem\u016F\u017Eete k va\u0161emu v\u00FDb\u011Bru p\u0159idat sou\u010Dasn\u011B v\u00EDce ne\u017E {0}polo\u017Eek.\n\nP\u0159id\u00E1vat polo\u017Eky k va\u0161emu v\u00FDb\u011Bru m\u016F\u017Eete kdykoli, ale najednou m\u016F\u017Ee b\u00FDt vybr\u00E1no jen {0} polo\u017Eek.
|
|
128
|
+
|
|
129
|
+
TBL_RSZ_BTN_TOOLTIP=Zm\u011Bnit v\u00FD\u0161ku tabulky
|
|
130
|
+
|
|
131
|
+
TBL_RSZ_ROW_UP=Posunout o \u0159\u00E1dku nahoru
|
|
132
|
+
|
|
133
|
+
TBL_RSZ_ROW_UP_SHORTCUT=\u0160ipka nahoru
|
|
134
|
+
|
|
135
|
+
TBL_RSZ_ROW_DOWN=Posunout o \u0159\u00E1dku dol\u016F
|
|
136
|
+
|
|
137
|
+
TBL_RSZ_ROW_DOWN_SHORTCUT=\u0160ipka dol\u016F
|
|
138
|
+
|
|
139
|
+
TBL_RSZ_MINIMIZE=Minimalizovat odd\u00EDl
|
|
140
|
+
|
|
141
|
+
TBL_RSZ_MINIMIZE_SHORTCUT=Dom\u016F
|
|
142
|
+
|
|
143
|
+
TBL_RSZ_MAXIMIZE=Maximalizovat odd\u00EDl
|
|
144
|
+
|
|
145
|
+
TBL_RSZ_MAXIMIZE_SHORTCUT=Konec
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
TBL_FILTER=Hidlydd
|
|
3
3
|
TBL_FILTER_ITEM=Hidlo...
|
|
4
|
+
TBL_SORT=Trefnu
|
|
4
5
|
TBL_SORT_ASC=Trefnu o\u2019r Dechrau i\u2019r Diwedd
|
|
5
6
|
TBL_SORT_DESC=Trefnu o\u2019r Diwedd i\u2019r Dechrau
|
|
6
7
|
TBL_GROUP=Gr\u0175p
|
|
7
8
|
TBL_UNGROUP=Dad-grwpio
|
|
9
|
+
TBL_UNGROUP_LEVEL=Dad-grwpio'r Lefel
|
|
8
10
|
TBL_UNGROUP_ALL=Dad-grwpio Pob Un
|
|
9
11
|
TBL_COLUMNS=Colofnau
|
|
10
12
|
TBL_FREEZE=Rhewi
|
|
11
13
|
TBL_UNFREEZE=Dadrewi
|
|
14
|
+
TBL_MOVE=Symud
|
|
12
15
|
TBL_MOVE_UP=Symud i Fyny
|
|
13
16
|
TBL_MOVE_DOWN=Symud i Lawr
|
|
17
|
+
TBL_EXPAND=Ehangu
|
|
14
18
|
TBL_EXPAND_LEVEL=Ehangu Lefel
|
|
19
|
+
TBL_COLLAPSE=Cwympo
|
|
15
20
|
TBL_COLLAPSE_LEVEL=Cwympo Lefel
|
|
16
21
|
TBL_EXPAND_ALL=Ehangu Pob Un
|
|
17
22
|
TBL_COLLAPSE_ALL=Cwympo Pob Un
|
|
@@ -120,3 +125,21 @@ TBL_CREATEROW_LABEL=Creu cofnod tabl newydd
|
|
|
120
125
|
TBL_SELECT_LIMIT_TITLE=Terfyn Dewis
|
|
121
126
|
|
|
122
127
|
TBL_SELECT_LIMIT=Yn y tabl hwn, does dim modd i chi ychwanegu mwy na {0} eitem ar y tro at eich dewis.\n\nGallwch chi ychwanegu at eich dewis pa mor aml ag yr hoffwch chi, ond dim ond {0} eitem y gallwch chi eu dewis ar y tro.
|
|
128
|
+
|
|
129
|
+
TBL_RSZ_BTN_TOOLTIP=Ailfeintio Uchder y Tabl
|
|
130
|
+
|
|
131
|
+
TBL_RSZ_ROW_UP=Symud i Fyny Un Rhes
|
|
132
|
+
|
|
133
|
+
TBL_RSZ_ROW_UP_SHORTCUT=Saeth i Fyny
|
|
134
|
+
|
|
135
|
+
TBL_RSZ_ROW_DOWN=Symud i Lawr Un Rhes
|
|
136
|
+
|
|
137
|
+
TBL_RSZ_ROW_DOWN_SHORTCUT=Saeth i Lawr
|
|
138
|
+
|
|
139
|
+
TBL_RSZ_MINIMIZE=Lleihau Adran
|
|
140
|
+
|
|
141
|
+
TBL_RSZ_MINIMIZE_SHORTCUT=Hafan
|
|
142
|
+
|
|
143
|
+
TBL_RSZ_MAXIMIZE=Mwyhau Adran
|
|
144
|
+
|
|
145
|
+
TBL_RSZ_MAXIMIZE_SHORTCUT=Diwedd
|