-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathresources.js
85 lines (85 loc) · 2.88 KB
/
resources.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/*global define */
/** @license
| Copyright 2015 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
*/
define({
root: ({
screenreader: { // Document structure for screen reader devices
h1_title: "Photo-based survey",
h2_splash: "Social media sign-in",
h2_illustration: "Photo gallery",
h2_activity: "Survey and profile",
h2_additionalInfo: "Additional information"
},
tooltips: {
button_additionalInfo: "Additional information",
button_close: "Close additional information panel",
flag_important_question: "Please answer this question",
button_previous_image: "Previous image",
button_next_image: "Next image",
button_best_image: "This is the best photo for the property",
button_click_if_best_image: "Click if this is the best photo for the property",
button_skip: "Skip",
button_submit: "Submit survey"
},
labels: {
menuItem_profile: "Profile",
menuItem_signout: "Sign out",
button_close: "Close",
label_surveys_completed: "surveys completed",
label_level: "level ${0}",
label_remaining_surveys: "${0} surveys left until next level",
button_returnToSurvey: "< Back to survey"
},
signin: {
checkingServer: "Checking availability of the server...",
unsupported: "This version of Internet Explorer is not supported. Please use Internet Explorer 10 or newer.",
needProxy: "This version of Internet Explorer is not supported by our server. Please use Internet Explorer 10 or newer.",
signinFetching: "Checking availability of login possibilities...",
signinLoginPrompt: "Please sign in to get started",
noMoreSurveys: "There are no surveys available at this time; thank you for your participation.",
guestLabel: "Guest"
}
}),
"ar": 0,
"cs": 0,
"da": 0,
"de": 1,
"el": 0,
"es": 0,
"et": 0,
"fi": 0,
"fr": 1,
"he": 0,
"it": 0,
"ja": 0,
"ko": 0,
"lt": 0,
"lv": 0,
"nb": 0,
"nl": 0,
"pl": 0,
"pt-br": 0,
"pt-pt": 0,
"ro": 0,
"ru": 0,
"sv": 0,
"th": 0,
"tr": 0,
"vi": 0,
"zh-cn": 0,
"zh-hk": 0,
"zh-tw": 0
});