diff --git a/extensions/lang-english/locale/flarum-approval.yml b/extensions/lang-english/locale/flarum-approval.yml index b372f5e0f..55c631ae2 100644 --- a/extensions/lang-english/locale/flarum-approval.yml +++ b/extensions/lang-english/locale/flarum-approval.yml @@ -10,15 +10,28 @@ flarum-approval: # 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 + 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. 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. post: - awaiting_approval_text: Awaiting approval + awaiting_approval_text: => flarum-approval.ref.awaiting_approval # These translations are used by the post control buttons. post_controls: 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