2015-10-03 14:54:08 +08:00
|
|
|
flarum-subscriptions:
|
2015-10-22 14:19:50 +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 forum user interface.
|
2015-10-16 10:05:05 +08:00
|
|
|
forum:
|
2015-10-22 14:19:50 +08:00
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are displayed as tooltips for discussion badges.
|
2015-10-22 14:19:50 +08:00
|
|
|
badge:
|
|
|
|
following_tooltip: => flarum-subscriptions.ref.following
|
|
|
|
ignoring_tooltip: => flarum-subscriptions.ref.ignoring
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used by the discussion control buttons.
|
2015-10-22 14:19:50 +08:00
|
|
|
discussion_controls:
|
|
|
|
follow_button: => flarum-subscriptions.ref.follow
|
|
|
|
unfollow_button: Unfollow
|
|
|
|
unignore_button: Unignore
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used on the index page, peripheral to the discussion list.
|
2015-10-22 14:19:50 +08:00
|
|
|
index:
|
|
|
|
following_link: => flarum-subscriptions.ref.following
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used by the Notifications dropdown, a.k.a. "the bell".
|
2015-10-22 14:19:50 +08:00
|
|
|
notifications:
|
|
|
|
new_post_text: "{username} posted"
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used in the Settings page.
|
2015-10-22 14:19:50 +08:00
|
|
|
settings:
|
2016-06-04 17:26:46 +08:00
|
|
|
follow_after_reply_label: Automatically follow discussions that I reply to
|
2015-12-28 03:16:18 +08:00
|
|
|
notify_new_post_label: Someone posts in a discussion I'm following
|
2015-10-22 14:19:50 +08:00
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# These translations are used in the subscription menu displayed to the right of the post stream.
|
2015-10-22 14:19:50 +08:00
|
|
|
sub_controls:
|
|
|
|
follow_button: => flarum-subscriptions.ref.follow
|
|
|
|
following_button: => flarum-subscriptions.ref.following
|
|
|
|
following_text: Be notified of all replies.
|
|
|
|
ignoring_button: => flarum-subscriptions.ref.ignoring
|
|
|
|
ignoring_text: Never be notified. Hide from the discussion list.
|
|
|
|
not_following_button: Not Following
|
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
|
|
|
not_following_text: "Be notified only when @mentioned."
|
2015-11-03 14:48:18 +08:00
|
|
|
notify_alert_tooltip: Get a forum notification when there are new posts
|
2015-12-28 03:16:18 +08:00
|
|
|
notify_email_tooltip: Get an email when there are new posts
|
2015-10-22 14:19:50 +08:00
|
|
|
|
|
|
|
##
|
2015-11-28 12:48:02 +08:00
|
|
|
# REUSED TRANSLATIONS - These keys should not be used directly in code!
|
2015-10-22 14:19:50 +08:00
|
|
|
##
|
|
|
|
|
2015-11-28 12:48:02 +08:00
|
|
|
# Translations in this namespace are referenced by two or more unique keys.
|
2015-10-22 14:19:50 +08:00
|
|
|
ref:
|
|
|
|
follow: Follow
|
2015-10-16 10:05:05 +08:00
|
|
|
following: Following
|
|
|
|
ignoring: Ignoring
|