@brightspace-ui/labs 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -54,5 +54,5 @@
54
54
  "@brightspace-ui/core": "^3",
55
55
  "lit": "^3"
56
56
  },
57
- "version": "2.4.1"
57
+ "version": "2.4.2"
58
58
  }
package/src/lang/ar.js CHANGED
@@ -12,9 +12,9 @@ export default {
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "تمكين قارئ الشاشة وعلامة التبويب في المحتوى", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "نوع المحاكاة:", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "انقر لإضافة القيمة {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "لقد بلغت الحد {value} من القيم المحددة", // Tooltip that appears when the user has reach the maximum amount of attributes
16
- "components:attributePicker:minimumRequirement": "يجب تعيين قيمة واحدة على الأقل.", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "انقر فوق، أو اضغط على مسافة للخلف، أو اضغط على مفتاح حذف لإزالة العنصر {value}", // Label to inform user how they can remove the given value
15
+ "components:attributePicker:limitReached": "لقد وصلت إلى الحد الأقصى وهو {value} من القيم المحددة", // Tooltip that appears when the user has reach the maximum amount of attributes
16
+ "components:attributePicker:minimumRequirement": "يجب تعيين قيمة واحدة على الأقل", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
+ "components:attributePicker:removeValue": "انقر، أو اضغط على مسافة للخلف، أو اضغط على مفتاح الحذف لإزالة العنصر {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "تم طي خانة الاختيار", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "تم توسيع خانة الاختيار", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "إلغاء",
package/src/lang/cy.js CHANGED
@@ -1,9 +1,9 @@
1
1
  export default {
2
2
  "components:accessibilityDisabilitySimulator:blurLevel": "Lefel aneglurdeb", // Label for input slider that users can use to change the level of blurriness
3
- "components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // mfv-translated Disability simulation option for users with Achromatiopsia colorblindness
3
+ "components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia colorblindness
4
4
  "components:accessibilityDisabilitySimulator:colorblindDeuteranopia": "Dewteranopia", // Disability simulation option for users with Deuteranopia colorblindness
5
5
  "components:accessibilityDisabilitySimulator:colorblindProtanopia": "Cochddallineb", // Disability simulation option for users with Protanopia colorblindness
6
- "components:accessibilityDisabilitySimulator:colorblindTritanopia": "Tritanopia", // mfv-translated Disability simulation option for users with Tritanopia colorblindness
6
+ "components:accessibilityDisabilitySimulator:colorblindTritanopia": "Tritanopia", // Disability simulation option for users with Tritanopia colorblindness
7
7
  "components:accessibilityDisabilitySimulator:colorblindness": "Dallineb lliw", // Disability simulation option for users with Colorblindness
8
8
  "components:accessibilityDisabilitySimulator:keyboardOnly": "Bysellfwrdd yn Unig", // Disability simulation option for users who can only use the keyboard for navigation
9
9
  "components:accessibilityDisabilitySimulator:lowVision": "Golwg Gwan", // Disability simulation option for users with a limited ability to see
@@ -12,9 +12,9 @@ export default {
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Galluogwch eich darllenydd sgrîn a thab i'r cynnwys", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Math o efelychiad:", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Cliciwch i ychwanegu'r gwerth {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "Rydych chi wedi cyrraedd terfyn y gwerthoedd a ddewiswyd {value}", // Tooltip that appears when the user has reach the maximum amount of attributes
15
+ "components:attributePicker:limitReached": "Rydych chi wedi cyrraedd terfyn y gwerthoedd a ddewiswyd o {value}", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Rhaid gosod o leiaf un gwerth", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "Cliciwch, pwyswch yn ôl, neu pwyswch y bysell dileu i dynnu’r eitem {value}", // Label to inform user how they can remove the given value
17
+ "components:attributePicker:removeValue": "Cliciwch, pwyswch yn ôl, neu pwyswch y fysell dileu i dynnu’r eitem {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Wedi crebachu blwch ticio", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Wedi ehangu blwch ticio", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "Canslo",
package/src/lang/de.js CHANGED
@@ -12,7 +12,7 @@ export default {
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Aktivieren Sie Ihre Bildschirmsprachausgabe und tippen Sie den Inhalt an", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Simulationstyp:", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Klicken Sie, um den Wert {value} hinzuzufügen", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "Sie haben das Limit von {value} ausgewählten Werten erreicht.", // Tooltip that appears when the user has reach the maximum amount of attributes
15
+ "components:attributePicker:limitReached": "Sie haben das Limit von {value} ausgewählten Werten erreicht", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Mindestens ein Wert muss festgelegt werden", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "Klicken Sie, drücken Sie die Rücktaste, oder drücken Sie die Entfernen-Taste, um das Element {value} zu entfernen", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Kontrollkästchen ausgeblendet", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
package/src/lang/en-gb.js CHANGED
@@ -14,7 +14,7 @@ export default {
14
14
  "components:attributePicker:addValue": "Click to add value {value}", // Label for screen readers to inform user that they can click to add the given value
15
15
  "components:attributePicker:limitReached": "You've reached the limit of {value} selected values", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "At least one value must be set", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "Click, press backspace, or press delete key to remove item {value}", // Label to inform user how they can remove the given value
17
+ "components:attributePicker:removeValue": "Click, press backspace or press delete key to remove item {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Tick box collapsed", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Tick box expanded", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "Cancel",
package/src/lang/es-es.js CHANGED
@@ -11,9 +11,9 @@ export default {
11
11
  "components:accessibilityDisabilitySimulator:none": "Ninguno", // Disability simulation option that represents having no disability
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Habilite el lector de pantalla y desplácese con el tabulador por el contenido.", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Tipo de simulación:", // Label for the disability simulation options
14
- "components:attributePicker:addValue": "Haga clic para agregar el valor {value}", // Label for screen readers to inform user that they can click to add the given value
14
+ "components:attributePicker:addValue": "Haga clic para añadir el valor {value}", // Label for screen readers to inform user that they can click to add the given value
15
15
  "components:attributePicker:limitReached": "Ha alcanzado el límite de {value} valores seleccionados", // Tooltip that appears when the user has reach the maximum amount of attributes
16
- "components:attributePicker:minimumRequirement": "Se debe establecer al menos un valor.", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
16
+ "components:attributePicker:minimumRequirement": "Se debe establecer al menos un valor", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "Haga clic, pulse Retroceso o pulse la tecla Supr para eliminar el elemento {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Casilla de verificación contraída", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Casilla de verificación expandida", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
package/src/lang/es.js CHANGED
@@ -12,7 +12,7 @@ export default {
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Habilite su lector de pantalla y tableta en el contenido", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Tipo de simulación:", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Haga clic para agregar el valor {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "Alcanzó el límite de {value} valores seleccionados", // Tooltip that appears when the user has reach the maximum amount of attributes
15
+ "components:attributePicker:limitReached": "Alcanzó el límite de {value} valores seleccionados", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Se debe definir al menos un valor", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "Haga clic, presione Retroceso o presione la tecla Suprimir para eliminar el elemento {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Casilla de selección contraída", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
package/src/lang/fr-fr.js CHANGED
@@ -12,7 +12,7 @@ export default {
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Activez votre lecteur d’écran et parcourez le contenu", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Type de simulation :", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Cliquer pour ajouter la valeur {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
15
+ "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Au moins une valeur doit être définie", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "Cliquez sur l’élément, appuyez sur la touche Retour arrière ou sur la touche Suppr pour supprimer l’élément {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Case à cocher réduite", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
package/src/lang/fr-on.js CHANGED
@@ -11,10 +11,10 @@ export default {
11
11
  "components:accessibilityDisabilitySimulator:none": "Aucun", // Disability simulation option that represents having no disability
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Activez votre lecteur d'écran et utilisez la touche de tabulation pour parcourir le contenu", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Type de simulation :", // Label for the disability simulation options
14
- "components:attributePicker:addValue": "Cliquer pour ajouter la valeur {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
16
- "components:attributePicker:minimumRequirement": "Au moins une valeur doit être définit", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "Cliquez sur le bouton, appuyez sur retour arrière ou appuyez sur la touche de suppression pour supprimer l’élément {value}", // Label to inform user how they can remove the given value
14
+ "components:attributePicker:addValue": "Cliquez pour ajouter la valeur {value}", // Label for screen readers to inform user that they can click to add the given value
15
+ "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
16
+ "components:attributePicker:minimumRequirement": "Au moins une valeur doit être définie", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
+ "components:attributePicker:removeValue": "Cliquez, appuyez sur la touche d'effacement arrière ou appuyez sur la touche de suppression pour supprimer l'élément {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Case à cocher réduite", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Case à cocher agrandie", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "Annuler",
package/src/lang/fr.js CHANGED
@@ -11,10 +11,10 @@ export default {
11
11
  "components:accessibilityDisabilitySimulator:none": "Aucun", // Disability simulation option that represents having no disability
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Activez votre lecteur d'écran et utilisez la touche de tabulation pour parcourir le contenu", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Type de simulation :", // Label for the disability simulation options
14
- "components:attributePicker:addValue": "Cliquer pour ajouter la valeur {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
16
- "components:attributePicker:minimumRequirement": "Au moins une valeur doit être définit", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "Cliquez sur le bouton, appuyez sur retour arrière ou appuyez sur la touche de suppression pour supprimer l’élément {value}", // Label to inform user how they can remove the given value
14
+ "components:attributePicker:addValue": "Cliquez pour ajouter la valeur {value}", // Label for screen readers to inform user that they can click to add the given value
15
+ "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
16
+ "components:attributePicker:minimumRequirement": "Au moins une valeur doit être définie", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
+ "components:attributePicker:removeValue": "Cliquez, appuyez sur la touche d'effacement arrière ou appuyez sur la touche de suppression pour supprimer l'élément {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Case à cocher réduite", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Case à cocher agrandie", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "Annuler",
package/src/lang/hi.js CHANGED
@@ -14,9 +14,9 @@ export default {
14
14
  "components:attributePicker:addValue": "मान {value} जोड़ने के लिए क्लिक करें", // Label for screen readers to inform user that they can click to add the given value
15
15
  "components:attributePicker:limitReached": "आप {value} चयनित मानों की सीमा तक पहुँच गए हैं", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "कम से कम एक मान सेट होना चाहिए", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "{value} को हटाने के लिए क्लिक करें, बैकस्पेस दबाएँ, या हटाएँ कुंजी को दबाएँ", // Label to inform user how they can remove the given value
17
+ "components:attributePicker:removeValue": "{value} को हटाने के लिए क्लिक करें, बैकस्पेस दबाएँ, या डिलीट बटन को दबाएँ", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "चेकबॉक्स छोटा हो गया", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
- "components:checkboxDrawer:checkboxExpanded": "चेकबॉक्स बड़ा हो गया", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
19
+ "components:checkboxDrawer:checkboxExpanded": "चेकबॉक्स बड़ा हो गया", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "कैंसल करें",
21
21
  "components:optInFlyout:close": "यह संवाद बंद करें",
22
22
  "components:optInFlyout:done": "पूरा हो गया",
package/src/lang/ja.js CHANGED
@@ -12,7 +12,7 @@ export default {
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "スクリーンリーダーを有効にして、コンテンツを利用します", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "シミュレーションタイプ: ", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "クリックして値 {value} を追加", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "{value} 個の選択した値の上限に達しました", // Tooltip that appears when the user has reach the maximum amount of attributes
15
+ "components:attributePicker:limitReached": "選択した値の上限値 {value} に達しました", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "少なくとも 1 つの値を設定する必要があります", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "クリックする、Backspace キーを押す、または Delete キーを押すと項目 {value} が削除されます", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "折りたたまれたチェックボックス", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
package/src/lang/ko.js CHANGED
@@ -11,10 +11,10 @@ export default {
11
11
  "components:accessibilityDisabilitySimulator:none": "없음", // Disability simulation option that represents having no disability
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "스크린 리더를 활성화하고 콘텐츠를 탭합니다", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "시뮬레이션 유형:", // Label for the disability simulation options
14
- "components:attributePicker:addValue": "클릭하여 {value}을(를) 추가합니다.", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "{value} 선택한 값의 제한에 도달했습니다.", // Tooltip that appears when the user has reach the maximum amount of attributes
16
- "components:attributePicker:minimumRequirement": "하나 이상의 값을 설정해야 합니다.", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "항목 {value}을(를) 제거하려면 클릭하거나, 백스페이스 또는 삭제 키를 누릅니다.", // Label to inform user how they can remove the given value
14
+ "components:attributePicker:addValue": "클릭하여 {value} 값을 추가합니다", // Label for screen readers to inform user that they can click to add the given value
15
+ "components:attributePicker:limitReached": "{value} 선택한 값의 제한에 도달했습니다", // Tooltip that appears when the user has reach the maximum amount of attributes
16
+ "components:attributePicker:minimumRequirement": "하나 이상의 값을 설정해야 합니다", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
+ "components:attributePicker:removeValue": "{value} 항목을 제거하려면 클릭하거나, 백스페이스 또는 삭제 키를 누릅니다", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "확인란이 축소됨", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "확인란이 확장됨", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "취소",
package/src/lang/pt.js CHANGED
@@ -1,9 +1,9 @@
1
1
  export default {
2
2
  "components:accessibilityDisabilitySimulator:blurLevel": "Nível de desfoque", // Label for input slider that users can use to change the level of blurriness
3
3
  "components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Acromatopsia", // Disability simulation option for users with Achromatiopsia colorblindness
4
- "components:accessibilityDisabilitySimulator:colorblindDeuteranopia": "Deuteranopia", // mfv-translated Disability simulation option for users with Deuteranopia colorblindness
5
- "components:accessibilityDisabilitySimulator:colorblindProtanopia": "Protanopia", // mfv-translated Disability simulation option for users with Protanopia colorblindness
6
- "components:accessibilityDisabilitySimulator:colorblindTritanopia": "Tritanopia", // mfv-translated Disability simulation option for users with Tritanopia colorblindness
4
+ "components:accessibilityDisabilitySimulator:colorblindDeuteranopia": "Deuteranopia", // Disability simulation option for users with Deuteranopia colorblindness
5
+ "components:accessibilityDisabilitySimulator:colorblindProtanopia": "Protanopia", // Disability simulation option for users with Protanopia colorblindness
6
+ "components:accessibilityDisabilitySimulator:colorblindTritanopia": "Tritanopia", // Disability simulation option for users with Tritanopia colorblindness
7
7
  "components:accessibilityDisabilitySimulator:colorblindness": "Daltonismo", // Disability simulation option for users with Colorblindness
8
8
  "components:accessibilityDisabilitySimulator:keyboardOnly": "Somente teclado", // Disability simulation option for users who can only use the keyboard for navigation
9
9
  "components:accessibilityDisabilitySimulator:lowVision": "Baixa visão", // Disability simulation option for users with a limited ability to see
@@ -11,10 +11,10 @@ export default {
11
11
  "components:accessibilityDisabilitySimulator:none": "Nenhuma", // Disability simulation option that represents having no disability
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Ative seu leitor de tela e insira o conteúdo", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Tipo de simulação:", // Label for the disability simulation options
14
- "components:attributePicker:addValue": "Clique para adicionar valor {value}", // Label for screen readers to inform user that they can click to add the given value
14
+ "components:attributePicker:addValue": "Clique para adicionar o valor {value}", // Label for screen readers to inform user that they can click to add the given value
15
15
  "components:attributePicker:limitReached": "Você atingiu o limite de {value} valores selecionados", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Pelo menos um valor deve ser definido", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "Clique em, pressione Backspace ou pressione a tecla Delete para remover o item {value}", // Label to inform user how they can remove the given value
17
+ "components:attributePicker:removeValue": "Clique, pressione a tecla Backspace ou a tecla Delete para remover o item {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Caixa de seleção recolhida", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Caixa de seleção expandida", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:optInFlyout:cancel": "Cancelar",
package/src/lang/zh-cn.js CHANGED
@@ -12,8 +12,8 @@ export default {
12
12
  "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "启用屏幕阅读器并按 Tab 键进入内容", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "模拟类型:", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "单击以添加值 {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "您已达到所选值 {value} 的限制", // Tooltip that appears when the user has reach the maximum amount of attributes
16
- "components:attributePicker:minimumRequirement": "必须设置至少一个值", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
15
+ "components:attributePicker:limitReached": "您已达到 {value} 个选定值的上限", // Tooltip that appears when the user has reach the maximum amount of attributes
16
+ "components:attributePicker:minimumRequirement": "必须至少设置一个值", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "单击、按退格键或按 Delete 键以移除项目 {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "复选框已折叠", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "复选框已展开", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown