@brightspace-ui/labs 1.5.0 → 1.7.0
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 +9 -5
- package/src/components/accessibility-disability-simulator/README.md +33 -0
- package/src/components/accessibility-disability-simulator/accessibility-disability-simulator.js +229 -0
- package/src/components/pagination/README.md +29 -0
- package/src/components/pagination/pager-numeric.js +159 -0
- package/src/lang/ar.js +20 -2
- package/src/lang/cy.js +18 -1
- package/src/lang/da.js +18 -1
- package/src/lang/de.js +18 -1
- package/src/lang/en.js +18 -1
- package/src/lang/es-es.js +18 -1
- package/src/lang/es.js +18 -1
- package/src/lang/fr-fr.js +18 -1
- package/src/lang/fr.js +18 -1
- package/src/lang/hi.js +18 -1
- package/src/lang/ja.js +18 -1
- package/src/lang/ko.js +18 -1
- package/src/lang/nl.js +18 -1
- package/src/lang/pt.js +18 -1
- package/src/lang/sv.js +18 -1
- package/src/lang/tr.js +18 -1
- package/src/lang/zh-cn.js +18 -1
- package/src/lang/zh-tw.js +18 -1
package/package.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": "https://github.com/BrightspaceUI/labs.git",
|
|
6
6
|
"exports": {
|
|
7
|
+
"./components/accessibility-disability-simulator.js": "./src/components/accessibility-disability-simulator/accessibility-disability-simulator.js",
|
|
7
8
|
"./components/checkbox-drawer.js": "./src/components/checkbox-drawer/checkbox-drawer.js",
|
|
8
9
|
"./components/community-button.js": "./src/components/community/community-button.js",
|
|
9
10
|
"./components/community-link.js": "./src/components/community/community-link.js",
|
|
@@ -11,11 +12,14 @@
|
|
|
11
12
|
"./components/opt-in-flyout.js": "./src/components/opt-in-flyout/opt-in-flyout.js",
|
|
12
13
|
"./components/opt-out-flyout.js": "./src/components/opt-in-flyout/opt-out-flyout.js",
|
|
13
14
|
"./components/opt-out-reason.js": "./src/components/opt-in-flyout/opt-out-reason.js",
|
|
15
|
+
"./components/pager-numeric.js": "./src/components/pagination/pager-numeric.js",
|
|
14
16
|
"./controllers/computed-value.js": "./src/controllers/computed-values/computed-value.js",
|
|
15
17
|
"./controllers/computed-values.js": "./src/controllers/computed-values/computed-values.js",
|
|
16
18
|
"./controllers/language-listener.js": "./src/controllers/language-listener/language-listener.js"
|
|
17
19
|
},
|
|
18
20
|
"scripts": {
|
|
21
|
+
"langs:sync": "mfv add-missing && mfv remove-extraneous",
|
|
22
|
+
"langs:sort": "mfv sort",
|
|
19
23
|
"lint": "npm run lint:eslint && npm run lint:style",
|
|
20
24
|
"lint:eslint": "eslint . --ext .js,.html",
|
|
21
25
|
"lint:style": "stylelint \"**/*.{js,html}\"",
|
|
@@ -28,13 +32,13 @@
|
|
|
28
32
|
"author": "D2L Corporation",
|
|
29
33
|
"license": "Apache-2.0",
|
|
30
34
|
"devDependencies": {
|
|
31
|
-
"@brightspace-ui/stylelint-config": "^
|
|
32
|
-
"@brightspace-ui/testing": "^1
|
|
35
|
+
"@brightspace-ui/stylelint-config": "^1",
|
|
36
|
+
"@brightspace-ui/testing": "^1",
|
|
33
37
|
"@web/dev-server": "^0.3",
|
|
34
38
|
"eslint": "^8",
|
|
35
|
-
"eslint-config-brightspace": "^
|
|
39
|
+
"eslint-config-brightspace": "^1",
|
|
36
40
|
"messageformat-validator": "^2",
|
|
37
|
-
"stylelint": "^
|
|
41
|
+
"stylelint": "^16"
|
|
38
42
|
},
|
|
39
43
|
"files": [
|
|
40
44
|
"labs.serge.json",
|
|
@@ -47,5 +51,5 @@
|
|
|
47
51
|
"@brightspace-ui/core": "^2",
|
|
48
52
|
"lit": "^2"
|
|
49
53
|
},
|
|
50
|
-
"version": "1.
|
|
54
|
+
"version": "1.7.0"
|
|
51
55
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# d2l-labs-accessibility-disability-simulator
|
|
2
|
+
|
|
3
|
+
A wrapper component that can be used to simulate how users with different forms of disabilities would experience the content within its slot.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```html
|
|
8
|
+
<script type="module">
|
|
9
|
+
import '@brightspace-ui/labs/components/accessibility-disability-simulator.js';
|
|
10
|
+
</script>
|
|
11
|
+
<d2l-labs-accessibility-disability-simulator>
|
|
12
|
+
...
|
|
13
|
+
</d2l-labs-accessibility-disability-simulator>
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Properties
|
|
17
|
+
|
|
18
|
+
| Property | Type | Description |
|
|
19
|
+
|--|--|--|
|
|
20
|
+
| `blur-level` | Number, default: 50 | The level of blurriness when the `low-vision` filter is being used, should range between 1 and 100
|
|
21
|
+
| `disability-type` | String | The type of disability to simulate, see [here](#disability-type-values) for the options
|
|
22
|
+
| `hide-alert` | Boolean, default: `false` | Whether or not the alert should be shown
|
|
23
|
+
| `hide-controls` | Boolean, default: `false` | Whether or not to show the disability type selection and blur level controls
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Disability Type Values
|
|
27
|
+
- `no-vision`, Simulates not being able to see anything by hiding the slotted content off of the screen
|
|
28
|
+
- `low-vision`, Simulates having a limited amount of vision by blurring out the slotted content
|
|
29
|
+
- `keyboard-only`, Simulates the inability to use a mouse, forcing the slotted content to only be navigable using keyboard inputs
|
|
30
|
+
- `colorblind-achromatopsia`, Simulates achromatopsia (grayscale) colorblindness
|
|
31
|
+
- `colorblind-deuteranopia`, Simulates deuteranopia (green-light deficient) colorblindness
|
|
32
|
+
- `colorblind-protanopia`, Simulates protanopia (red-light deficient) colorblindness
|
|
33
|
+
- `colorblind-tritanopia`, Simulates tritanopia (blue-light deficient) colorblindness
|
package/src/components/accessibility-disability-simulator/accessibility-disability-simulator.js
ADDED
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
import '@brightspace-ui/core/components/alert/alert.js';
|
|
2
|
+
import { bodyCompactStyles, bodyStandardStyles } from '@brightspace-ui/core/components/typography/styles.js';
|
|
3
|
+
import { css, html, LitElement, nothing } from 'lit';
|
|
4
|
+
import { classMap } from 'lit/directives/class-map.js';
|
|
5
|
+
import { LocalizeLabsElement } from '../localize-labs-element.js';
|
|
6
|
+
import { offscreenStyles } from '@brightspace-ui/core/components/offscreen/offscreen.js';
|
|
7
|
+
import { selectStyles } from '@brightspace-ui/core/components/inputs/input-select-styles.js';
|
|
8
|
+
import { styleMap } from 'lit/directives/style-map.js';
|
|
9
|
+
|
|
10
|
+
export const DISABILITY_TYPES = Object.freeze({
|
|
11
|
+
none: 'none',
|
|
12
|
+
noVision: 'no-vision',
|
|
13
|
+
lowVision: 'low-vision',
|
|
14
|
+
keyboardOnly: 'keyboard-only',
|
|
15
|
+
colorblindAchromatopsia: 'colorblind-achromatopsia',
|
|
16
|
+
colorblindDeuteranopia: 'colorblind-deuteranopia',
|
|
17
|
+
colorblindProtanopia: 'colorblind-protanopia',
|
|
18
|
+
colorblindTritanopia: 'colorblind-tritanopia'
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
const colorblindTypes = Object.entries(DISABILITY_TYPES).filter(value => value[0].includes('colorblind'));
|
|
22
|
+
const otherTypes = Object.entries(DISABILITY_TYPES).filter(value => !value[0].includes('colorblind'));
|
|
23
|
+
|
|
24
|
+
class AccessibilityDisabilitySimulator extends LocalizeLabsElement(LitElement) {
|
|
25
|
+
|
|
26
|
+
static get properties() {
|
|
27
|
+
return {
|
|
28
|
+
/**
|
|
29
|
+
* The level of blurriness when the low-vision filter is being used, should range between 1 and 100
|
|
30
|
+
* @type {Number}
|
|
31
|
+
*/
|
|
32
|
+
blurLevel: { type: Number, attribute: 'blur-level', reflect: true },
|
|
33
|
+
/**
|
|
34
|
+
* The type of disability to simulate
|
|
35
|
+
* @type {'no-vision'|'low-vision'|'keyboard-only'|'colorblind-achromatopsia'|'colorblind-deuteranopia'|'colorblind-protanopia'|'colorblind-tritanopia'}
|
|
36
|
+
*/
|
|
37
|
+
disabilityType: { type: String, attribute: 'disability-type', reflect: true },
|
|
38
|
+
/**
|
|
39
|
+
* Whether or not the alert should be shown
|
|
40
|
+
* @type {Boolean}
|
|
41
|
+
*/
|
|
42
|
+
hideAlert: { type: Boolean, attribute: 'hide-alert' },
|
|
43
|
+
/**
|
|
44
|
+
* Whether or not to show the disability type selection and blur level controls
|
|
45
|
+
* @type {Boolean}
|
|
46
|
+
*/
|
|
47
|
+
hideControls: { type: Boolean, attribute: 'hide-controls' }
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
static get styles() {
|
|
52
|
+
return [ bodyCompactStyles, bodyStandardStyles, offscreenStyles, selectStyles, css`
|
|
53
|
+
.simulator-controls {
|
|
54
|
+
align-items: center;
|
|
55
|
+
display: flex;
|
|
56
|
+
gap: 0.5rem;
|
|
57
|
+
margin-bottom: 1rem;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.low-vision-slider {
|
|
61
|
+
align-items: center;
|
|
62
|
+
display: flex;
|
|
63
|
+
gap: 0.5rem;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.alert-message {
|
|
67
|
+
display: inline-block;
|
|
68
|
+
margin-bottom: 1rem;
|
|
69
|
+
padding: 0.5rem;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.svg-filter {
|
|
73
|
+
display: none;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:host([disability-type="keyboard-only"]) .wrapper-slot {
|
|
77
|
+
pointer-events: none;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
:host([disability-type="no-vision"]) .wrapper-slot {
|
|
81
|
+
filter: grayscale(1);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
:host([disability-type="colorblind-achromatopsia"]) .wrapper-slot {
|
|
85
|
+
filter: grayscale(1);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
:host([disability-type="colorblind-deuteranopia"]) .wrapper-slot {
|
|
89
|
+
filter: url("#deuteranopia");
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
:host([disability-type="colorblind-protanopia"]) .wrapper-slot {
|
|
93
|
+
filter: url("#protanopia");
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
:host([disability-type="colorblind-tritanopia"]) .wrapper-slot {
|
|
97
|
+
filter: url("#tritanopia");
|
|
98
|
+
}
|
|
99
|
+
` ];
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
constructor() {
|
|
103
|
+
super();
|
|
104
|
+
this.blurLevel = 50;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
render() {
|
|
108
|
+
const wrapperClasses = {
|
|
109
|
+
'wrapper-slot': true,
|
|
110
|
+
'd2l-offscreen': this.disabilityType === DISABILITY_TYPES.noVision
|
|
111
|
+
};
|
|
112
|
+
const wrapperStyles = {
|
|
113
|
+
...(this.disabilityType === DISABILITY_TYPES.lowVision && { filter: `blur(${this.blurLevel / 20}px)` })
|
|
114
|
+
};
|
|
115
|
+
return html`
|
|
116
|
+
${this._renderColorblindFilters()}
|
|
117
|
+
${this._renderControls()}
|
|
118
|
+
${this._renderAlert()}
|
|
119
|
+
|
|
120
|
+
<div class="${classMap(wrapperClasses)}" style="${styleMap(wrapperStyles)}">
|
|
121
|
+
<slot></slot>
|
|
122
|
+
</div>
|
|
123
|
+
`;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
updated(changedProperties) {
|
|
127
|
+
super.updated(changedProperties);
|
|
128
|
+
|
|
129
|
+
if (changedProperties.has('blurLevel')) {
|
|
130
|
+
this.blurLevel = Math.max(Math.min(this.blurLevel, 100), 1);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
_localize(key) {
|
|
135
|
+
return this.localize(`components:accessibilityDisabilitySimulator:${key}`);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
_onDisabilityTypeChanged(e) {
|
|
139
|
+
this.disabilityType = e.target.value;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
_onSliderChanged(e) {
|
|
143
|
+
this.blurLevel = e.target.value;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
_renderAlert() {
|
|
147
|
+
if (this.hideAlert || this.disabilityType !== DISABILITY_TYPES.noVision) return;
|
|
148
|
+
|
|
149
|
+
return html`
|
|
150
|
+
<d2l-alert class="alert-message" no-padding>
|
|
151
|
+
<span class="d2l-body-compact">${this._localize('screenreaderAndTabAlert')}</span>
|
|
152
|
+
</d2l-alert>
|
|
153
|
+
`;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
_renderColorblindFilters() {
|
|
157
|
+
return html`
|
|
158
|
+
<svg xmlns="http://www.w3.org/2000/svg" class="svg-filter">
|
|
159
|
+
<filter id="tritanopia" color-interpolation-filters="linearRGB">
|
|
160
|
+
<feColorMatrix type="matrix" in="SourceGraphic" result="ProjectionOnPlane1" values="
|
|
161
|
+
1.01354, 0.14268, -0.15622, 0, 0
|
|
162
|
+
-0.01181, 0.87561, 0.13619, 0, 0
|
|
163
|
+
0.07707, 0.81208, 0.11085, 0, 0
|
|
164
|
+
7.92482, -5.66475, -2.26007, 1, -0.2"/>
|
|
165
|
+
|
|
166
|
+
<feComponentTransfer in="ProjectionOnPlane1" result="ProjectionOnPlane1">
|
|
167
|
+
<feFuncA type="discrete" tableValues="0 0 0 0 1"/>
|
|
168
|
+
</feComponentTransfer>
|
|
169
|
+
|
|
170
|
+
<feColorMatrix type="matrix" in="SourceGraphic" result="ProjectionOnPlane2" values="
|
|
171
|
+
0.93337, 0.19999, -0.13336, 0, 0
|
|
172
|
+
0.05809, 0.82565, 0.11626, 0, 0
|
|
173
|
+
-0.37923, 1.13825, 0.24098, 0, 0
|
|
174
|
+
0,0,0,1,0"
|
|
175
|
+
/>
|
|
176
|
+
|
|
177
|
+
<feBlend in="ProjectionOnPlane1" in2="ProjectionOnPlane2" mode="normal"/>
|
|
178
|
+
</filter>
|
|
179
|
+
|
|
180
|
+
<filter id="deuteranopia" color-interpolation-filters="linearRGB">
|
|
181
|
+
<feColorMatrix type="matrix" in="SourceGraphic" values="
|
|
182
|
+
0.29031, 0.70969, 0, 0, 0
|
|
183
|
+
0.29031, 0.70969, 0, 0, 0
|
|
184
|
+
-0.02197, 0.02197, 1, 0, 0
|
|
185
|
+
0, 0, 0, 1, 0"
|
|
186
|
+
/>
|
|
187
|
+
</filter>
|
|
188
|
+
|
|
189
|
+
<filter id="protanopia" color-interpolation-filters="linearRGB">
|
|
190
|
+
<feColorMatrix type="matrix" in="SourceGraphic" values="
|
|
191
|
+
0.10889, 0.89111, 0, 0, 0
|
|
192
|
+
0.10889, 0.89111, 0, 0, 0
|
|
193
|
+
0.00447, -0.00447, 1, 0, 0
|
|
194
|
+
0, 0, 0, 1, 0"
|
|
195
|
+
/>
|
|
196
|
+
</filter>
|
|
197
|
+
</svg>
|
|
198
|
+
`;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
_renderControls() {
|
|
202
|
+
if (this.hideControls) return;
|
|
203
|
+
|
|
204
|
+
return html`
|
|
205
|
+
<div class="simulator-controls">
|
|
206
|
+
<label for="disability-select" class="d2l-body-standard">${this._localize('simulationType')}</label>
|
|
207
|
+
<select id="disability-select" class="d2l-input-select" @change=${this._onDisabilityTypeChanged}>
|
|
208
|
+
${otherTypes.map(type => html`
|
|
209
|
+
<option value="${type[1]}" ?selected=${this.disabilityType === type[1]}>${this._localize(type[0])}</option>
|
|
210
|
+
`)}
|
|
211
|
+
<optgroup label="${this._localize('colorblindness')}">
|
|
212
|
+
${colorblindTypes.map(type => html`
|
|
213
|
+
<option value="${type[1]}" ?selected=${this.disabilityType === type[1]}>${this._localize(type[0])}</option>
|
|
214
|
+
`)}
|
|
215
|
+
</optgroup>
|
|
216
|
+
</select>
|
|
217
|
+
|
|
218
|
+
${this.disabilityType === DISABILITY_TYPES.lowVision ? html`
|
|
219
|
+
<div class="low-vision-slider">
|
|
220
|
+
<label for="blur-slider" class="d2l-body-compact">${this._localize('blurLevel')}</label>
|
|
221
|
+
<input id="blur-slider" type="range" min="1" max="100" .value="${this.blurLevel}" @input="${this._onSliderChanged}">
|
|
222
|
+
</div>
|
|
223
|
+
` : nothing}
|
|
224
|
+
</div>
|
|
225
|
+
`;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
customElements.define('d2l-labs-accessibility-disability-simulator', AccessibilityDisabilitySimulator);
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# d2l-labs-pager-numeric
|
|
2
|
+
|
|
3
|
+
A component to indicate the existence of and provide navigation for multiple pages of content.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```html
|
|
8
|
+
<script type="module">
|
|
9
|
+
import '@brightspace-ui/labs/components/pager-numeric.js';
|
|
10
|
+
</script>
|
|
11
|
+
<d2l-labs-pager-numeric></d2l-labs-pager-numeric>
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
| Property | Type | Description |
|
|
17
|
+
|--|--|--|
|
|
18
|
+
| `page-number` | Number, default: 1 | The current page number
|
|
19
|
+
| `max-page-number` | Number, default: 1 | The highest page number the user can navigate to
|
|
20
|
+
| `show-page-size-selector` | Boolean, default: `false` | Determines whether or not to show the `Results Per Page` select component.
|
|
21
|
+
| `page-sizes` | Array, default:`[10,20,30,40]` | The options available in the `Results Per Page` select component.
|
|
22
|
+
| `page-size` | Number | The starting `page-sizes` value to display in the `Results Per Page` select component. If no value is given, it will default to whatever the first value in the `page-sizes` array.
|
|
23
|
+
|
|
24
|
+
## Events
|
|
25
|
+
|
|
26
|
+
* `d2l-labs-pager-numeric-page-change`: dispatched when either the navigation buttons are pressed, or the page number is modified. Event `detail` includes:
|
|
27
|
+
* `page`: the new page number value
|
|
28
|
+
* `d2l-labs-pager-numeric-page-size-change`: dispatched when the item count selector's value is changed. Event `detail` includes:
|
|
29
|
+
* `itemCount`: the value the item count selector was just set to
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import '@brightspace-ui/core/components/button/button-icon.js';
|
|
2
|
+
import '@brightspace-ui/core/components/inputs/input-number.js';
|
|
3
|
+
import '@brightspace-ui/core/components/inputs/input-text.js';
|
|
4
|
+
import { css, html, LitElement } from 'lit';
|
|
5
|
+
import { formatNumber } from '@brightspace-ui/intl';
|
|
6
|
+
import { LocalizeLabsElement } from '../localize-labs-element.js';
|
|
7
|
+
import { RtlMixin } from '@brightspace-ui/core/mixins/rtl-mixin.js';
|
|
8
|
+
import { selectStyles } from '@brightspace-ui/core/components/inputs/input-select-styles.js';
|
|
9
|
+
|
|
10
|
+
class PagerNumeric extends RtlMixin(LocalizeLabsElement(LitElement)) {
|
|
11
|
+
|
|
12
|
+
static get properties() {
|
|
13
|
+
return {
|
|
14
|
+
maxPageNumber: { type: Number, attribute: 'max-page-number', reflect: true },
|
|
15
|
+
pageNumber: { type: Number, attribute: 'page-number', reflect: true },
|
|
16
|
+
pageSize : { type: Number, attribute: 'page-size', reflect: true },
|
|
17
|
+
pageSizes : { type: Array, attribute: 'page-sizes' },
|
|
18
|
+
showPageSizeSelector : { type: Boolean, attribute: 'show-page-size-selector', reflect: true }
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
static get styles() {
|
|
23
|
+
return [selectStyles, css`
|
|
24
|
+
:host {
|
|
25
|
+
align-items: center;
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
white-space: nowrap;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.d2l-page-selector-container {
|
|
32
|
+
margin: 0.75rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.d2l-page-number-container {
|
|
36
|
+
direction: ltr;
|
|
37
|
+
display: inline-block;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
d2l-input-number {
|
|
41
|
+
margin-left: 0.25rem;
|
|
42
|
+
margin-right: 0.25rem;
|
|
43
|
+
width: 3.8rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.d2l-page-max-text {
|
|
47
|
+
margin-right: 0.25rem;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media (max-width: 544px) {
|
|
51
|
+
:host {
|
|
52
|
+
flex-direction: column-reverse;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
`];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
constructor() {
|
|
59
|
+
super();
|
|
60
|
+
this.pageNumber = 1;
|
|
61
|
+
this.maxPageNumber = 1;
|
|
62
|
+
this.pageSizes = [10, 20, 30, 40];
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
render() {
|
|
66
|
+
return html`
|
|
67
|
+
<div class="d2l-page-selector-container">
|
|
68
|
+
<d2l-button-icon
|
|
69
|
+
id="d2l-labs-pager-numeric-previous-button"
|
|
70
|
+
icon="tier1:chevron-left"
|
|
71
|
+
text="${this.localize('components:pagination:previousPage')}"
|
|
72
|
+
?disabled="${this.pageNumber <= 1}"
|
|
73
|
+
@click="${this._onPreviousClicked}">
|
|
74
|
+
</d2l-button-icon>
|
|
75
|
+
|
|
76
|
+
<div class="d2l-page-number-container">
|
|
77
|
+
<d2l-input-number
|
|
78
|
+
autocomplete="off"
|
|
79
|
+
label="${this.localize('components:pagination:currentPage', { pageNumber: this.pageNumber, maxPageNumber: this.maxPageNumber })}"
|
|
80
|
+
label-hidden
|
|
81
|
+
max-fraction-digits="0"
|
|
82
|
+
value="${this.pageNumber}"
|
|
83
|
+
@change="${this._onPageNumberChanged}">
|
|
84
|
+
</d2l-input-number>
|
|
85
|
+
<!-- Note: this uses a division slash rather than a regular slash -->
|
|
86
|
+
<!-- a11y note: setting aria-hidden to true because info here is covered by input element -->
|
|
87
|
+
<span class="d2l-page-max-text" aria-hidden="true">∕ ${formatNumber(this.maxPageNumber)}</span>
|
|
88
|
+
</div>
|
|
89
|
+
|
|
90
|
+
<d2l-button-icon
|
|
91
|
+
id="d2l-labs-pager-numeric-next-button"
|
|
92
|
+
icon="tier1:chevron-right"
|
|
93
|
+
text="${this.localize('components:pagination:nextPage')}"
|
|
94
|
+
?disabled="${this.pageNumber >= this.maxPageNumber}"
|
|
95
|
+
@click="${this._onNextClicked}">
|
|
96
|
+
</d2l-button-icon>
|
|
97
|
+
</div>
|
|
98
|
+
|
|
99
|
+
${this.showPageSizeSelector ? html`
|
|
100
|
+
<select
|
|
101
|
+
class="d2l-input-select"
|
|
102
|
+
aria-label="${this.localize('components:pagination:resultsPerPage')}"
|
|
103
|
+
title="${this.localize('components:pagination:resultsPerPage')}"
|
|
104
|
+
@change="${this._onPageSizeChanged}">
|
|
105
|
+
${this.pageSizes.map(item => html`
|
|
106
|
+
<option ?selected="${this.pageSize === item}" value="${item}">${this.localize('components:pagination:amountPerPage', 'count', formatNumber(item))}</option>
|
|
107
|
+
`)}
|
|
108
|
+
</select>
|
|
109
|
+
` : null }
|
|
110
|
+
`;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
_dispatchPageChangeEvent(newPageNumber) {
|
|
114
|
+
this.dispatchEvent(
|
|
115
|
+
new CustomEvent('d2l-labs-pager-numeric-page-change', {
|
|
116
|
+
detail: { page: newPageNumber },
|
|
117
|
+
bubbles: true,
|
|
118
|
+
composed: true
|
|
119
|
+
})
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
_isLastPage() {
|
|
124
|
+
return this.pageNumber >= this.maxPageNumber;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
_isValidNumber(input) {
|
|
128
|
+
return input >= 1 && input <= this.maxPageNumber && input !== this.pageNumber;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
_onNextClicked() {
|
|
132
|
+
this._dispatchPageChangeEvent(this.pageNumber + 1);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
_onPageNumberChanged(e) {
|
|
136
|
+
if (!this._isValidNumber(e.target.value)) {
|
|
137
|
+
e.target.value = this.pageNumber;
|
|
138
|
+
return;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
this._dispatchPageChangeEvent(Number(e.target.value));
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
_onPageSizeChanged(e) {
|
|
145
|
+
this.dispatchEvent(
|
|
146
|
+
new CustomEvent('d2l-labs-pager-numeric-page-size-change', {
|
|
147
|
+
detail: { itemCount: Number(e.target.value) },
|
|
148
|
+
bubbles: true,
|
|
149
|
+
composed: true
|
|
150
|
+
})
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
_onPreviousClicked() {
|
|
155
|
+
this._dispatchPageChangeEvent(this.pageNumber - 1);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
customElements.define('d2l-labs-pager-numeric', PagerNumeric);
|
package/src/lang/ar.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "تم طي خانة الاختيار", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "تم توسيع خانة الاختيار", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "إلغاء",
|
|
@@ -12,13 +24,19 @@ export default {
|
|
|
12
24
|
"components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "ليس الوقت مناسبًا لتجربة هذا الإصدار",
|
|
13
25
|
"components:optInFlyout:feedbackReasonOther": "غير ذلك",
|
|
14
26
|
"components:optInFlyout:feedbackReasonPreferOldExperience": "أعتقد أن الإصدار القديم يوفر تجربة أفضل",
|
|
27
|
+
"components:optInFlyout:feedbackTitle": "Let us know how to improve!",
|
|
15
28
|
"components:optInFlyout:helpMessage": "اقرأ *مستندات التعليمات* الخاصة بنا للبدء!",
|
|
16
29
|
"components:optInFlyout:leaveOff": "الاستمرار في إيقاف التشغيل",
|
|
17
30
|
"components:optInFlyout:leaveOn": "الاستمرار في التشغيل",
|
|
18
31
|
"components:optInFlyout:openOptIn": "فتح مربع حوار الاشتراك",
|
|
19
32
|
"components:optInFlyout:openOptOut": "فتح مربع حوار إلغاء الاشتراك",
|
|
33
|
+
"components:optInFlyout:turnOff": "إيقاف التشغيل",
|
|
34
|
+
"components:optInFlyout:turnOn": "التشغيل",
|
|
20
35
|
"components:optInFlyout:tutorialAndHelpMessage": "شاهد *الدروس التعليمية* الخاصة بنا أو اقرأ ~مستندات التعليمات الخاصة بنا~ للبدء!",
|
|
21
36
|
"components:optInFlyout:tutorialMessage": "شاهد *الدروس التعليمية* الخاصة بنا لمساعدتك على البدء!",
|
|
22
|
-
"components:
|
|
23
|
-
"components:
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} لكل صفحة",
|
|
38
|
+
"components:pagination:currentPage": "رقم الصفحة {pageNumber} من {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "الصفحة التالية",
|
|
40
|
+
"components:pagination:previousPage" : "الصفحة السابقة",
|
|
41
|
+
"components:pagination:resultsPerPage" : "النتائج لكل صفحة"
|
|
24
42
|
};
|
package/src/lang/cy.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Wedi crebachu blwch ticio", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Wedi ehangu blwch ticio", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Canslo",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Diffoddwch e",
|
|
22
34
|
"components:optInFlyout:turnOn": "Trowch e ymlaen",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Gwyliwch ein *tiwtorialau* neu darllenwch ein ~dogfennaeth cymorth~ i gychwyn arni!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Gwyliwch ein *tiwtorialau* i’ch helpu i gychwyn arni!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Gwyliwch ein *tiwtorialau* i’ch helpu i gychwyn arni!",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} fesul tudalen",
|
|
38
|
+
"components:pagination:currentPage": "Rhif tudalen {pageNumber} o {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Tudalen nesaf",
|
|
40
|
+
"components:pagination:previousPage" : "Y dudalen flaenorol",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Canlyniadau fesul tudalen"
|
|
25
42
|
};
|
package/src/lang/da.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Afkrydsningsfelt skjult", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Afkrydsningsfelt udvidet", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Annuller",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Slå den fra",
|
|
22
34
|
"components:optInFlyout:turnOn": "Slå den til",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Se vores *selvstudier*, eller læs vores ~hjælp-dokumentation~ for at komme i gang!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Se vores *selvstudier* for at komme i gang!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Se vores *selvstudier* for at komme i gang!",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} pr. side",
|
|
38
|
+
"components:pagination:currentPage": "Sidenummer {pageNumber} af {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Næste side",
|
|
40
|
+
"components:pagination:previousPage" : "Forrige side",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Resultater pr. side"
|
|
25
42
|
};
|
package/src/lang/de.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Kontrollkästchen ausgeblendet", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Kontrollkästchen eingeblendet", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Abbrechen",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Ausschalten",
|
|
22
34
|
"components:optInFlyout:turnOn": "Einschalten",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Sehen Sie unsere *Tutorials* an, oder lesen Sie unsere ~Hilfe-Dokumentation~, um zu beginnen!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Unsere *Tutorials* helfen Ihnen beim Start!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Unsere *Tutorials* helfen Ihnen beim Start!",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} pro Seite",
|
|
38
|
+
"components:pagination:currentPage": "Seitennummer {pageNumber} von {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Nächste Seite",
|
|
40
|
+
"components:pagination:previousPage" : "Vorherige Seite",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Ergebnisse pro Seite"
|
|
25
42
|
};
|
package/src/lang/en.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Checkbox collapsed", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Checkbox expanded", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Cancel",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Turn it off",
|
|
22
34
|
"components:optInFlyout:turnOn": "Turn it on",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Watch our *tutorials* or read our ~help documentation~ to get started!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Watch our *tutorials* to help you get started!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Watch our *tutorials* to help you get started!",
|
|
37
|
+
"components:pagination:amountPerPage": "{count} per page",
|
|
38
|
+
"components:pagination:currentPage": "Page number {pageNumber} of {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage": "Next page",
|
|
40
|
+
"components:pagination:previousPage": "Previous page",
|
|
41
|
+
"components:pagination:resultsPerPage": "Results per page"
|
|
25
42
|
};
|
package/src/lang/es-es.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Casilla de verificación contraída", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Casilla de verificación expandida", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Cancelar",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Desactivar",
|
|
22
34
|
"components:optInFlyout:turnOn": "Activar",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Consulte nuestros *tutoriales* o lea nuestra ~documentación de ayuda~ para comenzar.",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Consulte nuestros *tutoriales* como ayuda adicional para empezar."
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Consulte nuestros *tutoriales* como ayuda adicional para empezar.",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} por página",
|
|
38
|
+
"components:pagination:currentPage": "Página número {pageNumber} de {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Página siguiente",
|
|
40
|
+
"components:pagination:previousPage" : "Página anterior",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Resultados por página"
|
|
25
42
|
};
|
package/src/lang/es.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Casilla de selección contraída", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Casilla de selección expandida", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Cancelar",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Desactivar",
|
|
22
34
|
"components:optInFlyout:turnOn": "Activar",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Vea nuestros *tutoriales* o lea nuestra ~documentación de ayuda~ para comenzar.",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Vea nuestros *tutoriales* para saber cómo comenzar."
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Vea nuestros *tutoriales* para saber cómo comenzar.",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} por página",
|
|
38
|
+
"components:pagination:currentPage": "Página número {pageNumber} de {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Página siguiente",
|
|
40
|
+
"components:pagination:previousPage" : "Página anterior",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Resultados por página"
|
|
25
42
|
};
|
package/src/lang/fr-fr.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Case à cocher réduite", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Case à cocher développée", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Annuler",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Désactiver",
|
|
22
34
|
"components:optInFlyout:turnOn": "Activer",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Regardez nos * tutoriels *ou lisez notre ~ documentation d’aide ~ pour commencer !",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Regardez nos * tutoriels * pour vous aider à démarrer !"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Regardez nos * tutoriels * pour vous aider à démarrer !",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} par page",
|
|
38
|
+
"components:pagination:currentPage": "Page numéro {pageNumber} sur {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Page suivante",
|
|
40
|
+
"components:pagination:previousPage" : "Page précédente",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Résultats par page"
|
|
25
42
|
};
|
package/src/lang/fr.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Case à cocher réduite", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Case à cocher agrandie", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Annuler",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Fermer",
|
|
22
34
|
"components:optInFlyout:turnOn": "Activer",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Découvrez nos *tutoriels* ou lisez notre ~documentation d’assistance~ pour pouvoir débuter!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Découvrez nos *tutoriels* pour vous aider à commencer du bon pied!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Découvrez nos *tutoriels* pour vous aider à commencer du bon pied!",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} par page",
|
|
38
|
+
"components:pagination:currentPage": "Numéro de page {pageNumber} de {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Page suivante",
|
|
40
|
+
"components:pagination:previousPage" : "Page précédente",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Résultats par page"
|
|
25
42
|
};
|
package/src/lang/hi.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "चेकबॉक्स छोटा हो गया", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "चेकबॉक्स बड़ा हो गया", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "रद्द करें",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "इसे बंद करें",
|
|
22
34
|
"components:optInFlyout:turnOn": "इसे चालू करें",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "शुरू करने के लिए हमारे *ट्यूटोरियल* देखें या हमारे ~मदद दस्तावेज़~ पढ़ें!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "शुरू करने में आपकी मदद के लिए हमारे *ट्यूटोरियल* देखें!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "शुरू करने में आपकी मदद के लिए हमारे *ट्यूटोरियल* देखें!",
|
|
37
|
+
"components:pagination:amountPerPage" : "प्रति पेज {count}",
|
|
38
|
+
"components:pagination:currentPage": "{maxPageNumber} में से पेज नंबर {pageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "अगला पेज",
|
|
40
|
+
"components:pagination:previousPage" : "पिछला पेज",
|
|
41
|
+
"components:pagination:resultsPerPage" : "प्रति पेज के परिणाम"
|
|
25
42
|
};
|
package/src/lang/ja.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "折りたたまれたチェックボックス", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "展開されたチェックボックス", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "キャンセル",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "オフにする",
|
|
22
34
|
"components:optInFlyout:turnOn": "オンにする",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "はじめに*チュートリアル*をご覧になるか、~ヘルプドキュメント~をお読みください。",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "ぜひ*チュートリアル*をご覧になり、ご利用を開始してください。"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "ぜひ*チュートリアル*をご覧になり、ご利用を開始してください。",
|
|
37
|
+
"components:pagination:amountPerPage" : "ページごとの {count}",
|
|
38
|
+
"components:pagination:currentPage": "{maxPageNumber} のページ番号 {pageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "次のページ",
|
|
40
|
+
"components:pagination:previousPage" : "前のページ",
|
|
41
|
+
"components:pagination:resultsPerPage" : "ページごとの結果"
|
|
25
42
|
};
|
package/src/lang/ko.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "확인란이 축소됨", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "확인란이 확장됨", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "취소",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "비활성화",
|
|
22
34
|
"components:optInFlyout:turnOn": "활성화",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "시작하려면 *개별지도*를 시청하거나 ~도움말 설명서~를 읽어보십시오!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "시작하는 데 도움이 되는 *개별지도*를 시청하십시오."
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "시작하는 데 도움이 되는 *개별지도*를 시청하십시오.",
|
|
37
|
+
"components:pagination:amountPerPage" : "페이지당 {count}개",
|
|
38
|
+
"components:pagination:currentPage": "{maxPageNumber}의 페이지 번호 {pageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "다음 페이지",
|
|
40
|
+
"components:pagination:previousPage" : "이전 페이지",
|
|
41
|
+
"components:pagination:resultsPerPage" : "페이지당 결과 수"
|
|
25
42
|
};
|
package/src/lang/nl.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Selectievakje samengevouwen", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Selectievakje uitgevouwen", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Annuleren",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Uitschakelen",
|
|
22
34
|
"components:optInFlyout:turnOn": "Inschakelen",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Lees onze *zelfstudies* of onze ~helpdocumentatie~ om aan de slag te gaan.",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Bekijk onze *zelfstudies* om aan de slag te gaan."
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Bekijk onze *zelfstudies* om aan de slag te gaan.",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} per pagina",
|
|
38
|
+
"components:pagination:currentPage": "Paginanummer {pageNumber} van {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Volgende pagina",
|
|
40
|
+
"components:pagination:previousPage" : "Vorige pagina",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Resultaten per pagina"
|
|
25
42
|
};
|
package/src/lang/pt.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Caixa de seleção recolhida", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Caixa de seleção expandida", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Cancelar",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Desligar",
|
|
22
34
|
"components:optInFlyout:turnOn": "Ativar",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Assista aos nossos *tutoriais* ou leia a nossa ~documentação de ajuda~ para começar!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Assista aos nossos *tutoriais* para ajudar você a começar!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Assista aos nossos *tutoriais* para ajudar você a começar!",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} por página",
|
|
38
|
+
"components:pagination:currentPage": "Número da página {pageNumber} de {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Próxima página",
|
|
40
|
+
"components:pagination:previousPage" : "Página anterior",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Resultados por página"
|
|
25
42
|
};
|
package/src/lang/sv.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Komprimerad kryssruta", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Expanderad kryssruta", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "Avbryt",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Stäng av",
|
|
22
34
|
"components:optInFlyout:turnOn": "Sätt på",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "Se våra *handledningar* eller läs vår ~hjälpdokumentation~ för att komma igång!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Se våra *handledningar* som hjälper dig att komma igång!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Se våra *handledningar* som hjälper dig att komma igång!",
|
|
37
|
+
"components:pagination:amountPerPage" : "{count} per sida",
|
|
38
|
+
"components:pagination:currentPage": "Sidnummer {pageNumber} av {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Nästa sida",
|
|
40
|
+
"components:pagination:previousPage" : "Föregående sida",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Resultat per sida"
|
|
25
42
|
};
|
package/src/lang/tr.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "Onay kutusu daraltıldı", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "Onay kutusu genişletildi", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "İptal Et",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "Kapat",
|
|
22
34
|
"components:optInFlyout:turnOn": "Aç",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "*Eğitimlerimizi\" izleyerek ya da ~yardım belgemizi~ okuyarak başlayın!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "Başlamanıza yardımcı olacak *eğitimlerimizi* izleyin!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "Başlamanıza yardımcı olacak *eğitimlerimizi* izleyin!",
|
|
37
|
+
"components:pagination:amountPerPage" : "Sayfa başına {count}",
|
|
38
|
+
"components:pagination:currentPage": "Sayfa numarası {pageNumber} / {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "Sonraki sayfa",
|
|
40
|
+
"components:pagination:previousPage" : "Önceki sayfa",
|
|
41
|
+
"components:pagination:resultsPerPage" : "Sayfa başına sonuç"
|
|
25
42
|
};
|
package/src/lang/zh-cn.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "复选框已折叠", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "复选框已展开", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "取消",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "关闭",
|
|
22
34
|
"components:optInFlyout:turnOn": "开启",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "观看我们的*教程*或阅读我们的~帮助文档~,以便快速入门!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "观看我们的*教程*帮助您快速入门!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "观看我们的*教程*帮助您快速入门!",
|
|
37
|
+
"components:pagination:amountPerPage" : "每页 {count} 个结果",
|
|
38
|
+
"components:pagination:currentPage": "页码 { pageNumber } ,共 { maxPageNumber } 页",
|
|
39
|
+
"components:pagination:nextPage" : "下一页",
|
|
40
|
+
"components:pagination:previousPage" : "上一页",
|
|
41
|
+
"components:pagination:resultsPerPage" : "每页结果数"
|
|
25
42
|
};
|
package/src/lang/zh-tw.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"components:accessibilityDisabilitySimulator:blurLevel": "Blur Level", // Label for input slider that users can use to change the level of blurriness
|
|
3
|
+
"components:accessibilityDisabilitySimulator:colorblindAchromatopsia": "Achromatopsia", // Disability simulation option for users with Achromatiopsia 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
|
+
"components:accessibilityDisabilitySimulator:colorblindness": "Colorblindness", // Disability simulation option for users with Colorblindness
|
|
8
|
+
"components:accessibilityDisabilitySimulator:keyboardOnly": "Keyboard Only", // Disability simulation option for users who can only use the keyboard for navigation
|
|
9
|
+
"components:accessibilityDisabilitySimulator:lowVision": "Low Vision", // Disability simulation option for users with a limited ability to see
|
|
10
|
+
"components:accessibilityDisabilitySimulator:noVision": "No Vision", // Disability simulation option for users without the ability to see
|
|
11
|
+
"components:accessibilityDisabilitySimulator:none": "None", // Disability simulation option that represents having no disability
|
|
12
|
+
"components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Enable your screenreader and tab into the content", // Alert that prompts the user to use a screenreader and tabbing to view content
|
|
13
|
+
"components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
|
|
2
14
|
"components:checkboxDrawer:checkboxCollapsed": "核取方塊已摺疊", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
|
|
3
15
|
"components:checkboxDrawer:checkboxExpanded": "核取方塊已展開", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
|
|
4
16
|
"components:optInFlyout:cancel": "取消",
|
|
@@ -21,5 +33,10 @@ export default {
|
|
|
21
33
|
"components:optInFlyout:turnOff": "關閉",
|
|
22
34
|
"components:optInFlyout:turnOn": "開啟",
|
|
23
35
|
"components:optInFlyout:tutorialAndHelpMessage": "觀看我們的 *教學課程* 或閱讀 ~說明文件~ 以開始使用!",
|
|
24
|
-
"components:optInFlyout:tutorialMessage": "觀看我們的 *教學課程*,協助您開始使用!"
|
|
36
|
+
"components:optInFlyout:tutorialMessage": "觀看我們的 *教學課程*,協助您開始使用!",
|
|
37
|
+
"components:pagination:amountPerPage" : "每頁 {count} 個",
|
|
38
|
+
"components:pagination:currentPage": "頁碼 {pageNumber} / {maxPageNumber}",
|
|
39
|
+
"components:pagination:nextPage" : "下一頁",
|
|
40
|
+
"components:pagination:previousPage" : "上一頁",
|
|
41
|
+
"components:pagination:resultsPerPage" : "每頁結果"
|
|
25
42
|
};
|