mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
The correct format for variables is `%{variable_name}` and not
`{{variable_name}}`.
Meta topic: https://meta.discourse.org/t/follow-plugin/110579/289?u=osama
26 lines
2.3 KiB
YAML
26 lines
2.3 KiB
YAML
en:
|
|
discourse_push_notifications:
|
|
popup:
|
|
following_created_topic: '%{username} created "%{topic}" - %{site_title}'
|
|
following_replied: '%{username} posted in "%{topic}" - %{site_title}'
|
|
site_settings:
|
|
discourse_follow_enabled: "Enable follow plugin."
|
|
follow_show_statistics_on_profile: "Show follow statistics on user profiles."
|
|
follow_notifications_enabled: "Enable all follow notifications."
|
|
follow_followers_visible: "Followers visibility."
|
|
follow_following_visible: "Following visibility."
|
|
default_notify_me_when_followed: 'Default value for the <code>Notify me when users follow me</code> user preference. Changing this setting only applies to users who have never changed their notification preferences of the follow plugin'
|
|
default_notify_followed_user_when_followed: 'Default value for the <code>Notify users when I follow them</code> user preference. Changing this setting only applies to users who have never changed their notification preferences of the follow plugin'
|
|
default_notify_me_when_followed_replies: 'Default value for the <code>Notify me when someone I follow replies</code> user preference. Changing this setting only applies to users who have never changed their notification preferences of the follow plugin'
|
|
default_notify_me_when_followed_creates_topic: 'Default value for the <code>Notify me when someone I follow creates a topic</code> user preference. Changing this setting only applies to users who have never changed their notification preferences of the follow plugin'
|
|
default_allow_people_to_follow_me: 'Default value for the <code>Allow people to follow me</code> user preference. Changing this setting only applies to users who have never changed their notification preferences of the follow plugin'
|
|
|
|
follow:
|
|
user_not_found: "Couldn't find user with username %{username}"
|
|
user_cannot_follow_themself: "User is not allowed to follow themself"
|
|
invalid_notification_level: "Invalid notification level %{level}"
|
|
cannot_follow_bot: "Cannot follow a bot user"
|
|
cannot_follow_suspended: "Cannot follow a suspend user"
|
|
cannot_follow_staged: "Cannot follow a staged user"
|
|
invalid_created_before_date: "Received an invalid date for the `created_before` param: %{value}"
|
|
user_does_not_allow_follow: "%{username} does not allow people to follow them."
|