@panoramax/web-viewer 5.1.1-develop-94fe1cb3 → 5.1.1-develop-c88ffe69
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/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index_photoviewer.js +2 -2
- package/build/cjs/index_photoviewer.js.map +1 -1
- package/build/esm/components/core/Basic.js +1 -1
- package/build/esm/translations/en.json +1 -1
- package/build/esm/translations/fr.json +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import BasicStyles from "./Basic.css" with { type: "css" };
|
|
|
9
9
|
document.adoptedStyleSheets.push(AtkinsonStyles);
|
|
10
10
|
document.adoptedStyleSheets.push(BasicStyles);
|
|
11
11
|
|
|
12
|
-
const __COMMIT_HASH__ = "
|
|
12
|
+
const __COMMIT_HASH__ = "c88ffe6";
|
|
13
13
|
const __PACKAGE_VERSION__ = "5.1.1";
|
|
14
14
|
const __PACKAGE_ISSUES_URL__ = "https://gitlab.com/panoramax/clients/web-viewer/-/work_items";
|
|
15
15
|
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"blur_missing": "A person's face or car license plate is visible",
|
|
267
267
|
"blur_excess": "An unnecessary blur was applied to an object",
|
|
268
268
|
"inappropriate": "Picture is inappropriate (unrelated, nudity…)",
|
|
269
|
-
"privacy": "
|
|
269
|
+
"privacy": "Picture was taken from a private path or property",
|
|
270
270
|
"picture_low_quality": "Image is low quality",
|
|
271
271
|
"mislocated": "Picture is poorly positioned on map",
|
|
272
272
|
"copyright": "Picture infringes copyright",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"blur_missing": "Un visage ou une plaque d'immatriculation est visible",
|
|
267
267
|
"blur_excess": "Un objet a été sur-flouté",
|
|
268
268
|
"inappropriate": "L'image est inappropriée (non pertinente, nudité…)",
|
|
269
|
-
"privacy": "
|
|
269
|
+
"privacy": "L'image a été prise depuis une voie ou une propriété privée",
|
|
270
270
|
"picture_low_quality": "L'image est de mauvaise qualité",
|
|
271
271
|
"mislocated": "L'image est mal géolocalisée",
|
|
272
272
|
"copyright": "L'image enfreint les droits d'auteur",
|
package/package.json
CHANGED