mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
a626f6dbb5
- Adds resources to support flarum/approval#1. - Adds resources to support flarum/suspend#2. - Updates a comment in core language resources.
25 lines
693 B
YAML
25 lines
693 B
YAML
flarum-approval:
|
|
|
|
##
|
|
# 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:
|
|
approve_posts_label: Approve posts
|
|
reply_without_approval_label: Reply without approval
|
|
|
|
# Translations in this namespace are used by the forum user interface.
|
|
forum:
|
|
|
|
# These translations are displayed in the post header.
|
|
post:
|
|
awaiting_approval_text: Awaiting approval
|
|
|
|
# These translations are used by the post control buttons.
|
|
post_controls:
|
|
approve_button: Approve
|