-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmessages.json
175 lines (175 loc) · 5.96 KB
/
messages.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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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
168
169
170
171
172
173
174
175
{
"en": {
"message": {
"pinValidation": "Your PIN must be at least 4 digits long",
"signIn": "Sign In",
"logout": "Logout",
"enterPin": "Please enter a PIN of at least 4 digits that will allow you to retrieve your device data stored within the browser. Please take a note of your PIN somewhere as you will not be able to change or retrieve it later.",
"pin": "PIN",
"home": "Home",
"homeText": "This is your personal data stored in the DECODE app",
"manageDevices": "Manage Devices",
"addDevice": "Add Device",
"deviceToken": "Device Token",
"enterDeviceToken": "e.g. ef0012",
"token": "Token",
"longitude": "Longitude",
"enterLongitude": "e.g. 2.15",
"latitude": "Latitude",
"enterLatitude": "e.g. 41.39",
"exposure": "Exposure",
"indoors": "Indoors",
"outdoors": "Outdoors",
"reset": "Reset",
"device": "Device",
"reload": "Reload",
"loadPolicies": "Load Available Policies",
"choosePolicy": "Please choose an available community policy for your device",
"memberships": "Community Memberships",
"findCommunity": "Find Community",
"chooseCommunity": "Choose Community",
"sensors": "Sensors",
"shareAllSensors": "Share all device sensors",
"movingAverage": "Moving Average",
"bin": "Binned Data",
"share": "Share",
"joinCommunity": "Join Community",
"credentialSharing": "You are going to ask for a credential from an external service. In order to do so, you need to provide the following information:",
"deviceMembership": "Manage Membership",
"deleteMembership": "Delete Membership",
"confirmation": "Confirmation",
"confirmationText": "Are you sure you want to delete your membership of this community? You will no longer be able to access the community dashboard.",
"deleteDevice": "Delete Device",
"deviceConfirmationText": "Are you sure you want to delete your device? This will delete all streams and you will no longer be able to access any associated community dashboards.",
"back": "Back",
"noPoliciesAvailable": "No policies available",
"deviceAdditionText": "Are you sure you wish to add this device into the app? This is required if you wish to be able to control how its data is processed and transmitted",
"login": "Login to dashboard",
"doLogin": "Login",
"dashboardLogin": "BCNNow requires a credential to log you in",
"shareCredential": "Please choose a credential to share with the dashboard",
"selectCredential": "Please select a credential",
"successfulLogin": "Successfully logged in - please switch back to the BCNNow page if logging in from a computer",
"resetText": "Resetting your application means all device and community membership configuration details will be deleted and will not be able to be recovered. You should only do this if instructed to by a workshop leader.",
"resetConfirmationText": "Are you sure you want to reset your app? This will remove all device configuration and community membership details.",
"errors": {
"timeout": "Request timed out",
"missingLoginParams": "Missing required login parameters, please return to the dashboard and try logging in again."
}
}
},
"es": {
"message": {
"pinValidation": "Su PIN debe tener al menos 4 dígitos",
"signIn": "",
"logout": "",
"enterPin": "",
"pin": "",
"home": "",
"homeText": "",
"manageDevices": "",
"addDevice": "",
"deviceToken": "",
"enterDeviceToken": "",
"token": "",
"longitude": "",
"enterLongitude": "",
"latitude": "",
"enterLatitude": "",
"exposure": "",
"indoors": "",
"outdoors": "",
"reset": "",
"device": "",
"reload": "",
"loadPolicies": "",
"choosePolicy": "",
"memberships": "",
"findCommunity": "",
"chooseCommunity": "",
"sensors": "",
"shareAllSensors": "",
"movingAverage": "",
"bin": "",
"share": "",
"joinCommunity": "",
"credentialSharing": "",
"deviceMembership": "",
"deleteMembership": "",
"confirmation": "",
"confirmationText": "",
"deleteDevice": "",
"deviceConfirmationText": "",
"back": "",
"deviceAdditionText": "",
"login": "",
"doLogin": "",
"dashboardLogin": "",
"shareCredential": "",
"selectCredential": "",
"successfulLogin": "",
"resetText": "",
"resetConfirmationText": "",
"errors": {
"timeout": ""
}
}
},
"ca": {
"message": {
"pinValidation": "El vostre PIN ha de tenir com a mínim 4 dígits",
"signIn": "",
"logout": "",
"enterPin": "",
"pin": "",
"home": "",
"homeText": "",
"manageDevices": "",
"addDevice": "",
"deviceToken": "",
"enterDeviceToken": "",
"token": "",
"longitude": "",
"enterLongitude": "",
"latitude": "",
"enterLatitude": "",
"exposure": "",
"indoors": "",
"outdoors": "",
"reset": "",
"device": "",
"reload": "",
"loadPolicies": "",
"choosePolicy": "",
"memberships": "",
"findCommunity": "",
"chooseCommunity": "",
"sensors": "",
"shareAllSensors": "",
"movingAverage": "",
"bin": "",
"share": "",
"joinCommunity": "",
"credentialSharing": "",
"deviceMembership": "",
"deleteMembership": "",
"confirmation": "",
"confirmationText": "",
"deleteDevice": "",
"deviceConfirmationText": "",
"back": "",
"deviceAdditionText": "",
"login": "",
"doLogin": "",
"dashboardLogin": "",
"shareCredential": "",
"selectCredential": "",
"successfulLogin": "",
"resetText": "",
"resetConfirmationText": "",
"errors": {
"timeout": ""
}
}
}
}