mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-08 12:00:53 +01:00
Clean up pluralized stuff
This commit is contained in:
parent
291da0b0d7
commit
ad6139cfa9
1 changed files with 7 additions and 7 deletions
|
@ -5,9 +5,11 @@
|
||||||
"quotedFrom": "Quoting {name} (@{screen_name})",
|
"quotedFrom": "Quoting {name} (@{screen_name})",
|
||||||
"replyingTo": "Replying to @{screen_name}",
|
"replyingTo": "Replying to @{screen_name}",
|
||||||
"threadPartHeader": "A part of @${status.author.screen_name}'s thread",
|
"threadPartHeader": "A part of @${status.author.screen_name}'s thread",
|
||||||
|
|
||||||
"ivAuthorActionReply": "<a href=\"{statusUrl}\">Reply</a> from <b>{authorName}</b> (<a href=\"{authorUrl}\">@{authorScreenName}</a>):",
|
"ivAuthorActionReply": "<a href=\"{statusUrl}\">Reply</a> from <b>{authorName}</b> (<a href=\"{authorUrl}\">@{authorScreenName}</a>):",
|
||||||
"ivAuthorActionOriginal": "<a href=\"{statusUrl}\">Original</a> from <b>{authorName}</b> (<a href=\"{authorUrl}\">@{authorScreenName}</a>):",
|
"ivAuthorActionOriginal": "<a href=\"{statusUrl}\">Original</a> from <b>{authorName}</b> (<a href=\"{authorUrl}\">@{authorScreenName}</a>):",
|
||||||
"ivAuthorActionFollowUp": "<a href=\"{statusUrl}\">Follow-up</a> from <b>{authorName}</b> (<a href=\"{authorUrl}\">@{authorScreenName}</a>):",
|
"ivAuthorActionFollowUp": "<a href=\"{statusUrl}\">Follow-up</a> from <b>{authorName}</b> (<a href=\"{authorUrl}\">@{authorScreenName}</a>):",
|
||||||
|
"ivQuoteHeader": "<a href=\"{url}\">Quoting</a> {authorName} (<a href=\"{authorURL}\">@{authorHandle}</a>)",
|
||||||
|
|
||||||
"photoCount": "Photo {number} / {total}",
|
"photoCount": "Photo {number} / {total}",
|
||||||
"videoCount": "Video {number} / {total}",
|
"videoCount": "Video {number} / {total}",
|
||||||
|
@ -19,19 +21,17 @@
|
||||||
"ivOriginalText": "Original text",
|
"ivOriginalText": "Original text",
|
||||||
"ivViewOriginal": "View full thread",
|
"ivViewOriginal": "View full thread",
|
||||||
"ivAboutAuthor": "About author",
|
"ivAboutAuthor": "About author",
|
||||||
"ivProfileFollowing": "{numFollowing, plural, one {Following} other {Following}}",
|
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
|
||||||
"ivProfileFollowers": "{numFollowers, plural, one {Follower} other {Followers}}",
|
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
|
||||||
"ivProfileStatuses": "{numStatuses, plural, one {Post} other {Posts}}",
|
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
|
||||||
"ivProfilePictureAlt": "{author}'s profile picture",
|
"ivProfilePictureAlt": "{author}'s profile picture",
|
||||||
|
|
||||||
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
|
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
|
||||||
"ivInternetArchiveText": "{brandingName} archive",
|
"ivInternetArchiveText": "{brandingName} archive",
|
||||||
|
|
||||||
"pollFinalResults": "Final results",
|
"pollFinalResults": "Final results",
|
||||||
"pollVotes": "{voteCount, plural, one {# vote} other {# votes}} · {timeLeft}",
|
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
|
||||||
"ivPollChoice": "{voteCount, plural, one {# vote} other {# votes}}, {percentage}%",
|
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
|
||||||
|
|
||||||
"ivQuoteHeader": "<a href=\"{url}\">Quoting</a> {authorName} (<a href=\"{authorURL}\">@{authorHandle}</a>)",
|
|
||||||
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
|
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
|
||||||
|
|
||||||
"language_af": "Afrikaans",
|
"language_af": "Afrikaans",
|
||||||
|
|
Loading…
Add table
Reference in a new issue