@kaizen/components 2.0.1 → 2.0.3

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/locales/ar.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "إخفاء المعلومات:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "عرض الاقتراحات لـ {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "محو تحديد {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "إجراءات إضافية"
190
198
  }
191
- }
199
+ }
package/locales/bg.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Скриване на информация:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Покажи предложения за {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Изчисти избора {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Допълнителни действия"
190
198
  }
191
- }
199
+ }
package/locales/cs.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Skrýt informace:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Zobrazit návrhy pro pole {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Zrušit výběr pole {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Další akce"
190
198
  }
191
- }
199
+ }
package/locales/cy.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Cuddio gwybodaeth:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Dangos awgrymiadau ar gyfer {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Clirio dewis {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Gweithredoedd ychwanegol"
190
198
  }
191
- }
199
+ }
package/locales/da.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Skjul oplysninger:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Vis forslag for {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Ryd {field} valg"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Yderligere handlinger"
190
198
  }
191
- }
199
+ }
package/locales/de.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Informationen ausblenden:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Vorschläge für {field} anzeigen"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Auswahl für {field} löschen"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Zusätzliche Maßnahmen"
190
198
  }
191
- }
199
+ }
package/locales/el.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Κρύψτε πληροφορίες:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Εμφάνιση προτάσεων για το πεδίο \"{field}\""
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Διαγραφή επιλογής πεδίου \"{field}\""
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Περαιτέρω ενέργειες"
190
198
  }
191
- }
199
+ }
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Hide information:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Show suggestions for {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Clear {field} selection"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Additional actions"
190
198
  }
191
- }
199
+ }
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Ocultar información:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Mostrar sugerencias para {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Borrar la selección de {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Acciones adicionales"
190
198
  }
191
- }
199
+ }
package/locales/es.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Ocultar información:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Mostrar sugerencias para {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Borrar la selección {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Otras acciones"
190
198
  }
191
- }
199
+ }
package/locales/et.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Peida teave:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Näita ettepanekuid {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Tühjenda {field} valik"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Täiendavad toimingud"
190
198
  }
191
- }
199
+ }
package/locales/fi.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Piilota tiedot:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Näytä ehdotuksia kohteelle {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Tyhjennä {field} valinta"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Lisätoimet"
190
198
  }
191
- }
199
+ }
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Masquer les informations :"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Afficher les suggestions pour {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Effacer la sélection {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Actions supplémentaires"
190
198
  }
191
- }
199
+ }
package/locales/fr.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Masquer les informations :"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Afficher les suggestions pour {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Effacer la sélection {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Actions supplémentaires"
190
198
  }
191
- }
199
+ }
package/locales/he.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "הסתרת מידע:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "הצגת הצעות עבור {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "ניקוי הבחירה {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "פעולות נוספות"
190
198
  }
191
- }
199
+ }
package/locales/hi.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "जानकारी छिपाएं:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "{field} के लिए सुझाव दिखाएँ"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "{field} चयन हटाएँ"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "अतिरिक्त कार्यवाईयां"
190
198
  }
191
- }
199
+ }
package/locales/ht.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Kache Enfòmasyon:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Afiche sijesyon pou {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Efase seleksyon {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Desizyon adisyonèl"
190
198
  }
191
- }
199
+ }
package/locales/hu.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Információk elrejtése:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Javaslatok megjelenítése a következőhöz: {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "{field} kijelölés törlése"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "További műveletek"
190
198
  }
191
- }
199
+ }
package/locales/id.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Sembunyikan informasi:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Tampilkan saran untuk {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Hapus pilihan {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Tindakan lain"
190
198
  }
191
- }
199
+ }
package/locales/it.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Nascondi informazioni:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Mostra suggerimenti per {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Cancella {field} selezione"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Azioni aggiuntive"
190
198
  }
191
- }
199
+ }
package/locales/ja.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "情報を非表示にする:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "{field}の提案を表示"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "{field}の選択をクリア"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "追加のアクション"
190
198
  }
191
- }
199
+ }
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "លាក់ព័ត៌មាន៖"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "បង្ហាញការផ្ដល់យោបល់នានាសម្រាប់ {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "លុបការជ្រើសរើស {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "សកម្មភាពបន្ថែម"
190
198
  }
191
- }
199
+ }
package/locales/ko.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "정보 숨기기:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "{field}에 대한 제안 표시"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "{field} 선택 취소"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "추가 작업"
190
198
  }
191
- }
199
+ }
package/locales/lt.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Paslėpti informaciją:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Rodyti pasiūlymus {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Išvalyti {field} pasirinkimą"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Papildomi veiksmai"
190
198
  }
191
- }
199
+ }
package/locales/lv.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Paslēpt informāciju:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Rādīt {field} ieteikumus"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Notīrīt {field} atlasi"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Papildu darbības"
190
198
  }
191
- }
199
+ }
package/locales/mi.json CHANGED
@@ -174,7 +174,7 @@
174
174
  },
175
175
  "kzErrorPage.goToHome" : {
176
176
  "description" : "Home button label",
177
- "message" : "Go to Home"
177
+ "message" : "Haere ki te whārangi Kāinga"
178
178
  },
179
179
  "kzGenericTile.infoButtonLabel" : {
180
180
  "description" : "Prompts user to interact with button to reveal more information",
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Huna mōhiohio:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Whakaatu whakaaro mo {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Ūkuia {field} tīpakonga"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Ngā mahi tāpiri"
190
198
  }
191
- }
199
+ }
package/locales/ms.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Sembunyikan maklumat:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Tunjukkan cadangan untuk {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Kosongkan pilihan {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Tindakan tambahan"
190
198
  }
191
- }
199
+ }
package/locales/nb.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Skjul informasjon:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Vis forslag for {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Fjern {field}-valg"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Ytterligere handlinger"
190
198
  }
191
- }
199
+ }
package/locales/nl.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Informatie verbergen:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Suggesties voor {field} weergeven"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Selectie van {field} wissen"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Meer acties"
190
198
  }
191
- }
199
+ }
package/locales/pl.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Ukryj informacje:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Pokaż sugestie dla {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Wyczyść zaznaczenie {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Dodatkowe działania"
190
198
  }
191
- }
199
+ }
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Ocultar informações:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Mostrar sugestões para {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Limpar seleção de {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Mais ações"
190
198
  }
191
- }
199
+ }
package/locales/pt.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Ocultar informações:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Mostrar sugestões para {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Limpar seleção de {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Mais ações"
190
198
  }
191
- }
199
+ }
package/locales/ro.json CHANGED
@@ -184,8 +184,16 @@
184
184
  "description" : "Prompts user to interact with button to hide information",
185
185
  "message" : "Ascundeți informațiile:"
186
186
  },
187
+ "singleSelect.chevronButton" : {
188
+ "description" : "Aria label text for the SingleSelect button to open and close suggestions list",
189
+ "message" : "Afișați sugestii pentru {field}"
190
+ },
191
+ "singleSelect.clearButtonAlt" : {
192
+ "description" : "Alt text for the clear selection button",
193
+ "message" : "Ștergeți selecția {field}"
194
+ },
187
195
  "splitButton.dropdownButton.label" : {
188
196
  "description" : "Label for a dropdown menu holding additional actions",
189
197
  "message" : "Acțiuni suplimentare"
190
198
  }
191
- }
199
+ }