@panoramax/web-viewer 4.1.0-develop-22cdb9e7 → 4.1.0-develop-b60f7e56
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/da.json +2 -1
- package/src/translations/en.json +2 -2
package/package.json
CHANGED
package/src/translations/da.json
CHANGED
|
@@ -188,7 +188,8 @@
|
|
|
188
188
|
"metadata_general_copy_picid": "Kopi billed-ID",
|
|
189
189
|
"filter_date_6months": "6 måneder",
|
|
190
190
|
"picture_all": "Alle",
|
|
191
|
-
"panoramax": "Panoramax"
|
|
191
|
+
"panoramax": "Panoramax",
|
|
192
|
+
"semantics_send_ok": "Dine redigeringer blev indsendt"
|
|
192
193
|
},
|
|
193
194
|
"psv": {
|
|
194
195
|
"loadError": "Panoramaet kan ikke indlæses",
|
package/src/translations/en.json
CHANGED
|
@@ -204,9 +204,9 @@
|
|
|
204
204
|
"semantics_edit": "Edit attributes",
|
|
205
205
|
"semantics_save": "Save your edits",
|
|
206
206
|
"semantics_undo": "Cancel your edits",
|
|
207
|
-
"semantics_cantsave_invalid": "
|
|
207
|
+
"semantics_cantsave_invalid": "Cannot save changes, input is invalid",
|
|
208
208
|
"semantics_send_fail": "We can't send your edits for now, please retry later.",
|
|
209
|
-
"semantics_send_ok": "Your edits were successfully
|
|
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
212
|
"report_nature_label": "Nature of the issue",
|