@openui5/sap.ui.table 1.71.59 → 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 +3 -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 +16 -88
- 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 +116 -0
- 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\u044C\u0442\u0440
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=\u0424\u0438\u043B\u044C\u0442\u0440...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E \u0432\u043E\u0441\u0445\u043E\u0434\u044F\u0449\u0435\u0439
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E \u043D\u0438\u0441\u0445\u043E\u0434\u044F\u0449\u0435\u0439
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=\u0413\u0440\u0443\u043F\u043F\u0430
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u043A\u0443
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u0441\u0435 \u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u043A\u0438
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=\u0421\u0442\u043E\u043B\u0431\u0446\u044B
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=\u0424\u0438\u043A\u0441\u0438\u0440\u043E\u0432\u0430\u0442\u044C
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0444\u0438\u043A\u0441\u0430\u0446\u0438\u044E
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=\u0412\u0432\u0435\u0440\u0445
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=\u0412\u043D\u0438\u0437
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0443\u0440\u043E\u0432\u0435\u043D\u044C
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0443\u0440\u043E\u0432\u0435\u043D\u044C
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=\u0421\u043A\u0440\u044B\u0442\u044C
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u0442\u043E\u043B\u0431\u0435\u0446
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=\u0421\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u043E\u043B\u0431\u0435\u0446
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u044B\u0434\u0435\u043B\u0438\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0441\u0442\u0440\u043E\u043A\u0438 \u0438\u043B\u0438 \u0449\u0435\u043B\u043A\u043D\u0438\u0442\u0435 \u0441 \u043D\u0430\u0436\u0430\u0442\u043E\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0435\u0439 SHIFT \u0434\u043B\u044F \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0442\u0440\u043E\u043A
|
|
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 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u043C \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u043C \u0432\u044B\u0431\u043E\u0440\u043E\u043C
|
|
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 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u043C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u044B\u043C \u0432\u044B\u0431\u043E\u0440\u043E\u043C
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=\u041D\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \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 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0442\u0440\u043E\u043A\: {0} \u0438 \u0441\u0442\u043E\u043B\u0431\u0446\u043E\u0432\: {1}
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=\u0414\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430 \u0441\u0442\u0440\u043E\u043A\u0438 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u043E\u0431\u0435\u043B
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=\u0414\u043B\u044F \u043E\u0442\u043C\u0435\u043D\u044B \u0432\u044B\u0431\u043E\u0440\u0430 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u043E\u0431\u0435\u043B
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=\u0412\u044B\u0434\u0435\u043B\u0438\u0442\u044C \u0432\u0441\u0435
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=\u0414\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u044F\u0447\u0435\u0439\u043A\u0435 \u0442\u0430\u0431\u043B\u0438\u0446\u044B \u043D\u0430\u0436\u043C\u0438\u0442\u0435 F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0443\u0437\u0435\u043B
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0443\u0437\u0435\u043B
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=\u0423\u0437\u0435\u043B
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=\u0418\u0442\u043E\u0433\u043E
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=\u041E\u0431\u0449\u0430\u044F \u0441\u0443\u043C\u043C\u0430
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=\u0421\u0443\u043C\u043C\u0430 \u0434\u043B\u044F \u0433\u0440\u0443\u043F\u043F\u044B
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=\u0424\u0438\u043A\u0441\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0441\u0442\u043E\u043B\u0431\u0435\u0446
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=\u0421\u0442\u0440\u043E\u043A\u0430 {0} \u0438\u0437 {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=\u0421\u0442\u043E\u043B\u0431\u0435\u0446 {0} \u0438\u0437 {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0441\u0442\u0440\u043E\u043A\u0438
|
|
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=\u0421\u0442\u0440\u043E\u043A\u0430 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u043E\u0432
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=\u0413\u0440\u0443\u043F\u043F\u043E\u0432\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=\u0412\u044B\u0431\u0440\u0430\u043D\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=\u041C\u0435\u043D\u044E \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=\u041E\u0442\u0444\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u043D\u043E
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=\u041E\u0442\u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u043F\u043E \u0432\u043E\u0441\u0445\u043E\u0434\u044F\u0449\u0435\u0439
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=\u041E\u0442\u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u043F\u043E \u043D\u0438\u0441\u0445\u043E\u0434\u044F\u0449\u0435\u0439
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=\u041E\u0445\u0432\u0430\u0442\u044B\u0432\u0430\u0435\u0442 \u0441\u0442\u043E\u043B\u0431\u0446\u044B\: {0}
|
|
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\u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\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=\u0417\u0430\u0449\u0438\u0449\u0435\u043D\u043E \u043E\u0442 \u0437\u0430\u043F\u0438\u0441\u0438
|
|
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 \u0441\u043E \u0441\u0442\u0440\u043E\u043A\u043E\u0439
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u043E 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=\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F\: {0}
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=\u0421\u0432\u0435\u0434\u0435\u043D\u0438\u044F
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=\u0423\u0434\u0430\u043B\u0438\u0442\u044C
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=\u0411\u043E\u043B\u044C\u0448\u0435
|
|
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=\u041E\u0448\u0438\u0431\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\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=\u0427\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u043E\u0431\u0435\u043B
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=\u0427\u0442\u043E\u0431\u044B \u0441\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u043E\u0431\u0435\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\u043C\u0435\u043D\u0438\u0442\u044C
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C \u0442\u0430\u0431\u043B\u0438\u0446\u044B
|
|
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=\u041E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 \u0432\u044B\u0431\u043E\u0440\u0430
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=\u0412 \u044D\u0442\u043E\u0439 \u0442\u0430\u0431\u043B\u0438\u0446\u0435 \u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432 \u0432\u044B\u0431\u043E\u0440 \u0431\u043E\u043B\u044C\u0448\u0435 {0} \u043F\u043E\u0437\u0438\u0446\u0438\u0439 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E.\n\n\u041C\u043E\u0436\u043D\u043E \u0434\u043E\u0431\u0430\u0432\u043B\u044F\u0442\u044C \u0432 \u0432\u044B\u0431\u043E\u0440 \u043F\u043E\u0437\u0438\u0446\u0438\u0438, \u0441\u043A\u043E\u043B\u044C\u043A\u043E \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E {0} \u043F\u043E\u0437\u0438\u0446\u0438\u0439 \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437.
|
|
@@ -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=Filter
|
|
6
|
-
|
|
7
|
-
TBL_FILTER_ITEM=Filtriraj...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
3
|
+
TBL_FILTER_ITEM=Filtriranje...
|
|
9
4
|
TBL_SORT_ASC=Pore\u0111aj po rastu\u0107em redosledu
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Pore\u0111aj po opadaju\u0107em redosledu
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Grupi\u0161i
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
|
-
TBL_UNGROUP_ALL=Razgrupi\u0161i sve
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
7
|
+
TBL_UNGROUP=Poni\u0161ti grupisanje
|
|
8
|
+
TBL_UNGROUP_ALL=Poni\u0161ti grupisanje svega
|
|
19
9
|
TBL_COLUMNS=Kolone
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Zamrzni
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Odmrzni
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
|
-
TBL_MOVE_DOWN=Pomeri dole
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
12
|
+
TBL_MOVE_UP=Pomeri nagore
|
|
13
|
+
TBL_MOVE_DOWN=Pomeri nadole
|
|
29
14
|
TBL_EXPAND_LEVEL=Pro\u0161iri nivo
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Sa\u017Emi nivo
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Pro\u0161iri sve
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Sa\u017Emi sve
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Prika\u017Ei
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Sakrij
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Prika\u017Ei kolonu
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Sakrij kolonu
|
|
44
22
|
|
|
45
|
-
|
|
46
|
-
TBL_ROW_SELECT=Kliknite da odaberete
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
23
|
+
TBL_ROW_SELECT=Kliknite odaberete
|
|
48
24
|
TBL_ROW_DESELECT=Kliknite da poni\u0161tite odabir
|
|
49
|
-
|
|
50
|
-
TBL_ROW_SELECT_MULTI_TOGGLE=Kliknite za odabir ili pritisnite SHIFT i kliknite za odabir raspona
|
|
25
|
+
TBL_ROW_SELECT_MULTI_TOGGLE=Kliknite da odaberete ili pritisnite SHIFT i kliknite da odaberete raspon
|
|
51
26
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
|
-
TBL_TABLE_SELECTION_SINGLE=Tabela sa aktiviranim pojedina\u010Dnim odabirom
|
|
27
|
+
TBL_TABLE_SELECTION_MULTI=Tabela s vi\u0161estrukim odabirom
|
|
28
|
+
TBL_TABLE_SELECTION_SINGLE=Tabela s pojedina\u010Dnim odabirom
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Neva\u017Ee\u0107a tabela
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Tabela sadr\u017Ei {0} redova i {1} kolona
|
|
62
33
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
|
-
TBL_ROW_DESELECT_KEY=Za poni\u0161tenje odabira reda pritisnite RAZMAK
|
|
34
|
+
TBL_ROW_SELECT_KEY=Da biste odabrali red, pritisnite razmak
|
|
35
|
+
TBL_ROW_DESELECT_KEY=Da biste poni\u0161tili odabir reda, pritisnite razmak
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=Nema podataka
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Odaberi sve
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=Poni\u0161ti sve odabire
|
|
75
41
|
|
|
76
|
-
|
|
77
|
-
TBL_TOGGLE_EDIT_KEY=Za unos \u0107elije tabele pritisnite F2
|
|
42
|
+
TBL_TOGGLE_EDIT_KEY=Da biste pre\u0161li na \u0107eliju tabele, pritisnite F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Pro\u0161iri \u010Dvor
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Sa\u017Emi \u010Dvor
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=\u010Cvor
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Ukupno
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Ukupni zbir
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Ukupni iznosi za grupu
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Fiksna kolona
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=Red {0} od {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=Kolona {0} od {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Zaglavlje reda
|
|
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=Zaglavlje reda kolone
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Red grupe
|
|
114
67
|
|
|
115
|
-
|
|
116
|
-
TBL_ROW_DESC_SELECTED=Red odabran
|
|
68
|
+
TBL_ROW_DESC_SELECTED=Red izabran
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Meni dostupan
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Filtrirano
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Pore\u0111ano po rastu\u0107em redosledu
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Pore\u0111ano po opadaju\u0107em redosledu
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Obuhvata {0} kolona
|
|
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=Deaktivirano
|
|
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=Samo za \u010Ditanje
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Radnje reda
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Radnje nisu dostupne
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 radnja dostupna
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} radnji dostupno
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=Detalji
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=Izbri\u0161i
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=Vi\u0161e
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Informacije
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Gre\u0161ka
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Upozorenje
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=Uspeh
|
|
171
105
|
|
|
172
|
-
|
|
173
|
-
TBL_ROW_EXPAND_KEY=Za pro\u0161irenje reda pritisnite razmak
|
|
106
|
+
TBL_ROW_EXPAND_KEY=Da biste pro\u0161irili red, pritisnite razmak
|
|
174
107
|
|
|
175
|
-
|
|
176
|
-
TBL_ROW_COLLAPSE_KEY=Za sa\u017Eimanje reda pritisnite razmak
|
|
108
|
+
TBL_ROW_COLLAPSE_KEY=Da biste sa\u017Eeli red, pritisnite razmak
|
|
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=Primeni
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Kreiraj novi unos u tabelu
|
|
183
113
|
|
|
184
|
-
|
|
185
|
-
TBL_SELECT_LIMIT_TITLE=Ograni\u0107enje odabira
|
|
114
|
+
TBL_SELECT_LIMIT_TITLE=Ograni\u010Denje odabira
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
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.
|
|
@@ -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=Filter
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Filtrovanie...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=Triedi\u0165 vzostupne
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Triedi\u0165 zostupne
|
|
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\u0161i\u0165 zoskupenie
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Zru\u0161i\u0165 v\u0161etky zoskupenia
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=St\u013Apce
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Fixova\u0165
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Zru\u0161i\u0165 fix\u00E1ciu
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Nahor
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Nadol
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=Rozbali\u0165 \u00FArove\u0148
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Zbali\u0165 \u00FArove\u0148
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Rozbali\u0165 v\u0161etko
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Zbali\u0165 v\u0161etko
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Zobrazenie
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Potla\u010Denie
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Zobrazi\u0165 st\u013Apec
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Skry\u0165 st\u013Apec
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Kliknut\u00EDm vyberte
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Kliknut\u00EDm zru\u0161te ozna\u010Denie
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Kliknite, aby ste ozna\u010Dili riadok, alebo stla\u010Dte SHIFT a kliknite, aby ste ozna\u010Dili viac riadkov
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Tabu\u013Eka s aktivovan\u00FDm viacn\u00E1sobn\u00FDm v\u00FDberom
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Tabu\u013Eka s aktivovan\u00FDm jednotliv\u00FDm v\u00FDberom
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Neplatn\u00E1 tabu\u013Eka
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Tabu\u013Eka obsahuje {0} riadkov a {1} st\u013Apcov
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Ak chcete vybra\u0165 riadok, stla\u010Dte medzern\u00EDk
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Pre zru\u0161enie v\u00FDberu stla\u010Dte medzern\u00EDk
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=\u017Diadne d\u00E1ta
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Ozna\u010Di\u0165 v\u0161etko
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=Odstr\u00E1ni\u0165 v\u0161etky ozna\u010Denia
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Ak chcete prejs\u0165 do bunky tabu\u013Eky, stla\u010Dte F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Rozbali\u0165 uzol
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Zbali\u0165 uzol
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Uzol
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Celkom
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Celkov\u00FD s\u00FA\u010Det
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=S\u00FA\u010Det pre skupinu
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Pevn\u00FD st\u013Apec
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=Riadok {0} z {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=St\u013Apec {0} z {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Hlavi\u010Dka riadka
|
|
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 riadka pre st\u013Apce
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Skupinov\u00FD riadok
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Vybran\u00FD riadok
|
|
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=Filtrovan\u00E9
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Trieden\u00E9 vzostupne
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Trieden\u00E9 zostupne
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Zah\u0155\u0148a {0} st\u013Apcov
|
|
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=Deaktivovan\u00E9
|
|
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\u00E1nen\u00E9 proti z\u00E1pisu
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Akcie riadka
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=\u017Diadne akcie nie s\u00FA k dispoz\u00EDcii
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 akcia je k dispoz\u00EDcii
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION=Dostupn\u00E9 akcie\: {0}
|
|
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=Vymaza\u0165
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=Viac
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Inform\u00E1cia
|
|
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=Upozornenie
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=\u00DAspech
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Na rozbalenie riadka stla\u010Dte medzern\u00EDk
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Na zbalenie riadka stla\u010Dte medzern\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\u017Ei\u0165
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Vytvorenie nov\u00E9ho tabu\u013Ekov\u00E9ho z\u00E1znamu
|
|
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\u00FDberu
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=V tejto tabu\u013Eke nie je mo\u017En\u00E9 prida\u0165 do v\u00FDberu naraz viac ako {0} polo\u017Eky/polo\u017Eiek.\n\nV prid\u00E1van\u00ED do svojho v\u00FDberu m\u00F4\u017Eete pokra\u010Dova\u0165 tak \u010Dasto, ako chcete, av\u0161ak naraz m\u00F4\u017Eete vybra\u0165 len {0} polo\u017Eky/polo\u017Eiek.
|