@magmamath/students-features 0.9.93-rc.3 → 0.9.93
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/dist/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.js +1 -5
- package/dist/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.js.map +1 -1
- package/dist/commonjs/features/keyboard/components/MainLayout.js +0 -1
- package/dist/commonjs/features/keyboard/components/MainLayout.js.map +1 -1
- package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js +0 -20
- package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
- package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js +0 -1
- package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js.map +1 -1
- package/dist/commonjs/lib/helpers/helpers.js +5 -28
- package/dist/commonjs/lib/helpers/helpers.js.map +1 -1
- package/dist/commonjs/shared/translation/constants.js +1 -3
- package/dist/commonjs/shared/translation/constants.js.map +1 -1
- package/dist/commonjs/shared/translation/localization/ca.json +5 -5
- package/dist/commonjs/shared/translation/localization/en.json +5 -5
- package/dist/commonjs/shared/translation/localization/gb.json +5 -5
- package/dist/commonjs/shared/translation/localization/sct.json +5 -5
- package/dist/commonjs/shared/translation/localization/sw.json +5 -5
- package/dist/commonjs/shared/translation/types.js +0 -1
- package/dist/commonjs/shared/translation/types.js.map +1 -1
- package/dist/module/features/keyboard/components/BasicLayout/keyboardGroups.js +0 -4
- package/dist/module/features/keyboard/components/BasicLayout/keyboardGroups.js.map +1 -1
- package/dist/module/features/keyboard/components/MainLayout.js +1 -2
- package/dist/module/features/keyboard/components/MainLayout.js.map +1 -1
- package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js +1 -21
- package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
- package/dist/module/features/keyboard/types/keyboardGroupIds.js +0 -1
- package/dist/module/features/keyboard/types/keyboardGroupIds.js.map +1 -1
- package/dist/module/lib/helpers/helpers.js +5 -28
- package/dist/module/lib/helpers/helpers.js.map +1 -1
- package/dist/module/shared/translation/constants.js +1 -3
- package/dist/module/shared/translation/constants.js.map +1 -1
- package/dist/module/shared/translation/localization/ca.json +5 -5
- package/dist/module/shared/translation/localization/en.json +5 -5
- package/dist/module/shared/translation/localization/gb.json +5 -5
- package/dist/module/shared/translation/localization/sct.json +5 -5
- package/dist/module/shared/translation/localization/sw.json +5 -5
- package/dist/module/shared/translation/types.js +0 -1
- package/dist/module/shared/translation/types.js.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.d.ts +0 -1
- package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/components/MainLayout.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts +0 -1
- package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
- package/dist/typescript/commonjs/lib/helpers/helpers.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -42
- package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/translation/types.d.ts +1 -2
- package/dist/typescript/commonjs/shared/translation/types.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/keyboardGroups.d.ts +0 -1
- package/dist/typescript/module/features/keyboard/components/BasicLayout/keyboardGroups.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/components/MainLayout.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
- package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts +0 -1
- package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
- package/dist/typescript/module/lib/helpers/helpers.d.ts.map +1 -1
- package/dist/typescript/module/shared/translation/constants.d.ts +0 -42
- package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
- package/dist/typescript/module/shared/translation/types.d.ts +1 -2
- package/dist/typescript/module/shared/translation/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/features/keyboard/components/BasicLayout/keyboardGroups.ts +0 -4
- package/src/features/keyboard/components/MainLayout.tsx +2 -3
- package/src/features/keyboard/constants/keyboardGroupsByLocale.ts +0 -21
- package/src/features/keyboard/types/keyboardGroupIds.ts +0 -1
- package/src/lib/helpers/helpers.ts +8 -23
- package/src/shared/translation/constants.ts +0 -2
- package/src/shared/translation/localization/ca.json +5 -5
- package/src/shared/translation/localization/en.json +5 -5
- package/src/shared/translation/localization/gb.json +5 -5
- package/src/shared/translation/localization/sct.json +5 -5
- package/src/shared/translation/localization/sw.json +5 -5
- package/src/shared/translation/types.ts +0 -4
- package/dist/commonjs/shared/translation/localization/de.json +0 -42
- package/dist/module/shared/translation/localization/de.json +0 -42
- package/src/shared/translation/localization/de.json +0 -42
|
@@ -3,8 +3,6 @@ import swTranslations from './localization/sw.json'
|
|
|
3
3
|
import gbTranslations from './localization/gb.json'
|
|
4
4
|
import caTranslations from './localization/ca.json'
|
|
5
5
|
import sctTranslations from './localization/sct.json'
|
|
6
|
-
import deTranslations from "./localization/de.json"
|
|
7
|
-
|
|
8
6
|
import { RetrieveKeys } from '../../lib/types/keys'
|
|
9
7
|
import { ISValidTranslation } from './validation.types'
|
|
10
8
|
|
|
@@ -18,7 +16,6 @@ export enum Locale {
|
|
|
18
16
|
GB = 'en-GB',
|
|
19
17
|
CA = 'en-CA',
|
|
20
18
|
SCT = 'en-SCT',
|
|
21
|
-
DE = 'de-DE'
|
|
22
19
|
}
|
|
23
20
|
|
|
24
21
|
// Validation of translations, do not remove
|
|
@@ -27,4 +24,3 @@ type ISValidSW = ISValidTranslation<typeof swTranslations>
|
|
|
27
24
|
type ISValidGB = ISValidTranslation<typeof gbTranslations>
|
|
28
25
|
type ISValidCA = ISValidTranslation<typeof caTranslations>
|
|
29
26
|
type ISValidSCT = ISValidTranslation<typeof sctTranslations>
|
|
30
|
-
type ISValidDE = ISValidTranslation<typeof deTranslations>
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"locale": "de-DE",
|
|
3
|
-
"teacherFeedback.noComments": "Noch keine Kommentare",
|
|
4
|
-
"time.justNow": "gerade eben",
|
|
5
|
-
"time.minuteAgo": "vor einer Minute",
|
|
6
|
-
"time.minutesAgo": "vor {{count}} Minuten",
|
|
7
|
-
"time.hourAgo": "vor einer Stunde",
|
|
8
|
-
"time.hoursAgo": "vor {{count}} Stunden",
|
|
9
|
-
"time.dayAgo": "vor einem Tag",
|
|
10
|
-
"time.daysAgo": "vor {{count}} Tagen",
|
|
11
|
-
"time.monthAgo": "vor einem Monat",
|
|
12
|
-
"time.monthsAgo": "vor {{count}} Monaten",
|
|
13
|
-
"time.yearAgo": "vor einem Jahr",
|
|
14
|
-
"time.yearsAgo": "vor {{count}} Jahren",
|
|
15
|
-
"chat": {
|
|
16
|
-
"anotherHint": "Gib mir noch einen Hinweis",
|
|
17
|
-
"giveHint": "Ich brauche einen Hinweis",
|
|
18
|
-
"giveHintOpenChat": "Ich brauche einen Hinweis",
|
|
19
|
-
"answerAgain": "Noch einmal antworten, um einen weiteren Hinweis zu bekommen!",
|
|
20
|
-
"errorMessage": "Etwas ist schiefgelaufen! Versuch es erneut",
|
|
21
|
-
"howCanIHelp": "Hi! Möchtest du Hilfe?",
|
|
22
|
-
"showError": "Fehler anzeigen",
|
|
23
|
-
"inputPlaceholder": "Tippe..."
|
|
24
|
-
},
|
|
25
|
-
"gifCelebrations": {
|
|
26
|
-
"greatStart": "Toller Start!",
|
|
27
|
-
"onTheWay": "Auf dem Weg!",
|
|
28
|
-
"almostThere": "Fast geschafft"
|
|
29
|
-
},
|
|
30
|
-
"exampleSolution": {
|
|
31
|
-
"exampleSolution": "Beispiellösung",
|
|
32
|
-
"letMeThink": "Lass mich nachdenken...",
|
|
33
|
-
"aha": "Aha!",
|
|
34
|
-
"errorMessage": "Beim Erstellen einer Beispiellösung ist etwas schiefgelaufen"
|
|
35
|
-
},
|
|
36
|
-
"keyboard": {
|
|
37
|
-
"length": "Länge",
|
|
38
|
-
"area": "Fläche",
|
|
39
|
-
"volume": "Volumen",
|
|
40
|
-
"weight": "Gewicht"
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"locale": "de-DE",
|
|
3
|
-
"teacherFeedback.noComments": "Noch keine Kommentare",
|
|
4
|
-
"time.justNow": "gerade eben",
|
|
5
|
-
"time.minuteAgo": "vor einer Minute",
|
|
6
|
-
"time.minutesAgo": "vor {{count}} Minuten",
|
|
7
|
-
"time.hourAgo": "vor einer Stunde",
|
|
8
|
-
"time.hoursAgo": "vor {{count}} Stunden",
|
|
9
|
-
"time.dayAgo": "vor einem Tag",
|
|
10
|
-
"time.daysAgo": "vor {{count}} Tagen",
|
|
11
|
-
"time.monthAgo": "vor einem Monat",
|
|
12
|
-
"time.monthsAgo": "vor {{count}} Monaten",
|
|
13
|
-
"time.yearAgo": "vor einem Jahr",
|
|
14
|
-
"time.yearsAgo": "vor {{count}} Jahren",
|
|
15
|
-
"chat": {
|
|
16
|
-
"anotherHint": "Gib mir noch einen Hinweis",
|
|
17
|
-
"giveHint": "Ich brauche einen Hinweis",
|
|
18
|
-
"giveHintOpenChat": "Ich brauche einen Hinweis",
|
|
19
|
-
"answerAgain": "Noch einmal antworten, um einen weiteren Hinweis zu bekommen!",
|
|
20
|
-
"errorMessage": "Etwas ist schiefgelaufen! Versuch es erneut",
|
|
21
|
-
"howCanIHelp": "Hi! Möchtest du Hilfe?",
|
|
22
|
-
"showError": "Fehler anzeigen",
|
|
23
|
-
"inputPlaceholder": "Tippe..."
|
|
24
|
-
},
|
|
25
|
-
"gifCelebrations": {
|
|
26
|
-
"greatStart": "Toller Start!",
|
|
27
|
-
"onTheWay": "Auf dem Weg!",
|
|
28
|
-
"almostThere": "Fast geschafft"
|
|
29
|
-
},
|
|
30
|
-
"exampleSolution": {
|
|
31
|
-
"exampleSolution": "Beispiellösung",
|
|
32
|
-
"letMeThink": "Lass mich nachdenken...",
|
|
33
|
-
"aha": "Aha!",
|
|
34
|
-
"errorMessage": "Beim Erstellen einer Beispiellösung ist etwas schiefgelaufen"
|
|
35
|
-
},
|
|
36
|
-
"keyboard": {
|
|
37
|
-
"length": "Länge",
|
|
38
|
-
"area": "Fläche",
|
|
39
|
-
"volume": "Volumen",
|
|
40
|
-
"weight": "Gewicht"
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"locale": "de-DE",
|
|
3
|
-
"teacherFeedback.noComments": "Noch keine Kommentare",
|
|
4
|
-
"time.justNow": "gerade eben",
|
|
5
|
-
"time.minuteAgo": "vor einer Minute",
|
|
6
|
-
"time.minutesAgo": "vor {{count}} Minuten",
|
|
7
|
-
"time.hourAgo": "vor einer Stunde",
|
|
8
|
-
"time.hoursAgo": "vor {{count}} Stunden",
|
|
9
|
-
"time.dayAgo": "vor einem Tag",
|
|
10
|
-
"time.daysAgo": "vor {{count}} Tagen",
|
|
11
|
-
"time.monthAgo": "vor einem Monat",
|
|
12
|
-
"time.monthsAgo": "vor {{count}} Monaten",
|
|
13
|
-
"time.yearAgo": "vor einem Jahr",
|
|
14
|
-
"time.yearsAgo": "vor {{count}} Jahren",
|
|
15
|
-
"chat": {
|
|
16
|
-
"anotherHint": "Gib mir noch einen Hinweis",
|
|
17
|
-
"giveHint": "Ich brauche einen Hinweis",
|
|
18
|
-
"giveHintOpenChat": "Ich brauche einen Hinweis",
|
|
19
|
-
"answerAgain": "Noch einmal antworten, um einen weiteren Hinweis zu bekommen!",
|
|
20
|
-
"errorMessage": "Etwas ist schiefgelaufen! Versuch es erneut",
|
|
21
|
-
"howCanIHelp": "Hi! Möchtest du Hilfe?",
|
|
22
|
-
"showError": "Fehler anzeigen",
|
|
23
|
-
"inputPlaceholder": "Tippe..."
|
|
24
|
-
},
|
|
25
|
-
"gifCelebrations": {
|
|
26
|
-
"greatStart": "Toller Start!",
|
|
27
|
-
"onTheWay": "Auf dem Weg!",
|
|
28
|
-
"almostThere": "Fast geschafft"
|
|
29
|
-
},
|
|
30
|
-
"exampleSolution": {
|
|
31
|
-
"exampleSolution": "Beispiellösung",
|
|
32
|
-
"letMeThink": "Lass mich nachdenken...",
|
|
33
|
-
"aha": "Aha!",
|
|
34
|
-
"errorMessage": "Beim Erstellen einer Beispiellösung ist etwas schiefgelaufen"
|
|
35
|
-
},
|
|
36
|
-
"keyboard": {
|
|
37
|
-
"length": "Länge",
|
|
38
|
-
"area": "Fläche",
|
|
39
|
-
"volume": "Volumen",
|
|
40
|
-
"weight": "Gewicht"
|
|
41
|
-
}
|
|
42
|
-
}
|