mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
Add new translations for flarum-ext-approval
This commit is contained in:
@@ -10,15 +10,28 @@ flarum-approval:
|
|||||||
# These translations are used in the Permissions page of the admin interface.
|
# These translations are used in the Permissions page of the admin interface.
|
||||||
permissions:
|
permissions:
|
||||||
approve_posts_label: Approve posts
|
approve_posts_label: Approve posts
|
||||||
reply_without_approval_label: Reply without approval
|
reply_without_approval_label: Reply to discussions without approval
|
||||||
|
start_discussions_without_approval_label: Start discussions without approval
|
||||||
|
|
||||||
# Translations in this namespace are used by the forum user interface.
|
# Translations in this namespace are used by the forum user interface.
|
||||||
forum:
|
forum:
|
||||||
|
|
||||||
|
# These translations are displayed as tooltips for discussion badges.
|
||||||
|
badge:
|
||||||
|
awaiting_approval_tooltip: => flarum-approval.ref.awaiting_approval
|
||||||
|
|
||||||
# These translations are displayed in the post header.
|
# These translations are displayed in the post header.
|
||||||
post:
|
post:
|
||||||
awaiting_approval_text: Awaiting approval
|
awaiting_approval_text: => flarum-approval.ref.awaiting_approval
|
||||||
|
|
||||||
# These translations are used by the post control buttons.
|
# These translations are used by the post control buttons.
|
||||||
post_controls:
|
post_controls:
|
||||||
approve_button: Approve
|
approve_button: Approve
|
||||||
|
|
||||||
|
##
|
||||||
|
# REUSED TRANSLATIONS - These keys should not be used directly in code!
|
||||||
|
##
|
||||||
|
|
||||||
|
# Translations in this namespace are referenced by two or more unique keys.
|
||||||
|
ref:
|
||||||
|
awaiting_approval: Awaiting approval
|
||||||
|
Reference in New Issue
Block a user