Feature: add 'copy-button' capabilities

This commit is contained in:
Pieter Vander Vennet 2025-07-07 18:26:04 +02:00
parent 3d442d0558
commit 2f89f9203d
6 changed files with 204 additions and 10 deletions

View file

@ -23,6 +23,13 @@
"intro": "Get in touch with other people to get to know them, learn from them, …",
"title": "Get in touch with others"
},
"copy": {
"button": "Create a copy",
"confirm": "Create copy at the specified location",
"intro": "Creating a copy will create a new POI on the map with the same properties as the current object.",
"loading": "Creating a copy...",
"title": "Create a copy"
},
"delete": {
"cancel": "Cancel",
"cannotBeDeleted": "This feature can not be deleted",