@kaizen/components 2.3.4 → 2.3.6
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/styles.css +1 -0
- 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/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/__next__/Tag/Tag/Tag.module.scss +1 -0
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
|
}
|
package/locales/sr.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Sakrij informacije:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Otvori kombinovani sekundarni i meni sa dodatnim radnjama"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Otvori podrazumevani meni dodatnih radnji"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Otvori meni"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Otvara meni sa dodatnim radnjama"
|
|
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" : "Otvori sekundarni i meni sa dodatnim radnjama"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Prikaži predloge za {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" : "Obriši izbor: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Dodatne radnje"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/sv.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Dölj information:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Öppna kombinerad sekundär- och överflödesmeny"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Öppna överflödesmeny för standardåtgärd"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Öppna meny"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Öppnar överflödesmeny"
|
|
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" : "Öppna sekundär meny och överflödesmeny"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Visa förslag för {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" : "Rensa val: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Ytterligare åtgärder"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/th.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/tl.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Itago ang impormasyon:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Buksan ang pinagsamang sekundaryong menu at overflow menu"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Buksan ang default na overflow menu ng aksyon"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Buksan ang menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Binubuksan ang 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" : "Buksan ang sekundaryong menu at 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" : "Ipakita ang mga mungkahi para sa {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-clear ang napili: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Karagdagang mga aksiyon"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/tr.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Bilgileri gizleyin:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Birleşik ikincil ve taşma menüsünü açın"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Varsayılan işlem taşma menüsünü açın"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Menüyü aç"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Taşma menüsünü açar"
|
|
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" : "İkincil ve taşma menüsünü açın"
|
|
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} için önerileri göster"
|
|
@@ -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" : "Seçimi temizle: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Ek eylemler"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/uk.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/vi.json
CHANGED
|
@@ -220,6 +220,30 @@
|
|
|
220
220
|
"description" : "Prompts user to interact with button to hide information",
|
|
221
221
|
"message" : "Ẩn thông tin:"
|
|
222
222
|
},
|
|
223
|
+
"kzTitleBlock.combinedOverflowMenuLabel" : {
|
|
224
|
+
"description" : "Label for the dropdown menu which displays additional action items and secondary actions",
|
|
225
|
+
"message" : "Mở menu phụ và menu tùy chọn kết hợp"
|
|
226
|
+
},
|
|
227
|
+
"kzTitleBlock.defaultActionMinimizedOverflowMenuLabel" : {
|
|
228
|
+
"description" : "Label for the dropdown menu which displays the default action item",
|
|
229
|
+
"message" : "Mở menu tùy chọn hành động mặc định"
|
|
230
|
+
},
|
|
231
|
+
"kzTitleBlock.hamburgerMenuLabel" : {
|
|
232
|
+
"description" : "Label for the dropdown menu which displays navigation items",
|
|
233
|
+
"message" : "Mở menu"
|
|
234
|
+
},
|
|
235
|
+
"kzTitleBlock.overflowMenuAriaLabel" : {
|
|
236
|
+
"description" : "Aria Label for the dropdown menu which displays additional action items",
|
|
237
|
+
"message" : "Mở menu tùy chọn"
|
|
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" : "Mở menu phụ và menu tùy chọn"
|
|
246
|
+
},
|
|
223
247
|
"singleSelect.chevronButton" : {
|
|
224
248
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
225
249
|
"message" : "Hiển thị gợi ý cho {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" : "Xóa lựa chọn: {field}"
|
|
230
|
-
},
|
|
231
|
-
"splitButton.dropdownButton.label" : {
|
|
232
|
-
"description" : "Label for a dropdown menu holding additional actions",
|
|
233
|
-
"message" : "Các hành động bổ sung"
|
|
234
254
|
}
|
|
235
255
|
}
|
package/locales/zh-TW.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/zh.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/package.json
CHANGED