this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i18n updates (eu-ES,it-IT,pl-PL,ru-RU) (#1239)

* New translations (Basque)

* Update catalogs.json

* New translations (Italian)

* Update catalogs.json

* New translations (Polish)

* New translations (Polish)

* New translations (Russian)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

Chee Aun
github-actions[bot]
and committed by
GitHub
a9d4ade8 5bf47bcc

+152 -152
+2 -2
src/data/catalogs.json
··· 45 45 "code": "eu-ES", 46 46 "nativeName": "euskara", 47 47 "name": "Basque", 48 - "completion": 99, 48 + "completion": 100, 49 49 "listed": true 50 50 }, 51 51 { ··· 87 87 "code": "it-IT", 88 88 "nativeName": "italiano", 89 89 "name": "Italian", 90 - "completion": 99, 90 + "completion": 100, 91 91 "listed": true 92 92 }, 93 93 {
+6 -6
src/locales/eu-ES.po
··· 8 8 "Language: eu\n" 9 9 "Project-Id-Version: phanpy\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 - "PO-Revision-Date: 2025-08-05 04:12\n" 11 + "PO-Revision-Date: 2025-08-12 16:26\n" 12 12 "Last-Translator: \n" 13 13 "Language-Team: Basque\n" 14 14 "Plural-Forms: nplurals=2; plural=(n != 1);\n" ··· 179 179 #. placeholder {1}: shortenNumber(followersCount) 180 180 #: src/components/account-info.jsx:802 181 181 msgid "{followersCount, plural, one {<0>{0}</0> Follower} other {<1>{1}</1> Followers}}" 182 - msgstr "" 182 + msgstr "{followersCount, plural, one {Jarraitzaile <0>{0}</0>} other {<1>{1}</1> jarraitzaile}}" 183 183 184 184 #. placeholder {0}: shortenNumber(followingCount) 185 185 #: src/components/account-info.jsx:846 186 186 msgid "{followingCount, plural, other {<0>{0}</0> Following}}" 187 - msgstr "" 187 + msgstr "{followingCount, plural, one {}other {<0>{0}</0> jarraitzen}}" 188 188 189 189 #. placeholder {0}: shortenNumber(statusesCount) 190 190 #. placeholder {1}: shortenNumber(statusesCount) 191 191 #: src/components/account-info.jsx:870 192 192 msgid "{statusesCount, plural, one {<0>{0}</0> Post} other {<1>{1}</1> Posts}}" 193 - msgstr "" 193 + msgstr "{statusesCount, plural, one {Bidalketa <0>{0}</0>} other {<1>{1}</1> bidalketa}}" 194 194 195 195 #. placeholder {0}: ( postingStats.originals / postingStats.total ).toLocaleString(i18n.locale || undefined, { style: 'percent', }) 196 196 #. placeholder {1}: ( postingStats.replies / postingStats.total ).toLocaleString(i18n.locale || undefined, { style: 'percent', }) ··· 2580 2580 2581 2581 #: src/components/status.jsx:4057 2582 2582 msgid "Post pending" 2583 - msgstr "" 2583 + msgstr "Bidalketa zain dago" 2584 2584 2585 2585 #: src/components/status.jsx:4058 2586 2586 #: src/components/status.jsx:4059 2587 2587 #: src/components/status.jsx:4060 2588 2588 #: src/components/status.jsx:4061 2589 2589 msgid "Post unavailable" 2590 - msgstr "" 2590 + msgstr "Bidalketa ez dago eskuragarri" 2591 2591 2592 2592 #: src/components/timeline.jsx:485 2593 2593 #: src/pages/settings.jsx:1218
+6 -6
src/locales/it-IT.po
··· 8 8 "Language: it\n" 9 9 "Project-Id-Version: phanpy\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 - "PO-Revision-Date: 2025-08-05 04:12\n" 11 + "PO-Revision-Date: 2025-08-15 01:23\n" 12 12 "Last-Translator: \n" 13 13 "Language-Team: Italian\n" 14 14 "Plural-Forms: nplurals=2; plural=(n != 1);\n" ··· 179 179 #. placeholder {1}: shortenNumber(followersCount) 180 180 #: src/components/account-info.jsx:802 181 181 msgid "{followersCount, plural, one {<0>{0}</0> Follower} other {<1>{1}</1> Followers}}" 182 - msgstr "" 182 + msgstr "{followersCount, plural, one {<0>{0}</0> Seguace} other {<1>{1}</1> Seguaci}}" 183 183 184 184 #. placeholder {0}: shortenNumber(followingCount) 185 185 #: src/components/account-info.jsx:846 186 186 msgid "{followingCount, plural, other {<0>{0}</0> Following}}" 187 - msgstr "" 187 + msgstr "{followingCount, plural, one {<0>{0}</0> Seguito}other {<0>{0}</0> Seguiti}}" 188 188 189 189 #. placeholder {0}: shortenNumber(statusesCount) 190 190 #. placeholder {1}: shortenNumber(statusesCount) 191 191 #: src/components/account-info.jsx:870 192 192 msgid "{statusesCount, plural, one {<0>{0}</0> Post} other {<1>{1}</1> Posts}}" 193 - msgstr "" 193 + msgstr "{statusesCount, plural, one {<0>{0}</0> Post} other {<1>{1}</1> Post}}" 194 194 195 195 #. placeholder {0}: ( postingStats.originals / postingStats.total ).toLocaleString(i18n.locale || undefined, { style: 'percent', }) 196 196 #. placeholder {1}: ( postingStats.replies / postingStats.total ).toLocaleString(i18n.locale || undefined, { style: 'percent', }) ··· 2580 2580 2581 2581 #: src/components/status.jsx:4057 2582 2582 msgid "Post pending" 2583 - msgstr "" 2583 + msgstr "Post in attesa" 2584 2584 2585 2585 #: src/components/status.jsx:4058 2586 2586 #: src/components/status.jsx:4059 2587 2587 #: src/components/status.jsx:4060 2588 2588 #: src/components/status.jsx:4061 2589 2589 msgid "Post unavailable" 2590 - msgstr "" 2590 + msgstr "Post non disponibile" 2591 2591 2592 2592 #: src/components/timeline.jsx:485 2593 2593 #: src/pages/settings.jsx:1218
+4 -4
src/locales/pl-PL.po
··· 8 8 "Language: pl\n" 9 9 "Project-Id-Version: phanpy\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 - "PO-Revision-Date: 2025-08-05 04:12\n" 11 + "PO-Revision-Date: 2025-08-15 17:19\n" 12 12 "Last-Translator: \n" 13 13 "Language-Team: Polish\n" 14 14 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" ··· 179 179 #. placeholder {1}: shortenNumber(followersCount) 180 180 #: src/components/account-info.jsx:802 181 181 msgid "{followersCount, plural, one {<0>{0}</0> Follower} other {<1>{1}</1> Followers}}" 182 - msgstr "" 182 + msgstr "{followersCount, plural, one {<0>{0}</0> obserwujący} few {<1>{1}</1> obserwujących} many {<1>{1}</1> obserwujących} other {<1>{1}</1> obserwujących}}" 183 183 184 184 #. placeholder {0}: shortenNumber(followingCount) 185 185 #: src/components/account-info.jsx:846 186 186 msgid "{followingCount, plural, other {<0>{0}</0> Following}}" 187 - msgstr "" 187 + msgstr "{followingCount, plural, one {<0>{0}</0> obserwowany} few {<0>{0}</0> obserwowanych} many {<0>{0}</0> obserwowanych}other {<0>{0}</0> obserwowanych}}" 188 188 189 189 #. placeholder {0}: shortenNumber(statusesCount) 190 190 #. placeholder {1}: shortenNumber(statusesCount) 191 191 #: src/components/account-info.jsx:870 192 192 msgid "{statusesCount, plural, one {<0>{0}</0> Post} other {<1>{1}</1> Posts}}" 193 - msgstr "" 193 + msgstr "{statusesCount, plural, one {<0>{0}</0> wpis} few {<1>{1}</1> wpisy} many {<1>{1}</1> wpisy} other {<1>{1}</1> wpisów}}" 194 194 195 195 #. placeholder {0}: ( postingStats.originals / postingStats.total ).toLocaleString(i18n.locale || undefined, { style: 'percent', }) 196 196 #. placeholder {1}: ( postingStats.replies / postingStats.total ).toLocaleString(i18n.locale || undefined, { style: 'percent', })
+134 -134
src/locales/ru-RU.po
··· 8 8 "Language: ru\n" 9 9 "Project-Id-Version: phanpy\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 - "PO-Revision-Date: 2025-08-05 04:12\n" 11 + "PO-Revision-Date: 2025-08-21 07:53\n" 12 12 "Last-Translator: \n" 13 13 "Language-Team: Russian\n" 14 14 "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" ··· 113 113 #: src/components/compose.jsx:2819 114 114 #: src/components/media-alt-modal.jsx:55 115 115 #: src/components/media-modal.jsx:363 116 - #: src/components/status.jsx:1998 117 - #: src/components/status.jsx:2015 118 - #: src/components/status.jsx:2140 119 - #: src/components/status.jsx:2769 120 - #: src/components/status.jsx:2772 116 + #: src/components/status.jsx:1996 117 + #: src/components/status.jsx:2013 118 + #: src/components/status.jsx:2138 119 + #: src/components/status.jsx:2767 120 + #: src/components/status.jsx:2770 121 121 #: src/pages/account-statuses.jsx:539 122 122 #: src/pages/accounts.jsx:118 123 123 #: src/pages/hashtag.jsx:203 ··· 222 222 msgstr "Оригинальные" 223 223 224 224 #: src/components/account-info.jsx:978 225 - #: src/components/status.jsx:2553 225 + #: src/components/status.jsx:2551 226 226 #: src/pages/catchup.jsx:71 227 227 #: src/pages/catchup.jsx:1448 228 228 #: src/pages/catchup.jsx:2061 ··· 348 348 msgstr "Управление списками" 349 349 350 350 #: src/components/account-info.jsx:1522 351 - #: src/components/status.jsx:1420 351 + #: src/components/status.jsx:1418 352 352 msgid "Link copied" 353 353 msgstr "Ссылка скопирована" 354 354 355 355 #: src/components/account-info.jsx:1525 356 - #: src/components/status.jsx:1423 356 + #: src/components/status.jsx:1421 357 357 msgid "Unable to copy link" 358 358 msgstr "Не удалось скопировать ссылку" 359 359 360 360 #: src/components/account-info.jsx:1531 361 361 #: src/components/shortcuts-settings.jsx:1059 362 - #: src/components/status.jsx:1429 363 - #: src/components/status.jsx:3547 362 + #: src/components/status.jsx:1427 363 + #: src/components/status.jsx:3545 364 364 msgid "Copy" 365 365 msgstr "Копировать" 366 366 367 367 #: src/components/account-info.jsx:1546 368 368 #: src/components/shortcuts-settings.jsx:1077 369 - #: src/components/status.jsx:1445 369 + #: src/components/status.jsx:1443 370 370 msgid "Sharing doesn't seem to work." 371 371 msgstr "Кажется, функция «Поделиться» не работает." 372 372 373 373 #: src/components/account-info.jsx:1552 374 - #: src/components/status.jsx:1451 374 + #: src/components/status.jsx:1449 375 375 msgid "Share…" 376 376 msgstr "Поделиться…" 377 377 ··· 485 485 #: src/components/shortcuts-settings.jsx:230 486 486 #: src/components/shortcuts-settings.jsx:583 487 487 #: src/components/shortcuts-settings.jsx:783 488 - #: src/components/status.jsx:3271 489 - #: src/components/status.jsx:3511 490 - #: src/components/status.jsx:4020 488 + #: src/components/status.jsx:3269 489 + #: src/components/status.jsx:3509 490 + #: src/components/status.jsx:4018 491 491 #: src/pages/accounts.jsx:45 492 492 #: src/pages/catchup.jsx:1584 493 493 #: src/pages/filters.jsx:225 ··· 737 737 msgstr "Не удалось прикрепить вложение №{i}" 738 738 739 739 #: src/components/compose.jsx:1222 740 - #: src/components/status.jsx:2328 740 + #: src/components/status.jsx:2326 741 741 #: src/components/timeline.jsx:1023 742 742 msgid "Content warning" 743 743 msgstr "Предупреждение о содержании" ··· 773 773 774 774 #: src/components/compose.jsx:1289 775 775 #: src/components/status.jsx:103 776 - #: src/components/status.jsx:2204 776 + #: src/components/status.jsx:2202 777 777 msgid "Private mention" 778 778 msgstr "Личное упоминание" 779 779 ··· 810 810 811 811 #: src/components/compose.jsx:1678 812 812 #: src/components/keyboard-shortcuts-help.jsx:155 813 - #: src/components/status.jsx:1192 814 - #: src/components/status.jsx:1978 815 - #: src/components/status.jsx:1979 816 - #: src/components/status.jsx:2673 813 + #: src/components/status.jsx:1190 814 + #: src/components/status.jsx:1976 815 + #: src/components/status.jsx:1977 816 + #: src/components/status.jsx:2671 817 817 msgid "Reply" 818 818 msgstr "Ответить" 819 819 ··· 1035 1035 1036 1036 #: src/components/drafts.jsx:128 1037 1037 #: src/components/list-add-edit.jsx:188 1038 - #: src/components/status.jsx:1595 1038 + #: src/components/status.jsx:1593 1039 1039 #: src/pages/filters.jsx:603 1040 1040 #: src/pages/scheduled-posts.jsx:369 1041 1041 msgid "Delete…" ··· 1244 1244 msgstr "<0>l</0> или <1>f</1>" 1245 1245 1246 1246 #: src/components/keyboard-shortcuts-help.jsx:176 1247 - #: src/components/status.jsx:1200 1248 - #: src/components/status.jsx:2700 1249 - #: src/components/status.jsx:2723 1250 - #: src/components/status.jsx:2724 1247 + #: src/components/status.jsx:1198 1248 + #: src/components/status.jsx:2698 1249 + #: src/components/status.jsx:2721 1250 + #: src/components/status.jsx:2722 1251 1251 msgid "Boost" 1252 1252 msgstr "Продвинуть" 1253 1253 ··· 1256 1256 msgstr "<0>Shift</0> + <1>b</1>" 1257 1257 1258 1258 #: src/components/keyboard-shortcuts-help.jsx:184 1259 - #: src/components/status.jsx:1263 1260 - #: src/components/status.jsx:2748 1261 - #: src/components/status.jsx:2749 1259 + #: src/components/status.jsx:1261 1260 + #: src/components/status.jsx:2746 1261 + #: src/components/status.jsx:2747 1262 1262 msgid "Bookmark" 1263 1263 msgstr "Закладка" 1264 1264 ··· 1323 1323 msgstr "Описание медиа" 1324 1324 1325 1325 #: src/components/media-alt-modal.jsx:67 1326 - #: src/components/status.jsx:1306 1327 - #: src/components/status.jsx:1315 1326 + #: src/components/status.jsx:1304 1327 + #: src/components/status.jsx:1313 1328 1328 #: src/components/translation-block.jsx:239 1329 1329 msgid "Translate" 1330 1330 msgstr "Перевести" 1331 1331 1332 1332 #: src/components/media-alt-modal.jsx:78 1333 - #: src/components/status.jsx:1334 1333 + #: src/components/status.jsx:1332 1334 1334 msgid "Speak" 1335 1335 msgstr "Произнести" 1336 1336 ··· 1367 1367 msgstr "Отфильтровано: {filterTitleStr}" 1368 1368 1369 1369 #: src/components/media-post.jsx:133 1370 - #: src/components/status.jsx:3850 1371 - #: src/components/status.jsx:3946 1372 - #: src/components/status.jsx:4024 1370 + #: src/components/status.jsx:3848 1371 + #: src/components/status.jsx:3944 1372 + #: src/components/status.jsx:4022 1373 1373 #: src/components/timeline.jsx:1012 1374 1374 #: src/pages/catchup.jsx:75 1375 1375 #: src/pages/catchup.jsx:1880 ··· 1681 1681 msgstr "[Неизвестный тип уведомления: {type}]" 1682 1682 1683 1683 #: src/components/notification.jsx:451 1684 - #: src/components/status.jsx:1277 1685 - #: src/components/status.jsx:1287 1684 + #: src/components/status.jsx:1275 1685 + #: src/components/status.jsx:1285 1686 1686 msgid "Boosted/Liked by…" 1687 1687 msgstr "Продвинули/Отметили как \"нравится\"…" 1688 1688 ··· 1791 1791 1792 1792 #. Relative time in seconds, as short as possible 1793 1793 #. placeholder {0}: seconds < 1 ? 1 : Math.floor(seconds) 1794 - #: src/components/relative-time.jsx:61 1794 + #: src/components/relative-time.jsx:47 1795 1795 msgid "{0}s" 1796 1796 msgstr "{0}с" 1797 1797 1798 1798 #. Relative time in minutes, as short as possible 1799 1799 #. placeholder {0}: Math.floor(seconds / minute) 1800 - #: src/components/relative-time.jsx:66 1800 + #: src/components/relative-time.jsx:52 1801 1801 msgid "{0}m" 1802 1802 msgstr "{0}м" 1803 1803 1804 1804 #. Relative time in hours, as short as possible 1805 1805 #. placeholder {0}: Math.floor(seconds / hour) 1806 - #: src/components/relative-time.jsx:71 1806 + #: src/components/relative-time.jsx:57 1807 1807 msgid "{0}h" 1808 1808 msgstr "{0}ч" 1809 1809 ··· 2035 2035 msgstr "Переместить вниз" 2036 2036 2037 2037 #: src/components/shortcuts-settings.jsx:379 2038 - #: src/components/status.jsx:1557 2038 + #: src/components/status.jsx:1555 2039 2039 #: src/pages/list.jsx:195 2040 2040 msgid "Edit" 2041 2041 msgstr "Редактировать" ··· 2280 2280 msgid "Bookmarked @{0}'s post" 2281 2281 msgstr "Добавлена закладка поста от @{0}" 2282 2282 2283 - #: src/components/status.jsx:1169 2283 + #: src/components/status.jsx:1167 2284 2284 msgid "Some media have no descriptions." 2285 2285 msgstr "Некоторые медиа не имеют описаний." 2286 2286 2287 2287 #. placeholder {0}: rtf.format(-statusMonthsAgo, 'month') 2288 - #: src/components/status.jsx:1176 2288 + #: src/components/status.jsx:1174 2289 2289 msgid "Old post (<0>{0}</0>)" 2290 2290 msgstr "Старый пост (<0>{0}</0>)" 2291 2291 2292 - #: src/components/status.jsx:1200 2293 - #: src/components/status.jsx:1240 2294 - #: src/components/status.jsx:2700 2295 - #: src/components/status.jsx:2723 2292 + #: src/components/status.jsx:1198 2293 + #: src/components/status.jsx:1238 2294 + #: src/components/status.jsx:2698 2295 + #: src/components/status.jsx:2721 2296 2296 msgid "Unboost" 2297 2297 msgstr "Прекратить продвигать" 2298 2298 2299 - #: src/components/status.jsx:1216 2300 - #: src/components/status.jsx:2715 2299 + #: src/components/status.jsx:1214 2300 + #: src/components/status.jsx:2713 2301 2301 msgid "Quote" 2302 2302 msgstr "Цитировать" 2303 2303 2304 2304 #. placeholder {0}: username || acct 2305 - #: src/components/status.jsx:1228 2306 - #: src/components/status.jsx:1694 2305 + #: src/components/status.jsx:1226 2306 + #: src/components/status.jsx:1692 2307 2307 msgid "Unboosted @{0}'s post" 2308 2308 msgstr "Прекратил(а) продвигать пост @{0}" 2309 2309 2310 2310 #. placeholder {0}: username || acct 2311 - #: src/components/status.jsx:1229 2312 - #: src/components/status.jsx:1695 2311 + #: src/components/status.jsx:1227 2312 + #: src/components/status.jsx:1693 2313 2313 msgid "Boosted @{0}'s post" 2314 2314 msgstr "Продвинул(а) пост @{0}" 2315 2315 2316 - #: src/components/status.jsx:1241 2316 + #: src/components/status.jsx:1239 2317 2317 msgid "Boost…" 2318 2318 msgstr "Продвинуть…" 2319 2319 2320 - #: src/components/status.jsx:1253 2321 - #: src/components/status.jsx:1988 2322 - #: src/components/status.jsx:2736 2320 + #: src/components/status.jsx:1251 2321 + #: src/components/status.jsx:1986 2322 + #: src/components/status.jsx:2734 2323 2323 msgid "Unlike" 2324 2324 msgstr "Не нравится" 2325 2325 2326 - #: src/components/status.jsx:1254 2327 - #: src/components/status.jsx:1988 2328 - #: src/components/status.jsx:1989 2329 - #: src/components/status.jsx:2736 2330 - #: src/components/status.jsx:2737 2326 + #: src/components/status.jsx:1252 2327 + #: src/components/status.jsx:1986 2328 + #: src/components/status.jsx:1987 2329 + #: src/components/status.jsx:2734 2330 + #: src/components/status.jsx:2735 2331 2331 msgid "Like" 2332 2332 msgstr "Нравится" 2333 2333 2334 - #: src/components/status.jsx:1263 2335 - #: src/components/status.jsx:2748 2334 + #: src/components/status.jsx:1261 2335 + #: src/components/status.jsx:2746 2336 2336 msgid "Unbookmark" 2337 2337 msgstr "Удалить закладку" 2338 2338 2339 - #: src/components/status.jsx:1346 2339 + #: src/components/status.jsx:1344 2340 2340 msgid "Post text copied" 2341 2341 msgstr "Текст поста скопирован" 2342 2342 2343 - #: src/components/status.jsx:1349 2343 + #: src/components/status.jsx:1347 2344 2344 msgid "Unable to copy post text" 2345 2345 msgstr "Не удалось скопировать текст поста" 2346 2346 2347 - #: src/components/status.jsx:1355 2347 + #: src/components/status.jsx:1353 2348 2348 msgid "Copy post text" 2349 2349 msgstr "Копировать текст поста" 2350 2350 2351 2351 #. placeholder {0}: username || acct 2352 - #: src/components/status.jsx:1373 2352 + #: src/components/status.jsx:1371 2353 2353 msgid "View post by <0>@{0}</0>" 2354 2354 msgstr "Посмотреть пост <0>@{0}</0>" 2355 2355 2356 - #: src/components/status.jsx:1394 2356 + #: src/components/status.jsx:1392 2357 2357 msgid "Show Edit History" 2358 2358 msgstr "Показать историю редактирования" 2359 2359 2360 - #: src/components/status.jsx:1397 2360 + #: src/components/status.jsx:1395 2361 2361 msgid "Edited: {editedDateText}" 2362 2362 msgstr "Отредактировано: {editedDateText}" 2363 2363 2364 - #: src/components/status.jsx:1464 2365 - #: src/components/status.jsx:3516 2364 + #: src/components/status.jsx:1462 2365 + #: src/components/status.jsx:3514 2366 2366 msgid "Embed post" 2367 2367 msgstr "Встроить пост" 2368 2368 2369 - #: src/components/status.jsx:1478 2369 + #: src/components/status.jsx:1476 2370 2370 msgid "Conversation unmuted" 2371 2371 msgstr "Обсуждение не игнорируется" 2372 2372 2373 - #: src/components/status.jsx:1478 2373 + #: src/components/status.jsx:1476 2374 2374 msgid "Conversation muted" 2375 2375 msgstr "Обсуждение игнорируется" 2376 2376 2377 - #: src/components/status.jsx:1484 2377 + #: src/components/status.jsx:1482 2378 2378 msgid "Unable to unmute conversation" 2379 2379 msgstr "Не удалось прекратить игнорировать обсуждение" 2380 2380 2381 - #: src/components/status.jsx:1485 2381 + #: src/components/status.jsx:1483 2382 2382 msgid "Unable to mute conversation" 2383 2383 msgstr "Не удалось игнорировать обсуждение" 2384 2384 2385 - #: src/components/status.jsx:1494 2385 + #: src/components/status.jsx:1492 2386 2386 msgid "Unmute conversation" 2387 2387 msgstr "Не игнорировать обсуждение" 2388 2388 2389 - #: src/components/status.jsx:1501 2389 + #: src/components/status.jsx:1499 2390 2390 msgid "Mute conversation" 2391 2391 msgstr "Игнорировать обсуждение" 2392 2392 2393 - #: src/components/status.jsx:1517 2393 + #: src/components/status.jsx:1515 2394 2394 msgid "Post unpinned from profile" 2395 2395 msgstr "Пост откреплён из профиля" 2396 2396 2397 - #: src/components/status.jsx:1518 2397 + #: src/components/status.jsx:1516 2398 2398 msgid "Post pinned to profile" 2399 2399 msgstr "Пост прикреплён к профилю" 2400 2400 2401 - #: src/components/status.jsx:1523 2401 + #: src/components/status.jsx:1521 2402 2402 msgid "Unable to unpin post" 2403 2403 msgstr "Не удалось открепить пост" 2404 2404 2405 - #: src/components/status.jsx:1523 2405 + #: src/components/status.jsx:1521 2406 2406 msgid "Unable to pin post" 2407 2407 msgstr "Не удалось закрепить пост" 2408 2408 2409 - #: src/components/status.jsx:1532 2409 + #: src/components/status.jsx:1530 2410 2410 msgid "Unpin from profile" 2411 2411 msgstr "Открепить от профиля" 2412 2412 2413 - #: src/components/status.jsx:1539 2413 + #: src/components/status.jsx:1537 2414 2414 msgid "Pin to profile" 2415 2415 msgstr "Закрепить в профиле" 2416 2416 2417 - #: src/components/status.jsx:1568 2417 + #: src/components/status.jsx:1566 2418 2418 msgid "Delete this post?" 2419 2419 msgstr "Удалить этот пост?" 2420 2420 2421 - #: src/components/status.jsx:1584 2421 + #: src/components/status.jsx:1582 2422 2422 msgid "Post deleted" 2423 2423 msgstr "Пост удален" 2424 2424 2425 - #: src/components/status.jsx:1587 2425 + #: src/components/status.jsx:1585 2426 2426 msgid "Unable to delete post" 2427 2427 msgstr "Не удалось удалить пост" 2428 2428 2429 - #: src/components/status.jsx:1615 2429 + #: src/components/status.jsx:1613 2430 2430 msgid "Report post…" 2431 2431 msgstr "Пожаловаться на пост…" 2432 2432 2433 - #: src/components/status.jsx:1989 2434 - #: src/components/status.jsx:2025 2435 - #: src/components/status.jsx:2737 2433 + #: src/components/status.jsx:1987 2434 + #: src/components/status.jsx:2023 2435 + #: src/components/status.jsx:2735 2436 2436 msgid "Liked" 2437 2437 msgstr "Нравится" 2438 2438 2439 - #: src/components/status.jsx:2022 2440 - #: src/components/status.jsx:2724 2439 + #: src/components/status.jsx:2020 2440 + #: src/components/status.jsx:2722 2441 2441 msgid "Boosted" 2442 2442 msgstr "Продвинут" 2443 2443 2444 - #: src/components/status.jsx:2032 2445 - #: src/components/status.jsx:2749 2444 + #: src/components/status.jsx:2030 2445 + #: src/components/status.jsx:2747 2446 2446 msgid "Bookmarked" 2447 2447 msgstr "Добавлен в закладки" 2448 2448 2449 - #: src/components/status.jsx:2036 2449 + #: src/components/status.jsx:2034 2450 2450 msgid "Pinned" 2451 2451 msgstr "Закреплён" 2452 2452 2453 - #: src/components/status.jsx:2082 2454 - #: src/components/status.jsx:2561 2453 + #: src/components/status.jsx:2080 2454 + #: src/components/status.jsx:2559 2455 2455 msgid "Deleted" 2456 2456 msgstr "Удалён" 2457 2457 2458 - #: src/components/status.jsx:2123 2458 + #: src/components/status.jsx:2121 2459 2459 msgid "{repliesCount, plural, one {# reply} other {# replies}}" 2460 2460 msgstr "{repliesCount, plural, one {# ответ} other {# ответ(а/ов)}}" 2461 2461 2462 2462 #. placeholder {0}: snapStates.statusThreadNumber[sKey] ? ` ${snapStates.statusThreadNumber[sKey]}/X` : '' 2463 - #: src/components/status.jsx:2213 2463 + #: src/components/status.jsx:2211 2464 2464 msgid "Thread{0}" 2465 2465 msgstr "Обсуждение{0}" 2466 2466 2467 - #: src/components/status.jsx:2291 2468 - #: src/components/status.jsx:2353 2469 - #: src/components/status.jsx:2457 2467 + #: src/components/status.jsx:2289 2468 + #: src/components/status.jsx:2351 2469 + #: src/components/status.jsx:2455 2470 2470 msgid "Show less" 2471 2471 msgstr "Свернуть/скрыть" 2472 2472 2473 - #: src/components/status.jsx:2291 2474 - #: src/components/status.jsx:2353 2473 + #: src/components/status.jsx:2289 2474 + #: src/components/status.jsx:2351 2475 2475 msgid "Show content" 2476 2476 msgstr "Показать содержимое" 2477 2477 2478 2478 #. placeholder {0}: filterInfo.titlesStr 2479 2479 #. placeholder {0}: filterInfo?.titlesStr 2480 - #: src/components/status.jsx:2453 2480 + #: src/components/status.jsx:2451 2481 2481 #: src/pages/catchup.jsx:1879 2482 2482 msgid "Filtered: {0}" 2483 2483 msgstr "Отфильтровано: {0}" 2484 2484 2485 - #: src/components/status.jsx:2457 2485 + #: src/components/status.jsx:2455 2486 2486 msgid "Show media" 2487 2487 msgstr "Показать медиа" 2488 2488 2489 - #: src/components/status.jsx:2597 2489 + #: src/components/status.jsx:2595 2490 2490 msgid "Edited" 2491 2491 msgstr "Отредактировано" 2492 2492 2493 - #: src/components/status.jsx:2674 2493 + #: src/components/status.jsx:2672 2494 2494 msgid "Comments" 2495 2495 msgstr "Комментарии" 2496 2496 2497 2497 #. More from [Author] 2498 - #: src/components/status.jsx:2974 2498 + #: src/components/status.jsx:2972 2499 2499 msgid "More from <0/>" 2500 2500 msgstr "Больше от <0/>" 2501 2501 2502 - #: src/components/status.jsx:3276 2502 + #: src/components/status.jsx:3274 2503 2503 msgid "Edit History" 2504 2504 msgstr "История изменений" 2505 2505 2506 - #: src/components/status.jsx:3280 2506 + #: src/components/status.jsx:3278 2507 2507 msgid "Failed to load history" 2508 2508 msgstr "Не удалось загрузить историю" 2509 2509 2510 - #: src/components/status.jsx:3285 2510 + #: src/components/status.jsx:3283 2511 2511 #: src/pages/annual-report.jsx:45 2512 2512 msgid "Loading…" 2513 2513 msgstr "Загрузка…" 2514 2514 2515 - #: src/components/status.jsx:3521 2515 + #: src/components/status.jsx:3519 2516 2516 msgid "HTML Code" 2517 2517 msgstr "HTML-код" 2518 2518 2519 - #: src/components/status.jsx:3538 2519 + #: src/components/status.jsx:3536 2520 2520 msgid "HTML code copied" 2521 2521 msgstr "HTML-код скопирован" 2522 2522 2523 - #: src/components/status.jsx:3541 2523 + #: src/components/status.jsx:3539 2524 2524 msgid "Unable to copy HTML code" 2525 2525 msgstr "Не удалось скопировать HTML-код" 2526 2526 2527 - #: src/components/status.jsx:3553 2527 + #: src/components/status.jsx:3551 2528 2528 msgid "Media attachments:" 2529 2529 msgstr "Медиа-вложения:" 2530 2530 2531 - #: src/components/status.jsx:3575 2531 + #: src/components/status.jsx:3573 2532 2532 msgid "Account Emojis:" 2533 2533 msgstr "Эмодзи пользователя:" 2534 2534 2535 - #: src/components/status.jsx:3606 2536 - #: src/components/status.jsx:3651 2535 + #: src/components/status.jsx:3604 2536 + #: src/components/status.jsx:3649 2537 2537 msgid "static URL" 2538 2538 msgstr "статический URL" 2539 2539 2540 - #: src/components/status.jsx:3620 2540 + #: src/components/status.jsx:3618 2541 2541 msgid "Emojis:" 2542 2542 msgstr "Эмодзи:" 2543 2543 2544 - #: src/components/status.jsx:3665 2544 + #: src/components/status.jsx:3663 2545 2545 msgid "Notes:" 2546 2546 msgstr "Заметки:" 2547 2547 2548 - #: src/components/status.jsx:3669 2548 + #: src/components/status.jsx:3667 2549 2549 msgid "This is static, unstyled and scriptless. You may need to apply your own styles and edit as needed." 2550 2550 msgstr "Это статическое, нестилизованное и не требующее сценариев. Возможно, вам придется применить свои собственные стили и отредактировать их по мере необходимости." 2551 2551 2552 - #: src/components/status.jsx:3675 2552 + #: src/components/status.jsx:3673 2553 2553 msgid "Polls are not interactive, becomes a list with vote counts." 2554 2554 msgstr "Опросы не интерактивны, они представляют собой список с подсчетом голосов." 2555 2555 2556 - #: src/components/status.jsx:3680 2556 + #: src/components/status.jsx:3678 2557 2557 msgid "Media attachments can be images, videos, audios or any file types." 2558 2558 msgstr "Медиа-вложения могут быть изображениями, видео, аудио или определёнными типами файлов." 2559 2559 2560 - #: src/components/status.jsx:3686 2560 + #: src/components/status.jsx:3684 2561 2561 msgid "Post could be edited or deleted later." 2562 2562 msgstr "Пост может быть отредактирован или удален позже." 2563 2563 2564 - #: src/components/status.jsx:3692 2564 + #: src/components/status.jsx:3690 2565 2565 msgid "Preview" 2566 2566 msgstr "Предпросмотр" 2567 2567 2568 - #: src/components/status.jsx:3701 2568 + #: src/components/status.jsx:3699 2569 2569 msgid "Note: This preview is lightly styled." 2570 2570 msgstr "Примечание: Этот предварительный просмотр слегка стилизован." 2571 2571 2572 2572 #. [Name] [Visibility icon] boosted 2573 - #: src/components/status.jsx:3954 2573 + #: src/components/status.jsx:3952 2574 2574 msgid "<0/> <1/> boosted" 2575 2575 msgstr "<0/> <1/> продвинули" 2576 2576 2577 - #: src/components/status.jsx:4056 2577 + #: src/components/status.jsx:4054 2578 2578 msgid "Post hidden by your filters" 2579 2579 msgstr "Пост скрыт вашими фильтрами" 2580 2580 2581 - #: src/components/status.jsx:4057 2581 + #: src/components/status.jsx:4055 2582 2582 msgid "Post pending" 2583 2583 msgstr "" 2584 2584 2585 + #: src/components/status.jsx:4056 2586 + #: src/components/status.jsx:4057 2585 2587 #: src/components/status.jsx:4058 2586 2588 #: src/components/status.jsx:4059 2587 - #: src/components/status.jsx:4060 2588 - #: src/components/status.jsx:4061 2589 2589 msgid "Post unavailable" 2590 2590 msgstr "" 2591 2591