],
"path": "app/javascript/mastodon/components/column_header.json"
},
+ {
+ "descriptors": [
+ {
+ "defaultMessage": "{count, plural, one {{counter} Toot} other {{counter} Toots}}",
+ "id": "account.statuses_counter"
+ },
+ {
+ "defaultMessage": "{count, plural, other {{counter} Following}}",
+ "id": "account.following_counter"
+ },
+ {
+ "defaultMessage": "{count, plural, one {{counter} Follower} other {{counter} Followers}}",
+ "id": "account.followers_counter"
+ }
+ ],
+ "path": "app/javascript/mastodon/components/common_counter.json"
+ },
{
"descriptors": [
{
{
"descriptors": [
{
- "defaultMessage": "{count} {rawCount, plural, one {person} other {people}} talking",
- "id": "trends.count_by_accounts"
+ "defaultMessage": "{count, plural, one {{counter} person} other {{counter} people}} talking",
+ "id": "trends.counter_by_accounts"
}
],
"path": "app/javascript/mastodon/components/hashtag.json"
],
"path": "app/javascript/mastodon/components/relative_timestamp.json"
},
+ {
+ "descriptors": [
+ {
+ "defaultMessage": "{count}K",
+ "id": "units.short.thousand"
+ },
+ {
+ "defaultMessage": "{count}M",
+ "id": "units.short.million"
+ },
+ {
+ "defaultMessage": "{count}B",
+ "id": "units.short.billion"
+ }
+ ],
+ "path": "app/javascript/mastodon/components/short_number.json"
+ },
{
"descriptors": [
{
{
"defaultMessage": "Group",
"id": "account.badges.group"
- },
- {
- "defaultMessage": "Toots",
- "id": "account.posts"
- },
- {
- "defaultMessage": "Follows",
- "id": "account.follows"
- },
- {
- "defaultMessage": "Followers",
- "id": "account.followers"
}
],
"path": "app/javascript/mastodon/features/account/components/header.json"
"account.follow": "Follow",
"account.followers": "Followers",
"account.followers.empty": "No one follows this user yet.",
- "account.follows": "Follows",
+ "account.followers_counter": "{count, plural, one {{counter} Follower} other {{counter} Followers}}",
+ "account.following_counter": "{count, plural, other {{counter} Following}}",
"account.follows.empty": "This user doesn't follow anyone yet.",
"account.follows_you": "Follows you",
"account.hide_reblogs": "Hide boosts from @{name}",
"account.requested": "Awaiting approval. Click to cancel follow request",
"account.share": "Share @{name}'s profile",
"account.show_reblogs": "Show boosts from @{name}",
+ "account.statuses_counter": "{count, plural, one {{counter} Toot} other {{counter} Toots}}",
"account.unblock": "Unblock @{name}",
"account.unblock_domain": "Unblock domain {domain}",
"account.unendorse": "Don't feature on profile",
"timeline_hint.resources.followers": "Followers",
"timeline_hint.resources.follows": "Follows",
"timeline_hint.resources.statuses": "Older toots",
- "trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} talking",
+ "trends.counter_by_accounts": "{count, plural, one {{counter} person} other {{counter} people}} talking",
"trends.trending_now": "Trending now",
"ui.beforeunload": "Your draft will be lost if you leave Mastodon.",
+ "units.short.billion": "{count}B",
+ "units.short.million": "{count}M",
+ "units.short.thousand": "{count}K",
"upload_area.title": "Drag & drop to upload",
"upload_button.label": "Add images, a video or an audio file",
"upload_error.limit": "File upload limit exceeded.",