allow to edit tags in admin panel, fix #170

This commit is contained in:
lesion
2022-12-13 15:41:39 +01:00
parent 854bd6538a
commit 4463c75536
9 changed files with 194 additions and 6 deletions

View File

@@ -82,6 +82,7 @@
"url": "URL",
"place": "Place",
"tags": "Tags",
"tag": "Tag",
"theme": "Theme",
"reset": "Reset",
"import": "Import",
@@ -213,6 +214,7 @@
"hide_resource": "Hide resource",
"delete_resource": "Delete resource",
"delete_resource_confirm": "Are you sure you want to delete this resource?",
"delete_tag_confirm": "Are you sure you want to remove the tag \"{tag}\"? The tag will be removed from {n} events.",
"block_user": "Block user",
"filter_instances": "Filter instances",
"filter_users": "Filter users",
@@ -244,6 +246,8 @@
"footer_links": "Footer links",
"delete_footer_link_confirm": "Sure to remove this link?",
"edit_place": "Edit place",
"edit_tag": "Edit tag",
"edit_tag_help": "You can change the tag by replacing it with a new one or merging it with an existing one. The {n} associated events will also be changed.",
"new_announcement": "New announcement",
"show_smtp_setup": "Email settings",
"smtp_hostname": "SMTP Hostname",