2015-10-03 14:54:08 +08:00
|
|
|
flarum-flags:
|
2015-10-21 14:15:32 +08:00
|
|
|
|
|
|
|
##
|
|
|
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
|
|
|
##
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# Translations in this namespace are used by the admin interface.
|
2015-10-21 14:15:32 +08:00
|
|
|
admin:
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used in the Permissions page of the admin interface.
|
2015-10-21 14:15:32 +08:00
|
|
|
permissions:
|
2015-10-21 18:33:10 +08:00
|
|
|
flag_posts_label: Flag posts
|
|
|
|
view_flags_label: View flagged posts
|
2015-10-21 14:15:32 +08:00
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used in the Flags Settings modal dialog.
|
2015-11-04 10:30:11 +08:00
|
|
|
settings:
|
|
|
|
guidelines_url_label: Community Guidelines URL
|
|
|
|
title: Flags Settings
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# Translations in this namespace are used by the forum user interface.
|
2015-10-16 10:05:05 +08:00
|
|
|
forum:
|
2015-10-21 14:15:32 +08:00
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used by the Flag Post modal dialog.
|
2015-10-21 14:15:32 +08:00
|
|
|
flag_post:
|
2015-11-04 16:04:12 +08:00
|
|
|
confirmation_message: Thank you for flagging this post. Our moderators will look into it.
|
2015-11-04 10:30:11 +08:00
|
|
|
dismiss_button: => core.ref.okay
|
2015-10-21 14:15:32 +08:00
|
|
|
reason_inappropriate_label: Inappropriate
|
2015-11-04 10:30:11 +08:00
|
|
|
reason_inappropriate_text: "This post is offensive, abusive, or violates our <a>community guidelines</a>."
|
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
|
|
|
reason_off_topic_label: "Off-topic"
|
2015-11-04 16:04:12 +08:00
|
|
|
reason_off_topic_text: This post is not relevant to the current discussion and should be moved elsewhere.
|
2015-10-21 14:15:32 +08:00
|
|
|
reason_other_label: Other
|
|
|
|
reason_spam_label: Spam
|
2015-11-04 10:30:11 +08:00
|
|
|
reason_spam_text: This post is an advertisement.
|
2015-10-21 14:15:32 +08:00
|
|
|
submit_button: => flarum-flags.ref.flag_post
|
|
|
|
title: => flarum-flags.ref.flag_post
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used by the Flagged Posts dropdown, a.k.a. "the flag".
|
2015-10-21 14:15:32 +08:00
|
|
|
flagged_posts:
|
2015-10-21 18:33:10 +08:00
|
|
|
empty_text: No Flags
|
2016-04-15 11:34:05 +08:00
|
|
|
item_text: "{username} in <em>{discussion}</em>"
|
2015-10-21 14:15:32 +08:00
|
|
|
title: => flarum-flags.ref.flagged_posts
|
|
|
|
tooltip: => flarum-flags.ref.flagged_posts
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used by the frame displayed around flagged posts.
|
2015-10-21 14:15:32 +08:00
|
|
|
post:
|
2016-05-21 18:58:38 +08:00
|
|
|
dismiss_flag_button: Dismiss Flag
|
2015-10-21 18:33:10 +08:00
|
|
|
flagged_by_text: "{username} flagged"
|
|
|
|
flagged_by_with_reason_text: "{username} flagged as {reason}"
|
2015-10-21 14:15:32 +08:00
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used by the post control buttons.
|
2015-10-21 14:15:32 +08:00
|
|
|
post_controls:
|
|
|
|
flag_button: Flag
|
|
|
|
|
|
|
|
##
|
2015-11-28 12:48:02 +08:00
|
|
|
# REUSED TRANSLATIONS - These keys should not be used directly in code!
|
2015-10-21 14:15:32 +08:00
|
|
|
##
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# Translations in this namespace are referenced by two or more unique keys.
|
2015-10-21 14:15:32 +08:00
|
|
|
ref:
|
|
|
|
flag_post: Flag Post
|
|
|
|
flagged_posts: Flagged Posts
|