diff --git a/src/components/lang-selector.jsx b/src/components/lang-selector.jsx index cdf261c7..a5249c46 100644 --- a/src/components/lang-selector.jsx +++ b/src/components/lang-selector.jsx @@ -27,7 +27,7 @@ export default function LangSelector() { const native = localeCode2Text({ code: regionlessCode, locale: lang, - fallback: CATALOGS[lang]?.nativeName || lang, + fallback: CATALOGS.find((c) => c.code === lang)?.nativeName, }); // Not used when rendering because it'll change based on current locale @@ -35,6 +35,7 @@ export default function LangSelector() { const _common = localeCode2Text({ code: regionlessCode, locale: i18n.locale, + fallback: CATALOGS.find((c) => c.code === lang)?.name, }); return { @@ -83,6 +84,7 @@ export default function LangSelector() { const common = localeCode2Text({ code: regionlessCode, locale: i18n.locale, + fallback: CATALOGS.find((c) => c.code === code)?.name, }); const showCommon = !!common && common !== native; return ( diff --git a/src/data/catalogs.json b/src/data/catalogs.json index b4a1f14c..8fdb526f 100644 --- a/src/data/catalogs.json +++ b/src/data/catalogs.json @@ -11,24 +11,12 @@ "name": "Spanish", "completion": 100 }, - { - "code": "eu-ES", - "nativeName": "euskara", - "name": "Basque", - "completion": 100 - }, { "code": "fi-FI", "nativeName": "suomi", "name": "Finnish", "completion": 100 }, - { - "code": "gl-ES", - "nativeName": "galego", - "name": "Galician", - "completion": 100 - }, { "code": "zh-CN", "nativeName": "简体中文", @@ -39,19 +27,31 @@ "code": "de-DE", "nativeName": "Deutsch", "name": "German", - "completion": 99 + "completion": 98 + }, + { + "code": "eu-ES", + "nativeName": "euskara", + "name": "Basque", + "completion": 98 + }, + { + "code": "gl-ES", + "nativeName": "galego", + "name": "Galician", + "completion": 98 }, { "code": "fr-FR", "nativeName": "français", "name": "French", - "completion": 95 + "completion": 97 }, { "code": "ko-KR", "nativeName": "한국어", "name": "Korean", - "completion": 76 + "completion": 75 }, { "code": "cs-CZ", @@ -59,23 +59,23 @@ "name": "Czech", "completion": 72 }, + { + "code": "kab", + "nativeName": "Taqbaylit", + "name": "Kabyle", + "completion": 67 + }, { "code": "fa-IR", "nativeName": "فارسی", "name": "Persian", "completion": 62 }, - { - "code": "kab", - "nativeName": "Taqbaylit", - "name": "Kabyle", - "completion": 54 - }, { "code": "nl-NL", "nativeName": "Nederlands", "name": "Dutch", - "completion": 49 + "completion": 48 }, { "code": "ja-JP", @@ -87,13 +87,13 @@ "code": "lt-LT", "nativeName": "lietuvių", "name": "Lithuanian", - "completion": 25 + "completion": 28 }, { "code": "ru-RU", "nativeName": "русский", "name": "Russian", - "completion": 24 + "completion": 23 }, { "code": "ar-SA", @@ -101,17 +101,17 @@ "name": "Arabic", "completion": 22 }, - { - "code": "eo-UY", - "nativeName": "Esperanto", - "name": "Esperanto", - "completion": 15 - }, { "code": "it-IT", "nativeName": "italiano", "name": "Italian", - "completion": 13 + "completion": 20 + }, + { + "code": "eo-UY", + "nativeName": "Esperanto", + "name": "Esperanto", + "completion": 14 }, { "code": "he-IL", diff --git a/src/locales/kab-KAB.po b/src/locales/kab-KAB.po deleted file mode 100644 index 158f28d5..00000000 --- a/src/locales/kab-KAB.po +++ /dev/null @@ -1,3685 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2024-08-04 21:58+0800\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: @lingui/cli\n" -"Language: kab\n" -"Project-Id-Version: phanpy\n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-08-20 09:23\n" -"Last-Translator: \n" -"Language-Team: Kabyle\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: phanpy\n" -"X-Crowdin-Project-ID: 703337\n" -"X-Crowdin-Language: kab\n" -"X-Crowdin-File: /main/src/locales/en.po\n" -"X-Crowdin-File-ID: 18\n" - -#: src/components/account-block.jsx:133 -msgid "Locked" -msgstr "Isekkeṛ" - -#: src/components/account-block.jsx:139 -msgid "Posts: {0}" -msgstr "Tisuffaɣ: {0}" - -#: src/components/account-block.jsx:144 -msgid "Last posted: {0}" -msgstr "Tasuffeɣt taneggarut: {0}" - -#: src/components/account-block.jsx:159 -#: src/components/account-info.jsx:635 -msgid "Automated" -msgstr "Awurman" - -#: src/components/account-block.jsx:166 -#: src/components/account-info.jsx:640 -#: src/components/status.jsx:439 -#: src/pages/catchup.jsx:1438 -msgid "Group" -msgstr "Agraw" - -#: src/components/account-block.jsx:176 -msgid "Mutual" -msgstr "Temṭafaṛem" - -#: src/components/account-block.jsx:180 -#: src/components/account-info.jsx:1675 -msgid "Requested" -msgstr "Yettwasra" - -#: src/components/account-block.jsx:184 -#: src/components/account-info.jsx:417 -#: src/components/account-info.jsx:743 -#: src/components/account-info.jsx:757 -#: src/components/account-info.jsx:1666 -#: src/components/nav-menu.jsx:193 -#: src/components/shortcuts-settings.jsx:137 -#: src/pages/following.jsx:20 -#: src/pages/following.jsx:131 -msgid "Following" -msgstr "Yeṭṭafar" - -#: src/components/account-block.jsx:188 -#: src/components/account-info.jsx:1060 -msgid "Follows you" -msgstr "Yeṭṭafaṛ-ik·ikem" - -#: src/components/account-block.jsx:196 -msgid "{followersCount, plural, one {# follower} other {# followers}}" -msgstr "{followersCount, plural, one {# aneḍfar} other {# ineḍfaren}}" - -#: src/components/account-block.jsx:205 -#: src/components/account-info.jsx:681 -msgid "Verified" -msgstr "Yettwasenqed" - -#: src/components/account-block.jsx:220 -#: src/components/account-info.jsx:778 -msgid "Joined <0>{0}" -msgstr "Yerna-d ass <0>{0}" - -#: src/components/account-info.jsx:57 -msgid "Forever" -msgstr "I lebda" - -#: src/components/account-info.jsx:378 -msgid "Unable to load account." -msgstr "Yegguma ad d-yali umiḍan." - -#: src/components/account-info.jsx:386 -msgid "Go to account page" -msgstr "Ddu ɣer usebter n umiḍan" - -#: src/components/account-info.jsx:414 -#: src/components/account-info.jsx:703 -#: src/components/account-info.jsx:733 -msgid "Followers" -msgstr "Imeḍfaṛen" - -#: src/components/account-info.jsx:420 -#: src/components/account-info.jsx:774 -#: src/pages/account-statuses.jsx:484 -#: src/pages/search.jsx:237 -#: src/pages/search.jsx:384 -msgid "Posts" -msgstr "Tisuffaɣ" - -#: src/components/account-info.jsx:428 -#: src/components/account-info.jsx:1116 -#: src/components/compose.jsx:2444 -#: src/components/media-alt-modal.jsx:45 -#: src/components/media-modal.jsx:283 -#: src/components/status.jsx:1628 -#: src/components/status.jsx:1645 -#: src/components/status.jsx:1769 -#: src/components/status.jsx:2364 -#: src/components/status.jsx:2367 -#: src/pages/account-statuses.jsx:528 -#: src/pages/accounts.jsx:106 -#: src/pages/hashtag.jsx:199 -#: src/pages/list.jsx:157 -#: src/pages/public.jsx:114 -#: src/pages/status.jsx:1169 -#: src/pages/trending.jsx:437 -msgid "More" -msgstr "Ugar" - -#: src/components/account-info.jsx:440 -msgid "<0>{displayName} has indicated that their new account is now:" -msgstr "<0>{displayName} ɣur-s tura amiḍan-a amaynut:" - -#: src/components/account-info.jsx:585 -#: src/components/account-info.jsx:1274 -msgid "Handle copied" -msgstr "Isem n useqdac yettwanɣel" - -#: src/components/account-info.jsx:588 -#: src/components/account-info.jsx:1277 -msgid "Unable to copy handle" -msgstr "D awezɣi anɣal n yisem n useqdac" - -#: src/components/account-info.jsx:594 -#: src/components/account-info.jsx:1283 -msgid "Copy handle" -msgstr "Nɣel isem n useqdac" - -#: src/components/account-info.jsx:600 -msgid "Go to original profile page" -msgstr "Ddu ɣer usebter n umaɣnu" - -#: src/components/account-info.jsx:607 -msgid "View profile image" -msgstr "Wali tugna n umaɣnu" - -#: src/components/account-info.jsx:613 -msgid "View profile header" -msgstr "Wali aqerru n umaɣnu" - -#: src/components/account-info.jsx:630 -msgid "In Memoriam" -msgstr "In Memoriam" - -#: src/components/account-info.jsx:710 -#: src/components/account-info.jsx:748 -msgid "This user has chosen to not make this information available." -msgstr "Aseqdac-a yefren ur tettili ara telɣut-a." - -#: src/components/account-info.jsx:803 -msgid "{0} original posts, {1} replies, {2} boosts" -msgstr "{0} iznan, {1} tiririyin, {2} ibeṭṭuten" - -#: src/components/account-info.jsx:819 -msgid "{0, plural, one {{1, plural, one {Last 1 post in the past 1 day} other {Last 1 post in the past {2} days}}} other {{3, plural, one {Last {4} posts in the past 1 day} other {Last {5} posts in the past {6} days}}}}" -msgstr "" - -#: src/components/account-info.jsx:832 -msgid "{0, plural, one {Last 1 post in the past year(s)} other {Last {1} posts in the past year(s)}}" -msgstr "{0, plural, one {1 tsuffeɣt taneggarut deg yiseggasen-a ineggura} other {{1} tsuffaɣ deg yiseggasen-a ineggura}}" - -#: src/components/account-info.jsx:856 -#: src/pages/catchup.jsx:70 -msgid "Original" -msgstr "Aɣbalu" - -#: src/components/account-info.jsx:860 -#: src/components/status.jsx:2155 -#: src/pages/catchup.jsx:71 -#: src/pages/catchup.jsx:1412 -#: src/pages/catchup.jsx:2023 -#: src/pages/status.jsx:892 -#: src/pages/status.jsx:1494 -msgid "Replies" -msgstr "Tiririt" - -#: src/components/account-info.jsx:864 -#: src/pages/catchup.jsx:72 -#: src/pages/catchup.jsx:1414 -#: src/pages/catchup.jsx:2035 -#: src/pages/settings.jsx:1016 -msgid "Boosts" -msgstr "Isnerniyen" - -#: src/components/account-info.jsx:870 -msgid "Post stats unavailable." -msgstr "Tidaddanin n yizen-a ulac-itent." - -#: src/components/account-info.jsx:901 -msgid "View post stats" -msgstr "Wali tidaddanin n tsuffeɣt" - -#: src/components/account-info.jsx:1064 -msgid "Last post: <0>{0}" -msgstr "Tasuffeɣt taneggarut: <0>{0}" - -#: src/components/account-info.jsx:1078 -msgid "Muted" -msgstr "Yettwasgugem" - -#: src/components/account-info.jsx:1083 -msgid "Blocked" -msgstr "Yettusewḥel" - -#: src/components/account-info.jsx:1092 -msgid "Private note" -msgstr "Tazmilt tusligt" - -#: src/components/account-info.jsx:1149 -msgid "Mention <0>@{username}" -msgstr "Bder <0>@{username}" - -#: src/components/account-info.jsx:1161 -msgid "Translate bio" -msgstr "Suqel tudert" - -#: src/components/account-info.jsx:1172 -msgid "Edit private note" -msgstr "Ẓreg tazmilt tusligt" - -#: src/components/account-info.jsx:1172 -msgid "Add private note" -msgstr "Rnu tazmilt tusligt" - -#: src/components/account-info.jsx:1192 -msgid "Notifications enabled for @{username}'s posts." -msgstr "Tettwarmed telɣut i tsuffaɣ n @{username}." - -#: src/components/account-info.jsx:1193 -msgid "Notifications disabled for @{username}'s posts." -msgstr "Tettwasens telɣut i tsuffaɣ n @{username}." - -#: src/components/account-info.jsx:1205 -msgid "Disable notifications" -msgstr "Sens ulɣuten" - -#: src/components/account-info.jsx:1206 -msgid "Enable notifications" -msgstr "Rmed ulɣuten" - -#: src/components/account-info.jsx:1223 -msgid "Boosts from @{username} enabled." -msgstr "Ibeṭṭuyen seg @{username} ttwaremden." - -#: src/components/account-info.jsx:1224 -msgid "Boosts from @{username} disabled." -msgstr "Ibeṭṭuyen seg @{username} ttwasensen." - -#: src/components/account-info.jsx:1235 -msgid "Disable boosts" -msgstr "Sens ibeṭṭuten" - -#: src/components/account-info.jsx:1235 -msgid "Enable boosts" -msgstr "Sken ibeṭṭuten" - -#: src/components/account-info.jsx:1251 -#: src/components/account-info.jsx:1261 -#: src/components/account-info.jsx:1859 -msgid "Add/Remove from Lists" -msgstr "Rnu/Kkes seg tebdarin" - -#: src/components/account-info.jsx:1300 -#: src/components/status.jsx:1071 -msgid "Link copied" -msgstr "Yettwanɣel wasaɣ" - -#: src/components/account-info.jsx:1303 -#: src/components/status.jsx:1074 -msgid "Unable to copy link" -msgstr "D awezɣi ad d-yenɣel useɣwen" - -#: src/components/account-info.jsx:1309 -#: src/components/shortcuts-settings.jsx:1056 -#: src/components/status.jsx:1080 -#: src/components/status.jsx:3102 -msgid "Copy" -msgstr "Nɣel" - -#: src/components/account-info.jsx:1324 -#: src/components/shortcuts-settings.jsx:1074 -#: src/components/status.jsx:1096 -msgid "Sharing doesn't seem to work." -msgstr "Beṭṭu yettban ur yeddi ara." - -#: src/components/account-info.jsx:1330 -#: src/components/status.jsx:1102 -msgid "Share…" -msgstr "Bḍu…" - -#: src/components/account-info.jsx:1350 -msgid "Unmuted @{username}" -msgstr "Yettwakkes usgugem i @{username}" - -#: src/components/account-info.jsx:1362 -msgid "Unmute <0>@{username}" -msgstr "Kkes asgugem <0>@{username}" - -#: src/components/account-info.jsx:1378 -msgid "Mute <0>@{username}…" -msgstr "Sgugem <0>@{username}…" - -#: src/components/account-info.jsx:1410 -msgid "Muted @{username} for {0}" -msgstr "Sgugem @{username} i {0}" - -#: src/components/account-info.jsx:1422 -msgid "Unable to mute @{username}" -msgstr "D awezɣi asgugem n @{username}" - -#: src/components/account-info.jsx:1443 -msgid "Remove <0>@{username} from followers?" -msgstr "Kkes <0>@{username} seg yineḍfaren?" - -#: src/components/account-info.jsx:1463 -msgid "@{username} removed from followers" -msgstr "@{username} yettwakkes seg yineḍfaren" - -#: src/components/account-info.jsx:1475 -msgid "Remove follower…" -msgstr "Kkes aneḍfar…" - -#: src/components/account-info.jsx:1486 -msgid "Block <0>@{username}?" -msgstr "Sewḥel <0>@{username}?" - -#: src/components/account-info.jsx:1507 -msgid "Unblocked @{username}" -msgstr "Yettwakkes usewḥel i @{username}" - -#: src/components/account-info.jsx:1515 -msgid "Blocked @{username}" -msgstr "Yettusewḥel @{username}" - -#: src/components/account-info.jsx:1523 -msgid "Unable to unblock @{username}" -msgstr "D awezɣi tukksa n usewḥel i @{username}" - -#: src/components/account-info.jsx:1525 -msgid "Unable to block @{username}" -msgstr "D awezɣi asewḥel i @{username}" - -#: src/components/account-info.jsx:1535 -msgid "Unblock <0>@{username}" -msgstr "Kkes asewḥel <0>@{username}" - -#: src/components/account-info.jsx:1544 -msgid "Block <0>@{username}…" -msgstr "Sewḥel <0>@{username}…" - -#: src/components/account-info.jsx:1561 -msgid "Report <0>@{username}…" -msgstr "Cetki ɣef <0>@{username}…" - -#: src/components/account-info.jsx:1581 -#: src/components/account-info.jsx:2092 -msgid "Edit profile" -msgstr "Ẓreg amaɣnu" - -#: src/components/account-info.jsx:1617 -msgid "Withdraw follow request?" -msgstr "Kkes assuter n uḍfar?" - -#: src/components/account-info.jsx:1618 -msgid "Unfollow @{0}?" -msgstr "Ur ṭṭafar ara @{0}?" - -#: src/components/account-info.jsx:1669 -msgid "Unfollow…" -msgstr "Ur ṭṭafar ara…" - -#: src/components/account-info.jsx:1678 -msgid "Withdraw…" -msgstr "Kkes…" - -#: src/components/account-info.jsx:1685 -#: src/components/account-info.jsx:1689 -#: src/pages/hashtag.jsx:261 -msgid "Follow" -msgstr "Ḍfeṛ" - -#: src/components/account-info.jsx:1800 -#: src/components/account-info.jsx:1854 -#: src/components/account-info.jsx:1987 -#: src/components/account-info.jsx:2087 -#: src/components/account-sheet.jsx:37 -#: src/components/compose.jsx:797 -#: src/components/compose.jsx:2400 -#: src/components/compose.jsx:2873 -#: src/components/compose.jsx:3081 -#: src/components/compose.jsx:3311 -#: src/components/drafts.jsx:58 -#: src/components/embed-modal.jsx:12 -#: src/components/generic-accounts.jsx:142 -#: src/components/keyboard-shortcuts-help.jsx:39 -#: src/components/list-add-edit.jsx:33 -#: src/components/media-alt-modal.jsx:33 -#: src/components/media-modal.jsx:247 -#: src/components/notification-service.jsx:156 -#: src/components/report-modal.jsx:75 -#: src/components/shortcuts-settings.jsx:227 -#: src/components/shortcuts-settings.jsx:580 -#: src/components/shortcuts-settings.jsx:780 -#: src/components/status.jsx:2827 -#: src/components/status.jsx:3066 -#: src/components/status.jsx:3564 -#: src/pages/accounts.jsx:33 -#: src/pages/catchup.jsx:1548 -#: src/pages/filters.jsx:224 -#: src/pages/list.jsx:274 -#: src/pages/notifications.jsx:840 -#: src/pages/notifications.jsx:1054 -#: src/pages/settings.jsx:69 -#: src/pages/status.jsx:1256 -msgid "Close" -msgstr "Mdel" - -#: src/components/account-info.jsx:1805 -msgid "Translated Bio" -msgstr "Tettwasuqqel tudert" - -#: src/components/account-info.jsx:1899 -msgid "Unable to remove from list." -msgstr "D awezɣi ad yettwakkes seg tebdart." - -#: src/components/account-info.jsx:1900 -msgid "Unable to add to list." -msgstr "D awezɣi ad yettwarnu ɣer tebdart." - -#: src/components/account-info.jsx:1919 -#: src/pages/lists.jsx:104 -msgid "Unable to load lists." -msgstr "D awezɣi ad d-alint tebdarin." - -#: src/components/account-info.jsx:1923 -msgid "No lists." -msgstr "Ulac tibdarin." - -#: src/components/account-info.jsx:1934 -#: src/components/list-add-edit.jsx:37 -#: src/pages/lists.jsx:58 -msgid "New list" -msgstr "Tabdart tamaynutt" - -#: src/components/account-info.jsx:1992 -msgid "Private note about <0>@{0}" -msgstr "Tazmilt tusligt ɣef <0>@{0}" - -#: src/components/account-info.jsx:2022 -msgid "Unable to update private note." -msgstr "D awezɣi aleqqem n tezmilt tusligt." - -#: src/components/account-info.jsx:2045 -#: src/components/account-info.jsx:2215 -msgid "Cancel" -msgstr "Sefsex" - -#: src/components/account-info.jsx:2050 -msgid "Save & close" -msgstr "Sekles sakkin mdel" - -#: src/components/account-info.jsx:2143 -msgid "Unable to update profile." -msgstr "D awezɣi aleqqem n umaɣnu." - -#: src/components/account-info.jsx:2163 -msgid "Bio" -msgstr "Tameddurt" - -#: src/components/account-info.jsx:2176 -msgid "Extra fields" -msgstr "Urtiyen niḍen" - -#: src/components/account-info.jsx:2182 -msgid "Label" -msgstr "Tabzimt" - -#: src/components/account-info.jsx:2185 -msgid "Content" -msgstr "Agbur" - -#: src/components/account-info.jsx:2218 -#: src/components/list-add-edit.jsx:147 -#: src/components/shortcuts-settings.jsx:712 -#: src/pages/filters.jsx:554 -#: src/pages/notifications.jsx:906 -msgid "Save" -msgstr "Sekles" - -#: src/components/account-info.jsx:2271 -msgid "username" -msgstr "isem n useqdac" - -#: src/components/account-info.jsx:2275 -msgid "server domain name" -msgstr "isem n taɣult n uqeddac" - -#: src/components/background-service.jsx:138 -msgid "Cloak mode disabled" -msgstr "" - -#: src/components/background-service.jsx:138 -msgid "Cloak mode enabled" -msgstr "" - -#: src/components/columns.jsx:19 -#: src/components/nav-menu.jsx:184 -#: src/components/shortcuts-settings.jsx:137 -#: src/components/timeline.jsx:431 -#: src/pages/catchup.jsx:860 -#: src/pages/filters.jsx:89 -#: src/pages/followed-hashtags.jsx:40 -#: src/pages/home.jsx:52 -#: src/pages/notifications.jsx:505 -msgid "Home" -msgstr "Agejdan" - -#: src/components/compose-button.jsx:49 -#: src/compose.jsx:34 -msgid "Compose" -msgstr "Suddes" - -#: src/components/compose.jsx:392 -msgid "You have unsaved changes. Discard this post?" -msgstr "Ɣur-k isenfal ur yettwaskelsen ara. Sefsex tasuffeɣt-a?" - -#: src/components/compose.jsx:614 -#: src/components/compose.jsx:630 -#: src/components/compose.jsx:1328 -#: src/components/compose.jsx:1582 -msgid "{maxMediaAttachments, plural, one {You can only attach up to 1 file.} other {You can only attach up to # files.}}" -msgstr "{maxMediaAttachments, plural, one {Tzemreḍ ad tsedduḍ 1 ufaylu kan.} other {Tzemreḍ ad tsedduḍ # yifuyla.}}" - -#: src/components/compose.jsx:778 -msgid "Pop out" -msgstr "Ldi deg ufaylu udhim" - -#: src/components/compose.jsx:785 -msgid "Minimize" -msgstr "Semẓẓi" - -#: src/components/compose.jsx:821 -msgid "Looks like you closed the parent window." -msgstr "" - -#: src/components/compose.jsx:828 -msgid "Looks like you already have a compose field open in the parent window and currently publishing. Please wait for it to be done and try again later." -msgstr "" - -#: src/components/compose.jsx:833 -msgid "Looks like you already have a compose field open in the parent window. Popping in this window will discard the changes you made in the parent window. Continue?" -msgstr "" - -#: src/components/compose.jsx:875 -msgid "Pop in" -msgstr "Err-d seg usfaylu agejdan" - -#: src/components/compose.jsx:885 -msgid "Replying to @{0}’s post (<0>{1})" -msgstr "Tiririt ɣef tsuffeɣt n @{0} (<0>{1})" - -#: src/components/compose.jsx:895 -msgid "Replying to @{0}’s post" -msgstr "Tiririt ɣef tsuffeɣt n @{0}" - -#: src/components/compose.jsx:908 -msgid "Editing source post" -msgstr "Aẓrag n tsuffeɣt n uɣbalu" - -#: src/components/compose.jsx:955 -msgid "Poll must have at least 2 options" -msgstr "" - -#: src/components/compose.jsx:959 -msgid "Some poll choices are empty" -msgstr "" - -#: src/components/compose.jsx:972 -msgid "Some media have no descriptions. Continue?" -msgstr "Kra yimidyaten ulac ɣer-sen aglam. Kemmel?" - -#: src/components/compose.jsx:1024 -msgid "Attachment #{i} failed" -msgstr "Amedday #{i} yecceḍ" - -#: src/components/compose.jsx:1118 -#: src/components/status.jsx:1954 -#: src/components/timeline.jsx:975 -msgid "Content warning" -msgstr "Yir agbur" - -#: src/components/compose.jsx:1134 -msgid "Content warning or sensitive media" -msgstr "" - -#: src/components/compose.jsx:1170 -#: src/components/status.jsx:93 -#: src/pages/settings.jsx:285 -msgid "Public" -msgstr "Azayaz" - -#: src/components/compose.jsx:1173 -#: src/components/status.jsx:94 -#: src/pages/settings.jsx:288 -msgid "Unlisted" -msgstr "War abdar" - -#: src/components/compose.jsx:1176 -#: src/components/status.jsx:95 -#: src/pages/settings.jsx:291 -msgid "Followers only" -msgstr "Imeḍfaṛen kan" - -#: src/components/compose.jsx:1179 -#: src/components/status.jsx:96 -#: src/components/status.jsx:1832 -msgid "Private mention" -msgstr "Abdar uslig" - -#: src/components/compose.jsx:1188 -msgid "Post your reply" -msgstr "Suffeɣ tiririt-ik" - -#: src/components/compose.jsx:1190 -msgid "Edit your post" -msgstr "Ẓreg tasuffeɣt-ik·im" - -#: src/components/compose.jsx:1191 -msgid "What are you doing?" -msgstr "Acu i txeddmeḍ?" - -#: src/components/compose.jsx:1266 -msgid "Mark media as sensitive" -msgstr "Creḍ allal n teywalt d anafri" - -#: src/components/compose.jsx:1364 -msgid "Add poll" -msgstr "Rnu afmiḍi" - -#: src/components/compose.jsx:1386 -msgid "Add custom emoji" -msgstr "Timerna n imuji udmawan" - -#: src/components/compose.jsx:1469 -#: src/components/keyboard-shortcuts-help.jsx:143 -#: src/components/status.jsx:830 -#: src/components/status.jsx:1608 -#: src/components/status.jsx:1609 -#: src/components/status.jsx:2260 -msgid "Reply" -msgstr "Err" - -#: src/components/compose.jsx:1469 -msgid "Update" -msgstr "Leqqem" - -#: src/components/compose.jsx:1469 -#: src/pages/status.jsx:565 -msgid "Post" -msgstr "Suffeɣ" - -#: src/components/compose.jsx:1594 -msgid "Downloading GIF…" -msgstr "Asader n GIF…" - -#: src/components/compose.jsx:1622 -msgid "Failed to download GIF" -msgstr "Yecceḍ usader n GIF" - -#: src/components/compose.jsx:1733 -#: src/components/compose.jsx:1810 -#: src/components/nav-menu.jsx:287 -msgid "More…" -msgstr "Ugar…" - -#: src/components/compose.jsx:2213 -msgid "Uploaded" -msgstr "Yuli-d" - -#: src/components/compose.jsx:2226 -msgid "Image description" -msgstr "Aglam n tugna" - -#: src/components/compose.jsx:2227 -msgid "Video description" -msgstr "Aglam n tvidyutt" - -#: src/components/compose.jsx:2228 -msgid "Audio description" -msgstr "Aglam n useklas ameslaw" - -#: src/components/compose.jsx:2264 -#: src/components/compose.jsx:2284 -msgid "File size too large. Uploading might encounter issues. Try reduce the file size from {0} to {1} or lower." -msgstr "" - -#: src/components/compose.jsx:2276 -#: src/components/compose.jsx:2296 -msgid "Dimension too large. Uploading might encounter issues. Try reduce dimension from {0}×{1}px to {2}×{3}px." -msgstr "" - -#: src/components/compose.jsx:2304 -msgid "Frame rate too high. Uploading might encounter issues." -msgstr "" - -#: src/components/compose.jsx:2364 -#: src/components/compose.jsx:2614 -#: src/components/shortcuts-settings.jsx:723 -#: src/pages/catchup.jsx:1058 -#: src/pages/filters.jsx:412 -msgid "Remove" -msgstr "Kkes" - -#: src/components/compose.jsx:2381 -msgid "Error" -msgstr "Tuccḍa" - -#: src/components/compose.jsx:2406 -msgid "Edit image description" -msgstr "Ẓreg aglam n tugna" - -#: src/components/compose.jsx:2407 -msgid "Edit video description" -msgstr "Ẓreg aglam n tvidyut" - -#: src/components/compose.jsx:2408 -msgid "Edit audio description" -msgstr "Ẓreg aglam n useklas ameslaw" - -#: src/components/compose.jsx:2453 -#: src/components/compose.jsx:2502 -msgid "Generating description. Please wait…" -msgstr "Asirew n uglam. Ttxil-k ṛǧu…" - -#: src/components/compose.jsx:2473 -msgid "Failed to generate description: {0}" -msgstr "" - -#: src/components/compose.jsx:2474 -msgid "Failed to generate description" -msgstr "Yecceḍ usirew n uglam" - -#: src/components/compose.jsx:2486 -#: src/components/compose.jsx:2492 -#: src/components/compose.jsx:2538 -msgid "Generate description…" -msgstr "Sirew aglam…" - -#: src/components/compose.jsx:2525 -msgid "Failed to generate description{0}" -msgstr "Yecceḍ usirew n uglam{0}" - -#: src/components/compose.jsx:2540 -msgid "({0}) <0>— experimental" -msgstr "" - -#: src/components/compose.jsx:2559 -msgid "Done" -msgstr "Yemmed" - -#: src/components/compose.jsx:2595 -msgid "Choice {0}" -msgstr "Afran {0}" - -#: src/components/compose.jsx:2642 -msgid "Multiple choices" -msgstr "" - -#: src/components/compose.jsx:2645 -msgid "Duration" -msgstr "Tanzagt" - -#: src/components/compose.jsx:2676 -msgid "Remove poll" -msgstr "Kkes afmiḍi" - -#: src/components/compose.jsx:2890 -msgid "Search accounts" -msgstr "Nadi imiḍanen" - -#: src/components/compose.jsx:2931 -#: src/components/shortcuts-settings.jsx:712 -#: src/pages/list.jsx:359 -msgid "Add" -msgstr "Rnu" - -#: src/components/compose.jsx:2944 -#: src/components/generic-accounts.jsx:227 -msgid "Error loading accounts" -msgstr "Tuccḍa deg usali n imiḍanen" - -#: src/components/compose.jsx:3087 -msgid "Custom emojis" -msgstr "Imujiten udmawanen" - -#: src/components/compose.jsx:3107 -msgid "Search emoji" -msgstr "Nadi imujit" - -#: src/components/compose.jsx:3138 -msgid "Error loading custom emojis" -msgstr "Tuccḍa deg usali n yimujiten udmawanen" - -#: src/components/compose.jsx:3149 -msgid "Recently used" -msgstr "Yettwaseqdac melmi kan" - -#: src/components/compose.jsx:3150 -msgid "Others" -msgstr "Wiyyaḍ" - -#: src/components/compose.jsx:3188 -msgid "{0} more…" -msgstr "{0} d wugar…" - -#: src/components/compose.jsx:3326 -msgid "Search GIFs" -msgstr "Nadi GIFs" - -#: src/components/compose.jsx:3341 -msgid "Powered by GIPHY" -msgstr "" - -#: src/components/compose.jsx:3349 -msgid "Type to search GIFs" -msgstr "Aru i unadi n GIFs" - -#: src/components/compose.jsx:3447 -#: src/components/media-modal.jsx:387 -#: src/components/timeline.jsx:880 -msgid "Previous" -msgstr "Uzwir" - -#: src/components/compose.jsx:3465 -#: src/components/media-modal.jsx:406 -#: src/components/timeline.jsx:897 -msgid "Next" -msgstr "Uḍfir" - -#: src/components/compose.jsx:3482 -msgid "Error loading GIFs" -msgstr "Tuccḍa deg usali GIFs" - -#: src/components/drafts.jsx:63 -#: src/pages/settings.jsx:672 -msgid "Unsent drafts" -msgstr "Ur ttazen ara irewwayen" - -#: src/components/drafts.jsx:68 -msgid "Looks like you have unsent drafts. Let's continue where you left off." -msgstr "" - -#: src/components/drafts.jsx:102 -msgid "Delete this draft?" -msgstr "Kkes arewway-a?" - -#: src/components/drafts.jsx:117 -msgid "Error deleting draft! Please try again." -msgstr "Tuccḍa deg tukksa n urewway! Ttxil εreḍ tikkelt niḍen." - -#: src/components/drafts.jsx:127 -#: src/components/list-add-edit.jsx:183 -#: src/components/status.jsx:1243 -#: src/pages/filters.jsx:587 -msgid "Delete…" -msgstr "Kkes…" - -#: src/components/drafts.jsx:146 -msgid "Error fetching reply-to status!" -msgstr "" - -#: src/components/drafts.jsx:171 -msgid "Delete all drafts?" -msgstr "Kkes akk irewwayen?" - -#: src/components/drafts.jsx:189 -msgid "Error deleting drafts! Please try again." -msgstr "Tuccḍa deg tukksa n yirewwayen! Ttxil εreḍ tikkelt niḍen." - -#: src/components/drafts.jsx:201 -msgid "Delete all…" -msgstr "Kkes-iten akk…" - -#: src/components/drafts.jsx:209 -msgid "No drafts found." -msgstr "Ulac irewwayen i yettwafen." - -#: src/components/drafts.jsx:245 -#: src/pages/catchup.jsx:1895 -msgid "Poll" -msgstr "Tafrant" - -#: src/components/drafts.jsx:248 -#: src/pages/account-statuses.jsx:365 -msgid "Media" -msgstr "Amidya" - -#: src/components/embed-modal.jsx:22 -msgid "Open in new window" -msgstr "Ldi deg usfaylu amaynut" - -#: src/components/follow-request-buttons.jsx:42 -#: src/pages/notifications.jsx:890 -msgid "Accept" -msgstr "Qbel" - -#: src/components/follow-request-buttons.jsx:68 -msgid "Reject" -msgstr "Agi" - -#: src/components/follow-request-buttons.jsx:75 -#: src/pages/notifications.jsx:1173 -msgid "Accepted" -msgstr "Yettwaqbal" - -#: src/components/follow-request-buttons.jsx:79 -msgid "Rejected" -msgstr "Yettwagi" - -#: src/components/generic-accounts.jsx:24 -msgid "Nothing to show" -msgstr "Ulac ara yettwaskanen" - -#: src/components/generic-accounts.jsx:145 -#: src/components/notification.jsx:429 -#: src/pages/accounts.jsx:38 -#: src/pages/search.jsx:227 -#: src/pages/search.jsx:260 -msgid "Accounts" -msgstr "Imiḍanen" - -#: src/components/generic-accounts.jsx:205 -#: src/components/timeline.jsx:513 -#: src/pages/list.jsx:293 -#: src/pages/notifications.jsx:820 -#: src/pages/search.jsx:454 -#: src/pages/status.jsx:1289 -msgid "Show more…" -msgstr "Sken-d ugar…" - -#: src/components/generic-accounts.jsx:210 -#: src/components/timeline.jsx:518 -#: src/pages/search.jsx:459 -msgid "The end." -msgstr "Taggara." - -#: src/components/keyboard-shortcuts-help.jsx:43 -#: src/components/nav-menu.jsx:405 -#: src/pages/catchup.jsx:1586 -msgid "Keyboard shortcuts" -msgstr "Inegzumen n unasiw" - -#: src/components/keyboard-shortcuts-help.jsx:51 -msgid "Keyboard shortcuts help" -msgstr "Tallelt n yinegzumen n unasiw" - -#: src/components/keyboard-shortcuts-help.jsx:55 -#: src/pages/catchup.jsx:1611 -msgid "Next post" -msgstr "Tasuffeɣt tuḍfirt" - -#: src/components/keyboard-shortcuts-help.jsx:59 -#: src/pages/catchup.jsx:1619 -msgid "Previous post" -msgstr "Tasuffeɣt iɛeddan" - -#: src/components/keyboard-shortcuts-help.jsx:63 -msgid "Skip carousel to next post" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:65 -msgid "<0>Shift + <1>j" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:71 -msgid "Skip carousel to previous post" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:73 -msgid "<0>Shift + <1>k" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:79 -msgid "Load new posts" -msgstr "Sali-d tisuffaɣ timaynutin" - -#: src/components/keyboard-shortcuts-help.jsx:83 -#: src/pages/catchup.jsx:1643 -msgid "Open post details" -msgstr "Ldi talqayt n tsuffeɣt" - -#: src/components/keyboard-shortcuts-help.jsx:85 -msgid "<0>Enter or <1>o" -msgstr "<0>Sekcem neɣ <1>o" - -#: src/components/keyboard-shortcuts-help.jsx:92 -msgid "Expand content warning or<0/>toggle expanded/collapsed thread" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:101 -msgid "Close post or dialogs" -msgstr "Mdel tasuffeɣt neɣ idiwenniyen" - -#: src/components/keyboard-shortcuts-help.jsx:103 -msgid "<0>Esc or <1>Backspace" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:109 -msgid "Focus column in multi-column mode" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:111 -msgid "<0>1 to <1>9" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:117 -msgid "Compose new post" -msgstr "Aru Tasuffeɣt tamaynut" - -#: src/components/keyboard-shortcuts-help.jsx:121 -msgid "Compose new post (new window)" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:124 -msgid "<0>Shift + <1>c" -msgstr "<0>Shift + <1>c" - -#: src/components/keyboard-shortcuts-help.jsx:130 -msgid "Send post" -msgstr "Azen tasuffeɣt" - -#: src/components/keyboard-shortcuts-help.jsx:132 -msgid "<0>Ctrl + <1>Enter or <2>⌘ + <3>Enter" -msgstr "<0>Ctrl + <1>Enter neɣ <2>⌘ + <3>Enter" - -#: src/components/keyboard-shortcuts-help.jsx:139 -#: src/components/nav-menu.jsx:374 -#: src/components/search-form.jsx:72 -#: src/components/shortcuts-settings.jsx:52 -#: src/components/shortcuts-settings.jsx:176 -#: src/pages/search.jsx:39 -#: src/pages/search.jsx:209 -msgid "Search" -msgstr "Nadi" - -#: src/components/keyboard-shortcuts-help.jsx:147 -msgid "Reply (new window)" -msgstr "Err (asfaylu amaynut)" - -#: src/components/keyboard-shortcuts-help.jsx:150 -msgid "<0>Shift + <1>r" -msgstr "<0>Shift + <1>r" - -#: src/components/keyboard-shortcuts-help.jsx:156 -msgid "Like (favourite)" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:158 -msgid "<0>l or <1>f" -msgstr "<0>l or <1>f" - -#: src/components/keyboard-shortcuts-help.jsx:164 -#: src/components/status.jsx:838 -#: src/components/status.jsx:2286 -#: src/components/status.jsx:2318 -#: src/components/status.jsx:2319 -msgid "Boost" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:166 -msgid "<0>Shift + <1>b" -msgstr "<0>Shift + <1>b" - -#: src/components/keyboard-shortcuts-help.jsx:172 -#: src/components/status.jsx:923 -#: src/components/status.jsx:2343 -#: src/components/status.jsx:2344 -msgid "Bookmark" -msgstr "Ticreḍt n usebtar" - -#: src/components/keyboard-shortcuts-help.jsx:176 -msgid "Toggle Cloak mode" -msgstr "" - -#: src/components/keyboard-shortcuts-help.jsx:178 -msgid "<0>Shift + <1>Alt + <2>k" -msgstr "<0>Shift + <1>Alt + <2>k" - -#: src/components/list-add-edit.jsx:37 -msgid "Edit list" -msgstr "Ẓreg tabdart" - -#: src/components/list-add-edit.jsx:93 -msgid "Unable to edit list." -msgstr "D awezɣi ad tettwaẓrag tebdart." - -#: src/components/list-add-edit.jsx:94 -msgid "Unable to create list." -msgstr "" - -#: src/components/list-add-edit.jsx:102 -msgid "Name" -msgstr "Isem" - -#: src/components/list-add-edit.jsx:122 -msgid "Show replies to list members" -msgstr "" - -#: src/components/list-add-edit.jsx:125 -msgid "Show replies to people I follow" -msgstr "" - -#: src/components/list-add-edit.jsx:128 -msgid "Don't show replies" -msgstr "" - -#: src/components/list-add-edit.jsx:141 -msgid "Hide posts on this list from Home/Following" -msgstr "" - -#: src/components/list-add-edit.jsx:147 -#: src/pages/filters.jsx:554 -msgid "Create" -msgstr "Snulfu-d" - -#: src/components/list-add-edit.jsx:154 -msgid "Delete this list?" -msgstr "Kkes tabdart-a?" - -#: src/components/list-add-edit.jsx:173 -msgid "Unable to delete list." -msgstr "" - -#: src/components/media-alt-modal.jsx:38 -#: src/components/media.jsx:50 -msgid "Media description" -msgstr "" - -#: src/components/media-alt-modal.jsx:57 -#: src/components/status.jsx:967 -#: src/components/status.jsx:994 -#: src/components/translation-block.jsx:195 -msgid "Translate" -msgstr "Suqel" - -#: src/components/media-alt-modal.jsx:68 -#: src/components/status.jsx:981 -#: src/components/status.jsx:1008 -msgid "Speak" -msgstr "Mmeslay" - -#: src/components/media-modal.jsx:294 -msgid "Open original media in new window" -msgstr "" - -#: src/components/media-modal.jsx:298 -msgid "Open original media" -msgstr "" - -#: src/components/media-modal.jsx:314 -msgid "Attempting to describe image. Please wait…" -msgstr "" - -#: src/components/media-modal.jsx:329 -msgid "Failed to describe image" -msgstr "" - -#: src/components/media-modal.jsx:339 -msgid "Describe image…" -msgstr "" - -#: src/components/media-modal.jsx:362 -msgid "View post" -msgstr "Wali tasuffeɣt" - -#: src/components/media-post.jsx:127 -msgid "Sensitive media" -msgstr "" - -#: src/components/media-post.jsx:132 -msgid "Filtered: {filterTitleStr}" -msgstr "Yettwasizdeg: {filterTitleStr}" - -#: src/components/media-post.jsx:133 -#: src/components/status.jsx:3394 -#: src/components/status.jsx:3490 -#: src/components/status.jsx:3568 -#: src/components/timeline.jsx:964 -#: src/pages/catchup.jsx:75 -#: src/pages/catchup.jsx:1843 -msgid "Filtered" -msgstr "Tettwasizdeg" - -#: src/components/modals.jsx:72 -msgid "Post published. Check it out." -msgstr "Yeffeɣ-d yizen-nni. Mmuqqel-it." - -#: src/components/modals.jsx:73 -msgid "Reply posted. Check it out." -msgstr "" - -#: src/components/modals.jsx:74 -msgid "Post updated. Check it out." -msgstr "Yettwalqam yizen-nni. Mmuqel-it." - -#: src/components/nav-menu.jsx:126 -msgid "Menu" -msgstr "Umuɣ" - -#: src/components/nav-menu.jsx:162 -msgid "Reload page now to update?" -msgstr "" - -#: src/components/nav-menu.jsx:174 -msgid "New update available…" -msgstr "" - -#: src/components/nav-menu.jsx:200 -#: src/pages/catchup.jsx:855 -msgid "Catch-up" -msgstr "" - -#: src/components/nav-menu.jsx:207 -#: src/components/shortcuts-settings.jsx:58 -#: src/components/shortcuts-settings.jsx:143 -#: src/pages/home.jsx:223 -#: src/pages/mentions.jsx:20 -#: src/pages/mentions.jsx:167 -#: src/pages/settings.jsx:1008 -#: src/pages/trending.jsx:347 -msgid "Mentions" -msgstr "Ibdaren" - -#: src/components/nav-menu.jsx:214 -#: src/components/shortcuts-settings.jsx:49 -#: src/components/shortcuts-settings.jsx:149 -#: src/pages/filters.jsx:24 -#: src/pages/home.jsx:83 -#: src/pages/home.jsx:183 -#: src/pages/notifications.jsx:106 -#: src/pages/notifications.jsx:509 -msgid "Notifications" -msgstr "Alɣu" - -#: src/components/nav-menu.jsx:217 -msgid "New" -msgstr "Amaynut" - -#: src/components/nav-menu.jsx:228 -msgid "Profile" -msgstr "Amaɣnu" - -#: src/components/nav-menu.jsx:241 -#: src/components/nav-menu.jsx:268 -#: src/components/shortcuts-settings.jsx:50 -#: src/components/shortcuts-settings.jsx:155 -#: src/pages/list.jsx:126 -#: src/pages/lists.jsx:16 -#: src/pages/lists.jsx:50 -msgid "Lists" -msgstr "Tibdarin" - -#: src/components/nav-menu.jsx:249 -#: src/components/shortcuts.jsx:209 -#: src/pages/list.jsx:133 -msgid "All Lists" -msgstr "Akk tibdarin" - -#: src/components/nav-menu.jsx:276 -#: src/components/shortcuts-settings.jsx:54 -#: src/components/shortcuts-settings.jsx:192 -#: src/pages/bookmarks.jsx:11 -#: src/pages/bookmarks.jsx:23 -msgid "Bookmarks" -msgstr "Ticraḍ n yisebtar" - -#: src/components/nav-menu.jsx:296 -#: src/components/shortcuts-settings.jsx:55 -#: src/components/shortcuts-settings.jsx:198 -#: src/pages/catchup.jsx:1413 -#: src/pages/catchup.jsx:2029 -#: src/pages/favourites.jsx:11 -#: src/pages/favourites.jsx:23 -#: src/pages/settings.jsx:1012 -msgid "Likes" -msgstr "" - -#: src/components/nav-menu.jsx:302 -#: src/pages/followed-hashtags.jsx:14 -#: src/pages/followed-hashtags.jsx:44 -msgid "Followed Hashtags" -msgstr "Ihacṭagen yettwaḍfaren" - -#: src/components/nav-menu.jsx:310 -#: src/pages/account-statuses.jsx:331 -#: src/pages/filters.jsx:54 -#: src/pages/filters.jsx:93 -#: src/pages/hashtag.jsx:339 -msgid "Filters" -msgstr "Imzizdigen" - -#: src/components/nav-menu.jsx:318 -msgid "Muted users" -msgstr "Sgugem" - -#: src/components/nav-menu.jsx:326 -msgid "Muted users…" -msgstr "Sgugem iseqdacen…" - -#: src/components/nav-menu.jsx:333 -msgid "Blocked users" -msgstr "Imiḍanen yettusḥebsen" - -#: src/components/nav-menu.jsx:341 -msgid "Blocked users…" -msgstr "Imiḍanen yettusḥebsen…" - -#: src/components/nav-menu.jsx:353 -msgid "Accounts…" -msgstr "Imiḍanen…" - -#: src/components/nav-menu.jsx:363 -#: src/pages/login.jsx:142 -#: src/pages/status.jsx:792 -#: src/pages/welcome.jsx:64 -msgid "Log in" -msgstr "Qqen" - -#: src/components/nav-menu.jsx:380 -#: src/components/shortcuts-settings.jsx:57 -#: src/components/shortcuts-settings.jsx:169 -#: src/pages/trending.jsx:407 -msgid "Trending" -msgstr "" - -#: src/components/nav-menu.jsx:386 -#: src/components/shortcuts-settings.jsx:162 -msgid "Local" -msgstr "Adigan" - -#: src/components/nav-menu.jsx:392 -#: src/components/shortcuts-settings.jsx:162 -msgid "Federated" -msgstr "" - -#: src/components/nav-menu.jsx:415 -msgid "Shortcuts / Columns…" -msgstr "Inegzumen / Ijga…" - -#: src/components/nav-menu.jsx:425 -#: src/components/nav-menu.jsx:439 -msgid "Settings…" -msgstr "Iɣewwaṛen…" - -#: src/components/notification-service.jsx:160 -msgid "Notification" -msgstr "Ulɣu" - -#: src/components/notification-service.jsx:166 -msgid "This notification is from your other account." -msgstr "" - -#: src/components/notification-service.jsx:195 -msgid "View all notifications" -msgstr "Wali akk ulɣuten" - -#: src/components/notification.jsx:68 -msgid "{account} reacted to your post with {emojiObject}" -msgstr "" - -#: src/components/notification.jsx:75 -msgid "{account} published a post." -msgstr "" - -#: src/components/notification.jsx:83 -msgid "{count, plural, =1 {{postsCount, plural, =1 {{postType, select, reply {{account} boosted your reply.} other {{account} boosted your post.}}} other {{account} boosted {postsCount} of your posts.}}} other {{postType, select, reply {<0><1>{0} people boosted your reply.} other {<2><3>{1} people boosted your post.}}}}" -msgstr "" - -#: src/components/notification.jsx:126 -msgid "{count, plural, =1 {{account} followed you.} other {<0><1>{0} people followed you.}}" -msgstr "" - -#: src/components/notification.jsx:140 -msgid "{account} requested to follow you." -msgstr "" - -#: src/components/notification.jsx:149 -msgid "{count, plural, =1 {{postsCount, plural, =1 {{postType, select, reply {{account} liked your reply.} other {{account} liked your post.}}} other {{account} liked {postsCount} of your posts.}}} other {{postType, select, reply {<0><1>{0} people liked your reply.} other {<2><3>{1} people liked your post.}}}}" -msgstr "" - -#: src/components/notification.jsx:191 -msgid "A poll you have voted in or created has ended." -msgstr "" - -#: src/components/notification.jsx:192 -msgid "A poll you have created has ended." -msgstr "" - -#: src/components/notification.jsx:193 -msgid "A poll you have voted in has ended." -msgstr "" - -#: src/components/notification.jsx:194 -msgid "A post you interacted with has been edited." -msgstr "" - -#: src/components/notification.jsx:202 -msgid "{count, plural, =1 {{postsCount, plural, =1 {{postType, select, reply {{account} boosted & liked your reply.} other {{account} boosted & liked your post.}}} other {{account} boosted & liked {postsCount} of your posts.}}} other {{postType, select, reply {<0><1>{0} people boosted & liked your reply.} other {<2><3>{1} people boosted & liked your post.}}}}" -msgstr "" - -#: src/components/notification.jsx:244 -msgid "{account} signed up." -msgstr "" - -#: src/components/notification.jsx:246 -msgid "{account} reported {targetAccount}" -msgstr "" - -#: src/components/notification.jsx:251 -msgid "Lost connections with <0>{name}." -msgstr "" - -#: src/components/notification.jsx:257 -msgid "Moderation warning" -msgstr "" - -#: src/components/notification.jsx:267 -msgid "An admin from <0>{from} has suspended <1>{targetName}, which means you can no longer receive updates from them or interact with them." -msgstr "" - -#: src/components/notification.jsx:273 -msgid "An admin from <0>{from} has blocked <1>{targetName}. Affected followers: {followersCount}, followings: {followingCount}." -msgstr "" - -#: src/components/notification.jsx:279 -msgid "You have blocked <0>{targetName}. Removed followers: {followersCount}, followings: {followingCount}." -msgstr "" - -#: src/components/notification.jsx:287 -msgid "Your account has received a moderation warning." -msgstr "" - -#: src/components/notification.jsx:288 -msgid "Your account has been disabled." -msgstr "" - -#: src/components/notification.jsx:289 -msgid "Some of your posts have been marked as sensitive." -msgstr "" - -#: src/components/notification.jsx:290 -msgid "Some of your posts have been deleted." -msgstr "" - -#: src/components/notification.jsx:291 -msgid "Your posts will be marked as sensitive from now on." -msgstr "" - -#: src/components/notification.jsx:292 -msgid "Your account has been limited." -msgstr "" - -#: src/components/notification.jsx:293 -msgid "Your account has been suspended." -msgstr "" - -#: src/components/notification.jsx:364 -msgid "[Unknown notification type: {type}]" -msgstr "" - -#: src/components/notification.jsx:425 -#: src/components/status.jsx:937 -#: src/components/status.jsx:947 -msgid "Boosted/Liked by…" -msgstr "" - -#: src/components/notification.jsx:426 -msgid "Liked by…" -msgstr "Iεǧeb-as i…" - -#: src/components/notification.jsx:427 -msgid "Boosted by…" -msgstr "Yebḍa-t…" - -#: src/components/notification.jsx:428 -msgid "Followed by…" -msgstr "Iḍfer-it…" - -#: src/components/notification.jsx:484 -#: src/components/notification.jsx:500 -msgid "Learn more <0/>" -msgstr "Issin ugar <0/>" - -#: src/components/notification.jsx:680 -#: src/components/status.jsx:189 -msgid "Read more →" -msgstr "Γer ugar →" - -#: src/components/poll.jsx:110 -msgid "Voted" -msgstr "Yefren" - -#: src/components/poll.jsx:135 -#: src/components/poll.jsx:218 -#: src/components/poll.jsx:222 -msgid "Hide results" -msgstr "Ffer igmaḍ" - -#: src/components/poll.jsx:184 -msgid "Vote" -msgstr "Fren" - -#: src/components/poll.jsx:204 -#: src/components/poll.jsx:206 -#: src/pages/status.jsx:1158 -#: src/pages/status.jsx:1181 -msgid "Refresh" -msgstr "Smiren" - -#: src/components/poll.jsx:218 -#: src/components/poll.jsx:222 -msgid "Show results" -msgstr "Sken igmaḍ" - -#: src/components/poll.jsx:227 -msgid "{votesCount, plural, one {<0>{0} vote} other {<1>{1} votes}}" -msgstr "{votesCount, plural, one {<0>{0} afran} other {<1>{1} ifranen}}" - -#: src/components/poll.jsx:244 -msgid "{votersCount, plural, one {<0>{0} voter} other {<1>{1} voters}}" -msgstr "{votersCount, plural, one {<0>{0} amefran} other {<1>{1} imefranen}}" - -#: src/components/poll.jsx:264 -msgid "Ended <0/>" -msgstr "Ifukk <0/>" - -#: src/components/poll.jsx:268 -msgid "Ended" -msgstr "Ifukk" - -#: src/components/poll.jsx:271 -msgid "Ending <0/>" -msgstr "Yettfakk <0/>" - -#: src/components/poll.jsx:275 -msgid "Ending" -msgstr "Yettfakk" - -#. Relative time in seconds, as short as possible -#: src/components/relative-time.jsx:54 -msgid "{0}s" -msgstr "{0}tsn" - -#. Relative time in minutes, as short as possible -#: src/components/relative-time.jsx:59 -msgid "{0}m" -msgstr "{0}tsd" - -#. Relative time in hours, as short as possible -#: src/components/relative-time.jsx:64 -msgid "{0}h" -msgstr "{0}srg" - -#: src/components/report-modal.jsx:29 -msgid "Spam" -msgstr "D aspam" - -#: src/components/report-modal.jsx:30 -msgid "Malicious links, fake engagement, or repetitive replies" -msgstr "Yir iseɣwan, yir agman d tririyin i d-yettuɣalen" - -#: src/components/report-modal.jsx:33 -msgid "Illegal" -msgstr "Arusḍif" - -#: src/components/report-modal.jsx:34 -msgid "Violates the law of your or the server's country" -msgstr "" - -#: src/components/report-modal.jsx:37 -msgid "Server rule violation" -msgstr "" - -#: src/components/report-modal.jsx:38 -msgid "Breaks specific server rules" -msgstr "" - -#: src/components/report-modal.jsx:39 -msgid "Violation" -msgstr "" - -#: src/components/report-modal.jsx:42 -msgid "Other" -msgstr "Ayen nniḍen" - -#: src/components/report-modal.jsx:43 -msgid "Issue doesn't fit other categories" -msgstr "" - -#: src/components/report-modal.jsx:68 -msgid "Report Post" -msgstr "Mmel tasuffeɣt" - -#: src/components/report-modal.jsx:68 -msgid "Report @{username}" -msgstr "Mmel @{username}" - -#: src/components/report-modal.jsx:104 -msgid "Pending review" -msgstr "Ittraǧu acegger" - -#: src/components/report-modal.jsx:146 -msgid "Post reported" -msgstr "Tasuffeɣt tattwammel" - -#: src/components/report-modal.jsx:146 -msgid "Profile reported" -msgstr "Amaɣnu yettwammel" - -#: src/components/report-modal.jsx:154 -msgid "Unable to report post" -msgstr "" - -#: src/components/report-modal.jsx:155 -msgid "Unable to report profile" -msgstr "" - -#: src/components/report-modal.jsx:163 -msgid "What's the issue with this post?" -msgstr "" - -#: src/components/report-modal.jsx:164 -msgid "What's the issue with this profile?" -msgstr "" - -#: src/components/report-modal.jsx:233 -msgid "Additional info" -msgstr "Talɣut niḍen" - -#: src/components/report-modal.jsx:255 -msgid "Forward to <0>{domain}" -msgstr "" - -#: src/components/report-modal.jsx:265 -msgid "Send Report" -msgstr "Azen aneqqis" - -#: src/components/report-modal.jsx:274 -msgid "Muted {username}" -msgstr "" - -#: src/components/report-modal.jsx:277 -msgid "Unable to mute {username}" -msgstr "" - -#: src/components/report-modal.jsx:282 -msgid "Send Report <0>+ Mute profile" -msgstr "" - -#: src/components/report-modal.jsx:293 -msgid "Blocked {username}" -msgstr "" - -#: src/components/report-modal.jsx:296 -msgid "Unable to block {username}" -msgstr "" - -#: src/components/report-modal.jsx:301 -msgid "Send Report <0>+ Block profile" -msgstr "" - -#: src/components/search-form.jsx:202 -msgid "{query} <0>‒ accounts, hashtags & posts" -msgstr "" - -#: src/components/search-form.jsx:215 -msgid "Posts with <0>{query}" -msgstr "Tisuffaɣ yesɛan <0>{query}" - -#: src/components/search-form.jsx:227 -msgid "Posts tagged with <0>#{0}" -msgstr "" - -#: src/components/search-form.jsx:241 -msgid "Look up <0>{query}" -msgstr "" - -#: src/components/search-form.jsx:252 -msgid "Accounts with <0>{query}" -msgstr "Imiḍanen yesɛan <0>{query}" - -#: src/components/shortcuts-settings.jsx:48 -msgid "Home / Following" -msgstr "Agejdan / Aḍfar" - -#: src/components/shortcuts-settings.jsx:51 -msgid "Public (Local / Federated)" -msgstr "" - -#: src/components/shortcuts-settings.jsx:53 -msgid "Account" -msgstr "Amiḍan" - -#: src/components/shortcuts-settings.jsx:56 -msgid "Hashtag" -msgstr "Ahacṭag" - -#: src/components/shortcuts-settings.jsx:63 -msgid "List ID" -msgstr "Asulay n tebdart" - -#: src/components/shortcuts-settings.jsx:70 -msgid "Local only" -msgstr "Adigan kan" - -#: src/components/shortcuts-settings.jsx:75 -#: src/components/shortcuts-settings.jsx:84 -#: src/components/shortcuts-settings.jsx:122 -#: src/pages/login.jsx:146 -msgid "Instance" -msgstr "Aqeddac" - -#: src/components/shortcuts-settings.jsx:78 -#: src/components/shortcuts-settings.jsx:87 -#: src/components/shortcuts-settings.jsx:125 -msgid "Optional, e.g. mastodon.social" -msgstr "" - -#: src/components/shortcuts-settings.jsx:93 -msgid "Search term" -msgstr "Nadi awal" - -#: src/components/shortcuts-settings.jsx:96 -msgid "Optional, unless for multi-column mode" -msgstr "" - -#: src/components/shortcuts-settings.jsx:113 -msgid "e.g. PixelArt (Max 5, space-separated)" -msgstr "" - -#: src/components/shortcuts-settings.jsx:117 -#: src/pages/hashtag.jsx:355 -msgid "Media only" -msgstr "Amidya kan" - -#: src/components/shortcuts-settings.jsx:232 -#: src/components/shortcuts.jsx:186 -msgid "Shortcuts" -msgstr "Inegzumen" - -#: src/components/shortcuts-settings.jsx:240 -msgid "beta" -msgstr "beta" - -#: src/components/shortcuts-settings.jsx:246 -msgid "Specify a list of shortcuts that'll appear as:" -msgstr "" - -#: src/components/shortcuts-settings.jsx:252 -msgid "Floating button" -msgstr "Tiqeffilt yettifliwen" - -#: src/components/shortcuts-settings.jsx:257 -msgid "Tab/Menu bar" -msgstr "Iccer/Afeggag n wumuɣ" - -#: src/components/shortcuts-settings.jsx:262 -msgid "Multi-column" -msgstr "Aṭas n tgejdiyin" - -#: src/components/shortcuts-settings.jsx:329 -msgid "Not available in current view mode" -msgstr "" - -#: src/components/shortcuts-settings.jsx:348 -msgid "Move up" -msgstr "Nkez d asawen" - -#: src/components/shortcuts-settings.jsx:364 -msgid "Move down" -msgstr "Nkez d akessar" - -#: src/components/shortcuts-settings.jsx:376 -#: src/components/status.jsx:1208 -#: src/pages/list.jsx:170 -msgid "Edit" -msgstr "Ẓreg" - -#: src/components/shortcuts-settings.jsx:397 -msgid "Add more than one shortcut/column to make this work." -msgstr "" - -#: src/components/shortcuts-settings.jsx:408 -msgid "No columns yet. Tap on the Add column button." -msgstr "" - -#: src/components/shortcuts-settings.jsx:409 -msgid "No shortcuts yet. Tap on the Add shortcut button." -msgstr "" - -#: src/components/shortcuts-settings.jsx:412 -msgid "Not sure what to add?<0/>Try adding <1>Home / Following and Notifications first." -msgstr "" - -#: src/components/shortcuts-settings.jsx:440 -msgid "Max {SHORTCUTS_LIMIT} columns" -msgstr "" - -#: src/components/shortcuts-settings.jsx:441 -msgid "Max {SHORTCUTS_LIMIT} shortcuts" -msgstr "" - -#: src/components/shortcuts-settings.jsx:455 -msgid "Import/export" -msgstr "Kter/sifeḍ" - -#: src/components/shortcuts-settings.jsx:465 -msgid "Add column…" -msgstr "Rnu ajgu…" - -#: src/components/shortcuts-settings.jsx:466 -msgid "Add shortcut…" -msgstr "Rnu anegzum…" - -#: src/components/shortcuts-settings.jsx:513 -msgid "Specific list is optional. For multi-column mode, list is required, else the column will not be shown." -msgstr "" - -#: src/components/shortcuts-settings.jsx:514 -msgid "For multi-column mode, search term is required, else the column will not be shown." -msgstr "" - -#: src/components/shortcuts-settings.jsx:515 -msgid "Multiple hashtags are supported. Space-separated." -msgstr "" - -#: src/components/shortcuts-settings.jsx:584 -msgid "Edit shortcut" -msgstr "Ẓreg anegzum" - -#: src/components/shortcuts-settings.jsx:584 -msgid "Add shortcut" -msgstr "Rnu anegzum" - -#: src/components/shortcuts-settings.jsx:620 -msgid "Timeline" -msgstr "Tasimirt" - -#: src/components/shortcuts-settings.jsx:646 -msgid "List" -msgstr "Tabdart" - -#: src/components/shortcuts-settings.jsx:785 -msgid "Import/Export <0>Shortcuts" -msgstr "Kter/Sifeḍ<0>Inegzumen" - -#: src/components/shortcuts-settings.jsx:795 -msgid "Import" -msgstr "Kter" - -#: src/components/shortcuts-settings.jsx:803 -msgid "Paste shortcuts here" -msgstr "Senṭeḍ inegzumen da" - -#: src/components/shortcuts-settings.jsx:819 -msgid "Downloading saved shortcuts from instance server…" -msgstr "" - -#: src/components/shortcuts-settings.jsx:848 -msgid "Unable to download shortcuts" -msgstr "" - -#: src/components/shortcuts-settings.jsx:851 -msgid "Download shortcuts from instance server" -msgstr "" - -#: src/components/shortcuts-settings.jsx:909 -msgid "* Exists in current shortcuts" -msgstr "" - -#: src/components/shortcuts-settings.jsx:914 -msgid "List may not work if it's from a different account." -msgstr "" - -#: src/components/shortcuts-settings.jsx:924 -msgid "Invalid settings format" -msgstr "" - -#: src/components/shortcuts-settings.jsx:932 -msgid "Append to current shortcuts?" -msgstr "" - -#: src/components/shortcuts-settings.jsx:935 -msgid "Only shortcuts that don’t exist in current shortcuts will be appended." -msgstr "" - -#: src/components/shortcuts-settings.jsx:957 -msgid "No new shortcuts to import" -msgstr "" - -#: src/components/shortcuts-settings.jsx:972 -msgid "Shortcuts imported. Exceeded max {SHORTCUTS_LIMIT}, so the rest are not imported." -msgstr "" - -#: src/components/shortcuts-settings.jsx:973 -#: src/components/shortcuts-settings.jsx:997 -msgid "Shortcuts imported" -msgstr "Inegzumen ttwaketren" - -#: src/components/shortcuts-settings.jsx:983 -msgid "Import & append…" -msgstr "" - -#: src/components/shortcuts-settings.jsx:991 -msgid "Override current shortcuts?" -msgstr "" - -#: src/components/shortcuts-settings.jsx:992 -msgid "Import shortcuts?" -msgstr "Kter inegzumen?" - -#: src/components/shortcuts-settings.jsx:1006 -msgid "or override…" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1006 -msgid "Import…" -msgstr "Kter…" - -#: src/components/shortcuts-settings.jsx:1015 -msgid "Export" -msgstr "Sifeḍ" - -#: src/components/shortcuts-settings.jsx:1030 -msgid "Shortcuts copied" -msgstr "Inegzumen ttwaneɣlen" - -#: src/components/shortcuts-settings.jsx:1033 -msgid "Unable to copy shortcuts" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1047 -msgid "Shortcut settings copied" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1050 -msgid "Unable to copy shortcut settings" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1080 -msgid "Share" -msgstr "Bḍu" - -#: src/components/shortcuts-settings.jsx:1119 -msgid "Saving shortcuts to instance server…" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1126 -msgid "Shortcuts saved" -msgstr "Inegzumen ttwaskelsen" - -#: src/components/shortcuts-settings.jsx:1131 -msgid "Unable to save shortcuts" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1134 -msgid "Sync to instance server" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1142 -msgid "{0, plural, one {# character} other {# characters}}" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1154 -msgid "Raw Shortcuts JSON" -msgstr "" - -#: src/components/shortcuts-settings.jsx:1167 -msgid "Import/export settings from/to instance server (Very experimental)" -msgstr "" - -#: src/components/status.jsx:463 -msgid "<0/> <1>boosted" -msgstr "" - -#: src/components/status.jsx:562 -msgid "Sorry, your current logged-in instance can't interact with this post from another instance." -msgstr "" - -#: src/components/status.jsx:715 -msgid "Unliked @{0}'s post" -msgstr "" - -#: src/components/status.jsx:716 -msgid "Liked @{0}'s post" -msgstr "" - -#: src/components/status.jsx:755 -msgid "Unbookmarked @{0}'s post" -msgstr "" - -#: src/components/status.jsx:756 -msgid "Bookmarked @{0}'s post" -msgstr "" - -#: src/components/status.jsx:838 -#: src/components/status.jsx:900 -#: src/components/status.jsx:2286 -#: src/components/status.jsx:2318 -msgid "Unboost" -msgstr "" - -#: src/components/status.jsx:854 -#: src/components/status.jsx:2301 -msgid "Quote" -msgstr "" - -#: src/components/status.jsx:862 -#: src/components/status.jsx:2310 -msgid "Some media have no descriptions." -msgstr "" - -#: src/components/status.jsx:869 -msgid "Old post (<0>{0})" -msgstr "" - -#: src/components/status.jsx:888 -#: src/components/status.jsx:1333 -msgid "Unboosted @{0}'s post" -msgstr "" - -#: src/components/status.jsx:889 -#: src/components/status.jsx:1334 -msgid "Boosted @{0}'s post" -msgstr "" - -#: src/components/status.jsx:901 -msgid "Boost…" -msgstr "" - -#: src/components/status.jsx:913 -#: src/components/status.jsx:1618 -#: src/components/status.jsx:2331 -msgid "Unlike" -msgstr "" - -#: src/components/status.jsx:914 -#: src/components/status.jsx:1618 -#: src/components/status.jsx:1619 -#: src/components/status.jsx:2331 -#: src/components/status.jsx:2332 -msgid "Like" -msgstr "" - -#: src/components/status.jsx:923 -#: src/components/status.jsx:2343 -msgid "Unbookmark" -msgstr "Kkes-as ticreḍt" - -#: src/components/status.jsx:1031 -msgid "View post by <0>@{0}" -msgstr "Wali tasuffeɣt sɣur <0>@{0}" - -#: src/components/status.jsx:1052 -msgid "Show Edit History" -msgstr "Sken azray yettwabeddlen" - -#: src/components/status.jsx:1055 -msgid "Edited: {editedDateText}" -msgstr "Yettwaẓreg: {editedDateText}" - -#: src/components/status.jsx:1115 -#: src/components/status.jsx:3071 -msgid "Embed post" -msgstr "Sidef tasuffeɣt" - -#: src/components/status.jsx:1129 -msgid "Conversation unmuted" -msgstr "" - -#: src/components/status.jsx:1129 -msgid "Conversation muted" -msgstr "" - -#: src/components/status.jsx:1135 -msgid "Unable to unmute conversation" -msgstr "" - -#: src/components/status.jsx:1136 -msgid "Unable to mute conversation" -msgstr "" - -#: src/components/status.jsx:1145 -msgid "Unmute conversation" -msgstr "Kkes asgugem n udiwenni" - -#: src/components/status.jsx:1152 -msgid "Mute conversation" -msgstr "Sgugem adiwenni" - -#: src/components/status.jsx:1168 -msgid "Post unpinned from profile" -msgstr "" - -#: src/components/status.jsx:1169 -msgid "Post pinned to profile" -msgstr "" - -#: src/components/status.jsx:1174 -msgid "Unable to unpin post" -msgstr "" - -#: src/components/status.jsx:1174 -msgid "Unable to pin post" -msgstr "" - -#: src/components/status.jsx:1183 -msgid "Unpin from profile" -msgstr "Kkes asenteḍ seg umaɣnu" - -#: src/components/status.jsx:1190 -msgid "Pin to profile" -msgstr "" - -#: src/components/status.jsx:1219 -msgid "Delete this post?" -msgstr "Kkes tasuffeɣt-a?" - -#: src/components/status.jsx:1232 -msgid "Post deleted" -msgstr "Tasuffeɣt tettwakkes" - -#: src/components/status.jsx:1235 -msgid "Unable to delete post" -msgstr "" - -#: src/components/status.jsx:1263 -msgid "Report post…" -msgstr "Mmel tasuffeɣt…" - -#: src/components/status.jsx:1619 -#: src/components/status.jsx:1655 -#: src/components/status.jsx:2332 -msgid "Liked" -msgstr "Iḥemmel" - -#: src/components/status.jsx:1652 -#: src/components/status.jsx:2319 -msgid "Boosted" -msgstr "" - -#: src/components/status.jsx:1662 -#: src/components/status.jsx:2344 -msgid "Bookmarked" -msgstr "" - -#: src/components/status.jsx:1666 -msgid "Pinned" -msgstr "Yettwasenteḍ" - -#: src/components/status.jsx:1711 -#: src/components/status.jsx:2163 -msgid "Deleted" -msgstr "Yettwakkes" - -#: src/components/status.jsx:1752 -msgid "{repliesCount, plural, one {# reply} other {# replies}}" -msgstr "{repliesCount, plural, one {# tiririt} other {# tiririyin}}" - -#: src/components/status.jsx:1841 -msgid "Thread{0}" -msgstr "Asqerdec{0}" - -#: src/components/status.jsx:1917 -#: src/components/status.jsx:1979 -#: src/components/status.jsx:2064 -msgid "Show less" -msgstr "Ssken cwiṭ" - -#: src/components/status.jsx:1917 -#: src/components/status.jsx:1979 -msgid "Show content" -msgstr "Sken agbur" - -#: src/components/status.jsx:2064 -msgid "Show media" -msgstr "Sken amidya" - -#: src/components/status.jsx:2184 -msgid "Edited" -msgstr "Yettwaẓrag" - -#: src/components/status.jsx:2261 -msgid "Comments" -msgstr "Iwenniten" - -#: src/components/status.jsx:2832 -msgid "Edit History" -msgstr "Ẓreg azray" - -#: src/components/status.jsx:2836 -msgid "Failed to load history" -msgstr "Yecceḍ usali n uzray" - -#: src/components/status.jsx:2841 -msgid "Loading…" -msgstr "Yessalay-d…" - -#: src/components/status.jsx:3076 -msgid "HTML Code" -msgstr "Tangalt HTML" - -#: src/components/status.jsx:3093 -msgid "HTML code copied" -msgstr "Tangalt HTML tettwanɣal" - -#: src/components/status.jsx:3096 -msgid "Unable to copy HTML code" -msgstr "" - -#: src/components/status.jsx:3108 -msgid "Media attachments:" -msgstr "" - -#: src/components/status.jsx:3130 -msgid "Account Emojis:" -msgstr "Imujiṭen n umiḍan:" - -#: src/components/status.jsx:3161 -#: src/components/status.jsx:3206 -msgid "static URL" -msgstr "" - -#: src/components/status.jsx:3175 -msgid "Emojis:" -msgstr "Imujiten:" - -#: src/components/status.jsx:3220 -msgid "Notes:" -msgstr "Tizmilin:" - -#: src/components/status.jsx:3224 -msgid "This is static, unstyled and scriptless. You may need to apply your own styles and edit as needed." -msgstr "" - -#: src/components/status.jsx:3230 -msgid "Polls are not interactive, becomes a list with vote counts." -msgstr "" - -#: src/components/status.jsx:3235 -msgid "Media attachments can be images, videos, audios or any file types." -msgstr "" - -#: src/components/status.jsx:3241 -msgid "Post could be edited or deleted later." -msgstr "" - -#: src/components/status.jsx:3247 -msgid "Preview" -msgstr "Askan" - -#: src/components/status.jsx:3256 -msgid "Note: This preview is lightly styled." -msgstr "" - -#: src/components/status.jsx:3498 -msgid "<0/> <1/> boosted" -msgstr "" - -#: src/components/timeline.jsx:447 -#: src/pages/settings.jsx:1036 -msgid "New posts" -msgstr "Tisuffaɣ timaynutin" - -#: src/components/timeline.jsx:548 -#: src/pages/home.jsx:212 -#: src/pages/notifications.jsx:796 -#: src/pages/status.jsx:945 -#: src/pages/status.jsx:1318 -msgid "Try again" -msgstr "Ɛreḍ tikkelt-nniḍen" - -#: src/components/timeline.jsx:937 -#: src/components/timeline.jsx:944 -#: src/pages/catchup.jsx:1860 -msgid "Thread" -msgstr "Asqerdec" - -#: src/components/timeline.jsx:959 -msgid "<0>Filtered: <1>{0}" -msgstr "" - -#: src/components/translation-block.jsx:152 -msgid "Auto-translated from {sourceLangText}" -msgstr "Tasuqilt tawurmant seg {sourceLangText}" - -#: src/components/translation-block.jsx:190 -msgid "Translating…" -msgstr "Yessuqul…" - -#: src/components/translation-block.jsx:193 -msgid "Translate from {sourceLangText} (auto-detected)" -msgstr "Suqel seg {sourceLangText} (tifin tawurmant)" - -#: src/components/translation-block.jsx:194 -msgid "Translate from {sourceLangText}" -msgstr "Ssuqel seg {sourceLangText}" - -#: src/components/translation-block.jsx:222 -msgid "Auto ({0})" -msgstr "Awurman ({0})" - -#: src/components/translation-block.jsx:235 -msgid "Failed to translate" -msgstr "Tuccḍa deg tsuqilt" - -#: src/compose.jsx:29 -msgid "Editing source status" -msgstr "" - -#: src/compose.jsx:31 -msgid "Replying to @{0}" -msgstr "" - -#: src/compose.jsx:55 -msgid "You may close this page now." -msgstr "" - -#: src/compose.jsx:63 -msgid "Close window" -msgstr "Mdel asfaylu" - -#: src/pages/account-statuses.jsx:233 -msgid "Account posts" -msgstr "Tisuffaɣ n umiḍan" - -#: src/pages/account-statuses.jsx:240 -msgid "{accountDisplay} (+ Replies)" -msgstr "" - -#: src/pages/account-statuses.jsx:242 -msgid "{accountDisplay} (- Boosts)" -msgstr "" - -#: src/pages/account-statuses.jsx:244 -msgid "{accountDisplay} (#{tagged})" -msgstr "" - -#: src/pages/account-statuses.jsx:246 -msgid "{accountDisplay} (Media)" -msgstr "" - -#: src/pages/account-statuses.jsx:252 -msgid "{accountDisplay} ({monthYear})" -msgstr "" - -#: src/pages/account-statuses.jsx:321 -msgid "Clear filters" -msgstr "Sfeḍ imsizedgen" - -#: src/pages/account-statuses.jsx:324 -msgid "Clear" -msgstr "Sfeḍ" - -#: src/pages/account-statuses.jsx:338 -msgid "Showing post with replies" -msgstr "Askan n tsuffeɣt s tririyin" - -#: src/pages/account-statuses.jsx:343 -msgid "+ Replies" -msgstr "ugar n tririyin" - -#: src/pages/account-statuses.jsx:349 -msgid "Showing posts without boosts" -msgstr "" - -#: src/pages/account-statuses.jsx:354 -msgid "- Boosts" -msgstr "- Isnerniyen" - -#: src/pages/account-statuses.jsx:360 -msgid "Showing posts with media" -msgstr "" - -#: src/pages/account-statuses.jsx:377 -msgid "Showing posts tagged with #{0}" -msgstr "" - -#: src/pages/account-statuses.jsx:416 -msgid "Showing posts in {0}" -msgstr "" - -#: src/pages/account-statuses.jsx:505 -msgid "Nothing to see here yet." -msgstr "" - -#: src/pages/account-statuses.jsx:506 -#: src/pages/public.jsx:97 -#: src/pages/trending.jsx:415 -msgid "Unable to load posts" -msgstr "" - -#: src/pages/account-statuses.jsx:547 -#: src/pages/account-statuses.jsx:577 -msgid "Unable to fetch account info" -msgstr "" - -#: src/pages/account-statuses.jsx:554 -msgid "Switch to account's instance {0}" -msgstr "" - -#: src/pages/account-statuses.jsx:584 -msgid "Switch to my instance (<0>{currentInstance})" -msgstr "" - -#: src/pages/account-statuses.jsx:646 -msgid "Month" -msgstr "Ayyur" - -#: src/pages/accounts.jsx:52 -msgid "Current" -msgstr "Melmi kan" - -#: src/pages/accounts.jsx:98 -msgid "Default" -msgstr "Amezwer" - -#: src/pages/accounts.jsx:117 -msgid "View profile…" -msgstr "Wali amaɣnu…" - -#: src/pages/accounts.jsx:134 -msgid "Set as default" -msgstr "Sbadu-t d amezwer" - -#: src/pages/accounts.jsx:144 -msgid "Log out <0>@{0}?" -msgstr "Ffeɣ <0>@{0}?" - -#: src/pages/accounts.jsx:167 -msgid "Log out…" -msgstr "Ffeɣ…" - -#: src/pages/accounts.jsx:180 -msgid "Add an existing account" -msgstr "Rnu amiḍan yellan yakan" - -#: src/pages/accounts.jsx:187 -msgid "Note: <0>Default account will always be used for first load. Switched accounts will persist during the session." -msgstr "" - -#: src/pages/bookmarks.jsx:26 -msgid "Unable to load bookmarks." -msgstr "" - -#: src/pages/catchup.jsx:54 -msgid "last 1 hour" -msgstr "1 usrag aneggaru" - -#: src/pages/catchup.jsx:55 -msgid "last 2 hours" -msgstr "2 yisragen ineggura" - -#: src/pages/catchup.jsx:56 -msgid "last 3 hours" -msgstr "3 yisragen ineggura" - -#: src/pages/catchup.jsx:57 -msgid "last 4 hours" -msgstr "4 yisragen ineggura" - -#: src/pages/catchup.jsx:58 -msgid "last 5 hours" -msgstr "5 yisragen ineggura" - -#: src/pages/catchup.jsx:59 -msgid "last 6 hours" -msgstr "6 yisragen ineggura" - -#: src/pages/catchup.jsx:60 -msgid "last 7 hours" -msgstr "7 yisragen ineggura" - -#: src/pages/catchup.jsx:61 -msgid "last 8 hours" -msgstr "8 yisragen ineggura" - -#: src/pages/catchup.jsx:62 -msgid "last 9 hours" -msgstr "9 yisragen ineggura" - -#: src/pages/catchup.jsx:63 -msgid "last 10 hours" -msgstr "10 yisragen ineggura" - -#: src/pages/catchup.jsx:64 -msgid "last 11 hours" -msgstr "11 yisragen ineggura" - -#: src/pages/catchup.jsx:65 -msgid "last 12 hours" -msgstr "12 yisragen ineggura" - -#: src/pages/catchup.jsx:66 -msgid "beyond 12 hours" -msgstr "ugar n 12 yisragen" - -#: src/pages/catchup.jsx:73 -msgid "Followed tags" -msgstr "Tibzimin yettwaḍefren" - -#: src/pages/catchup.jsx:74 -msgid "Groups" -msgstr "Igrawen" - -#: src/pages/catchup.jsx:596 -msgid "Showing {selectedFilterCategory, select, all {all posts} original {original posts} replies {replies} boosts {boosts} followedTags {followed tags} groups {groups} filtered {filtered posts}}, {sortBy, select, createdAt {{sortOrder, select, asc {oldest} desc {latest}}} reblogsCount {{sortOrder, select, asc {fewest boosts} desc {most boosts}}} favouritesCount {{sortOrder, select, asc {fewest likes} desc {most likes}}} repliesCount {{sortOrder, select, asc {fewest replies} desc {most replies}}} density {{sortOrder, select, asc {least dense} desc {most dense}}}} first{groupBy, select, account {, grouped by authors} other {}}" -msgstr "" - -#: src/pages/catchup.jsx:866 -#: src/pages/catchup.jsx:890 -msgid "Catch-up <0>beta" -msgstr "" - -#: src/pages/catchup.jsx:880 -#: src/pages/catchup.jsx:1552 -msgid "Help" -msgstr "Tallelt" - -#: src/pages/catchup.jsx:896 -msgid "What is this?" -msgstr "D acu-t wa?" - -#: src/pages/catchup.jsx:899 -msgid "Catch-up is a separate timeline for your followings, offering a high-level view at a glance, with a simple, email-inspired interface to effortlessly sort and filter through posts." -msgstr "" - -#: src/pages/catchup.jsx:910 -msgid "Preview of Catch-up UI" -msgstr "" - -#: src/pages/catchup.jsx:919 -msgid "Let's catch up" -msgstr "Yebda" - -#: src/pages/catchup.jsx:924 -msgid "Let's catch up on the posts from your followings." -msgstr "" - -#: src/pages/catchup.jsx:928 -msgid "Show me all posts from…" -msgstr "" - -#: src/pages/catchup.jsx:951 -msgid "until the max" -msgstr "" - -#: src/pages/catchup.jsx:981 -msgid "Catch up" -msgstr "" - -#: src/pages/catchup.jsx:987 -msgid "Overlaps with your last catch-up" -msgstr "" - -#: src/pages/catchup.jsx:999 -msgid "Until the last catch-up ({0})" -msgstr "" - -#: src/pages/catchup.jsx:1008 -msgid "Note: your instance might only show a maximum of 800 posts in the Home timeline regardless of the time range. Could be less or more." -msgstr "" - -#: src/pages/catchup.jsx:1018 -msgid "Previously…" -msgstr "" - -#: src/pages/catchup.jsx:1036 -msgid "{0, plural, one {# post} other {# posts}}" -msgstr "{0, plural, one {# tasuffeɣt} other {# tisuffaɣ}}" - -#: src/pages/catchup.jsx:1046 -msgid "Remove this catch-up?" -msgstr "" - -#: src/pages/catchup.jsx:1067 -msgid "Note: Only max 3 will be stored. The rest will be automatically removed." -msgstr "" - -#: src/pages/catchup.jsx:1082 -msgid "Fetching posts…" -msgstr "" - -#: src/pages/catchup.jsx:1085 -msgid "This might take a while." -msgstr "" - -#: src/pages/catchup.jsx:1120 -msgid "Reset filters" -msgstr "Wennez imsizedgen" - -#: src/pages/catchup.jsx:1128 -#: src/pages/catchup.jsx:1558 -msgid "Top links" -msgstr "Iseɣwan ufrinen" - -#: src/pages/catchup.jsx:1244 -msgid "Shared by {0}" -msgstr "Yebḍa-tt {0}" - -#: src/pages/catchup.jsx:1283 -#: src/pages/mentions.jsx:147 -#: src/pages/search.jsx:222 -msgid "All" -msgstr "Akk" - -#: src/pages/catchup.jsx:1368 -msgid "{0, plural, one {# author} other {# authors}}" -msgstr "{0, plural, one {# ameskar} other {# imeskaren}}" - -#: src/pages/catchup.jsx:1380 -msgid "Sort" -msgstr "Semyizwer" - -#: src/pages/catchup.jsx:1411 -msgid "Date" -msgstr "Azemz" - -#: src/pages/catchup.jsx:1415 -msgid "Density" -msgstr "Taneẓẓi" - -#: src/pages/catchup.jsx:1453 -msgid "Authors" -msgstr "Imeskaren" - -#: src/pages/catchup.jsx:1454 -msgid "None" -msgstr "Ula yiwen" - -#: src/pages/catchup.jsx:1470 -msgid "Show all authors" -msgstr "Wali akk imeskaren" - -#: src/pages/catchup.jsx:1521 -msgid "You don't have to read everything." -msgstr "Fiḥel ad teɣreḍ kullec." - -#: src/pages/catchup.jsx:1522 -msgid "That's all." -msgstr "D ayen kan." - -#: src/pages/catchup.jsx:1530 -msgid "Back to top" -msgstr "Uɣal ar tqacuct" - -#: src/pages/catchup.jsx:1561 -msgid "Links shared by followings, sorted by shared counts, boosts and likes." -msgstr "" - -#: src/pages/catchup.jsx:1567 -msgid "Sort: Density" -msgstr "Semyizwer: Taneẓẓi" - -#: src/pages/catchup.jsx:1570 -msgid "Posts are sorted by information density or depth. Shorter posts are \"lighter\" while longer posts are \"heavier\". Posts with photos are \"heavier\" than posts without photos." -msgstr "" - -#: src/pages/catchup.jsx:1577 -msgid "Group: Authors" -msgstr "Agraw: Imeskaren" - -#: src/pages/catchup.jsx:1580 -msgid "Posts are grouped by authors, sorted by posts count per author." -msgstr "" - -#: src/pages/catchup.jsx:1627 -msgid "Next author" -msgstr "Ameskar uḍfir" - -#: src/pages/catchup.jsx:1635 -msgid "Previous author" -msgstr "Ameskar udfir" - -#: src/pages/catchup.jsx:1651 -msgid "Scroll to top" -msgstr "Ali d asawen" - -#: src/pages/catchup.jsx:1842 -msgid "Filtered: {0}" -msgstr "Yettwasizdeg: {0}" - -#: src/pages/favourites.jsx:26 -msgid "Unable to load likes." -msgstr "" - -#: src/pages/filters.jsx:23 -msgid "Home and lists" -msgstr "Agejdan akked tebdarin" - -#: src/pages/filters.jsx:25 -msgid "Public timelines" -msgstr "" - -#: src/pages/filters.jsx:26 -msgid "Conversations" -msgstr "Idiwenniyen" - -#: src/pages/filters.jsx:27 -msgid "Profiles" -msgstr "Imuɣna" - -#: src/pages/filters.jsx:42 -msgid "Never" -msgstr "Werǧin" - -#: src/pages/filters.jsx:103 -#: src/pages/filters.jsx:228 -msgid "New filter" -msgstr "Amsizdeg amaynut" - -#: src/pages/filters.jsx:151 -msgid "{0, plural, one {# filter} other {# filters}}" -msgstr "{0, plural, one {# imsizdeg} other {# imsizedgen}}" - -#: src/pages/filters.jsx:166 -msgid "Unable to load filters." -msgstr "D awezɣi ad d-alin imsizedgen." - -#: src/pages/filters.jsx:170 -msgid "No filters yet." -msgstr "Ulac imsizdeg akka tura." - -#: src/pages/filters.jsx:177 -msgid "Add filter" -msgstr "Rnu imsizdeg" - -#: src/pages/filters.jsx:228 -msgid "Edit filter" -msgstr "Ẓreg amsizdeg" - -#: src/pages/filters.jsx:345 -msgid "Unable to edit filter" -msgstr "D awezɣi asiẓreg n yimsizdeg" - -#: src/pages/filters.jsx:346 -msgid "Unable to create filter" -msgstr "D awezɣi timerna n yimsizdeg" - -#: src/pages/filters.jsx:355 -msgid "Title" -msgstr "Azwel" - -#: src/pages/filters.jsx:396 -msgid "Whole word" -msgstr "Awal ummid" - -#: src/pages/filters.jsx:422 -msgid "No keywords. Add one." -msgstr "Ulaw awalen n tsura. Rnu yiwen." - -#: src/pages/filters.jsx:449 -msgid "Add keyword" -msgstr "Rnu awal tasarut" - -#: src/pages/filters.jsx:453 -msgid "{0, plural, one {# keyword} other {# keywords}}" -msgstr "{0, plural, one {# awal n tsarut} other {# awalen n tsura}}" - -#: src/pages/filters.jsx:466 -msgid "Filter from…" -msgstr "Sizdeg seg…" - -#: src/pages/filters.jsx:492 -msgid "* Not implemented yet" -msgstr "" - -#: src/pages/filters.jsx:498 -msgid "Status: <0><1/>" -msgstr "Addad: <0><1/>" - -#: src/pages/filters.jsx:507 -msgid "Change expiry" -msgstr "Senfel taggara" - -#: src/pages/filters.jsx:507 -msgid "Expiry" -msgstr "Keffu" - -#: src/pages/filters.jsx:526 -msgid "Filtered post will be…" -msgstr "Tisuffaɣ yettwasezdgen ad…" - -#: src/pages/filters.jsx:536 -msgid "minimized" -msgstr "yettwasemẓẓin" - -#: src/pages/filters.jsx:546 -msgid "hidden" -msgstr "yettwaffer" - -#: src/pages/filters.jsx:563 -msgid "Delete this filter?" -msgstr "Kkes imsizdeg-a?" - -#: src/pages/filters.jsx:576 -msgid "Unable to delete filter." -msgstr "D awezɣi tukksa n yimsizdeg." - -#: src/pages/filters.jsx:608 -msgid "Expired" -msgstr "Ad yekfu" - -#: src/pages/filters.jsx:610 -msgid "Expiring <0/>" -msgstr "Ad yekfu <0/>" - -#: src/pages/filters.jsx:614 -msgid "Never expires" -msgstr "Ur ikeffu ara" - -#: src/pages/followed-hashtags.jsx:70 -msgid "{0, plural, one {# hashtag} other {# hashtags}}" -msgstr "{0, plural, one {# ahacṭag} other {# ihacṭagen}}" - -#: src/pages/followed-hashtags.jsx:85 -msgid "Unable to load followed hashtags." -msgstr "" - -#: src/pages/followed-hashtags.jsx:89 -msgid "No hashtags followed yet." -msgstr "" - -#: src/pages/following.jsx:133 -msgid "Nothing to see here." -msgstr "Ulac acu ara twaliḍ dagi." - -#: src/pages/following.jsx:134 -#: src/pages/list.jsx:108 -msgid "Unable to load posts." -msgstr "D awezɣi alluy n tsuffaɣ." - -#: src/pages/hashtag.jsx:55 -msgid "{hashtagTitle} (Media only) on {instance}" -msgstr "{hashtagTitle} (Amidya kan) ɣef {instance}" - -#: src/pages/hashtag.jsx:56 -msgid "{hashtagTitle} on {instance}" -msgstr "{hashtagTitle} ɣef {instance}" - -#: src/pages/hashtag.jsx:58 -msgid "{hashtagTitle} (Media only)" -msgstr "{hashtagTitle} (Amidya kan)" - -#: src/pages/hashtag.jsx:59 -msgid "{hashtagTitle}" -msgstr "{hashtagTitle}" - -#: src/pages/hashtag.jsx:181 -msgid "No one has posted anything with this tag yet." -msgstr "Ulac win i d-isuffɣen kra s tebzimt-a akka ar tura." - -#: src/pages/hashtag.jsx:182 -msgid "Unable to load posts with this tag" -msgstr "D awezɣi asali n tsuffaɣ s tebzimt-a" - -#: src/pages/hashtag.jsx:223 -msgid "Unfollowed #{hashtag}" -msgstr "Ur yettwaḍfar ara #{hashtag}" - -#: src/pages/hashtag.jsx:238 -msgid "Followed #{hashtag}" -msgstr "Yettwaḍfar #{hashtag}" - -#: src/pages/hashtag.jsx:254 -msgid "Following…" -msgstr "Yeṭṭafar…" - -#: src/pages/hashtag.jsx:282 -msgid "Unfeatured on profile" -msgstr "Yettwakkes seg umaɣnu" - -#: src/pages/hashtag.jsx:296 -msgid "Unable to unfeature on profile" -msgstr "D awezɣi tukksa seg umaɣnu" - -#: src/pages/hashtag.jsx:305 -#: src/pages/hashtag.jsx:321 -msgid "Featured on profile" -msgstr "Yella ɣef umaɣnu-k" - -#: src/pages/hashtag.jsx:328 -msgid "Feature on profile" -msgstr "Welleh fell-as deg umaɣnu-k" - -#: src/pages/hashtag.jsx:393 -msgid "{TOTAL_TAGS_LIMIT, plural, other {Max # tags}}" -msgstr "{TOTAL_TAGS_LIMIT, plural, one {}other {Ugar # tibzimin}}" - -#: src/pages/hashtag.jsx:396 -msgid "Add hashtag" -msgstr "Rnu ahacṭag" - -#: src/pages/hashtag.jsx:428 -msgid "Remove hashtag" -msgstr "Kkes ahacṭag" - -#: src/pages/hashtag.jsx:442 -msgid "{SHORTCUTS_LIMIT, plural, one {Max # shortcut reached. Unable to add shortcut.} other {Max # shortcuts reached. Unable to add shortcut.}}" -msgstr "" - -#: src/pages/hashtag.jsx:471 -msgid "This shortcut already exists" -msgstr "" - -#: src/pages/hashtag.jsx:474 -msgid "Hashtag shortcut added" -msgstr "" - -#: src/pages/hashtag.jsx:480 -msgid "Add to Shortcuts" -msgstr "Rnu ɣer inezgumen" - -#: src/pages/hashtag.jsx:486 -#: src/pages/public.jsx:139 -#: src/pages/trending.jsx:444 -msgid "Enter a new instance e.g. \"mastodon.social\"" -msgstr "Sekcem-d aqedac amaynut, amedya \"mastodon.social\"" - -#: src/pages/hashtag.jsx:489 -#: src/pages/public.jsx:142 -#: src/pages/trending.jsx:447 -msgid "Invalid instance" -msgstr "Yir tummant" - -#: src/pages/hashtag.jsx:503 -#: src/pages/public.jsx:156 -#: src/pages/trending.jsx:459 -msgid "Go to another instance…" -msgstr "Ddu ɣer uqeddac-nniḍen…" - -#: src/pages/hashtag.jsx:516 -#: src/pages/public.jsx:169 -#: src/pages/trending.jsx:470 -msgid "Go to my instance (<0>{currentInstance})" -msgstr "Ddu ɣer tummant-iw (<0>{currentInstance})" - -#: src/pages/home.jsx:208 -msgid "Unable to fetch notifications." -msgstr "D awazeɣi asali n yilɣa." - -#: src/pages/home.jsx:228 -msgid "<0>New <1>Follow Requests" -msgstr "<0>Amaynut <1>Ḍfer issutar" - -#: src/pages/home.jsx:234 -msgid "See all" -msgstr "Wali-ten akk" - -#: src/pages/http-route.jsx:68 -msgid "Resolving…" -msgstr "Iferru…" - -#: src/pages/http-route.jsx:79 -msgid "Unable to resolve URL" -msgstr "D awezɣi ferru n URL" - -#: src/pages/http-route.jsx:91 -#: src/pages/login.jsx:223 -msgid "Go home" -msgstr "Uɣal ɣer ugejdan" - -#: src/pages/list.jsx:107 -msgid "Nothing yet." -msgstr "Ulac i yellan akka tura." - -#: src/pages/list.jsx:176 -#: src/pages/list.jsx:279 -msgid "Manage members" -msgstr "Sefrek imttekkiyen" - -#: src/pages/list.jsx:313 -msgid "Remove <0>@{0} from list?" -msgstr "Kkes <0>@{0} seg tebdart?" - -#: src/pages/list.jsx:359 -msgid "Remove…" -msgstr "Kkes…" - -#: src/pages/lists.jsx:93 -msgid "{0, plural, one {# list} other {# lists}}" -msgstr "{0, plural, one {# tabdart} other {# tibdarin}}" - -#: src/pages/lists.jsx:108 -msgid "No lists yet." -msgstr "Ulac tibdarinakka tura." - -#: src/pages/login.jsx:185 -msgid "e.g. “mastodon.social”" -msgstr "amedya \"mastodon.social\"" - -#: src/pages/login.jsx:196 -msgid "Failed to log in. Please try again or try another instance." -msgstr "Ur yessaweḍ ara ad yekcem. Ttxil-k·m, ɛreḍ tikkelt nniḍen neɣ ɛreḍ aqeddac nniḍen." - -#: src/pages/login.jsx:208 -msgid "Continue with {selectedInstanceText}" -msgstr "Kemmel s {selectedInstanceText}" - -#: src/pages/login.jsx:209 -msgid "Continue" -msgstr "Kemmel" - -#: src/pages/login.jsx:217 -msgid "Don't have an account? Create one!" -msgstr "Ur tesεiḍ ara amiḍan? Snulfu-d yiwen!" - -#: src/pages/mentions.jsx:20 -msgid "Private mentions" -msgstr "Tabdarin tusligin" - -#: src/pages/mentions.jsx:159 -msgid "Private" -msgstr "Uslig" - -#: src/pages/mentions.jsx:169 -msgid "No one mentioned you :(" -msgstr "Ulac win k-id-ibedren :(" - -#: src/pages/mentions.jsx:170 -msgid "Unable to load mentions." -msgstr "D awezɣi ad d-alin ibdaren." - -#: src/pages/notifications.jsx:97 -msgid "You don't follow" -msgstr "Ur teṭtafareḍ ara" - -#: src/pages/notifications.jsx:98 -msgid "Who don't follow you" -msgstr "Anwa ur k-neṭṭafar ara" - -#: src/pages/notifications.jsx:99 -msgid "With a new account" -msgstr "S umiḍan amaynut" - -#: src/pages/notifications.jsx:100 -msgid "Who unsolicitedly private mention you" -msgstr "" - -#: src/pages/notifications.jsx:101 -msgid "Who are limited by server moderators" -msgstr "" - -#: src/pages/notifications.jsx:523 -#: src/pages/notifications.jsx:844 -msgid "Notifications settings" -msgstr "Iɣewwaṛen n wulɣu" - -#: src/pages/notifications.jsx:541 -msgid "New notifications" -msgstr "Ulɣuten imaynuten" - -#: src/pages/notifications.jsx:552 -msgid "{0, plural, one {Announcement} other {Announcements}}" -msgstr "{0, plural, one {Alɣu} other {Alɣuten}}" - -#: src/pages/notifications.jsx:599 -#: src/pages/settings.jsx:1024 -msgid "Follow requests" -msgstr "Issutar n uḍfar" - -#: src/pages/notifications.jsx:604 -msgid "{0, plural, one {# follow request} other {# follow requests}}" -msgstr "{0, plural, one {# ḍfer assuter} other {# ḍfer issutar}}" - -#: src/pages/notifications.jsx:659 -msgid "{0, plural, one {Filtered notifications from # person} other {Filtered notifications from # people}}" -msgstr "" - -#: src/pages/notifications.jsx:725 -msgid "Only mentions" -msgstr "Ibdaren kan" - -#: src/pages/notifications.jsx:729 -msgid "Today" -msgstr "Ass-a" - -#: src/pages/notifications.jsx:733 -msgid "You're all caught up." -msgstr "Tessawḍeḍ kullec." - -#: src/pages/notifications.jsx:756 -msgid "Yesterday" -msgstr "Iḍelli" - -#: src/pages/notifications.jsx:792 -msgid "Unable to load notifications" -msgstr "D awezɣi ad d-alin ilɣa" - -#: src/pages/notifications.jsx:871 -msgid "Notifications settings updated" -msgstr "Iɣewwaṛen n wulɣu ttwaleqqmen" - -#: src/pages/notifications.jsx:879 -msgid "Filter out notifications from people:" -msgstr "" - -#: src/pages/notifications.jsx:893 -msgid "Filter" -msgstr "Imsizdeg" - -#: src/pages/notifications.jsx:896 -msgid "Ignore" -msgstr "Anef" - -#: src/pages/notifications.jsx:969 -msgid "Updated <0>{0}" -msgstr "Yettwaleqqem <0>{0}" - -#: src/pages/notifications.jsx:1037 -msgid "View notifications from <0>@{0}" -msgstr "Wali ilɣa seg <0>@{0}" - -#: src/pages/notifications.jsx:1058 -msgid "Notifications from <0>@{0}" -msgstr "Ilɣa sɣur <0>@{0}" - -#: src/pages/notifications.jsx:1125 -msgid "Notifications from @{0} will not be filtered from now on." -msgstr "Ilɣa sɣur @{0} ad uɣalen ad ffren sya ar sdat." - -#: src/pages/notifications.jsx:1130 -msgid "Unable to accept notification request" -msgstr "D awezεi aqbal n ussuter n wulɣu" - -#: src/pages/notifications.jsx:1135 -msgid "Allow" -msgstr "Sireg" - -#: src/pages/notifications.jsx:1155 -msgid "Notifications from @{0} will not show up in Filtered notifications from now on." -msgstr "" - -#: src/pages/notifications.jsx:1160 -msgid "Unable to dismiss notification request" -msgstr "D awezεi tigtin n ussuter n wulɣu" - -#: src/pages/notifications.jsx:1165 -msgid "Dismiss" -msgstr "Zgel" - -#: src/pages/notifications.jsx:1180 -msgid "Dismissed" -msgstr "Yettwazgel" - -#: src/pages/public.jsx:27 -msgid "Local timeline ({instance})" -msgstr "Tasuddemt tadigant ({instance})" - -#: src/pages/public.jsx:28 -msgid "Federated timeline ({instance})" -msgstr "" - -#: src/pages/public.jsx:90 -msgid "Local timeline" -msgstr "Tasuddemt tadigant" - -#: src/pages/public.jsx:90 -msgid "Federated timeline" -msgstr "Tasuddemt tazayezt tamatut" - -#: src/pages/public.jsx:96 -msgid "No one has posted anything yet." -msgstr "" - -#: src/pages/public.jsx:123 -msgid "Switch to Federated" -msgstr "" - -#: src/pages/public.jsx:130 -msgid "Switch to Local" -msgstr "Uɣal ɣer udigan" - -#: src/pages/search.jsx:43 -msgid "Search: {q} (Posts)" -msgstr "Nadi: {q} (Tisuffaɣ)" - -#: src/pages/search.jsx:46 -msgid "Search: {q} (Accounts)" -msgstr "Nadi: {q} (Imiḍanen)" - -#: src/pages/search.jsx:49 -msgid "Search: {q} (Hashtags)" -msgstr "Nadi: {q} (Ihacṭagen)" - -#: src/pages/search.jsx:52 -msgid "Search: {q}" -msgstr "Nadi: {q}" - -#: src/pages/search.jsx:232 -#: src/pages/search.jsx:314 -msgid "Hashtags" -msgstr "Ihacṭagen" - -#: src/pages/search.jsx:264 -#: src/pages/search.jsx:318 -#: src/pages/search.jsx:388 -msgid "See more" -msgstr "Wali ugar" - -#: src/pages/search.jsx:290 -msgid "See more accounts" -msgstr "Wali ugar n imiḍanen" - -#: src/pages/search.jsx:304 -msgid "No accounts found." -msgstr "Ulac imiḍanen yettwafen." - -#: src/pages/search.jsx:360 -msgid "See more hashtags" -msgstr "Wali ugar n ihacṭagen" - -#: src/pages/search.jsx:374 -msgid "No hashtags found." -msgstr "Ulac ihacṭagen i yettwafen." - -#: src/pages/search.jsx:418 -msgid "See more posts" -msgstr "Wali ugar n tsuffaɣ" - -#: src/pages/search.jsx:432 -msgid "No posts found." -msgstr "Ulac tisuffaɣ i yettwafen." - -#: src/pages/search.jsx:476 -msgid "Enter your search term or paste a URL above to get started." -msgstr "Sekcem awal-ik n unadi neɣ senteḍ URL nnig i wakken ad tebduḍ." - -#: src/pages/settings.jsx:74 -msgid "Settings" -msgstr "Iɣewwaṛen" - -#: src/pages/settings.jsx:83 -msgid "Appearance" -msgstr "Udem" - -#: src/pages/settings.jsx:159 -msgid "Light" -msgstr "Aceɛlal" - -#: src/pages/settings.jsx:170 -msgid "Dark" -msgstr "Ubrik" - -#: src/pages/settings.jsx:183 -msgid "Auto" -msgstr "Awurman" - -#: src/pages/settings.jsx:193 -msgid "Text size" -msgstr "Teɣzi n uḍris" - -#. Preview of one character, in smallest size -#. Preview of one character, in largest size -#: src/pages/settings.jsx:198 -#: src/pages/settings.jsx:223 -msgid "A" -msgstr "A" - -#: src/pages/settings.jsx:236 -msgid "Display language" -msgstr "Tutlayt n uskan" - -#: src/pages/settings.jsx:245 -msgid "Posting" -msgstr "Asuffeɣ" - -#: src/pages/settings.jsx:252 -msgid "Default visibility" -msgstr "" - -#: src/pages/settings.jsx:253 -#: src/pages/settings.jsx:299 -msgid "Synced" -msgstr "Yemtawa" - -#: src/pages/settings.jsx:278 -msgid "Failed to update posting privacy" -msgstr "Ur yessaweḍ ara ad ileqqem tabaḍnit n usuffeɣ" - -#: src/pages/settings.jsx:301 -msgid "Synced to your instance server's settings. <0>Go to your instance ({instance}) for more settings." -msgstr "" - -#: src/pages/settings.jsx:316 -msgid "Experiments" -msgstr "" - -#: src/pages/settings.jsx:329 -msgid "Auto refresh timeline posts" -msgstr "" - -#: src/pages/settings.jsx:341 -msgid "Boosts carousel" -msgstr "" - -#: src/pages/settings.jsx:357 -msgid "Post translation" -msgstr "Asuqqel n tsuffeɣt" - -#: src/pages/settings.jsx:368 -msgid "Translate to" -msgstr "Suqel ɣer" - -#: src/pages/settings.jsx:379 -msgid "System language ({systemTargetLanguageText})" -msgstr "Tutlayt n unagraw ({systemTargetLanguageText})" - -#: src/pages/settings.jsx:405 -msgid "{0, plural, =0 {Hide \"Translate\" button for:} other {Hide \"Translate\" button for (#):}}" -msgstr "{0, plural, one {}=0 {Ffer taqeffalt \"Suqqel\" i:} other {Ffer taqeffalt \"Suqqel\" i (#):}}" - -#: src/pages/settings.jsx:459 -msgid "Note: This feature uses external translation services, powered by <0>Lingva API & <1>Lingva Translate." -msgstr "Tamawt: Tamahilt-a tesseqdac imeẓla n usuqqel azɣaray, tella s lmendad n <0>Lingva API & <1>Lingva Translate." - -#: src/pages/settings.jsx:493 -msgid "Auto inline translation" -msgstr "Tasuqilt tawurmant srid" - -#: src/pages/settings.jsx:497 -msgid "Automatically show translation for posts in timeline. Only works for <0>short posts without content warning, media and poll." -msgstr "" - -#: src/pages/settings.jsx:517 -msgid "GIF Picker for composer" -msgstr "" - -#: src/pages/settings.jsx:521 -msgid "Note: This feature uses external GIF search service, powered by <0>GIPHY. G-rated (suitable for viewing by all ages), tracking parameters are stripped, referrer information is omitted from requests, but search queries and IP address information will still reach their servers." -msgstr "" - -#: src/pages/settings.jsx:550 -msgid "Image description generator" -msgstr "Asaraw n uglam n tugna" - -#: src/pages/settings.jsx:555 -msgid "Only for new images while composing new posts." -msgstr "I tugniwin timaynutin kan mi ara taruḍ tisuffaɣ timaynutin." - -#: src/pages/settings.jsx:562 -msgid "Note: This feature uses external AI service, powered by <0>img-alt-api. May not work well. Only for images and in English." -msgstr "" - -#: src/pages/settings.jsx:588 -msgid "Server-side grouped notifications" -msgstr "" - -#: src/pages/settings.jsx:592 -msgid "Alpha-stage feature. Potentially improved grouping window but basic grouping logic." -msgstr "" - -#: src/pages/settings.jsx:613 -msgid "\"Cloud\" import/export for shortcuts settings" -msgstr "" - -#: src/pages/settings.jsx:618 -msgid "⚠️⚠️⚠️ Very experimental.<0/>Stored in your own profile’s notes. Profile (private) notes are mainly used for other profiles, and hidden for own profile." -msgstr "" - -#: src/pages/settings.jsx:629 -msgid "Note: This feature uses currently-logged-in instance server API." -msgstr "" - -#: src/pages/settings.jsx:646 -msgid "Cloak mode <0>(<1>Text → <2>████)" -msgstr "" - -#: src/pages/settings.jsx:655 -msgid "Replace text as blocks, useful when taking screenshots, for privacy reasons." -msgstr "" - -#: src/pages/settings.jsx:680 -msgid "About" -msgstr "Ɣef" - -#: src/pages/settings.jsx:719 -msgid "<0>Built by <1>@cheeaun" -msgstr "<0>Built sɣur <1>@cheeaun" - -#: src/pages/settings.jsx:748 -msgid "Sponsor" -msgstr "" - -#: src/pages/settings.jsx:756 -msgid "Donate" -msgstr "Mudd tawsa" - -#: src/pages/settings.jsx:764 -msgid "Privacy Policy" -msgstr "Tasertit tabaḍnit" - -#: src/pages/settings.jsx:771 -msgid "<0>Site: {0}" -msgstr "<0>Asmel: {0}" - -#: src/pages/settings.jsx:778 -msgid "<0>Version: <1/> {0}" -msgstr "<0>Lqem: <1/> {0}" - -#: src/pages/settings.jsx:793 -msgid "Version string copied" -msgstr "Azrir n lqem yettwanɣel" - -#: src/pages/settings.jsx:796 -msgid "Unable to copy version string" -msgstr "" - -#: src/pages/settings.jsx:921 -#: src/pages/settings.jsx:926 -msgid "Failed to update subscription. Please try again." -msgstr "" - -#: src/pages/settings.jsx:932 -msgid "Failed to remove subscription. Please try again." -msgstr "" - -#: src/pages/settings.jsx:939 -msgid "Push Notifications (beta)" -msgstr "Ilɣa Push (beta)" - -#: src/pages/settings.jsx:961 -msgid "Push notifications are blocked. Please enable them in your browser settings." -msgstr "" - -#: src/pages/settings.jsx:970 -msgid "Allow from <0>{0}" -msgstr "Sireg seg <0>{0}" - -#: src/pages/settings.jsx:979 -msgid "anyone" -msgstr "yal yiwen" - -#: src/pages/settings.jsx:983 -msgid "people I follow" -msgstr "imdanen I aneḍfar" - -#: src/pages/settings.jsx:987 -msgid "followers" -msgstr "imeḍfaṛen" - -#: src/pages/settings.jsx:1020 -msgid "Follows" -msgstr "T·Yeṭafaṛ" - -#: src/pages/settings.jsx:1028 -msgid "Polls" -msgstr "Tifranin" - -#: src/pages/settings.jsx:1032 -msgid "Post edits" -msgstr "Ibeddilen n tsuffeɣt" - -#: src/pages/settings.jsx:1053 -msgid "Push permission was not granted since your last login. You'll need to <0><1>log in again to grant push permission." -msgstr "" - -#: src/pages/settings.jsx:1069 -msgid "NOTE: Push notifications only work for <0>one account." -msgstr "" - -#: src/pages/status.jsx:786 -msgid "You're not logged in. Interactions (reply, boost, etc) are not possible." -msgstr "" - -#: src/pages/status.jsx:799 -msgid "This post is from another instance (<0>{instance}). Interactions (reply, boost, etc) are not possible." -msgstr "" - -#: src/pages/status.jsx:827 -msgid "Error: {e}" -msgstr "Tuccḍa: {e}" - -#: src/pages/status.jsx:834 -msgid "Switch to my instance to enable interactions" -msgstr "" - -#: src/pages/status.jsx:936 -msgid "Unable to load replies." -msgstr "D awezɣi ad d-alint tririyin." - -#: src/pages/status.jsx:1048 -msgid "Back" -msgstr "Tuɣalin" - -#: src/pages/status.jsx:1079 -msgid "Go to main post" -msgstr "Ddu ɣer tsuffeɣt tagejdant" - -#: src/pages/status.jsx:1102 -msgid "{0} posts above ‒ Go to top" -msgstr "{0} n tsuffaɣ nnig - Ali d asawen" - -#: src/pages/status.jsx:1145 -#: src/pages/status.jsx:1208 -msgid "Switch to Side Peek view" -msgstr "Ddu ɣer yidis n uskan Peek" - -#: src/pages/status.jsx:1209 -msgid "Switch to Full view" -msgstr "Uɣal s uskan ummid" - -#: src/pages/status.jsx:1227 -msgid "Show all sensitive content" -msgstr "Sken akk agbur amḥulfu" - -#: src/pages/status.jsx:1232 -msgid "Experimental" -msgstr "Armitan" - -#: src/pages/status.jsx:1241 -msgid "Unable to switch" -msgstr "D awezɣi abeddel" - -#: src/pages/status.jsx:1248 -msgid "Switch to post's instance ({0})" -msgstr "Uɣal ɣer tummant n tsuffeɣt ({0})" - -#: src/pages/status.jsx:1251 -msgid "Switch to post's instance" -msgstr "Uɣal ɣer tummant n tsuffeɣt" - -#: src/pages/status.jsx:1309 -msgid "Unable to load post" -msgstr "D awezɣi alluy n tsuffeɣt" - -#: src/pages/status.jsx:1426 -msgid "{0, plural, one {# reply} other {<0>{1} replies}}" -msgstr "{0, plural, one {# tiririt} other {<0>{1} tiririyin}}" - -#: src/pages/status.jsx:1444 -msgid "{totalComments, plural, one {# comment} other {<0>{0} comments}}" -msgstr "{totalComments, plural, one {# awennit} other {<0>{0} iwenniten}}" - -#: src/pages/status.jsx:1466 -msgid "View post with its replies" -msgstr "Wali tasuffeɣt s tririyin-is" - -#: src/pages/trending.jsx:70 -msgid "Trending ({instance})" -msgstr "Amuceε ({instance})" - -#: src/pages/trending.jsx:227 -msgid "Trending News" -msgstr "Isalan mucaɛen" - -#: src/pages/trending.jsx:374 -msgid "Back to showing trending posts" -msgstr "" - -#: src/pages/trending.jsx:379 -msgid "Showing posts mentioning <0>{0}" -msgstr "" - -#: src/pages/trending.jsx:391 -msgid "Trending posts" -msgstr "Tisuffaɣ mucaɛen" - -#: src/pages/trending.jsx:414 -msgid "No trending posts." -msgstr "Ulac tisuffaɣ mucaɛen." - -#: src/pages/welcome.jsx:53 -msgid "A minimalistic opinionated Mastodon web client." -msgstr "" - -#: src/pages/welcome.jsx:64 -msgid "Log in with Mastodon" -msgstr "Qqen s Mastodon" - -#: src/pages/welcome.jsx:70 -msgid "Sign up" -msgstr "Jerred" - -#: src/pages/welcome.jsx:77 -msgid "Connect your existing Mastodon/Fediverse account.<0/>Your credentials are not stored on this server." -msgstr "" - -#: src/pages/welcome.jsx:94 -msgid "<0>Built by <1>@cheeaun. <2>Privacy Policy." -msgstr "" - -#: src/pages/welcome.jsx:125 -msgid "Screenshot of Boosts Carousel" -msgstr "" - -#: src/pages/welcome.jsx:129 -msgid "Boosts Carousel" -msgstr "" - -#: src/pages/welcome.jsx:132 -msgid "Visually separate original posts and re-shared posts (boosted posts)." -msgstr "" - -#: src/pages/welcome.jsx:141 -msgid "Screenshot of nested comments thread" -msgstr "" - -#: src/pages/welcome.jsx:145 -msgid "Nested comments thread" -msgstr "" - -#: src/pages/welcome.jsx:148 -msgid "Effortlessly follow conversations. Semi-collapsible replies." -msgstr "" - -#: src/pages/welcome.jsx:156 -msgid "Screenshot of grouped notifications" -msgstr "" - -#: src/pages/welcome.jsx:160 -msgid "Grouped notifications" -msgstr "Ilɣa ttusgarwen" - -#: src/pages/welcome.jsx:163 -msgid "Similar notifications are grouped and collapsed to reduce clutter." -msgstr "" - -#: src/pages/welcome.jsx:172 -msgid "Screenshot of multi-column UI" -msgstr "" - -#: src/pages/welcome.jsx:176 -msgid "Single or multi-column" -msgstr "Yiwet neɣ aṭas n tgejdiyin" - -#: src/pages/welcome.jsx:179 -msgid "By default, single column for zen-mode seekers. Configurable multi-column for power users." -msgstr "" - -#: src/pages/welcome.jsx:188 -msgid "Screenshot of multi-hashtag timeline with a form to add more hashtags" -msgstr "" - -#: src/pages/welcome.jsx:192 -msgid "Multi-hashtag timeline" -msgstr "" - -#: src/pages/welcome.jsx:195 -msgid "Up to 5 hashtags combined into a single timeline." -msgstr "" - -#: src/utils/open-compose.js:24 -msgid "Looks like your browser is blocking popups." -msgstr "" - -#: src/utils/show-compose.js:16 -msgid "A draft post is currently minimized. Post or discard it before creating a new one." -msgstr "" - -#: src/utils/show-compose.js:21 -msgid "A post is currently open. Post or discard it before creating a new one." -msgstr "" - diff --git a/src/utils/lang.js b/src/utils/lang.js index 16cd5ca3..5140522b 100644 --- a/src/utils/lang.js +++ b/src/utils/lang.js @@ -14,7 +14,7 @@ import localeMatch from '../utils/locale-match'; const { PHANPY_DEFAULT_LANG } = import.meta.env; const langFileMaps = { - kab: 'kab-KAB', + // kab: 'kab-KAB', }; i18n.load(DEFAULT_LANG, messages);