mirror of
https://github.com/flarum/core.git
synced 2025-07-27 03:30:28 +02:00
Move locale files from language pack to extension. (#56)
This commit is contained in:
69
extensions/mentions/locale/en.yml
Normal file
69
extensions/mentions/locale/en.yml
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
flarum-mentions:
|
||||||
|
|
||||||
|
##
|
||||||
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||||
|
##
|
||||||
|
|
||||||
|
# Translations in this namespace are used by the forum user interface.
|
||||||
|
forum:
|
||||||
|
|
||||||
|
# These translations are used by the composer (reply autocompletion function).
|
||||||
|
composer:
|
||||||
|
mention_tooltip: Mention a user or post
|
||||||
|
reply_to_post_text: "Reply to #{number}"
|
||||||
|
|
||||||
|
# These translations are used by the Notifications dropdown, a.k.a. "the bell".
|
||||||
|
notifications:
|
||||||
|
others_text: => core.ref.some_others
|
||||||
|
post_mentioned_text: "{username} replied to your post" # Can be pluralized to agree with the number of users!
|
||||||
|
user_mentioned_text: "{username} mentioned you"
|
||||||
|
|
||||||
|
# These translations are displayed beneath individual posts.
|
||||||
|
post:
|
||||||
|
mentioned_by_self_text: "{users} replied to this." # Can be pluralized to agree with the number of users!
|
||||||
|
mentioned_by_text: "{users} replied to this." # Can be pluralized to agree with the number of users!
|
||||||
|
others_text: => core.ref.some_others
|
||||||
|
quote_button: Quote
|
||||||
|
reply_link: => core.ref.reply
|
||||||
|
you_text: => core.ref.you
|
||||||
|
|
||||||
|
# These translations are used in the Settings page.
|
||||||
|
settings:
|
||||||
|
notify_post_mentioned_label: Someone replies to one of my posts
|
||||||
|
notify_user_mentioned_label: Someone mentions me in a post
|
||||||
|
|
||||||
|
# These translations are used in the user profile page and profile popup.
|
||||||
|
user:
|
||||||
|
mentions_link: Mentions
|
||||||
|
|
||||||
|
# Translations in this namespace are used in emails sent by the forum.
|
||||||
|
email:
|
||||||
|
|
||||||
|
# These translations are used in emails sent when a post is replied to
|
||||||
|
post_mentioned:
|
||||||
|
subject: "{replier_display_name} replied to your post in {title}"
|
||||||
|
body: |
|
||||||
|
Hey {recipient_display_name}!
|
||||||
|
|
||||||
|
{replier_display_name} replied to your post (#{post_number}) in {title}.
|
||||||
|
|
||||||
|
{url}
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
{content}
|
||||||
|
|
||||||
|
# These translations are used in emails sent when a user is mentioned
|
||||||
|
user_mentioned:
|
||||||
|
subject: "{mentioner_display_name} mentioned you in {title}"
|
||||||
|
body: |
|
||||||
|
Hey {recipient_display_name}!
|
||||||
|
|
||||||
|
{mentioner_display_name} mentioned you in a post in {title}.
|
||||||
|
|
||||||
|
{url}
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
{content}
|
||||||
|
|
Reference in New Issue
Block a user