@beterdichtbij/component-library 0.71.0-alpha.7 → 0.71.0-alpha.9
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/locales/en.json
CHANGED
|
@@ -23,23 +23,27 @@
|
|
|
23
23
|
"endCall": "End call",
|
|
24
24
|
"placeholderSettingsHelpTitle": "Connection issues?",
|
|
25
25
|
"placeholderSettingsHelpMessage": "End the call and try again.",
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
26
|
+
"statusTextMessage": {
|
|
27
|
+
"initializing": "Initializing...",
|
|
28
|
+
"dialing": "Calling...",
|
|
29
|
+
"ringing": "Phone is ringing",
|
|
30
|
+
"answered": "Call answered",
|
|
31
|
+
"connected": "Connected",
|
|
32
|
+
"videoCallDeclined": "The call could not be answered right now.",
|
|
33
|
+
"videoCallHangedUp": "Call has ended.",
|
|
34
|
+
"devicePermissionDenied": "A call cannot be started",
|
|
35
|
+
"callNotDelivered": "The video call does not arrive on the patient's mobile phone or tablet.",
|
|
36
|
+
"signalHold": "Video call connection with patient's phone/tablet could not be established",
|
|
37
|
+
"connectionIssues": "Connection issues"
|
|
38
|
+
},
|
|
39
|
+
"statusDetailMessage": {
|
|
40
|
+
"notAnsweredDetail": "Patient does not appear to answer.",
|
|
41
|
+
"noVideoHint": "No video? Run the video call test.",
|
|
42
|
+
"callNotDeliveredDetail": "Asking the patient to log in again in the BeterDichtbij app often resolves this.",
|
|
43
|
+
"connectionIssuesMedium": "The connection is unstable.",
|
|
44
|
+
"connectionIssuesStrong": "The connection seems lost. Check internet connection and try again.",
|
|
45
|
+
"signalHoldDetail": "Run the video call test."
|
|
46
|
+
},
|
|
43
47
|
"permissionDeniedForVideo": "No access to camera",
|
|
44
48
|
"permissionDeniedForAudio": "No access to microphone",
|
|
45
49
|
"closeWindow": "Close window",
|
package/dist/locales/nl.json
CHANGED
|
@@ -110,60 +110,64 @@
|
|
|
110
110
|
"helpMessage": "om te controleren of je camera en microfoon goed werken."
|
|
111
111
|
},
|
|
112
112
|
"videoCallTemplate": {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"
|
|
113
|
+
"fullScreen": "Volledig scherm",
|
|
114
|
+
"miniPlayer": "Mini player",
|
|
115
|
+
"shareScreen": "Scherm delen",
|
|
116
|
+
"stopSharingScreen": "Stop scherm delen",
|
|
117
|
+
"signalStrength": {
|
|
118
|
+
"weak": "Zwak signaal",
|
|
119
|
+
"steady": "Matig signaal",
|
|
120
|
+
"strong": "Sterk signaal"
|
|
121
|
+
},
|
|
122
|
+
"serviceDesk": "Servicedesk",
|
|
123
|
+
"testCall": "Doe de beeldbeltest",
|
|
124
|
+
"endCall": "Gesprek beëindigen",
|
|
125
|
+
"placeholderSettingsHelpTitle": "Problemen met de verbinding?",
|
|
126
|
+
"placeholderSettingsHelpMessage": "Sluit het gesprek en probeer opnieuw te bellen.",
|
|
127
|
+
"statusTextMessage": {
|
|
128
|
+
"initializing": "Bezig met opstarten...",
|
|
129
|
+
"dialing": "Bellen...",
|
|
130
|
+
"ringing": "Telefoon gaat over",
|
|
131
|
+
"answered": "Er is opgenomen",
|
|
132
|
+
"connected": "Verbonden",
|
|
133
|
+
"videoCallDeclined": "Er kon op dit moment niet worden opgenomen.",
|
|
134
|
+
"videoCallHangedUp": "Er is opgehangen.",
|
|
135
|
+
"devicePermissionDenied": "Er kan geen gesprek worden gestart",
|
|
136
|
+
"callNotDelivered": "Beeldbelgesprek komt niet aan op de mobiele telefoon of tablet van de patiënt.",
|
|
137
|
+
"signalHold": "Beeldbel verbinding met patiënt zijn telefoon/tablet komt niet tot stand",
|
|
138
|
+
"connectionIssues": "Connectie problemen"
|
|
139
|
+
},
|
|
140
|
+
"statusDetailMessage": {
|
|
141
|
+
"notAnsweredDetail": "Patiënt lijkt niet op te nemen.",
|
|
142
|
+
"noVideoHint": "Geen beeld? Doe de beeldbel kwaliteit test.",
|
|
143
|
+
"callNotDeliveredDetail": "De patiënt opnieuw laten inloggen in de BeterDichtbij app lost het probleem vaak op.",
|
|
144
|
+
"connectionIssuesMedium": "De verbinding is instabiel.",
|
|
145
|
+
"connectionIssuesStrong": "De verbinding lijkt verbroken. Controleer internetverbinding en probeer opnieuw.",
|
|
146
|
+
"signalHoldDetail": "Doe de beeldbel kwaliteit test."
|
|
147
|
+
},
|
|
148
|
+
"permissionDeniedForVideo":"Geen toegang beschikbaar tot de camera",
|
|
149
|
+
"permissionDeniedForAudio":"Er is geen toegang beschikbaar tot uw microfoon",
|
|
150
|
+
"closeWindow": "Venster sluiten",
|
|
151
|
+
"switchCamera": "Wissel camera",
|
|
152
|
+
"hasNoAvailableCamera": "Er is geen camera beschikbaar.",
|
|
153
|
+
"hasOneAvailableCamera": "Er is één camera beschikbaar.",
|
|
154
|
+
"hasMultipleAvailableCameras": "Er zijn meerdere camera's beschikbaar.",
|
|
155
|
+
"callEndReasons": {
|
|
156
|
+
"0": "Patiënt heeft gesprek beëindigd.",
|
|
157
|
+
"4": "App is afgesloten.",
|
|
158
|
+
"5": "Patiënt heeft gesprek beëindigd.",
|
|
159
|
+
"6": "BeterDichtbij gespreksscherm is afgesloten.",
|
|
160
|
+
"10": "Patiënt heeft te lang gewacht met opnemen.",
|
|
161
|
+
"12": "Netwerk issue of camera issue bij de patiënt. Controleer internet en camera-toestemming bij de patiënt.",
|
|
162
|
+
"20": "Patiënt heeft de Terug-knop ingedrukt terwijl de telefoon overging.",
|
|
163
|
+
"21": "Gesprek opgehangen.",
|
|
164
|
+
"22": "Patiënt heeft Home ingedrukt terwijl de telefoon overging.",
|
|
165
|
+
"23": "Patiënt heeft te lang gewacht met opnemen.",
|
|
166
|
+
"24": "Patiënt heeft Ja geklikt in de pop-up.",
|
|
167
|
+
"25": "Patiënt heeft gesprek beëindigd.",
|
|
168
|
+
"26": "App is naar de achtergrond gegaan op telefoon/tablet.",
|
|
169
|
+
"33": "Verouderde versie van de app. Vraag de patiënt om de BeterDichtbij app te updaten."
|
|
170
|
+
},
|
|
171
|
+
"unknown": "Onbekende melding"
|
|
168
172
|
}
|
|
169
173
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.video-call-template {
|
|
2
|
-
$small-text:
|
|
2
|
+
$small-text: .8rem;
|
|
3
3
|
|
|
4
4
|
.bd-conversation-card {
|
|
5
5
|
margin-bottom: 20px;
|
|
@@ -126,10 +126,15 @@
|
|
|
126
126
|
|
|
127
127
|
p {
|
|
128
128
|
color: $color-gray-secondary;
|
|
129
|
+
|
|
130
|
+
&:last-of-type {
|
|
131
|
+
margin-bottom: 0;
|
|
132
|
+
}
|
|
129
133
|
}
|
|
130
134
|
|
|
131
135
|
&__status {
|
|
132
136
|
border-bottom: 2px solid $color-border-light;
|
|
137
|
+
padding-bottom: 20px;
|
|
133
138
|
|
|
134
139
|
&-text {
|
|
135
140
|
margin-bottom: 8px;
|
package/package.json
CHANGED