feat(admin): implement region renaming functionality and update UI components

This commit is contained in:
Torsten Schulz (local)
2026-08-14 13:50:49 +02:00
parent a6a1ce7726
commit edb40c9785
6 changed files with 244 additions and 0 deletions

View File

@@ -267,6 +267,20 @@
"selectRegionHint": "Wähle eine Region aus der Liste oder direkt auf der Karte aus.",
"childRegions": "Direkte Unterregionen",
"noChildRegions": "Keine direkten Unterregionen zugeordnet.",
"rename": {
"label": "Regionsname",
"save": "Umbenennen",
"saving": "Benenne um…",
"success": "Region wurde umbenannt.",
"missingName": "Bitte einen Regionsnamen eingeben.",
"error": "Die Region konnte nicht umbenannt werden."
},
"hierarchy": {
"title": "Unterregionen-Hierarchie",
"summary": "{count} Unterregionen werden hervorgehoben.",
"direct": "Direkt: {count}",
"deeper": "Tiefer: {count}"
},
"unknownType": "Unbekannter Typ",
"coordsCompact": "X {x}, Y {y} · B {w} × H {h}",
"noCoords": "Keine Koordinaten gesetzt",

View File

@@ -322,6 +322,20 @@
"selectRegionHint": "Select a region from the list or directly on the map.",
"childRegions": "Direct child regions",
"noChildRegions": "No direct child regions assigned.",
"rename": {
"label": "Region name",
"save": "Rename",
"saving": "Renaming…",
"success": "Region renamed.",
"missingName": "Enter a region name.",
"error": "Could not rename the region."
},
"hierarchy": {
"title": "Child-region hierarchy",
"summary": "{count} child regions highlighted.",
"direct": "Direct: {count}",
"deeper": "Deeper: {count}"
},
"unknownType": "Unknown type",
"coordsCompact": "X {x}, Y {y} · W {w} × H {h}",
"noCoords": "No coordinates set",