@brightspace-ui/labs 2.10.0 → 2.10.1
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 +1 -1
- package/src/lang/cy.js +2 -2
- package/src/lang/da.js +4 -4
- package/src/lang/fr-on.js +1 -1
- package/src/lang/fr.js +2 -2
- package/src/lang/hi.js +1 -1
- package/src/lang/ja.js +1 -1
- package/src/lang/ko.js +3 -3
- package/src/lang/pt.js +1 -1
- package/src/lang/tr.js +1 -1
- package/src/lang/zh-cn.js +4 -4
package/package.json
CHANGED
package/src/lang/cy.js
CHANGED
|
@@ -50,6 +50,6 @@ export default {
|
|
|
50
50
|
"components:wizard:aria.steplabel": "Cam {currentStep} o {totalSteps}",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "Nesaf",
|
|
52
52
|
"components:wizard:stepper.defaults.restart": "Ailddechrau",
|
|
53
|
-
"components:wizard:restart.button.tooltip": "
|
|
54
|
-
"components:wizard:next.button.tooltip": "
|
|
53
|
+
"components:wizard:restart.button.tooltip": "Yn ôl i'r cam cyntaf",
|
|
54
|
+
"components:wizard:next.button.tooltip": "Parhau i'r cam nesaf"
|
|
55
55
|
};
|
package/src/lang/da.js
CHANGED
|
@@ -47,9 +47,9 @@ export default {
|
|
|
47
47
|
"components:pagination:nextPage": "Næste side",
|
|
48
48
|
"components:pagination:previousPage": "Forrige side",
|
|
49
49
|
"components:pagination:resultsPerPage": "Resultater pr. side",
|
|
50
|
-
"components:wizard:aria.steplabel": "
|
|
50
|
+
"components:wizard:aria.steplabel": "Trin {currentStep} af {totalSteps}",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "Next",
|
|
52
|
-
"components:wizard:stepper.defaults.restart": "
|
|
53
|
-
"components:wizard:restart.button.tooltip": "
|
|
54
|
-
"components:wizard:next.button.tooltip": "
|
|
52
|
+
"components:wizard:stepper.defaults.restart": "Genstart",
|
|
53
|
+
"components:wizard:restart.button.tooltip": "Tilbage til første trin",
|
|
54
|
+
"components:wizard:next.button.tooltip": "Fortsæt til næste trin"
|
|
55
55
|
};
|
package/src/lang/fr-on.js
CHANGED
|
@@ -47,7 +47,7 @@ export default {
|
|
|
47
47
|
"components:pagination:nextPage": "Page suivante",
|
|
48
48
|
"components:pagination:previousPage": "Page précédente",
|
|
49
49
|
"components:pagination:resultsPerPage": "Résultats par page",
|
|
50
|
-
"components:wizard:aria.steplabel": "Étape
|
|
50
|
+
"components:wizard:aria.steplabel": "Étape {currentStep} de {totalSteps}",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "Page suivante",
|
|
52
52
|
"components:wizard:stepper.defaults.restart": "Redémarrer",
|
|
53
53
|
"components:wizard:restart.button.tooltip": "Retour à la première étape",
|
package/src/lang/fr.js
CHANGED
|
@@ -18,7 +18,7 @@ export default {
|
|
|
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:navigation:back": "Retour",
|
|
21
|
-
"components:navigation:next": "
|
|
21
|
+
"components:navigation:next": "Suivant",
|
|
22
22
|
"components:navigation:previous": "Précédent",
|
|
23
23
|
"components:navigation:skipNav": "passer au contenu principal",
|
|
24
24
|
"components:optInFlyout:cancel": "Annuler",
|
|
@@ -47,7 +47,7 @@ export default {
|
|
|
47
47
|
"components:pagination:nextPage": "Page suivante",
|
|
48
48
|
"components:pagination:previousPage": "Page précédente",
|
|
49
49
|
"components:pagination:resultsPerPage": "Résultats par page",
|
|
50
|
-
"components:wizard:aria.steplabel": "Étape
|
|
50
|
+
"components:wizard:aria.steplabel": "Étape {currentStep} de {totalSteps}",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "Suivant",
|
|
52
52
|
"components:wizard:stepper.defaults.restart": "Redémarrer",
|
|
53
53
|
"components:wizard:restart.button.tooltip": "Retour à la première étape",
|
package/src/lang/hi.js
CHANGED
|
@@ -49,7 +49,7 @@ export default {
|
|
|
49
49
|
"components:pagination:resultsPerPage": "प्रति पेज के परिणाम",
|
|
50
50
|
"components:wizard:aria.steplabel": "{totalSteps} में से {currentStep} चरण",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "अगला",
|
|
52
|
-
"components:wizard:stepper.defaults.restart": "
|
|
52
|
+
"components:wizard:stepper.defaults.restart": "पुनरारंभ करें",
|
|
53
53
|
"components:wizard:restart.button.tooltip": "पहले चरण पर वापस जाएँ",
|
|
54
54
|
"components:wizard:next.button.tooltip": "अगले चरण पर आगे बढ़ें"
|
|
55
55
|
};
|
package/src/lang/ja.js
CHANGED
|
@@ -47,7 +47,7 @@ export default {
|
|
|
47
47
|
"components:pagination:nextPage": "次のページ",
|
|
48
48
|
"components:pagination:previousPage": "前のページ",
|
|
49
49
|
"components:pagination:resultsPerPage": "ページごとの結果",
|
|
50
|
-
"components:wizard:aria.steplabel": "
|
|
50
|
+
"components:wizard:aria.steplabel": "手順 {currentStep}/{totalSteps}",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "次へ",
|
|
52
52
|
"components:wizard:stepper.defaults.restart": "再開",
|
|
53
53
|
"components:wizard:restart.button.tooltip": "最初の手順に戻る",
|
package/src/lang/ko.js
CHANGED
|
@@ -47,9 +47,9 @@ export default {
|
|
|
47
47
|
"components:pagination:nextPage": "다음 페이지",
|
|
48
48
|
"components:pagination:previousPage": "이전 페이지",
|
|
49
49
|
"components:pagination:resultsPerPage": "페이지당 결과 수",
|
|
50
|
-
"components:wizard:aria.steplabel": "{currentStep}/{totalSteps}
|
|
50
|
+
"components:wizard:aria.steplabel": "{currentStep}/{totalSteps}단계",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "다음",
|
|
52
52
|
"components:wizard:stepper.defaults.restart": "다시 시작",
|
|
53
|
-
"components:wizard:restart.button.tooltip": "첫 번째 단계로
|
|
54
|
-
"components:wizard:next.button.tooltip": "다음 단계로
|
|
53
|
+
"components:wizard:restart.button.tooltip": "첫 번째 단계로 돌아가기",
|
|
54
|
+
"components:wizard:next.button.tooltip": "다음 단계로 진행"
|
|
55
55
|
};
|
package/src/lang/pt.js
CHANGED
|
@@ -18,7 +18,7 @@ export default {
|
|
|
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:navigation:back": "Voltar",
|
|
21
|
-
"components:navigation:next": "
|
|
21
|
+
"components:navigation:next": "Avançar",
|
|
22
22
|
"components:navigation:previous": "Anterior",
|
|
23
23
|
"components:navigation:skipNav": "passar para conteúdo principal",
|
|
24
24
|
"components:optInFlyout:cancel": "Cancelar",
|
package/src/lang/tr.js
CHANGED
|
@@ -18,7 +18,7 @@ export default {
|
|
|
18
18
|
"components:checkboxDrawer:checkboxCollapsed": "Onay kutusu daraltıldı", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
19
19
|
"components:checkboxDrawer:checkboxExpanded": "Onay kutusu genişletildi", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
20
20
|
"components:navigation:back": "Geri",
|
|
21
|
-
"components:navigation:next": "
|
|
21
|
+
"components:navigation:next": "İleri",
|
|
22
22
|
"components:navigation:previous": "Önceki",
|
|
23
23
|
"components:navigation:skipNav": "ana içeriğe atla",
|
|
24
24
|
"components:optInFlyout:cancel": "İptal et",
|
package/src/lang/zh-cn.js
CHANGED
|
@@ -47,9 +47,9 @@ export default {
|
|
|
47
47
|
"components:pagination:nextPage": "下一页",
|
|
48
48
|
"components:pagination:previousPage": "上一页",
|
|
49
49
|
"components:pagination:resultsPerPage": "每页结果数",
|
|
50
|
-
"components:wizard:aria.steplabel": "
|
|
50
|
+
"components:wizard:aria.steplabel": "全部 {currentStep} 步中的 {totalSteps} 步",
|
|
51
51
|
"components:wizard:stepper.defaults.next": "Next",
|
|
52
|
-
"components:wizard:stepper.defaults.restart": "
|
|
53
|
-
"components:wizard:restart.button.tooltip": "
|
|
54
|
-
"components:wizard:next.button.tooltip": "
|
|
52
|
+
"components:wizard:stepper.defaults.restart": "重新开始",
|
|
53
|
+
"components:wizard:restart.button.tooltip": "返回第一步",
|
|
54
|
+
"components:wizard:next.button.tooltip": "继续下一步"
|
|
55
55
|
};
|