@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/km-KH.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/ko.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/lt.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Paslėpti informaciją:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Atidaryti bendrą antrinį ir perpildymo meniu"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Atidaryti numatytojo veiksmo perpildymo meniu"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Atidaryti meniu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Atidaro perpildymo meniu"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Meniu"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Atidaryti antrinį ir perpildymo meniu"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Rodyti pasiūlymus {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" : "Išvalyti pasirinkimą: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Papildomi veiksmai"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/lv.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Paslēpt informāciju:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Atvērt apvienoto sekundāro un pārpildes izvēlni"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Atvērt noklusējuma darbību pārpildes izvēlni"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Atvērt izvēlni"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Atver pārpildes izvēlni"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Izvēlne"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Atvērt sekundāro un pārpildes izvēlni"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Rādīt {field} ieteikumus"
|
|
@@ -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" : "Notīrīt atlasi: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Papildu darbības"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/mi.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Huna mōhiohio:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Whakatuwheratia te tahua tuarua me te tahua taupua kua whakakotahihia"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Whakatuwheratia te tahua waipuke hohenga taunoa"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Huaki tahua"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Whakatuwhera ai i te tahua waipuke"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Tahua"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Whakatuwheratia te tahua tuarua, waipuke hoki"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Whakaatu whakaaro mo {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" : "Ūkui kōwhiringa: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Ngā mahi tāpiri"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/ms.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Sembunyikan maklumat:"
|
|
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 dan limpahan gabungan"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Buka menu limpahan tindakan lalai"
|
|
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" : "Membuka menu limpahan"
|
|
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 limpahan"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Tunjukkan cadangan 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" : "Kosongkan pilihan: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Tindakan tambahan"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/nb.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Skjul informasjon:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Åpne kombinert sekundær- og mer-meny"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Åpne mer-menyen for standardhandlinger"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Åpne meny"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Åpner mer-menyen"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Meny"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Åpne sekundær- og mer-menyen"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Vis forslag 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" : "Fjern valg: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Ytterligere handlinger"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/nl.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Informatie verbergen:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Open het gecombineerde secundaire en overloopmenu"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Open het overloopmenu voor standaardacties"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "`Menu openen"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Opent het overloopmenu"
|
|
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 het secundaire en overloopmenu"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Suggesties voor {field} weergeven"
|
|
@@ -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" : "Selectie wissen: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Meer acties"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/pl.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Ukryj informacje:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Otwórz połączone menu drugorzędne i nadmiarowe"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Otwórz domyślne menu nadmiarowe działań"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Otwórz menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Otwiera menu nadmiarowe"
|
|
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" : "Otwórz menu drugorzędne i nadmiarowe"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Pokaż sugestie dla {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" : "Wyczyść zaznaczenie: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Dodatkowe działania"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/pt-BR.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Ocultar informações:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Abrir o menu combinado secundário e de conteúdo adicional"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Abrir o menu padrão de conteúdo adicional de ações"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Abrir menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Abre o menu de conteúdo adicional"
|
|
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" : "Abre o menu secundário e de conteúdo adicional"
|
|
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 sugestões 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" : "Limpar seleção: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Mais ações"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/pt.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Ocultar informações:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Abrir o menu combinado secundário e de conteúdo adicional"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Abrir o menu padrão de conteúdo adicional de ações"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Abrir menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Abre o menu de conteúdo adicional"
|
|
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" : "Abre o menu secundário e de conteúdo adicional"
|
|
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 sugestões 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" : "Limpar seleção: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Mais ações"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/ro.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Ascundeți informațiile:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Deschideți meniul secundar și meniul extins, combinate"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Deschideți meniul extins de acțiuni implicite"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Deschideți meniul"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Deschide meniul extins"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Meniu"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Deschideți meniul secundar și meniul extins"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Afișați sugestii pentru {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" : "Ștergeți selecția: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Acțiuni suplimentare"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/ru.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/si-LK.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/sk.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Skryť informácie:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Otvoriť kombinovanú sekundárnu a rozšírenú ponuku"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Otvoriť rozšírenú ponuku predvolených akcií"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Otvoriť ponuku"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Otvára rozšírenú ponuku"
|
|
238
|
+
},
|
|
239
|
+
"kzTitleBlock.overflowMenuLabel" : {
|
|
240
|
+
"description" : "Label for the dropdown menu which displays additional action items",
|
|
241
|
+
"message" : "Ponuka"
|
|
242
|
+
},
|
|
243
|
+
"kzTitleBlock.secondaryAndOverflowMenuLabel" : {
|
|
244
|
+
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
|
+
"message" : "Otvoriť sekundárnu a rozšírenú ponuku"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Zobraziť návrhy pre {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" : "Zrušiť výber: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Ďalšie činnosti"
|
|
234
254
|
}
|
|
235
255
|
}
|