Add account.counter translation

This commit is contained in:
noellabo 2020-07-07 11:40:47 +09:00
parent 736864287d
commit c400d63b06
3 changed files with 10 additions and 2 deletions

View file

@ -152,6 +152,10 @@
{
"defaultMessage": "{count, plural, one {{counter} Follower} other {{counter} Followers}}",
"id": "account.followers_counter"
},
{
"defaultMessage": "{count, plural, one {{counter} Subscriber} other {{counter} Subscribers}}",
"id": "account.subscribers_counter"
}
],
"path": "app/javascript/mastodon/components/common_counter.json"

View file

@ -16,9 +16,10 @@
"account.endorse": "Feature on profile",
"account.follow": "Follow",
"account.followers": "Followers",
"account.followers.empty": "No one follows this user yet.",
"account.followers_counter": "{count, plural, one {{counter} Follower} other {{counter} Followers}}",
"account.followers.empty": "No one follows this user yet.",
"account.following_counter": "{count, plural, one {{counter} Following} other {{counter} Following}}",
"account.follows": "Follows",
"account.follows.empty": "This user doesn't follow anyone yet.",
"account.follows_you": "Follows you",
"account.hide_reblogs": "Hide boosts from @{name}",
@ -44,6 +45,7 @@
"account.subscribe": "Subscribe",
"account.subscribes": "Subscribes",
"account.subscribes.empty": "This user doesn't subscribe anyone yet.",
"account.subscribers_counter": "{count, plural, one {{counter} Subscriber} other {{counter} Subscribers}}",
"account.unblock": "Unblock @{name}",
"account.unblock_domain": "Unblock domain {domain}",
"account.unendorse": "Don't feature on profile",

View file

@ -16,9 +16,10 @@
"account.endorse": "プロフィールで紹介する",
"account.follow": "フォロー",
"account.followers": "フォロワー",
"account.followers.empty": "まだ誰もフォローしていません。",
"account.followers_counter": "{counter} フォロワー",
"account.followers.empty": "まだ誰もフォローしていません。",
"account.following_counter": "{counter} フォロー",
"account.follows": "フォロー",
"account.follows.empty": "まだ誰もフォローしていません。",
"account.follows_you": "フォローされています",
"account.hide_reblogs": "@{name}さんからのブーストを非表示",
@ -43,6 +44,7 @@
"account.statuses_counter": "{counter} 投稿",
"account.subscribe": "購読",
"account.subscribes": "購読",
"account.subscribers_counter": "{counter} 購読",
"account.subscribes.empty": "まだ誰も購読していません。",
"account.unblock": "@{name}さんのブロックを解除",
"account.unblock_domain": "{domain}のブロックを解除",