@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=Suodatin
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=Suodata...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=Lajittele nousevasti
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Lajittele laskevasti
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Ryhm\u00E4
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Kumoa ryhmittely
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Kumoa kaikki ryhmittelyt
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Sarakkeet
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Kiinnit\u00E4
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Kumoa kiinnitys
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Yl\u00F6s
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Alas
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=Laajenna taso
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=Tiivist\u00E4 taso
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=Laajenna kaikki
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=Tiivist\u00E4 kaikki
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=N\u00E4yt\u00E4
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Piilota
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=N\u00E4yt\u00E4 sarake
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Piilota sarake
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Valitse rivi napsauttamalla
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Poista valinta napsauttamalla
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Valitse rivi napsauttamalla tai valitse useita rivej\u00E4 painamalla VAIHTO ja napsauttamalla
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Taulukko aktivoidun monivalinnan kanssa
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Taulukko aktivoidun yksitt\u00E4isvalinnan kanssa
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Virheellinen taulukko
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=Taulukko sis\u00E4lt\u00E4\u00E4 {0} rivi\u00E4 ja {1} saraketta
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Valitse rivi painamalla v\u00E4lily\u00F6ntin\u00E4pp\u00E4int\u00E4
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Poista valinta painamalla v\u00E4lily\u00F6ntin\u00E4pp\u00E4int\u00E4
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=Ei tietoja
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=Valitse kaikki
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=Poista kaikki valinnat
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Voit siirty\u00E4 taulukon riville painamalla F2
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=Laajenna solmu
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=Tiivist\u00E4 solmu
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Solmu
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=Yhteens\u00E4
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=Kokonaissumma
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Summa ryhm\u00E4\u00E4 varten
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Kiinte\u00E4 sarake
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=Rivi {0}/{1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=Sarake {0}/{1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=Rivin otsikko
|
|
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=Sarakkeiden otsikkorivi
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Ryhm\u00E4rivi
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Valittu rivi
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Valikko on olemassa
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Suodatettu
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Nouseva lajittelu
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Laskeva lajittelu
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=K\u00E4sitt\u00E4\u00E4 {0} saraketta
|
|
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=Aktivointi poistettu
|
|
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=Kirjoitussuojattu
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Rivin toimet
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Toimia ei ole k\u00E4ytett\u00E4viss\u00E4
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 toimi k\u00E4ytett\u00E4viss\u00E4
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} k\u00E4ytett\u00E4viss\u00E4 olevaa toimea
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=Lis\u00E4tiedot
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=Poista
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=Lis\u00E4\u00E4
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Informaatio
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Virhe
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Varoitus
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=Onnistuminen
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Laajenna rivi painamalla v\u00E4lily\u00F6ntin\u00E4pp\u00E4int\u00E4
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Tiivist\u00E4 rivi painamalla v\u00E4lily\u00F6ntin\u00E4pp\u00E4int\u00E4
|
|
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=K\u00E4yt\u00E4
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Luo uusi taulumerkint\u00E4
|
|
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=Valinnan raja
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=T\u00E4ss\u00E4 taulukossa et voi lis\u00E4t\u00E4 valintaasi enemp\u00E4\u00E4 kuin {0} rivi\u00E4 kerrallaan.\n\nVoit jatkaa lis\u00E4\u00E4mist\u00E4 valintaasi niin usein kuin haluat, mutta vain {0} rivi\u00E4 voidaan valita kerrallaan.
|
|
@@ -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=Filtrer...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=Trier par ordre croissant
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=Trier par ordre d\u00E9croissant
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=Grouper
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=Dissocier
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=Dissocier tout
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=Colonnes
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=Figer
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=Lib\u00E9rer les colonnes
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=Vers le haut
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=Vers le bas
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=D\u00E9velopper niveau
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=R\u00E9duire niveau
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=D\u00E9velopper tout
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=R\u00E9duire tout
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=Afficher
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=Masquer
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=Afficher colonne
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=Masquer colonne
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=Cliquer pour s\u00E9lectionner
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=Cliquer pour d\u00E9s\u00E9lectionner
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=Cliquez pour s\u00E9lectionner ou appuyez sur MAJ et cliquez pour s\u00E9lectionner une plage.
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=Table avec s\u00E9lection multiple activ\u00E9e
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=Table avec s\u00E9lection simple activ\u00E9e
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=Table non valide
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=La table contient {0} lignes et {1} colonnes.
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=Appuyez sur la barre d'espacement pour s\u00E9lectionner la ligne.
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=Pour annuler la s\u00E9lection, appuyez sur la barre d'espacement.
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=Aucune donn\u00E9e
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=S\u00E9lectionner tout
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=Tout d\u00E9s\u00E9lectionner
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=Pour ignorer une cellule de table, appuyez sur F2.
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=D\u00E9velopper le n\u0153ud
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=R\u00E9duire le n\u0153ud
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=Noeud
|
|
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 global
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=Total pour groupe
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=Colonne fixe
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=Ligne {0} sur {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=Colonne {0} sur {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=En-t\u00EAte de ligne
|
|
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=Ligne d'en-t\u00EAte pour les colonnes
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=Ligne de groupe
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=Ligne s\u00E9lectionn\u00E9e
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=Menu disponible
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=Filtr\u00E9
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=Tri\u00E9 par ordre croissant
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=Tri\u00E9 par ordre d\u00E9croissant
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=Comporte {0} colonnes
|
|
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=D\u00E9sactiv\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=En lecture seule
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=Actions sur ligne
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=Aucune action disponible
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 action disponible
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} actions disponibles
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=D\u00E9tails
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=Supprimer
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=Plus
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=Information
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=Erreur
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=Avertissement
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=R\u00E9ussite
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=Pour d\u00E9velopper une ligne, appuyez sur la barre d'espacement.
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=Pour r\u00E9duire une ligne, appuyez sur la barre d'espacement.
|
|
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=Appliquer
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=Cr\u00E9er nouvelle entr\u00E9e de table
|
|
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=Limite de s\u00E9lection
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=Vous ne pouvez pas ajouter plus de {0} \u00E9l\u00E9ments \u00E0 la fois \u00E0 votre s\u00E9lection dans cette table.\n\nVous pouvez ajouter des \u00E9l\u00E9ments aussi souvent que vous voulez, mais seuls {0} \u00E9l\u00E9ments peuvent \u00EAtre s\u00E9lectionn\u00E9s \u00E0 la fois.
|
|
@@ -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=\u095E\u093F\u0932\u094D\u091F\u0930
|
|
6
|
-
#XMIT: Menuitem to e.g. open a filter dialog
|
|
7
3
|
TBL_FILTER_ITEM=\u092B\u093C\u093F\u0932\u094D\u091F\u0930...
|
|
8
|
-
#XMIT: Menuitem to sort descending
|
|
9
4
|
TBL_SORT_ASC=\u0906\u0930\u094B\u0939\u0940 \u0915\u094D\u0930\u092E\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
10
|
-
#XMIT: Menuitem to sort descending
|
|
11
5
|
TBL_SORT_DESC=\u0905\u0935\u0930\u094B\u0939\u0940 \u0915\u094D\u0930\u092E\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
12
|
-
#XMIT: Menuitem to group the column by its values
|
|
13
6
|
TBL_GROUP=\u0938\u092E\u0942\u0939
|
|
14
|
-
#XMIT: Menuitem to ungroup the column
|
|
15
7
|
TBL_UNGROUP=\u0905\u0938\u092E\u0942\u0939\u0915\u0943\u0924 \u0915\u0930\u0947\u0902
|
|
16
|
-
#XMIT: Menuitem to ungroup all columns
|
|
17
8
|
TBL_UNGROUP_ALL=\u0938\u092D\u0940 \u0905\u0938\u092E\u0942\u0939\u0915\u0943\u0924 \u0915\u0930\u0947\u0902
|
|
18
|
-
#XMIT: Menuitem to show the column visibility menu
|
|
19
9
|
TBL_COLUMNS=\u0938\u094D\u0924\u0902\u092D
|
|
20
|
-
#XMIT: Menuitem to freeze the columns till the current one
|
|
21
10
|
TBL_FREEZE=\u092B\u094D\u0930\u0940\u091C\u093C
|
|
22
|
-
#XMIT: Menuitem to unfreeze the columns
|
|
23
11
|
TBL_UNFREEZE=\u0905\u0928\u092B\u094D\u0930\u0940\u091C\u093C \u0915\u0930\u0947\u0902
|
|
24
|
-
#XMIT: Menuitem to move a group up one level
|
|
25
12
|
TBL_MOVE_UP=\u090A\u092A\u0930 \u0932\u0947 \u091C\u093E\u090F\u0902
|
|
26
|
-
#XMIT: Menuitem to move a group down one level
|
|
27
13
|
TBL_MOVE_DOWN=\u0928\u0940\u091A\u0947 \u0932\u0947 \u091C\u093E\u090F\u0902
|
|
28
|
-
#XMIT: Menuitem to expand all groups in a specific level
|
|
29
14
|
TBL_EXPAND_LEVEL=\u0938\u094D\u0924\u0930 \u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u0915\u0930\u0947\u0902
|
|
30
|
-
#XMIT: Menuitem to collapse all groups in a specific level
|
|
31
15
|
TBL_COLLAPSE_LEVEL=\u0938\u094D\u0924\u0930 \u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
32
|
-
#XMIT: Menuitem to expand all groups
|
|
33
16
|
TBL_EXPAND_ALL=\u0938\u092D\u0940 \u0915\u094B \u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u0915\u0930\u0947\u0902
|
|
34
|
-
#XMIT: Menuitem to collapse all open groups
|
|
35
17
|
TBL_COLLAPSE_ALL=\u0938\u092D\u0940 \u0915\u094B \u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
36
|
-
#XMIT: Menuitem to set grouped column visible
|
|
37
18
|
TBL_SHOW_COLUMN=\u0926\u093F\u0916\u093E\u090F\u0902
|
|
38
|
-
#XMIT: Menuitem to hide grouped column
|
|
39
19
|
TBL_HIDE_COLUMN=\u091B\u093F\u092A\u093E\u090F\u0902
|
|
40
|
-
#XMIT: Menuitem in column visibility menu to set column visible
|
|
41
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=\u0938\u094D\u0924\u0902\u092D \u0926\u093F\u0916\u093E\u090F\u0902
|
|
42
|
-
#XMIT: Menuitem in column visibility menu to hide column
|
|
43
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=\u0938\u094D\u0924\u0902\u092D \u091B\u093F\u092A\u093E\u090F\u0902
|
|
44
22
|
|
|
45
|
-
#XTOL: tooltip for row selection
|
|
46
23
|
TBL_ROW_SELECT=\u091A\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902
|
|
47
|
-
#XTOL: tooltip for row deselection
|
|
48
24
|
TBL_ROW_DESELECT=\u0905\u091A\u092F\u0928\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902
|
|
49
|
-
#XTOL: tooltip for row selection in multi toggle selection mode
|
|
50
25
|
TBL_ROW_SELECT_MULTI_TOGGLE=\u091A\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E \u0936\u093F\u092B\u094D\u091F \u0926\u092C\u093E\u090F\u0902 \u0914\u0930 \u0936\u094D\u0930\u0947\u0923\u0940 \u091A\u092F\u0928 \u0915\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902
|
|
51
26
|
|
|
52
|
-
#XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
|
|
53
27
|
TBL_TABLE_SELECTION_MULTI=\u092C\u0939\u0941-\u091A\u092F\u0928 \u0924\u093E\u0932\u093F\u0915\u093E
|
|
54
|
-
#XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
|
|
55
28
|
TBL_TABLE_SELECTION_SINGLE=\u090F\u0915\u0932-\u091A\u092F\u0928 \u0924\u093E\u0932\u093F\u0915\u093E
|
|
56
29
|
|
|
57
|
-
#XACT: accessibilty description for an invalid table (for the ScreenReader)
|
|
58
30
|
TBL_TABLE_INVALID=\u0905\u092E\u093E\u0928\u094D\u092F \u0924\u093E\u0932\u093F\u0915\u093E
|
|
59
31
|
|
|
60
|
-
#XACT: accessibilty description for count of rows and columns
|
|
61
32
|
TBL_DATA_ROWS_COLS=\u0924\u093E\u0932\u093F\u0915\u093E {0} \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u094B\u0902 \u0914\u0930 {1} \u0938\u094D\u0924\u0902\u092D\u094B \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948
|
|
62
33
|
|
|
63
|
-
#XACT: accessibilty description for row selection via keyboard
|
|
64
34
|
TBL_ROW_SELECT_KEY=\u092A\u0902\u0915\u094D\u0924\u093F \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930 \u0926\u092C\u093E\u090F\u0902
|
|
65
|
-
#XACT: accessibilty description for row deselection via keyboard
|
|
66
35
|
TBL_ROW_DESELECT_KEY=\u092A\u0902\u0915\u094D\u0924\u093F \u0915\u094B \u0905\u091A\u092F\u0928\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930 \u0926\u092C\u093E\u090F\u0902
|
|
67
36
|
|
|
68
|
-
#XMSG: Table content text when no controls are rendered
|
|
69
37
|
TBL_NO_DATA=\u0915\u094B\u0908 \u0921\u0947\u091F\u093E \u0928\u0939\u0940\u0902
|
|
70
38
|
|
|
71
|
-
#XTOL: Tooltip for the select all row header
|
|
72
39
|
TBL_SELECT_ALL=\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902
|
|
73
|
-
#XTOL: Tooltip for the select all row header
|
|
74
40
|
TBL_DESELECT_ALL=\u0938\u092D\u0940 \u0905\u091A\u092F\u0928\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
75
41
|
|
|
76
|
-
#XACT: accessibilty description for toggling the edit mode on a cell via keyboard
|
|
77
42
|
TBL_TOGGLE_EDIT_KEY=\u0924\u093E\u0932\u093F\u0915\u093E \u0938\u0947\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, F2 \u0926\u092C\u093E\u090F\u0902
|
|
78
43
|
|
|
79
|
-
#XTOL: Expand a tree table node
|
|
80
44
|
TBL_EXPAND=\u0928\u094B\u0921 \u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u0915\u0930\u0947\u0902
|
|
81
45
|
|
|
82
|
-
#XTOL: Collapse a tree table node
|
|
83
46
|
TBL_COLLAPSE=\u0928\u094B\u0921 \u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0947\u0902
|
|
84
47
|
|
|
85
|
-
#XTOL: Tree Leaf Node
|
|
86
48
|
TBL_LEAF=\u0928\u094B\u0921
|
|
87
49
|
|
|
88
|
-
#XMIT: Menuitem to sum
|
|
89
50
|
TBL_TOTAL=\u0915\u0941\u0932\u092F\u094B\u0917
|
|
90
51
|
|
|
91
|
-
#XACT: accessability description for table grand total row
|
|
92
52
|
TBL_GRAND_TOTAL_ROW=\u0915\u0941\u0932 \u092F\u094B\u0917
|
|
93
53
|
|
|
94
|
-
#XACT: accessability description for group totals
|
|
95
54
|
TBL_GROUP_TOTAL_ROW=\u0938\u092E\u0942\u0939 \u0915\u0947 \u0932\u093F\u090F \u0915\u0941\u0932
|
|
96
55
|
|
|
97
|
-
#XACT: accessibilty description fixed columns
|
|
98
56
|
TBL_FIXED_COLUMN=\u0928\u093F\u092F\u0924 \u0938\u094D\u0924\u0902\u092D
|
|
99
57
|
|
|
100
|
-
#XACT: accessibility description for focused row count
|
|
101
58
|
TBL_ROW_ROWCOUNT=\u092A\u0902\u0915\u094D\u0924\u093F {0}\u0915\u093E {1}
|
|
102
59
|
|
|
103
|
-
#XACT: accessibility description for focused column count
|
|
104
60
|
TBL_COL_COLCOUNT=\u0938\u094D\u0924\u0902\u092D {0} \u0915\u093E {1}
|
|
105
61
|
|
|
106
|
-
#XACT: accessibility label for a row header cell
|
|
107
62
|
TBL_ROW_HEADER_LABEL=\u092A\u0902\u0915\u094D\u0924\u093F \u0936\u0940\u0930\u094D\u0937\u0915
|
|
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=\u0938\u094D\u0924\u0902\u092D \u092A\u0902\u0915\u094D\u0924\u093F \u0936\u0940\u0930\u094D\u0937\u0915
|
|
111
65
|
|
|
112
|
-
#XACT: accessibility label for a grouping row
|
|
113
66
|
TBL_ROW_GROUP_LABEL=\u0938\u092E\u0942\u0939 \u092A\u0902\u0915\u094D\u0924\u093F
|
|
114
67
|
|
|
115
|
-
#XACT: accessibility description for a selected row
|
|
116
68
|
TBL_ROW_DESC_SELECTED=\u092A\u0902\u0915\u094D\u0924\u093F \u091A\u092F\u0928\u093F\u0924 \u0915\u0940 \u0917\u0908
|
|
117
69
|
|
|
118
|
-
#XACT: accessibility description for a column when menu is available
|
|
119
70
|
TBL_COL_DESC_MENU=\u092E\u0947\u0928\u0941 \u0909\u092A\u0932\u092C\u094D\u0927 \u0939\u0948
|
|
120
71
|
|
|
121
|
-
#XACT: accessibility description for a filtered column
|
|
122
72
|
TBL_COL_DESC_FILTERED=\u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0915\u093F\u092F\u093E \u0917\u092F\u093E
|
|
123
73
|
|
|
124
|
-
#XACT: accessibility description for a sorted column
|
|
125
74
|
TBL_COL_DESC_SORTED_ASC=\u0915\u094D\u0930\u092E\u093F\u0924 \u0906\u0930\u094B\u0939\u0940
|
|
126
75
|
|
|
127
|
-
#XACT: accessibility description for a sorted column
|
|
128
76
|
TBL_COL_DESC_SORTED_DES=\u0915\u094D\u0930\u092E\u093F\u0924 \u0905\u0935\u0930\u094B\u0939\u0940
|
|
129
77
|
|
|
130
|
-
#XACT: accessibility description of how many columns are spanned by a column header
|
|
131
78
|
TBL_COL_DESC_SPAN=\u0915\u0941\u0932 {0} \u0938\u094D\u0924\u0902\u092D
|
|
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=\u0905\u0915\u094D\u0937\u092E
|
|
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=\u0915\u0947\u0935\u0932 \u092A\u0922\u093C\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F
|
|
138
83
|
|
|
139
|
-
#XTIT: Title of the Row Action Column
|
|
140
84
|
TBL_ROW_ACTION_COLUMN_LABEL=\u092A\u0902\u0915\u094D\u0924\u093F \u0915\u093E\u0930\u094D\u0930\u0935\u093E\u0908
|
|
141
85
|
|
|
142
|
-
#XACT: Screenreader should announce when no actions are available
|
|
143
86
|
TBL_ROW_ACTION_NO_ACTION=\u0915\u094B\u0908 \u0915\u093E\u0930\u094D\u0930\u0935\u093E\u0908\u092F\u093E\u0902 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902
|
|
144
87
|
|
|
145
|
-
#XACT: Screenreader should announce when a action is available
|
|
146
88
|
TBL_ROW_ACTION_SINGLE_ACTION=1 \u0915\u093E\u0930\u094D\u0930\u0935\u093E\u0908 \u0909\u092A\u0932\u092C\u094D\u0927 \u0939\u0948
|
|
147
89
|
|
|
148
|
-
#XACT: Screenreader should announce when several actions are available
|
|
149
90
|
TBL_ROW_ACTION_MULTIPLE_ACTION={0} \u0915\u093E\u0930\u094D\u0930\u0935\u093E\u0908 \u0909\u092A\u0932\u092C\u094D\u0927
|
|
150
91
|
|
|
151
|
-
#XTOL: Tooltip for Navigation Action Icon in Table Row
|
|
152
92
|
TBL_ROW_ACTION_NAVIGATE=\u0935\u093F\u0935\u0930\u0923
|
|
153
93
|
|
|
154
|
-
#XTOL: Tooltip for Delete Action Icon in Table Row
|
|
155
94
|
TBL_ROW_ACTION_DELETE=\u0939\u091F\u093E\u090F\u0902...
|
|
156
95
|
|
|
157
|
-
#XTOL: Tooltip for More Actions Icon in Table Row
|
|
158
96
|
TBL_ROW_ACTION_MORE=\u0905\u0927\u093F\u0915
|
|
159
97
|
|
|
160
|
-
#XACT: ARIA announcement for the information state of the table row
|
|
161
98
|
TBL_ROW_STATE_INFORMATION=\u091C\u093E\u0928\u0915\u093E\u0930\u0940
|
|
162
99
|
|
|
163
|
-
#XACT: ARIA announcement for the error state of the table row
|
|
164
100
|
TBL_ROW_STATE_ERROR=\u0924\u094D\u0930\u0941\u091F\u093F
|
|
165
101
|
|
|
166
|
-
#XACT: ARIA announcement for the warning state of the table row
|
|
167
102
|
TBL_ROW_STATE_WARNING=\u091A\u0947\u0924\u093E\u0935\u0928\u0940
|
|
168
103
|
|
|
169
|
-
#XACT: ARIA announcement for the success state of the table row
|
|
170
104
|
TBL_ROW_STATE_SUCCESS=\u0938\u092B\u0932
|
|
171
105
|
|
|
172
|
-
#XACT: accessibilty description for expanding the table row via keyboard
|
|
173
106
|
TBL_ROW_EXPAND_KEY=\u092A\u0902\u0915\u094D\u0924\u093F \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930 \u0926\u092C\u093E\u090F\u0902
|
|
174
107
|
|
|
175
|
-
#XACT: accessibilty description for collapsing the table row via keyboard
|
|
176
108
|
TBL_ROW_COLLAPSE_KEY=\u092A\u0902\u0915\u094D\u0924\u093F \u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930 \u0926\u092C\u093E\u090F\u0902
|
|
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=\u0932\u093E\u0917\u0942 \u0915\u0930\u0947\u0902
|
|
180
111
|
|
|
181
|
-
#XACT: Accessibilty label for the table creation row
|
|
182
112
|
TBL_CREATEROW_LABEL=\u0928\u0908 \u0924\u093E\u0932\u093F\u0915 \u092A\u094D\u0930\u0935\u093F\u0937\u094D\u091F\u093F \u092C\u0928\u093E\u090F\u0902
|
|
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=\u091A\u092F\u0928 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0940\u092E\u093E
|
|
186
115
|
|
|
187
|
-
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
188
116
|
TBL_SELECT_LIMIT=\u0907\u0938 \u0924\u093E\u0932\u093F\u0915\u093E \u092E\u0947\u0902, \u0906\u092A \u090F\u0915 \u0938\u092E\u092F \u092E\u0947\u0902 \u0905\u092A\u0928\u0947 \u091A\u092F\u0928\u093F\u0924 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 {0} \u0906\u0907\u091F\u092E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0928\u0939\u0940\u0902 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902.\n \u0905\u092A\u0928\u0947 \u091A\u092F\u0928 \u092E\u0947\u0902 \u0906\u092A \u091C\u093F\u0924\u0928\u093E \u091A\u093E\u0939\u0947\u0902 \u0909\u0924\u0928\u093E \u0906\u0907\u091F\u092E \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0932\u0947\u0915\u093F\u0928 \u090F\u0915 \u092C\u093E\u0930 \u092E\u0947\u0902 \u0915\u0947\u0935\u0932 {0} \u0906\u0907\u091F\u092E \u0915\u093E \u091A\u092F\u0928 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948.
|