Namespace extension translations

Also update with the new plural syntax
This commit is contained in:
Toby Zerner 2015-10-16 12:35:05 +10:30
parent e6ee0ebefa
commit 1f5269d874
8 changed files with 73 additions and 75 deletions

View File

@ -1,8 +1,9 @@
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
forum:
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

View File

@ -1,12 +1,11 @@
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
forum:
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: "{users} likes this.|{users} like this."
unlike_action: Unlike
like_action: Like
notify_post_liked: Someone likes my post
others: "{count} others"
you: You

View File

@ -1,8 +1,9 @@
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
forum:
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

View File

@ -1,10 +1,11 @@
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
forum:
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

View File

@ -1,4 +1,3 @@
flarum-pusher:
show_updated_discussions:
one: "Show {count} updated discussion"
other: "Show {count} updated discussions"
forum:
show_updated_discussions: "Show {count} updated discussion|Show {count} updated discussions"

View File

@ -1,8 +1,9 @@
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
forum:
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

View File

@ -1,13 +1,14 @@
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
forum:
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

View File

@ -1,20 +1,15 @@
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
forum:
tags: Tags
discussion_tagged_post: "{username} {action} tag.|{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: "Choose a primary tag|Choose {count} primary tags"
choose_secondary_tags: "Choose 1 more tag|Choose {count} more tags"
confirm: Confirm
more: More...
deleted: Deleted