@brightspace-ui/labs 2.27.3 → 2.28.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.
@@ -0,0 +1,34 @@
1
+ {
2
+ "cuts": [
3
+ {
4
+ "in": 3,
5
+ "out": 5
6
+ }
7
+ ],
8
+ "chapters": [
9
+ {
10
+ "time": 0,
11
+ "title": {
12
+ "en": "Chapter One",
13
+ "fr": "Chapitre Un",
14
+ "fr-ca": "Chapitre : Un"
15
+ }
16
+ },
17
+ {
18
+ "time": 3,
19
+ "title": {
20
+ "en": "Chapter Two",
21
+ "fr": "Chapitre Deux",
22
+ "fr-ca": "Chapitre : Deux"
23
+ }
24
+ },
25
+ {
26
+ "time": 7,
27
+ "title": {
28
+ "en": "Chapter Three",
29
+ "fr": "Chapitre Trois",
30
+ "fr-ca": "Chapitre : Trois"
31
+ }
32
+ }
33
+ ]
34
+ }
@@ -0,0 +1,13 @@
1
+ 1
2
+ 00:00:00,500 --> 00:00:01,500
3
+ (Sons robotiques)
4
+
5
+ 2
6
+ 00:00:02.500 --> 00:00:04.500
7
+ (Voix indistinctes)
8
+
9
+ 3
10
+ 00:00:05.000 --> 00:00:09.500
11
+ Ligne un
12
+ Ligne deux
13
+ Ligne trois
@@ -0,0 +1,74 @@
1
+ WEBVTT
2
+
3
+ 00:00:00.500 --> 00:00:04.000
4
+ So we decided
5
+ we had to put
6
+ in a new well
7
+
8
+ NOTE This is a comment, and should not be displayed
9
+
10
+ 00:00:04.500 --> 00:00:06.500
11
+ and somebody asked me why I didn't get it wedged
12
+
13
+ 00:00:06.750 --> 00:00:08.250
14
+ and I didn't know what he was talking about so
15
+
16
+ 00:00:08.500 --> 00:00:09.500
17
+ he said there was an ol' fella out here that
18
+
19
+ 00:00:09.750 --> 00:00:12.000
20
+ wedges wells and he'll get ya
21
+
22
+ 00:00:12.250 --> 00:00:16.750
23
+ water every time so I said okay how much does he want
24
+
25
+ 00:00:17.000 --> 00:00:19.750
26
+ he wants ten bucks I said bring him on so we brought
27
+
28
+ 00:00:20.000 --> 00:00:24.500
29
+ this fella out and he went to work with his pit stick
30
+
31
+ 00:00:25.000 --> 00:00:27.500
32
+ I remember now as a pit stick or a well
33
+
34
+ 00:00:28.000 --> 00:00:32.000
35
+ he used both yeah either one one works as good as the other
36
+
37
+ 00:00:32.500 --> 00:00:33.500
38
+ and
39
+
40
+ 00:00:34.000 --> 00:00:35.000
41
+ he
42
+
43
+ 00:00:36.000 --> 00:00:40.500
44
+ strikes a point where he hits water
45
+
46
+ 00:00:41.000 --> 00:00:42.500
47
+ and he puts a stone down
48
+
49
+ 00:00:43.000 --> 00:00:44.000
50
+ and he goes down
51
+
52
+ 00:00:47.000 --> 00:00:47.500
53
+ and that same line where he hits water again
54
+
55
+ 00:00:48.000 --> 00:00:50.000
56
+ he puts another stone down
57
+
58
+ 00:00:50.250 --> 00:00:52.500
59
+ then he goes at right angles with this and gets
60
+
61
+ 00:00:52.750 --> 00:00:54.500
62
+ a stone over here and a stone over here and where
63
+
64
+ 00:00:54.500 --> 00:00:57.250
65
+ these two lines cross that's the point
66
+
67
+ 00:01:00.000 --> 00:01:03.000
68
+ he said these water veins always run on an angle
69
+
70
+ 00:01:03.250 --> 00:01:05.250
71
+ never due north and south or east and west
72
+
73
+ 00:01:05.500 --> 00:01:06.500
74
+ they're north-west and south-east
package/package.json CHANGED
@@ -65,7 +65,7 @@
65
65
  "lint:style": "stylelint \"**/*.{js,html}\"",
66
66
  "start": "web-dev-server --node-resolve --open --watch",
67
67
  "test": "npm run lint && npm run test:translations && npm run test:unit && npm run test:axe",
68
- "test:translations": "mfv -e -i untranslated",
68
+ "test:translations": "mfv -i untranslated,category-missing",
69
69
  "test:axe": "d2l-test-runner axe --chrome",
70
70
  "test:unit": "d2l-test-runner",
71
71
  "test:vdiff": "d2l-test-runner vdiff"
@@ -80,10 +80,10 @@
80
80
  "@rollup/plugin-replace": "^6",
81
81
  "@web/dev-server": "^0.3",
82
82
  "@web/rollup-plugin-html": "^2",
83
- "glob-all": "^3",
84
83
  "eslint": "^9",
85
84
  "eslint-config-brightspace": "^2",
86
- "messageformat-validator": "^2",
85
+ "glob-all": "^3",
86
+ "messageformat-validator": "^3.0.0-beta.5",
87
87
  "rollup": "^4",
88
88
  "rollup-plugin-copy": "^3",
89
89
  "rollup-plugin-delete": "^3",
@@ -92,7 +92,8 @@
92
92
  },
93
93
  "files": [
94
94
  "labs.serge.json",
95
- "/src"
95
+ "/src",
96
+ "/demo/components/media-player/static"
96
97
  ],
97
98
  "publishConfig": {
98
99
  "access": "public"
@@ -111,5 +112,5 @@
111
112
  "resize-observer-polyfill": "^1",
112
113
  "webvtt-parser": "^2.1.2"
113
114
  },
114
- "version": "2.27.3"
115
+ "version": "2.28.0"
115
116
  }
@@ -1,17 +1,38 @@
1
- # media-player
1
+ # Media Player
2
2
 
3
3
  A Lit element based media player component, designed for similarity across browsers. Capable of playing video and audio contents.
4
4
 
5
+ ## Media Player [d2l-labs-media-player]
5
6
 
6
- ## d2l-labs-media-player
7
+ <!-- docs: demo code -->
8
+ ```html
9
+ <script type="module">
10
+ import '@brightspace-ui/labs/components/media-player.js';
11
+ </script>
12
+ <d2l-labs-media-player
13
+ thumbnails="../../demo/media-player/th90w160i1-samplevideo.png"
14
+ media-type="video"
15
+ metadata='{"chapters":[{"time":0,"title":{"en":"Chapter One","fr":"Chapitre Un","fr-ca":"Chapitre : Un"}},{"time":3,"title":{"en":"Chapter Two","fr":"Chapitre Deux","fr-ca":"Chapitre : Deux"}}]}' poster="../../demo/media-player/sample-poster.png">
16
+ <source src="../../demo/media-player/sample-video-144p.mp4" label="SD">
17
+ <source src="../../demo/media-player/sample-video-360p.mp4" label="HD" default>
18
+ <track src="../../demo/media-player/sample-vtt-en.vtt" kind="captions" srclang="en" label="English">
19
+ <track src="../../demo/media-player/sample-srt-fr.srt" kind="captions" srclang="fr" label="French">
20
+ </d2l-labs-media-player>
21
+ ```
7
22
 
23
+ <!-- docs: demo code display:block autoSize:false size:small -->
8
24
  ```html
9
25
  <script type="module">
10
26
  import '@brightspace-ui/labs/components/media-player.js';
11
27
  </script>
12
- <d2l-labs-media-player src="/video.webm"></d2l-labs-media-player>
28
+ <d2l-labs-media-player src="../../demo/media-player/sample-audio.mp3" media-type="audio">
29
+ <track src="../../demo/media-player/sample-vtt-en.vtt" kind="captions" srclang="en" label="English">
30
+ <track src="../../demo/media-player/sample-srt-fr.srt" kind="captions" srclang="fr" label="French">
31
+ </d2l-labs-media-player>
13
32
  ```
14
33
 
34
+ <!-- docs: start hidden content -->
35
+
15
36
  **Attributes:**
16
37
 
17
38
  | Attribute | Type | Default | Description |
@@ -213,4 +234,6 @@ The following features are implemented to improve accessibility:
213
234
 
214
235
  - all controls can be accessed using the mouse or keyboard
215
236
  - captions can be provided to the media player
216
- - important events, such as a media source failing to load, are displayed visually and announced by screen readers
237
+ - important events, such as a media source failing to load, are displayed visually and announced by screen readers
238
+
239
+ <!-- docs: end hidden content -->
package/src/lang/cy.js CHANGED
@@ -9,9 +9,9 @@ export default {
9
9
  "components:accessibilityDisabilitySimulator:lowVision": "Golwg Gwan", // Disability simulation option for users with a limited ability to see
10
10
  "components:accessibilityDisabilitySimulator:noVision": "Dim Golwg", // Disability simulation option for users without the ability to see
11
11
  "components:accessibilityDisabilitySimulator:none": "Dim", // Disability simulation option that represents having no disability
12
- "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Galluogwch eich darllenydd sgrîn a thab i'r cynnwys", // Alert that prompts the user to use a screenreader and tabbing to view content
12
+ "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Galluogwch eich darllenydd sgrîn a thab ir cynnwys", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Math o efelychiad:", // Label for the disability simulation options
14
- "components:attributePicker:addValue": "Cliciwch i ychwanegu'r gwerth {value}", // Label for screen readers to inform user that they can click to add the given value
14
+ "components:attributePicker:addValue": "Cliciwch i ychwanegur gwerth {value}", // Label for screen readers to inform user that they can click to add the given value
15
15
  "components:attributePicker:limitReached": "Rydych chi wedi cyrraedd terfyn y gwerthoedd a ddewiswyd o {value}", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Rhaid gosod o leiaf un gwerth", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "Cliciwch, pwyswch yn ôl, neu pwyswch y fysell dileu i dynnu’r eitem {value}", // Label to inform user how they can remove the given value
@@ -38,8 +38,8 @@ export default {
38
38
  "components:mediaPlayer:exitFullscreen": "Gadael sgrîn lawn",
39
39
  "components:mediaPlayer:fullscreen": "Sgrin Lawn",
40
40
  "components:mediaPlayer:language": "Iaith",
41
- "components:mediaPlayer:loadErrorMessage": "Wps, roedd problem wrth lwytho'r ffeil gyfryngau hon",
42
- "components:mediaPlayer:loadSuccessMessage": "Mae'r cyfryngau wedi llwytho'n llwyddiannus",
41
+ "components:mediaPlayer:loadErrorMessage": "Wps, roedd problem wrth lwythor ffeil gyfryngau hon",
42
+ "components:mediaPlayer:loadSuccessMessage": "Maer cyfryngau wedi llwython llwyddiannus",
43
43
  "components:mediaPlayer:menu": "dewislen",
44
44
  "components:mediaPlayer:mute": "Mud",
45
45
  "components:mediaPlayer:off": "Wedi Diffodd",
@@ -110,6 +110,6 @@ export default {
110
110
  "components:wizard:aria.steplabel": "Cam {currentStep} o {totalSteps}",
111
111
  "components:wizard:stepper.defaults.next": "Nesaf",
112
112
  "components:wizard:stepper.defaults.restart": "Ailddechrau",
113
- "components:wizard:restart.button.tooltip": "Yn ôl i'r cam cyntaf",
113
+ "components:wizard:restart.button.tooltip": "Yn ôl ir cam cyntaf",
114
114
  "components:wizard:next.button.tooltip": "Parhau i'r cam nesaf"
115
115
  };
package/src/lang/en-gb.js CHANGED
@@ -12,7 +12,7 @@ export default {
12
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
13
  "components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Click to add value {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "You've reached the limit of {value} selected values", // Tooltip that appears when the user has reach the maximum amount of attributes
15
+ "components:attributePicker:limitReached": "Youve reached the limit of {value} selected values", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "At least one value must be set", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "Click, press backspace or press delete key to remove item {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Tick box collapsed", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
@@ -66,11 +66,11 @@ export default {
66
66
  "components:optInFlyout:close": "Close this dialogue",
67
67
  "components:optInFlyout:done": "Done",
68
68
  "components:optInFlyout:feedbackChooseReason": "-- Please choose a reason --",
69
- "components:optInFlyout:feedbackLabel": "What could we do to make this something you'd love to use?",
69
+ "components:optInFlyout:feedbackLabel": "What could we do to make this something youd love to use?",
70
70
  "components:optInFlyout:feedbackReasonJustCheckingSomething": "Just switching back to check something",
71
71
  "components:optInFlyout:feedbackReasonLabel": "Would you mind telling us why you are switching back?",
72
- "components:optInFlyout:feedbackReasonMissingFeature": "It's missing a feature that I use",
73
- "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "It's not a good time for me to try this version",
72
+ "components:optInFlyout:feedbackReasonMissingFeature": "Its missing a feature that I use",
73
+ "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "Its not a good time for me to try this version",
74
74
  "components:optInFlyout:feedbackReasonOther": "Other",
75
75
  "components:optInFlyout:feedbackReasonPreferOldExperience": "I think the old version is a better experience",
76
76
  "components:optInFlyout:feedbackTitle": "Let us know how to improve!",
package/src/lang/en.js CHANGED
@@ -12,7 +12,7 @@ export default {
12
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
13
  "components:accessibilityDisabilitySimulator:simulationType": "Simulation type:", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Click to add value {value}", // Label for screen readers to inform user that they can click to add the given value
15
- "components:attributePicker:limitReached": "You've reached the limit of {value} selected values", // Tooltip that appears when the user has reach the maximum amount of attributes
15
+ "components:attributePicker:limitReached": "Youve reached the limit of {value} selected values", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "At least one value must be set", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
17
  "components:attributePicker:removeValue": "Click, press backspace, or press delete key to remove item {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Checkbox collapsed", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
@@ -66,11 +66,11 @@ export default {
66
66
  "components:optInFlyout:close": "Close this dialog",
67
67
  "components:optInFlyout:done": "Done",
68
68
  "components:optInFlyout:feedbackChooseReason": "-- Please choose a reason --",
69
- "components:optInFlyout:feedbackLabel": "What could we do to make this something you'd love to use?",
69
+ "components:optInFlyout:feedbackLabel": "What could we do to make this something youd love to use?",
70
70
  "components:optInFlyout:feedbackReasonJustCheckingSomething": "Just switching back to check something",
71
71
  "components:optInFlyout:feedbackReasonLabel": "Would you mind telling us why you are switching back?",
72
- "components:optInFlyout:feedbackReasonMissingFeature": "It's missing a feature that I use",
73
- "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "It's not a good time for me to try this version",
72
+ "components:optInFlyout:feedbackReasonMissingFeature": "Its missing a feature that I use",
73
+ "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "Its not a good time for me to try this version",
74
74
  "components:optInFlyout:feedbackReasonOther": "Other",
75
75
  "components:optInFlyout:feedbackReasonPreferOldExperience": "I think the old version is a better experience",
76
76
  "components:optInFlyout:feedbackTitle": "Let us know how to improve!",
package/src/lang/fr-on.js CHANGED
@@ -9,12 +9,12 @@ export default {
9
9
  "components:accessibilityDisabilitySimulator:lowVision": "Personne malvoyante", // Disability simulation option for users with a limited ability to see
10
10
  "components:accessibilityDisabilitySimulator:noVision": "Personne aveugle", // Disability simulation option for users without the ability to see
11
11
  "components:accessibilityDisabilitySimulator:none": "Aucun", // Disability simulation option that represents having no disability
12
- "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Activez votre lecteur d'écran et utilisez la touche de tabulation pour parcourir le contenu", // Alert that prompts the user to use a screenreader and tabbing to view content
12
+ "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Activez votre lecteur d’écran et utilisez la touche de tabulation pour parcourir le contenu", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Type de simulation :", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Cliquez pour ajouter la valeur {value}", // Label for screen readers to inform user that they can click to add the given value
15
15
  "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Au moins une valeur doit être définie", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "Cliquez, appuyez sur la touche d'effacement arrière ou appuyez sur la touche de suppression pour supprimer l'élément {value}", // Label to inform user how they can remove the given value
17
+ "components:attributePicker:removeValue": "Cliquez, appuyez sur la touche deffacement arrière ou appuyez sur la touche de suppression pour supprimer l’élément {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Case à cocher réduite", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Case à cocher agrandie", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:fileUploader:file_upload_text": "Glisser-déposer ou",
@@ -23,13 +23,13 @@ export default {
23
23
  "components:fileUploader:choose_one_file_to_upload": "Choisir un fichier à téléverser",
24
24
  "components:gradeResult:cannotBeNegative": "(ne peut pas être inférieur à 0)",
25
25
  "components:gradeResult:clearManualOverride": "Effacer le remplacement manuel",
26
- "components:gradeResult:gradeScoreLabel": "Pointage d'appréciation",
26
+ "components:gradeResult:gradeScoreLabel": "Pointage dappréciation",
27
27
  "components:gradeResult:manuallyOverrideGrade": "Remplacer manuellement la note d’appréciation",
28
28
  "components:gradeResult:numeratorOutOfDenominator": "{numerator} sur {denominator}",
29
29
  "components:gradeResult:outOfDenominator": "sur {denominator}",
30
30
  "components:gradeResult:overallGrade": "Note générale",
31
- "components:gradeResult:studentGradePreviewLabel": "Vue de la note d'appréciation de l'élève",
32
- "components:gradeResult:studentGradePreviewNotShown": "La note n'est pas affichée aux élèves",
31
+ "components:gradeResult:studentGradePreviewLabel": "Vue de la note dappréciation de l’élève",
32
+ "components:gradeResult:studentGradePreviewNotShown": "La note nest pas affichée aux élèves",
33
33
  "components:mediaPlayer:captions": "Légendes",
34
34
  "components:mediaPlayer:captionsVtt": "Sous-titres (.vtt)",
35
35
  "components:mediaPlayer:closedCaptionsAcronym": "CC",
@@ -39,7 +39,7 @@ export default {
39
39
  "components:mediaPlayer:fullscreen": "Plein écran",
40
40
  "components:mediaPlayer:language": "Langue",
41
41
  "components:mediaPlayer:loadErrorMessage": "Oups! Un problème est survenu lors du chargement de ce fichier multimédia.",
42
- "components:mediaPlayer:loadSuccessMessage": "L'élément multimédia a bien été chargé.",
42
+ "components:mediaPlayer:loadSuccessMessage": "L’élément multimédia a bien été chargé.",
43
43
  "components:mediaPlayer:menu": "menu",
44
44
  "components:mediaPlayer:mute": "Sourdine",
45
45
  "components:mediaPlayer:off": "Hors fonction",
@@ -69,19 +69,19 @@ export default {
69
69
  "components:optInFlyout:feedbackLabel": "Que pourrions-nous faire pour que vous aimiez utiliser cette interface?",
70
70
  "components:optInFlyout:feedbackReasonJustCheckingSomething": "Je retourne en arrière pour vérifier quelque chose",
71
71
  "components:optInFlyout:feedbackReasonLabel": "Pouvez-vous nous dire pourquoi vous retournez en arrière?",
72
- "components:optInFlyout:feedbackReasonMissingFeature": "Une fonction que j'utilise est manquante",
73
- "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "Ce n'est pas un bon moment pour essayer cette version",
72
+ "components:optInFlyout:feedbackReasonMissingFeature": "Une fonction que jutilise est manquante",
73
+ "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "Ce nest pas un bon moment pour essayer cette version",
74
74
  "components:optInFlyout:feedbackReasonOther": "Autre",
75
- "components:optInFlyout:feedbackReasonPreferOldExperience": "Je crois que l'ancienne version m'offrait une meilleure expérience",
75
+ "components:optInFlyout:feedbackReasonPreferOldExperience": "Je crois que lancienne version moffrait une meilleure expérience",
76
76
  "components:optInFlyout:feedbackTitle": "Dites-nous comment nous améliorer!",
77
- "components:optInFlyout:helpMessage": "Lisez notre *documentation d'aide* pour commencer!",
77
+ "components:optInFlyout:helpMessage": "Lisez notre *documentation daide* pour commencer!",
78
78
  "components:optInFlyout:leaveOff": "Laisser désactivé",
79
79
  "components:optInFlyout:leaveOn": "Laisser activé",
80
- "components:optInFlyout:openOptIn": "Ouvrir la boîte de dialogue d'adhésion",
80
+ "components:optInFlyout:openOptIn": "Ouvrir la boîte de dialogue dadhésion",
81
81
  "components:optInFlyout:openOptOut": "Ouvrir la boîte de dialogue de retrait",
82
82
  "components:optInFlyout:turnOff": "Désactiver",
83
83
  "components:optInFlyout:turnOn": "Activer",
84
- "components:optInFlyout:tutorialAndHelpMessage": "Découvrez nos *tutoriels* ou lisez notre ~documentation d'assistance~ pour pouvoir débuter!",
84
+ "components:optInFlyout:tutorialAndHelpMessage": "Découvrez nos *tutoriels* ou lisez notre ~documentation dassistance~ pour pouvoir débuter!",
85
85
  "components:optInFlyout:tutorialMessage": "Découvrez nos *tutoriels* pour vous aider à commencer du bon pied!",
86
86
  "components:ouFilter:orgUnitFilter:nameAllSelected": "Unités organisationnelles : toutes",
87
87
  "components:ouFilter:orgUnitFilter:nameSomeSelected": "Unités organisationnelles : choix appliqués",
@@ -95,7 +95,7 @@ export default {
95
95
  "components:ouFilter:treeSelector:loadMoreLabel": "En télécharger plus",
96
96
  "components:ouFilter:treeSelector:noSearchResults": "Aucun résultat de recherche",
97
97
  "components:ouFilter:treeSelector:noFiltersAvailable": "Aucun filtre disponible",
98
- "components:ouFilter:treeSelector:parentLoadMore:ariaLabel": "Charger plus d'unités organisationnelles secondaires",
98
+ "components:ouFilter:treeSelector:parentLoadMore:ariaLabel": "Charger plus dunités organisationnelles secondaires",
99
99
  "components:ouFilter:treeSelector:searchLoadMore:ariaLabel": "Charger plus de résultats de recherche",
100
100
  "components:ouFilter:treeSelector:searchPlaceholder": "Recherche en cours…",
101
101
  "components:ouFilter:treeSelector:dropdownAction": "Ouvrir le filtre {name}",
package/src/lang/fr.js CHANGED
@@ -9,12 +9,12 @@ export default {
9
9
  "components:accessibilityDisabilitySimulator:lowVision": "Personne malvoyante", // Disability simulation option for users with a limited ability to see
10
10
  "components:accessibilityDisabilitySimulator:noVision": "Personne aveugle", // Disability simulation option for users without the ability to see
11
11
  "components:accessibilityDisabilitySimulator:none": "Aucun", // Disability simulation option that represents having no disability
12
- "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Activez votre lecteur d'écran et utilisez la touche de tabulation pour parcourir le contenu", // Alert that prompts the user to use a screenreader and tabbing to view content
12
+ "components:accessibilityDisabilitySimulator:screenreaderAndTabAlert": "Activez votre lecteur d’écran et utilisez la touche de tabulation pour parcourir le contenu", // Alert that prompts the user to use a screenreader and tabbing to view content
13
13
  "components:accessibilityDisabilitySimulator:simulationType": "Type de simulation :", // Label for the disability simulation options
14
14
  "components:attributePicker:addValue": "Cliquez pour ajouter la valeur {value}", // Label for screen readers to inform user that they can click to add the given value
15
15
  "components:attributePicker:limitReached": "Vous avez atteint la limite de {value} valeurs sélectionnées", // Tooltip that appears when the user has reach the maximum amount of attributes
16
16
  "components:attributePicker:minimumRequirement": "Au moins une valeur doit être définie", // Tooltip that appears when no values have been set and we need to inform the user that this is an invalid state
17
- "components:attributePicker:removeValue": "Cliquez, appuyez sur la touche d'effacement arrière ou appuyez sur la touche de suppression pour supprimer l'élément {value}", // Label to inform user how they can remove the given value
17
+ "components:attributePicker:removeValue": "Cliquez, appuyez sur la touche deffacement arrière ou appuyez sur la touche de suppression pour supprimer l’élément {value}", // Label to inform user how they can remove the given value
18
18
  "components:checkboxDrawer:checkboxCollapsed": "Case à cocher réduite", // Read by screen readers when focusing the collapsed (unchecked) checkbox, with the inner content hidden
19
19
  "components:checkboxDrawer:checkboxExpanded": "Case à cocher agrandie", // Read by screen readers when focusing the expanded (checked) checkbox, with the inner content shown
20
20
  "components:fileUploader:file_upload_text": "Glisser-déposer ou",
@@ -23,13 +23,13 @@ export default {
23
23
  "components:fileUploader:choose_one_file_to_upload": "Choisir un fichier à téléverser",
24
24
  "components:gradeResult:cannotBeNegative": "(ne peut pas être inférieur à 0)",
25
25
  "components:gradeResult:clearManualOverride": "Effacer le remplacement manuel",
26
- "components:gradeResult:gradeScoreLabel": "Note d'appréciation",
27
- "components:gradeResult:manuallyOverrideGrade": "Remplacer manuellement la note d'appréciation",
26
+ "components:gradeResult:gradeScoreLabel": "Note dappréciation",
27
+ "components:gradeResult:manuallyOverrideGrade": "Remplacer manuellement la note dappréciation",
28
28
  "components:gradeResult:numeratorOutOfDenominator": "{numerator} sur {denominator}",
29
29
  "components:gradeResult:outOfDenominator": "sur {denominator}",
30
30
  "components:gradeResult:overallGrade": "Note générale",
31
- "components:gradeResult:studentGradePreviewLabel": "Vue de la note d'appréciation de l'apprenant",
32
- "components:gradeResult:studentGradePreviewNotShown": "La note n'est pas affichée aux apprenants",
31
+ "components:gradeResult:studentGradePreviewLabel": "Vue de la note dappréciation de lapprenant",
32
+ "components:gradeResult:studentGradePreviewNotShown": "La note nest pas affichée aux apprenants",
33
33
  "components:mediaPlayer:captions": "Légendes",
34
34
  "components:mediaPlayer:captionsVtt": "Sous-titres (.vtt)",
35
35
  "components:mediaPlayer:closedCaptionsAcronym": "CC",
@@ -39,7 +39,7 @@ export default {
39
39
  "components:mediaPlayer:fullscreen": "Plein écran",
40
40
  "components:mediaPlayer:language": "Langue",
41
41
  "components:mediaPlayer:loadErrorMessage": "Oups! Un problème est survenu lors du chargement de ce fichier multimédia.",
42
- "components:mediaPlayer:loadSuccessMessage": "L'élément multimédia a bien été chargé.",
42
+ "components:mediaPlayer:loadSuccessMessage": "L’élément multimédia a bien été chargé.",
43
43
  "components:mediaPlayer:menu": "menu",
44
44
  "components:mediaPlayer:mute": "Sourdine",
45
45
  "components:mediaPlayer:off": "Désactivé",
@@ -69,19 +69,19 @@ export default {
69
69
  "components:optInFlyout:feedbackLabel": "Que pourrions-nous faire pour que vous aimiez utiliser cette interface?",
70
70
  "components:optInFlyout:feedbackReasonJustCheckingSomething": "Je retourne en arrière pour vérifier quelque chose",
71
71
  "components:optInFlyout:feedbackReasonLabel": "Pouvez-vous nous dire pourquoi vous retournez en arrière?",
72
- "components:optInFlyout:feedbackReasonMissingFeature": "Une fonction que j'utilise est manquante",
73
- "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "Ce n'est pas un bon moment pour essayer cette version",
72
+ "components:optInFlyout:feedbackReasonMissingFeature": "Une fonction que jutilise est manquante",
73
+ "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "Ce nest pas un bon moment pour essayer cette version",
74
74
  "components:optInFlyout:feedbackReasonOther": "Autre",
75
- "components:optInFlyout:feedbackReasonPreferOldExperience": "Je crois que l'ancienne version m'offrait une meilleure expérience",
75
+ "components:optInFlyout:feedbackReasonPreferOldExperience": "Je crois que lancienne version moffrait une meilleure expérience",
76
76
  "components:optInFlyout:feedbackTitle": "Dites-nous comment nous améliorer!",
77
- "components:optInFlyout:helpMessage": "Lisez notre *documentation d'aide* pour commencer!",
77
+ "components:optInFlyout:helpMessage": "Lisez notre *documentation daide* pour commencer!",
78
78
  "components:optInFlyout:leaveOff": "Laisser désactivé",
79
79
  "components:optInFlyout:leaveOn": "Laisser activé",
80
- "components:optInFlyout:openOptIn": "Ouvrir la boîte de dialogue d'adhésion",
80
+ "components:optInFlyout:openOptIn": "Ouvrir la boîte de dialogue dadhésion",
81
81
  "components:optInFlyout:openOptOut": "Ouvrir la boîte de dialogue de retrait",
82
82
  "components:optInFlyout:turnOff": "Désactiver",
83
83
  "components:optInFlyout:turnOn": "Activer",
84
- "components:optInFlyout:tutorialAndHelpMessage": "Découvrez nos *tutoriels* ou lisez notre ~documentation d'assistance~ pour pouvoir débuter!",
84
+ "components:optInFlyout:tutorialAndHelpMessage": "Découvrez nos *tutoriels* ou lisez notre ~documentation dassistance~ pour pouvoir débuter!",
85
85
  "components:optInFlyout:tutorialMessage": "Découvrez nos *tutoriels* pour vous aider à commencer du bon pied!",
86
86
  "components:ouFilter:orgUnitFilter:nameAllSelected": "Unités organisationnelles : toutes",
87
87
  "components:ouFilter:orgUnitFilter:nameSomeSelected": "Unités organisationnelles : choix appliqués",
@@ -95,7 +95,7 @@ export default {
95
95
  "components:ouFilter:treeSelector:loadMoreLabel": "Charger plus",
96
96
  "components:ouFilter:treeSelector:noSearchResults": "Aucun résultat de recherche",
97
97
  "components:ouFilter:treeSelector:noFiltersAvailable": "Aucun filtre disponible",
98
- "components:ouFilter:treeSelector:parentLoadMore:ariaLabel": "Charger plus d'unités organisationnelles secondaires",
98
+ "components:ouFilter:treeSelector:parentLoadMore:ariaLabel": "Charger plus dunités organisationnelles secondaires",
99
99
  "components:ouFilter:treeSelector:searchLoadMore:ariaLabel": "Charger plus de résultats de recherche",
100
100
  "components:ouFilter:treeSelector:searchPlaceholder": "Recherche en cours…",
101
101
  "components:ouFilter:treeSelector:dropdownAction": "Ouvrir le filtre {name}",
package/src/lang/haw.js CHANGED
@@ -71,7 +71,7 @@ export default {
71
71
  "components:optInFlyout:feedbackReasonLabel": "Makemake ʻoe e haʻi mai iā mākou no ke aha ʻoe e hoʻi ai?",
72
72
  "components:optInFlyout:feedbackReasonMissingFeature": "Ua nele kahi hiʻona aʻu e hoʻohana nei",
73
73
  "components:optInFlyout:feedbackReasonNotReadyForSomethingNew": "ʻAʻole ia he manawa maikaʻi noʻu e hoʻāʻo i kēia mana",
74
- "components:optInFlyout:feedbackReasonOther": " aʻe",
74
+ "components:optInFlyout:feedbackReasonOther": "‘ē aʻe",
75
75
  "components:optInFlyout:feedbackReasonPreferOldExperience": "Manaʻo wau he ʻoi aku ka maikaʻi o ka mana kahiko",
76
76
  "components:optInFlyout:feedbackTitle": "E ʻike iā mākou pehea e hoʻomaikaʻi ai!",
77
77
  "components:optInFlyout:helpMessage": "E heluhelu i kā mākou * palapala kōkua * e hoʻomaka ai!",
package/src/lang/tr.js CHANGED
@@ -21,7 +21,7 @@ export default {
21
21
  "components:fileUploader:browse": "göz atın",
22
22
  "components:fileUploader:browse_files": "Dosyalara Göz At",
23
23
  "components:fileUploader:choose_one_file_to_upload": "Yüklemek için bir dosya seçin",
24
- "components:gradeResult:cannotBeNegative": "(0'dan az olamaz)",
24
+ "components:gradeResult:cannotBeNegative": "(0dan az olamaz)",
25
25
  "components:gradeResult:clearManualOverride": "Manuel Olarak Geçersiz Kılmayı Temizle",
26
26
  "components:gradeResult:gradeScoreLabel": "Not puanı",
27
27
  "components:gradeResult:manuallyOverrideGrade": "Notu Manuel Olarak Geçersiz Kıl",