mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Merge pull request #20 from dcsjapan/flags-key-fix
Fix key names in Flags
This commit is contained in:
@@ -9,8 +9,8 @@ flarum-flags:
|
|||||||
|
|
||||||
# These strings are used in the Permissions page of the admin interface.
|
# These strings are used in the Permissions page of the admin interface.
|
||||||
permissions:
|
permissions:
|
||||||
flag_posts: Flag posts
|
flag_posts_label: Flag posts
|
||||||
view_flags: View flagged posts
|
view_flags_label: View flagged posts
|
||||||
|
|
||||||
# Strings in this namespace are used by the forum user interface.
|
# Strings in this namespace are used by the forum user interface.
|
||||||
forum:
|
forum:
|
||||||
@@ -27,15 +27,15 @@ flarum-flags:
|
|||||||
|
|
||||||
# These strings are used by the Flagged Posts dropdown, a.k.a. "the flag".
|
# These strings are used by the Flagged Posts dropdown, a.k.a. "the flag".
|
||||||
flagged_posts:
|
flagged_posts:
|
||||||
no_flags: No Flags
|
empty_text: No Flags
|
||||||
title: => flarum-flags.ref.flagged_posts
|
title: => flarum-flags.ref.flagged_posts
|
||||||
tooltip: => flarum-flags.ref.flagged_posts
|
tooltip: => flarum-flags.ref.flagged_posts
|
||||||
|
|
||||||
# These strings are used by the frame displayed around flagged posts.
|
# These strings are used by the frame displayed around flagged posts.
|
||||||
post:
|
post:
|
||||||
dismiss_flag_tooltip: Dismiss Flag
|
dismiss_flag_tooltip: Dismiss Flag
|
||||||
flagged_by: "{username} flagged"
|
flagged_by_text: "{username} flagged"
|
||||||
flagged_by_with_reason: "{username} flagged as {reason}"
|
flagged_by_with_reason_text: "{username} flagged as {reason}"
|
||||||
|
|
||||||
# These strings are used by the post control buttons.
|
# These strings are used by the post control buttons.
|
||||||
post_controls:
|
post_controls:
|
||||||
|
Reference in New Issue
Block a user