mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +08:00
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
|