fead: group member moderation ban export/import dialog (#1675)

This commit is contained in:
pa
2026-03-05 20:37:05 +09:00
parent 0034f7847b
commit b570de6d4a
12 changed files with 1353 additions and 574 deletions

View File

@@ -1915,7 +1915,14 @@
"selected_roles": "Selected Roles",
"remove_roles": "Remove Roles",
"add_roles": "Add Roles",
"export_logs": "Export Logs"
"export_logs": "Export Logs",
"export_bans": "Export Bans",
"import_bans": "Import Bans",
"import_bans_description": "Paste CSV or user IDs below. The userId column will be auto-detected from CSV headers, or all usr_ IDs will be extracted.",
"import_bans_warning": "Do not import too many users at once. The API is rate-limited and may fail. You are responsible for any consequences.",
"import_bans_placeholder": "Paste CSV or user IDs here (one per line)\nusr_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"import_bans_start": "Import & Ban",
"import_bans_clear_errors": "Clear Errors"
},
"group_post_edit": {
"header": "Create/Edit Post",