@openui5/sap.ui.table 1.71.60 → 1.71.61
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/package.json +3 -3
- package/src/sap/ui/table/.library +1 -1
- package/src/sap/ui/table/AnalyticalColumn.js +1 -1
- package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +1 -1
- package/src/sap/ui/table/Column.js +1 -1
- 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 +1 -1
- package/src/sap/ui/table/TableAccExtension.js +1 -1
- package/src/sap/ui/table/TableAccRenderExtension.js +1 -1
- package/src/sap/ui/table/TableBindingUtils.js +1 -1
- package/src/sap/ui/table/TableColumnUtils.js +1 -1
- package/src/sap/ui/table/TableDragAndDropExtension.js +1 -1
- package/src/sap/ui/table/TableExtension.js +1 -1
- package/src/sap/ui/table/TableGrouping.js +1 -1
- package/src/sap/ui/table/TableKeyboardDelegate2.js +1 -1
- package/src/sap/ui/table/TableKeyboardExtension.js +1 -1
- package/src/sap/ui/table/TableMenuUtils.js +1 -1
- package/src/sap/ui/table/TablePersoController.js +1 -1
- package/src/sap/ui/table/TablePointerExtension.js +1 -1
- package/src/sap/ui/table/TableScrollExtension.js +1 -1
- package/src/sap/ui/table/TableSyncExtension.js +1 -1
- package/src/sap/ui/table/TableUtils.js +1 -1
- package/src/sap/ui/table/TreeTable.js +1 -1
- package/src/sap/ui/table/library.js +10 -10
- package/src/sap/ui/table/messagebundle_ar.properties +0 -72
- package/src/sap/ui/table/messagebundle_bg.properties +0 -72
- package/src/sap/ui/table/messagebundle_ca.properties +0 -72
- package/src/sap/ui/table/messagebundle_cs.properties +0 -72
- package/src/sap/ui/table/messagebundle_da.properties +0 -72
- package/src/sap/ui/table/messagebundle_de.properties +0 -72
- package/src/sap/ui/table/messagebundle_el.properties +0 -72
- package/src/sap/ui/table/messagebundle_en.properties +0 -72
- package/src/sap/ui/table/messagebundle_es.properties +0 -72
- package/src/sap/ui/table/messagebundle_et.properties +0 -72
- package/src/sap/ui/table/messagebundle_fi.properties +0 -72
- package/src/sap/ui/table/messagebundle_fr.properties +0 -72
- package/src/sap/ui/table/messagebundle_hi.properties +0 -72
- package/src/sap/ui/table/messagebundle_hr.properties +0 -72
- package/src/sap/ui/table/messagebundle_hu.properties +0 -72
- package/src/sap/ui/table/messagebundle_it.properties +0 -72
- package/src/sap/ui/table/messagebundle_iw.properties +0 -72
- package/src/sap/ui/table/messagebundle_ja.properties +0 -72
- package/src/sap/ui/table/messagebundle_kk.properties +0 -72
- package/src/sap/ui/table/messagebundle_ko.properties +0 -72
- package/src/sap/ui/table/messagebundle_lt.properties +0 -72
- package/src/sap/ui/table/messagebundle_lv.properties +0 -72
- package/src/sap/ui/table/messagebundle_ms.properties +0 -72
- package/src/sap/ui/table/messagebundle_nl.properties +0 -72
- package/src/sap/ui/table/messagebundle_no.properties +0 -72
- package/src/sap/ui/table/messagebundle_pl.properties +0 -72
- package/src/sap/ui/table/messagebundle_pt.properties +0 -72
- package/src/sap/ui/table/messagebundle_ro.properties +0 -72
- package/src/sap/ui/table/messagebundle_ru.properties +0 -72
- package/src/sap/ui/table/messagebundle_sh.properties +0 -72
- package/src/sap/ui/table/messagebundle_sk.properties +0 -72
- package/src/sap/ui/table/messagebundle_sl.properties +0 -72
- package/src/sap/ui/table/messagebundle_sr.properties +0 -72
- package/src/sap/ui/table/messagebundle_sv.properties +0 -72
- package/src/sap/ui/table/messagebundle_th.properties +0 -72
- package/src/sap/ui/table/messagebundle_tr.properties +0 -72
- package/src/sap/ui/table/messagebundle_uk.properties +0 -72
- package/src/sap/ui/table/messagebundle_vi.properties +0 -72
- package/src/sap/ui/table/messagebundle_zh_CN.properties +0 -72
- package/src/sap/ui/table/messagebundle_zh_TW.properties +0 -72
- package/src/sap/ui/table/plugins/BindingSelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/SelectionModelPlugin.js +1 -1
- package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
- package/src/sap/ui/table/rowmodes/AutoRowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/FixedRowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/VariableRowMode.js +1 -1
|
@@ -1,188 +1,116 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.table library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMIT: Menuitem to filter
|
|
5
2
|
TBL_FILTER=\u0424\u0438\u043B\u0442\u044A\u0440
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
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
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0432 \u043D\u0438\u0437\u0445\u043E\u0434\u044F\u0449 \u0440\u0435\u0434
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=\u0413\u0440\u0443\u043F\u0430
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=\u0420\u0430\u0437\u0433\u0440\u0443\u043F\u0438\u0440\u0430\u043D\u0435
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=\u0420\u0430\u0437\u0433\u0440\u0443\u043F\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=\u041A\u043E\u043B\u043E\u043D\u0438
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=\u0424\u0438\u043A\u0441\u0438\u0440\u0430\u043D\u0435
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=\u041E\u0442\u043C\u044F\u043D\u0430 \u043D\u0430 \u0444\u0438\u043A\u0441\u0438\u0440\u0430\u043D\u0435\u0442\u043E
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=\u041F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0438\u0432\u043E\u0442\u043E
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0438\u0432\u043E\u0442\u043E
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430\u0442\u0430
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430\u0442\u0430
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0441 \u043A\u043B\u0438\u043A\u0432\u0430\u043D\u0435
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=\u041A\u043B\u0438\u043A\u043D\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u043F\u0440\u0435\u043C\u0430\u0445\u043D\u0435\u0442\u0435 \u043E\u0442 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=\u041A\u043B\u0438\u043A\u043D\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435, \u0438\u043B\u0438 \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 SHIFT \u0438 \u043A\u043B\u0438\u043A\u043D\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u0441 \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D \u0438\u0437\u0431\u043E\u0440
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u0441 \u0435\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0438\u0437\u0431\u043E\u0440
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=\u0422\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u0430 \u0438 {1} \u043A\u043E\u043B\u043E\u043D\u0438
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=\u0417\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u0440\u0435\u0434, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0418\u041D\u0422\u0415\u0420\u0412\u0410\u041B
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=\u0417\u0430 \u043F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0440\u0435\u0434 \u043E\u0442 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0418\u041D\u0422\u0415\u0420\u0412\u0410\u041B
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=\u041D\u044F\u043C\u0430 \u0434\u0430\u043D\u043D\u0438
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440\u0430
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=\u0417\u0430 \u0434\u0430 \u0432\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u043A\u043B\u0435\u0442\u043A\u0430 \u043E\u0442 \u0442\u0430\u0431\u043B\u0438\u0446\u0430, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B\u0430
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B\u0430
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=\u0412\u044A\u0437\u0435\u043B
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=\u041E\u0431\u0449\u043E
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=\u041E\u0431\u0449\u0430 \u0441\u0443\u043C\u0430
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=\u041A\u0440\u0430\u0439\u043D\u0438 \u0441\u0443\u043C\u0438 \u0437\u0430 \u0433\u0440\u0443\u043F\u0430
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=\u0424\u0438\u043A\u0441\u0438\u0440\u0430\u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=\u0420\u0435\u0434 {0} \u043E\u0442 {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=\u041A\u043E\u043B\u043E\u043D\u0430 {0} \u043E\u0442 {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 \u0440\u0435\u0434
|
|
108
63
|
|
|
109
|
-
#XACT: accessibility label for a column row header cell (cell on the top left of the table)
|
|
110
64
|
TBL_ROW_COL_HEADER_LABEL=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 \u0440\u0435\u0434 \u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=\u0420\u0435\u0434 \u0437\u0430 \u0433\u0440\u0443\u043F\u0430
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=\u0418\u0437\u0431\u0440\u0430\u043D \u0440\u0435\u0434
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=\u041D\u0430\u043B\u0438\u0447\u043D\u043E \u043C\u0435\u043D\u044E
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0438
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0438 \u0432\u044A\u0432 \u0432\u044A\u0437\u0445\u043E\u0434\u044F\u0449 \u0440\u0435\u0434
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0438 \u0432 \u043D\u0438\u0437\u0445\u043E\u0434\u044F\u0449 \u0440\u0435\u0434
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=\u041E\u0431\u0445\u0432\u0430\u0449\u0430 {0} \u043A\u043E\u043B\u043E\u043D\u0438
|
|
132
79
|
|
|
133
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is disabled
|
|
134
80
|
TBL_CTRL_STATE_DISABLED=\u0414\u0435\u0437\u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u043E
|
|
135
81
|
|
|
136
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is readonly
|
|
137
82
|
TBL_CTRL_STATE_READONLY=\u0421\u0430\u043C\u043E \u0447\u0435\u0442\u0435\u043D\u0435
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0437\u0430 \u0440\u0435\u0434\u0430
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=\u041D\u044F\u043C\u0430 \u043D\u0430\u043B\u0438\u0447\u043D\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=\u041D\u0430\u043B\u0438\u0447\u043D\u043E \u0435 1 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION=\u041D\u0430\u043B\u0438\u0447\u043D\u0438 \u0441\u0430 {0} \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=\u0414\u0440\u0443\u0433\u0438
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=\u0413\u0440\u0435\u0448\u043A\u0430
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=\u0423\u0441\u043F\u0435\u0448\u043D\u043E
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=\u0417\u0430 \u0434\u0430 \u0440\u0430\u0437\u0433\u044A\u0440\u043D\u0435\u0442\u0435 \u0440\u0435\u0434\u0430, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0430 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=\u0417\u0430 \u0434\u0430 \u0441\u043A\u0440\u0438\u0435\u0442\u0435 \u0440\u0435\u0434\u0430, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0430 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B
|
|
177
109
|
|
|
178
|
-
#XBUT: Text of the apply button to save the data entered in the "creation row", a form in the table for creating new rows.
|
|
179
110
|
TBL_CREATIONROW_APPLY=\u041F\u0440\u0438\u043B\u0430\u0433\u0430\u043D\u0435
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u043E\u0432 \u0437\u0430\u043F\u0438\u0441 \u0432 \u0442\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430
|
|
183
113
|
|
|
184
|
-
#XTIT: Title of the message popover on the last selected item, when the selection was limited
|
|
185
114
|
TBL_SELECT_LIMIT_TITLE=\u041B\u0438\u043C\u0438\u0442 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
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.
|
|
@@ -1,188 +1,116 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.table library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMIT: Menuitem to filter
|
|
5
2
|
TBL_FILTER=Filtre
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Filtrar...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=Classificar en sentit ascendent
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Classificar en sentit descendent
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Grup
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Desfer agrupaci\u00F3
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Desfer totes les agrupacions
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Columnes
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Fixar
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Desfer fixaci\u00F3
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Cap amunt
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Cap avall
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=Desplegar nivell
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Comprimir nivell
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Desplegar-ho tot
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Comprimir-ho tot
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Mostrar
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Ocultar
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Mostrar columna
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Ocultar columna
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Feu clic per marcar una l\u00EDnia
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Feu clic per desmarcar
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Feu clic per marcar una l\u00EDnia o premeu Maj\u00FAs per marcar diverses l\u00EDnies
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Taula amb selecci\u00F3 m\u00FAltiple activada
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Taula amb selecci\u00F3 individual activada
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Taula no v\u00E0lida
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=La taula cont\u00E9 {0} files i {1} columnes
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Premeu l'espaiador per seleccionar l\u00EDnies
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Premeu l'espaiador per anul\u00B7lar la selecci\u00F3
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=No hi ha dades
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Marcar-ho tot
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=Suprimir totes les marques de selecci\u00F3
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Per passar a una cel\u00B7la d'una taula, pr\u00E9mer F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Desplegar nodes
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Comprimir nodes
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Nodes
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Total
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Total
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Total per a grup
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Columna fixa
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=Fila {0} de {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=Columna {0} de {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Cap\u00E7alera de l\u00EDnia
|
|
108
63
|
|
|
109
|
-
#XACT: accessibility label for a column row header cell (cell on the top left of the table)
|
|
110
64
|
TBL_ROW_COL_HEADER_LABEL=L\u00EDnia de cap\u00E7alera per a columnes
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=L\u00EDnia de grup
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=L\u00EDnia seleccionada
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Men\u00FA disponible
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Filtrat
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Classificat en ordre ascendent
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Classificat en ordre descendent
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Inclou {0} columnes
|
|
132
79
|
|
|
133
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is disabled
|
|
134
80
|
TBL_CTRL_STATE_DISABLED=Desactivat
|
|
135
81
|
|
|
136
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is readonly
|
|
137
82
|
TBL_CTRL_STATE_READONLY=Nom\u00E9s de lectura
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Accions de l\u00EDnia
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Cap acci\u00F3 disponible
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 acci\u00F3 disponible
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} accions disponibles
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=Detalls
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=Suprimir
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=M\u00E9s
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Informaci\u00F3
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Error
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Advert\u00E8ncia
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=\u00C8xit
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Per desplegar una l\u00EDnia, premeu l'espaiador
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Per comprimir una l\u00EDnia, premeu l'espaiador
|
|
177
109
|
|
|
178
|
-
#XBUT: Text of the apply button to save the data entered in the "creation row", a form in the table for creating new rows.
|
|
179
110
|
TBL_CREATIONROW_APPLY=Aplicar
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Crear nova entrada de taula
|
|
183
113
|
|
|
184
|
-
#XTIT: Title of the message popover on the last selected item, when the selection was limited
|
|
185
114
|
TBL_SELECT_LIMIT_TITLE=L\u00EDmit de selecci\u00F3
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
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.
|
|
@@ -1,188 +1,116 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.table library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMIT: Menuitem to filter
|
|
5
2
|
TBL_FILTER=Filtr
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Filtrov\u00E1n\u00ED...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=Vzestupn\u00E9 t\u0159\u00EDd\u011Bn\u00ED
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Sestupn\u00E9 t\u0159\u00EDd\u011Bn\u00ED
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Skupina
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Zru\u0161it seskupen\u00ED
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Zru\u0161it v\u0161echna seskupen\u00ED
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Sloupce
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Fixovat
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Zru\u0161it fixaci
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Nahoru
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Dol\u016F
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=Rozbalit \u00FArove\u0148
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Sbalit \u00FArove\u0148
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Rozbalit v\u0161e
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Sbalit v\u0161e
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Zobrazen\u00ED
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Potla\u010Den\u00ED zobrazen\u00ED
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Zobrazit sloupec
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Skr\u00FDt sloupec
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Kliknut\u00EDm vyberete
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Kliknut\u00EDm zru\u0161\u00EDte v\u00FDb\u011Br
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Klikn\u011Bte pro ozna\u010Den\u00ED \u0159\u00E1dky, nebo klikn\u011Bte na SHIFT, aby se ozna\u010Dilo v\u00EDce \u0159\u00E1dek
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Tabulka s aktivovan\u00FDm v\u00EDcen\u00E1sobn\u00FDm v\u00FDb\u011Brem
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Tabulka s aktivovan\u00FDm jednotliv\u00FDm v\u00FDb\u011Brem
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Neplatn\u00E1 tabulka
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Tabulka obsahuje {0} \u0159\u00E1dky a {1} sloupce
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Pro v\u00FDb\u011Br \u0159\u00E1dky stiskn\u011Bte mezern\u00EDk
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Pro zru\u0161en\u00ED v\u00FDb\u011Bru stiskn\u011Bte mezern\u00EDk
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=\u017D\u00E1dn\u00E1 data
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Ozna\u010Dit v\u0161e
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=V\u00FDmaz v\u0161ech ozna\u010Den\u00ED
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Pro p\u0159echod do bu\u0148ky tabulky stiskn\u011Bte F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Rozbalit uzel
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Sbalit uzel
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Uzel
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Celkem
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Celkov\u00FD sou\u010Det
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Sou\u010Det za skupinu
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Fixn\u00ED sloupec
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=\u0158\u00E1dka {0} z {1} \u0159\u00E1dek
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=Vyhodnocen\u00ED {0} z {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Hlavi\u010Dka \u0159\u00E1dky
|
|
108
63
|
|
|
109
|
-
#XACT: accessibility label for a column row header cell (cell on the top left of the table)
|
|
110
64
|
TBL_ROW_COL_HEADER_LABEL=Hlavi\u010Dka \u0159\u00E1dky pro sloupce
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Skupinov\u00E1 \u0159\u00E1dka
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Vybran\u00E1 \u0159\u00E1dka
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Menu existuje
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Odfiltrov\u00E1no
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=T\u0159\u00EDd\u011Bno vzestupn\u011B
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=T\u0159\u00EDd\u011Bno sestupn\u011B
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Obsahuje {0} sloupc\u016F
|
|
132
79
|
|
|
133
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is disabled
|
|
134
80
|
TBL_CTRL_STATE_DISABLED=Deaktivov\u00E1no
|
|
135
81
|
|
|
136
|
-
#XACT: state which should be announced by screenreaders if the element in a table cell is readonly
|
|
137
82
|
TBL_CTRL_STATE_READONLY=Chr\u00E1n\u011Bno proti z\u00E1pisu
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Akce \u0159\u00E1dky
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Akce nejsou k dispozici
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 akce k dispozici
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} dostupn\u00E9 akce
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=Detaily
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=V\u00FDmaz
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=V\u00EDce
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Informace
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Chyba
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Upozorn\u011Bn\u00ED
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=\u00DAsp\u011Bch
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Pro rozbalen\u00ED \u0159\u00E1dky stiskn\u011Bte mezern\u00EDk
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Pro sbalen\u00ED \u0159\u00E1dky stiskn\u011Bte mezern\u00EDk
|
|
177
109
|
|
|
178
|
-
#XBUT: Text of the apply button to save the data entered in the "creation row", a form in the table for creating new rows.
|
|
179
110
|
TBL_CREATIONROW_APPLY=Pou\u017E\u00EDt
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Vytvo\u0159it nov\u00FD tabulkov\u00FD z\u00E1znam
|
|
183
113
|
|
|
184
|
-
#XTIT: Title of the message popover on the last selected item, when the selection was limited
|
|
185
114
|
TBL_SELECT_LIMIT_TITLE=Limit v\u00FDb\u011Bru
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
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.
|