discourse-shared-edits/config/locales/server.en.yml
Sam 4e51a4e231
Some checks failed
Discourse Plugin / ci (push) Has been cancelled
FEATURE: allow shared edits to be enabled on any group (#163)
Allow sites to choose which groups can enable or disable shared edits instead of hardcoding staff and TL4 users. Expose the permission on the current user serializer so the admin menu can hide toggle actions for unauthorized users.

Add rate limits to privileged reset and recover endpoints, and update specs, acceptance tests, docs, and settings copy for the new permission model.

* Update config/settings.yml

Co-authored-by: Martin Brennan <martin@discourse.org>

* fix spec

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
2026-06-25 16:28:07 +10:00

21 lines
1.8 KiB
YAML

en:
shared_edits:
reason: "Edited By: %{users}"
errors:
state_corrupted: "The collaborative editing state is corrupted and could not be recovered. Please try again."
state_recovered: "The collaborative editing state was corrupted but has been recovered. Please refresh to continue editing."
needs_recovery_text: "Collaborative editing state needs recovery. Please retry."
recovery_failed: "Failed to recover collaborative editing state. Please refresh and try again."
recovery_not_needed: "Collaborative editing recovery is only allowed when the shared state is unhealthy."
commit_failed: "Collaborative edits could not be committed to this post."
disable_failed: "Shared edits could not be disabled because pending changes could not be committed."
reset_failed: "Shared edit history could not be reset because pending changes could not be committed."
blank_state_rejected: "We blocked a collaborative edit because it would have erased the entire post. Please reopen the composer to refresh the shared document."
invalid_update: "The update payload was malformed. Please refresh and try again."
post_length_exceeded: "Post content exceeds maximum length (%{current}/%{max} characters)"
not_initialized: "Shared editing is not active on this post. Please refresh and try again."
site_settings:
shared_edits_enabled: Enable shared, collaborative, editing on designated posts.
shared_edits_editor_mode: "Editor mode for shared edits: markdown uses plain text, rich uses the ProseMirror rich text editor."
shared_edits_commit_delay_seconds: "Seconds to wait before committing collaborative edits to the post. Lower values commit more frequently but may increase server load."
shared_edits_toggle_allowed_groups: "Groups allowed to enable or disable shared edits on posts."