@kando-env/kando-ui 1.2.98 → 1.2.100
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/lib/assets/icons/close-modal.svg +8 -0
- package/lib/assets/icons/index.js +8 -0
- package/lib/components/Header/KandoNavbar/KandoNavbar.js +3 -1
- package/lib/components/Header/Toolbar/CustomerMenu/CustomerMenu.js +3 -1
- package/lib/i18n/en.json +23 -20
- package/lib/i18n/en_uk.json +3760 -0
- package/lib/i18n/he.json +3 -0
- package/lib/macros/getVersion.js +2 -2
- package/lib/pages/EventsPage/events/EventsStyle.scss +4 -0
- package/lib/pages/EventsPage/events/events_list/EventsList.js +11 -2
- package/lib/pages/SamplingsPage/ActionsDropDown/LabResultValue.js +43 -0
- package/lib/pages/SamplingsPage/ActionsDropDown/LabResultValue.test.js +39 -0
- package/lib/pages/SamplingsPage/ActionsDropDown/SamplingActionContainer.js +169 -0
- package/lib/pages/SamplingsPage/ActionsDropDown/SamplingActionDropdown.js +74 -0
- package/lib/pages/SamplingsPage/ActionsDropDown/SamplingActions.js +48 -0
- package/lib/pages/SamplingsPage/ActionsDropDown/ViewLabResult.js +114 -0
- package/lib/pages/SamplingsPage/samplingsPageUtils.js +21 -5
- package/lib/store/events/reducer.js +4 -2
- package/lib/store/permissions/permissionsSlice.js +3 -1
- package/lib/ui-kit/DropDown/DropDown.js +12 -6
- package/lib/utilities/i18n.js +6 -1
- package/lib/utilities/urls.js +4 -1
- package/package.json +1 -1
- package/lib/pages/SamplingsPage/SamplingActionDropdown.js +0 -186
|
@@ -0,0 +1,3760 @@
|
|
|
1
|
+
{
|
|
2
|
+
"en_uk": {
|
|
3
|
+
"languages": {
|
|
4
|
+
"en": "English",
|
|
5
|
+
"en_uk": "English (UK)",
|
|
6
|
+
"he": "Hebrew",
|
|
7
|
+
"fr": "French",
|
|
8
|
+
"it": "Italian"
|
|
9
|
+
},
|
|
10
|
+
"language": "English (UK)",
|
|
11
|
+
"date": {
|
|
12
|
+
"formats": {
|
|
13
|
+
"default": "%d/%m/%Y"
|
|
14
|
+
},
|
|
15
|
+
"abbr_day_names": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
16
|
+
"day_names": [
|
|
17
|
+
"Sunday",
|
|
18
|
+
"Monday",
|
|
19
|
+
"Tuesday",
|
|
20
|
+
"Wednesday",
|
|
21
|
+
"Thursday",
|
|
22
|
+
"Friday",
|
|
23
|
+
"Saturday"
|
|
24
|
+
],
|
|
25
|
+
"abbr_month_names": [
|
|
26
|
+
null,
|
|
27
|
+
"Jan",
|
|
28
|
+
"Feb",
|
|
29
|
+
"Mar",
|
|
30
|
+
"Apr",
|
|
31
|
+
"May",
|
|
32
|
+
"Jun",
|
|
33
|
+
"Jul",
|
|
34
|
+
"Aug",
|
|
35
|
+
"Sep",
|
|
36
|
+
"Oct",
|
|
37
|
+
"Nov",
|
|
38
|
+
"Dec"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"time": {
|
|
42
|
+
"formats": {
|
|
43
|
+
"sms": "%d/%m/%y %H:%M",
|
|
44
|
+
"with_zone": "%d/%m/%y %H:%M %z"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"show": "Show",
|
|
48
|
+
"edit": "Edit",
|
|
49
|
+
"destroy": "Destroy",
|
|
50
|
+
"back": "Back",
|
|
51
|
+
"add": "Add",
|
|
52
|
+
"valid_since": "Valid Since",
|
|
53
|
+
"close": "Close",
|
|
54
|
+
"true": "Yes",
|
|
55
|
+
"false": "No",
|
|
56
|
+
"search": "Search",
|
|
57
|
+
"created_at": "Created At",
|
|
58
|
+
"updated_at": "Updated At",
|
|
59
|
+
"success": "Success!",
|
|
60
|
+
"warning": "Warning!",
|
|
61
|
+
"load": "Load",
|
|
62
|
+
"concentration": "Concentration",
|
|
63
|
+
"advanced_options": "Advanced options",
|
|
64
|
+
"select_all": "Select All ",
|
|
65
|
+
"all_selected": "",
|
|
66
|
+
"selected": "Selected ",
|
|
67
|
+
"all": "All",
|
|
68
|
+
"choose_file": "Choose File",
|
|
69
|
+
"validate": "Validate",
|
|
70
|
+
"upload": "Upload",
|
|
71
|
+
"cancel": "Cancel",
|
|
72
|
+
"previous": "Previous",
|
|
73
|
+
"status": "Status",
|
|
74
|
+
"next": "Next",
|
|
75
|
+
"failure": "Failure",
|
|
76
|
+
"the_locale": "en",
|
|
77
|
+
"statuses": {
|
|
78
|
+
"on": "On",
|
|
79
|
+
"off": "Off"
|
|
80
|
+
},
|
|
81
|
+
"history": {
|
|
82
|
+
"done_by": "Username",
|
|
83
|
+
"done_at": "Time",
|
|
84
|
+
"details": "Details",
|
|
85
|
+
"system": "System",
|
|
86
|
+
"no_history": "No changes were found",
|
|
87
|
+
"changes": {
|
|
88
|
+
"changed": "<b>%{sensor}</b> %{attribute} value was changed from %{was} to %{is}",
|
|
89
|
+
"set": "<b>%{sensor}</b> %{attribute} was set to %{value}",
|
|
90
|
+
"disabled": "<b>%{sensor}</b> %{attribute} was disabled",
|
|
91
|
+
"enabled": "<b>%{sensor}</b> %{attribute} was enabled",
|
|
92
|
+
"added": "<b>%{sensor}</b> was added to the list",
|
|
93
|
+
"removed": "<b>%{sensor}</b> was removed from the list"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"errors": {
|
|
97
|
+
"messages": {
|
|
98
|
+
"non_editable": "Can't be edited"
|
|
99
|
+
},
|
|
100
|
+
"request_error": "There's an error with the request..."
|
|
101
|
+
},
|
|
102
|
+
"system_setting": {
|
|
103
|
+
"index": {
|
|
104
|
+
"water_authorities": "Water Authorities",
|
|
105
|
+
"WWTPs": "Wastewater treatment plant",
|
|
106
|
+
"water_companies": "Water companies",
|
|
107
|
+
"sampling_parameters": "Sampling parameters",
|
|
108
|
+
"import_gis": "Import Planning",
|
|
109
|
+
"sectors": "Sectors",
|
|
110
|
+
"cities": "Cities",
|
|
111
|
+
"labs": "Labs",
|
|
112
|
+
"regulations": "Regulations",
|
|
113
|
+
"regions": "Regions",
|
|
114
|
+
"auto_samplings": "Auto samplings",
|
|
115
|
+
"general_settings": "General settings",
|
|
116
|
+
"add_users": "Add users",
|
|
117
|
+
"permissions": "Permissions",
|
|
118
|
+
"monitors": "Dataloggers",
|
|
119
|
+
"systems": "Systems Management",
|
|
120
|
+
"project_management": "Deployment Management",
|
|
121
|
+
"logic_parameters_sets": "Pollution weights",
|
|
122
|
+
"admin_info": "Developers",
|
|
123
|
+
"areas": "Areas",
|
|
124
|
+
"virtual_areas": "Virtual Areas",
|
|
125
|
+
"linked_points": "Network Edges",
|
|
126
|
+
"import_billing": "Import Billing",
|
|
127
|
+
"events_view": "Events View",
|
|
128
|
+
"assets": "Assets",
|
|
129
|
+
"firmware_versions": "Firmware Versions",
|
|
130
|
+
"fota_requests": "Firmware Update",
|
|
131
|
+
"schedulers": "Samplers Sleep"
|
|
132
|
+
},
|
|
133
|
+
"update_client": "Client"
|
|
134
|
+
},
|
|
135
|
+
"activerecord": {
|
|
136
|
+
"models": {
|
|
137
|
+
"group": "Site",
|
|
138
|
+
"point": "Manhole",
|
|
139
|
+
"water_authority": "Client",
|
|
140
|
+
"water_authorities": "Clients",
|
|
141
|
+
"system_setting": "System setting",
|
|
142
|
+
"wastewater_treatment_plant": "Wastewater treatment plant",
|
|
143
|
+
"wastewater_treatment_plants": "Wastewater treatment plants",
|
|
144
|
+
"water_companies": "Water companies",
|
|
145
|
+
"water_company": "Water company",
|
|
146
|
+
"sectors": "Sectors",
|
|
147
|
+
"sector": "Sector",
|
|
148
|
+
"cities": "Cities",
|
|
149
|
+
"city": "City",
|
|
150
|
+
"general_settings": "General settings",
|
|
151
|
+
"general_setting": "General setting",
|
|
152
|
+
"sampling_parameters": "Sampling parameters",
|
|
153
|
+
"sampling_parameter": "Sampling parameter",
|
|
154
|
+
"lab": "Lab",
|
|
155
|
+
"labs": "Labs",
|
|
156
|
+
"regulation": "Regulation",
|
|
157
|
+
"regulations": "Regulations",
|
|
158
|
+
"region": "Region",
|
|
159
|
+
"regions": "Regions",
|
|
160
|
+
"contact": "Contact",
|
|
161
|
+
"contacts": "Contacts",
|
|
162
|
+
"logic_parameters_set": "Pollution weights",
|
|
163
|
+
"logic_parameters_sets": "Pollution weights",
|
|
164
|
+
"area": "Area",
|
|
165
|
+
"areas": "Areas",
|
|
166
|
+
"linked_point": "Network Edge",
|
|
167
|
+
"linked_points": "Network Edges"
|
|
168
|
+
},
|
|
169
|
+
"attributes": {
|
|
170
|
+
"point": {
|
|
171
|
+
"scheduled_complex_sampling": "Complex"
|
|
172
|
+
},
|
|
173
|
+
"water_authority": {
|
|
174
|
+
"name": "Water authority name",
|
|
175
|
+
"client_type": "Client type",
|
|
176
|
+
"photo": "Photo",
|
|
177
|
+
"letter_template_attributes": "Letter template attributes",
|
|
178
|
+
"attachment": "Attachment",
|
|
179
|
+
"email": "Client email",
|
|
180
|
+
"email_bcc": "BCC",
|
|
181
|
+
"lab_result_email_body": "Lab result email body",
|
|
182
|
+
"archived": "Archived",
|
|
183
|
+
"letter_template": "Charging Letter",
|
|
184
|
+
"monitoring_letter_template": "Monitoring Letter",
|
|
185
|
+
"default_lab": "Default Lab",
|
|
186
|
+
"deactivate_on_pump": "Deactivate sampler after a sample was taken"
|
|
187
|
+
},
|
|
188
|
+
"sector": {
|
|
189
|
+
"logic_parameters_set": "Pollution weights",
|
|
190
|
+
"sampling_parameters": "Sampling parameters",
|
|
191
|
+
"pollution_meta_score": "Meta-Score"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"errors": {
|
|
195
|
+
"models": {
|
|
196
|
+
"point": {
|
|
197
|
+
"attributes": {
|
|
198
|
+
"scheduled_complex_sampling": {
|
|
199
|
+
"blank": "Can't be blank",
|
|
200
|
+
"not_a_number": "Must be a number"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"sampling_device": {
|
|
205
|
+
"attributes": {
|
|
206
|
+
"point_id": {
|
|
207
|
+
"taken": "Can only be assigned to one sampling device"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"helpers": {
|
|
215
|
+
"submit": {
|
|
216
|
+
"create": "Create %{model}",
|
|
217
|
+
"update": "Update %{model}",
|
|
218
|
+
"submit": "Save %{model}"
|
|
219
|
+
},
|
|
220
|
+
"actions": {
|
|
221
|
+
"create": "Create a new %{model}",
|
|
222
|
+
"edit": "Edit existing %{model}"
|
|
223
|
+
},
|
|
224
|
+
"info_tooltip": {
|
|
225
|
+
"quality_summary": "The utility's quality breakdown shows effluent status at a glance like a compass.\nThe left pie shows the relation between the amount of clear and polluted sewage in your utility. The bars on the right show the breakdown of the polluted sewage by contamination severity.\nThis information gives a clear picture of the utility's effluent quality status. You can use this feature to observe trends and to understand if the measures taken to mitigate any issues are having the desired impact.\nTrends are compared to the previous period (e.g. 34% down meaning your sewer is 34% cleaner than at the last observation).",
|
|
226
|
+
"most_significant_events": "The four most significant pollution events in the utility for the selected time range.\nThey are arranged either by severity or period.",
|
|
227
|
+
"discharge_pattern": "The colored squares indicate the day and time of the discharge;\nthe deeper the color the higher the concentration was during that period.\nThis information allows you to communicate your trend observations to the factory and show clearly how it matches their behavior, and can also provide a useful guide to improve pre-treatment planning, indicating the best times to take samples.",
|
|
228
|
+
"pollution_score": "A 1-100 score that takes into account pollution severity and the period of any event.\nThe goal is to have as low a score as possible."
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"button": {
|
|
232
|
+
"create": "Create %{model}",
|
|
233
|
+
"update": "Update %{model}",
|
|
234
|
+
"submit": "Save %{model}"
|
|
235
|
+
},
|
|
236
|
+
"groups": "Factories",
|
|
237
|
+
"collectors": "Collectors",
|
|
238
|
+
"points": "Manholes",
|
|
239
|
+
"letters": "Letters",
|
|
240
|
+
"yearly_schedule": "Yearly schedule",
|
|
241
|
+
"working_days": "Working days",
|
|
242
|
+
"new_group": "Add new factory",
|
|
243
|
+
"are_you_sure": "Are you sure?",
|
|
244
|
+
"responsible_types": {
|
|
245
|
+
"contact_type_meetings": "Meetings",
|
|
246
|
+
"contact_type_letters": "Letters",
|
|
247
|
+
"contact_type_samplings": "Field",
|
|
248
|
+
"contact_type_general": "General",
|
|
249
|
+
"contact_type_letters_plus_samplings": "Letters + Field",
|
|
250
|
+
"contact_type_letters_plus_general": "Letters + General"
|
|
251
|
+
},
|
|
252
|
+
"sampling_types": {
|
|
253
|
+
"sampling_type_rapid": "Grab Sampling",
|
|
254
|
+
"sampling_type_complex": "Composite Sampling",
|
|
255
|
+
"sampling_type_both": "Combined Sampling"
|
|
256
|
+
},
|
|
257
|
+
"sampling_types_mini": {
|
|
258
|
+
"sampling_type_rapid": "Grab",
|
|
259
|
+
"sampling_type_complex": "Composite",
|
|
260
|
+
"sampling_type_both": "Combined"
|
|
261
|
+
},
|
|
262
|
+
"cancellation_reasons": {
|
|
263
|
+
"point_doesnt_open": "Manhole do not open",
|
|
264
|
+
"no_flow": "No flow",
|
|
265
|
+
"blocking": "Clogging sewage / Stagnant water",
|
|
266
|
+
"no_approach": "No approach to point",
|
|
267
|
+
"group_dont_authorized": "Site forbidden",
|
|
268
|
+
"other": "Other",
|
|
269
|
+
"automated": {
|
|
270
|
+
"pumped_by_mistake": "Pumped by mistake",
|
|
271
|
+
"mulfunctioned_sampler": "Malfunctioned sampler",
|
|
272
|
+
"was_not_picked_on_time": "Wasn't picked on time",
|
|
273
|
+
"other": "Other"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"flow_types": {
|
|
277
|
+
"no_flow": "None",
|
|
278
|
+
"wick": "Low",
|
|
279
|
+
"avg": "Normal",
|
|
280
|
+
"strong": "High"
|
|
281
|
+
},
|
|
282
|
+
"water_consumption_meter_types": {
|
|
283
|
+
"waste_water_meter": "Sewage Meter",
|
|
284
|
+
"water_meter": "Water Meter",
|
|
285
|
+
"remote": "Remote"
|
|
286
|
+
},
|
|
287
|
+
"parameter_types": {
|
|
288
|
+
"exception": "Exception",
|
|
289
|
+
"forbidden": "Toxic",
|
|
290
|
+
"general": "General",
|
|
291
|
+
"background_water_depended": "Toxic (background water depended)"
|
|
292
|
+
},
|
|
293
|
+
"parameter_groups": {
|
|
294
|
+
"zero": "0",
|
|
295
|
+
"one": "1",
|
|
296
|
+
"two": "2",
|
|
297
|
+
"three": "3"
|
|
298
|
+
},
|
|
299
|
+
"parameter_value_types": {
|
|
300
|
+
"boolean": "Boolean",
|
|
301
|
+
"measurable": "Measureable",
|
|
302
|
+
"range": "Range"
|
|
303
|
+
},
|
|
304
|
+
"quality_types": {
|
|
305
|
+
"first": "I",
|
|
306
|
+
"second": "II",
|
|
307
|
+
"third": "III"
|
|
308
|
+
},
|
|
309
|
+
"charge_types": {
|
|
310
|
+
"full_charge": "Full Charge",
|
|
311
|
+
"sampling_only": "Sampling Only",
|
|
312
|
+
"first_letter": "Sampling Only - First Letter",
|
|
313
|
+
"toll_only": "Toll Only",
|
|
314
|
+
"no_charge": "No Charge"
|
|
315
|
+
},
|
|
316
|
+
"client_types": {
|
|
317
|
+
"taagid": "Water Authority",
|
|
318
|
+
"moatza": "Regional Council"
|
|
319
|
+
},
|
|
320
|
+
"sampling_statuses": {
|
|
321
|
+
"planned": "Planned",
|
|
322
|
+
"taken": "Taken",
|
|
323
|
+
"canceled": "Canceled",
|
|
324
|
+
"lab_result": "Lab Results Feed",
|
|
325
|
+
"lab_result_done": "Lab Results Feed Ended",
|
|
326
|
+
"canceled_done": "Canceled (closed)",
|
|
327
|
+
"billing_letter_accepted": "Billing Letter Accepted",
|
|
328
|
+
"billing_letter_sent": "Billing Letter was sent",
|
|
329
|
+
"first_warn_msg_sent": "First Warn Message",
|
|
330
|
+
"second_warn_msg_sent": "Second Warn Message",
|
|
331
|
+
"foreclosure": "Foreclosure",
|
|
332
|
+
"court_freeze_first_letter": "Court Freeze 1",
|
|
333
|
+
"court_freeze_second_letter": "Court Freeze 2",
|
|
334
|
+
"court_freeze_foreclosure": "Freezing foreclosure - court",
|
|
335
|
+
"freezing_enforcement_procedures_coordinated_with_facility": "Freezing enforcement procedures - coordinated with facility",
|
|
336
|
+
"freezing_of_debt_under_conditions": "Freezing of debt under conditions",
|
|
337
|
+
"water_authority_freeze_foreclosure": "Freezing foreclosure - W.Authority",
|
|
338
|
+
"freezing_part_of_the_debt_under_conditions": "Freezing part of the debt under conditions",
|
|
339
|
+
"freezing_foreclosure_coordinated_with_facility": "Freezing foreclosure - coordinated with facility",
|
|
340
|
+
"paid": "Paid",
|
|
341
|
+
"partially_paid": "Partially Paid",
|
|
342
|
+
"abort": "Abort",
|
|
343
|
+
"crediting": "Crediting"
|
|
344
|
+
},
|
|
345
|
+
"sampling_statuses__lab_results": {
|
|
346
|
+
"planned": "Waiting for lab result",
|
|
347
|
+
"completed": "Completed",
|
|
348
|
+
"canceled": "Canceled",
|
|
349
|
+
"unknown": "Unknown"
|
|
350
|
+
},
|
|
351
|
+
"sampling_statuses_groups": {
|
|
352
|
+
"enforcement": "Enforcement",
|
|
353
|
+
"freezed": "Freezed",
|
|
354
|
+
"closed": "Closed"
|
|
355
|
+
},
|
|
356
|
+
"next_steps": {
|
|
357
|
+
"first_warn_msg": "First Warn Message",
|
|
358
|
+
"second_warn_msg": "Second Warn Message",
|
|
359
|
+
"foreclosure": "Foreclosure",
|
|
360
|
+
"foreclosure_exec": "Foreclosure Execution",
|
|
361
|
+
"continue": "Continue",
|
|
362
|
+
"none": "None",
|
|
363
|
+
"other": "Other"
|
|
364
|
+
},
|
|
365
|
+
"login_screen": {
|
|
366
|
+
"login": "Login",
|
|
367
|
+
"user_name": "Email Address",
|
|
368
|
+
"password": "Password",
|
|
369
|
+
"remember_me": "Remember Me?",
|
|
370
|
+
"enter": "Login"
|
|
371
|
+
},
|
|
372
|
+
"main_screen": {
|
|
373
|
+
"my_profile": "My Profile",
|
|
374
|
+
"manage": "Manage",
|
|
375
|
+
"feedback": "Feedback",
|
|
376
|
+
"regulation": "Regulation",
|
|
377
|
+
"system": "System",
|
|
378
|
+
"switch_client": "Switch Client",
|
|
379
|
+
"hello": "Hello",
|
|
380
|
+
"greeting": "Hello There",
|
|
381
|
+
"there": "There",
|
|
382
|
+
"sign_out": "Sign Out",
|
|
383
|
+
"edit_account": "Manage Notifications",
|
|
384
|
+
"exit_water_authority": "Exit client %{water_authority_name}",
|
|
385
|
+
"dashbord": {
|
|
386
|
+
"dashbord": "Dashboard",
|
|
387
|
+
"water_authority_overview": "Overview",
|
|
388
|
+
"water_authority": "Client",
|
|
389
|
+
"kpi": "KPI",
|
|
390
|
+
"groups": "Factories",
|
|
391
|
+
"weekly_report": "Weekly Report",
|
|
392
|
+
"dashboard_v2": "Utility Dashboard (Beta)"
|
|
393
|
+
},
|
|
394
|
+
"monthly_planning": "Monthly Planning",
|
|
395
|
+
"sampling_operations": "Sampling Operations",
|
|
396
|
+
"laboratory_coordination": "Labs Coordination",
|
|
397
|
+
"lab_results": "Lab Results",
|
|
398
|
+
"sampling_completion": "Samplings Approval",
|
|
399
|
+
"groups": "Sites",
|
|
400
|
+
"events_log": "Events Log",
|
|
401
|
+
"map": "Continuous Monitoring",
|
|
402
|
+
"water_consumption_inspection": "Water Consumption Inspection",
|
|
403
|
+
"billing_tracking": "Billing Tracking",
|
|
404
|
+
"payments": "Payments",
|
|
405
|
+
"reports": "Reports",
|
|
406
|
+
"system_settings": "System Setting",
|
|
407
|
+
"copyright": "%{year}, %{kando_link}, Inc. All rights reserved ©",
|
|
408
|
+
"control_room": "Control Room",
|
|
409
|
+
"sidekiq": "Queue",
|
|
410
|
+
"recalc_pollution_events": "Pollution Events (Re-Calc)",
|
|
411
|
+
"tools": "Tools",
|
|
412
|
+
"mobile": "Mobile",
|
|
413
|
+
"overview": "Overview",
|
|
414
|
+
"new_ui": "Events View",
|
|
415
|
+
"covid_view": "WBE",
|
|
416
|
+
"covid_report": "WBE Dashboard"
|
|
417
|
+
},
|
|
418
|
+
"water_authority_selector_screen": {
|
|
419
|
+
"select_water_authority": "Please Select Client",
|
|
420
|
+
"enter": "Enter"
|
|
421
|
+
},
|
|
422
|
+
"welcome_screen": {
|
|
423
|
+
"welcome_message": "Welcome to client %{water_authority_name}"
|
|
424
|
+
},
|
|
425
|
+
"sampling_days_screen": {
|
|
426
|
+
"daily_plan": "Daily Plan For Date:",
|
|
427
|
+
"planning": "Quality",
|
|
428
|
+
"covid_planning": "WBE"
|
|
429
|
+
},
|
|
430
|
+
"sampling_day_screen": {
|
|
431
|
+
"add_sampling": "Add Sampling",
|
|
432
|
+
"show_groups_on_map": "Show Factories On Map",
|
|
433
|
+
"hide_map": "Hide Map",
|
|
434
|
+
"to_sampling": "Sampling",
|
|
435
|
+
"water_consumption": "W.Consumption",
|
|
436
|
+
"select_sampling_type": "Select type",
|
|
437
|
+
"select_group": "Select site",
|
|
438
|
+
"select_point": "Select point",
|
|
439
|
+
"move_samplings": "Move Samplings",
|
|
440
|
+
"marked_as_done": "Marked as DONE",
|
|
441
|
+
"moved_successfully": "%{num} sampling/s were moved <br>to %{date}",
|
|
442
|
+
"confirm_move": "Are you sure you want to move %{num} samplings to %{date}"
|
|
443
|
+
},
|
|
444
|
+
"sampling_screen": {
|
|
445
|
+
"toggle_no_sampling": "Toggle to Canceled",
|
|
446
|
+
"no_sampling": "Canceled",
|
|
447
|
+
"cancelation_reason": "Cancelation Reason",
|
|
448
|
+
"toggle_sampling": "Toggle to Normal",
|
|
449
|
+
"parameters_list": "Parameters List",
|
|
450
|
+
"sampling_plan_number": "Sampling's Parameters, sampling plan # %{sampling_plan_id}",
|
|
451
|
+
"attendees": "Attendees",
|
|
452
|
+
"lab_name": "Lab Name",
|
|
453
|
+
"lab_representative": "Lab Representative",
|
|
454
|
+
"group_representative": "Site Representative",
|
|
455
|
+
"kando_representative": "Kando Representative",
|
|
456
|
+
"set_sampling_time": "Sampling Time",
|
|
457
|
+
"parameters_for_analysis": "Parameters For Analysis",
|
|
458
|
+
"streams_quantity": "Streams Quantity",
|
|
459
|
+
"stream_quality": "Stream Quality",
|
|
460
|
+
"ph_value": "PH",
|
|
461
|
+
"conductivity": "Conductivity, microsiemens",
|
|
462
|
+
"documentation": "Documentation",
|
|
463
|
+
"sampling_description": "Sampling Description",
|
|
464
|
+
"upload_4_photos": "upload at least 4 photos for documenting the sampling",
|
|
465
|
+
"add_photo": "Add Photo",
|
|
466
|
+
"delete_sampling": "Delete",
|
|
467
|
+
"orp": "ORP",
|
|
468
|
+
"temperature": "Temperature",
|
|
469
|
+
"pump_sampling_volume": "Sampling Volume",
|
|
470
|
+
"pump_battery_level": "Battery Level",
|
|
471
|
+
"sampler_data": "Sampler Data",
|
|
472
|
+
"save_before_upload_image": "Please save sampling before uploading images.",
|
|
473
|
+
"automated": {
|
|
474
|
+
"taken_by": "Automated Sampling, collected by",
|
|
475
|
+
"taken_time": "Collecting Time",
|
|
476
|
+
"collected_by_type": "Treated By (Type):",
|
|
477
|
+
"collected_by_types": {
|
|
478
|
+
"lab_rep": "Lab Representative",
|
|
479
|
+
"client": "Client",
|
|
480
|
+
"kando_rep": "Service Provider"
|
|
481
|
+
},
|
|
482
|
+
"collection_details_types": {
|
|
483
|
+
"empty": "Bottle is empty",
|
|
484
|
+
"partial": "Bottle is partially full",
|
|
485
|
+
"full": "Bottle is full"
|
|
486
|
+
},
|
|
487
|
+
"sampling_collection_details": "Pumping details"
|
|
488
|
+
},
|
|
489
|
+
"quality": "Quality Sampling",
|
|
490
|
+
"urgent": "Urgent Sampling",
|
|
491
|
+
"water_authority_sampling": "Calibration/Analysis",
|
|
492
|
+
"success_upload_photo": "Photo uploaded successfully"
|
|
493
|
+
},
|
|
494
|
+
"meter_read_screen": {
|
|
495
|
+
"previous_read": "Previous Read",
|
|
496
|
+
"avg_consumption": "Avarage Consumption",
|
|
497
|
+
"period": "Period",
|
|
498
|
+
"days": "Days",
|
|
499
|
+
"water_consumption_from_taagid": "Water Consumption From Client",
|
|
500
|
+
"calculate_water_consumption": "Calculate Water Consumption",
|
|
501
|
+
"calculate_water_button": "Calculate",
|
|
502
|
+
"notes": "Notes",
|
|
503
|
+
"document_water_consumption": "Ducument Water Consumption",
|
|
504
|
+
"save_before_upload_image": "Please save before uploading images."
|
|
505
|
+
},
|
|
506
|
+
"lab_results_screen": {
|
|
507
|
+
"wastewater_cost": "Wastewater%{br}Cost",
|
|
508
|
+
"water_consumption": "Water%{br}Consumption",
|
|
509
|
+
"sampling_date": "Date",
|
|
510
|
+
"manhole_id": "Manhole ID",
|
|
511
|
+
"sampling_cost": "Sampling%{br}Cost",
|
|
512
|
+
"total_charge": "Total%{br}Charge",
|
|
513
|
+
"total_charge_info": "Sampling cost + Fee cost",
|
|
514
|
+
"select_charge": "Select charge...",
|
|
515
|
+
"enter_lab_results": "Enter Lab Results",
|
|
516
|
+
"on_hold": "On Hold",
|
|
517
|
+
"enter_water": "W.Consumption",
|
|
518
|
+
"close_sampling_confirmation": "Are you sure you want to close this sampling?",
|
|
519
|
+
"title": "Lab Results belong to %{wa_name}",
|
|
520
|
+
"type": "Type",
|
|
521
|
+
"normal_sampling": "Normal",
|
|
522
|
+
"water_authority_sampling": "Client",
|
|
523
|
+
"change_sampling_type_modal": {
|
|
524
|
+
"title": "Change Sampling Type"
|
|
525
|
+
},
|
|
526
|
+
"change_charging_type_modal": {
|
|
527
|
+
"title": "Select Charging Type"
|
|
528
|
+
},
|
|
529
|
+
"charging_type": "Charging Type",
|
|
530
|
+
"more_samplings": "This group has other samplings from the same day",
|
|
531
|
+
"confirm_delete_file": "Are you sure you want to delete this file?",
|
|
532
|
+
"success_upload_file": "Upload file successfully",
|
|
533
|
+
"result_not_available": "",
|
|
534
|
+
"importCSV": "Upload Lab Results from CSV",
|
|
535
|
+
"import_lab_results": "Upload Lab Results",
|
|
536
|
+
"sampling_plan_id": "Sample ID",
|
|
537
|
+
"chinese_v_copies": "Chinese V Copies",
|
|
538
|
+
"england_v_copies": "England V Copies",
|
|
539
|
+
"north_african_v_copies": "North African V Copies",
|
|
540
|
+
"india_v_copies": "India V Copies",
|
|
541
|
+
"total_rna_copies": "Total number <br/> of RNA copies / <br/> Liter value",
|
|
542
|
+
"upload_from_csv": "Upload a CSV format of the lab results",
|
|
543
|
+
"file_valid": "File validated successfully",
|
|
544
|
+
"imported_csv": "Imported the CSV",
|
|
545
|
+
"validating_csv": "CSV file validation",
|
|
546
|
+
"error_no_data": "Error: No data",
|
|
547
|
+
"wrong_header": "Wrong Header",
|
|
548
|
+
"missing_header_columns": "The file is missing one or more columns, make sure your file contains these column headers: %{mandatory_columns}",
|
|
549
|
+
"csv_import_failure": "Could not upload results,",
|
|
550
|
+
"missing_sampling_plans": "The following sampling plan id could not be found: %{sampling_plan_ids}",
|
|
551
|
+
"missing_lab": "A lab was not associated in sampling plans: %{sampling_plan_ids}",
|
|
552
|
+
"not_wbe_sampling_plan_ids": "The following sampling plan does not belong to WBE group: %{sampling_plan_ids}",
|
|
553
|
+
"warning_missing_parameter": "Warning: the following parameter ids could not be identified and were not updated: %{ids}",
|
|
554
|
+
"warning_no_lab_mapping": "Warning: the following labs has no parameters: %{ids}",
|
|
555
|
+
"csv_import_success": "Lab results were updated successfully.",
|
|
556
|
+
"unable_to_read_csv": "Error. Unable to read the CSV",
|
|
557
|
+
"please_upload_csv_only": "Please upload file having extensions .CSV only",
|
|
558
|
+
"data_found_was": "Data found was: ",
|
|
559
|
+
"unsupported_datetime": "Unsupported date_time format at (row:column): ",
|
|
560
|
+
"site_name_should_start_with": "Site name should start with a letter or number at (row:column): ",
|
|
561
|
+
"please_specify_csv_file": "Please specify a CSV file",
|
|
562
|
+
"cannot_validate_file": "FILE could not be validated.",
|
|
563
|
+
"error_import_failed": "Import failed, please fix the errors above and retry.",
|
|
564
|
+
"file_api_unsupported": "The File APIs are not fully supported in this browser!",
|
|
565
|
+
"invalid_id": "Invalid ID"
|
|
566
|
+
},
|
|
567
|
+
"lab_result_screen": {
|
|
568
|
+
"entering_lab_results": "Entering Lab Results",
|
|
569
|
+
"lab_result_received_date": "Lab result received date",
|
|
570
|
+
"attach_lab_result": "Upload files",
|
|
571
|
+
"email_lab_result": "Email Results",
|
|
572
|
+
"re_email_lab_result": "Re-Email",
|
|
573
|
+
"persentage_for_charge": "Percent of Water Consumption Discharged",
|
|
574
|
+
"simulator": "Financial costs simulator",
|
|
575
|
+
"simulator_desc_1": "Enter lab results and then press the",
|
|
576
|
+
"simulator_desc_2": "Calculate button to get financial cost",
|
|
577
|
+
"simulator_desc_3": "per M³ of wastewater",
|
|
578
|
+
"simulator_press_for_details": "Press for Details",
|
|
579
|
+
"calculate": "Calculate",
|
|
580
|
+
"images_from_sampling": "Images From Sampling Day",
|
|
581
|
+
"group_fixed_parameters": "Site Fixed Parameters",
|
|
582
|
+
"additional_parameters": "Additional Parameters",
|
|
583
|
+
"on_hold_notes": "On Hold Notes",
|
|
584
|
+
"close_sampling": "Done!",
|
|
585
|
+
"go_to_sampling": "Go to sampling",
|
|
586
|
+
"warning_no_lab_result_were_sent": "No lab result was sent to the site.(There are %{num_of_days_for_sending_lab_results} days left for sending the result).",
|
|
587
|
+
"error_no_lab_result_were_sent": "Time exceeded!!! No lab result was sent to the site (exceeded by %{num_of_days_for_sending_lab_results} days)",
|
|
588
|
+
"save_lab_result_before_upload_files": "Please save lab result before uploading files.",
|
|
589
|
+
"charging_period": "Charging Period",
|
|
590
|
+
"charging_period_in_days": "%{days} days",
|
|
591
|
+
"exceeded_in_last_sampling": "Last sampling exceeded above tor gimel or above arrangement or contains toxic",
|
|
592
|
+
"not_exceeded_in_last_sampling": "Last sampling didn't exceed above tor gimel or above arrangement or doesn't contain toxic",
|
|
593
|
+
"below_tor_g_in_all_3_samplings": "Last 3 samplings didn't exceed above tor gimel or above arrangement",
|
|
594
|
+
"above_tor_g_in_last_3_samplings": "At least one of the last 3 samplings exceeded above tor gimel or above arrangement",
|
|
595
|
+
"calc_by_system": "--- Calculated by System ---",
|
|
596
|
+
"override_by_user": "Override by user",
|
|
597
|
+
"exceeded": "Exceeded",
|
|
598
|
+
"did_not_exceeded": "Didn't exceed",
|
|
599
|
+
"set_exceeded_in_last_sampling": "Set if last sampling exceeded above tor gimel or above arrangement or contains toxic",
|
|
600
|
+
"set_above_tor_g_in_last_3_sampling": "Set if at least one of the last 3 samplings exceeded above tor gimel or above arrangement",
|
|
601
|
+
"exceeded_in_last_sampling_notes": "In case last sampling exceeded above tor gimel or above arrangement or contains toxic, the amount of water that will be calculated will be the full amount",
|
|
602
|
+
"above_tor_g_in_last_3_samplings_notes": "In case one of the last 3 samplings exceeded above tor gimel or above arrangement, the limitation for the exceptional waste cost will be 40 nis per M3 of wastewater , other, it will be 20 nis."
|
|
603
|
+
},
|
|
604
|
+
"lab_result_value": {
|
|
605
|
+
"below_detection_limit": "Below Detection Limit",
|
|
606
|
+
"no_analysis_was_performed": "No Analysis Was Performed",
|
|
607
|
+
"exists": "Exists",
|
|
608
|
+
"not_exists": "Not Exists",
|
|
609
|
+
"in_range_tor_b": "Normal range until '",
|
|
610
|
+
"arrangment_tor_g": "Has Arrangement. Arrg' value",
|
|
611
|
+
"arrangment_value": "Arrangement value",
|
|
612
|
+
"in_range": "Normal range until",
|
|
613
|
+
"range_between": "Normal range between",
|
|
614
|
+
"until": "and",
|
|
615
|
+
"exceed_background": "Above background water or max ",
|
|
616
|
+
"measured_value": "Measured Value",
|
|
617
|
+
"background_water_value": "Background Water",
|
|
618
|
+
"deviation": "Deviation",
|
|
619
|
+
"deviation_title": "Deviation (%)",
|
|
620
|
+
"uncertainty_value": "Uncertainty value: %{uncertainty_value}%",
|
|
621
|
+
"not_to_charge": "Background Water - No charge"
|
|
622
|
+
},
|
|
623
|
+
"groups_screen": {
|
|
624
|
+
"groups_in_taagid": "Sites belong to",
|
|
625
|
+
"search_group": "Search Site",
|
|
626
|
+
"add_group": "Add Site",
|
|
627
|
+
"upload_sites": "Upload Sites",
|
|
628
|
+
"to_samplings": "Smplngs",
|
|
629
|
+
"search_place_holder": "Enter site name, customer number, Physc no",
|
|
630
|
+
"upload_sites_from_csv": "Upload Sites From CSV",
|
|
631
|
+
"only_csv": "Only .csv files are supported"
|
|
632
|
+
},
|
|
633
|
+
"group_screen": {
|
|
634
|
+
"points": "Points",
|
|
635
|
+
"general": "General",
|
|
636
|
+
"map": "Map",
|
|
637
|
+
"gallery": "Gallery",
|
|
638
|
+
"mode_wbe": "WBE",
|
|
639
|
+
"mode_quality": "Quality",
|
|
640
|
+
"mode": "Site Mode",
|
|
641
|
+
"general_tab": {
|
|
642
|
+
"group_details": "Site Details",
|
|
643
|
+
"general_details": "General Details",
|
|
644
|
+
"group_address": "Site Address",
|
|
645
|
+
"group_mail_address": "Mail Address",
|
|
646
|
+
"delete_group": "Delete",
|
|
647
|
+
"upload_group_image": "Upload Site Image",
|
|
648
|
+
"grab_samplings_required_for_this_year": "Grab samplings required for this year",
|
|
649
|
+
"composite_samplings_required_for_this_year": "Composite samplings required for this year",
|
|
650
|
+
"total_sampling_for_this_year": "Total sampling for this year",
|
|
651
|
+
"show_annual_plan": "Show Annual Plan",
|
|
652
|
+
"same_as_group_address": "Same as site's address",
|
|
653
|
+
"adding_new_group": "Adding New Site",
|
|
654
|
+
"confirm_leave_tab": "Do you want to save changes?",
|
|
655
|
+
"warning": "Warning",
|
|
656
|
+
"monitoring_plan_letter": "Monitoring Plan Letter",
|
|
657
|
+
"confirm_monitoring_plan": "Are you sure you want to proceed?",
|
|
658
|
+
"create_letter": "Download Letter",
|
|
659
|
+
"period": "Period",
|
|
660
|
+
"letter_date": "Letter Date",
|
|
661
|
+
"update_plan": "Update plan",
|
|
662
|
+
"enter_location": "Enter Location",
|
|
663
|
+
"invalid_location": "This is not a valid location",
|
|
664
|
+
"enter_location_plain_text": "Enter location in plain text (copy/paste)",
|
|
665
|
+
"set_location_from_device": "Set your current location (taken from your device)",
|
|
666
|
+
"is_wbe": "WBE"
|
|
667
|
+
},
|
|
668
|
+
"contacts_tab": {
|
|
669
|
+
"contacts_list": "Contacts List",
|
|
670
|
+
"add_contact": "Add Contact"
|
|
671
|
+
},
|
|
672
|
+
"parameters_tab": {
|
|
673
|
+
"parameters_list_desc": "Parameters List For Sector",
|
|
674
|
+
"parameters_list": "Parameters List",
|
|
675
|
+
"data_supplied_by_client": "Data Supplied By Client",
|
|
676
|
+
"fields_data": "Field's Data",
|
|
677
|
+
"available_parameters": "Available Parameters",
|
|
678
|
+
"selected_parameters": "Selected Parameters",
|
|
679
|
+
"superman_warn": "Warning",
|
|
680
|
+
"superman_message": "The parameters list is different from the sector's one."
|
|
681
|
+
},
|
|
682
|
+
"arrangements_tab": {
|
|
683
|
+
"arrangements_list": "Arrangements List",
|
|
684
|
+
"add_arrangement": "Add Arrangement"
|
|
685
|
+
},
|
|
686
|
+
"points_tab": {
|
|
687
|
+
"points_list": "Manholes List",
|
|
688
|
+
"add_point": "Add Manhole",
|
|
689
|
+
"is_active": "Active?",
|
|
690
|
+
"edit_manhole": "Point's Properties",
|
|
691
|
+
"edit_manhole_tabs": {
|
|
692
|
+
"general": "General",
|
|
693
|
+
"pipe": "Pipe's attributes",
|
|
694
|
+
"hierarchy": "Point's hierarchy location",
|
|
695
|
+
"statistics": "Statistics",
|
|
696
|
+
"baselines": "Baselines"
|
|
697
|
+
},
|
|
698
|
+
"update_hierarchy": "Locate point in hierarchy",
|
|
699
|
+
"view_hierarchy": "View hierarchy",
|
|
700
|
+
"distance_in_minutes": "%{distance} minutes",
|
|
701
|
+
"points_hierarchy": "Points Hierarchy",
|
|
702
|
+
"no_parent": "No parent node",
|
|
703
|
+
"confirm_set_location": "Are you sure you want to set a new location?",
|
|
704
|
+
"friction_tooltip": "Default value. Press the edit button to specify friction for this point."
|
|
705
|
+
},
|
|
706
|
+
"water_meters_tab": {
|
|
707
|
+
"water_meters_list": "Water Consumption Meters List",
|
|
708
|
+
"add_water_meter": "Add W.Consumption Meter",
|
|
709
|
+
"water_meter_location_description": "Location description",
|
|
710
|
+
"water_consumption_per_day": "Water Consumption Per Day",
|
|
711
|
+
"do_not_override_consuption": "Don't override this value (Value will not be calculated)",
|
|
712
|
+
"meta_score": "Pollution metascore"
|
|
713
|
+
},
|
|
714
|
+
"gallery_tab": {
|
|
715
|
+
"images_list": "Site's Gallery",
|
|
716
|
+
"search_image_or_document": "Search for image or document",
|
|
717
|
+
"layout": "Layout"
|
|
718
|
+
},
|
|
719
|
+
"samplings_tab": {
|
|
720
|
+
"samplings_list": "Site's Samplings List",
|
|
721
|
+
"charging_type": "Charging Type"
|
|
722
|
+
},
|
|
723
|
+
"pollution_weight": "Algorithm Adjustment",
|
|
724
|
+
"monitoring_plan": "Monitoring Plan"
|
|
725
|
+
},
|
|
726
|
+
"sampling_summary_screen": {
|
|
727
|
+
"print": "Print",
|
|
728
|
+
"sampling_data": "Sampling Data",
|
|
729
|
+
"water_data": "Water Data",
|
|
730
|
+
"lab_results": "Lab Results",
|
|
731
|
+
"lab_results_letters": "Lab Results Letters",
|
|
732
|
+
"charging_data": "Charging Data",
|
|
733
|
+
"tracking_letters": "Letters Sent Tracking",
|
|
734
|
+
"canceled_sampling_reason": "Reason",
|
|
735
|
+
"sampling_time": "Sampling Time",
|
|
736
|
+
"value": "Value",
|
|
737
|
+
"lab_result_file": "Lab Result File",
|
|
738
|
+
"lab_results_that_were_sent_to_group": "Lab results that were sent to the site",
|
|
739
|
+
"sent_on": "Sent on",
|
|
740
|
+
"no_emails_were_sent": "No emails were sent",
|
|
741
|
+
"multi_point_sampling_note": "The charging data is one sampling out of %{number_of_samplings} in this particular day. The total charge for this day is %{total_charge}",
|
|
742
|
+
"tracking_letters_data": "Letter Sent Tracking Data"
|
|
743
|
+
},
|
|
744
|
+
"logic_parameters_set": {
|
|
745
|
+
"value": "Value",
|
|
746
|
+
"pollution_score": "Pollution weight",
|
|
747
|
+
"pollution_event_threshold_tooltip": "Default value. Press the edit button to specify pollution event threshold for this point.",
|
|
748
|
+
"background_water_tooltip": "Default value. Press the edit button to specify background water for this point.",
|
|
749
|
+
"background_water_ec": "Background Water - EC Value",
|
|
750
|
+
"pollution_event_threshold": "Pollution event threshold",
|
|
751
|
+
"pollution_index_threshold_top_percentage_tooltip": "Default value. Press the edit button to specify pollution index threshold top % for this point.",
|
|
752
|
+
"pollution_index_threshold_top_percentage": "Pollution Index threshold top %",
|
|
753
|
+
"pollution_index_threshold": "Pollution index threshold",
|
|
754
|
+
"pollution_index_bottle_threshold": "Pollution index bottle threshold",
|
|
755
|
+
"custom_weights": "Custom Weights",
|
|
756
|
+
"sector_weights": "Sector's Weights",
|
|
757
|
+
"dynamic_pi_title": "Calculated PI thresholds",
|
|
758
|
+
"no_value": "No value"
|
|
759
|
+
},
|
|
760
|
+
"simulator_dialog": {
|
|
761
|
+
"calculate_simulator": "Calculate Simulator"
|
|
762
|
+
},
|
|
763
|
+
"sampling_cost_dialog": {
|
|
764
|
+
"calculate_sampling_cost": "Calculate Sampling Cost"
|
|
765
|
+
},
|
|
766
|
+
"total_charge_dialog": {
|
|
767
|
+
"calculate_total_charge": "Calculate Total Charge"
|
|
768
|
+
},
|
|
769
|
+
"close_samplings_screen": {
|
|
770
|
+
"close_samplings_and_send_letters": "Approve Sampling & Send Billing Letters",
|
|
771
|
+
"enter_delivery_info": "Delivery Info",
|
|
772
|
+
"upload_delivery_receipt": "Upload Receipt",
|
|
773
|
+
"upload_letter": "Upload Letter",
|
|
774
|
+
"download_letter": "Download Letter",
|
|
775
|
+
"confirm_close_sampling": "Please Note! This sampling will be moved to the 'Tracking Charges' screen. Do you want to proceed?"
|
|
776
|
+
},
|
|
777
|
+
"email_dialog": {
|
|
778
|
+
"title": "Send Lab Result Email",
|
|
779
|
+
"send_email": "Send Email",
|
|
780
|
+
"abort": "Abort",
|
|
781
|
+
"sent_successfully": "Email was sent Successfully"
|
|
782
|
+
},
|
|
783
|
+
"email": {
|
|
784
|
+
"from": "FROM",
|
|
785
|
+
"to": "TO",
|
|
786
|
+
"cc": "CC",
|
|
787
|
+
"bcc": "BCC",
|
|
788
|
+
"reply": "Reply To",
|
|
789
|
+
"subject": "Subject",
|
|
790
|
+
"attachments": "Attachments"
|
|
791
|
+
},
|
|
792
|
+
"delivery": {
|
|
793
|
+
"ref": "Voucher Number",
|
|
794
|
+
"sending_date": "Sending Date To Factory",
|
|
795
|
+
"sending_date_authority": "Sending Date To Authority",
|
|
796
|
+
"arrival_date": "Arrival Date",
|
|
797
|
+
"delivery_receipt": "Delivery Receipt",
|
|
798
|
+
"letter": "Letter",
|
|
799
|
+
"urgent": "Urgent"
|
|
800
|
+
},
|
|
801
|
+
"image": {
|
|
802
|
+
"name": "File Name",
|
|
803
|
+
"type": "Type",
|
|
804
|
+
"size": "Size"
|
|
805
|
+
},
|
|
806
|
+
"sampling_parameter": {
|
|
807
|
+
"heavy_metal_scan": "Heavy Metal Scan",
|
|
808
|
+
"parameters": "Parameters"
|
|
809
|
+
},
|
|
810
|
+
"a_group": {
|
|
811
|
+
"group": "Site",
|
|
812
|
+
"group_name": "Site Name",
|
|
813
|
+
"group_type": "Type",
|
|
814
|
+
"group_client_number": "External Ref",
|
|
815
|
+
"group_type_full": "Site Type",
|
|
816
|
+
"address": "Address",
|
|
817
|
+
"internal_id": "Customer Number",
|
|
818
|
+
"status": "Status",
|
|
819
|
+
"statuses": {
|
|
820
|
+
"active": "Active",
|
|
821
|
+
"not_active": "Not Active"
|
|
822
|
+
},
|
|
823
|
+
"group_id": "Site ID",
|
|
824
|
+
"regulated": "Regulated",
|
|
825
|
+
"sector_diff": "Sector Diff",
|
|
826
|
+
"devices_count": "Devices Count",
|
|
827
|
+
"links": "Links",
|
|
828
|
+
"location": "Location",
|
|
829
|
+
"sector": "Sector",
|
|
830
|
+
"water_consumption": "Water Consumption",
|
|
831
|
+
"select_group_type": "Choose type",
|
|
832
|
+
"select_group_sector": "Choose sector",
|
|
833
|
+
"geocode_timeout_title": "Timeout Error",
|
|
834
|
+
"geocode_timeout": "The proccess is taking too long, contact your administrator"
|
|
835
|
+
},
|
|
836
|
+
"group_type": {
|
|
837
|
+
"groups/factory": "Factory",
|
|
838
|
+
"groups/collectors": "Collectors",
|
|
839
|
+
"groups/pump_station": "Pump Station",
|
|
840
|
+
"groups/wastewater_treatment_plant": "WWTP",
|
|
841
|
+
"groups/water_level": "Water Level",
|
|
842
|
+
"groups/pipe": "Pipe"
|
|
843
|
+
},
|
|
844
|
+
"wwtp": {
|
|
845
|
+
"wwtp": "WWTP"
|
|
846
|
+
},
|
|
847
|
+
"arrangement": {
|
|
848
|
+
"arrangement": "Arrangement",
|
|
849
|
+
"in_arrangement": "In Arngmt",
|
|
850
|
+
"arrangements": "Arrangements",
|
|
851
|
+
"parameter": "Parameter",
|
|
852
|
+
"tor_b_value": "B Value",
|
|
853
|
+
"tor_g_value": "G Value",
|
|
854
|
+
"start_date": "Start Date",
|
|
855
|
+
"end_date": "End Date",
|
|
856
|
+
"value_reported_by_factory": "Reported By Site",
|
|
857
|
+
"approved_value": "Approved Value",
|
|
858
|
+
"application_form": "Application Form",
|
|
859
|
+
"approval_document": "Approval Document"
|
|
860
|
+
},
|
|
861
|
+
"exception": {
|
|
862
|
+
"exceptions": "Exceptions"
|
|
863
|
+
},
|
|
864
|
+
"water_company": {
|
|
865
|
+
"water_company": "Water Company",
|
|
866
|
+
"water_company_short": "Water Cmpny"
|
|
867
|
+
},
|
|
868
|
+
"address": {
|
|
869
|
+
"address": "Address",
|
|
870
|
+
"addresses": "Addresses",
|
|
871
|
+
"city": "City",
|
|
872
|
+
"street": "Street",
|
|
873
|
+
"number": "Number",
|
|
874
|
+
"po_box": "P.O. Box",
|
|
875
|
+
"zip": "Zip Code"
|
|
876
|
+
},
|
|
877
|
+
"sector": {
|
|
878
|
+
"sector": "Sector"
|
|
879
|
+
},
|
|
880
|
+
"area": {
|
|
881
|
+
"area": "Area",
|
|
882
|
+
"color": "Color",
|
|
883
|
+
"colors": {
|
|
884
|
+
"red": "Red",
|
|
885
|
+
"yellow": "Yellow",
|
|
886
|
+
"green": "Green",
|
|
887
|
+
"gray": "Gray",
|
|
888
|
+
"based_on_ms": "Based on Score"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"water_meter": {
|
|
892
|
+
"water_meter": "Water Consumption Meter",
|
|
893
|
+
"water_meter_number": "W.Consumption Meter #",
|
|
894
|
+
"water_meters": "Water Consumption Meters",
|
|
895
|
+
"water_meter_id": "Meter ID",
|
|
896
|
+
"water_meter_db_id": "ID",
|
|
897
|
+
"image": "Image",
|
|
898
|
+
"description": "Description",
|
|
899
|
+
"location": "Location",
|
|
900
|
+
"meter_type": "Meter Type",
|
|
901
|
+
"history": "History"
|
|
902
|
+
},
|
|
903
|
+
"meter_read": {
|
|
904
|
+
"meter_read": "Water Consumption Meter Read",
|
|
905
|
+
"meter_reads": "W.Consumption Meters"
|
|
906
|
+
},
|
|
907
|
+
"sampling": {
|
|
908
|
+
"collection_time": "Collection Time",
|
|
909
|
+
"sampling_date": "Sampling Date",
|
|
910
|
+
"sampling_type": "Sampling Type",
|
|
911
|
+
"sampling": "Sampling",
|
|
912
|
+
"auto_sampling": "Auto sampling",
|
|
913
|
+
"previous_sampling": "Previous Sampling",
|
|
914
|
+
"samplings": "Samplings",
|
|
915
|
+
"status": "Status"
|
|
916
|
+
},
|
|
917
|
+
"point": {
|
|
918
|
+
"point": "Manhole",
|
|
919
|
+
"point_name": "Manhole ID",
|
|
920
|
+
"physical_number": "Physc #",
|
|
921
|
+
"points": "Manholes",
|
|
922
|
+
"point_id": "Manhole ID",
|
|
923
|
+
"image": "Photo",
|
|
924
|
+
"description": "Description",
|
|
925
|
+
"description_short": "Description",
|
|
926
|
+
"location": "Location",
|
|
927
|
+
"planned_grab_sampling": "# Grab Sampling",
|
|
928
|
+
"planned_composite_sampling": "# Composite Sampling",
|
|
929
|
+
"height": "Height",
|
|
930
|
+
"overflow_height": "Overflow height",
|
|
931
|
+
"actions": "Actions",
|
|
932
|
+
"is_plastic": "Plastic"
|
|
933
|
+
},
|
|
934
|
+
"contact": {
|
|
935
|
+
"contact_name": "Contact Person",
|
|
936
|
+
"cell_phone": "Cell Phone",
|
|
937
|
+
"contacts": "Contacts",
|
|
938
|
+
"first_name": "First Name",
|
|
939
|
+
"last_name": "Last Name",
|
|
940
|
+
"role": "Role",
|
|
941
|
+
"phone_number": "Phone #",
|
|
942
|
+
"ext_number": "Ext. #",
|
|
943
|
+
"fax_number": "Fax",
|
|
944
|
+
"email": "Email",
|
|
945
|
+
"contact_type": "Contact For...",
|
|
946
|
+
"contacts_items": {
|
|
947
|
+
"zero": "Add contacts",
|
|
948
|
+
"one": "One contact",
|
|
949
|
+
"other": "(%{count}) Contacts"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"sampling_day": {
|
|
953
|
+
"sampling_day": "Sampling Day"
|
|
954
|
+
},
|
|
955
|
+
"lab_result": {
|
|
956
|
+
"lab_result": "Lab Result",
|
|
957
|
+
"lab_results": "Lab Results"
|
|
958
|
+
},
|
|
959
|
+
"buttons": {
|
|
960
|
+
"cancel": "Cancel",
|
|
961
|
+
"apply": "Apply",
|
|
962
|
+
"save": "Save",
|
|
963
|
+
"in_progress": "Wait...",
|
|
964
|
+
"delete": "Delete",
|
|
965
|
+
"ok": "OK",
|
|
966
|
+
"search": "Search",
|
|
967
|
+
"search_short": "Find",
|
|
968
|
+
"get_location": "Set location",
|
|
969
|
+
"get_location_short": "Set",
|
|
970
|
+
"watch": "Watch",
|
|
971
|
+
"custom": "Custom",
|
|
972
|
+
"import": "Import",
|
|
973
|
+
"approve_delete": "Yes, delete it!",
|
|
974
|
+
"approve_move_it": "Yes, Move it!",
|
|
975
|
+
"add_remove": "Add / Remove",
|
|
976
|
+
"send_thresholds_next_time": "Send Thresholds Next Time",
|
|
977
|
+
"history": "View History",
|
|
978
|
+
"calculate_metascore": "Calculate metascore",
|
|
979
|
+
"launch_magnet": "Report Visit",
|
|
980
|
+
"created": "Created!",
|
|
981
|
+
"updated": "Updated!",
|
|
982
|
+
"error": "Error occurred",
|
|
983
|
+
"saving": "Saving...",
|
|
984
|
+
"okay": "OK, Got it"
|
|
985
|
+
},
|
|
986
|
+
"general": {
|
|
987
|
+
"prediction": "Prediction",
|
|
988
|
+
"mandatory_field": "Mandatory Field",
|
|
989
|
+
"description": "Description",
|
|
990
|
+
"please_select": "Please Select...",
|
|
991
|
+
"select": "Select...",
|
|
992
|
+
"background_water": ", background w.",
|
|
993
|
+
"from": "From",
|
|
994
|
+
"until": "Until",
|
|
995
|
+
"notes": "Notes",
|
|
996
|
+
"no_data_available": "No data available.",
|
|
997
|
+
"saved_successfully": "Saved Successfully",
|
|
998
|
+
"unsaved": "Unsaved",
|
|
999
|
+
"failed_to_save": "Failed to save",
|
|
1000
|
+
"ops": "Ops...",
|
|
1001
|
+
"something_went_wrong": " Something went wrong!",
|
|
1002
|
+
"created_successfully": "Created Successfully",
|
|
1003
|
+
"deleted_successfully": "Deleted Successfully",
|
|
1004
|
+
"results": "results",
|
|
1005
|
+
"new": "new",
|
|
1006
|
+
"exceptions": "Exceptions",
|
|
1007
|
+
"forbiddens": "Toxic",
|
|
1008
|
+
"and": " and ",
|
|
1009
|
+
"billing_letter": "billing letter",
|
|
1010
|
+
"yes1": "Yes",
|
|
1011
|
+
"no1": "No",
|
|
1012
|
+
"all": "All",
|
|
1013
|
+
"other": "Other",
|
|
1014
|
+
"error": "Error",
|
|
1015
|
+
"next": "Next",
|
|
1016
|
+
"previous": "Previous",
|
|
1017
|
+
"total": "Total",
|
|
1018
|
+
"currency": "$",
|
|
1019
|
+
"refresh": "Refresh",
|
|
1020
|
+
"download": "Download",
|
|
1021
|
+
"longitude": "Longitude",
|
|
1022
|
+
"latitude": "Latitude",
|
|
1023
|
+
"none": "None",
|
|
1024
|
+
"loading_video": "Loading...",
|
|
1025
|
+
"loading_video_done": "Done. Don't forget to save your changes.",
|
|
1026
|
+
"loading_video_failed": "Failed to load video",
|
|
1027
|
+
"file_is_too_big": "File is too big. File size should be less than %{limit}Mb",
|
|
1028
|
+
"please_select_video": "Please select a video file",
|
|
1029
|
+
"go_to_graph": "Go to Graph",
|
|
1030
|
+
"open_home_page": "Open Kando's system"
|
|
1031
|
+
},
|
|
1032
|
+
"new_sampling_report_screen": {
|
|
1033
|
+
"more": "More Info"
|
|
1034
|
+
},
|
|
1035
|
+
"dashboard": {
|
|
1036
|
+
"dashboard": "Dashboard",
|
|
1037
|
+
"highest_outstanding_charges": "Top 10 Sites With Open Balance",
|
|
1038
|
+
"full_list_link": "Full List",
|
|
1039
|
+
"group_list": "Open Balance",
|
|
1040
|
+
"graph1_title": "Sample Violations",
|
|
1041
|
+
"to_all_samplings_link": "Full Samples List",
|
|
1042
|
+
"graph2_title": "Charges",
|
|
1043
|
+
"last_violations": "Last Violations",
|
|
1044
|
+
"forbidden_short": "Forbid..",
|
|
1045
|
+
"exceptions_short": "Excep..",
|
|
1046
|
+
"forbidden": "Forbidden",
|
|
1047
|
+
"forbiddens": "Forbidden",
|
|
1048
|
+
"exceptions": "Exceptions",
|
|
1049
|
+
"sampling_date": "Date",
|
|
1050
|
+
"site": "Site",
|
|
1051
|
+
"all_list": "Full List",
|
|
1052
|
+
"expected_samplings": "Samplings,",
|
|
1053
|
+
"last_charges": "Last Charges",
|
|
1054
|
+
"violating_sites": "(Violating Sites)",
|
|
1055
|
+
"charge": "Charge",
|
|
1056
|
+
"total_samplings": "Total Samplings",
|
|
1057
|
+
"num_of_samplings1": "# Of Samplings",
|
|
1058
|
+
"num_of_samplings": "Total Samplings",
|
|
1059
|
+
"total_sum": "Total",
|
|
1060
|
+
"paid": "Paid",
|
|
1061
|
+
"origin_debit": "Origin Debits",
|
|
1062
|
+
"updated_debit": "Updated Debits",
|
|
1063
|
+
"more_details": "More Details",
|
|
1064
|
+
"total_balance": "Total Balance",
|
|
1065
|
+
"select_group": "Select factory",
|
|
1066
|
+
"select_client": "Select Client",
|
|
1067
|
+
"charges_status": "Charges by status",
|
|
1068
|
+
"charges": "Charges",
|
|
1069
|
+
"charges_xAxisTitle": "Sampling date",
|
|
1070
|
+
"charges_yAxisTitle": "Pollution level",
|
|
1071
|
+
"charges_zAxisTitle": "Charges",
|
|
1072
|
+
"charges_by_time": "Charges by time",
|
|
1073
|
+
"number_of_water_authority_samplings": "# Of Client's Samplings",
|
|
1074
|
+
"number_of_normal_samplings": "# Of Regular Samplings",
|
|
1075
|
+
"number_of_quality_samplings": "# Of Urgent Samplings",
|
|
1076
|
+
"billing_goals": "Billing Goals",
|
|
1077
|
+
"charging_goals": "Charging Goals",
|
|
1078
|
+
"bottle_events": "Bottle Events",
|
|
1079
|
+
"collected_bottles": "Collected Bottles",
|
|
1080
|
+
"water_authority_samplings": "Client's Samplings"
|
|
1081
|
+
},
|
|
1082
|
+
"reports": {
|
|
1083
|
+
"index": {
|
|
1084
|
+
"forbidden_report": "Forbidden Parameters - obsolete",
|
|
1085
|
+
"exceptions_report": "Exceptional Parameters - obsolete",
|
|
1086
|
+
"old_samplings_report": "Samples Report - obsolete",
|
|
1087
|
+
"dashboard_report": "Dashboard Report",
|
|
1088
|
+
"enforcement_report": "Enforcement Report",
|
|
1089
|
+
"planned_vs_done_report": "Planned VS Done Report",
|
|
1090
|
+
"charging_report": "Charging Report",
|
|
1091
|
+
"detailed_sampling_report": "Detailed Samples Report",
|
|
1092
|
+
"sampling_report": "Samples Report",
|
|
1093
|
+
"quality_report": "Wastewater Quality Report",
|
|
1094
|
+
"financial_report": "Annual Financial Report - obsolete",
|
|
1095
|
+
"exceeded_parameters_report": "Exceeded Parameters Report",
|
|
1096
|
+
"pollution_report": "Pollution Report",
|
|
1097
|
+
"broadcasts_report": "Datalogger's Broadcasts Report",
|
|
1098
|
+
"users_report": "Users Report",
|
|
1099
|
+
"health_check_report": "Health Check Report",
|
|
1100
|
+
"composite_sampling_report": "Composite Sampling Report",
|
|
1101
|
+
"sites_report": "Sites Report"
|
|
1102
|
+
},
|
|
1103
|
+
"columns": {
|
|
1104
|
+
"client_name": "Client Name",
|
|
1105
|
+
"site_name": "Site Name",
|
|
1106
|
+
"point_name": "Manhole ID",
|
|
1107
|
+
"sampling_date": "Sampling Date",
|
|
1108
|
+
"is_executed": "Executed?",
|
|
1109
|
+
"status": "Status",
|
|
1110
|
+
"sampling_description": "Sampling Description",
|
|
1111
|
+
"balance": "Balance",
|
|
1112
|
+
"balance_short": "Balance",
|
|
1113
|
+
"wastewater_cost": "Wastewater Cost",
|
|
1114
|
+
"price_per_cob": "Cubic Feet Cost",
|
|
1115
|
+
"water_consumption": "Water Consumption",
|
|
1116
|
+
"voucher_number": "Voucher Number",
|
|
1117
|
+
"next_step": "Next Step",
|
|
1118
|
+
"next_step_date": "Next Step Date",
|
|
1119
|
+
"last_comment": "Last Comment",
|
|
1120
|
+
"lab_result_date": "Lab Result Arrival Date",
|
|
1121
|
+
"lab_result_sent_date": "Lab Result Sending Date",
|
|
1122
|
+
"sending_letter_date": "Date Letter Was Sent",
|
|
1123
|
+
"water_consumption_taken": "W.Consumption Taken",
|
|
1124
|
+
"extra_info": "More Info",
|
|
1125
|
+
"total_charges": "Total Charges",
|
|
1126
|
+
"paid": "Intake",
|
|
1127
|
+
"samplings_number": "# Of Samplings",
|
|
1128
|
+
"simple_planned": "# Of Planned Rapid Samplings",
|
|
1129
|
+
"simple_done": "# Of Rapid Samplings",
|
|
1130
|
+
"complex_planned": "# Of Planned Complex Samplings",
|
|
1131
|
+
"complex_done": "# Of Complex Samplings",
|
|
1132
|
+
"total_done": "Total Samplings",
|
|
1133
|
+
"sector": "Sector",
|
|
1134
|
+
"is_auto": "Automated S.",
|
|
1135
|
+
"point_id": "Point ID",
|
|
1136
|
+
"parameter": "Parameter",
|
|
1137
|
+
"parameter_type": "Parameter Type",
|
|
1138
|
+
"water_authority_sampling": "Water Authority sampling",
|
|
1139
|
+
"total_consumption_amount": "Water Consumption",
|
|
1140
|
+
"exceptions_cost": "Exception Cost",
|
|
1141
|
+
"forbiddens_cost": "Forbidden Cost",
|
|
1142
|
+
"forbidden_group": "Group%{forbidden_group_id}",
|
|
1143
|
+
"sampling_cost": "Sampling Cost",
|
|
1144
|
+
"total_cost": "Total Cost",
|
|
1145
|
+
"field_measurement": "Field Measurement",
|
|
1146
|
+
"charge_period": "Period(days)",
|
|
1147
|
+
"is_canceled": "Canceled",
|
|
1148
|
+
"cancelation_reason": "Cancelation Reason",
|
|
1149
|
+
"pumping_details": "Pumping details",
|
|
1150
|
+
"tags": "Tags",
|
|
1151
|
+
"available_tags": "Available Tags"
|
|
1152
|
+
},
|
|
1153
|
+
"filter": {
|
|
1154
|
+
"filter": "Filter",
|
|
1155
|
+
"from": "From",
|
|
1156
|
+
"to": "To",
|
|
1157
|
+
"find": "Find",
|
|
1158
|
+
"clear": "Clear",
|
|
1159
|
+
"first_select_client": "First Select Client",
|
|
1160
|
+
"manage_columns": "Columns...",
|
|
1161
|
+
"close_columns": "Close",
|
|
1162
|
+
"daterange": "Date",
|
|
1163
|
+
"today": "Today",
|
|
1164
|
+
"yesterday": "Yesterday",
|
|
1165
|
+
"last_7_days": "Last 7 Days",
|
|
1166
|
+
"last_30_days": "Last 30 Days",
|
|
1167
|
+
"this_month": "This Month",
|
|
1168
|
+
"last_month": "Last Month",
|
|
1169
|
+
"first_half_month": "First Half of the Month",
|
|
1170
|
+
"last_half_month": "Second Half of the Month",
|
|
1171
|
+
"last_2_months": "Last 2 Months",
|
|
1172
|
+
"last_12_months": "Last 12 Months",
|
|
1173
|
+
"last_year": "Last year",
|
|
1174
|
+
"q1": "Q1",
|
|
1175
|
+
"q2": "Q2",
|
|
1176
|
+
"q3": "Q3",
|
|
1177
|
+
"q4": "Q4",
|
|
1178
|
+
"q4_last_year": "Last Year's Q4",
|
|
1179
|
+
"this_year": "This Year",
|
|
1180
|
+
"begining_year": "This Year Until Now",
|
|
1181
|
+
"all": "All"
|
|
1182
|
+
},
|
|
1183
|
+
"download_csv": "Download CSV",
|
|
1184
|
+
"no_pollution_events_found": "No Pollution Events were found",
|
|
1185
|
+
"export_all": "Export All To CSV"
|
|
1186
|
+
},
|
|
1187
|
+
"map": {
|
|
1188
|
+
"title": "Reports | Continuous Monitoring",
|
|
1189
|
+
"map_navigation": "Map Navigation",
|
|
1190
|
+
"try_re_upload": "Try upload the page again",
|
|
1191
|
+
"point": {
|
|
1192
|
+
"simple": "Regular Manhole",
|
|
1193
|
+
"monitored": "Monitored Manhole",
|
|
1194
|
+
"monitored_with_exception": "Monitored Manhole w. Exception",
|
|
1195
|
+
"monitored_with_device": "Monitored Manhole w. Device",
|
|
1196
|
+
"monitored_with_device_and_exception": "Monitored Manhole w. Device and Exception",
|
|
1197
|
+
"warn_full_bottle": "Full Bottle Warning"
|
|
1198
|
+
},
|
|
1199
|
+
"upload_groups_list": "Uploading Factories List ...",
|
|
1200
|
+
"filter_groups": "Filter Sites",
|
|
1201
|
+
"pollution_view": "Switch to Pollution Map",
|
|
1202
|
+
"assets_view": "Switch to Assets Map",
|
|
1203
|
+
"graph": "Graph",
|
|
1204
|
+
"pollution_events": "Pollution Events",
|
|
1205
|
+
"points_tree": "Points Hierarchy",
|
|
1206
|
+
"upload_data": "Uploading Data...",
|
|
1207
|
+
"try_again": "Please try again",
|
|
1208
|
+
"sampling_lab_result": "Lab Result for sampling ID ",
|
|
1209
|
+
"from_date": "from date",
|
|
1210
|
+
"statistics": "Statistics"
|
|
1211
|
+
},
|
|
1212
|
+
"control_room": {
|
|
1213
|
+
"missing_location": "Missing point's location. Point will not be shown on map.",
|
|
1214
|
+
"manage_geojsons": "Manage Geojsons",
|
|
1215
|
+
"show_in_control_room": "Show in control room",
|
|
1216
|
+
"show_only_systems": "Only Systems",
|
|
1217
|
+
"show_only_has_sampler": "Only Sampler",
|
|
1218
|
+
"point": {
|
|
1219
|
+
"type": {
|
|
1220
|
+
"regular": "Regular Manhole",
|
|
1221
|
+
"monitored": "Monitored Manhole",
|
|
1222
|
+
"monitored-alert": "Monitored Manhole w. Exception",
|
|
1223
|
+
"monitored-sampled": "Monitored Manhole w. Device",
|
|
1224
|
+
"monitored-sampled-alert": "Monitored Manhole w. Device and Exception",
|
|
1225
|
+
"monitored-sampled-bottle-full": "Full Bottle Warning",
|
|
1226
|
+
"was-monitored": "Was Monitored"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
"lab_result": {
|
|
1230
|
+
"no_lab_results": "Did not received lab results data",
|
|
1231
|
+
"title": "%{subtitle} lab results for sampling from: %{date}"
|
|
1232
|
+
},
|
|
1233
|
+
"min_alert": "Alert Min",
|
|
1234
|
+
"max_alert": "Alert Max",
|
|
1235
|
+
"max_val": "Max Measurement",
|
|
1236
|
+
"events": {
|
|
1237
|
+
"intials": {
|
|
1238
|
+
"DataloggerPumpEvent": "P",
|
|
1239
|
+
"DataloggerThresholdEvent": "E",
|
|
1240
|
+
"DataloggerBackToNormalEvent": "N",
|
|
1241
|
+
"DataloggerOverflowEvent": "O",
|
|
1242
|
+
"PollutionEvent": "PE",
|
|
1243
|
+
"DeviceHealthEvent": "H",
|
|
1244
|
+
"VisitEvent": "V"
|
|
1245
|
+
},
|
|
1246
|
+
"titles": {
|
|
1247
|
+
"DataloggerPumpEvent": "Automatic Sampler. Reason: %{threshold_uid} = %{value}",
|
|
1248
|
+
"DataloggerThresholdEvent": "Exception. Reason: %{threshold_uid} = %{value}",
|
|
1249
|
+
"DataloggerBackToNormalEvent": "Back To Normal",
|
|
1250
|
+
"DataloggerOverflowEvent": "Water Level Overflow",
|
|
1251
|
+
"PollutionEvent": "Pollution",
|
|
1252
|
+
"DeviceHealthEvent": "Malfunction Device",
|
|
1253
|
+
"VisitEvent": "Visit Time"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"suspect_tooltip": "Is a polluter suspect in <b>%{number}</b> (%{percentage}%) events",
|
|
1257
|
+
"no_suspect_tooltip": "%{number}(%{percentage}%) pollution events without suspects.",
|
|
1258
|
+
"no_suspects": "Pollution events without suspects",
|
|
1259
|
+
"pollution_events_for_point": "Pollution Events in %{point_name}",
|
|
1260
|
+
"no_pollution_events": "No pollution events for the selected period",
|
|
1261
|
+
"upstream_detection": "Upstream Detection",
|
|
1262
|
+
"num_of_pollution_events": "Pollution Events",
|
|
1263
|
+
"num_of_events": "events",
|
|
1264
|
+
"num_of_events_per_week": "events per week (avg.)",
|
|
1265
|
+
"lab_results_last": "Latest Lab Results",
|
|
1266
|
+
"charts": "Charts",
|
|
1267
|
+
"last_samplings_months_ago": "Samplings from the last %{months_ago} months",
|
|
1268
|
+
"datalogger_connected": "Datalogger Connected",
|
|
1269
|
+
"show_on_map": "Show on map",
|
|
1270
|
+
"no_suspects_found": "No suspects were found",
|
|
1271
|
+
"suspects": "Suspect",
|
|
1272
|
+
"event_duration": "Event Duration",
|
|
1273
|
+
"event_id": "Event ID",
|
|
1274
|
+
"groups": {
|
|
1275
|
+
"site": "Site:",
|
|
1276
|
+
"water_consumption_per_day": "Water Consumption:",
|
|
1277
|
+
"pollution_rate": "Pollution Rate",
|
|
1278
|
+
"last_sampling": "Last Sampling:",
|
|
1279
|
+
"never_sampled": "N/A",
|
|
1280
|
+
"sector": "Sector:",
|
|
1281
|
+
"status": "Status:",
|
|
1282
|
+
"statuses": {
|
|
1283
|
+
"was-monitored": "Was Monitored",
|
|
1284
|
+
"monitored-sampled": "Monitored",
|
|
1285
|
+
"regular": "Regular"
|
|
1286
|
+
},
|
|
1287
|
+
"samplings": {
|
|
1288
|
+
"sampling_from_date": "Sampling at %{date}",
|
|
1289
|
+
"enforcement": "Enforcement",
|
|
1290
|
+
"field_measurement": "Field Measurements",
|
|
1291
|
+
"exceptions": "Exceptions",
|
|
1292
|
+
"forbidden": "Toxics",
|
|
1293
|
+
"ok": "Normal",
|
|
1294
|
+
"planned": "Planned",
|
|
1295
|
+
"automatic": "Automatic"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"points_list": "Points List",
|
|
1299
|
+
"chart_instructions": {
|
|
1300
|
+
"regular": "Un-monitored",
|
|
1301
|
+
"was-monitored": "Was monitored in the past. Please click on chart to see historical data.",
|
|
1302
|
+
"monitored-sampled": "Click on chart for more info."
|
|
1303
|
+
},
|
|
1304
|
+
"assets": {
|
|
1305
|
+
"capacity": "Capacity",
|
|
1306
|
+
"ttf": "TTF(time to failure)",
|
|
1307
|
+
"age": "Age",
|
|
1308
|
+
"location_sensitivity": "Location Sensitivity",
|
|
1309
|
+
"diameter": "Diameter"
|
|
1310
|
+
},
|
|
1311
|
+
"metascore": {
|
|
1312
|
+
"click_for_trend": "Click to see <b>Trend</b>",
|
|
1313
|
+
"metascore_trend": "Metascore Trend",
|
|
1314
|
+
"metascore_this_month": "Metascore this month",
|
|
1315
|
+
"since_last_month": "since last month"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"period": {
|
|
1319
|
+
"day": "Day",
|
|
1320
|
+
"week": "Week",
|
|
1321
|
+
"month": "Month",
|
|
1322
|
+
"3_months": "3 Months",
|
|
1323
|
+
"2_months": "2 Months",
|
|
1324
|
+
"6_months": "6 Months",
|
|
1325
|
+
"year": "Year",
|
|
1326
|
+
"2_years": "2 Years"
|
|
1327
|
+
},
|
|
1328
|
+
"tracking_charges_screen": {
|
|
1329
|
+
"title": "Tracking Charges",
|
|
1330
|
+
"filter": {
|
|
1331
|
+
"too_much_results": "(Please note! Displaying the maximum number of possible charges. Modify the filters to view less results)",
|
|
1332
|
+
"results": {
|
|
1333
|
+
"zero": "No charges found",
|
|
1334
|
+
"one": "Found 1 charge",
|
|
1335
|
+
"other": "Found %{count} charges"
|
|
1336
|
+
},
|
|
1337
|
+
"placeholder": "factory name, sample code",
|
|
1338
|
+
"status": {
|
|
1339
|
+
"title": "Show charges with status:",
|
|
1340
|
+
"all": "All",
|
|
1341
|
+
"paid": "Paid",
|
|
1342
|
+
"foreclosure": "Foreclosure",
|
|
1343
|
+
"freeze": "Frozen",
|
|
1344
|
+
"in_enforcement": "In enforcement",
|
|
1345
|
+
"abort": "Canceled",
|
|
1346
|
+
"billing_letter_sent": "Letter sent (not received)",
|
|
1347
|
+
"crediting": "Credit"
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
"table": {
|
|
1351
|
+
"group_name": "Factory Name",
|
|
1352
|
+
"sample_date": "Sample Date",
|
|
1353
|
+
"sample_cost": "Sample Cost",
|
|
1354
|
+
"total_toll": "Toll",
|
|
1355
|
+
"total_charge": "Total Charge",
|
|
1356
|
+
"balance": "Balance",
|
|
1357
|
+
"status": "Status",
|
|
1358
|
+
"next_step": "Next Step",
|
|
1359
|
+
"due_date": "Due Date",
|
|
1360
|
+
"details_button": "Details"
|
|
1361
|
+
},
|
|
1362
|
+
"details": {
|
|
1363
|
+
"charge_based_on": "The charge is based on:",
|
|
1364
|
+
"history": "Communication history",
|
|
1365
|
+
"external_tracking_id": "Client's tracking number:",
|
|
1366
|
+
"extra_info": "Supplemental Info"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"datalogger_screen": {
|
|
1370
|
+
"battery_initial_calibration_value": "Initial Calibration Value",
|
|
1371
|
+
"battery_type": "Battery Type",
|
|
1372
|
+
"advanced_thresholds": "Advanced Thresholds",
|
|
1373
|
+
"ec_limit_for_ph": "Conductivity's minimum value for activating pump (0 to ignore)",
|
|
1374
|
+
"ms_air_cleaning_period": "Air cleaning duration (1-5)",
|
|
1375
|
+
"is_pulse_flow": "Pulse Flow",
|
|
1376
|
+
"change_point": "Change Manhole",
|
|
1377
|
+
"delete_data": "Delete",
|
|
1378
|
+
"delete_warn": "%{count} broadcasts will be deleted and cannot be recovered!",
|
|
1379
|
+
"delete_success": "%{count} broadcasts were deleted!",
|
|
1380
|
+
"delete_warn_point_only": "%{count} broadcasts were deleted! Please note, you have selected broadcasts that do not belong to this point. Those broadcasts will be ignored.",
|
|
1381
|
+
"success_change_point": "Manhole assigned successfully",
|
|
1382
|
+
"failed_change_point": "There was a problem assigning the point",
|
|
1383
|
+
"select_filtered": "Select filtered",
|
|
1384
|
+
"deselect_filtered": "Deselect filtered",
|
|
1385
|
+
"point_data": "Manhole data",
|
|
1386
|
+
"point_data_plus": "Manhole data + Samplings",
|
|
1387
|
+
"point_test_data": "Manhole test mode data",
|
|
1388
|
+
"point_import_data": "Import automated samplings",
|
|
1389
|
+
"datalogger_data": "Datalogger full data",
|
|
1390
|
+
"datalogger_null_point_data": "Datalogger 'On the table' data",
|
|
1391
|
+
"datalogger_point_data": "Datalogger + point data",
|
|
1392
|
+
"datalogger_point_test_data": "Datalogger + point test data",
|
|
1393
|
+
"datalogger_update_data": "Update data",
|
|
1394
|
+
"modal_datatable": {
|
|
1395
|
+
"broadcast_id": "Broadcast id",
|
|
1396
|
+
"point_id": "Manhole id",
|
|
1397
|
+
"point name": "Manhole name",
|
|
1398
|
+
"samplings_count": "Samplings count",
|
|
1399
|
+
"min_sampling_time": "First sample Time",
|
|
1400
|
+
"max_sampling_time": "Last sample Time",
|
|
1401
|
+
"raw_data": "Raw Data",
|
|
1402
|
+
"raw_data_json": "Raw Data (json)",
|
|
1403
|
+
"raw_data_bytes": "Raw Data (bytes)",
|
|
1404
|
+
"response": "Response",
|
|
1405
|
+
"header": "Header"
|
|
1406
|
+
},
|
|
1407
|
+
"datalogger": "Datalogger",
|
|
1408
|
+
"manage_datalogger": "Manage Dataloggers",
|
|
1409
|
+
"show_dataloggers_in_status": "Show Dataloggers In Status",
|
|
1410
|
+
"status_all": "All",
|
|
1411
|
+
"status_alert": "Alert",
|
|
1412
|
+
"status_exception": "Exception",
|
|
1413
|
+
"status_test": "Testing",
|
|
1414
|
+
"status_last_broadcast": "Last Broadcast",
|
|
1415
|
+
"datalogger_id": "Datalogger ID",
|
|
1416
|
+
"region": "Region",
|
|
1417
|
+
"client": "Client",
|
|
1418
|
+
"group_project": "Site/Project Name",
|
|
1419
|
+
"point": "Manhole",
|
|
1420
|
+
"point_description": "Manhole Description",
|
|
1421
|
+
"last_broadcast": "Last Broadcast",
|
|
1422
|
+
"last_magnet": "Last Visit",
|
|
1423
|
+
"launch_magnet_success": "Visit reported successfully",
|
|
1424
|
+
"launch_magnet_failed": "Visit report failed",
|
|
1425
|
+
"enhance_launch_magnet": "Are you sure you want to report a visit?",
|
|
1426
|
+
"last_magnets_time": "Last Visit Times",
|
|
1427
|
+
"status": "Status",
|
|
1428
|
+
"battery": "Battery",
|
|
1429
|
+
"cellular": "Cell. Reception",
|
|
1430
|
+
"testing_mode": "Testing Mode",
|
|
1431
|
+
"select_client": "Select Client",
|
|
1432
|
+
"select_site": "Select Site",
|
|
1433
|
+
"select_point": "Select Manhole",
|
|
1434
|
+
"assign": "Assign",
|
|
1435
|
+
"upload_import_file": "Upload Data File (CSV)",
|
|
1436
|
+
"select_unit_id": "Select the Unit ID",
|
|
1437
|
+
"select_import_file": "Select CSV file to upload",
|
|
1438
|
+
"unassign_overlapping_data": "Unassign overlapping entries",
|
|
1439
|
+
"import_file_sample": "Click here to see a sample",
|
|
1440
|
+
"import_file_success": "Successfully imported %{total} entries",
|
|
1441
|
+
"import_file_errors": {
|
|
1442
|
+
"title": "There were problems importing this CSV file. Please check the errors below.",
|
|
1443
|
+
"parsing": "Could not parse the CSV file properly.",
|
|
1444
|
+
"dupe": "Got a duplicate entry for %{key} (%{value}).",
|
|
1445
|
+
"unknown": "There was an unknown error.",
|
|
1446
|
+
"empty": "All the data was empty.",
|
|
1447
|
+
"in_line": "In line %{line_number}:",
|
|
1448
|
+
"no_sensor": "Could not find a sensor for %{name}"
|
|
1449
|
+
},
|
|
1450
|
+
"start_testing_mode": "Start Testing Mode",
|
|
1451
|
+
"stop_testing_mode": "Stop Testing Mode",
|
|
1452
|
+
"start_testing_sampler": "Start Sampler",
|
|
1453
|
+
"stop_testing_sampler": "Stop Sampler",
|
|
1454
|
+
"start_send_thresholds_next_time_button": "Send Thresholds next time",
|
|
1455
|
+
"stop_send_thresholds_next_time_button": "Stop Sending Thresholds next time",
|
|
1456
|
+
"unassigned": "Unassigned",
|
|
1457
|
+
"assign_datalogger": "Assign Datalogger",
|
|
1458
|
+
"wastewater": "Wastewater",
|
|
1459
|
+
"edit_datalogger": "Edit Point",
|
|
1460
|
+
"advanced": "Advanced Settings",
|
|
1461
|
+
"thresholds": "Thresholds",
|
|
1462
|
+
"threshold_settings": "Threshold Settings",
|
|
1463
|
+
"alerts": "Alerts",
|
|
1464
|
+
"sms": "SMS",
|
|
1465
|
+
"email": "Email",
|
|
1466
|
+
"contacts": "Contacts",
|
|
1467
|
+
"normal_range": "Normal range",
|
|
1468
|
+
"between": "between",
|
|
1469
|
+
"until": "until",
|
|
1470
|
+
"to": "to",
|
|
1471
|
+
"select_contact": "contact...",
|
|
1472
|
+
"bottle": "Bottle",
|
|
1473
|
+
"overflow": "Overflow",
|
|
1474
|
+
"sampler_type": "Sampler type",
|
|
1475
|
+
"sampler_settings": "Sampler Settings",
|
|
1476
|
+
"safety_instruction": "Safety Instructions",
|
|
1477
|
+
"sampler_settings_types_labels": {
|
|
1478
|
+
"none": "No sampler",
|
|
1479
|
+
"ori_basic": "ORI Basic",
|
|
1480
|
+
"ori_smart": "ORI Smart",
|
|
1481
|
+
"kando": "Kando",
|
|
1482
|
+
"monitoring_station": "Monitoring Station"
|
|
1483
|
+
},
|
|
1484
|
+
"sampler_settings_types": {
|
|
1485
|
+
"none": "No sampler",
|
|
1486
|
+
"ori_basic": "ori_basic",
|
|
1487
|
+
"ori_smart": "ori_smart",
|
|
1488
|
+
"kando": "kando",
|
|
1489
|
+
"monitoring_station": "monitoring_station"
|
|
1490
|
+
},
|
|
1491
|
+
"pump_schedule_type": {
|
|
1492
|
+
"corona": "Day Time Scheduling",
|
|
1493
|
+
"wl_threshold": "WL Threshold"
|
|
1494
|
+
},
|
|
1495
|
+
"enhance_no_sampler_warning_title": "Please Note!",
|
|
1496
|
+
"enhance_no_sampler_warning": "Setting 'No Sampler' will disable all the bottles thresholds. Are you sure you want to continue with disabling the bottles thresholds?",
|
|
1497
|
+
"general_settings": "General Settings",
|
|
1498
|
+
"parameters_and_connectors": "Parameters and Connectors",
|
|
1499
|
+
"delete_parameter": "Delete Parameter",
|
|
1500
|
+
"confirm_sampling_device_parameter_deletion": "Are you sure you want to delete this parameter?",
|
|
1501
|
+
"wl_sensor_settings": "Water Level Sensor Settings",
|
|
1502
|
+
"cod_settings": "COD Settings",
|
|
1503
|
+
"sensor_and_sampler_calibration": "Sensors and Sampler Calibration",
|
|
1504
|
+
"monitoring_station": "Monitoring Station",
|
|
1505
|
+
"sim": "Sim",
|
|
1506
|
+
"sim_number": "Sim Number",
|
|
1507
|
+
"phone_number": "Phone Number",
|
|
1508
|
+
"time_zone": "Timezone",
|
|
1509
|
+
"current_time": "Current Time in origin",
|
|
1510
|
+
"monitoring": "Monitoring",
|
|
1511
|
+
"monitoring_start_time": "Monitoring start time",
|
|
1512
|
+
"broadcasting_start_time": "Broadcasting start time",
|
|
1513
|
+
"normal_monitoring_frequency": "Normal monitoring interval",
|
|
1514
|
+
"num_of_sample_for_alert_notification": "Alert notification",
|
|
1515
|
+
"alert_time": {
|
|
1516
|
+
"default": "Default - After 2 additional samples (sample interval 1 minute)",
|
|
1517
|
+
"immediately": "Immediately",
|
|
1518
|
+
"general": "After %{num} additional sample%{plural}",
|
|
1519
|
+
"plural": "s"
|
|
1520
|
+
},
|
|
1521
|
+
"alert_description": {
|
|
1522
|
+
"immediately": "Alert will be triggered immediately.",
|
|
1523
|
+
"default": "Alert will be triggered after 2 additional samples (Sampling interval is 1 minute).",
|
|
1524
|
+
"general": "Alert will be triggered after %{times} additional samples (Sampling interval is %{interval} minute/s)",
|
|
1525
|
+
"calc": "Total time: %{times} X %{interval} = %{result} minutes"
|
|
1526
|
+
},
|
|
1527
|
+
"normal_broadcasting_frequency": "Normal broadcasting interval",
|
|
1528
|
+
"emergency_broadcasting_frequency": "Emergency broadcasting interval",
|
|
1529
|
+
"every": "every",
|
|
1530
|
+
"minutes": "minutes",
|
|
1531
|
+
"hours": "hours",
|
|
1532
|
+
"broadcast": "Broadcast",
|
|
1533
|
+
"exception": "Exception",
|
|
1534
|
+
"exception_max_time": "Expection max time (minutes)",
|
|
1535
|
+
"max_exceptions_in_a_raw": "Max exceptions in a raw",
|
|
1536
|
+
"insights": "Insights",
|
|
1537
|
+
"insights_per_day": "Insights per day",
|
|
1538
|
+
"on1": "On",
|
|
1539
|
+
"off1": "Off",
|
|
1540
|
+
"sampler_status": "Sampler Status",
|
|
1541
|
+
"parameter_name": "Parameter Name",
|
|
1542
|
+
"last_calibration_date": "Last Calibration Date",
|
|
1543
|
+
"first_value": "Initilazation Value",
|
|
1544
|
+
"measured_value": "Measured Value",
|
|
1545
|
+
"calibrate": "Calibrate",
|
|
1546
|
+
"check_connection": "Connection Check",
|
|
1547
|
+
"calibration": "Calibration",
|
|
1548
|
+
"calibration_time": "Calibration Time",
|
|
1549
|
+
"monitoring_frequency_while_calibration": "Monitoring frequency while calibration",
|
|
1550
|
+
"broadcast_frequancy_while_calibration": "Broadcast frequency while calibration",
|
|
1551
|
+
"miliseconds": "miliseconds",
|
|
1552
|
+
"seconds": "seconds",
|
|
1553
|
+
"automatic_sampler1": "Sampler",
|
|
1554
|
+
"automatic_sampler2": "",
|
|
1555
|
+
"relay": "Relay",
|
|
1556
|
+
"purge_time": "Purge time",
|
|
1557
|
+
"retries_no": "Retries no.",
|
|
1558
|
+
"has_sampler": "Sampler Exists",
|
|
1559
|
+
"start": "Start",
|
|
1560
|
+
"include_cooler": "Contains Cooler",
|
|
1561
|
+
"max_temp": "Max temperature",
|
|
1562
|
+
"min_temp": "Min temperature",
|
|
1563
|
+
"confirm_start_testing_mode": "Are you sure you want to start TESTING mode?",
|
|
1564
|
+
"success_start_testing_mode": "Successfully started testing mode.",
|
|
1565
|
+
"failed_start_testing_mode": "Failed to start testing mode, please try again.",
|
|
1566
|
+
"confirm_stop_testing_mode": "Are you sure you want to end TESTING mode?",
|
|
1567
|
+
"failed_stop_testing_mode": "Failed to stop testing mode, please try again.",
|
|
1568
|
+
"success_stop_testing_mode": "Successfully stopped testing mode.",
|
|
1569
|
+
"confirm_start_testing_sampler": "Are you sure you want to start the sampler?",
|
|
1570
|
+
"success_start_testing_sampler": "Request to start the sampler was sent",
|
|
1571
|
+
"failed_start_testing_sampler": "Failed to request sampler's start",
|
|
1572
|
+
"confirm_stop_testing_sampler": "Are you sure you want to stop the sampler?",
|
|
1573
|
+
"failed_stop_testing_sampler": "Failed to request a sampler's stop",
|
|
1574
|
+
"success_stop_testing_sampler": "Request to stop the sampler was sent",
|
|
1575
|
+
"confirm_reset_device_status": "Are you sure you want to reset status?",
|
|
1576
|
+
"success_reset_device_status": "Status was reset successfully.",
|
|
1577
|
+
"failed_reset_device_status": "No change was made.",
|
|
1578
|
+
"confirm_start_set_send_thresholds_next_time": "Are you sure you want to start sending thresholds next time?",
|
|
1579
|
+
"confirm_stop_set_send_thresholds_next_time": "Are you sure you want to stop sending thresholds next time?",
|
|
1580
|
+
"sensor_name": "Sensor",
|
|
1581
|
+
"sensor_type_and_index": "Type",
|
|
1582
|
+
"sensor_display_name": "Sensor's Display Name",
|
|
1583
|
+
"show_in_graph_parameters": "Include in Graph",
|
|
1584
|
+
"show_in_graph": "Enabled in Graph",
|
|
1585
|
+
"aggregation_function": "Aggregation Function (1 Hour)",
|
|
1586
|
+
"no_broadcasts_for_point": "No broadcast were received for this point",
|
|
1587
|
+
"threshold_simulator": "Threshold simulator",
|
|
1588
|
+
"automatic_threshold": "Automatic threshold",
|
|
1589
|
+
"edit_by_user": "Don't Override<br>by automatic thresholds",
|
|
1590
|
+
"automatic_thresholds": {
|
|
1591
|
+
"confirm_title": "Please select the thresholds you'd like to apply",
|
|
1592
|
+
"added_to_queue": "Getting automatic thresholds in the background",
|
|
1593
|
+
"approved_automatice_thresholds": "Automatic thresholds applied. Don't forget to click save!",
|
|
1594
|
+
"approved_automatice_thresholds_error": "There was an error applying automatic thresholds. Please try again",
|
|
1595
|
+
"max": "Max",
|
|
1596
|
+
"min": "Min"
|
|
1597
|
+
},
|
|
1598
|
+
"last_broadcast_before_hours": "Last broadcast was %{last_broadcast_before_hours} hour/s ago.",
|
|
1599
|
+
"no_broadcast": "There are no broadcast yet.",
|
|
1600
|
+
"data_completeness_score": "The Last %{hours} hours data completeness score is %{data_completeness_score}%.",
|
|
1601
|
+
"valid_values_score": "The Last %{hours} hours validation score is %{score}%.",
|
|
1602
|
+
"no_broadcast_in_period": "No broadcasts were received in the last %{hours} hour/s",
|
|
1603
|
+
"send_reset": "Send 'RESET' request on the next broadcast",
|
|
1604
|
+
"activate_sampler": "Activate Sampler",
|
|
1605
|
+
"will_be_sync": "Datalogger's configuration will be sent to the datalogger on the next broadcast.",
|
|
1606
|
+
"send_sensors_configuration": "Datalogger's sensors configuration will be sent to the datalogger on the next broadcast.",
|
|
1607
|
+
"save_thresholds_errors": {
|
|
1608
|
+
"explanation": "Please check the fields marked in red",
|
|
1609
|
+
"is_blank": "Required value",
|
|
1610
|
+
"is_invalid": "Invalid value",
|
|
1611
|
+
"must_be_smaller_than_max": "Must be smaller than %{name} max",
|
|
1612
|
+
"must_be_bigger_than_max": "Must be bigger than %{name} max",
|
|
1613
|
+
"must_be_smaller_than_min": "Must be smaller than %{name} min",
|
|
1614
|
+
"must_be_bigger_than_min": "Must be bigger than %{name} min"
|
|
1615
|
+
},
|
|
1616
|
+
"add_virtual_parameter": "Add Virtual Sensor",
|
|
1617
|
+
"add_indirect_parameter": "Add Sensor from a different point",
|
|
1618
|
+
"indirect_tooltip": "Sensor belongs to device %{unit_id}",
|
|
1619
|
+
"select_device_first": "Please select point first",
|
|
1620
|
+
"select_device": "Device",
|
|
1621
|
+
"virtual_sensor": "Virtual Sensor",
|
|
1622
|
+
"indirect_sensor": "Sensor",
|
|
1623
|
+
"sensors_configuration": "Sensors Configuration",
|
|
1624
|
+
"datalogger_pannel_connector": "Connector",
|
|
1625
|
+
"physical_sensor": "Sensor",
|
|
1626
|
+
"not_available": "Not Available",
|
|
1627
|
+
"sensors_configuration_limitation": "Please note, the unit can measure up to 8 sensors’ parameters. Connect sensors accordingly.",
|
|
1628
|
+
"pump_was_paused": "Sampler sleep",
|
|
1629
|
+
"pumps_were_paused": "Samplers sleep",
|
|
1630
|
+
"open_base_line_graph": "Baseline Graph - %{name}",
|
|
1631
|
+
"bh_configuration": "BH Configuration",
|
|
1632
|
+
"early_warning": {
|
|
1633
|
+
"early_warning": "Early Warning Configuration",
|
|
1634
|
+
"site_name": "Site",
|
|
1635
|
+
"point_name": "Point",
|
|
1636
|
+
"distance": "Distance(minutes)",
|
|
1637
|
+
"depth": "Depth in Hierarchy",
|
|
1638
|
+
"event_min_duration": "Event Minimum Duration(minutes)",
|
|
1639
|
+
"add_early_warning": "Add Early Warning Site",
|
|
1640
|
+
"select_early_warning": "Select upstream site that will trigger early warning"
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
"scheduled_pump": {
|
|
1644
|
+
"title": "Scheduled Samplers' Sleep",
|
|
1645
|
+
"add_scheduler": "Add Scheduler",
|
|
1646
|
+
"start": "Start",
|
|
1647
|
+
"end": "End",
|
|
1648
|
+
"type": "Type",
|
|
1649
|
+
"enable": "Enabled"
|
|
1650
|
+
},
|
|
1651
|
+
"schedulers": {
|
|
1652
|
+
"title": "Schedulers",
|
|
1653
|
+
"ScheduledPumpWeekly": "Repeat Weekly",
|
|
1654
|
+
"ScheduledPumpYearly": "Repeat Yearly",
|
|
1655
|
+
"ScheduledPumpOnce": "Once",
|
|
1656
|
+
"saved_successfully": "Scheduled Samplers' Sleep saved successfully",
|
|
1657
|
+
"save_failed": "There was a problem saving Scheduled Samplers' Sleep"
|
|
1658
|
+
},
|
|
1659
|
+
"sensor_functions_screen": {
|
|
1660
|
+
"title": "Sensor Functions",
|
|
1661
|
+
"sensor_name": "Sensor Name",
|
|
1662
|
+
"name": "Function Name",
|
|
1663
|
+
"type_and_index": "Sensor Type",
|
|
1664
|
+
"formula": "Math Formula",
|
|
1665
|
+
"reverse_formula": "Reverse Formula",
|
|
1666
|
+
"aggregate": "Aggregation Function",
|
|
1667
|
+
"device": "Assigned Device",
|
|
1668
|
+
"point": "Assigned Manhole",
|
|
1669
|
+
"created_successfully": "Sensor function created successfully",
|
|
1670
|
+
"create_failed": "There was a problem creating sensor function",
|
|
1671
|
+
"updated_successfully": "Sensor function updated successfully",
|
|
1672
|
+
"update_failed": "There was a problem updating sensor function"
|
|
1673
|
+
},
|
|
1674
|
+
"sensors_screen": {
|
|
1675
|
+
"update_failed": "The update has failed",
|
|
1676
|
+
"updated_successfully": "Updated sensor successfully",
|
|
1677
|
+
"created_successfully": "Sensor created successfully",
|
|
1678
|
+
"create_failed": "There was an error creating the sensor"
|
|
1679
|
+
},
|
|
1680
|
+
"maintenance": {
|
|
1681
|
+
"reopen_sampling": "Reopen...",
|
|
1682
|
+
"maintenance": "Maintenance",
|
|
1683
|
+
"confirm_reopen_sampling": "Are you sure you want to reopen this sampling?"
|
|
1684
|
+
},
|
|
1685
|
+
"sampling_parameter_names": {
|
|
1686
|
+
"FO&G": "FO&G",
|
|
1687
|
+
"TSS 105°C": "TSS 105°C",
|
|
1688
|
+
"PH": "PH",
|
|
1689
|
+
"BOD": "BOD",
|
|
1690
|
+
"COD": "COD",
|
|
1691
|
+
"TKN": "TKN",
|
|
1692
|
+
"TP": "TP",
|
|
1693
|
+
"Cl-": "Cl-",
|
|
1694
|
+
"Na+": "Na+",
|
|
1695
|
+
"S-": "S-",
|
|
1696
|
+
"conductivity": "conductivity",
|
|
1697
|
+
"Heavy metals": "Heavy metals",
|
|
1698
|
+
"VSS": "VSS",
|
|
1699
|
+
"Mineral oil": "Mineral oil",
|
|
1700
|
+
"SO": "SO",
|
|
1701
|
+
"DOX": "DOX",
|
|
1702
|
+
"CN-": "CN-",
|
|
1703
|
+
"explosived": "explosived",
|
|
1704
|
+
"B": "B",
|
|
1705
|
+
"Detergent An": "Detergent An",
|
|
1706
|
+
"Detergent non": "Detergent non",
|
|
1707
|
+
"BTEX": "BTEX",
|
|
1708
|
+
"MTBE": "MTBE",
|
|
1709
|
+
"TN": "TN",
|
|
1710
|
+
"Zn": "Zn",
|
|
1711
|
+
"As": "As",
|
|
1712
|
+
"Sn": "Sn",
|
|
1713
|
+
"Be": "Be",
|
|
1714
|
+
"V": "V",
|
|
1715
|
+
"Al": "Al",
|
|
1716
|
+
"Ag": "Ag",
|
|
1717
|
+
"Hg": "Hg",
|
|
1718
|
+
"Cr": "Cr",
|
|
1719
|
+
"Cr+6": "Cr+6",
|
|
1720
|
+
"Li": "Li",
|
|
1721
|
+
"Mo": "Mo",
|
|
1722
|
+
"Mn": "Mn",
|
|
1723
|
+
"Cu": "Cu",
|
|
1724
|
+
"Ni": "Ni",
|
|
1725
|
+
"Se": "Se",
|
|
1726
|
+
"Pb": "Pb",
|
|
1727
|
+
"Cd": "Cd",
|
|
1728
|
+
"Co": "Co",
|
|
1729
|
+
"Solids >15 mm": "Solids >15 mm",
|
|
1730
|
+
"Solids >10 mm": "Solids >10 mm",
|
|
1731
|
+
"TS": "TS",
|
|
1732
|
+
"Temp": "Temp",
|
|
1733
|
+
"Viscous material": "Viscous material",
|
|
1734
|
+
"Flammable materials": "Flammable materials",
|
|
1735
|
+
"Free chlorine": "Free chlorine",
|
|
1736
|
+
"poliphenols": "poliphenols",
|
|
1737
|
+
"Separated oils": "Separated oils",
|
|
1738
|
+
"TDS": "TDS",
|
|
1739
|
+
"TSS": "TSS",
|
|
1740
|
+
"Fe": "Fe",
|
|
1741
|
+
"VOC": "VOC",
|
|
1742
|
+
"VOC-S": "VOC-S",
|
|
1743
|
+
"VSS/TSS": "VSS/TSS",
|
|
1744
|
+
"COD/BOD": "COD/BOD",
|
|
1745
|
+
"Pesticide": "Pesticide",
|
|
1746
|
+
"phenols": "Phenols"
|
|
1747
|
+
},
|
|
1748
|
+
"device_health_status": {
|
|
1749
|
+
"ok": "Ok",
|
|
1750
|
+
"warn": "Warning",
|
|
1751
|
+
"fatal": "Severe"
|
|
1752
|
+
},
|
|
1753
|
+
"alerts": {
|
|
1754
|
+
"started": "Started: %{start_time}",
|
|
1755
|
+
"started_ended": "Started: %{start_time}, ended: %{end_time}",
|
|
1756
|
+
"event_started": "Event was started at",
|
|
1757
|
+
"event_ended": "and was ended at",
|
|
1758
|
+
"datalogger_pump_alert_config": "Pump was activated",
|
|
1759
|
+
"datalogger_threshold_alert_config": "Thresholds exceeded",
|
|
1760
|
+
"datalogger_back_to_normal_alert_config": "Back to normal",
|
|
1761
|
+
"datalogger_overflow_alert_config": "Water Level Overflow",
|
|
1762
|
+
"pollution_alert_config": "Pollution Event",
|
|
1763
|
+
"device_health_alert_config": "Malfunction Device",
|
|
1764
|
+
"wbe_alert_config": "WBE Event",
|
|
1765
|
+
"in_point": "in manhole",
|
|
1766
|
+
"belongs_to_group": "which belongs to factory",
|
|
1767
|
+
"in": "in",
|
|
1768
|
+
"in_wa": "in client",
|
|
1769
|
+
"event_time": "Event time",
|
|
1770
|
+
"less_than_mintue": "< minutes",
|
|
1771
|
+
"minutes": "minutes",
|
|
1772
|
+
"hours": "hours",
|
|
1773
|
+
"days": "days",
|
|
1774
|
+
"seconds": "seconds",
|
|
1775
|
+
"ago": "%{num} %{period_in} ago",
|
|
1776
|
+
"reason": "The Reason",
|
|
1777
|
+
"pollution": "Pollution Rate",
|
|
1778
|
+
"live_event": "Live Event",
|
|
1779
|
+
"event_duration": "and lasted",
|
|
1780
|
+
"event_began": "Event started",
|
|
1781
|
+
"malfunctioned_device": "Malfunctioned Device",
|
|
1782
|
+
"bottle": "Bottle",
|
|
1783
|
+
"full": "Full",
|
|
1784
|
+
"partially_full": "Partially Full",
|
|
1785
|
+
"device_health": {
|
|
1786
|
+
"malfunctioned_device_belong_to1": "Device %{unit_id} which belongs to",
|
|
1787
|
+
"malfunctioned_device_belong_to2": "was identified as Malfunctioned"
|
|
1788
|
+
},
|
|
1789
|
+
"titles": {
|
|
1790
|
+
"DataloggerPumpEvent": "Automatic Sampler was activated on unit %{unit_id}. Reason: %{threshold_uid} = %{value}",
|
|
1791
|
+
"DataloggerThresholdEvent": "Exception on unit %{unit_id}. Reason: %{threshold_uid} = %{value}",
|
|
1792
|
+
"DataloggerBackToNormalEvent": "Unit %{unit_id} has reported on 'Back To Normal'",
|
|
1793
|
+
"DataloggerOverflowEvent": "Unit %{unit_id} has reported on 'Water Level Overflow'",
|
|
1794
|
+
"DeviceHealthEvent": "Unit %{unit_id} was identified as Malfunctioned",
|
|
1795
|
+
"PollutionEvent": "%{severity} Pollution Event at %{group_type} %{group_name}. %{sampler}",
|
|
1796
|
+
"WbeEvent": "WBE Event"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
"datalogger_alert": {
|
|
1800
|
+
"email": {
|
|
1801
|
+
"hello_user": "Hello %{user_name},",
|
|
1802
|
+
"alert_description": " Unit %{unit_id} which was installed in %{group_name} under point '%{point_name}' was triggered \"%{alert_type}\" alert.",
|
|
1803
|
+
"alert_reason": "Alert reason: %{sensor_name} = %{value}",
|
|
1804
|
+
"alert_time": "Sampling time: %{time}",
|
|
1805
|
+
"additional_parameters": "Additional Parameters:",
|
|
1806
|
+
"parameter_name": "Parameter Name",
|
|
1807
|
+
"value": "Value",
|
|
1808
|
+
"bottle": "Bottle",
|
|
1809
|
+
"full": "Full",
|
|
1810
|
+
"partially_full": "Partially Full",
|
|
1811
|
+
"unknown": "Unknown",
|
|
1812
|
+
"wbe_alert_title": "Virus copies values have been updated",
|
|
1813
|
+
"wbe_alert_description": "Virus copies values have been updated on %{time}",
|
|
1814
|
+
"wbe_escalated_points": "Increase in viral load detected in %{points_no} areas",
|
|
1815
|
+
"wbe_deescalated_points": "Decrease in viral load detected in %{points_no} areas",
|
|
1816
|
+
"wbe_change_above_70_points": "%{points_no} Areas were identified with significant viral load change",
|
|
1817
|
+
"can_change_notification_settings": "You can change your notification preferences in your My account area",
|
|
1818
|
+
"view_areas_details": "View areas details"
|
|
1819
|
+
},
|
|
1820
|
+
"sms": {
|
|
1821
|
+
"title": "[%{env_label}] %{alert_type} Alert.",
|
|
1822
|
+
"alert_reason": "%{sensor_name} = %{value}",
|
|
1823
|
+
"unit_id": "UID: %{unit_id}",
|
|
1824
|
+
"group": "%{group_type}: %{group_name}",
|
|
1825
|
+
"alert_time": "Time: %{time}",
|
|
1826
|
+
"bottle": "Bottle",
|
|
1827
|
+
"full": "Full",
|
|
1828
|
+
"partially_full": "Partially Full",
|
|
1829
|
+
"unknown": "Unknown"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
"sensor": {
|
|
1833
|
+
"PH": "pH",
|
|
1834
|
+
"TEMPERATURE": "Temperature",
|
|
1835
|
+
"EC": "Conductivity",
|
|
1836
|
+
"WL": "Water Level",
|
|
1837
|
+
"ORP": "ORP"
|
|
1838
|
+
},
|
|
1839
|
+
"alert_setting_tab": {
|
|
1840
|
+
"alert_settings": "Alert Settings",
|
|
1841
|
+
"inner_title": "Email and SMS Settings",
|
|
1842
|
+
"tab_description": "Here you can configure the number of alerts that you wish the get, and also the times that those alerts will be sent. Note: Don't forget to set the correct timezone.",
|
|
1843
|
+
"email": "Email",
|
|
1844
|
+
"sms": "SMS",
|
|
1845
|
+
"telegram": "Telegram",
|
|
1846
|
+
"web_notification": "Web",
|
|
1847
|
+
"time": "Time",
|
|
1848
|
+
"send_anytime": "Send anytime",
|
|
1849
|
+
"send_between": "Send between",
|
|
1850
|
+
"and": "and",
|
|
1851
|
+
"limit_messages": "Limit messages",
|
|
1852
|
+
"send": "Send",
|
|
1853
|
+
"messages": "messages",
|
|
1854
|
+
"per_day": "Per day",
|
|
1855
|
+
"per_hour": "Per hour",
|
|
1856
|
+
"time_zone": "Time zone",
|
|
1857
|
+
"save": "Save"
|
|
1858
|
+
},
|
|
1859
|
+
"alert_reg_tab": {
|
|
1860
|
+
"alert_registration": "Alert Registration",
|
|
1861
|
+
"add_new_alert": "New Alert Registration",
|
|
1862
|
+
"new_alert_from_type": "From type '%{alert_type}'",
|
|
1863
|
+
"alert_type": "Alert type",
|
|
1864
|
+
"alert_description": "Description",
|
|
1865
|
+
"actions": "Actions",
|
|
1866
|
+
"delete": "Delete",
|
|
1867
|
+
"confirm_remove_alert": "Are you sure you want to remove this alert?",
|
|
1868
|
+
"delete_alert": "Delete Alert",
|
|
1869
|
+
"alert_was_deleted": "Alert was deleted successfully",
|
|
1870
|
+
"modal": {
|
|
1871
|
+
"affected_points": "Affected points",
|
|
1872
|
+
"water_authorities": "Affected Water Authorities",
|
|
1873
|
+
"all": "All",
|
|
1874
|
+
"include": "Include",
|
|
1875
|
+
"exclude": "Exclude",
|
|
1876
|
+
"sensors": "Sensors",
|
|
1877
|
+
"actions": "Actions",
|
|
1878
|
+
"pump_only": "Sampler Was Activated?",
|
|
1879
|
+
"pump_only_description": "Notify only if sampler was activated",
|
|
1880
|
+
"severity": "Severity",
|
|
1881
|
+
"send_email": "Send Email",
|
|
1882
|
+
"send_sms": "Send Sms",
|
|
1883
|
+
"send_telegram": "Send Telegram",
|
|
1884
|
+
"send_web_notification": "Send Web Notification",
|
|
1885
|
+
"cancel": "Cancel",
|
|
1886
|
+
"save": "Save changes",
|
|
1887
|
+
"alert_description": "Please configure the conditions and the actions",
|
|
1888
|
+
"back_to_normal_prev_event": "Back to normal from event type/s"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"my_profile_tab": {
|
|
1892
|
+
"my_profile": "My Profile",
|
|
1893
|
+
"update_profile": "Update profile",
|
|
1894
|
+
"error": "There was an error saving your profile. Please check any field which is marked in red.",
|
|
1895
|
+
"success": "Your profile was saved successfully.",
|
|
1896
|
+
"telegram_registration": "Telegram Registration",
|
|
1897
|
+
"change_password": "Change Password",
|
|
1898
|
+
"telegram_setting": "Telegram",
|
|
1899
|
+
"send_me_message": "Send Me a Message!",
|
|
1900
|
+
"telegram_messages": {
|
|
1901
|
+
"empty_user_name": "Failed to send message. You did not specify a Telegram username. Please set a Telegram username and try again.",
|
|
1902
|
+
"user_name_not_found": "Failed to send message. Please make sure that you have registered to Telegram with username %{username}.",
|
|
1903
|
+
"message_sent": "A message was sent to Telegram user %{username}"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"invite_screen": {
|
|
1907
|
+
"role": "Role",
|
|
1908
|
+
"role_hint": "Please select the client and the role for the user that is being created."
|
|
1909
|
+
},
|
|
1910
|
+
"client_screens": {
|
|
1911
|
+
"statuses": {
|
|
1912
|
+
"new_charges_group": "New Charges",
|
|
1913
|
+
"enforcement_group": "Enforcement",
|
|
1914
|
+
"foreclosure_group": "Foreclosure",
|
|
1915
|
+
"freezed_group": "Freezed",
|
|
1916
|
+
"legal_group": "Legal Adviser",
|
|
1917
|
+
"paid_group": "Paid",
|
|
1918
|
+
"unpaid_group": "Unpaid",
|
|
1919
|
+
"with_lab_result_group": "Total"
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
"audit_items": {
|
|
1923
|
+
"types": {
|
|
1924
|
+
"audit_item_comment": "Comment",
|
|
1925
|
+
"audit_item_accounting_offset": "Offset",
|
|
1926
|
+
"audit_item_accounting_payment": "Payment",
|
|
1927
|
+
"audit_item_accounting_credit": "Credit"
|
|
1928
|
+
},
|
|
1929
|
+
"type_instructions": {
|
|
1930
|
+
"audit_item_comment": "Add a comment",
|
|
1931
|
+
"audit_item_accounting_offset": "Enter an amout to deduct from the charge",
|
|
1932
|
+
"audit_item_accounting_payment": "Enter the amount received",
|
|
1933
|
+
"audit_item_accounting_credit": "Give a credit on this charge"
|
|
1934
|
+
},
|
|
1935
|
+
"accounting": {
|
|
1936
|
+
"offset_types": {
|
|
1937
|
+
"water_authority": "Client",
|
|
1938
|
+
"other": "Other"
|
|
1939
|
+
},
|
|
1940
|
+
"credit_types": {
|
|
1941
|
+
"water_authority": "Client",
|
|
1942
|
+
"governmental_water_authority": "Governmental Water Authority",
|
|
1943
|
+
"ministry_of_env": "Ministry Of Environmental Protection",
|
|
1944
|
+
"court": "Court"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"table": {
|
|
1948
|
+
"action": "Action",
|
|
1949
|
+
"date": "Date",
|
|
1950
|
+
"user": "User",
|
|
1951
|
+
"info": "Info",
|
|
1952
|
+
"comments": "Comments",
|
|
1953
|
+
"attachments": "Attachments"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
"datatable": {
|
|
1957
|
+
"select": "Select...",
|
|
1958
|
+
"select_multi": "Select values",
|
|
1959
|
+
"filter": "Type to filter",
|
|
1960
|
+
"date": "Select a date",
|
|
1961
|
+
"range": {
|
|
1962
|
+
"from": "From",
|
|
1963
|
+
"to": "To"
|
|
1964
|
+
},
|
|
1965
|
+
"no_data": "No data was found"
|
|
1966
|
+
},
|
|
1967
|
+
"user_permissions": {
|
|
1968
|
+
"superadmin": "Superadmin",
|
|
1969
|
+
"wbe": "WBE",
|
|
1970
|
+
"admin": "Admin manager",
|
|
1971
|
+
"manager": "Manager",
|
|
1972
|
+
"client_manager": "Client Manager",
|
|
1973
|
+
"field": "Field",
|
|
1974
|
+
"water_authority": "Client",
|
|
1975
|
+
"sensors": "View Dataloggers",
|
|
1976
|
+
"sensors_edit": "Dataloggers settings(Edit,Assign,Test Mode,Reset Status)",
|
|
1977
|
+
"sensors_advance": "Dataloggers Advance",
|
|
1978
|
+
"datalogger_alerts": "Datalogger's alerts",
|
|
1979
|
+
"pollution_event_alerts": "Pollution Event's alerts",
|
|
1980
|
+
"dashboard": "Dashboard",
|
|
1981
|
+
"control_room": "Control Room",
|
|
1982
|
+
"sensor_function": "Sensor's conversion functions",
|
|
1983
|
+
"datalogger_health": "Datalogger Health",
|
|
1984
|
+
"bottle_full_notification": "Bottle Full Notification",
|
|
1985
|
+
"edit_water_authorities": "Edit Clients",
|
|
1986
|
+
"show_pollution_events": "Show upstream pollution events",
|
|
1987
|
+
"show_live_data": "Show last broadcasts",
|
|
1988
|
+
"control_room_water_authority_scope": "Control Room(Client's scope)",
|
|
1989
|
+
"additional_data_on_chart": "Chart adv. (Pollution, Samplings, Events)",
|
|
1990
|
+
"alerts_in_testing_mode": "Alerts in Testing Mode",
|
|
1991
|
+
"advance_weekly_report": "Advance Weekly Report",
|
|
1992
|
+
"weekly_report": "Weekly Report",
|
|
1993
|
+
"assets": "Assets",
|
|
1994
|
+
"billing": "Billing",
|
|
1995
|
+
"firmware": "Firmware Version Management",
|
|
1996
|
+
"fota": "Firmware Update",
|
|
1997
|
+
"maintenance": "Reopen Samplings",
|
|
1998
|
+
"set_thresholds": "Thresholds Configuration",
|
|
1999
|
+
"project_management": "Deployment Management",
|
|
2000
|
+
"edit_statistics": "Edit Statistics",
|
|
2001
|
+
"water_authority_schedulers": "Schedulers",
|
|
2002
|
+
"data_labeling": "Data Labeling",
|
|
2003
|
+
"customer": "Customer",
|
|
2004
|
+
"partner": "Partner",
|
|
2005
|
+
"external_user": "External User"
|
|
2006
|
+
},
|
|
2007
|
+
"user_permissions_screen": {
|
|
2008
|
+
"title": "Permission for user %{user_name}",
|
|
2009
|
+
"resend_invitation": "Re-Send Invitation",
|
|
2010
|
+
"non_active_user": "Non Active User",
|
|
2011
|
+
"activate_user_title": "Active User",
|
|
2012
|
+
"activate_user_message": "Are you sure you want to activate this user?",
|
|
2013
|
+
"deactivate_user_title": "Deactivate User",
|
|
2014
|
+
"deactivate_user_message": "Are you sure you want to deactivate this user?",
|
|
2015
|
+
"activate_user_success": "Activating user successfully.",
|
|
2016
|
+
"deactivate_user_success": "Deactivating user successfully",
|
|
2017
|
+
"this_is_superadmin": "This user is a SuperAdmin, therefore have an access to all water authorities",
|
|
2018
|
+
"access_to_water_authroties": "This user has permissions for the following authorities",
|
|
2019
|
+
"no_access_to_wather_authorites": "This user doesn't have an access to any water authority"
|
|
2020
|
+
},
|
|
2021
|
+
"datetimepicker": {
|
|
2022
|
+
"ui_format": "YYYY-MM-DD HH:mm:00 ZZ",
|
|
2023
|
+
"ui_date_format": "YYYY-MM-DD",
|
|
2024
|
+
"rails_format": "%Y-%m-%d %T %z"
|
|
2025
|
+
},
|
|
2026
|
+
"kpi": {
|
|
2027
|
+
"period": {
|
|
2028
|
+
"annual": "Annual",
|
|
2029
|
+
"monthly": "Monthly",
|
|
2030
|
+
"period_based": "Period based"
|
|
2031
|
+
},
|
|
2032
|
+
"select_period": "Select Period",
|
|
2033
|
+
"done_vs_planned": "Done vs Planned",
|
|
2034
|
+
"data_relating_to_client": "Data is related to client %{client_name}",
|
|
2035
|
+
"data_relating_to_more_than_one": "data is related to %{number_of_clients} clients"
|
|
2036
|
+
},
|
|
2037
|
+
"inbox": {
|
|
2038
|
+
"show_more": "Show More ...",
|
|
2039
|
+
"show_all": "Show all...",
|
|
2040
|
+
"no_messages": "No Messages",
|
|
2041
|
+
"title": "Inbox (<span class='unread-count'>%{total_unread}</span>)",
|
|
2042
|
+
"mark_read": "Mark as read",
|
|
2043
|
+
"mark_read_all": "Mark as read all",
|
|
2044
|
+
"marked_read": {
|
|
2045
|
+
"zero": "None marked as read",
|
|
2046
|
+
"one": "1 message was marked as read",
|
|
2047
|
+
"other": "%{count} messages were marked as read"
|
|
2048
|
+
},
|
|
2049
|
+
"dismiss": "Dismiss",
|
|
2050
|
+
"dismiss_all": "Dismiss all",
|
|
2051
|
+
"dismissed": {
|
|
2052
|
+
"zero": "None dismissed",
|
|
2053
|
+
"one": "Dismissed 1 message",
|
|
2054
|
+
"other": "Dismissed %{count} messages"
|
|
2055
|
+
},
|
|
2056
|
+
"show_dismissed": "Show dismissed",
|
|
2057
|
+
"hide_dismissed": "Hide dismissed",
|
|
2058
|
+
"locked": "Locked",
|
|
2059
|
+
"unlocked": "Unlocked"
|
|
2060
|
+
},
|
|
2061
|
+
"recalc_pollution_events_screen": {
|
|
2062
|
+
"title": "Re-calculate Pollution Events",
|
|
2063
|
+
"point": "Point",
|
|
2064
|
+
"select_point": "Select Point",
|
|
2065
|
+
"period": "Period (in Days)",
|
|
2066
|
+
"calc": "Re-Calculate",
|
|
2067
|
+
"submit": "Re-Calculation request was submitted",
|
|
2068
|
+
"note": "Please note, Re-calculation request might take several minutes. You can follow the request progress in the Queue screen."
|
|
2069
|
+
},
|
|
2070
|
+
"quick_datalogger": {
|
|
2071
|
+
"title": "Dataloggers - %{wa_name}",
|
|
2072
|
+
"unit_id": "Unit %{unit_id}",
|
|
2073
|
+
"no_device": "Unassigned Point",
|
|
2074
|
+
"last_event_details": "Last Event Details:",
|
|
2075
|
+
"no_dataloggers": "No assigned datalogger were found for this client.",
|
|
2076
|
+
"contact": "Contact",
|
|
2077
|
+
"phone": "Phone",
|
|
2078
|
+
"search": "Search by Site name or Point name",
|
|
2079
|
+
"navigate": "Navigate",
|
|
2080
|
+
"last_broadcasts": "Last Broadcasts",
|
|
2081
|
+
"thresholds_configuration": "Thresholds Configuration",
|
|
2082
|
+
"thresholds_history": "Thresholds History"
|
|
2083
|
+
},
|
|
2084
|
+
"points_tree": {
|
|
2085
|
+
"up": "Up",
|
|
2086
|
+
"down": "Down",
|
|
2087
|
+
"num_of_events": "%{num} Evts",
|
|
2088
|
+
"title": "Upstream Pollution Events",
|
|
2089
|
+
"install_unit": "Install Unit",
|
|
2090
|
+
"dont_install_unit": "Don't Install Unit",
|
|
2091
|
+
"unnecessary_unit": "Unnecessary Unit",
|
|
2092
|
+
"installed_as_planned": "Installed as Planned",
|
|
2093
|
+
"expand_tree": "Expand/Collapse Tree",
|
|
2094
|
+
"toggle_fullscreen": "Toggle Fullscreen"
|
|
2095
|
+
},
|
|
2096
|
+
"datalogger": {
|
|
2097
|
+
"unit_id": "Unit ID",
|
|
2098
|
+
"model": "Model",
|
|
2099
|
+
"version": "Version",
|
|
2100
|
+
"health_description": "Health Description",
|
|
2101
|
+
"last_broadcast": "Last Broadcast"
|
|
2102
|
+
},
|
|
2103
|
+
"systems_screen": {
|
|
2104
|
+
"all_authorities": "Show systems from all clients",
|
|
2105
|
+
"select_client": "Show systems from selected client",
|
|
2106
|
+
"systems": "Systems Management",
|
|
2107
|
+
"number_of_points": "# of monitored points",
|
|
2108
|
+
"number_of_dataloggers": "# of Dataloggers",
|
|
2109
|
+
"datalogger_health": "Dataloggers Health",
|
|
2110
|
+
"green": "OK",
|
|
2111
|
+
"yellow": "Inspection needed",
|
|
2112
|
+
"red": "Malfunctioned",
|
|
2113
|
+
"number_of_samplers": "# of Samplers",
|
|
2114
|
+
"number_of_live_events": "# of LIVE events",
|
|
2115
|
+
"dataloggers": "Dataloggers",
|
|
2116
|
+
"points": "Points",
|
|
2117
|
+
"samplers": "Samplers",
|
|
2118
|
+
"events": "Events",
|
|
2119
|
+
"broadcast_routine_interval_br": "Broad.<br/>Freq.",
|
|
2120
|
+
"broadcast_routine_interval": "Broadcast Freq.",
|
|
2121
|
+
"bottle_full_br": "Bottle<br/>Full",
|
|
2122
|
+
"bottle_full": "Bottle Full",
|
|
2123
|
+
"health_br": "Health",
|
|
2124
|
+
"health": "Health",
|
|
2125
|
+
"health_description": "Health Description",
|
|
2126
|
+
"unit_id": "Unit ID",
|
|
2127
|
+
"firmware_version_br": "Ver.",
|
|
2128
|
+
"firmware_version": "Ver.",
|
|
2129
|
+
"hardware_version_br": "Hardware<br/>Version",
|
|
2130
|
+
"hardware_version": "Hardware Version",
|
|
2131
|
+
"sensors": "Sensors",
|
|
2132
|
+
"sampler": "Sampler",
|
|
2133
|
+
"sampler_type": "Sampler Type",
|
|
2134
|
+
"mode": "Mode",
|
|
2135
|
+
"delete_system": "Remove from 'Systems Management' screen",
|
|
2136
|
+
"add_system": "Add System",
|
|
2137
|
+
"delete_system_confirmation": "Are you sure you want to delete this System?",
|
|
2138
|
+
"select_point": "Select Point",
|
|
2139
|
+
"routine": "Routine",
|
|
2140
|
+
"event": "Event",
|
|
2141
|
+
"missing_parts_br": "Missing<br/>Comp.",
|
|
2142
|
+
"missing_parts": "Missing Comp.",
|
|
2143
|
+
"missing_parts_description": "Missing components description",
|
|
2144
|
+
"select_datalogger": "Select Datalogger",
|
|
2145
|
+
"broadcast_subscribe": "Broadcast Subscription",
|
|
2146
|
+
"broadcast_unsubscribe": "Broadcast UnSubscription",
|
|
2147
|
+
"broadcast_received": "Broadcast was received from unit %{unit_id}",
|
|
2148
|
+
"last_broadcast_br": "Last<br/>Broadcast",
|
|
2149
|
+
"last_broadcast": "Last Broadcast",
|
|
2150
|
+
"last_magnet_br": "Last<br/>Visit",
|
|
2151
|
+
"last_magnet": "Last Visit",
|
|
2152
|
+
"sampler_configuration": "Sampler Configuration",
|
|
2153
|
+
"create_site": "Create Site",
|
|
2154
|
+
"points_to_configure": "Select 1 or more interest point to apply the configuration below",
|
|
2155
|
+
"configuration_settings": "Configuration Settings",
|
|
2156
|
+
"bulk_configuration": "Bulk Configuration",
|
|
2157
|
+
"configure": "Apply",
|
|
2158
|
+
"bulk_dl_configuration": "Points Configuration",
|
|
2159
|
+
"change_sampler_status": "Change Sampler Status",
|
|
2160
|
+
"change_sampler_settings": "Change Sampler Settings",
|
|
2161
|
+
"configuration_alert": "Configuration submitted successfully"
|
|
2162
|
+
},
|
|
2163
|
+
"sampling_system_statues": {
|
|
2164
|
+
"non_monitored": "Non Monitored",
|
|
2165
|
+
"monitored": "Monitored",
|
|
2166
|
+
"testing": "Testing Mode"
|
|
2167
|
+
},
|
|
2168
|
+
"sampling_system_types": {
|
|
2169
|
+
"quality": "Quality",
|
|
2170
|
+
"wl": "Water Level",
|
|
2171
|
+
"quality_and_wl": "Quality + WL",
|
|
2172
|
+
"quality_and_h2s": "Quality + H2S"
|
|
2173
|
+
},
|
|
2174
|
+
"sampling_sampler_configurations": {
|
|
2175
|
+
"ori": "ORI",
|
|
2176
|
+
"kando": "Kando"
|
|
2177
|
+
},
|
|
2178
|
+
"billing_types": {
|
|
2179
|
+
"toll": "Toll",
|
|
2180
|
+
"sampling": "Sampling"
|
|
2181
|
+
},
|
|
2182
|
+
"billing_screen": {
|
|
2183
|
+
"title": "Payments",
|
|
2184
|
+
"billing_details": "Billing Details",
|
|
2185
|
+
"filter": {
|
|
2186
|
+
"filter": "Filter",
|
|
2187
|
+
"select_group": "Select site",
|
|
2188
|
+
"select_status": "Select status",
|
|
2189
|
+
"select_billing_type": "Select billing type",
|
|
2190
|
+
"select_payment_date": "Select payment date",
|
|
2191
|
+
"select_request_date": "Select request date",
|
|
2192
|
+
"open_balance_only": "Open balances only",
|
|
2193
|
+
"site": "Site",
|
|
2194
|
+
"billing_type": "Billing type",
|
|
2195
|
+
"request_date": "Invoice date",
|
|
2196
|
+
"payment_date": "Payment date",
|
|
2197
|
+
"search": "Search",
|
|
2198
|
+
"export": "Export"
|
|
2199
|
+
},
|
|
2200
|
+
"columns": {
|
|
2201
|
+
"sampling_plan_id": "Kando's<br/>ID",
|
|
2202
|
+
"billing_type": "Type",
|
|
2203
|
+
"customer_number": "Customer #",
|
|
2204
|
+
"sampling_date": "Sampling<br/>Date",
|
|
2205
|
+
"request_date": "Request<br/>Date",
|
|
2206
|
+
"balance": "Balance",
|
|
2207
|
+
"received": "Received",
|
|
2208
|
+
"payment_date": "Payment<br/>Date",
|
|
2209
|
+
"notes": "Notes",
|
|
2210
|
+
"kando_status": "Kando's<br/>Status",
|
|
2211
|
+
"total_charge": "Total<br/>Charge",
|
|
2212
|
+
"original_charge": "Original<br/>Charge",
|
|
2213
|
+
"site_name": "Site Name",
|
|
2214
|
+
"number_of_open": "# samplings with open balances",
|
|
2215
|
+
"total_balance": "Total balance"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
"import_billing_screen": {
|
|
2219
|
+
"import_billing": "Import Billing for Client %{wa_name}",
|
|
2220
|
+
"messages": "Messages",
|
|
2221
|
+
"select_file": "No file was selected",
|
|
2222
|
+
"import_failed": "Import Failed"
|
|
2223
|
+
},
|
|
2224
|
+
"health_messages": {
|
|
2225
|
+
"recent_label": "Recent Health",
|
|
2226
|
+
"over_time_label": "Health Over Time",
|
|
2227
|
+
"over_time_visit": "Since last visit (%{days} days)",
|
|
2228
|
+
"no_magnet": "Unknown last visit (no magnet)",
|
|
2229
|
+
"recent_visit": "Last 24 hours or last visit",
|
|
2230
|
+
"bad_wbe": "Composite Sampler is not working properly, two or more errors detected in Bottle level sensor",
|
|
2231
|
+
"bad_wbe_action": "Review system management for more details",
|
|
2232
|
+
"bk_wbe": "Composite Sampler is now working properly",
|
|
2233
|
+
"battery": {
|
|
2234
|
+
"invalid_battery_value": "Failure to measure battery voltage",
|
|
2235
|
+
"invalid_battery_value_action": "Please keep track on the last broadcast time",
|
|
2236
|
+
"low_battery": "Low battery",
|
|
2237
|
+
"replace_battery": "Please replace battery",
|
|
2238
|
+
"check_battery": "Please check battery",
|
|
2239
|
+
"replace_battery_recommended": ""
|
|
2240
|
+
},
|
|
2241
|
+
"last_broadcast_time": {
|
|
2242
|
+
"no_broadcasts_in_the_last_hours": "No broadcast received in the last %{num} hours",
|
|
2243
|
+
"no_broadcasts": "No broadcasts were found",
|
|
2244
|
+
"inspection_is_required": "Please check cellular reception and battery. If there is no reception or battery problems, replace the datalogger or call support",
|
|
2245
|
+
"improve_reception_conditions": "Please check cellular reception and battery. If there is no reception or battery problems, replace the datalogger or call support"
|
|
2246
|
+
},
|
|
2247
|
+
"signal": {
|
|
2248
|
+
"low_signal": "Cellular reception is low",
|
|
2249
|
+
"low_signal_action": "Install external antenna"
|
|
2250
|
+
},
|
|
2251
|
+
"ec": {
|
|
2252
|
+
"invalid_ec": "Abnormal conductivity measurement",
|
|
2253
|
+
"invalid_ec_action": "Please replace sensor",
|
|
2254
|
+
"ec_should_be_clean": "Clean or improve electrical conductivity measurement on site"
|
|
2255
|
+
},
|
|
2256
|
+
"wl": {
|
|
2257
|
+
"invalid_wl": "Abnormal water level measurement",
|
|
2258
|
+
"invalid_wl_action": "The water level sensor is not working properly",
|
|
2259
|
+
"wl_should_be_clean": "Clean or improve water level measurement on site"
|
|
2260
|
+
},
|
|
2261
|
+
"data_completeness": {
|
|
2262
|
+
"missing_data": "Data integrity problem in the last %{num} hours",
|
|
2263
|
+
"missing_data_action": "Check the reception conditions and, if necessary, check the datalogger"
|
|
2264
|
+
},
|
|
2265
|
+
"title": "Health - Datalogger %{unit_id}",
|
|
2266
|
+
"calc_health_time": "Last health check run at %{time}",
|
|
2267
|
+
"health_status_last_updated": "Since %{time}",
|
|
2268
|
+
"empty": "",
|
|
2269
|
+
"replace_datalogger": "Please check the datalogger",
|
|
2270
|
+
"null_text": "Null - no value is shown for %{sensor} at %{time} during %{sequence_length} samplings",
|
|
2271
|
+
"null_action": "",
|
|
2272
|
+
"flat": "Flat - no change in %{sensor} values at %{time} during %{sequence_length} samplings",
|
|
2273
|
+
"flat_action": "",
|
|
2274
|
+
"spike": "%{sensor} spike occurred at %{time}. Spike value: %{spike_value}",
|
|
2275
|
+
"spike_action": "",
|
|
2276
|
+
"over_time": {
|
|
2277
|
+
"all_valid_data": "All the parameters data - Please expand to see all the parameters and their current aggregated values.",
|
|
2278
|
+
"invalid_ec": "This is invalid Ec over time - %{ratio}%",
|
|
2279
|
+
"flat_ec": "This is flat Ec over time - %{ratio}%",
|
|
2280
|
+
"flat": "Flats (Sequences) detected for %{sensor} %{ratio}% of the time in the last %{days} days",
|
|
2281
|
+
"nulls": "Null sequences detected for %{sensor} %{ratio}% of the time for the last %{days} days",
|
|
2282
|
+
"invalid": "Invalid %{sensor} readings %{ratio}% of the time for the last %{days} days",
|
|
2283
|
+
"below_bkg_water": "EC below background water %{ratio}% of the time in the last %{days} days",
|
|
2284
|
+
"completeness": "Incomplete data %{ratio}% of the time in the last %{days} days",
|
|
2285
|
+
"skipping_broadcasts": "Skipped %{number_of_missed_broadcasts} routine broadcasts in the last %{days} days",
|
|
2286
|
+
"actions": {
|
|
2287
|
+
"flat": "Please clean the sensor and improve the installation",
|
|
2288
|
+
"nulls": "Please check the connectors / battery / DL or replace the sensor",
|
|
2289
|
+
"below_bkg_water": "Please clean the sensor and improve the installation",
|
|
2290
|
+
"completeness": "Please improve the antenna installation, replace the battery or the DataLogger",
|
|
2291
|
+
"skipping_broadcasts": "Please improve the antenna installation, replace the battery or the DL",
|
|
2292
|
+
"valid": "",
|
|
2293
|
+
"invalid": {
|
|
2294
|
+
"ph": "Please replace the pH sensor or the DL",
|
|
2295
|
+
"ec": "Please replace the EC sensor or the DL",
|
|
2296
|
+
"temperature": "Please replace the EC sensor or the DL",
|
|
2297
|
+
"wl": "Please clean the sensors, improve the installation, replace the WL sensor or the DL"
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
},
|
|
2302
|
+
"aggr_health_messages": {
|
|
2303
|
+
"ec": {
|
|
2304
|
+
"invalid_ec": "Abnormal conductivity measurement occured %{count} times"
|
|
2305
|
+
},
|
|
2306
|
+
"flat": "Abnormal %{sensor}. Please clean or improve %{sensor} sensor position",
|
|
2307
|
+
"null_text": "Missing data. Replace %{sensor} sensor or the data logger",
|
|
2308
|
+
"hours": "%{duration_hours} hours",
|
|
2309
|
+
"minutes": "%{duration_minutes} minutes",
|
|
2310
|
+
"days": "%{duration_days} days",
|
|
2311
|
+
"spike": "%{count} %{sensor} spike/s, probably due to turbulent flow. Please consider improving or relocating the sensor’s installation"
|
|
2312
|
+
},
|
|
2313
|
+
"health_message_categories": {
|
|
2314
|
+
"battery": "Battery Power",
|
|
2315
|
+
"last_broadcast_time": "Last Broadcast Time",
|
|
2316
|
+
"signal": "Reception Condition",
|
|
2317
|
+
"ec": "EC",
|
|
2318
|
+
"wl": "WL",
|
|
2319
|
+
"data_completeness": "Data integrity",
|
|
2320
|
+
"over_time": "Over time category",
|
|
2321
|
+
"wbe": "WBE"
|
|
2322
|
+
},
|
|
2323
|
+
"health_status_change": {
|
|
2324
|
+
"days_ago": "The status was changed %{days} day/s ago",
|
|
2325
|
+
"last_24_hours": "The status was changed in the last 24 hours (< 1 day)"
|
|
2326
|
+
},
|
|
2327
|
+
"health_icons_titles": {
|
|
2328
|
+
"data_missing": "Missing data issues",
|
|
2329
|
+
"data_invalid": "Invalid data issues",
|
|
2330
|
+
"battery": "Invalid or low battery values",
|
|
2331
|
+
"signal": "Low signal issues",
|
|
2332
|
+
"broadcast": "No broadcast issues",
|
|
2333
|
+
"over_time": "Performance over time",
|
|
2334
|
+
"wbe": "Composite Sampler issue"
|
|
2335
|
+
},
|
|
2336
|
+
"weekly_report": {
|
|
2337
|
+
"weekly_report": "Weekly Report",
|
|
2338
|
+
"num_of_events": "# of Events",
|
|
2339
|
+
"num_of_events_br": "# of<br/>Events",
|
|
2340
|
+
"pollution_rate": "Pollution Rate",
|
|
2341
|
+
"pollution_rate_br": "Pollution<br/>Rate",
|
|
2342
|
+
"pie_title": "Pollution Areas",
|
|
2343
|
+
"group_list_title": "<strong>Groups</strong> list in %{type} <strong>%{name}</strong>",
|
|
2344
|
+
"collector_list_title": "<strong>Collectors</strong> list in %{type} <strong>%{name}</strong>",
|
|
2345
|
+
"group_list_title_no_area": "<strong>Groups</strong> list which do not belong to any area",
|
|
2346
|
+
"collector_list_title_no_area": "<strong>Collectors</strong> list which do not belong to any area",
|
|
2347
|
+
"data_related_to": "* The information is related to %{type} <strong>%{name}</strong>",
|
|
2348
|
+
"data_related_to_no_area": "* The information is related to sites which do not belong to any area",
|
|
2349
|
+
"position_change": "Trend",
|
|
2350
|
+
"share": "Share",
|
|
2351
|
+
"collector_name": "Collector",
|
|
2352
|
+
"pollution": "Pollution",
|
|
2353
|
+
"polluted_groups": "Polluted Sites",
|
|
2354
|
+
"last_week": "Last week",
|
|
2355
|
+
"weeks_ago": "%{weeks} weeks ago"
|
|
2356
|
+
},
|
|
2357
|
+
"assets_screen": {
|
|
2358
|
+
"title": "Assets Management",
|
|
2359
|
+
"num_of_assets": "# of assets",
|
|
2360
|
+
"ttf_kpi": "Assets TTF",
|
|
2361
|
+
"ttf_early_life": "Early Life",
|
|
2362
|
+
"ttf_mid_life": "Mid Life",
|
|
2363
|
+
"ttf_end_of_life": "End of Life",
|
|
2364
|
+
"capacity": "Capacity (m3/day)",
|
|
2365
|
+
"ttf": "TTF(time to failure)",
|
|
2366
|
+
"age": "Age(years)",
|
|
2367
|
+
"location_sensitivity": "Location Sensitivity",
|
|
2368
|
+
"diameter": "Diameter",
|
|
2369
|
+
"asset_name": "Asset Name",
|
|
2370
|
+
"asset_type": "Asset Type"
|
|
2371
|
+
},
|
|
2372
|
+
"battery_types": {
|
|
2373
|
+
"er": "ER",
|
|
2374
|
+
"tadiran": "Tadiran"
|
|
2375
|
+
},
|
|
2376
|
+
"highchart_custom": {
|
|
2377
|
+
"download_chart_full_data": "Download CSV (Full Data)"
|
|
2378
|
+
},
|
|
2379
|
+
"form_validator": {
|
|
2380
|
+
"error_missing": "Value is required",
|
|
2381
|
+
"error_out_of_range": "Value out of valid range",
|
|
2382
|
+
"error_fields_explanation": "Please check the fields marked in red",
|
|
2383
|
+
"error_mandatory": "Field is mandatory",
|
|
2384
|
+
"error_fields_mandatory": "Fields marked in red are mandatory"
|
|
2385
|
+
},
|
|
2386
|
+
"simulator": {
|
|
2387
|
+
"info_dialog": {
|
|
2388
|
+
"parameter": "Parameter",
|
|
2389
|
+
"parameter2": "Parameter",
|
|
2390
|
+
"units": "Units",
|
|
2391
|
+
"max_value": "Max value",
|
|
2392
|
+
"value": "Measured Value",
|
|
2393
|
+
"value2": "Measured Value",
|
|
2394
|
+
"wwtp_in": "WWTP in",
|
|
2395
|
+
"wwtp_out": "WWTP out",
|
|
2396
|
+
"exceeded_percent": "Deviation %",
|
|
2397
|
+
"sewer_rate": "Sewer rate",
|
|
2398
|
+
"no_data": "No sampling or lab results weren't entered",
|
|
2399
|
+
"calc_first": "Please click on the 'Calculate' button first.",
|
|
2400
|
+
"boron_comment": "No charge for Boron in case there is Heavy Metals scan",
|
|
2401
|
+
"sum_comment": "There's a difference between the shown and the saved result"
|
|
2402
|
+
},
|
|
2403
|
+
"messages": {
|
|
2404
|
+
"no_water_consumptions_were_set": "*** Not all the water consumptions were set !!! ****",
|
|
2405
|
+
"summary": "-------------------------------------------------------------- S U M M A R Y --------------------------------------------------------------------------------------",
|
|
2406
|
+
"group_name": "Site name: %{group_name}",
|
|
2407
|
+
"sampling_date": "Sampling date: %{sampling_date}",
|
|
2408
|
+
"forbidden": "Toxic parameters exceeded: %{bool}",
|
|
2409
|
+
"exceptions": "Exceptional waste parameters exceeded: %{bool}",
|
|
2410
|
+
"wwtp_consumption": "WWTP sewage flow per day(Q.dWWTP): %{q_dwwtp}",
|
|
2411
|
+
"consumption_per_day": "Site's daily water consumption: %{consumption} m3",
|
|
2412
|
+
"exceptions_cost_by_formula": "Exceptional waste cost on formula: %{cost}",
|
|
2413
|
+
"exceptions_cost_with_water": "Exceptional waste cost according water consumption: %{cost}",
|
|
2414
|
+
"sewer_rate": "Sewer rate: %{sewer_rate}",
|
|
2415
|
+
"forbidden_factor": "Maximal rate: %{forbidden_factor}",
|
|
2416
|
+
"charging_period": "Sampling period: %{start} - %{end}",
|
|
2417
|
+
"total_consumption_amount": "Water consumption for %{days} days: %{total_consumption_amount}",
|
|
2418
|
+
"exceptions_cost": "Exceptional waste cost: %{cost}",
|
|
2419
|
+
"forbidden_cost": "Toxic cost: %{cost}",
|
|
2420
|
+
"total_exp_forb": "Total cost (exceptional+toxic): %{total}",
|
|
2421
|
+
"simulator_calc": "Calculation check: simulator value(%{simulator_value}) X water consumption(%{total_consumption_amount}) = %{total_via_simulator}",
|
|
2422
|
+
"sampling_cost": "Sampling cost: %{cost}",
|
|
2423
|
+
"total": "Total charge (include sampling cost): %{total}",
|
|
2424
|
+
"simulator_diff": "!!! Please note, there is a diff between the calculate value and the stored value !!!",
|
|
2425
|
+
"calculate_avg_water_per_day1": "There is no previous sampling. Daily water consumption is: total water consumption(%{total_consumption_amount} / 90 = %{result})",
|
|
2426
|
+
"calculate_avg_water_per_day2": "Daily water consumption is: total water consumption(%{total_consumption_amount}) / days(%{total_days}) = %{result}",
|
|
2427
|
+
"calc_water": "Calculate water consumptions:",
|
|
2428
|
+
"calc_exceptions_cost": "Calculate exceptional waste cost: exceptional waste cost(%{exceptions}) X water consumption(%{total_consumption_amount}) X exceptional factor)(%{exception_water_factor}) %{double_discount}= %{result}",
|
|
2429
|
+
"calc_forbidden_cost": "Calculate Toxic cost: toxic cost(%{forbidden}) X water consumption(%{total_consumption_amount}) X toxic factor(%{forbidden_water_factor}) = %{result}",
|
|
2430
|
+
"no_prev_sampling_90": "No previous sampling. The calculation will be for 90 days.",
|
|
2431
|
+
"period_bigger_90": "Sapling period is longer than 90 days(%{total_days}).The calculation will be for 90 days.",
|
|
2432
|
+
"total_days": "Sampling period is %{total_days} days. The calculation will be for %{total_days} days.",
|
|
2433
|
+
"manual_charging_period": "Charging period was set manually. Charging period is %{charging_period} days.",
|
|
2434
|
+
"calc_water_factor_exp": "Calculate exceptional waste water factor:",
|
|
2435
|
+
"calc_by_wastewater": "Calculate as water/wastewater = wastewater",
|
|
2436
|
+
"exceptions_water_factor": "Exceptional waste water percent(100%) = %{result}",
|
|
2437
|
+
"calc_by_water": "Calculate as water/wastewater = water",
|
|
2438
|
+
"exceptions_water_presents": "Exceptional wastewater percent(%{wastewater_percents}%) = %{result}",
|
|
2439
|
+
"start_exceptions_calc": "** Exceptional calculation start",
|
|
2440
|
+
"param_not_supported_by_wwtp": "WWTP %{wwtp_name} doesn't treat %{param_name}. This parameter will be ignored.",
|
|
2441
|
+
"below_detection_limit": "%{param_name} value below detection limit.",
|
|
2442
|
+
"no_analysis_was_performed": "No analysis was performed for %{param_name}",
|
|
2443
|
+
"calc_px": "The Px value for %{param_name} is: %{px}",
|
|
2444
|
+
"exceptions_sub_total": "Exceptional waste sub total: %{result}",
|
|
2445
|
+
"exceptions_total": "** Exceptional waste total cost: %{result}",
|
|
2446
|
+
"exception_above_20": "Exceptional waste cost above 20. Max cost will be calculated:",
|
|
2447
|
+
"set_by_system": "Calculated by the system",
|
|
2448
|
+
"set_by_user": "Set by the user",
|
|
2449
|
+
"above_tor_g": "Above G value in the last three previous samplings - %{set_by}",
|
|
2450
|
+
"below_tor_g": "Below G value in all last three previous samplings - %{set_by}",
|
|
2451
|
+
"tor_g": "%{message} - result will be limited to %{max_limit}",
|
|
2452
|
+
"calc_simulator_value": "toxic cost(%{forbidden}) X toxic factor(%{forbidden_water_factor}) + exceptional waste cost(%{exception}) X exceptional factor(%{exception_water_factor}) = %{result}",
|
|
2453
|
+
"simulator_value": "Simulator's value for one m3 of water is %{result} %{currency}",
|
|
2454
|
+
"calc_water_factor_forb": "Calculate toxic factor:",
|
|
2455
|
+
"client_moatza": "Client type = Municipality",
|
|
2456
|
+
"client_wa": "Client type = Water authority",
|
|
2457
|
+
"calc_water_factor_forb_moatza": "Toxic factor is: 1 X water percents(100%) = %{result}",
|
|
2458
|
+
"calc_water_factor_forb_wa": "Toxic factor is: 1/0.7 X water percents(100%) = %{result}",
|
|
2459
|
+
"calc_water_factor_forb_non_wastewater": "Toxic factor is: 1/0.7 X water percents(%{wastewater_percents}%) = %{result}",
|
|
2460
|
+
"calc_forbidden": "Calculate toxic: sewer rate(%{sewer_rate}) X toxic factor(%{forbidden_factor}) = %{result}",
|
|
2461
|
+
"max_forb_factor": "Toxic maximum factor is: %{max_factor}. Max factor was set for the parameter %{param_name}.",
|
|
2462
|
+
"group_one_factor_error": "Parameter %{param_name} belongs to group 1 but wasn't defined as measurable parameter",
|
|
2463
|
+
"calc_px_title": "---------------------------------------------------------------- Calculate Px for parameter %{param_name}. Value: %{value}----------------------------------------------------------------",
|
|
2464
|
+
"tor_b_value": "B value: %{tor_b}",
|
|
2465
|
+
"tor_g_value": "G value: %{tor_gimel}",
|
|
2466
|
+
"px_below_tor_b1": "No Px calculation for %{param_name}. The value %{current_value} based on lab's uncertainty value(%{uncertainty_value}%) is: %{current_value_with_uncertainty}, which is below B value(%{tor_b})",
|
|
2467
|
+
"px_below_tor_b2": "No Px calculation for %{param_name}. The value %{current_value} is below B value(%{tor_b})",
|
|
2468
|
+
"px_between_b_and_arrangement": "Calculate Px for %{param_name} - The value (%{current_value}) is between the B value(%{tor_b}) and the arrangement value(%{arrangment_value})",
|
|
2469
|
+
"px_above_arrangement": "Calculate Px for %{param_name} - The value(%{current_value}) is equals/greater than the arrangement value(%{arrangment_value})",
|
|
2470
|
+
"px_between_b_g": "Calculate Px for %{param_name} - The value(%{current_value}) is between B value(%{tor_b}) and G value(%{tor_gimel})",
|
|
2471
|
+
"px_above_tor_g": "Calculate Px for %{param_name} - The value(%{current_value}) is equals/greater than the G value(%{tor_gimel})",
|
|
2472
|
+
"formula_type_below_arrangement": "Formula type=In Arrangement",
|
|
2473
|
+
"formula_type_above_arrangement": "Formula type=Outsize the Arrangement",
|
|
2474
|
+
"calc_water_factor_forb_v2": "Toxic factor is: 1 X water percents(100%) = %{result}",
|
|
2475
|
+
"calc_water_factor_forb_non_wastewater_v2": "Toxic factor is: water percents(%{wastewater_percents}%) = %{result}",
|
|
2476
|
+
"calc_forbidden_v2": "Calculate toxic = %{group_1_cost}(group 1) + %{group_2_cost}(group 2) + %{group_3_cost}(group 3) + %{group_4_cost}(group 4) + %{group_5_cost}(group 5) = %{ret}",
|
|
2477
|
+
"forbidden_limit_40": "Total toxic value = 40",
|
|
2478
|
+
"calc_group": "Calculate group %{group_number}",
|
|
2479
|
+
"total_group": "Total for group %{group_number}: %{ret}",
|
|
2480
|
+
"calc_group_1_1": "Calculate group 1.1 - SO ",
|
|
2481
|
+
"calc_group_1_2": "Calculate group 1.2 - -S ",
|
|
2482
|
+
"calc_group_1_3": "Calculate group 1.3 - PH ",
|
|
2483
|
+
"calc_group_1_4": "Calculate group 1.4 - Flammable materials",
|
|
2484
|
+
"calc_group_1_5": "Calculate group 1.5 - Temperature above 40c",
|
|
2485
|
+
"calc_group_2_2": "Calculate group 2.2 - Separated oils ",
|
|
2486
|
+
"calc_group_2_3": "Calculate group 2.3 - Solids >10 mm ",
|
|
2487
|
+
"calc_group_2_4": "Calculate group 2.4 - Viscous material ",
|
|
2488
|
+
"calc_group_2_5": "Calculate group 2.5 - Solids >15 mm ",
|
|
2489
|
+
"value_for_check": "Value: %{result_value}",
|
|
2490
|
+
"not_exceeded": "Parameter %{param_name} not exceeded",
|
|
2491
|
+
"not_exceeded_2": "Not exceeded",
|
|
2492
|
+
"not_exceeded_3": "Parameter %{param_name} not exceeded",
|
|
2493
|
+
"no_value_was_set": "No value was set for %{param_name}",
|
|
2494
|
+
"no_value_was_found": "No value was found for %{param_name}",
|
|
2495
|
+
"calc_value": "Calculated value for %{param_name}: %{ret} ",
|
|
2496
|
+
"below_detection_limit_v2": "Below detection limit",
|
|
2497
|
+
"ph_value": "PH value%{plastic}: %{ret} ",
|
|
2498
|
+
"plastic_manhole": "(Plastic manhole)",
|
|
2499
|
+
"relation_with_low_value": "%{param_name} - Low relation value",
|
|
2500
|
+
"calc_deviation_exceeded": "%{param_name} - value: %{result_value}, deviation: %{ret}%",
|
|
2501
|
+
"calc_deviation_not_exceeded": "%{param_name} - value: %{result_value} - not exceeded",
|
|
2502
|
+
"custom_charging_period": "Charging period was set manually. The charging period is %{charging_period} days.",
|
|
2503
|
+
"no_lab_result_45": "No prevoius lab results. Calculation will be done for 45 days.",
|
|
2504
|
+
"forbidden_in_previous_sampling_no_shorten_period": "Last sampling contains toxic, therefore there will be no shorten period",
|
|
2505
|
+
"above_tor_g_in_previous_sampling_no_shorten_period": "Last sampling exceeded above G value, therefore there will be no shorten period",
|
|
2506
|
+
"below_tor_g_in_previous_sampling_shorten_period": "Last sampling exceeded below G value. A shorten period will take place",
|
|
2507
|
+
"previous_sampling_is_ok_no_shorten_period": "No exceptional waste in the last sampling. A shorten period will take place.",
|
|
2508
|
+
"last_sampling_in_manhole": "Last sampling was on point: %{point_name}",
|
|
2509
|
+
"last_lab_result_date": "Last lab result were from %{date}. Above G value?: %{bool}",
|
|
2510
|
+
"above_tor_g_by_user": "last sampling above G value. - Set by the user",
|
|
2511
|
+
"below_tor_g_by_user": "Last sampling ** DID NOT ** exceeded above G - Set by the user",
|
|
2512
|
+
"above_90_days": "Sampling period is longer than 90 days(%{total_days}). Calculation will be done based on 90 days.",
|
|
2513
|
+
"num_of_days": "Sampling period is %{total_days} days. Calculation will be done based on %{total_days} days.",
|
|
2514
|
+
"above_90_days_half": "Sampling period is longer than 90 days(%{total_days}). After reduction, calculation will be done based on 45 days",
|
|
2515
|
+
"num_of_days_half": "Sampling period is %{total_days} days. After reduction, calculation will be done based on %{half} days.",
|
|
2516
|
+
"end_of_forbidden": " ---------------------------------- End of toxic calculation ------------------------------------------------"
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
"water_consumption_meter_read": {
|
|
2520
|
+
"messages": {
|
|
2521
|
+
"valid_wc": "Please provide a valid water consumption",
|
|
2522
|
+
"choose_period": "Choose period or number of days",
|
|
2523
|
+
"valid_period": "Please provide a valid number of days",
|
|
2524
|
+
"avg_wc_per_day": "The average water consumption per day is %{param}",
|
|
2525
|
+
"dates_limitation": "End date has to be greater then start date",
|
|
2526
|
+
"valid_dates": "Please choose valid dates",
|
|
2527
|
+
"num_of_days": "Number of days passed from the last sampling:",
|
|
2528
|
+
"calculation": "calculation:"
|
|
2529
|
+
}
|
|
2530
|
+
},
|
|
2531
|
+
"project_management": {
|
|
2532
|
+
"title": "Deployment Management",
|
|
2533
|
+
"kpi": {
|
|
2534
|
+
"most_polluted_collectors": "Most Polluted Collectors",
|
|
2535
|
+
"detection": "Detection",
|
|
2536
|
+
"upstream_detection": "Upstream Detection",
|
|
2537
|
+
"lowest_collectors_detection": "Lowest Collectors Detection",
|
|
2538
|
+
"most_polluted_factories": "Most Polluted Factories"
|
|
2539
|
+
},
|
|
2540
|
+
"period": "Period",
|
|
2541
|
+
"2_months": "2 Months",
|
|
2542
|
+
"6_months": "6 Months",
|
|
2543
|
+
"1_year": "1 Year",
|
|
2544
|
+
"upstream_detection": "Upstream Detection",
|
|
2545
|
+
"downstream_detection": "Downstream Detection",
|
|
2546
|
+
"minimum_deployment1": "A minimum of ",
|
|
2547
|
+
"minimum_deployment2": "units are required to cover the selected area.",
|
|
2548
|
+
"additional_deployment_info1": "Please note, currently you have %{collectors_poor_detection} collectors in the selected area, with poor upstream detection.",
|
|
2549
|
+
"additional_deployment_info2": "Please consider, adding more units upstream, to increase the detection rate",
|
|
2550
|
+
"collectors": "Collectors",
|
|
2551
|
+
"factories": "Factories",
|
|
2552
|
+
"low_detection_advice": "Low Detection! Please consider installing more units in the upstream.",
|
|
2553
|
+
"legend": {
|
|
2554
|
+
"legend": "Legend",
|
|
2555
|
+
"monitored": "Monitored",
|
|
2556
|
+
"not_monitored": "Not Monitored",
|
|
2557
|
+
"critical_place": "High potential pollution score",
|
|
2558
|
+
"collector": "Collector",
|
|
2559
|
+
"factory": "Factory"
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
"statistics": {
|
|
2563
|
+
"title": "Statistics - %{name}",
|
|
2564
|
+
"manual_data": "Data was set manually",
|
|
2565
|
+
"add_statistic": "Add Statistic",
|
|
2566
|
+
"subject": "Metric",
|
|
2567
|
+
"granularity": "Resolution",
|
|
2568
|
+
"updated_at": "Updated at",
|
|
2569
|
+
"period": "Based On Last",
|
|
2570
|
+
"statistic_configuration": "Statistic Configuration",
|
|
2571
|
+
"manual": "Manual",
|
|
2572
|
+
"live_data": "Live Data",
|
|
2573
|
+
"generate_thresholds": "Generate %{sensor} thresholds",
|
|
2574
|
+
"retrieve_baseine": "Retrieve %{sensor}",
|
|
2575
|
+
"retrieve_forecast": "Forecast %{sensor}",
|
|
2576
|
+
"retrieve_baseine_from_live_data": "From live data",
|
|
2577
|
+
"retrieve_baseine_from_configuration": "From manual configuration",
|
|
2578
|
+
"warn_overide_baseline": "This action will override the current baseline",
|
|
2579
|
+
"manual_statistic_configuration": "Manual Statistic Configuration",
|
|
2580
|
+
"live_data_configuration": "Live Data Configuration",
|
|
2581
|
+
"manual_description": "For adding configurations, please click on the + button. Please note, in case of configurations overlapping, the second configuration will override the first one.",
|
|
2582
|
+
"manual_type_description": {
|
|
2583
|
+
"wl": "Click on the <i class=\"wl-bg\">green</i> rectangle for calculating flow based on water level.",
|
|
2584
|
+
"simple": "Please select working hours. The flow will be calculated based on the site's water consumption."
|
|
2585
|
+
},
|
|
2586
|
+
"live_data_description": "Please save in case you would like to keep the manual configuration for a further used. Please note, if you're not planning to use the manual configuration, you can delete this statistic configuration from the previous screen.",
|
|
2587
|
+
"subjects": {
|
|
2588
|
+
"pollution_events_counter": "Number Of Pollution Events",
|
|
2589
|
+
"Pollution": "Pollution Index"
|
|
2590
|
+
},
|
|
2591
|
+
"types": {
|
|
2592
|
+
"statistics/hours_of_the_week": "Hours of the week",
|
|
2593
|
+
"statistics/hours_of_the_day": "Hours of the day",
|
|
2594
|
+
"statistics/days_of_the_week": "Days of the week",
|
|
2595
|
+
"statistics/days_of_the_month": "Days of the month",
|
|
2596
|
+
"forecast": "Forecast"
|
|
2597
|
+
},
|
|
2598
|
+
"periods": {
|
|
2599
|
+
"2_months": "2 Months",
|
|
2600
|
+
"6_months": "6 Months",
|
|
2601
|
+
"12_months": "1 Year"
|
|
2602
|
+
},
|
|
2603
|
+
"metadata": {
|
|
2604
|
+
"start_hour": "Start Hour",
|
|
2605
|
+
"end_hour": "End Hour",
|
|
2606
|
+
"days": "Days",
|
|
2607
|
+
"value": "%{type} Value Per Hour (M³/h)",
|
|
2608
|
+
"based_on": "Based on",
|
|
2609
|
+
"working_hours": "Working Hours",
|
|
2610
|
+
"wl": "Water Level",
|
|
2611
|
+
"enter_wl": "Please enter water level",
|
|
2612
|
+
"wl_label": "Water Level(cm)",
|
|
2613
|
+
"failed_to_calc_flow": "Failed to calculate Flow",
|
|
2614
|
+
"calculation": "Calculation",
|
|
2615
|
+
"calculation_details": "%{workingHourPercentage} %{waterConsumptionPerDay}(Water consumption per day) X 7(days) X %{waterConsumptionPercentage}%(for charging) / %{numOfHours}(working hours) = <b>%{flowPerDay}</b>(avg flow per hour)"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2618
|
+
"baselines": {
|
|
2619
|
+
"effective_baseline": "Effective baseline",
|
|
2620
|
+
"choose_effective_baseline": "Choose effective baseline",
|
|
2621
|
+
"forecast": "Forecast",
|
|
2622
|
+
"statistic": "Statistic",
|
|
2623
|
+
"external": "External"
|
|
2624
|
+
},
|
|
2625
|
+
"sector_icons": {
|
|
2626
|
+
"animal_feed": "Animal Feed",
|
|
2627
|
+
"beverage": "Beverage",
|
|
2628
|
+
"brewing": "Brewing",
|
|
2629
|
+
"cosmetics": "Cosmetics",
|
|
2630
|
+
"dairy": "Dairy",
|
|
2631
|
+
"laundry": "Laundry",
|
|
2632
|
+
"leathercraft": "Leathercraft",
|
|
2633
|
+
"recycle1": "Recycle 1",
|
|
2634
|
+
"recycle2": "Recycle 2",
|
|
2635
|
+
"refinery": "Refinery",
|
|
2636
|
+
"slaughterhouse": "Slaughterhouse",
|
|
2637
|
+
"soaps": "Soaps",
|
|
2638
|
+
"textile": "Textile",
|
|
2639
|
+
"winery": "Winery",
|
|
2640
|
+
"wwtp": "WWTP",
|
|
2641
|
+
"collector": "Collector",
|
|
2642
|
+
"chemical_industry_1": "Chemical Industry 1",
|
|
2643
|
+
"chemical_industry_2": "Chemical Industry 2",
|
|
2644
|
+
"food_factory": "Food Factory",
|
|
2645
|
+
"general": "General",
|
|
2646
|
+
"hospital": "Hospital",
|
|
2647
|
+
"hotel": "Hotel",
|
|
2648
|
+
"mechanical_industry": "Mechanical Industry",
|
|
2649
|
+
"printing_and_paper_factory": "Printing And Paper Factory"
|
|
2650
|
+
},
|
|
2651
|
+
"sector_icon_colors": {
|
|
2652
|
+
"blue": "Blue",
|
|
2653
|
+
"green": "Green",
|
|
2654
|
+
"purple": "Purple",
|
|
2655
|
+
"red": "Red"
|
|
2656
|
+
},
|
|
2657
|
+
"assets": {
|
|
2658
|
+
"assets_properties": "Asset Properties",
|
|
2659
|
+
"go_to_map": "Open on Map",
|
|
2660
|
+
"risk": "Risk",
|
|
2661
|
+
"lines_risk": "Lines Risk",
|
|
2662
|
+
"asset_management_types": {
|
|
2663
|
+
"corrosion": "Corrosion",
|
|
2664
|
+
"overflow": "Overflows",
|
|
2665
|
+
"odor": "Odor",
|
|
2666
|
+
"kpva": "KPVA"
|
|
2667
|
+
},
|
|
2668
|
+
"severity": "Severity",
|
|
2669
|
+
"severities": {
|
|
2670
|
+
"low": "All",
|
|
2671
|
+
"med": "Med+High",
|
|
2672
|
+
"high": "High Only"
|
|
2673
|
+
},
|
|
2674
|
+
"severity_types": {
|
|
2675
|
+
"low": "Low",
|
|
2676
|
+
"med": "Medium",
|
|
2677
|
+
"high": "High"
|
|
2678
|
+
},
|
|
2679
|
+
"fields": {
|
|
2680
|
+
"corrosion": "Corrosion Rate",
|
|
2681
|
+
"risk_of_failure": "KPVA",
|
|
2682
|
+
"risk_of_overflow": "Risk of Overflow",
|
|
2683
|
+
"odor_rate": "Odor Rate",
|
|
2684
|
+
"next_wash": "Next Wash"
|
|
2685
|
+
},
|
|
2686
|
+
"table_columns": {
|
|
2687
|
+
"priority": "Priority",
|
|
2688
|
+
"line_name": "Line Name",
|
|
2689
|
+
"description": "Description",
|
|
2690
|
+
"corrosion1": "Corrosion",
|
|
2691
|
+
"corrosion2": "Rate",
|
|
2692
|
+
"corrosion3": "(mm/year)",
|
|
2693
|
+
"risk_of_failure1": "KPVA",
|
|
2694
|
+
"risk_of_failure2": "",
|
|
2695
|
+
"risk_of_overflow1": "Risk of",
|
|
2696
|
+
"risk_of_overflow2": "Overflow",
|
|
2697
|
+
"odor_rate1": "Odor",
|
|
2698
|
+
"odor_rate2": "Rate",
|
|
2699
|
+
"odor_rate3": "",
|
|
2700
|
+
"next_wash1": "Next",
|
|
2701
|
+
"next_wash2": "Wash",
|
|
2702
|
+
"next_wash3": "(In weeks)"
|
|
2703
|
+
},
|
|
2704
|
+
"pipe_material": {
|
|
2705
|
+
"concrete": "Concrete",
|
|
2706
|
+
"reinforced_concrete": "Reinforced Concrete",
|
|
2707
|
+
"pvc": "PVC",
|
|
2708
|
+
"steel": "Steel"
|
|
2709
|
+
}
|
|
2710
|
+
},
|
|
2711
|
+
"create_site_modal": {
|
|
2712
|
+
"location": "Location",
|
|
2713
|
+
"location_message": "Drag marker to adjust",
|
|
2714
|
+
"add_media_picture": "Add Picture",
|
|
2715
|
+
"add_media_video": "Add Video",
|
|
2716
|
+
"unit_id": "Unit ID",
|
|
2717
|
+
"unit_id_msg": "Note: if unit is selected a System will be created",
|
|
2718
|
+
"buttons": {
|
|
2719
|
+
"create_site": "Create Site",
|
|
2720
|
+
"create_site_and_system": "Create Site + System"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
"channel_shapes": {
|
|
2724
|
+
"channel_shapes/rect_pipe": "Rectangle",
|
|
2725
|
+
"channel_shapes/circular_pipe": "Circular"
|
|
2726
|
+
},
|
|
2727
|
+
"pollution_event_severities": {
|
|
2728
|
+
"0": "Medium",
|
|
2729
|
+
"1": "High",
|
|
2730
|
+
"2": "Extreme"
|
|
2731
|
+
},
|
|
2732
|
+
"data_labels": {
|
|
2733
|
+
"title": "Data Label %{id}",
|
|
2734
|
+
"created_by": "Created by <a href = \"mailto: %{email}\">%{email}</a>",
|
|
2735
|
+
"approved_by": "Approved by <a href = \"mailto: %{email}\">%{email}</a> on %{when}",
|
|
2736
|
+
"event": "Event",
|
|
2737
|
+
"status": {
|
|
2738
|
+
"for_review": "For Review",
|
|
2739
|
+
"approved": "Approved"
|
|
2740
|
+
},
|
|
2741
|
+
"confidence_level": {
|
|
2742
|
+
"low": "Low (I’m not Sure)",
|
|
2743
|
+
"medium": "Medium (I’m Pretty Sure)",
|
|
2744
|
+
"high": "High (I’m Sure)"
|
|
2745
|
+
},
|
|
2746
|
+
"observation": "Observation",
|
|
2747
|
+
"pretreatment_facility": "Pretreatment Facility",
|
|
2748
|
+
"fats_separator": "Fats Separator",
|
|
2749
|
+
"aerobic_process": "Aerobic Process",
|
|
2750
|
+
"anaerobic": "Anaerobic",
|
|
2751
|
+
"daf": "DAF",
|
|
2752
|
+
"pretreatment_unknown": "Don't Know",
|
|
2753
|
+
"industrial_process": "Industrial Process",
|
|
2754
|
+
"cleaning_process": "Cleaning Process",
|
|
2755
|
+
"steam": "Steam",
|
|
2756
|
+
"pasteurization": "Pasteurization",
|
|
2757
|
+
"industrial_unknown": "Industrial Process - Don't Know",
|
|
2758
|
+
"hydraulic": "Hydraulic",
|
|
2759
|
+
"i_and_i": "I&I",
|
|
2760
|
+
"blockages": "Blockages",
|
|
2761
|
+
"hydraulic_unknown": "Hydraulic - Don't Know",
|
|
2762
|
+
"malfunction": "Malfunction",
|
|
2763
|
+
"sensor_signal": "Sensor Signal (Anomalies and out liars)",
|
|
2764
|
+
"battery": "Battery",
|
|
2765
|
+
"cellular_signal": "Cellular Signal",
|
|
2766
|
+
"dirty_sensor": "Dirty Sensor",
|
|
2767
|
+
"sensor_in_air": "Sensor Out of the Wastewater",
|
|
2768
|
+
"turbulence": "Turbulent Flow",
|
|
2769
|
+
"point_in_time": "Point in Time",
|
|
2770
|
+
"regime_change": "Regime change",
|
|
2771
|
+
"data_repair": "Data Repair",
|
|
2772
|
+
"bad_repair": "Insufficient Repair",
|
|
2773
|
+
"sampling_taken_at": "Sampling from %{date}",
|
|
2774
|
+
"date_format": "%Y-%m-%d %T",
|
|
2775
|
+
"button_title": "Data Labeling Mode",
|
|
2776
|
+
"time_difference_notice": "There is 1 hour difference because of Standart/Daylight saving Time"
|
|
2777
|
+
},
|
|
2778
|
+
"pollution_event_alert": {
|
|
2779
|
+
"severity": "Severity: %{severity}",
|
|
2780
|
+
"water_authority": "Water Utility: %{wa}",
|
|
2781
|
+
"sampler_activated": "Sampler was activated",
|
|
2782
|
+
"early_warning": "ETA to %{target} at : %{expected_time}",
|
|
2783
|
+
"severity_indication": {
|
|
2784
|
+
"0": "🟡⚪⚪",
|
|
2785
|
+
"1": "🟡🟡⚪",
|
|
2786
|
+
"2": "🔴🔴🔴"
|
|
2787
|
+
},
|
|
2788
|
+
"pe_started": "Event start time %{time_type}: %{time}",
|
|
2789
|
+
"pump_time": "Sampler was activated at %{time_type}: %{time}",
|
|
2790
|
+
"site_time": "Site",
|
|
2791
|
+
"event_open_graph": "Click here to learn more about the event",
|
|
2792
|
+
"notify": "Kando Clear Upstream would like to notify you that a %{severity} pollution event was detected at %{site_name}",
|
|
2793
|
+
"severity_just_detected": "%{severity} Pollution Event just detected"
|
|
2794
|
+
},
|
|
2795
|
+
"investigate_mode": {
|
|
2796
|
+
"button_title": "Investigate Mode",
|
|
2797
|
+
"chart_sub_title_upstream_distance": "The distance from investigated point is %{time} minuets",
|
|
2798
|
+
"pollution_info": {
|
|
2799
|
+
"pollution_header": "Poulltion Event Info",
|
|
2800
|
+
"date": "Date",
|
|
2801
|
+
"duration": "Duration",
|
|
2802
|
+
"suspects": "Suspects",
|
|
2803
|
+
"name": "name",
|
|
2804
|
+
"event_id": "event id",
|
|
2805
|
+
"no_suspects_were_found": "No suspects were found"
|
|
2806
|
+
},
|
|
2807
|
+
"investigate_area": {
|
|
2808
|
+
"suspect_placeholder_msg": "select a suspect from upstream list to view upstream suspect chart",
|
|
2809
|
+
"suspect_list_header": "Upstream List"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
"sectors_screen": {
|
|
2813
|
+
"global_sectors": "Global Sectors"
|
|
2814
|
+
},
|
|
2815
|
+
"area_screen": {
|
|
2816
|
+
"import_polygon": "Add Polygon From External Source",
|
|
2817
|
+
"enter_polygon_title": "Area's Polygon",
|
|
2818
|
+
"invalid_polygon": "Invalid Format",
|
|
2819
|
+
"editing": "Editing Area",
|
|
2820
|
+
"back": "Back",
|
|
2821
|
+
"mode": "Mode",
|
|
2822
|
+
"main_site": "Main Site",
|
|
2823
|
+
"main_area": "Main Area"
|
|
2824
|
+
},
|
|
2825
|
+
"linked_point_screen": {
|
|
2826
|
+
"import_polyline": "Add Polyline From External Source",
|
|
2827
|
+
"enter_polygon_title": "Edge's Polyline",
|
|
2828
|
+
"invalid_polygon": "Invalid Format",
|
|
2829
|
+
"distance": "Distance: %{distance} minutes",
|
|
2830
|
+
"source": "Source: %{source}",
|
|
2831
|
+
"target": "Target: %{target}",
|
|
2832
|
+
"editing": "Editing a Network Edge",
|
|
2833
|
+
"network_edges": "Network Edges",
|
|
2834
|
+
"back": "Back"
|
|
2835
|
+
},
|
|
2836
|
+
"notifications": {
|
|
2837
|
+
"greeting": "Hello %{user_name}",
|
|
2838
|
+
"regards": "-Kando team-",
|
|
2839
|
+
"do_not_reply": "This is an automatic message, please do not reply to this email. <br> For more info please contact <a href='mailto:info@kando.eco'>info@kando.eco</a> or your customer success manager."
|
|
2840
|
+
},
|
|
2841
|
+
"fota_request_screen": {
|
|
2842
|
+
"warn_message": {
|
|
2843
|
+
"fota_in_progress": "FOTA Requests in progress",
|
|
2844
|
+
"details": "You have selected all devices, but please note, not all the devices were selected since some of them have an active FOTA request"
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
"covid_view": {
|
|
2848
|
+
"main_areas": "Main Areas",
|
|
2849
|
+
"sort": {
|
|
2850
|
+
"by_NVL": "NVL score",
|
|
2851
|
+
"by_NVL_change": "NVL change"
|
|
2852
|
+
},
|
|
2853
|
+
"NVL_score_for_site": {
|
|
2854
|
+
"null": "NVL Score for site",
|
|
2855
|
+
"present": "Percentage of change from last time"
|
|
2856
|
+
},
|
|
2857
|
+
"status": "Status",
|
|
2858
|
+
"summary_bar": {
|
|
2859
|
+
"high": "High",
|
|
2860
|
+
"medium": "Medium",
|
|
2861
|
+
"low": "Low",
|
|
2862
|
+
"clean": "Clean",
|
|
2863
|
+
"trend": "Trend"
|
|
2864
|
+
},
|
|
2865
|
+
"NVL_statuses": {
|
|
2866
|
+
"MAJOR": "MAJOR",
|
|
2867
|
+
"MEDIUM": "MEDIUM",
|
|
2868
|
+
"LOW": "LOW",
|
|
2869
|
+
"CLEAN": "CLEAN"
|
|
2870
|
+
},
|
|
2871
|
+
"area_statuses": {
|
|
2872
|
+
"0": "Valid",
|
|
2873
|
+
"1": "Invalid",
|
|
2874
|
+
"2": "Pending",
|
|
2875
|
+
"3": "No Sampling"
|
|
2876
|
+
},
|
|
2877
|
+
"area_details": {
|
|
2878
|
+
"NVL_change": "NVL change",
|
|
2879
|
+
"last_updated": "Last updated",
|
|
2880
|
+
"sampling_taken": "Sampling taken",
|
|
2881
|
+
"status": "Status"
|
|
2882
|
+
},
|
|
2883
|
+
"NVL_severity_overtime": "NVL severity overtime",
|
|
2884
|
+
"NVL_trend": "NVL Trend",
|
|
2885
|
+
"sub_areas": "Sub Areas",
|
|
2886
|
+
"viral_load": "Viral Load",
|
|
2887
|
+
"no_valid_samplings": "There are no valid samplings for the sub-areas",
|
|
2888
|
+
"no_samplings_taken": "No samplings were taken",
|
|
2889
|
+
"back_to_main_areas": "Back to Main Areas",
|
|
2890
|
+
"back": "Go back"
|
|
2891
|
+
},
|
|
2892
|
+
"events_overview": {
|
|
2893
|
+
"floating_graph": {
|
|
2894
|
+
"time_selection": {
|
|
2895
|
+
"one_day": "1 Day",
|
|
2896
|
+
"two_days": "2 Days",
|
|
2897
|
+
"one_week": "1 Week",
|
|
2898
|
+
"one_month": "1 Month",
|
|
2899
|
+
"one_quarter": "1 Quarter"
|
|
2900
|
+
},
|
|
2901
|
+
"reset_zoom": "Reset zoom"
|
|
2902
|
+
},
|
|
2903
|
+
"sort": {
|
|
2904
|
+
"arrange_by": "Arrange by",
|
|
2905
|
+
"newest": "Newest first",
|
|
2906
|
+
"oldest": "Oldest first",
|
|
2907
|
+
"severity": "Severity"
|
|
2908
|
+
},
|
|
2909
|
+
"damage_types": {
|
|
2910
|
+
"agriculture": "Agriculture",
|
|
2911
|
+
"bacteria-process": "Bacteria process",
|
|
2912
|
+
"effluent": "Effluent",
|
|
2913
|
+
"energy": "Energy",
|
|
2914
|
+
"equipment": "Equipment",
|
|
2915
|
+
"extra-biological-sludge": "Extra Biological Sludge",
|
|
2916
|
+
"overflow": "Overflow",
|
|
2917
|
+
"pipes-blockages": "Pipes Blockages",
|
|
2918
|
+
"pipes-infrastructure": "Pipes/Infrastructure",
|
|
2919
|
+
"reuse": "Reuse",
|
|
2920
|
+
"sea-rivers": "Sea-rivers",
|
|
2921
|
+
"sludge": "Sludge"
|
|
2922
|
+
},
|
|
2923
|
+
"severities": {
|
|
2924
|
+
"0": "Medium",
|
|
2925
|
+
"1": "High",
|
|
2926
|
+
"2": "Extreme",
|
|
2927
|
+
"clear": "Clear",
|
|
2928
|
+
"polluted": "Polluted"
|
|
2929
|
+
},
|
|
2930
|
+
"no-sources-title": "Could not detect source",
|
|
2931
|
+
"go_back_factory": "Go to site dashboard",
|
|
2932
|
+
"not-identified": "Not identified",
|
|
2933
|
+
"event_details": "Event Details",
|
|
2934
|
+
"suspect": "suspect",
|
|
2935
|
+
"suspects": "suspects",
|
|
2936
|
+
"back_to_control_room": "Back to control room",
|
|
2937
|
+
"events_list": "Events List",
|
|
2938
|
+
"back_to_events": "Back to Events",
|
|
2939
|
+
"back_to_details": "Back to info",
|
|
2940
|
+
"event_data_missing": "The event cannot be displayed on the map as the network has changed since the event creation, or lat and lng data is missing",
|
|
2941
|
+
"event_verify_coordinates": "Please make sure that the following sites and their downstream sites all have lat & lng coordinates",
|
|
2942
|
+
"event_alert_title": "Could not be displayed",
|
|
2943
|
+
"back_to": "Back",
|
|
2944
|
+
"source": "Source",
|
|
2945
|
+
"first_detection": "First Detection",
|
|
2946
|
+
"sector": "Sector",
|
|
2947
|
+
"severity": "Severity",
|
|
2948
|
+
"current_time": "Current time",
|
|
2949
|
+
"eta": "ETA to",
|
|
2950
|
+
"within": "within",
|
|
2951
|
+
"high_chances_of_reaching": "high chances of reaching the WWTP",
|
|
2952
|
+
"expected_to_arrive_but_not_observed": "Expected to arrive but was not observed",
|
|
2953
|
+
"pollution_has_reached": "Pollution has reached",
|
|
2954
|
+
"at": "At",
|
|
2955
|
+
"first_seen": "First seen",
|
|
2956
|
+
"last_seen": "Last seen",
|
|
2957
|
+
"total_time": "Total time",
|
|
2958
|
+
"start_discharge_time": "Start discharge time",
|
|
2959
|
+
"end_discharge_time": "End discharge time",
|
|
2960
|
+
"event_path": "Event Path",
|
|
2961
|
+
"still_polluting": "Still polluting",
|
|
2962
|
+
"damage_type": "Damage type",
|
|
2963
|
+
"local_damage_type": "Local damage type",
|
|
2964
|
+
"samplings": "Samplings",
|
|
2965
|
+
"historical_information": "Historical Information",
|
|
2966
|
+
"discharge_effluent_quality": "Quality Summary (Last 30 days)",
|
|
2967
|
+
"discharge_pattern_overtime": "Discharge Pattern (Last 30 days)",
|
|
2968
|
+
"discharge_pattern": "Discharge Pattern",
|
|
2969
|
+
"metascore": "Quality over time (Over the last year)",
|
|
2970
|
+
"discharging": "Discharging",
|
|
2971
|
+
"discharge_time": "Discharge time",
|
|
2972
|
+
"discharge_start_time": "Discharge start time",
|
|
2973
|
+
"more_info": "More Information",
|
|
2974
|
+
"confidence": "Confidence",
|
|
2975
|
+
"last_month_change": "From last month",
|
|
2976
|
+
"filter": {
|
|
2977
|
+
"unsaved": "unsaved",
|
|
2978
|
+
"save": {
|
|
2979
|
+
"label": "Save",
|
|
2980
|
+
"existing": "Save Existing",
|
|
2981
|
+
"new": "Save New",
|
|
2982
|
+
"field_placeholder": "Name this filter"
|
|
2983
|
+
},
|
|
2984
|
+
"blankslate": {
|
|
2985
|
+
"header": "No events found",
|
|
2986
|
+
"body": "Please adjust your filter and try again",
|
|
2987
|
+
"button": "Apply default filters"
|
|
2988
|
+
},
|
|
2989
|
+
"filter_types": {
|
|
2990
|
+
"interest_point_filter_item": "Interest Point",
|
|
2991
|
+
"time_filter_item": "Time",
|
|
2992
|
+
"severity_filter_item": "Severity",
|
|
2993
|
+
"status_filter_item": "Status",
|
|
2994
|
+
"damage_type_filter_item": "Damage Type",
|
|
2995
|
+
"sampling_filter_item": "Sampling",
|
|
2996
|
+
"area_filter_item": "Area",
|
|
2997
|
+
"sector_filter_item": "Sector",
|
|
2998
|
+
"sampling_status_filter_item": "Status",
|
|
2999
|
+
"sampling_mode_filter_item": "Sampling Mode",
|
|
3000
|
+
"sampling_id_filter_item": "ID",
|
|
3001
|
+
"site_filter_item": "Site",
|
|
3002
|
+
"lab_filter_item": "Lab"
|
|
3003
|
+
},
|
|
3004
|
+
"filter": "Filter",
|
|
3005
|
+
"apply": "Apply",
|
|
3006
|
+
"delete": "Delete",
|
|
3007
|
+
"set_default": "Default",
|
|
3008
|
+
"add_filter_item": "Add filter item",
|
|
3009
|
+
"time": {
|
|
3010
|
+
"24h": "Last Day",
|
|
3011
|
+
"48h": "Last 2 Days",
|
|
3012
|
+
"7d": "Last week",
|
|
3013
|
+
"30d": "Last month",
|
|
3014
|
+
"3m": "Last quarter",
|
|
3015
|
+
"6m": "Last 6 months",
|
|
3016
|
+
"1y": "Last year",
|
|
3017
|
+
"custom": "Custom"
|
|
3018
|
+
},
|
|
3019
|
+
"status": {
|
|
3020
|
+
"live": "Live",
|
|
3021
|
+
"ended": "Ended",
|
|
3022
|
+
"discharging": "Discharging"
|
|
3023
|
+
},
|
|
3024
|
+
"samplings_status": {
|
|
3025
|
+
"planned": "Planned",
|
|
3026
|
+
"canceled": "Canceled",
|
|
3027
|
+
"taken": "Collected",
|
|
3028
|
+
"lab_result": "Completed",
|
|
3029
|
+
"sampler_finished": "Ready",
|
|
3030
|
+
"sampler_started": "Active"
|
|
3031
|
+
},
|
|
3032
|
+
"samplings_options": {
|
|
3033
|
+
"with": "With",
|
|
3034
|
+
"without": "Without"
|
|
3035
|
+
},
|
|
3036
|
+
"sampling_mode": {
|
|
3037
|
+
"manual": "Manual",
|
|
3038
|
+
"automatic": "Automatic"
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
"discharge": {
|
|
3043
|
+
"discharge": "Discharge",
|
|
3044
|
+
"pattern_overtime": "Pattern Over Time"
|
|
3045
|
+
},
|
|
3046
|
+
"pump_scheduled_days_configuration": {
|
|
3047
|
+
"pump_schedule": "Pump Scheduling",
|
|
3048
|
+
"start_time": "Start Time",
|
|
3049
|
+
"end_time": "End Time",
|
|
3050
|
+
"volume": "Volume",
|
|
3051
|
+
"interval": "Interval",
|
|
3052
|
+
"days": "Days",
|
|
3053
|
+
"enabled": "Configure pump scheduling",
|
|
3054
|
+
"disabled": "Disabled pump scheduling",
|
|
3055
|
+
"interval_str": "%{minutes} minutes"
|
|
3056
|
+
},
|
|
3057
|
+
"dashboard_v2": {
|
|
3058
|
+
"events": "events",
|
|
3059
|
+
"improvement": "Improvement",
|
|
3060
|
+
"information": "Information",
|
|
3061
|
+
"trend": "Trend",
|
|
3062
|
+
"live_events": "Live Events",
|
|
3063
|
+
"sector": "Sector",
|
|
3064
|
+
"utility_dashboard": {
|
|
3065
|
+
"title": "Mey Herzeliya",
|
|
3066
|
+
"improvement": "Improvement",
|
|
3067
|
+
"up": "Improvement",
|
|
3068
|
+
"decline": "Decline",
|
|
3069
|
+
"down": "Decline",
|
|
3070
|
+
"polluted": "Polluted",
|
|
3071
|
+
"clear": "Clear",
|
|
3072
|
+
"no_change": "No Change",
|
|
3073
|
+
"topbar": {
|
|
3074
|
+
"utility-information": {
|
|
3075
|
+
"title": "Utility Information",
|
|
3076
|
+
"utility-score": "Utility Score",
|
|
3077
|
+
"show-map": "Show Map",
|
|
3078
|
+
"areas": "Areas",
|
|
3079
|
+
"Factories": "Factories",
|
|
3080
|
+
"wwtps": "WWTPs"
|
|
3081
|
+
},
|
|
3082
|
+
"quality-summary": {
|
|
3083
|
+
"title": "Quality Summary",
|
|
3084
|
+
"clear": "Clear",
|
|
3085
|
+
"pollution": "Pollution",
|
|
3086
|
+
"pollution-breakdown": "Pollution Breakdown",
|
|
3087
|
+
"pollution-score": "Pollution score",
|
|
3088
|
+
"low": "Low",
|
|
3089
|
+
"extreme": "Extreme",
|
|
3090
|
+
"high": "High",
|
|
3091
|
+
"medium": "Medium",
|
|
3092
|
+
"undefined": "Could not be defined"
|
|
3093
|
+
},
|
|
3094
|
+
"most-common-damage": {
|
|
3095
|
+
"title": "Most Common Damage Types",
|
|
3096
|
+
"coming-soon": "Coming soon",
|
|
3097
|
+
"pipes": "Pipes/ Infrastructure",
|
|
3098
|
+
"bacteria": "Bacteria/ process",
|
|
3099
|
+
"show-all": "Show all",
|
|
3100
|
+
"extra": "Extra biological sludge"
|
|
3101
|
+
}
|
|
3102
|
+
},
|
|
3103
|
+
"most-polluting": {
|
|
3104
|
+
"tabs": {
|
|
3105
|
+
"areas": "Areas",
|
|
3106
|
+
"factories": "Factories",
|
|
3107
|
+
"wwtps": "WWTPs",
|
|
3108
|
+
"pumping-station": "Pumping stations",
|
|
3109
|
+
"collectors": "Collectors"
|
|
3110
|
+
},
|
|
3111
|
+
"select": {
|
|
3112
|
+
"area_most_polluting": "Sorted by pollution",
|
|
3113
|
+
"area_most_clean": "Sorted by clearest",
|
|
3114
|
+
"wwtps_most_polluting": "Sorted by pollution",
|
|
3115
|
+
"wwtps_most_clean": "Sorted by clearest",
|
|
3116
|
+
"factories_most_polluting": "Sorted by pollution",
|
|
3117
|
+
"factories_most_clean": "Sorted by clearest",
|
|
3118
|
+
"collectors_most_polluting": "Sorted by pollution",
|
|
3119
|
+
"collectors_most_clean": "Sorted by clearest"
|
|
3120
|
+
},
|
|
3121
|
+
"show-more": "Show More",
|
|
3122
|
+
"sector2": "Sector ",
|
|
3123
|
+
"show-less": "Show less",
|
|
3124
|
+
"factories": "Factories",
|
|
3125
|
+
"most-polluting": "Most Polluting",
|
|
3126
|
+
"most-clean": "Most Clean",
|
|
3127
|
+
"order-by-improvements": "Sorted by improvement",
|
|
3128
|
+
"no-collectors": "No collectors to show",
|
|
3129
|
+
"no-area": "No areas to show",
|
|
3130
|
+
"no-factory": "No factories to show",
|
|
3131
|
+
"no-wwtp": "No WWTP to show",
|
|
3132
|
+
"no-site": "No sites to show"
|
|
3133
|
+
},
|
|
3134
|
+
"most-severe-events": {
|
|
3135
|
+
"title": "Most Significant Events",
|
|
3136
|
+
"all-events": "All Events",
|
|
3137
|
+
"source": "Source",
|
|
3138
|
+
"damage-type": "Damage Type",
|
|
3139
|
+
"first-seen": "First seen",
|
|
3140
|
+
"last-seen": "Last seen",
|
|
3141
|
+
"total-time": "Total time",
|
|
3142
|
+
"eta-wwtp": "ETA to WWTP",
|
|
3143
|
+
"higher-msg": "This event has higher severity than usual for this factory",
|
|
3144
|
+
"more-interset": "more interest points",
|
|
3145
|
+
"no-data": "No Data"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
"sampling_parameters": {
|
|
3149
|
+
"sampling": "Sampling",
|
|
3150
|
+
"deviation": "Deviation",
|
|
3151
|
+
"sampling-date": "Sampling Date",
|
|
3152
|
+
"site": "Site",
|
|
3153
|
+
"value": "Value",
|
|
3154
|
+
"error": "Error",
|
|
3155
|
+
"above": "Above",
|
|
3156
|
+
"below": "Below",
|
|
3157
|
+
"total": "total",
|
|
3158
|
+
"parameters": "Parameters",
|
|
3159
|
+
"exceptions": "Exceptions",
|
|
3160
|
+
"normal": "Normal",
|
|
3161
|
+
"Status": "Sampling Date",
|
|
3162
|
+
"exception": "Exception",
|
|
3163
|
+
"lab-tests": "Lab Tests",
|
|
3164
|
+
"samples": "Samples",
|
|
3165
|
+
"no-results1": "There are no tests results within",
|
|
3166
|
+
"no-results2": "the selected time frame",
|
|
3167
|
+
"no-results3": "Please select another time frame to find results"
|
|
3168
|
+
},
|
|
3169
|
+
"profile": {
|
|
3170
|
+
"title": "My Profile",
|
|
3171
|
+
"personal-details": "Personal Details",
|
|
3172
|
+
"first_name": "First Name",
|
|
3173
|
+
"last_name": "Last Name",
|
|
3174
|
+
"email": "Email",
|
|
3175
|
+
"phone": "Phone",
|
|
3176
|
+
"password": "Password",
|
|
3177
|
+
"change-password": "Change Password",
|
|
3178
|
+
"new-password": "New Password",
|
|
3179
|
+
"password-confirmation": "Password Confirmation",
|
|
3180
|
+
"settings": "Settings",
|
|
3181
|
+
"time-zone": "Time Zone",
|
|
3182
|
+
"date-time-format": "Date Time Format",
|
|
3183
|
+
"language": "Language",
|
|
3184
|
+
"connect-to-telegram": "Connect to Telegram",
|
|
3185
|
+
"telegram_name": "Telegram Name",
|
|
3186
|
+
"send-test-msg": "Send a test message",
|
|
3187
|
+
"next": "Next",
|
|
3188
|
+
"continue": "Continue",
|
|
3189
|
+
"registration": "Registration",
|
|
3190
|
+
"previous": "Previous",
|
|
3191
|
+
"submit": "Save",
|
|
3192
|
+
"submitting": "Saving...",
|
|
3193
|
+
"change-name": "Change Name",
|
|
3194
|
+
"errors": {
|
|
3195
|
+
"current_password": "Password is invalid",
|
|
3196
|
+
"email": "Email is invalid",
|
|
3197
|
+
"phone": "Phone is an invalid number"
|
|
3198
|
+
},
|
|
3199
|
+
"success": "Updated Successfully",
|
|
3200
|
+
"error": "An error occurred",
|
|
3201
|
+
"send_telegram_message": "Send a test message",
|
|
3202
|
+
"wizard": {
|
|
3203
|
+
"connect_to_telegram": "Connect to Telegram",
|
|
3204
|
+
"first": "Before proceeding, please make sure that telegram is installed on this device",
|
|
3205
|
+
"second": "Enter your Telegram name without @",
|
|
3206
|
+
"third_1": "Clicking on the registration button will open your Telegram app",
|
|
3207
|
+
"third_2": "Within Telegram, please execute /start command"
|
|
3208
|
+
}
|
|
3209
|
+
},
|
|
3210
|
+
"messages": {
|
|
3211
|
+
"no-events1": "No events were found for the time period",
|
|
3212
|
+
"no-events2": "try expanding the time frame"
|
|
3213
|
+
}
|
|
3214
|
+
},
|
|
3215
|
+
"components": {
|
|
3216
|
+
"damage_type": {
|
|
3217
|
+
"no_types": "There are no damage types for this time period",
|
|
3218
|
+
"show_all": "Show all",
|
|
3219
|
+
"show_less": "Show less"
|
|
3220
|
+
},
|
|
3221
|
+
"events": {
|
|
3222
|
+
"decline": "Decline",
|
|
3223
|
+
"improvement": "Improvement"
|
|
3224
|
+
},
|
|
3225
|
+
"trend": {
|
|
3226
|
+
"pi_value": "PI value"
|
|
3227
|
+
},
|
|
3228
|
+
"area": {
|
|
3229
|
+
"sample_id": "Sample ID",
|
|
3230
|
+
"mrna_copies": "mRNA copies/L (Log10)",
|
|
3231
|
+
"date": "Date"
|
|
3232
|
+
},
|
|
3233
|
+
"wbe_dashboard": {
|
|
3234
|
+
"table_name": "WBE Dashboard",
|
|
3235
|
+
"sample_id": "Sample ID",
|
|
3236
|
+
"mrna_copies": "mRNA copies/L (Log10)",
|
|
3237
|
+
"date": "Date",
|
|
3238
|
+
"name": "Site",
|
|
3239
|
+
"last_sampled": "Last Sampled",
|
|
3240
|
+
"nvl_score": "NVL (Log10)",
|
|
3241
|
+
"percentage_from_last_sampling": "Change",
|
|
3242
|
+
"population": "Population",
|
|
3243
|
+
"trend_icon": "Trend",
|
|
3244
|
+
"trend_graph": "Trend Graph",
|
|
3245
|
+
"tag": "Tag",
|
|
3246
|
+
"custom": "Custom",
|
|
3247
|
+
"all": "All",
|
|
3248
|
+
"cities": "Cities",
|
|
3249
|
+
"monitored_areas": "Monitored Areas",
|
|
3250
|
+
"search_site": "Search for a site",
|
|
3251
|
+
"wbe_summary": {
|
|
3252
|
+
"cleaned_points": "Clean Points",
|
|
3253
|
+
"infected_points": "Infected Points",
|
|
3254
|
+
"trend": "Trend",
|
|
3255
|
+
"coverage": "Coverage",
|
|
3256
|
+
"nvl_of_all": "NVL of all areas over time",
|
|
3257
|
+
"from_last_week": "From previous week",
|
|
3258
|
+
"with_increased_virus_load": "With increased virus load",
|
|
3259
|
+
"population": "Population",
|
|
3260
|
+
"big_graph_title": "Country-wide virus load",
|
|
3261
|
+
"tooltip": {
|
|
3262
|
+
"clean": "The percentage of areas with no indication of the virus, out of the total areas tested this week.",
|
|
3263
|
+
"infected": "The percentage of areas with viral indication out of the total areas tested this week.",
|
|
3264
|
+
"trend": "The percentage of areas with increased viral load compared to last week.",
|
|
3265
|
+
"coverage": "The percentage of areas with valid lab results out of the total areas being monitored.",
|
|
3266
|
+
"nvl_of_all": "3-month synopsis of the viral load in wastewater compared to the identified clinical cases."
|
|
3267
|
+
}
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
"nvl_trend": {
|
|
3271
|
+
"value": "NVL",
|
|
3272
|
+
"over_time": "NVL Trend Over Time",
|
|
3273
|
+
"sampling_results": "Sampling Results",
|
|
3274
|
+
"no_sampling_results": "There are no sampling results for this site"
|
|
3275
|
+
},
|
|
3276
|
+
"data_table": {
|
|
3277
|
+
"rows_per_page": "Rows per page",
|
|
3278
|
+
"of": "of"
|
|
3279
|
+
},
|
|
3280
|
+
"custom_range_picker": {
|
|
3281
|
+
"header": "Custom date range",
|
|
3282
|
+
"info_helper": "Pick start date and end date",
|
|
3283
|
+
"info_pick_end_date": "pick end date",
|
|
3284
|
+
"comparison_period_before": "compare to previous period",
|
|
3285
|
+
"comparison_last_year": "compare to last year"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"header": {
|
|
3289
|
+
"control": "Control",
|
|
3290
|
+
"plan": "Plan",
|
|
3291
|
+
"more": "More",
|
|
3292
|
+
"hello": "Hello",
|
|
3293
|
+
"page-title": "Mey Herzeliya",
|
|
3294
|
+
"area": "Area1",
|
|
3295
|
+
"sub-area": "Sub area2",
|
|
3296
|
+
"factory-name-example": "Factory Name",
|
|
3297
|
+
"load": "Load",
|
|
3298
|
+
"concentration": "Concentration",
|
|
3299
|
+
"search": {
|
|
3300
|
+
"placeholder": "Search a dashboard",
|
|
3301
|
+
"empty": "Could not find a match, please try another search"
|
|
3302
|
+
},
|
|
3303
|
+
"countries": {
|
|
3304
|
+
"AF": "Afghanistan",
|
|
3305
|
+
"AL": "Albania",
|
|
3306
|
+
"DZ": "Algeria",
|
|
3307
|
+
"AS": "American Samoa",
|
|
3308
|
+
"AD": "Andorra",
|
|
3309
|
+
"AO": "Angola",
|
|
3310
|
+
"AI": "Anguilla",
|
|
3311
|
+
"AQ": "Antarctica",
|
|
3312
|
+
"AG": "Antigua and Barbuda",
|
|
3313
|
+
"AR": "Argentina",
|
|
3314
|
+
"AM": "Armenia",
|
|
3315
|
+
"AW": "Aruba",
|
|
3316
|
+
"AU": "Australia",
|
|
3317
|
+
"AT": "Austria",
|
|
3318
|
+
"AZ": "Azerbaijan",
|
|
3319
|
+
"BS": "Bahamas",
|
|
3320
|
+
"BH": "Bahrain",
|
|
3321
|
+
"BD": "Bangladesh",
|
|
3322
|
+
"BB": "Barbados",
|
|
3323
|
+
"BY": "Belarus",
|
|
3324
|
+
"BE": "Belgium",
|
|
3325
|
+
"BZ": "Belize",
|
|
3326
|
+
"BJ": "Benin",
|
|
3327
|
+
"BM": "Bermuda",
|
|
3328
|
+
"BT": "Bhutan",
|
|
3329
|
+
"BO": "Bolivia",
|
|
3330
|
+
"BA": "Bosnia and Herzegovina",
|
|
3331
|
+
"BW": "Botswana",
|
|
3332
|
+
"BV": "Bouvet Island",
|
|
3333
|
+
"BR": "Brazil",
|
|
3334
|
+
"IO": "British Indian Ocean Territory",
|
|
3335
|
+
"BN": "Brunei Darussalam",
|
|
3336
|
+
"BG": "Bulgaria",
|
|
3337
|
+
"BF": "Burkina Faso",
|
|
3338
|
+
"BI": "Burundi",
|
|
3339
|
+
"KH": "Cambodia",
|
|
3340
|
+
"CM": "Cameroon",
|
|
3341
|
+
"CA": "Canada",
|
|
3342
|
+
"CV": "Cape Verde",
|
|
3343
|
+
"KY": "Cayman Islands",
|
|
3344
|
+
"CF": "Central African Republic",
|
|
3345
|
+
"TD": "Chad",
|
|
3346
|
+
"CL": "Chile",
|
|
3347
|
+
"CN": "China",
|
|
3348
|
+
"CX": "Christmas Island",
|
|
3349
|
+
"CC": "Cocos (Keeling) Islands",
|
|
3350
|
+
"CO": "Colombia",
|
|
3351
|
+
"KM": "Comoros",
|
|
3352
|
+
"CG": "Congo",
|
|
3353
|
+
"CD": "Congo, the Democratic Republic of the",
|
|
3354
|
+
"CK": "Cook Islands",
|
|
3355
|
+
"CR": "Costa Rica",
|
|
3356
|
+
"CI": "Cote D'Ivoire",
|
|
3357
|
+
"HR": "Croatia",
|
|
3358
|
+
"CU": "Cuba",
|
|
3359
|
+
"CY": "Cyprus",
|
|
3360
|
+
"CZ": "Czech Republic",
|
|
3361
|
+
"DK": "Denmark",
|
|
3362
|
+
"DJ": "Djibouti",
|
|
3363
|
+
"DM": "Dominica",
|
|
3364
|
+
"DO": "Dominican Republic",
|
|
3365
|
+
"EC": "Ecuador",
|
|
3366
|
+
"EG": "Egypt",
|
|
3367
|
+
"SV": "El Salvador",
|
|
3368
|
+
"GQ": "Equatorial Guinea",
|
|
3369
|
+
"ER": "Eritrea",
|
|
3370
|
+
"EE": "Estonia",
|
|
3371
|
+
"ET": "Ethiopia",
|
|
3372
|
+
"FK": "Falkland Islands (Malvinas)",
|
|
3373
|
+
"FO": "Faroe Islands",
|
|
3374
|
+
"FJ": "Fiji",
|
|
3375
|
+
"FI": "Finland",
|
|
3376
|
+
"FR": "France",
|
|
3377
|
+
"GF": "French Guiana",
|
|
3378
|
+
"PF": "French Polynesia",
|
|
3379
|
+
"TF": "French Southern Territories",
|
|
3380
|
+
"GA": "Gabon",
|
|
3381
|
+
"GM": "Gambia",
|
|
3382
|
+
"GE": "Georgia",
|
|
3383
|
+
"DE": "Germany",
|
|
3384
|
+
"GH": "Ghana",
|
|
3385
|
+
"GI": "Gibraltar",
|
|
3386
|
+
"GR": "Greece",
|
|
3387
|
+
"GL": "Greenland",
|
|
3388
|
+
"GD": "Grenada",
|
|
3389
|
+
"GP": "Guadeloupe",
|
|
3390
|
+
"GU": "Guam",
|
|
3391
|
+
"GT": "Guatemala",
|
|
3392
|
+
"GN": "Guinea",
|
|
3393
|
+
"GW": "Guinea-Bissau",
|
|
3394
|
+
"GY": "Guyana",
|
|
3395
|
+
"HT": "Haiti",
|
|
3396
|
+
"HM": "Heard Island and McDonald Islands",
|
|
3397
|
+
"VA": "Holy See (Vatican City State)",
|
|
3398
|
+
"HN": "Honduras",
|
|
3399
|
+
"HK": "Hong Kong",
|
|
3400
|
+
"HU": "Hungary",
|
|
3401
|
+
"IS": "Iceland",
|
|
3402
|
+
"IN": "India",
|
|
3403
|
+
"ID": "Indonesia",
|
|
3404
|
+
"IR": "Iran, Islamic Republic of",
|
|
3405
|
+
"IQ": "Iraq",
|
|
3406
|
+
"IE": "Ireland",
|
|
3407
|
+
"IL": "Israel",
|
|
3408
|
+
"IT": "Italy",
|
|
3409
|
+
"JM": "Jamaica",
|
|
3410
|
+
"JP": "Japan",
|
|
3411
|
+
"JO": "Jordan",
|
|
3412
|
+
"KZ": "Kazakhstan",
|
|
3413
|
+
"KE": "Kenya",
|
|
3414
|
+
"KI": "Kiribati",
|
|
3415
|
+
"KP": "North Korea",
|
|
3416
|
+
"KR": "South Korea",
|
|
3417
|
+
"KW": "Kuwait",
|
|
3418
|
+
"KG": "Kyrgyzstan",
|
|
3419
|
+
"LA": "Lao People's Democratic Republic",
|
|
3420
|
+
"LV": "Latvia",
|
|
3421
|
+
"LB": "Lebanon",
|
|
3422
|
+
"LS": "Lesotho",
|
|
3423
|
+
"LR": "Liberia",
|
|
3424
|
+
"LY": "Libya",
|
|
3425
|
+
"LI": "Liechtenstein",
|
|
3426
|
+
"LT": "Lithuania",
|
|
3427
|
+
"LU": "Luxembourg",
|
|
3428
|
+
"MO": "Macao",
|
|
3429
|
+
"MG": "Madagascar",
|
|
3430
|
+
"MW": "Malawi",
|
|
3431
|
+
"MY": "Malaysia",
|
|
3432
|
+
"MV": "Maldives",
|
|
3433
|
+
"ML": "Mali",
|
|
3434
|
+
"MT": "Malta",
|
|
3435
|
+
"MH": "Marshall Islands",
|
|
3436
|
+
"MQ": "Martinique",
|
|
3437
|
+
"MR": "Mauritania",
|
|
3438
|
+
"MU": "Mauritius",
|
|
3439
|
+
"YT": "Mayotte",
|
|
3440
|
+
"MX": "Mexico",
|
|
3441
|
+
"FM": "Micronesia, Federated States of",
|
|
3442
|
+
"MD": "Moldova, Republic of",
|
|
3443
|
+
"MC": "Monaco",
|
|
3444
|
+
"MN": "Mongolia",
|
|
3445
|
+
"MS": "Montserrat",
|
|
3446
|
+
"MA": "Morocco",
|
|
3447
|
+
"MZ": "Mozambique",
|
|
3448
|
+
"MM": "Myanmar",
|
|
3449
|
+
"NA": "Namibia",
|
|
3450
|
+
"NR": "Nauru",
|
|
3451
|
+
"NP": "Nepal",
|
|
3452
|
+
"NL": "Netherlands",
|
|
3453
|
+
"NC": "New Caledonia",
|
|
3454
|
+
"NZ": "New Zealand",
|
|
3455
|
+
"NI": "Nicaragua",
|
|
3456
|
+
"NE": "Niger",
|
|
3457
|
+
"NG": "Nigeria",
|
|
3458
|
+
"NU": "Niue",
|
|
3459
|
+
"NF": "Norfolk Island",
|
|
3460
|
+
"MK": "North Macedonia, Republic of",
|
|
3461
|
+
"MP": "Northern Mariana Islands",
|
|
3462
|
+
"NO": "Norway",
|
|
3463
|
+
"OM": "Oman",
|
|
3464
|
+
"PK": "Pakistan",
|
|
3465
|
+
"PW": "Palau",
|
|
3466
|
+
"PS": ["State of Palestine", "Palestine"],
|
|
3467
|
+
"PA": "Panama",
|
|
3468
|
+
"PG": "Papua New Guinea",
|
|
3469
|
+
"PY": "Paraguay",
|
|
3470
|
+
"PE": "Peru",
|
|
3471
|
+
"PH": "Philippines",
|
|
3472
|
+
"PN": "Pitcairn",
|
|
3473
|
+
"PL": "Poland",
|
|
3474
|
+
"PT": "Portugal",
|
|
3475
|
+
"PR": "Puerto Rico",
|
|
3476
|
+
"QA": "Qatar",
|
|
3477
|
+
"RE": "Reunion",
|
|
3478
|
+
"RO": "Romania",
|
|
3479
|
+
"RU": ["Russian Federation", "Russia"],
|
|
3480
|
+
"RW": "Rwanda",
|
|
3481
|
+
"SH": "Saint Helena",
|
|
3482
|
+
"KN": "Saint Kitts and Nevis",
|
|
3483
|
+
"LC": "Saint Lucia",
|
|
3484
|
+
"PM": "Saint Pierre and Miquelon",
|
|
3485
|
+
"VC": "Saint Vincent and the Grenadines",
|
|
3486
|
+
"WS": "Samoa",
|
|
3487
|
+
"SM": "San Marino",
|
|
3488
|
+
"ST": "Sao Tome and Principe",
|
|
3489
|
+
"SA": "Saudi Arabia",
|
|
3490
|
+
"SN": "Senegal",
|
|
3491
|
+
"SC": "Seychelles",
|
|
3492
|
+
"SL": "Sierra Leone",
|
|
3493
|
+
"SG": "Singapore",
|
|
3494
|
+
"SK": "Slovakia",
|
|
3495
|
+
"SI": "Slovenia",
|
|
3496
|
+
"SB": "Solomon Islands",
|
|
3497
|
+
"SO": "Somalia",
|
|
3498
|
+
"ZA": "South Africa",
|
|
3499
|
+
"GS": "South Georgia and the South Sandwich Islands",
|
|
3500
|
+
"ES": "Spain",
|
|
3501
|
+
"LK": "Sri Lanka",
|
|
3502
|
+
"SD": "Sudan",
|
|
3503
|
+
"SR": "Suriname",
|
|
3504
|
+
"SJ": "Svalbard and Jan Mayen",
|
|
3505
|
+
"SZ": "Eswatini",
|
|
3506
|
+
"SE": "Sweden",
|
|
3507
|
+
"CH": "Switzerland",
|
|
3508
|
+
"SY": "Syrian Arab Republic",
|
|
3509
|
+
"TW": ["Taiwan, Province of China", "Taiwan"],
|
|
3510
|
+
"TJ": "Tajikistan",
|
|
3511
|
+
"TZ": "Tanzania, United Republic of",
|
|
3512
|
+
"TH": "Thailand",
|
|
3513
|
+
"TL": "Timor-Leste",
|
|
3514
|
+
"TG": "Togo",
|
|
3515
|
+
"TK": "Tokelau",
|
|
3516
|
+
"TO": "Tonga",
|
|
3517
|
+
"TT": "Trinidad and Tobago",
|
|
3518
|
+
"TN": "Tunisia",
|
|
3519
|
+
"TR": "Turkey",
|
|
3520
|
+
"TM": "Turkmenistan",
|
|
3521
|
+
"TC": "Turks and Caicos Islands",
|
|
3522
|
+
"TV": "Tuvalu",
|
|
3523
|
+
"UG": "Uganda",
|
|
3524
|
+
"UA": "Ukraine",
|
|
3525
|
+
"AE": "United Arab Emirates",
|
|
3526
|
+
"GB": ["United Kingdom", "UK", "Great Britain"],
|
|
3527
|
+
"US": ["United States of America", "USA"],
|
|
3528
|
+
"UM": "United States Minor Outlying Islands",
|
|
3529
|
+
"UY": "Uruguay",
|
|
3530
|
+
"UZ": "Uzbekistan",
|
|
3531
|
+
"VU": "Vanuatu",
|
|
3532
|
+
"VE": "Venezuela",
|
|
3533
|
+
"VN": "Vietnam",
|
|
3534
|
+
"VG": "Virgin Islands, British",
|
|
3535
|
+
"VI": "Virgin Islands, U.S.",
|
|
3536
|
+
"WF": "Wallis and Futuna",
|
|
3537
|
+
"EH": "Western Sahara",
|
|
3538
|
+
"YE": "Yemen",
|
|
3539
|
+
"ZM": "Zambia",
|
|
3540
|
+
"ZW": "Zimbabwe",
|
|
3541
|
+
"AX": "Åland Islands",
|
|
3542
|
+
"BQ": "Bonaire, Sint Eustatius and Saba",
|
|
3543
|
+
"CW": "Curaçao",
|
|
3544
|
+
"GG": "Guernsey",
|
|
3545
|
+
"IM": "Isle of Man",
|
|
3546
|
+
"JE": "Jersey",
|
|
3547
|
+
"ME": "Montenegro",
|
|
3548
|
+
"BL": "Saint Barthélemy",
|
|
3549
|
+
"MF": "Saint Martin (French part)",
|
|
3550
|
+
"RS": "Serbia",
|
|
3551
|
+
"SX": "Sint Maarten (Dutch part)",
|
|
3552
|
+
"SS": "South Sudan"
|
|
3553
|
+
},
|
|
3554
|
+
"XK": "Kosovo"
|
|
3555
|
+
},
|
|
3556
|
+
"area_dashboard": {
|
|
3557
|
+
"most-significant-events": "Most Significant Events",
|
|
3558
|
+
"trend": "Quality Over Time",
|
|
3559
|
+
"sites": "Sites",
|
|
3560
|
+
"discharging": "Discharging",
|
|
3561
|
+
"score": "Score",
|
|
3562
|
+
"area-info": "Area Information"
|
|
3563
|
+
},
|
|
3564
|
+
"notifications_page": {
|
|
3565
|
+
"title": "Notifications",
|
|
3566
|
+
"subtitle": "Here you can manage your notifications and configure the conditions and receiving options",
|
|
3567
|
+
"notification": "Notification",
|
|
3568
|
+
"add_new": "Add New Notification",
|
|
3569
|
+
"severity": "Severity",
|
|
3570
|
+
"sources": "Points",
|
|
3571
|
+
"tags": "Tags",
|
|
3572
|
+
"sensors": "Sensors",
|
|
3573
|
+
"water_authorities": "Water authorities",
|
|
3574
|
+
"edit_title": "Edit Notification",
|
|
3575
|
+
"edit_subtitle": "Here you can manage your notifications and configure the conditions and receiving options",
|
|
3576
|
+
"edit_type": "Type",
|
|
3577
|
+
"edit_severity": "Severity",
|
|
3578
|
+
"edit_severity_details": "Severity",
|
|
3579
|
+
"edit_water_authorities": "Water authorities",
|
|
3580
|
+
"edit_Sources": "Points",
|
|
3581
|
+
"edit_send_via": "Send via",
|
|
3582
|
+
"edit_send_via_no_telegram": "You don't have Telegram configured, please go to Profile page and follow the instructions.",
|
|
3583
|
+
"edit_send_via_no_phone": "You don't have Phone number configured, please go to Profile page and follow the instructions.",
|
|
3584
|
+
"ok": "Got it",
|
|
3585
|
+
"edit_telegram": "Telegram",
|
|
3586
|
+
"edit_email": "Email",
|
|
3587
|
+
"edit_sms": "SMS",
|
|
3588
|
+
"edit_web": "Web",
|
|
3589
|
+
"edit_delete_notifications": "Delete notifications",
|
|
3590
|
+
"edit_delete_notification": "Delete",
|
|
3591
|
+
"edit_save": "Save",
|
|
3592
|
+
"edit_add": "Add",
|
|
3593
|
+
"edit_extreme": "Extreme",
|
|
3594
|
+
"edit_high": "High",
|
|
3595
|
+
"edit_medium": "Medium",
|
|
3596
|
+
"edit_all": "All",
|
|
3597
|
+
"edit_include": "Include",
|
|
3598
|
+
"edit_exclude": "Exclude",
|
|
3599
|
+
"edit_sampler_active": "Send notification only when sampler was activated",
|
|
3600
|
+
"sampler_activated": "when Sampler was activated.",
|
|
3601
|
+
"PollutionAlertConfig": "Pollution Event",
|
|
3602
|
+
"DataloggerThresholdAlertConfig": "Thresholds Exceeded",
|
|
3603
|
+
"DataloggerOverflowAlertConfig": "Water-Level Overflow",
|
|
3604
|
+
"DeviceHealthAlertConfig": "Device Malfunctions",
|
|
3605
|
+
"WbeWeeklyDigestAlertConfig": "WBE Weekly Summary",
|
|
3606
|
+
"WbeAlertConfig": "WBE Alert",
|
|
3607
|
+
"extreme": "Extreme",
|
|
3608
|
+
"high": "High",
|
|
3609
|
+
"medium": "Medium",
|
|
3610
|
+
"option": "Option",
|
|
3611
|
+
"no_notification": "There are no notifications defined yet, click the new button to create one.",
|
|
3612
|
+
"add_notification": "Add Notification",
|
|
3613
|
+
"edit_notification": "Edit Notification",
|
|
3614
|
+
"notifications_text": {
|
|
3615
|
+
"title": "You will get notification via",
|
|
3616
|
+
"about_pollution_events": "about pollution events with severity",
|
|
3617
|
+
"or_higher": "or higher",
|
|
3618
|
+
"in": "in",
|
|
3619
|
+
"in_all_sources": "in all sources",
|
|
3620
|
+
"excluding": "in all sources excluding",
|
|
3621
|
+
"sensors_thresholds": "when one of the sensors thresholds exceeded",
|
|
3622
|
+
"overflow_event": "when there is an overflow event",
|
|
3623
|
+
"device_malfunctioning": "when there is a device that is malfunctioning",
|
|
3624
|
+
"wbe_weekly": "every week with a WBE status summary",
|
|
3625
|
+
"wbe_alert": "when there is a potential outbreak"
|
|
3626
|
+
}
|
|
3627
|
+
},
|
|
3628
|
+
"import_file_wizard": {
|
|
3629
|
+
"errors": "errors",
|
|
3630
|
+
"warnings": "warnings",
|
|
3631
|
+
"file_input_label": "File",
|
|
3632
|
+
"file_input_placeholder": "Supported format: {{type}}",
|
|
3633
|
+
"file_input_button": "Choose File",
|
|
3634
|
+
"cancel_button": "Cancel",
|
|
3635
|
+
"next_button": "Next",
|
|
3636
|
+
"back_button": "Back",
|
|
3637
|
+
"close_button": "Close",
|
|
3638
|
+
"done_button": "Done",
|
|
3639
|
+
"proceed_update_button": "Proceed & Update",
|
|
3640
|
+
"steps": ["Select File", "Validate", "Summary"],
|
|
3641
|
+
"validation_results_warning": "Before proceeding please review the below validation results",
|
|
3642
|
+
"validation_failed": "Validation failed! ",
|
|
3643
|
+
"validation_results_error": "We cannot proceed with the import due to the following errors",
|
|
3644
|
+
"upload_success_msg": "Update has been completed",
|
|
3645
|
+
"upload_in_progress_msg": "Update is in progress...",
|
|
3646
|
+
"upload_in_progress_description": "Updating is taking place, please return later to check it was completed successfully.",
|
|
3647
|
+
"invalid_file": "Invalid file"
|
|
3648
|
+
},
|
|
3649
|
+
"upload_lab_result": {
|
|
3650
|
+
"title": "Upload Lab Results for {{waterAuthorityName}}",
|
|
3651
|
+
"warnings": {
|
|
3652
|
+
"missing_parameter": "The following parameter ids could not be identified and were not updated",
|
|
3653
|
+
"no_lab_mapping": "The following labs has no parameters"
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3656
|
+
"import_gis_process": {
|
|
3657
|
+
"title": "Import planning for {{waterAuthorityName}}",
|
|
3658
|
+
"title_input_label": "Title",
|
|
3659
|
+
"title_input_placeholder": "Write here short text that will describe the upload content",
|
|
3660
|
+
"warnings": {
|
|
3661
|
+
"slop": "The slop value might be too big in the following sites",
|
|
3662
|
+
"diameter": "The diameter value might be too big in the following sites",
|
|
3663
|
+
"point_update": "A manhole with the same id exists and will be updated",
|
|
3664
|
+
"multipolygon_update": "An area with the same id exists and will be updated",
|
|
3665
|
+
"polygon_update": "An area with the same id exists and will be updated",
|
|
3666
|
+
"wbe": "The main site is missing in the following areas",
|
|
3667
|
+
"area_no_polygons": "The following areas do not have a polygon",
|
|
3668
|
+
"daily_water_consumption": "The daily_water_consumption value might be too small in the following sites",
|
|
3669
|
+
"sector": "Sector could not be found in the following sites",
|
|
3670
|
+
"city": "City could not be found in the following sites",
|
|
3671
|
+
"update_type": "Site type will be changed"
|
|
3672
|
+
},
|
|
3673
|
+
"point_new": "New manholes were created",
|
|
3674
|
+
"polygon_new": "New areas were created",
|
|
3675
|
+
"point_updated": "Manholes has been updated",
|
|
3676
|
+
"polygon_updated": "Areas has been updated"
|
|
3677
|
+
},
|
|
3678
|
+
"samplings_page": {
|
|
3679
|
+
"was_not_selected": "Was not selected",
|
|
3680
|
+
"no_contact": "No contact",
|
|
3681
|
+
"point_id": "Point ID",
|
|
3682
|
+
"no_contact_number": "No number",
|
|
3683
|
+
"cancel_sampling": "Cancel Sampling",
|
|
3684
|
+
"sampling_created": "New Sampling was successfully created",
|
|
3685
|
+
"sampling_not_created": "Failed to create sampling",
|
|
3686
|
+
"date_required": "Date is required",
|
|
3687
|
+
"site_required": "Site is required",
|
|
3688
|
+
"new_button": "New",
|
|
3689
|
+
"download_csv": "Download CSV",
|
|
3690
|
+
"upload_lab_result": "Upload lab Result",
|
|
3691
|
+
"create_button": "Create",
|
|
3692
|
+
"add_new_sampling": "Add New Sampling",
|
|
3693
|
+
"site_placeholder": "Select or type...",
|
|
3694
|
+
"no_data": "No data available",
|
|
3695
|
+
"manhole_navigation": {
|
|
3696
|
+
"waze": "Waze",
|
|
3697
|
+
"google_maps": "Google Maps",
|
|
3698
|
+
"ios_maps": "Ios Maps"
|
|
3699
|
+
},
|
|
3700
|
+
"samplings_table_cols": {
|
|
3701
|
+
"site": "Site",
|
|
3702
|
+
"sampling_date": "Sampling Date",
|
|
3703
|
+
"sampling_mode": "Sampling Mode",
|
|
3704
|
+
"manhole_address": "Manhole Address",
|
|
3705
|
+
"bottle_level": "Bottle Level",
|
|
3706
|
+
"sampling_id": "Sample ID",
|
|
3707
|
+
"type": "Type",
|
|
3708
|
+
"lab_name": "Lab Name",
|
|
3709
|
+
"status": "Status",
|
|
3710
|
+
"ml": "ml",
|
|
3711
|
+
"na": "N/A"
|
|
3712
|
+
},
|
|
3713
|
+
"page_title": "Samplings Operation",
|
|
3714
|
+
"sampling_properties": "Sampling Properties",
|
|
3715
|
+
"revert_cancellation": "Revert Cancellation",
|
|
3716
|
+
"delete": "Delete",
|
|
3717
|
+
"delete_confirmation": "Are you sure you want to delete sampling {{sampling_id}}? This action can not be reverted.",
|
|
3718
|
+
"yes_delete": "Yes, Delete it",
|
|
3719
|
+
"collect": "Collect",
|
|
3720
|
+
"cancellation_title": "Select cancellation reason",
|
|
3721
|
+
"samplings_properties": {
|
|
3722
|
+
"page_title_cancel": "Cancel Sampling",
|
|
3723
|
+
"page_title_collect": "Collect Sampling",
|
|
3724
|
+
"collection_time": "Collection Time",
|
|
3725
|
+
"reporter": "Reporter",
|
|
3726
|
+
"delete_confirmation": "Are you sure you want to delete this image?",
|
|
3727
|
+
"yes": "Delete",
|
|
3728
|
+
"no": "No",
|
|
3729
|
+
"cant_upload_without_saving": "You can't upload photos before creating a sampling.",
|
|
3730
|
+
"cant_upload_without_saving_lab_id_first": "You can't update properties without saving a lab first.",
|
|
3731
|
+
"placeholder_reporter": "Place reporter",
|
|
3732
|
+
"general_description": "Limit 200 characters",
|
|
3733
|
+
"validation_messages": {
|
|
3734
|
+
"lab_id": "Lab name is required",
|
|
3735
|
+
"pump_sampling_volume": "Volume can't be empty",
|
|
3736
|
+
"pump_battery_level": "Battery Level is required",
|
|
3737
|
+
"kando_rep": "Reporter name is required, fill in your name",
|
|
3738
|
+
"collection_time": "Please select the date"
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
"importGisPage": {
|
|
3743
|
+
"page_title": "Plannings for {{waterAuthorityName}}",
|
|
3744
|
+
"loading_timeout": "The loading may take time, check the upload status later",
|
|
3745
|
+
"table_cols": {
|
|
3746
|
+
"date": "Date",
|
|
3747
|
+
"user": "User",
|
|
3748
|
+
"title": "Title",
|
|
3749
|
+
"status": "Status",
|
|
3750
|
+
"file": "File"
|
|
3751
|
+
},
|
|
3752
|
+
"download": "Download File",
|
|
3753
|
+
"no_files_found": "No file found",
|
|
3754
|
+
"upload_new": "Upload new file",
|
|
3755
|
+
"file_status": ["In progress", "Completed", "Failed"],
|
|
3756
|
+
"file_type_error": "File format not supported, please upload only GeoJson files",
|
|
3757
|
+
"no_data": "No data available for this water Authority"
|
|
3758
|
+
}
|
|
3759
|
+
}
|
|
3760
|
+
}
|