mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Merge pull request #19 from dcsjapan/lock-key-fix
Fix key names in Lock
This commit is contained in:
@@ -20,16 +20,17 @@ flarum-lock:
|
|||||||
|
|
||||||
# These strings are used by the discussion control buttons.
|
# These strings are used by the discussion control buttons.
|
||||||
discussion_controls:
|
discussion_controls:
|
||||||
lock: Lock
|
lock_button: Lock
|
||||||
unlock: Unlock
|
unlock_button: Unlock
|
||||||
|
|
||||||
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
||||||
notifications:
|
notifications:
|
||||||
discussion_locked_notification: "{username} locked"
|
discussion_locked_text: "{username} locked"
|
||||||
|
|
||||||
|
# These strings are displayed between posts in the post stream.
|
||||||
post_stream:
|
post_stream:
|
||||||
discussion_locked_post: "{username} locked the discussion."
|
discussion_locked_text: "{username} locked the discussion."
|
||||||
discussion_unlocked_post: "{username} unlocked the discussion."
|
discussion_unlocked_text: "{username} unlocked the discussion."
|
||||||
|
|
||||||
# These strings are used in the Settings page.
|
# These strings are used in the Settings page.
|
||||||
settings:
|
settings:
|
||||||
|
Reference in New Issue
Block a user