feat(admin): implement region renaming functionality and update UI components
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user