mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
3a34136e36
* feat: first iteration * chore: tweak * feat: second iteration * chore: incorrect code organization * feat: gambit input suggestions * feat: gambit keyboard navigation * chore: bugs * feat: negative gambits * feat: improve gambit highlighting * refactor: localize gambits * feat: negative and positive gambit buttons * fix: permissions * chore: wat * per: lazy load search modal * fix: extensibility and bug fixes * fix: bugs * feat: reusable autocomplete dropdown * chore: format * fix: tag filter
83 lines
2.8 KiB
YAML
83 lines
2.8 KiB
YAML
flarum-suspend:
|
|
|
|
##
|
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
|
##
|
|
|
|
# Translations in this namespace are used by the admin interface.
|
|
admin:
|
|
|
|
# These translations are used in the Permissions page of the admin interface.
|
|
permissions:
|
|
suspend_users_label: Suspend users
|
|
|
|
# Translations in this namespace are used by the forum user interface.
|
|
forum:
|
|
# These translations are used in the suspension notifications
|
|
notifications:
|
|
user_suspended_text: "You have been suspended for {timeReadable}"
|
|
user_suspended_indefinite_text: You have been suspended indefinitely
|
|
user_unsuspended_text: You have been unsuspended
|
|
|
|
# These translations are used for the suspension reason informational modal to the suspended user.
|
|
suspension_info:
|
|
dismiss_button: Dismiss
|
|
indefinite: This is an indefinite suspension
|
|
limited: "This suspension will be in force until {date}"
|
|
title: This account is suspended
|
|
|
|
# These translations are used in the Suspend User modal dialog (admin function).
|
|
suspend_user:
|
|
display_message: Display message for user
|
|
indefinitely_label: Suspended indefinitely
|
|
limited_time_days_text: " days"
|
|
limited_time_label: Suspended for a limited time...
|
|
not_suspended_label: Not suspended
|
|
placeholder_optional: Optional
|
|
reason: Reason for suspension
|
|
status_heading: Suspension Status
|
|
submit_button: => core.ref.save_changes
|
|
title: "Suspend {username}"
|
|
|
|
# These translations are displayed as tooltips for user badges.
|
|
user_badge:
|
|
suspended_tooltip: Suspended
|
|
|
|
# These translations are found on the user profile page (admin function).
|
|
user_controls:
|
|
suspend_button: Suspend
|
|
|
|
# Translations in this namespace are used by suspension email notifications
|
|
email:
|
|
no_reason_given: No reason was given for this suspension.
|
|
suspended:
|
|
subject: Your account has been suspended
|
|
plain:
|
|
body: |
|
|
You have been suspended for the following reason:
|
|
|
|
---
|
|
{suspension_message}
|
|
---
|
|
html:
|
|
body: "You have been suspended from {forumTitle} for the following reason:"
|
|
|
|
unsuspended:
|
|
subject: Your account has been unsuspended
|
|
plain:
|
|
body: |
|
|
You have been unsuspended. You can head back to the forum by clicking on the following link:
|
|
|
|
{forum_url}
|
|
html:
|
|
body: "You have been unsuspended. You can head back to [{forumTitle}]({forum_url}) when you are ready."
|
|
|
|
# Translations in this namespace are used by the forum and admin interfaces.
|
|
lib:
|
|
|
|
# These translations are used by gambits. Gambit keys must be in snake_case, no spaces.
|
|
gambits:
|
|
users:
|
|
suspended:
|
|
key: suspended
|