@raclettejs/core 0.1.6 → 0.1.8
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/CHANGELOG.md +16 -0
- package/dist/cli.js +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
- package/services/frontend/src/core/lib/data/fetchDataHandler.ts +0 -1
- package/services/frontend/src/core/lib/data/queryApi.ts +2 -1
- package/services/frontend/src/core/setup/plugin-system/api/plugin-data.ts +10 -6
- package/services/frontend/src/core/store/reducers/queries/effects.ts +1 -1
- package/services/frontend/src/orchestrator/WelcomeScreen.vue +120 -1
- package/services/frontend/src/orchestrator/components/menu/UserMenu.vue +2 -6
- package/services/frontend/src/orchestrator/components/welcomeScreen/AdminWelcomeScreen.vue +117 -0
- package/services/frontend/src/orchestrator/components/welcomeScreen/UserWelcomeScreen.vue +17 -0
- package/services/frontend/src/orchestrator/i18n/de-DE.json +33 -0
- package/services/frontend/src/orchestrator/i18n/en-EU.json +34 -1
- package/services/frontend/src/orchestrator/i18n/sk.json +33 -0
- package/services/frontend/src/orchestrator/i18n/tl-TL.json +34 -1
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"core": {
|
|
3
|
+
"welcomeScreen": {
|
|
4
|
+
"title": "Qapla'! yI'el ",
|
|
5
|
+
"subtitle": "WorkbenchDaq Landingpage yI'ogh! vaj Dochvam yItlhej! InteractionLink chenmoHmeH QIn yIlaH.",
|
|
6
|
+
"subtitleUser": "SoHvaD Huch vIghaj – Queso yIchargh!",
|
|
7
|
+
"noLandingPage": "Landingpage tu'lu'be'",
|
|
8
|
+
"visitWorkbench": "WorkbenchDaq yIjaH, portal yIchoH 'ej Du' landingpage yI'ogh.",
|
|
9
|
+
"goToWorkbench": "Workbench yIpoSmoH",
|
|
10
|
+
"configurationsTitle": "WorkbenchDaq bIchenmoHlaHbogh",
|
|
11
|
+
"compositionInfoTitle": "qonwI' mIllogh",
|
|
12
|
+
"compositionInfo": "mIllogh gho'mey yIchenmoH, De' ghoSmeH He' yISeH",
|
|
13
|
+
"interactionLinkInfoTitle": "lo'laHbogh rarwI'",
|
|
14
|
+
"interactionLinkInfo": "lo'wI' page vISuqmeH rarwI' yIchenmoH",
|
|
15
|
+
"userInfoTitle": "lo'wI' SeH",
|
|
16
|
+
"userInfo": "lo'wI' yIchenmoH – vaj app lo'laH 'ej nIb chIS SuvwI' Soj SuqlaH",
|
|
17
|
+
"tagInfoTitle": "tagmey",
|
|
18
|
+
"tagInfo": "Dochmey yItag – qar'a'? yItag neH!",
|
|
19
|
+
"pluginInfoTitle": "nIqHom",
|
|
20
|
+
"pluginInfo": "nIqHommey Datu'pu'bogh yIlegh, yIchoH, pagh neH yIlegh je",
|
|
21
|
+
"builtInFeaturesTitle": "naw'mey wIchenmoHpu'",
|
|
22
|
+
"userMenuTitle": "lo'wI' 'echletHommey",
|
|
23
|
+
"userMenuDescription": "Compositions rarbogh lo'wI' 'echletHommey, QapmeH DuHmey je",
|
|
24
|
+
"localizationTitle": "Holmey",
|
|
25
|
+
"localizationDescription": "latlh Holmey Qutlh",
|
|
26
|
+
"themingTitle": "qIj/wov chutmey",
|
|
27
|
+
"themingDescription": "chutmey DachoHlaH – Hurgh/wov pat Qutlh",
|
|
28
|
+
"notificationsTitle": "DaHjaj QInmey",
|
|
29
|
+
"notificationsDescription": "Socket Qum – De'wI' SeH Hal wIvlu'",
|
|
30
|
+
"connected": "rarlu'",
|
|
31
|
+
"disconnected": "rarlu'be'",
|
|
32
|
+
"more_soonTitle": "latlh naw'mey – cha'logh!",
|
|
33
|
+
"more_soonDescription": "Beta wItaH 'ach wIghoS – Roadmap yIlegh!",
|
|
34
|
+
"roadmap": "GitlabDaq Roadmap"
|
|
35
|
+
},
|
|
3
36
|
"dataSync": {
|
|
4
37
|
"update": {
|
|
5
38
|
"$docCountOf$docTypeHaveBeenHandled": "{docCount} {docType} puS ghItlhmey Qapla’ vI’taH",
|
|
@@ -73,4 +106,4 @@
|
|
|
73
106
|
"color": "ngem",
|
|
74
107
|
"versionUpdate": "veS wov ’oH. paq reload chel pagh SoH Hoch tlhab!"
|
|
75
108
|
}
|
|
76
|
-
}
|
|
109
|
+
}
|