mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 21:55:41 +08:00
Namespace extension translations
Also update with the new plural syntax
This commit is contained in:
parent
e6ee0ebefa
commit
1f5269d874
@ -1,4 +1,5 @@
|
|||||||
flarum-flags:
|
flarum-flags:
|
||||||
|
forum:
|
||||||
reason_off_topic: Off-topic
|
reason_off_topic: Off-topic
|
||||||
reason_spam: Spam
|
reason_spam: Spam
|
||||||
reason_inappropriate: Inappropriate
|
reason_inappropriate: Inappropriate
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
flarum-likes:
|
flarum-likes:
|
||||||
|
forum:
|
||||||
post_liked_notification: "{username} liked your post"
|
post_liked_notification: "{username} liked your post"
|
||||||
post_likes_modal_title: Users Who Like This
|
post_likes_modal_title: Users Who Like This
|
||||||
post_liked_by_self: "{users} like this."
|
post_liked_by_self: "{users} like this."
|
||||||
post_liked_by:
|
post_liked_by: "{users} likes this.|{users} like this."
|
||||||
one: "{users} likes this."
|
|
||||||
other: "{users} like this."
|
|
||||||
unlike_action: Unlike
|
unlike_action: Unlike
|
||||||
like_action: Like
|
like_action: Like
|
||||||
notify_post_liked: Someone likes my post
|
notify_post_liked: Someone likes my post
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
flarum-lock:
|
flarum-lock:
|
||||||
|
forum:
|
||||||
discussion_locked_notification: "{username} locked"
|
discussion_locked_notification: "{username} locked"
|
||||||
discussion_locked_post: "{username} locked the discussion."
|
discussion_locked_post: "{username} locked the discussion."
|
||||||
discussion_unlocked_post: "{username} unlocked the discussion."
|
discussion_unlocked_post: "{username} unlocked the discussion."
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
flarum-mentions:
|
flarum-mentions:
|
||||||
|
forum:
|
||||||
reply_to_post: "Reply to #{number}"
|
reply_to_post: "Reply to #{number}"
|
||||||
post_mentioned_notification: "{username} replied to your post"
|
post_mentioned_notification: "{username} replied to your post"
|
||||||
others: "{count} others"
|
others: "{count} others"
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
flarum-pusher:
|
flarum-pusher:
|
||||||
show_updated_discussions:
|
forum:
|
||||||
one: "Show {count} updated discussion"
|
show_updated_discussions: "Show {count} updated discussion|Show {count} updated discussions"
|
||||||
other: "Show {count} updated discussions"
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
flarum-sticky:
|
flarum-sticky:
|
||||||
|
forum:
|
||||||
discussion_stickied_notification: "{username} stickied"
|
discussion_stickied_notification: "{username} stickied"
|
||||||
discussion_stickied_post: "{username} stickied the discussion."
|
discussion_stickied_post: "{username} stickied the discussion."
|
||||||
discussion_unstickied_post: "{username} unstickied the discussion."
|
discussion_unstickied_post: "{username} unstickied the discussion."
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
flarum-subscriptions:
|
flarum-subscriptions:
|
||||||
|
forum:
|
||||||
following: Following
|
following: Following
|
||||||
ignoring: Ignoring
|
ignoring: Ignoring
|
||||||
follow: Follow
|
follow: Follow
|
||||||
|
@ -1,20 +1,15 @@
|
|||||||
flarum-tags:
|
flarum-tags:
|
||||||
|
forum:
|
||||||
tags: Tags
|
tags: Tags
|
||||||
discussion_tagged_post:
|
discussion_tagged_post: "{username} {action} tag.|{username} {action} tags."
|
||||||
one: "{username} {action} tag."
|
|
||||||
other: "{username} {action} tags."
|
|
||||||
added_tags: "added the {tags}"
|
added_tags: "added the {tags}"
|
||||||
removed_tags: "removed the {tags}"
|
removed_tags: "removed the {tags}"
|
||||||
tag_new_discussion_title: Choose Tags for Your Discussion
|
tag_new_discussion_title: Choose Tags for Your Discussion
|
||||||
tag_new_discussion_link: Choose Tags
|
tag_new_discussion_link: Choose Tags
|
||||||
edit_discussion_tags_title: "Edit Tags for {title}"
|
edit_discussion_tags_title: "Edit Tags for {title}"
|
||||||
edit_discussion_tags_link: Edit Tags
|
edit_discussion_tags_link: Edit Tags
|
||||||
choose_primary_tags:
|
choose_primary_tags: "Choose a primary tag|Choose {count} primary tags"
|
||||||
one: Choose a primary tag
|
choose_secondary_tags: "Choose 1 more tag|Choose {count} more tags"
|
||||||
other: "Choose {count} primary tags"
|
|
||||||
choose_secondary_tags:
|
|
||||||
one: Choose 1 more tag
|
|
||||||
other: "Choose {count} more tags"
|
|
||||||
confirm: Confirm
|
confirm: Confirm
|
||||||
more: More...
|
more: More...
|
||||||
deleted: Deleted
|
deleted: Deleted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user