@kaizen/components 2.3.3 → 2.3.5
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/dist/cjs/src/TitleBlock/TitleBlock.cjs +7 -1
- package/dist/cjs/src/TitleBlock/subcomponents/MainActions.cjs +15 -4
- package/dist/cjs/src/TitleBlock/subcomponents/SecondaryActions.cjs +24 -6
- package/dist/esm/src/TitleBlock/TitleBlock.mjs +7 -1
- package/dist/esm/src/TitleBlock/subcomponents/MainActions.mjs +15 -4
- package/dist/esm/src/TitleBlock/subcomponents/SecondaryActions.mjs +24 -6
- package/dist/styles.css +1 -1
- package/locales/ar.json +24 -4
- package/locales/bg.json +24 -4
- package/locales/cs.json +24 -4
- package/locales/cy.json +24 -4
- package/locales/da.json +24 -4
- package/locales/de.json +24 -4
- package/locales/el.json +24 -4
- package/locales/en-GB.json +24 -4
- package/locales/en.json +24 -4
- package/locales/es-419.json +24 -4
- package/locales/es.json +24 -4
- package/locales/et.json +24 -4
- package/locales/fi.json +24 -4
- package/locales/fr-CA.json +24 -4
- package/locales/fr.json +24 -4
- package/locales/he.json +24 -4
- package/locales/hi.json +24 -4
- package/locales/ht.json +24 -4
- package/locales/hu.json +24 -4
- package/locales/id.json +24 -4
- package/locales/it.json +24 -4
- package/locales/ja.json +24 -4
- package/locales/km-KH.json +24 -4
- package/locales/ko.json +24 -4
- package/locales/lt.json +24 -4
- package/locales/lv.json +24 -4
- package/locales/mi.json +24 -4
- package/locales/ms.json +24 -4
- package/locales/nb.json +24 -4
- package/locales/nl.json +24 -4
- package/locales/pl.json +24 -4
- package/locales/pt-BR.json +24 -4
- package/locales/pt.json +24 -4
- package/locales/ro.json +24 -4
- package/locales/ru.json +24 -4
- package/locales/si-LK.json +24 -4
- package/locales/sk.json +24 -4
- package/locales/sr.json +24 -4
- package/locales/sv.json +24 -4
- package/locales/th.json +24 -4
- package/locales/tl.json +24 -4
- package/locales/tr.json +24 -4
- package/locales/uk.json +24 -4
- package/locales/vi.json +24 -4
- package/locales/zh-TW.json +24 -4
- package/locales/zh.json +24 -4
- package/package.json +1 -1
- package/src/TitleBlock/TitleBlock.module.scss +1 -1
- package/src/TitleBlock/TitleBlock.tsx +8 -1
- package/src/TitleBlock/_docs/TitleBlock.stories.tsx +24 -0
- package/src/TitleBlock/subcomponents/MainActions.tsx +17 -3
- package/src/TitleBlock/subcomponents/SecondaryActions.tsx +35 -3
package/locales/en-GB.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Hide information:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Open combined secondary and overflow menu"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Open default action overflow menu"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Open menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Opens overflow menu"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menu"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Open secondary and overflow menu"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Show suggestions for {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Clear selection: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Additional actions"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/en.json
CHANGED
|
@@ -221,6 +221,30 @@
|
|
|
221
221
|
"description": "Prompts user to interact with button to hide information",
|
|
222
222
|
"message": "Hide information:"
|
|
223
223
|
},
|
|
224
|
+
"kzTitleBlock.combinedOverflowMenuLabel": {
|
|
225
|
+
"description": "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
226
|
+
"message": "Open combined secondary and overflow menu"
|
|
227
|
+
},
|
|
228
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel": {
|
|
229
|
+
"description": "Label for the dropdown menu which displays the default action item",
|
|
230
|
+
"message": "Open default action overflow menu"
|
|
231
|
+
},
|
|
232
|
+
"kzTitleBlock.hamburgerMenuLabel": {
|
|
233
|
+
"description": "Label for the dropdown menu which displays navigation items",
|
|
234
|
+
"message": "Open menu"
|
|
235
|
+
},
|
|
236
|
+
"kzTitleBlock.overflowMenuAriaLabel": {
|
|
237
|
+
"description": "Aria Label for the dropdown menu which displays additional action items",
|
|
238
|
+
"message": "Opens overflow menu"
|
|
239
|
+
},
|
|
240
|
+
"kzTitleBlock.overflowMenuLabel": {
|
|
241
|
+
"description": "Label for the dropdown menu which displays additional action items",
|
|
242
|
+
"message": "Menu"
|
|
243
|
+
},
|
|
244
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel": {
|
|
245
|
+
"description": "Label for the dropdown menu which displays additional actions",
|
|
246
|
+
"message": "Open secondary and overflow menu"
|
|
247
|
+
},
|
|
224
248
|
"singleSelect.chevronButton": {
|
|
225
249
|
"description": "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
226
250
|
"message": "Show suggestions for {field}"
|
|
@@ -228,9 +252,5 @@
|
|
|
228
252
|
"singleSelect.clearButtonAlt_v2": {
|
|
229
253
|
"description": "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
230
254
|
"message": "Clear selection: {field}"
|
|
231
|
-
},
|
|
232
|
-
"splitButton.dropdownButton.label": {
|
|
233
|
-
"description": "Label for a dropdown menu holding additional actions",
|
|
234
|
-
"message": "Additional actions"
|
|
235
255
|
}
|
|
236
256
|
}
|
package/locales/es-419.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Ocultar información:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Abrir el menú combinado secundario y de desbordamiento"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Abrir el menú de desbordamiento de acción predeterminada"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Abrir menú"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Abre el menú de desbordamiento"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menú"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Abrir el menú secundario y el menú de desbordamiento"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Mostrar sugerencias para {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Borrar selección: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Acciones adicionales"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/es.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Ocultar información:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Abrir el menú combinado secundario y de desbordamiento"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Abrir el menú de desbordamiento de acción predeterminada"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Abrir menú"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Abre el menú de desbordamiento"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menú"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Abrir el menú secundario y de desbordamiento"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Mostrar sugerencias para {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Borrar selección: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Otras acciones"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/et.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Peida teave:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Ava kombineeritud sekundaar- ja ülevoolumenüü"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Ava vaiketoimingute ülevoolumenüü"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Ava menüü"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Ava ülevoolumenüü"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menüü"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Ava sekundaar- ja ülevoolumenüü"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Näita ettepanekuid {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Tühista valik: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Täiendavad toimingud"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/fi.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Piilota tiedot:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Avaa yhdistetty toissijainen ja ylivuotovalikko"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Avaa oletustoimintojen ylivuotovalikko"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Avaa valikko"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Avaa ylivuotovalikko"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Valikko"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Avaa toissijainen ja ylivuotovalikko"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Näytä ehdotuksia kohteelle {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Tyhjennä valinta: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Lisätoimet"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/fr-CA.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Masquer les informations :"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Ouvrir le menu secondaire et le menu de débordement combinés"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Ouvrir le menu de débordement d'actions par défaut"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Ouvrir le menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Ouvrir le menu de débordement"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menu"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Ouvrir le menu secondaire et le menu de débordement"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Afficher les suggestions pour {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Effacer la sélection : {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Actions supplémentaires"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/fr.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Masquer les informations :"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Ouvrir le menu secondaire et le menu de débordement combinés"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Ouvrir le menu de débordement d'actions par défaut"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Ouvrir le menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Ouvrir le menu de débordement"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menu"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Ouvrir le menu secondaire et le menu de débordement"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Afficher les suggestions pour {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Effacer la sélection : {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Actions supplémentaires"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/he.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "הסתרת מידע:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "פתיחת תפריט משני ותפריט עוד משולב"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "פתיחת תפריט עוד של פעולות ברירת מחדל"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "פתיחת תפריט"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "פתיחת תפריט עוד"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "תפריט"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "פתיחת תפריט משני ותפריט עוד"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "הצגת הצעות עבור {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "ניקוי הבחירה: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "פעולות נוספות"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/hi.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "जानकारी छिपाएं:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "संयुक्त द्वितीयक और ओवरफ़्लो मेनू खोलो"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "डिफ़ॉल्ट एक्शन ओवरफ़्लो मेनू खोलो"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "मेन्यू खोलें"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "ओवरफ़्लो मेनू खोलता है"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "मीनू"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "द्वितीयक और ओवरफ़्लो मेनू खोलो"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "{field} के लिए सुझाव दिखाएँ"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "चयन मिटाओ: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "अतिरिक्त कार्यवाईयां"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/ht.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Kache Enfòmasyon:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Louvri meni segondè ak dewoulan konbine"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Louvri meni dewoulman aksyon pa defo a"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Ouvri meni an"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Ouvri meni dewoulan an"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Meni"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Louvri meni segondè a ak meni dewoulan an"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Afiche sijesyon pou {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Efase seleksyon: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Desizyon adisyonèl"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/hu.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Információk elrejtése:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Kombinált másodlagos és túlcsorduló menü megnyitása"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Alapértelmezett művelet túlcsorduló menüjének megnyitása"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Menü megnyitása"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Megnyitja a túlcsorduló menüt"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menü"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Másodlagos és túlcsorduló menü megnyitása"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Javaslatok megjelenítése a következőhöz: {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Választás törlése: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "További műveletek"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/id.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Sembunyikan informasi:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Buka menu sekunder gabungan dan menu tambahan"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Buka menu tambahan tindakan default"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Buka menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Buka menu tambahan"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menu"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Buka menu sekunder dan tambahan"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Tampilkan saran untuk {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Hapus pilihan: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Tindakan lain"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/it.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Nascondi informazioni:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Apri il menu secondario e di overflow combinato"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Apri il menu di overflow delle azioni predefinite"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Apri menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Apre il menu di overflow"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Menu"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Apri il menu secondario e il menu di overflow"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Mostra suggerimenti per {field}"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "Cancella selezione: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Azioni aggiuntive"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/ja.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "情報を非表示にする:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "セカンダリメニューとオーバーフローメニューの組み合わせを開く"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "デフォルトのアクションオーバーフローメニューを開く"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "メニューを開く"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "オーバーフローメニューを開く"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "メニュー"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "セカンダリメニューとオーバーフローメニューを開く"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "{field}の提案を表示"
|
|
@@ -227,9 +251,5 @@
|
|
|
227
251
|
"singleSelect.clearButtonAlt_v2" : {
|
|
228
252
|
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
229
253
|
"message" : "選択をクリア:{field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "追加のアクション"
|
|
234
254
|
}
|
|
235
255
|
}
|