-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
47 lines (46 loc) · 1.47 KB
/
sample.json
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
40
41
42
43
44
45
46
47
{
"shell": {
"projects": "Projects",
"home": "Home",
"analytics": "Analytics",
"help": {
"help-button": "Help & Learn",
"onboarding": {
"title": [
"Introducing {{surveyProviderPortalName}}!",
"Importing employee data",
"Your projects and surveys"
],
"heading": "Feature guide"
},
"support": {
"heading": "Support",
"title": "Help articles"
}
},
"dismiss": "Dismiss",
"notification": {
"http-error": {
"400": "Hmm, looks like something went wrong. Try again later",
"401": "Unable to complete authentication. Please refresh the page",
"403": "You do not have access to this page",
"404": "Can't find what you're looking for",
"500": "Oops! Something went wrong on our end",
"503": "We can't connect to the server",
"general": "Oops! Something went wrong. Try again later"
}
},
"unauthorized-title": "You do not have access to this page",
"back-to-homepage": "Back to homepage",
"contact-helpdesk": "Please <a href=\"https://support.effectory.com\" target=\"_blank\">contact our helpdesk</a> if you need assistance",
"minutes-ago": "{{minutes}} minutes ago",
"months-ago": "{{months}} months ago",
"onboarding": {
"home": {
"heading": [
"Welcome to {{surveyProviderPortalName}}!"
]
}
}
}
}