framework/extensions/suspend/locale/en.yml

83 lines
2.8 KiB
YAML
Raw Normal View History

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}"
2021-12-13 07:48:10 +08:00
user_suspended_indefinite_text: You have been suspended indefinitely
user_unsuspended_text: You have been unsuspended
2021-12-13 07:48:10 +08:00
# 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:
2021-12-13 07:48:10 +08:00
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
2021-12-13 07:48:10 +08:00
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
2021-12-13 07:48:10 +08:00
# Translations in this namespace are used by suspension email notifications
email:
no_reason_given: No reason was given for this suspension.
2021-12-13 07:48:10 +08:00
suspended:
subject: Your account has been suspended
plain:
body: |
You have been suspended for the following reason:
2021-12-13 07:48:10 +08:00
---
{suspension_message}
---
html:
body: "You have been suspended from {forumTitle} for the following reason:"
2021-12-13 07:48:10 +08:00
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:
2021-12-13 07:48:10 +08:00
{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