framework/extensions/lang-english/locale/flarum-flags.yml
dcsjapan 0f144be8cb Fix key names in Flags
- Fixes a few key name errors in PR #13
2015-10-21 19:33:10 +09:00

51 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 - The following keys are referenced by two or more unique keys.
##
ref:
flag_post: Flag Post
flagged_posts: Flagged Posts