mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Add some bundled extension translations
But the key names are still yet to be redone.
This commit is contained in:
8
extensions/lang-english/locale/flarum-flags.yml
Normal file
8
extensions/lang-english/locale/flarum-flags.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
flarum-flags:
|
||||||
|
reason_off_topic: Off-topic
|
||||||
|
reason_spam: Spam
|
||||||
|
reason_inappropriate: Inappropriate
|
||||||
|
reason_other: Other
|
||||||
|
flagged_by: "{username} flagged"
|
||||||
|
flagged_by_with_reason: "{username} flagged as {reason}"
|
||||||
|
no_flags: No Flags
|
12
extensions/lang-english/locale/flarum-likes.yml
Normal file
12
extensions/lang-english/locale/flarum-likes.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
flarum-likes:
|
||||||
|
post_liked_notification: "{username} liked your post"
|
||||||
|
post_likes_modal_title: Users Who Like This
|
||||||
|
post_liked_by_self: "{users} like this."
|
||||||
|
post_liked_by:
|
||||||
|
one: "{users} likes this."
|
||||||
|
other: "{users} like this."
|
||||||
|
unlike_action: Unlike
|
||||||
|
like_action: Like
|
||||||
|
notify_post_liked: Someone likes my post
|
||||||
|
others: "{count} others"
|
||||||
|
you: You
|
8
extensions/lang-english/locale/flarum-lock.yml
Normal file
8
extensions/lang-english/locale/flarum-lock.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
flarum-lock:
|
||||||
|
discussion_locked_notification: "{username} locked"
|
||||||
|
discussion_locked_post: "{username} locked the discussion."
|
||||||
|
discussion_unlocked_post: "{username} unlocked the discussion."
|
||||||
|
notify_discussion_locked: Someone locks a discussion I started
|
||||||
|
locked: Locked
|
||||||
|
lock: Lock
|
||||||
|
unlock: Unlock
|
10
extensions/lang-english/locale/flarum-mentions.yml
Normal file
10
extensions/lang-english/locale/flarum-mentions.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
flarum-mentions:
|
||||||
|
reply_to_post: "Reply to #{number}"
|
||||||
|
post_mentioned_notification: "{username} replied to your post"
|
||||||
|
others: "{count} others"
|
||||||
|
user_mentioned_notification: "{username} mentioned you"
|
||||||
|
post_mentioned_by: "{users} replied to this."
|
||||||
|
you: You
|
||||||
|
reply_link: Reply
|
||||||
|
notify_post_mentioned: Someone replies to my post
|
||||||
|
notify_user_mentioned: Someone mentions me in a post
|
4
extensions/lang-english/locale/flarum-pusher.yml
Normal file
4
extensions/lang-english/locale/flarum-pusher.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
flarum-pusher:
|
||||||
|
show_updated_discussions:
|
||||||
|
one: "Show {count} updated discussion"
|
||||||
|
other: "Show {count} updated discussions"
|
8
extensions/lang-english/locale/flarum-sticky.yml
Normal file
8
extensions/lang-english/locale/flarum-sticky.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
flarum-sticky:
|
||||||
|
discussion_stickied_notification: "{username} stickied"
|
||||||
|
discussion_stickied_post: "{username} stickied the discussion."
|
||||||
|
discussion_unstickied_post: "{username} unstickied the discussion."
|
||||||
|
notify_discussion_stickied: Someone stickies a discussion I started
|
||||||
|
stickied: Sticky
|
||||||
|
sticky: Sticky
|
||||||
|
unsticky: Unsticky
|
13
extensions/lang-english/locale/flarum-subscriptions.yml
Normal file
13
extensions/lang-english/locale/flarum-subscriptions.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
flarum-subscriptions:
|
||||||
|
following: Following
|
||||||
|
ignoring: Ignoring
|
||||||
|
follow: Follow
|
||||||
|
unfollow: Unfollow
|
||||||
|
ignore: Ignore
|
||||||
|
notify_new_post: Someone posts in a discussion I'm following
|
||||||
|
new_post_notification: "{username} posted"
|
||||||
|
not_following: Not Following
|
||||||
|
not_following_description: Be notified when @mentioned.
|
||||||
|
following_description: Be notified of all replies.
|
||||||
|
ignoring_description: Never be notified. Hide from the discussion list.
|
||||||
|
unignore: Unignore
|
20
extensions/lang-english/locale/flarum-tags.yml
Normal file
20
extensions/lang-english/locale/flarum-tags.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
flarum-tags:
|
||||||
|
tags: Tags
|
||||||
|
discussion_tagged_post:
|
||||||
|
one: "{username} {action} tag."
|
||||||
|
other: "{username} {action} tags."
|
||||||
|
added_tags: "added the {tags}"
|
||||||
|
removed_tags: "removed the {tags}"
|
||||||
|
tag_new_discussion_title: Choose Tags for Your Discussion
|
||||||
|
tag_new_discussion_link: Choose Tags
|
||||||
|
edit_discussion_tags_title: "Edit Tags for {title}"
|
||||||
|
edit_discussion_tags_link: Edit Tags
|
||||||
|
choose_primary_tags:
|
||||||
|
one: Choose a primary tag
|
||||||
|
other: "Choose {count} primary tags"
|
||||||
|
choose_secondary_tags:
|
||||||
|
one: Choose 1 more tag
|
||||||
|
other: "Choose {count} more tags"
|
||||||
|
confirm: Confirm
|
||||||
|
more: More...
|
||||||
|
deleted: Deleted
|
Reference in New Issue
Block a user