mattermost-plugin-cleanup-c.../webapp/i18n/en.json
Felipe M. 85e2a38f17
Some checks failed
ci / test (push) Successful in 3m7s
ci / lint (push) Failing after 2m50s
ci / build (push) Successful in 4m21s
release / release (push) Successful in 5m43s
Add automatic channel cleanup with unified modal UI.
Per-channel retention config, daily scheduled cleanup, slash command and REST API support, plus a single Channel cleanup menu that opens a plugin modal for configure, run-now, and disable actions.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 18:35:24 +02:00

26 lines
2 KiB
JSON

{
"plugin.cleanup_channel.menu": "Channel cleanup",
"plugin.cleanup_channel.title": "Channel cleanup",
"plugin.cleanup_channel.auto_description_enabled": "Automatic cleanup is currently enabled ({days} day(s)). Enter how many days of messages to keep, or use Disable to turn it off.",
"plugin.cleanup_channel.auto_description_disabled": "Enter how many days of messages to keep before automatic cleanup runs (for example, 30).",
"plugin.cleanup_channel.auto_days_label": "Days to keep messages",
"plugin.cleanup_channel.auto_cleanup_now": "Cleanup now",
"plugin.cleanup_channel.auto_cleaning_up": "Cleaning up...",
"plugin.cleanup_channel.auto_cleanup_now_success": "Removed {count} message(s) older than {days} day(s) from this channel.",
"plugin.cleanup_channel.auto_cleanup_now_error": "Failed to run automatic cleanup for this channel.",
"plugin.cleanup_channel.auto_cleanup_now_invalid": "Please enter a positive number of days before running cleanup.",
"plugin.cleanup_channel.auto_disable": "Disable",
"plugin.cleanup_channel.auto_disabling": "Disabling...",
"plugin.cleanup_channel.auto_disable_error": "Failed to disable automatic cleanup for this channel.",
"plugin.cleanup_channel.auto_disabled": "Automatic cleanup has been disabled for this channel.",
"plugin.cleanup_channel.auto_enabled": "Automatic cleanup enabled. Messages older than {days} day(s) will be removed daily.",
"plugin.cleanup_channel.auto_invalid": "Please enter a positive number of days.",
"plugin.cleanup_channel.auto_empty": "Please enter the number of days to keep messages.",
"plugin.cleanup_channel.auto_load_error": "Failed to load automatic cleanup settings for this channel.",
"plugin.cleanup_channel.auto_error": "Failed to configure automatic cleanup for this channel.",
"plugin.cleanup_channel.cancel": "Cancel",
"plugin.cleanup_channel.save": "Save",
"plugin.cleanup_channel.saving": "Saving...",
"plugin.cleanup_channel.ok": "OK",
"plugin.cleanup_channel.loading": "Loading..."
}