Split i18n assets into individual language files

This commit is contained in:
dangered wolf 2024-05-01 01:13:19 -04:00
parent 8fcf12075b
commit 4a4a9258db
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
31 changed files with 1745 additions and 1 deletions

58
i18n/af/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/ar/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/ca/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/cs/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/da/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/de/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/el/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/en/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/es-ES/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Traducido de {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Respondiendo a @{screen_name}",
"threadPartHeader": "Una parte del hilo de @{screen_name}",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/fi/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/fr/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/he/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/hu/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/it/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/ja/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/ko/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/nl/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/no/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/pl/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/pt-PT/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

62
i18n/resources.js Normal file
View file

@ -0,0 +1,62 @@
import af from './af/resources.json';
import ar from './ar/resources.json';
import ca from './ca/resources.json';
import cs from './cs/resources.json';
import da from './da/resources.json';
import de from './de/resources.json';
import el from './el/resources.json';
import en from './en/resources.json';
import es from './es-ES/resources.json';
import fi from './fi/resources.json';
import fr from './fr/resources.json';
import he from './he/resources.json';
import hu from './hu/resources.json';
import it from './it/resources.json';
import ja from './ja/resources.json';
import ko from './ko/resources.json';
import nl from './nl/resources.json';
import no from './no/resources.json';
import pl from './pl/resources.json';
import pt from './pt-PT/resources.json';
import ro from './ro/resources.json';
import ru from './ru/resources.json';
import sr from './sr/resources.json';
import sv from './sv-SE/resources.json';
import tr from './tr/resources.json';
import uk from './uk/resources.json';
import vi from './vi/resources.json';
import zhCN from './zh-CN/resources.json';
import zhTW from './zh-TW/resources.json';
export default {
af: {translation: af},
ar: {translation: ar},
ca: {translation: ca},
cs: {translation: cs},
da: {translation: da},
de: {translation: de},
el: {translation: el},
en: {translation: en},
es: {translation: es},
fi: {translation: fi},
fr: {translation: fr},
he: {translation: he},
hu: {translation: hu},
it: {translation: it},
ja: {translation: ja},
ko: {translation: ko},
nl: {translation: nl},
no: {translation: no},
pl: {translation: pl},
pt: {translation: pt},
ro: {translation: ro},
ru: {translation: ru},
sr: {translation: sr},
sv: {translation: sv},
tr: {translation: tr},
uk: {translation: uk},
vi: {translation: vi},
'zh-CN': {translation: zhCN},
'zh-TW': {translation: zhTW}
};

58
i18n/ro/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/ru/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/sr/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/sv-SE/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/tr/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/uk/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/vi/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/zh-CN/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

58
i18n/zh-TW/resources.json Normal file
View file

@ -0,0 +1,58 @@
{
"translatedFrom": "Translated from {language}",
"quotedFrom": "Quoting {name} (@{screen_name})",
"replyingTo": "Replying to @{screen_name}",
"threadPartHeader": "A part of @{screen_name}'s thread",
"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>):",
"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}",
"videoCount": "Video {number} / {total}",
"mediaCount": "Media {number} / {total}",
"videoAltTextUnavailable": "{author}'s video. Alt text not available.",
"gifAltTextUnavailable": "{author}'s GIF. Alt text not available.",
"ivOriginalText": "Original text",
"ivViewOriginal": "View full thread",
"ivAboutAuthor": "About author",
"ivProfileFollowing": "{numFollowing, plural,\none {Following}\nother {Following}\n}",
"ivProfileFollowers": "{numFollowers, plural,\none {Follower}\nother {Followers}\n}",
"ivProfileStatuses": "{numStatuses, plural,\none {Post}\nother {Posts}\n}",
"ivProfilePictureAlt": "{author}'s profile picture",
"ivFallbackText": "If you can see this, your browser is doing something weird with your user agent.",
"ivInternetArchiveText": "{brandingName} archive",
"pollFinalResults": "Final results",
"pollVotes": "{voteCount, plural,\none {# vote}\nother {# votes}\n} · {timeLeft}",
"ivPollChoice": "{voteCount, plural,\none {# vote}\nother {# votes}\n}, {percentage}%",
"ivCommunityNoteHeader": "Readers added context they thought people might want to know",
"gifIndicator": "GIF - {brandingName}",
"language_af": "Afrikaans",
"language_ar": "Arabic",
"language_ca": "Catalan",
"language_cs": "Czech",
"language_da": "Danish",
"language_de": "German",
"language_en": "English",
"language_el": "Greek",
"language_es": "Spanish",
"language_fi": "Finnish",
"language_fr": "French",
"language_he": "Hebrew",
"language_hu": "Hungarian",
"language_it": "Italian",
"language_ja": "Japanese",
"language_ko": "Korean",
"language_nl": "Dutch",
"language_no": "Norwegian",
"language_pl": "Polish",
"language_pt": "Portuguese",
"language_ro": "Romanian",
"language_ru": "Russian",
"language_sr": "Serbian",
"language_sv": "Swedish",
"language_tr": "Turkish",
"language_uk": "Ukrainian",
"language_vi": "Vietnamese",
"language_zh-CN": "Chinese",
"language_zh-TW": "Chinese"
}

View file

@ -12,7 +12,7 @@ import { renderVideo } from '../render/video';
import { renderInstantView } from '../render/instantview';
import { constructTwitterThread } from '../providers/twitter/conversation';
import { Experiment, experimentCheck } from '../experiments';
import translationResources from '../../i18n/resources.json';
import translationResources from '../../i18n/resources';
export const returnError = (c: Context, error: string): Response => {
return c.html(