@panoramax/web-viewer 4.1.0-develop-b60f7e56 → 4.1.0-develop-3ab9b4cf
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/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +10 -10
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -202,33 +202,33 @@
|
|
|
202
202
|
"semantics_editor_error": "The syntax is invalid. Your tags may look like:\nkey=value\nprefix|key=value\nprefix|key[qualif_key=qualif_val]=value\n\nMax key length is 256 characters, max value length 2048 characters.",
|
|
203
203
|
"semantics_editor_example": "key=value\nprefix|key=value",
|
|
204
204
|
"semantics_edit": "Edit attributes",
|
|
205
|
-
"semantics_save": "Save your
|
|
205
|
+
"semantics_save": "Save your changes",
|
|
206
206
|
"semantics_undo": "Cancel your edits",
|
|
207
207
|
"semantics_cantsave_invalid": "Cannot save changes, input is invalid",
|
|
208
|
-
"semantics_send_fail": "
|
|
208
|
+
"semantics_send_fail": "Unable to save your changes, please try again later",
|
|
209
209
|
"semantics_send_ok": "Your edits were sent successfully",
|
|
210
210
|
"report": "Report",
|
|
211
211
|
"report_auth": "This report will be sent using your account \"{a}\"",
|
|
212
|
-
"report_nature_label": "
|
|
212
|
+
"report_nature_label": "Cause of the issue",
|
|
213
213
|
"report_nature": {
|
|
214
214
|
"": "Select the nature of issue…",
|
|
215
|
-
"blur_missing": "A person face or car plate is visible",
|
|
216
|
-
"blur_excess": "An
|
|
215
|
+
"blur_missing": "A person's face or car license plate is visible",
|
|
216
|
+
"blur_excess": "An unnecessary blur was applied to an object",
|
|
217
217
|
"inappropriate": "Picture is inappropriate (unrelated, nudity…)",
|
|
218
218
|
"privacy": "A private path or property is visible",
|
|
219
|
-
"picture_low_quality": "
|
|
220
|
-
"mislocated": "Picture is
|
|
219
|
+
"picture_low_quality": "Image is low quality",
|
|
220
|
+
"mislocated": "Picture is poorly positioned on map",
|
|
221
221
|
"copyright": "Picture infringes copyright",
|
|
222
222
|
"other": "Any other kind of issue"
|
|
223
223
|
},
|
|
224
224
|
"report_whole_sequence": "This concerns the entire sequence",
|
|
225
225
|
"report_details": "Additional details",
|
|
226
|
-
"report_details_placeholder": "
|
|
226
|
+
"report_details_placeholder": "Optionally, you can add details about the issue",
|
|
227
227
|
"report_email": "Your email",
|
|
228
228
|
"report_email_placeholder": "Optional",
|
|
229
229
|
"report_submit": "Submit",
|
|
230
|
-
"report_wait": "Sending report
|
|
231
|
-
"report_success": "Report
|
|
230
|
+
"report_wait": "Sending report…",
|
|
231
|
+
"report_success": "Report was sent successfully. It will be reviewed as soon as possible.",
|
|
232
232
|
"report_failure": "An error occurred when creating report: {e}. Please try again later."
|
|
233
233
|
},
|
|
234
234
|
"map": {
|