generated from bsi-software/bsi-cx-design-master-template-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
properties-en.js
39 lines (32 loc) · 1.77 KB
/
properties-en.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
const baseProperties = require('./properties');
module.exports = {
...baseProperties,
language: 'en',
/* ------------------------- Button text ----------------------- */
buttonText: 'Read more',
/* --------------------------- Poll ---------------------------- */
pollLabelText: 'How likely is it that you will recommend our product to others?',
pollLabelLeftText: 'Unlikely',
pollLabelRightText: 'Very likely',
/* ------------------------- Select ---------------------------- */
selectOptionText: 'Please select',
/* ------------------------- Slot finder ----------------------- */
slotFinderChooseDateText: 'Choose date',
slotFinderChooseSlotText: 'Choose time slot',
slotFinderBookSlotTex:'Check time slot',
slotFinderBookSlotButtonText: 'Book time slot',
slotFinderNoSlotsText: 'No slots available',
slotFinderChooseAnotherDayText: 'Please choose another day',
/* ------------------------- Webcam ---------------------------- */
webcamImgModeAskTitleText: 'Camera access required',
webcamImgModeAskDescriptionText: 'We need access to your camera to take a picture. If your browser asks you for authorisation to use the camera in the next step, access to the camera must be granted.',
webcamImgModeAskButtonCameraText: 'Allow access',
webcamImgModeAskButtonManualText: 'Upload a picture instead',
webcamImgModeCameSubmitButtonText: 'Submit picture',
webcamImgModeManualTitleText: 'Upload picture',
webcamImgModeManualDescriptionText: 'No access to the camera desired or possible. Upload a picture instead.',
webcamImgModeManualUploadImageButtonText: 'Upload picture',
/* ----------------------- Error Texts ------------------------- */
errorRequiredText: 'Please fill out this field.',
errorInvalidText: 'The value you entered for this field is invalid.'
}