@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=\uD544\uD130
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=\uD544\uD130...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=\uC624\uB984\uCC28\uC21C \uC815\uB82C
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=\uB0B4\uB9BC\uCC28\uC21C \uC815\uB82C
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=\uADF8\uB8F9
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=\uADF8\uB8F9 \uD574\uC81C
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=\uBAA8\uB450 \uADF8\uB8F9 \uD574\uC81C
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=\uC5F4
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=\uACE0\uC815
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=\uACE0\uC815 \uD574\uC81C
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=\uC704\uB85C \uC774\uB3D9
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=\uC544\uB798\uB85C \uC774\uB3D9
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=\uB808\uBCA8 \uD3BC\uCE58\uAE30
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=\uB808\uBCA8 \uC811\uAE30
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=\uBAA8\uB450 \uD3BC\uCE58\uAE30
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=\uBAA8\uB450 \uC811\uAE30
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=\uD45C\uC2DC
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=\uC228\uAE30\uAE30
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=\uC5F4 \uD45C\uC2DC
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=\uC5F4 \uC228\uAE30\uAE30
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=\uC120\uD0DD\uD558\uB824\uBA74 \uD074\uB9AD
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=\uC120\uD0DD \uD574\uC81C\uD558\uB824\uBA74 \uD074\uB9AD
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=\uD074\uB9AD\uD558\uC5EC \uC120\uD0DD\uD558\uAC70\uB098 Shift\uB97C \uB204\uB978 \uCC44 \uD074\uB9AD\uD558\uC5EC \uBC94\uC704\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4.
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=\uBCF5\uC218 \uC120\uD0DD \uD14C\uC774\uBE14
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=\uB2E8\uC77C \uC120\uD0DD \uD14C\uC774\uBE14
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=\uC798\uBABB\uB41C \uD14C\uC774\uBE14
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=\uD14C\uC774\uBE14\uC5D0 {0}\uAC1C\uC758 \uD589\uACFC {1}\uAC1C\uC758 \uC5F4\uC774 \uC788\uC2B5\uB2C8\uB2E4.
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=\uD589\uC744 \uC120\uD0DD\uD558\uB824\uBA74 \uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uB204\uB974\uC2ED\uC2DC\uC624.
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=\uD589 \uC120\uD0DD\uC744 \uD574\uC81C\uD558\uB824\uBA74 \uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uB204\uB974\uC2ED\uC2DC\uC624.
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=\uBAA8\uB450 \uC120\uD0DD
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=\uD14C\uC774\uBE14 \uC140\uC744 \uC785\uB825\uD558\uB824\uBA74 F2\uB97C \uB204\uB974\uC2ED\uC2DC\uC624.
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=\uB178\uB4DC \uD3BC\uCE58\uAE30
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=\uB178\uB4DC \uC811\uAE30
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=\uB178\uB4DC
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=\uCD1D\uACC4
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=\uCD1D \uD569\uACC4
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=\uADF8\uB8F9 \uCD1D\uACC4
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=\uACE0\uC815 \uC5F4
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT={1}\uC758 \uD589 {0}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT={1}\uC758 \uC5F4 {0}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=\uD589 \uD5E4\uB354
|
|
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=\uC5F4 \uD589 \uD5E4\uB354
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=\uADF8\uB8F9 \uD589
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=\uC120\uD0DD\uB41C \uD589
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=\uBA54\uB274 \uC0AC\uC6A9 \uAC00\uB2A5
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=\uD544\uD130\uB9C1\uB428
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=\uC624\uB984\uCC28\uC21C \uC815\uB82C
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=\uB0B4\uB9BC\uCC28\uC21C \uC815\uB82C
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN={0}\uAC1C\uC758 \uC5F4\uC5D0 \uAC78\uCCD0 \uC788\uC74C
|
|
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=\uC0AC\uC6A9 \uC548 \uD568
|
|
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=\uC77D\uAE30 \uC804\uC6A9
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=\uD589 \uC561\uC158
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=\uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 \uC561\uC158\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=\uD558\uB098\uC758 \uC561\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0}\uAC1C\uC758 \uC561\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=\uC138\uBD80\uC0AC\uD56D
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=\uC0AD\uC81C
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=\uB354 \uBCF4\uAE30
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=\uC815\uBCF4
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=\uC624\uB958
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=\uACBD\uACE0
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=\uC131\uACF5
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=\uD589\uC744 \uD3BC\uCE58\uB824\uBA74 \uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uB204\uB974\uC2ED\uC2DC\uC624.
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=\uD589\uC744 \uC811\uC73C\uB824\uBA74 \uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uB204\uB974\uC2ED\uC2DC\uC624.
|
|
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=\uC801\uC6A9
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=\uC2E0\uADDC \uD14C\uC774\uBE14 \uC5D4\uD2B8\uB9AC \uC0DD\uC131
|
|
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=\uC120\uD0DD \uD55C\uB3C4
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=\uC774 \uD14C\uC774\uBE14\uC5D0\uC11C\uB294 \uD55C \uBC88\uC5D0 {0}\uAC1C\uAC00 \uB118\uB294 \uD56D\uBAA9\uC744 \uC120\uD0DD\uC5D0 \uCD94\uAC00\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.\n\n\uC6D0\uD558\uB294 \uB9CC\uD07C \uC120\uD0DD\uC5D0 \uACC4\uC18D \uCD94\uAC00\uD560 \uC218 \uC788\uC9C0\uB9CC \uD56D\uBAA9\uC744 \uD55C \uBC88\uC5D0 {0}\uAC1C\uB9CC \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
@@ -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=Filtruoti
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Filtruoti...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=R\u016B\u0161iuoti did\u0117jimo tvarka
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=R\u016B\u0161iuoti ma\u017E\u0117jimo tvarka
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Grup\u0117
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Panaikinti grupavim\u0105
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Panaikinti vis\u0173 grupavim\u0105
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Stulpeliai
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Fiksuoti
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Panaikinti fiksavim\u0105
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Pereiti auk\u0161tyn
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Pereiti \u017Eemyn
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=I\u0161pl\u0117sti lygmen\u012F
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Sutraukti lyg\u012F
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=I\u0161pl\u0117sti visk\u0105
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Visk\u0105 sutraukti
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Rodyti
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Sl\u0117pti
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Rodyti stulpel\u012F
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Sl\u0117pti stulpel\u012F
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Spustel\u0117kite, jei norite pa\u017Eym\u0117ti
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Spustel\u0117kite, jei norite at\u017Eym\u0117ti
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Nor\u0117dami pasirinkti, spustel\u0117kite arba paspauskite SHIFT ir nurodykite interval\u0105
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Keli\u0173 pasirinkim\u0173 lentel\u0117
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Vieno pasirinkimo lentel\u0117
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Netinkama lentel\u0117
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Lentel\u0117je yra {0} eilut\u0117s ir {1} stulpeliai
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Nor\u0117dami pa\u017Eym\u0117ti eilut\u0119, paspauskite tarpo klavi\u0161\u0105.
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Nor\u0117dami at\u017Eym\u0117ti eilut\u0119, paspauskite tarpo klavi\u0161\u0105.
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=N\u0117ra duomen\u0173
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=\u017Dym\u0117ti visk\u0105
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=At\u017Eym\u0117ti visk\u0105
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Nor\u0117dami \u012Fvesti lentel\u0117s langel\u012F, spauskite F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=I\u0161pl\u0117sti pastab\u0105
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Sutraukti pastab\u0105
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Mazgas
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Bendroji suma
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Bendroji suma
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Grup\u0117s bendrosios sumos
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Fiksuotas stulpelis
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT={0} eil. i\u0161 {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT={0} stulp. i\u0161 {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Eilut\u0117s antra\u0161t\u0117
|
|
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=Stuleplio eilut\u0117s antra\u0161t\u0117
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Grup\u0117s eilut\u0117
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Pasirinkta eilut\u0117
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Galimas meniu
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Filtruota
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Sur\u016B\u0161iuota did\u0117jimo tvarka
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Sur\u016B\u0161iuota ma\u017E\u0117jimo tvarka
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Apima {0} stulpelius
|
|
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=I\u0161jungta
|
|
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=Tik skaitoma
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Eilut\u0117s veiksmai
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Prieinam\u0173 veiksm\u0173 n\u0117ra
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 prieinamas veiksmas
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} veiksmai prieinami
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=I\u0161sami informacija
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=Naikinti
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=Daugiau
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Informacija
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Klaida
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=\u012Esp\u0117jimas
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=Pavyko
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Nor\u0117dami i\u0161pl\u0117sti eilut\u0119, paspauskite tarpo klavi\u0161\u0105
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Nor\u0117dami sutraukti eilut\u0119, paspauskite tarpo klavi\u0161\u0105
|
|
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=Taikyti
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Kurti nauj\u0105 lentel\u0117s \u012Fra\u0161\u0105
|
|
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=Pasirinkimo riba
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=\u0160ioje lentel\u0117je \u012F savo apsirinkim\u0105 negalite \u012Ftraukti daugiau nei {0} pozicij\u0173.\n\nGalite toliau \u012Ftraukti \u012F savo pasirinkim\u0105 kada tik norite, ta\u010Diau vienu metu galima pasirinkti tik {0} pozicijas.
|
|
@@ -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\u0113t
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Filtr\u0113t...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=K\u0101rtot augo\u0161\u0101 sec\u012Bb\u0101
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=K\u0101rtot dilsto\u0161\u0101 sec\u012Bb\u0101
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Grupa
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Atgrup\u0113t
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Atgrup\u0113t visu
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Kolonnas
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Fiks\u0113t
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Atcelt fiks\u0101ciju
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=P\u0101rvietot uz aug\u0161u
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=P\u0101rvietot uz leju
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=Izv\u0113rst l\u012Bmeni
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Sak\u013Caut l\u012Bmeni
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Izv\u0113rst visu
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Sak\u013Caut visu
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=R\u0101d\u012Bt
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Pasl\u0113pt
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=R\u0101d\u012Bt kolonnu
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Pasl\u0113pt kolonnu
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Noklik\u0161\u0137in\u0101t, lai atlas\u012Btu
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Noklik\u0161\u0137in\u0101t, lai no\u0146emtu atlasi
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Noklik\u0161\u0137iniet, lai atlas\u012Btu, vai nospiediet SHIFT un noklik\u0161\u0137iniet, lai atlas\u012Btu diapazonu
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Vair\u0101ku atla\u0161u tabula
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Vienas atlases tabula
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Neder\u012Bga tabula
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Tabul\u0101 ir ietvertas {0} rindas un {1} kolonnas
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Lai atlas\u012Btu, nospiediet ATSTARPES TAUSTI\u0145U
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Lai no\u0146emtu atlasi, nospiediet ATSTARPES TAUSTI\u0145U
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=Nav datu
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Atlas\u012Bt visu
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=No\u0146emt atlasi visam
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Lai ievad\u012Btu tabulas \u0161\u016Bnu, nospiediet F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Izv\u0113rst mezglu
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Sak\u013Caut mezglu
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Mezgls
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Kopsumma
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Kopsumma
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Grupas kopsumma
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Fiks\u0113ta kolonna
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT={0} rinda no {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT={0} kolonna no {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Rindas galvene
|
|
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=Kolonnas rindas galvene
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Grupas rinda
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Atlas\u012Bt\u0101 rinda
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Pieejam\u0101 izv\u0113lne
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Filtr\u0113ts
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=K\u0101rtots augo\u0161\u0101 sec\u012Bb\u0101
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=K\u0101rtots dilsto\u0161\u0101 sec\u012Bb\u0101
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Aptver {0} kolonnas
|
|
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=Atsp\u0113jots
|
|
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=Tikai las\u0101ms
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Rindas darb\u012Bbas
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Nav pieejama neviena darb\u012Bba
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=Pieejama 1 darb\u012Bba
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION=Pieejamas {0} darb\u012Bbas
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=Detaliz\u0113ta inform\u0101cija
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=Dz\u0113st
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=Vair\u0101k
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Inform\u0101cija
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=K\u013C\u016Bda
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Br\u012Bdin\u0101jums
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=Izdev\u0101s
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Lai izv\u0113rstu rindu, nospiediet r\u012Bkjoslu
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Lai sak\u013Cautu rindu, nospiediet r\u012Bkjoslu
|
|
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=Lietot
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Izveidot jaunu tabulas ierakstu
|
|
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=Atlases limits
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=\u0160aj\u0101 tabul\u0101 J\u016Bs nevarat pievienot vair\u0101k par {0} atlases poz\u012Bcij\u0101m vienlaic\u012Bgi.\n\nJ\u016Bs varat turpin\u0101t pievienot atlasei, cik bie\u017Ei v\u0113laties, bet vienlaic\u012Bgi var atlas\u012Bt tikai {0} poz\u012Bcijas.
|