4.7.2 delete maps
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-06-21 09:18:14 +02:00
parent 7a850937b0
commit 199f8c0537
9 changed files with 199 additions and 59 deletions

View File

@@ -334,6 +334,10 @@
"maps.sitesDialog.empty": "Chưa có site.",
"maps.sitesDialog.deleteConfirm": "Xóa site \"{name}\"?",
"maps.deleteConfirm": "Xóa map \"{name}\"?",
"maps.deleteDialog.title": "Xóa map?",
"maps.deleteDialog.text": "Xóa map \"{name}\"? Hành động không hoàn tác.",
"maps.deleteDialog.activeWarning": "Map này đang là map hoạt động trên robot.",
"maps.deleteForbidden": "Bạn không thể xóa map thuộc nhóm người dùng khác.",
"maps.error.nameEmpty": "Tên map không được để trống.",
"maps.error.noImage": "Map chưa có ảnh — upload PNG trước khi kích hoạt.",
"maps.error.pngOnly": "Chỉ chấp nhận file PNG.",
@@ -948,6 +952,10 @@
"maps.sitesDialog.empty": "No sites yet.",
"maps.sitesDialog.deleteConfirm": "Delete site \"{name}\"?",
"maps.deleteConfirm": "Delete map \"{name}\"?",
"maps.deleteDialog.title": "Delete map?",
"maps.deleteDialog.text": "Delete map \"{name}\"? This cannot be undone.",
"maps.deleteDialog.activeWarning": "This map is currently active on the robot.",
"maps.deleteForbidden": "You cannot delete a map from another user group.",
"maps.error.nameEmpty": "Map name is required.",
"maps.error.noImage": "Map has no image — upload a PNG before activating.",
"maps.error.pngOnly": "Only PNG files are accepted.",