@microbit/ui 0.3.1 → 0.3.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/lang/ui.ga-ie.json +1 -1
- package/lang/ui.ja.json +1 -1
- package/lang/ui.nl.json +2 -2
- package/package.json +1 -1
package/lang/ui.ga-ie.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Accessible label for a row-selection checkbox in a list or table; screen readers read it together with the row's content"
|
|
41
41
|
},
|
|
42
42
|
"ui.toast-region": {
|
|
43
|
-
"defaultMessage": "{count, plural, one {# fógra} two {# fhógra} few {# fógraí} many {#
|
|
43
|
+
"defaultMessage": "{count, plural, one {# fógra} two {# fhógra} few {# fógraí} many {# fógraí} other {# fógraí}}",
|
|
44
44
|
"description": "Accessible label for the notifications area; count is the number of notifications showing"
|
|
45
45
|
},
|
|
46
46
|
"ui.toast-status-error": {
|
package/lang/ui.ja.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"description": "Accessible label for the button that opens a ComboBox's suggestions dropdown"
|
|
17
17
|
},
|
|
18
18
|
"ui.loading": {
|
|
19
|
-
"defaultMessage": "
|
|
19
|
+
"defaultMessage": "ロード中",
|
|
20
20
|
"description": "Announced by screen readers for a button showing a loading spinner"
|
|
21
21
|
},
|
|
22
22
|
"ui.new-tab-notice": {
|
package/lang/ui.nl.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ui.breadcrumb": {
|
|
3
|
-
"defaultMessage": "
|
|
3
|
+
"defaultMessage": "Kruimelspoor",
|
|
4
4
|
"description": "Accessible label for the breadcrumb navigation trail (the WAI-ARIA APG's conventional name)"
|
|
5
5
|
},
|
|
6
6
|
"ui.close-action": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "Announced by screen readers before an informational notification"
|
|
53
53
|
},
|
|
54
54
|
"ui.toast-status-success": {
|
|
55
|
-
"defaultMessage": "
|
|
55
|
+
"defaultMessage": "Succesvol",
|
|
56
56
|
"description": "Announced by screen readers before a success notification"
|
|
57
57
|
},
|
|
58
58
|
"ui.toast-status-warning": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microbit/ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "micro:bit design-system primitives: react-aria-components + Panda CSS with a design language ported from Chakra UI v2. Ships as source; see README for the consumption setup.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|