mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
This commit introduces a toggle which is enabled by default to share the Discourse Rewind report publicly. **IMPORTANT NOTES**: * Users with "Hide my public profile" enabled **will not** have their Rewind shared publicly by default, and will not be able to unless they disable "Hide my public profile" first. * This commit also excludes personal messages from best posts and best topics reports so sensitive message data will never be shown, but other report data like reaction counts may still be based off of PM data Other users who cannot see the rewind will see an error. We always show a message saying which user you are looking at when viewing another user's Rewind. Users can also unshare their rewind from Rewind preferences.
10 lines
609 B
YAML
Vendored
10 lines
609 B
YAML
Vendored
en:
|
|
site_settings:
|
|
discourse_rewind_enabled: "Enable Discourse Rewind for a fun end-of-year summary for members' activity in the community."
|
|
discourse_rewind:
|
|
report_failed: "Failed to generate Discourse Rewind report."
|
|
invalid_year: "Rewind can only be generated in January or December."
|
|
user_not_found: "User not found or cannot be viewed."
|
|
reports_not_cached: "Reports have not been generated yet. Please refresh the page."
|
|
report_not_found: "Report not found."
|
|
cannot_share_when_profile_hidden: "In order to share Rewind you must allow others to view your public profile."
|