@beterdichtbij/component-library 0.71.0-alpha.14 → 0.71.0-alpha.16
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/bd-component-lib.cjs.js +2 -2
- package/dist/bd-component-lib.es.js +2609 -2591
- package/dist/bd-component-lib.umd.js +42 -42
- package/dist/components/templates/BDVideoCallTemplate/BDVideoCallTemplate.vue.d.ts +2 -0
- package/dist/locales/en.json +14 -14
- package/dist/locales/nl.json +14 -14
- package/package.json +1 -1
|
@@ -11,10 +11,12 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
11
11
|
$emit: (event: "ready" | "start-call" | "end-call", ...args: any[]) => void;
|
|
12
12
|
videoTestUrl: string;
|
|
13
13
|
participant: Record<string, any>;
|
|
14
|
+
participantRole: string;
|
|
14
15
|
isCallee: boolean;
|
|
15
16
|
$props: {
|
|
16
17
|
readonly videoTestUrl?: string | undefined;
|
|
17
18
|
readonly participant?: Record<string, any> | undefined;
|
|
19
|
+
readonly participantRole?: string | undefined;
|
|
18
20
|
readonly isCallee?: boolean | undefined;
|
|
19
21
|
};
|
|
20
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/dist/locales/en.json
CHANGED
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"videoCallDeclined": "The call could not be answered right now.",
|
|
39
39
|
"videoCallHangedUp": "Call has ended.",
|
|
40
40
|
"devicePermissionDenied": "A call cannot be started",
|
|
41
|
-
"callNotDelivered": "The video call does not arrive on the
|
|
42
|
-
"signalHold": "Video call connection with
|
|
41
|
+
"callNotDelivered": "The video call does not arrive on the {participantRole}'s mobile phone or tablet.",
|
|
42
|
+
"signalHold": "Video call connection with {participantRole}'s phone/tablet could not be established",
|
|
43
43
|
"connectionIssues": "Connection issues"
|
|
44
44
|
},
|
|
45
45
|
"statusDetailMessage": {
|
|
46
|
-
"notAnsweredDetail": "
|
|
46
|
+
"notAnsweredDetail": "{participantRole} does not appear to answer.",
|
|
47
47
|
"noVideoHint": "No video? Run the video call test.",
|
|
48
|
-
"callNotDeliveredDetail": "Asking
|
|
48
|
+
"callNotDeliveredDetail": "Asking {participantRole} to log in again in the BeterDichtbij app often resolves this.",
|
|
49
49
|
"connectionIssuesMedium": "The connection is unstable.",
|
|
50
50
|
"connectionIssuesStrong": "The connection seems lost. Check internet connection and try again.",
|
|
51
51
|
"signalHoldDetail": "Run the video call test."
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
"hasMultipleAvailableCameras": "Multiple cameras are available."
|
|
61
61
|
},
|
|
62
62
|
"endReasons": {
|
|
63
|
-
"0": "
|
|
63
|
+
"0": "{participantRole} ended the call.",
|
|
64
64
|
"4": "The app was closed.",
|
|
65
|
-
"5": "
|
|
65
|
+
"5": "{participantRole} ended the call.",
|
|
66
66
|
"6": "BeterDichtbij call screen was closed.",
|
|
67
|
-
"10": "
|
|
68
|
-
"12": "Network or camera issue on
|
|
69
|
-
"20": "
|
|
67
|
+
"10": "{participantRole} waited too long to answer.",
|
|
68
|
+
"12": "Network or camera issue on {participantRole} side. Check internet and camera permission.",
|
|
69
|
+
"20": "{participantRole} pressed Back while the phone was ringing.",
|
|
70
70
|
"21": "Call was hung up.",
|
|
71
|
-
"22": "
|
|
72
|
-
"23": "
|
|
73
|
-
"24": "
|
|
74
|
-
"25": "
|
|
71
|
+
"22": "{participantRole} pressed Home while the phone was ringing.",
|
|
72
|
+
"23": "{participantRole} waited too long to answer.",
|
|
73
|
+
"24": "{participantRole} clicked Yes in the popup.",
|
|
74
|
+
"25": "{participantRole} ended the call.",
|
|
75
75
|
"26": "The app moved to background on phone/tablet.",
|
|
76
|
-
"33": "Outdated app version. Ask
|
|
76
|
+
"33": "Outdated app version. Ask {participantRole} to update the BeterDichtbij app."
|
|
77
77
|
},
|
|
78
78
|
"unknown": "Unknown message"
|
|
79
79
|
}
|
package/dist/locales/nl.json
CHANGED
|
@@ -139,14 +139,14 @@
|
|
|
139
139
|
"videoCallDeclined": "Er kon op dit moment niet worden opgenomen.",
|
|
140
140
|
"videoCallHangedUp": "Er is opgehangen.",
|
|
141
141
|
"devicePermissionDenied": "Er kan geen gesprek worden gestart",
|
|
142
|
-
"callNotDelivered": "Beeldbelgesprek komt niet aan op de mobiele telefoon of tablet van de
|
|
143
|
-
"signalHold": "Beeldbel verbinding met
|
|
142
|
+
"callNotDelivered": "Beeldbelgesprek komt niet aan op de mobiele telefoon of tablet van de {participantRole}.",
|
|
143
|
+
"signalHold": "Beeldbel verbinding met {participantRole} zijn telefoon/tablet komt niet tot stand",
|
|
144
144
|
"connectionIssues": "Connectie problemen"
|
|
145
145
|
},
|
|
146
146
|
"statusDetailMessage": {
|
|
147
|
-
"notAnsweredDetail": "
|
|
147
|
+
"notAnsweredDetail": "{participantRole} lijkt niet op te nemen.",
|
|
148
148
|
"noVideoHint": "Geen beeld? Doe de beeldbel kwaliteit test.",
|
|
149
|
-
"callNotDeliveredDetail": "De
|
|
149
|
+
"callNotDeliveredDetail": "De {participantRole} opnieuw laten inloggen in de BeterDichtbij app lost het probleem vaak op.",
|
|
150
150
|
"connectionIssuesMedium": "De verbinding is instabiel.",
|
|
151
151
|
"connectionIssuesStrong": "De verbinding lijkt verbroken. Controleer internetverbinding en probeer opnieuw.",
|
|
152
152
|
"signalHoldDetail": "Doe de beeldbel kwaliteit test."
|
|
@@ -161,20 +161,20 @@
|
|
|
161
161
|
"hasMultipleAvailableCameras": "Er zijn meerdere camera's beschikbaar."
|
|
162
162
|
},
|
|
163
163
|
"endReasons": {
|
|
164
|
-
"0": "
|
|
164
|
+
"0": "{participantRole} heeft gesprek beëindigd.",
|
|
165
165
|
"4": "App is afgesloten.",
|
|
166
|
-
"5": "
|
|
166
|
+
"5": "{participantRole} heeft gesprek beëindigd.",
|
|
167
167
|
"6": "BeterDichtbij gespreksscherm is afgesloten.",
|
|
168
|
-
"10": "
|
|
169
|
-
"12": "Netwerk issue of camera issue bij de
|
|
170
|
-
"20": "
|
|
168
|
+
"10": "{participantRole} heeft te lang gewacht met opnemen.",
|
|
169
|
+
"12": "Netwerk issue of camera issue bij de {participantRole}. Controleer internet en camera-toestemming bij de {participantRole}.",
|
|
170
|
+
"20": "{participantRole} heeft de Terug-knop ingedrukt terwijl de telefoon overging.",
|
|
171
171
|
"21": "Gesprek opgehangen.",
|
|
172
|
-
"22": "
|
|
173
|
-
"23": "
|
|
174
|
-
"24": "
|
|
175
|
-
"25": "
|
|
172
|
+
"22": "{participantRole} heeft Home ingedrukt terwijl de telefoon overging.",
|
|
173
|
+
"23": "{participantRole} heeft te lang gewacht met opnemen.",
|
|
174
|
+
"24": "{participantRole} heeft Ja geklikt in de pop-up.",
|
|
175
|
+
"25": "{participantRole} heeft gesprek beëindigd.",
|
|
176
176
|
"26": "App is naar de achtergrond gegaan op telefoon/tablet.",
|
|
177
|
-
"33": "Verouderde versie van de app. Vraag de
|
|
177
|
+
"33": "Verouderde versie van de app. Vraag de {participantRole} om de BeterDichtbij app te updaten."
|
|
178
178
|
},
|
|
179
179
|
"unknown": "Onbekende melding"
|
|
180
180
|
}
|
package/package.json
CHANGED