this repo has no description
0
fork

Configure Feed

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

Add comments for translators

+154 -142
+11 -1
src/components/status.jsx
··· 363 363 <div class="math-block"> 364 364 <Icon icon="formula" size="s" /> <span>{t`Math expressions found.`}</span>{' '} 365 365 <button type="button" class="light small" onClick={toggleMathRendering}> 366 - {mathRendered ? t`Show markup` : t`Format math`} 366 + {mathRendered 367 + ? t({ 368 + comment: 369 + 'Action to switch from rendered math back to raw (LaTeX) markup', 370 + message: 'Show markup', 371 + }) 372 + : t({ 373 + comment: 374 + 'Action to render math expressions from raw (LaTeX) markup', 375 + message: 'Format math', 376 + })} 367 377 </button> 368 378 </div> 369 379 );
+143 -141
src/locales/en.po
··· 34 34 35 35 #: src/components/account-block.jsx:170 36 36 #: src/components/account-info.jsx:715 37 - #: src/components/status.jsx:737 37 + #: src/components/status.jsx:747 38 38 msgid "Group" 39 39 msgstr "" 40 40 ··· 111 111 #: src/components/compose.jsx:2792 112 112 #: src/components/media-alt-modal.jsx:55 113 113 #: src/components/media-modal.jsx:363 114 - #: src/components/status.jsx:1987 115 - #: src/components/status.jsx:2004 116 - #: src/components/status.jsx:2129 117 - #: src/components/status.jsx:2758 118 - #: src/components/status.jsx:2761 114 + #: src/components/status.jsx:1997 115 + #: src/components/status.jsx:2014 116 + #: src/components/status.jsx:2139 117 + #: src/components/status.jsx:2768 118 + #: src/components/status.jsx:2771 119 119 #: src/pages/account-statuses.jsx:531 120 120 #: src/pages/accounts.jsx:118 121 121 #: src/pages/hashtag.jsx:203 ··· 203 203 msgstr "" 204 204 205 205 #: src/components/account-info.jsx:946 206 - #: src/components/status.jsx:2542 206 + #: src/components/status.jsx:2552 207 207 #: src/pages/catchup.jsx:71 208 208 #: src/pages/catchup.jsx:1448 209 209 #: src/pages/catchup.jsx:2061 ··· 329 329 msgstr "" 330 330 331 331 #: src/components/account-info.jsx:1490 332 - #: src/components/status.jsx:1409 332 + #: src/components/status.jsx:1419 333 333 msgid "Link copied" 334 334 msgstr "" 335 335 336 336 #: src/components/account-info.jsx:1493 337 - #: src/components/status.jsx:1412 337 + #: src/components/status.jsx:1422 338 338 msgid "Unable to copy link" 339 339 msgstr "" 340 340 341 341 #: src/components/account-info.jsx:1499 342 342 #: src/components/shortcuts-settings.jsx:1059 343 - #: src/components/status.jsx:1418 344 - #: src/components/status.jsx:3536 343 + #: src/components/status.jsx:1428 344 + #: src/components/status.jsx:3546 345 345 msgid "Copy" 346 346 msgstr "" 347 347 348 348 #: src/components/account-info.jsx:1514 349 349 #: src/components/shortcuts-settings.jsx:1077 350 - #: src/components/status.jsx:1434 350 + #: src/components/status.jsx:1444 351 351 msgid "Sharing doesn't seem to work." 352 352 msgstr "" 353 353 354 354 #: src/components/account-info.jsx:1520 355 - #: src/components/status.jsx:1440 355 + #: src/components/status.jsx:1450 356 356 msgid "Share…" 357 357 msgstr "" 358 358 ··· 466 466 #: src/components/shortcuts-settings.jsx:230 467 467 #: src/components/shortcuts-settings.jsx:583 468 468 #: src/components/shortcuts-settings.jsx:783 469 - #: src/components/status.jsx:3260 470 - #: src/components/status.jsx:3500 471 - #: src/components/status.jsx:4009 469 + #: src/components/status.jsx:3270 470 + #: src/components/status.jsx:3510 471 + #: src/components/status.jsx:4019 472 472 #: src/pages/accounts.jsx:45 473 473 #: src/pages/catchup.jsx:1584 474 474 #: src/pages/filters.jsx:225 ··· 718 718 msgstr "Attachment #{i} failed" 719 719 720 720 #: src/components/compose.jsx:1221 721 - #: src/components/status.jsx:2317 721 + #: src/components/status.jsx:2327 722 722 #: src/components/timeline.jsx:1023 723 723 msgid "Content warning" 724 724 msgstr "" ··· 754 754 755 755 #: src/components/compose.jsx:1288 756 756 #: src/components/status.jsx:103 757 - #: src/components/status.jsx:2193 757 + #: src/components/status.jsx:2203 758 758 msgid "Private mention" 759 759 msgstr "" 760 760 ··· 791 791 792 792 #: src/components/compose.jsx:1677 793 793 #: src/components/keyboard-shortcuts-help.jsx:155 794 - #: src/components/status.jsx:1181 795 - #: src/components/status.jsx:1967 796 - #: src/components/status.jsx:1968 797 - #: src/components/status.jsx:2662 794 + #: src/components/status.jsx:1191 795 + #: src/components/status.jsx:1977 796 + #: src/components/status.jsx:1978 797 + #: src/components/status.jsx:2672 798 798 msgid "Reply" 799 799 msgstr "" 800 800 ··· 1016 1016 1017 1017 #: src/components/drafts.jsx:128 1018 1018 #: src/components/list-add-edit.jsx:188 1019 - #: src/components/status.jsx:1584 1019 + #: src/components/status.jsx:1594 1020 1020 #: src/pages/filters.jsx:603 1021 1021 #: src/pages/scheduled-posts.jsx:369 1022 1022 msgid "Delete…" ··· 1225 1225 msgstr "" 1226 1226 1227 1227 #: src/components/keyboard-shortcuts-help.jsx:176 1228 - #: src/components/status.jsx:1189 1229 - #: src/components/status.jsx:2689 1230 - #: src/components/status.jsx:2712 1231 - #: src/components/status.jsx:2713 1228 + #: src/components/status.jsx:1199 1229 + #: src/components/status.jsx:2699 1230 + #: src/components/status.jsx:2722 1231 + #: src/components/status.jsx:2723 1232 1232 msgid "Boost" 1233 1233 msgstr "" 1234 1234 ··· 1237 1237 msgstr "" 1238 1238 1239 1239 #: src/components/keyboard-shortcuts-help.jsx:184 1240 - #: src/components/status.jsx:1252 1241 - #: src/components/status.jsx:2737 1242 - #: src/components/status.jsx:2738 1240 + #: src/components/status.jsx:1262 1241 + #: src/components/status.jsx:2747 1242 + #: src/components/status.jsx:2748 1243 1243 msgid "Bookmark" 1244 1244 msgstr "" 1245 1245 ··· 1304 1304 msgstr "" 1305 1305 1306 1306 #: src/components/media-alt-modal.jsx:67 1307 - #: src/components/status.jsx:1295 1308 - #: src/components/status.jsx:1304 1307 + #: src/components/status.jsx:1305 1308 + #: src/components/status.jsx:1314 1309 1309 #: src/components/translation-block.jsx:239 1310 1310 msgid "Translate" 1311 1311 msgstr "" 1312 1312 1313 1313 #: src/components/media-alt-modal.jsx:78 1314 - #: src/components/status.jsx:1323 1314 + #: src/components/status.jsx:1333 1315 1315 msgid "Speak" 1316 1316 msgstr "" 1317 1317 ··· 1348 1348 msgstr "" 1349 1349 1350 1350 #: src/components/media-post.jsx:133 1351 - #: src/components/status.jsx:3839 1352 - #: src/components/status.jsx:3935 1353 - #: src/components/status.jsx:4013 1351 + #: src/components/status.jsx:3849 1352 + #: src/components/status.jsx:3945 1353 + #: src/components/status.jsx:4023 1354 1354 #: src/components/timeline.jsx:1012 1355 1355 #: src/pages/catchup.jsx:75 1356 1356 #: src/pages/catchup.jsx:1880 ··· 1662 1662 msgstr "" 1663 1663 1664 1664 #: src/components/notification.jsx:451 1665 - #: src/components/status.jsx:1266 1666 1665 #: src/components/status.jsx:1276 1666 + #: src/components/status.jsx:1286 1667 1667 msgid "Boosted/Liked by…" 1668 1668 msgstr "" 1669 1669 ··· 1689 1689 msgstr "View #Wrapstodon" 1690 1690 1691 1691 #: src/components/notification.jsx:801 1692 - #: src/components/status.jsx:475 1692 + #: src/components/status.jsx:485 1693 1693 msgid "Read more →" 1694 1694 msgstr "" 1695 1695 ··· 1993 1993 msgstr "" 1994 1994 1995 1995 #: src/components/shortcuts-settings.jsx:379 1996 - #: src/components/status.jsx:1546 1996 + #: src/components/status.jsx:1556 1997 1997 #: src/pages/list.jsx:195 1998 1998 msgid "Edit" 1999 1999 msgstr "" ··· 2200 2200 msgid "Math expressions found." 2201 2201 msgstr "Math expressions found." 2202 2202 2203 - #: src/components/status.jsx:366 2203 + #. Action to switch from rendered math back to raw (LaTeX) markup 2204 + #: src/components/status.jsx:367 2204 2205 msgid "Show markup" 2205 2206 msgstr "Show markup" 2206 2207 2207 - #: src/components/status.jsx:366 2208 + #. Action to render math expressions from raw (LaTeX) markup 2209 + #: src/components/status.jsx:372 2208 2210 msgid "Format math" 2209 2211 msgstr "Format math" 2210 2212 2211 - #: src/components/status.jsx:761 2213 + #: src/components/status.jsx:771 2212 2214 msgid "<0/> <1>boosted</1>" 2213 2215 msgstr "<0/> <1>boosted</1>" 2214 2216 2215 - #: src/components/status.jsx:864 2217 + #: src/components/status.jsx:874 2216 2218 msgid "Sorry, your current logged-in instance can't interact with this post from another instance." 2217 2219 msgstr "" 2218 2220 2219 2221 #. placeholder {0}: username || acct 2220 - #: src/components/status.jsx:1018 2222 + #: src/components/status.jsx:1028 2221 2223 msgid "Unliked @{0}'s post" 2222 2224 msgstr "" 2223 2225 2224 2226 #. placeholder {0}: username || acct 2225 - #: src/components/status.jsx:1019 2227 + #: src/components/status.jsx:1029 2226 2228 msgid "Liked @{0}'s post" 2227 2229 msgstr "Liked @{0}'s post" 2228 2230 2229 2231 #. placeholder {0}: username || acct 2230 - #: src/components/status.jsx:1058 2232 + #: src/components/status.jsx:1068 2231 2233 msgid "Unbookmarked @{0}'s post" 2232 2234 msgstr "Unbookmarked @{0}'s post" 2233 2235 2234 2236 #. placeholder {0}: username || acct 2235 - #: src/components/status.jsx:1059 2237 + #: src/components/status.jsx:1069 2236 2238 msgid "Bookmarked @{0}'s post" 2237 2239 msgstr "Bookmarked @{0}'s post" 2238 2240 2239 - #: src/components/status.jsx:1158 2241 + #: src/components/status.jsx:1168 2240 2242 msgid "Some media have no descriptions." 2241 2243 msgstr "" 2242 2244 2243 2245 #. placeholder {0}: rtf.format(-statusMonthsAgo, 'month') 2244 - #: src/components/status.jsx:1165 2246 + #: src/components/status.jsx:1175 2245 2247 msgid "Old post (<0>{0}</0>)" 2246 2248 msgstr "" 2247 2249 2248 - #: src/components/status.jsx:1189 2249 - #: src/components/status.jsx:1229 2250 - #: src/components/status.jsx:2689 2251 - #: src/components/status.jsx:2712 2250 + #: src/components/status.jsx:1199 2251 + #: src/components/status.jsx:1239 2252 + #: src/components/status.jsx:2699 2253 + #: src/components/status.jsx:2722 2252 2254 msgid "Unboost" 2253 2255 msgstr "" 2254 2256 2255 - #: src/components/status.jsx:1205 2256 - #: src/components/status.jsx:2704 2257 + #: src/components/status.jsx:1215 2258 + #: src/components/status.jsx:2714 2257 2259 msgid "Quote" 2258 2260 msgstr "" 2259 2261 2260 2262 #. placeholder {0}: username || acct 2261 - #: src/components/status.jsx:1217 2262 - #: src/components/status.jsx:1683 2263 + #: src/components/status.jsx:1227 2264 + #: src/components/status.jsx:1693 2263 2265 msgid "Unboosted @{0}'s post" 2264 2266 msgstr "Unboosted @{0}'s post" 2265 2267 2266 2268 #. placeholder {0}: username || acct 2267 - #: src/components/status.jsx:1218 2268 - #: src/components/status.jsx:1684 2269 + #: src/components/status.jsx:1228 2270 + #: src/components/status.jsx:1694 2269 2271 msgid "Boosted @{0}'s post" 2270 2272 msgstr "Boosted @{0}'s post" 2271 2273 2272 - #: src/components/status.jsx:1230 2274 + #: src/components/status.jsx:1240 2273 2275 msgid "Boost…" 2274 2276 msgstr "" 2275 2277 2276 - #: src/components/status.jsx:1242 2277 - #: src/components/status.jsx:1977 2278 - #: src/components/status.jsx:2725 2278 + #: src/components/status.jsx:1252 2279 + #: src/components/status.jsx:1987 2280 + #: src/components/status.jsx:2735 2279 2281 msgid "Unlike" 2280 2282 msgstr "" 2281 2283 2282 - #: src/components/status.jsx:1243 2283 - #: src/components/status.jsx:1977 2284 - #: src/components/status.jsx:1978 2285 - #: src/components/status.jsx:2725 2286 - #: src/components/status.jsx:2726 2284 + #: src/components/status.jsx:1253 2285 + #: src/components/status.jsx:1987 2286 + #: src/components/status.jsx:1988 2287 + #: src/components/status.jsx:2735 2288 + #: src/components/status.jsx:2736 2287 2289 msgid "Like" 2288 2290 msgstr "" 2289 2291 2290 - #: src/components/status.jsx:1252 2291 - #: src/components/status.jsx:2737 2292 + #: src/components/status.jsx:1262 2293 + #: src/components/status.jsx:2747 2292 2294 msgid "Unbookmark" 2293 2295 msgstr "" 2294 2296 2295 - #: src/components/status.jsx:1335 2297 + #: src/components/status.jsx:1345 2296 2298 msgid "Post text copied" 2297 2299 msgstr "Post text copied" 2298 2300 2299 - #: src/components/status.jsx:1338 2301 + #: src/components/status.jsx:1348 2300 2302 msgid "Unable to copy post text" 2301 2303 msgstr "Unable to copy post text" 2302 2304 2303 - #: src/components/status.jsx:1344 2305 + #: src/components/status.jsx:1354 2304 2306 msgid "Copy post text" 2305 2307 msgstr "Copy post text" 2306 2308 2307 2309 #. placeholder {0}: username || acct 2308 - #: src/components/status.jsx:1362 2310 + #: src/components/status.jsx:1372 2309 2311 msgid "View post by <0>@{0}</0>" 2310 2312 msgstr "" 2311 2313 2312 - #: src/components/status.jsx:1383 2314 + #: src/components/status.jsx:1393 2313 2315 msgid "Show Edit History" 2314 2316 msgstr "" 2315 2317 2316 - #: src/components/status.jsx:1386 2318 + #: src/components/status.jsx:1396 2317 2319 msgid "Edited: {editedDateText}" 2318 2320 msgstr "" 2319 2321 2320 - #: src/components/status.jsx:1453 2321 - #: src/components/status.jsx:3505 2322 + #: src/components/status.jsx:1463 2323 + #: src/components/status.jsx:3515 2322 2324 msgid "Embed post" 2323 2325 msgstr "" 2324 2326 2325 - #: src/components/status.jsx:1467 2327 + #: src/components/status.jsx:1477 2326 2328 msgid "Conversation unmuted" 2327 2329 msgstr "" 2328 2330 2329 - #: src/components/status.jsx:1467 2331 + #: src/components/status.jsx:1477 2330 2332 msgid "Conversation muted" 2331 2333 msgstr "" 2332 2334 2333 - #: src/components/status.jsx:1473 2335 + #: src/components/status.jsx:1483 2334 2336 msgid "Unable to unmute conversation" 2335 2337 msgstr "" 2336 2338 2337 - #: src/components/status.jsx:1474 2339 + #: src/components/status.jsx:1484 2338 2340 msgid "Unable to mute conversation" 2339 2341 msgstr "" 2340 2342 2341 - #: src/components/status.jsx:1483 2343 + #: src/components/status.jsx:1493 2342 2344 msgid "Unmute conversation" 2343 2345 msgstr "" 2344 2346 2345 - #: src/components/status.jsx:1490 2347 + #: src/components/status.jsx:1500 2346 2348 msgid "Mute conversation" 2347 2349 msgstr "" 2348 2350 2349 - #: src/components/status.jsx:1506 2351 + #: src/components/status.jsx:1516 2350 2352 msgid "Post unpinned from profile" 2351 2353 msgstr "" 2352 2354 2353 - #: src/components/status.jsx:1507 2355 + #: src/components/status.jsx:1517 2354 2356 msgid "Post pinned to profile" 2355 2357 msgstr "" 2356 2358 2357 - #: src/components/status.jsx:1512 2359 + #: src/components/status.jsx:1522 2358 2360 msgid "Unable to unpin post" 2359 2361 msgstr "" 2360 2362 2361 - #: src/components/status.jsx:1512 2363 + #: src/components/status.jsx:1522 2362 2364 msgid "Unable to pin post" 2363 2365 msgstr "" 2364 2366 2365 - #: src/components/status.jsx:1521 2367 + #: src/components/status.jsx:1531 2366 2368 msgid "Unpin from profile" 2367 2369 msgstr "" 2368 2370 2369 - #: src/components/status.jsx:1528 2371 + #: src/components/status.jsx:1538 2370 2372 msgid "Pin to profile" 2371 2373 msgstr "" 2372 2374 2373 - #: src/components/status.jsx:1557 2375 + #: src/components/status.jsx:1567 2374 2376 msgid "Delete this post?" 2375 2377 msgstr "" 2376 2378 2377 - #: src/components/status.jsx:1573 2379 + #: src/components/status.jsx:1583 2378 2380 msgid "Post deleted" 2379 2381 msgstr "" 2380 2382 2381 - #: src/components/status.jsx:1576 2383 + #: src/components/status.jsx:1586 2382 2384 msgid "Unable to delete post" 2383 2385 msgstr "" 2384 2386 2385 - #: src/components/status.jsx:1604 2387 + #: src/components/status.jsx:1614 2386 2388 msgid "Report post…" 2387 2389 msgstr "" 2388 2390 2389 - #: src/components/status.jsx:1978 2390 - #: src/components/status.jsx:2014 2391 - #: src/components/status.jsx:2726 2391 + #: src/components/status.jsx:1988 2392 + #: src/components/status.jsx:2024 2393 + #: src/components/status.jsx:2736 2392 2394 msgid "Liked" 2393 2395 msgstr "" 2394 2396 2395 - #: src/components/status.jsx:2011 2396 - #: src/components/status.jsx:2713 2397 + #: src/components/status.jsx:2021 2398 + #: src/components/status.jsx:2723 2397 2399 msgid "Boosted" 2398 2400 msgstr "" 2399 2401 2400 - #: src/components/status.jsx:2021 2401 - #: src/components/status.jsx:2738 2402 + #: src/components/status.jsx:2031 2403 + #: src/components/status.jsx:2748 2402 2404 msgid "Bookmarked" 2403 2405 msgstr "" 2404 2406 2405 - #: src/components/status.jsx:2025 2407 + #: src/components/status.jsx:2035 2406 2408 msgid "Pinned" 2407 2409 msgstr "" 2408 2410 2409 - #: src/components/status.jsx:2071 2410 - #: src/components/status.jsx:2550 2411 + #: src/components/status.jsx:2081 2412 + #: src/components/status.jsx:2560 2411 2413 msgid "Deleted" 2412 2414 msgstr "" 2413 2415 2414 - #: src/components/status.jsx:2112 2416 + #: src/components/status.jsx:2122 2415 2417 msgid "{repliesCount, plural, one {# reply} other {# replies}}" 2416 2418 msgstr "" 2417 2419 2418 2420 #. placeholder {0}: snapStates.statusThreadNumber[sKey] ? ` ${snapStates.statusThreadNumber[sKey]}/X` : '' 2419 - #: src/components/status.jsx:2202 2421 + #: src/components/status.jsx:2212 2420 2422 msgid "Thread{0}" 2421 2423 msgstr "" 2422 2424 2423 - #: src/components/status.jsx:2280 2424 - #: src/components/status.jsx:2342 2425 - #: src/components/status.jsx:2446 2425 + #: src/components/status.jsx:2290 2426 + #: src/components/status.jsx:2352 2427 + #: src/components/status.jsx:2456 2426 2428 msgid "Show less" 2427 2429 msgstr "" 2428 2430 2429 - #: src/components/status.jsx:2280 2430 - #: src/components/status.jsx:2342 2431 + #: src/components/status.jsx:2290 2432 + #: src/components/status.jsx:2352 2431 2433 msgid "Show content" 2432 2434 msgstr "" 2433 2435 2434 2436 #. placeholder {0}: filterInfo.titlesStr 2435 2437 #. placeholder {0}: filterInfo?.titlesStr 2436 - #: src/components/status.jsx:2442 2438 + #: src/components/status.jsx:2452 2437 2439 #: src/pages/catchup.jsx:1879 2438 2440 msgid "Filtered: {0}" 2439 2441 msgstr "Filtered: {0}" 2440 2442 2441 - #: src/components/status.jsx:2446 2443 + #: src/components/status.jsx:2456 2442 2444 msgid "Show media" 2443 2445 msgstr "" 2444 2446 2445 - #: src/components/status.jsx:2586 2447 + #: src/components/status.jsx:2596 2446 2448 msgid "Edited" 2447 2449 msgstr "" 2448 2450 2449 - #: src/components/status.jsx:2663 2451 + #: src/components/status.jsx:2673 2450 2452 msgid "Comments" 2451 2453 msgstr "" 2452 2454 2453 2455 #. More from [Author] 2454 - #: src/components/status.jsx:2963 2456 + #: src/components/status.jsx:2973 2455 2457 msgid "More from <0/>" 2456 2458 msgstr "More from <0/>" 2457 2459 2458 - #: src/components/status.jsx:3265 2460 + #: src/components/status.jsx:3275 2459 2461 msgid "Edit History" 2460 2462 msgstr "" 2461 2463 2462 - #: src/components/status.jsx:3269 2464 + #: src/components/status.jsx:3279 2463 2465 msgid "Failed to load history" 2464 2466 msgstr "" 2465 2467 2466 - #: src/components/status.jsx:3274 2468 + #: src/components/status.jsx:3284 2467 2469 #: src/pages/annual-report.jsx:45 2468 2470 msgid "Loading…" 2469 2471 msgstr "" 2470 2472 2471 - #: src/components/status.jsx:3510 2473 + #: src/components/status.jsx:3520 2472 2474 msgid "HTML Code" 2473 2475 msgstr "" 2474 2476 2475 - #: src/components/status.jsx:3527 2477 + #: src/components/status.jsx:3537 2476 2478 msgid "HTML code copied" 2477 2479 msgstr "" 2478 2480 2479 - #: src/components/status.jsx:3530 2481 + #: src/components/status.jsx:3540 2480 2482 msgid "Unable to copy HTML code" 2481 2483 msgstr "" 2482 2484 2483 - #: src/components/status.jsx:3542 2485 + #: src/components/status.jsx:3552 2484 2486 msgid "Media attachments:" 2485 2487 msgstr "" 2486 2488 2487 - #: src/components/status.jsx:3564 2489 + #: src/components/status.jsx:3574 2488 2490 msgid "Account Emojis:" 2489 2491 msgstr "" 2490 2492 2491 - #: src/components/status.jsx:3595 2492 - #: src/components/status.jsx:3640 2493 + #: src/components/status.jsx:3605 2494 + #: src/components/status.jsx:3650 2493 2495 msgid "static URL" 2494 2496 msgstr "" 2495 2497 2496 - #: src/components/status.jsx:3609 2498 + #: src/components/status.jsx:3619 2497 2499 msgid "Emojis:" 2498 2500 msgstr "" 2499 2501 2500 - #: src/components/status.jsx:3654 2502 + #: src/components/status.jsx:3664 2501 2503 msgid "Notes:" 2502 2504 msgstr "" 2503 2505 2504 - #: src/components/status.jsx:3658 2506 + #: src/components/status.jsx:3668 2505 2507 msgid "This is static, unstyled and scriptless. You may need to apply your own styles and edit as needed." 2506 2508 msgstr "" 2507 2509 2508 - #: src/components/status.jsx:3664 2510 + #: src/components/status.jsx:3674 2509 2511 msgid "Polls are not interactive, becomes a list with vote counts." 2510 2512 msgstr "" 2511 2513 2512 - #: src/components/status.jsx:3669 2514 + #: src/components/status.jsx:3679 2513 2515 msgid "Media attachments can be images, videos, audios or any file types." 2514 2516 msgstr "" 2515 2517 2516 - #: src/components/status.jsx:3675 2518 + #: src/components/status.jsx:3685 2517 2519 msgid "Post could be edited or deleted later." 2518 2520 msgstr "" 2519 2521 2520 - #: src/components/status.jsx:3681 2522 + #: src/components/status.jsx:3691 2521 2523 msgid "Preview" 2522 2524 msgstr "" 2523 2525 2524 - #: src/components/status.jsx:3690 2526 + #: src/components/status.jsx:3700 2525 2527 msgid "Note: This preview is lightly styled." 2526 2528 msgstr "" 2527 2529 2528 2530 #. [Name] [Visibility icon] boosted 2529 - #: src/components/status.jsx:3943 2531 + #: src/components/status.jsx:3953 2530 2532 msgid "<0/> <1/> boosted" 2531 2533 msgstr "<0/> <1/> boosted" 2532 2534 2533 - #: src/components/status.jsx:4045 2535 + #: src/components/status.jsx:4055 2534 2536 msgid "Post hidden by your filters" 2535 2537 msgstr "Post hidden by your filters" 2536 2538 2537 - #: src/components/status.jsx:4046 2539 + #: src/components/status.jsx:4056 2538 2540 msgid "Post removed by author." 2539 2541 msgstr "Post removed by author." 2540 2542 2541 - #: src/components/status.jsx:4047 2543 + #: src/components/status.jsx:4057 2542 2544 msgid "You’re not authorized to view this post." 2543 2545 msgstr "You’re not authorized to view this post." 2544 2546 2545 - #: src/components/status.jsx:4048 2547 + #: src/components/status.jsx:4058 2546 2548 msgid "Post pending author approval." 2547 2549 msgstr "Post pending author approval." 2548 2550 2549 - #: src/components/status.jsx:4049 2550 - #: src/components/status.jsx:4050 2551 + #: src/components/status.jsx:4059 2552 + #: src/components/status.jsx:4060 2551 2553 msgid "Quoting not allowed by the author." 2552 2554 msgstr "Quoting not allowed by the author." 2553 2555