mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
d0a0fe7e06
- Fixes commenting on two files where I accidentally used an old version.
52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
flarum-flags:
|
|
|
|
##
|
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
|
##
|
|
|
|
# Strings in this namespace are used by the admin interface.
|
|
admin:
|
|
|
|
# These strings are used in the Permissions page of the admin interface.
|
|
permissions:
|
|
flag_posts_label: Flag posts
|
|
view_flags_label: View flagged posts
|
|
|
|
# Strings in this namespace are used by the forum user interface.
|
|
forum:
|
|
|
|
# These strings are used by the Flag Post modal dialog.
|
|
flag_post:
|
|
reason_heading: Choose a Reason
|
|
reason_inappropriate_label: Inappropriate
|
|
reason_off_topic_label: Off-topic
|
|
reason_other_label: Other
|
|
reason_spam_label: Spam
|
|
submit_button: => flarum-flags.ref.flag_post
|
|
title: => flarum-flags.ref.flag_post
|
|
|
|
# These strings are used by the Flagged Posts dropdown, a.k.a. "the flag".
|
|
flagged_posts:
|
|
empty_text: No Flags
|
|
title: => flarum-flags.ref.flagged_posts
|
|
tooltip: => flarum-flags.ref.flagged_posts
|
|
|
|
# These strings are used by the frame displayed around flagged posts.
|
|
post:
|
|
dismiss_flag_tooltip: Dismiss Flag
|
|
flagged_by_text: "{username} flagged"
|
|
flagged_by_with_reason_text: "{username} flagged as {reason}"
|
|
|
|
# These strings are used by the post control buttons.
|
|
post_controls:
|
|
flag_button: Flag
|
|
|
|
##
|
|
# REUSED STRINGS - These keys should not be used directly in code!
|
|
##
|
|
|
|
# Strings in this namespace are referenced by two or more unique keys.
|
|
ref:
|
|
flag_post: Flag Post
|
|
flagged_posts: Flagged Posts
|