mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
Merge pull request #657 from Steffo99/feature/akkoma-local-only
Add support for local instance posts
This commit is contained in:
commit
b28008880e
5 changed files with 214 additions and 201 deletions
|
@ -1169,6 +1169,11 @@ function Compose({
|
|||
<option value="public">
|
||||
<Trans>Public</Trans>
|
||||
</option>
|
||||
{(supports('@pleroma/local-visibility-post') || supports('@akkoma/local-visibility-post')) &&
|
||||
<option value="local">
|
||||
<Trans>Local</Trans>
|
||||
</option>
|
||||
}
|
||||
<option value="unlisted">
|
||||
<Trans>Unlisted</Trans>
|
||||
</option>
|
||||
|
|
|
@ -91,6 +91,7 @@ const memFetchAccount = pmem(throttle(fetchAccount));
|
|||
|
||||
const visibilityText = {
|
||||
public: msg`Public`,
|
||||
local: msg`Local`,
|
||||
unlisted: msg`Unlisted`,
|
||||
private: msg`Followers only`,
|
||||
direct: msg`Private mention`,
|
||||
|
|
404
src/locales/en.po
generated
404
src/locales/en.po
generated
|
@ -32,7 +32,7 @@ msgstr ""
|
|||
|
||||
#: src/components/account-block.jsx:166
|
||||
#: src/components/account-info.jsx:639
|
||||
#: src/components/status.jsx:439
|
||||
#: src/components/status.jsx:440
|
||||
#: src/pages/catchup.jsx:1454
|
||||
msgid "Group"
|
||||
msgstr ""
|
||||
|
@ -105,14 +105,14 @@ msgstr ""
|
|||
|
||||
#: src/components/account-info.jsx:427
|
||||
#: src/components/account-info.jsx:1115
|
||||
#: src/components/compose.jsx:2451
|
||||
#: src/components/compose.jsx:2456
|
||||
#: src/components/media-alt-modal.jsx:45
|
||||
#: src/components/media-modal.jsx:283
|
||||
#: src/components/status.jsx:1635
|
||||
#: src/components/status.jsx:1652
|
||||
#: src/components/status.jsx:1776
|
||||
#: src/components/status.jsx:2371
|
||||
#: src/components/status.jsx:2374
|
||||
#: src/components/status.jsx:1636
|
||||
#: src/components/status.jsx:1653
|
||||
#: src/components/status.jsx:1777
|
||||
#: src/components/status.jsx:2372
|
||||
#: src/components/status.jsx:2375
|
||||
#: src/pages/account-statuses.jsx:528
|
||||
#: src/pages/accounts.jsx:109
|
||||
#: src/pages/hashtag.jsx:199
|
||||
|
@ -181,7 +181,7 @@ msgid "Original"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/account-info.jsx:859
|
||||
#: src/components/status.jsx:2162
|
||||
#: src/components/status.jsx:2163
|
||||
#: src/pages/catchup.jsx:71
|
||||
#: src/pages/catchup.jsx:1428
|
||||
#: src/pages/catchup.jsx:2039
|
||||
|
@ -277,30 +277,30 @@ msgid "Add/Remove from Lists"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/account-info.jsx:1299
|
||||
#: src/components/status.jsx:1078
|
||||
#: src/components/status.jsx:1079
|
||||
msgid "Link copied"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/account-info.jsx:1302
|
||||
#: src/components/status.jsx:1081
|
||||
#: src/components/status.jsx:1082
|
||||
msgid "Unable to copy link"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/account-info.jsx:1308
|
||||
#: src/components/shortcuts-settings.jsx:1056
|
||||
#: src/components/status.jsx:1087
|
||||
#: src/components/status.jsx:3114
|
||||
#: src/components/status.jsx:1088
|
||||
#: src/components/status.jsx:3115
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/account-info.jsx:1323
|
||||
#: src/components/shortcuts-settings.jsx:1074
|
||||
#: src/components/status.jsx:1103
|
||||
#: src/components/status.jsx:1104
|
||||
msgid "Sharing doesn't seem to work."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/account-info.jsx:1329
|
||||
#: src/components/status.jsx:1109
|
||||
#: src/components/status.jsx:1110
|
||||
msgid "Share…"
|
||||
msgstr ""
|
||||
|
||||
|
@ -401,10 +401,10 @@ msgstr ""
|
|||
#: src/components/account-info.jsx:2086
|
||||
#: src/components/account-sheet.jsx:37
|
||||
#: src/components/compose.jsx:797
|
||||
#: src/components/compose.jsx:2407
|
||||
#: src/components/compose.jsx:2880
|
||||
#: src/components/compose.jsx:3088
|
||||
#: src/components/compose.jsx:3318
|
||||
#: src/components/compose.jsx:2412
|
||||
#: src/components/compose.jsx:2885
|
||||
#: src/components/compose.jsx:3093
|
||||
#: src/components/compose.jsx:3323
|
||||
#: src/components/drafts.jsx:58
|
||||
#: src/components/embed-modal.jsx:12
|
||||
#: src/components/generic-accounts.jsx:142
|
||||
|
@ -417,9 +417,9 @@ msgstr ""
|
|||
#: src/components/shortcuts-settings.jsx:227
|
||||
#: src/components/shortcuts-settings.jsx:580
|
||||
#: src/components/shortcuts-settings.jsx:780
|
||||
#: src/components/status.jsx:2839
|
||||
#: src/components/status.jsx:3078
|
||||
#: src/components/status.jsx:3576
|
||||
#: src/components/status.jsx:2840
|
||||
#: src/components/status.jsx:3079
|
||||
#: src/components/status.jsx:3577
|
||||
#: src/pages/accounts.jsx:36
|
||||
#: src/pages/catchup.jsx:1564
|
||||
#: src/pages/filters.jsx:224
|
||||
|
@ -547,8 +547,8 @@ msgstr ""
|
|||
|
||||
#: src/components/compose.jsx:614
|
||||
#: src/components/compose.jsx:630
|
||||
#: src/components/compose.jsx:1328
|
||||
#: src/components/compose.jsx:1589
|
||||
#: src/components/compose.jsx:1333
|
||||
#: src/components/compose.jsx:1594
|
||||
msgid "{maxMediaAttachments, plural, one {You can only attach up to 1 file.} other {You can only attach up to # files.}}"
|
||||
msgstr ""
|
||||
|
||||
|
@ -605,7 +605,7 @@ msgid "Attachment #{i} failed"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1118
|
||||
#: src/components/status.jsx:1961
|
||||
#: src/components/status.jsx:1962
|
||||
#: src/components/timeline.jsx:982
|
||||
msgid "Content warning"
|
||||
msgstr ""
|
||||
|
@ -620,246 +620,253 @@ msgstr ""
|
|||
msgid "Public"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1173
|
||||
#: src/components/compose.jsx:1174
|
||||
#: src/components/nav-menu.jsx:386
|
||||
#: src/components/shortcuts-settings.jsx:162
|
||||
#: src/components/status.jsx:94
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1178
|
||||
#: src/components/status.jsx:95
|
||||
#: src/pages/settings.jsx:300
|
||||
msgid "Unlisted"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1176
|
||||
#: src/components/status.jsx:95
|
||||
#: src/components/compose.jsx:1181
|
||||
#: src/components/status.jsx:96
|
||||
#: src/pages/settings.jsx:303
|
||||
msgid "Followers only"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1179
|
||||
#: src/components/status.jsx:96
|
||||
#: src/components/status.jsx:1839
|
||||
#: src/components/compose.jsx:1184
|
||||
#: src/components/status.jsx:97
|
||||
#: src/components/status.jsx:1840
|
||||
msgid "Private mention"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1188
|
||||
#: src/components/compose.jsx:1193
|
||||
msgid "Post your reply"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1190
|
||||
#: src/components/compose.jsx:1195
|
||||
msgid "Edit your post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1191
|
||||
#: src/components/compose.jsx:1196
|
||||
msgid "What are you doing?"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1266
|
||||
#: src/components/compose.jsx:1271
|
||||
msgid "Mark media as sensitive"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1364
|
||||
#: src/components/compose.jsx:1369
|
||||
msgid "Add poll"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1386
|
||||
#: src/components/compose.jsx:1391
|
||||
msgid "Add custom emoji"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1470
|
||||
#: src/components/compose.jsx:1475
|
||||
#: src/components/keyboard-shortcuts-help.jsx:143
|
||||
#: src/components/status.jsx:830
|
||||
#: src/components/status.jsx:1615
|
||||
#: src/components/status.jsx:831
|
||||
#: src/components/status.jsx:1616
|
||||
#: src/components/status.jsx:2267
|
||||
#: src/components/status.jsx:1617
|
||||
#: src/components/status.jsx:2268
|
||||
msgid "Reply"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1472
|
||||
#: src/components/compose.jsx:1477
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1473
|
||||
#: src/components/compose.jsx:1478
|
||||
msgctxt "Submit button in composer"
|
||||
msgid "Post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1601
|
||||
#: src/components/compose.jsx:1606
|
||||
msgid "Downloading GIF…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1629
|
||||
#: src/components/compose.jsx:1634
|
||||
msgid "Failed to download GIF"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:1740
|
||||
#: src/components/compose.jsx:1817
|
||||
#: src/components/compose.jsx:1745
|
||||
#: src/components/compose.jsx:1822
|
||||
#: src/components/nav-menu.jsx:287
|
||||
msgid "More…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2220
|
||||
#: src/components/compose.jsx:2225
|
||||
msgid "Uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2233
|
||||
#: src/components/compose.jsx:2238
|
||||
msgid "Image description"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2234
|
||||
#: src/components/compose.jsx:2239
|
||||
msgid "Video description"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2235
|
||||
#: src/components/compose.jsx:2240
|
||||
msgid "Audio description"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2271
|
||||
#: src/components/compose.jsx:2291
|
||||
#: src/components/compose.jsx:2276
|
||||
#: src/components/compose.jsx:2296
|
||||
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:2283
|
||||
#: src/components/compose.jsx:2303
|
||||
#: src/components/compose.jsx:2288
|
||||
#: src/components/compose.jsx:2308
|
||||
msgid "Dimension too large. Uploading might encounter issues. Try reduce dimension from {0}×{1}px to {2}×{3}px."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2311
|
||||
#: src/components/compose.jsx:2316
|
||||
msgid "Frame rate too high. Uploading might encounter issues."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2371
|
||||
#: src/components/compose.jsx:2621
|
||||
#: src/components/compose.jsx:2376
|
||||
#: src/components/compose.jsx:2626
|
||||
#: src/components/shortcuts-settings.jsx:723
|
||||
#: src/pages/catchup.jsx:1074
|
||||
#: src/pages/filters.jsx:412
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2388
|
||||
#: src/components/compose.jsx:2393
|
||||
#: src/compose.jsx:83
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2413
|
||||
#: src/components/compose.jsx:2418
|
||||
msgid "Edit image description"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2414
|
||||
#: src/components/compose.jsx:2419
|
||||
msgid "Edit video description"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2415
|
||||
#: src/components/compose.jsx:2420
|
||||
msgid "Edit audio description"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2460
|
||||
#: src/components/compose.jsx:2509
|
||||
#: src/components/compose.jsx:2465
|
||||
#: src/components/compose.jsx:2514
|
||||
msgid "Generating description. Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2480
|
||||
#: src/components/compose.jsx:2485
|
||||
msgid "Failed to generate description: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2481
|
||||
#: src/components/compose.jsx:2486
|
||||
msgid "Failed to generate description"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2493
|
||||
#: src/components/compose.jsx:2499
|
||||
#: src/components/compose.jsx:2545
|
||||
#: src/components/compose.jsx:2498
|
||||
#: src/components/compose.jsx:2504
|
||||
#: src/components/compose.jsx:2550
|
||||
msgid "Generate description…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2532
|
||||
#: src/components/compose.jsx:2537
|
||||
msgid "Failed to generate description{0}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2547
|
||||
#: src/components/compose.jsx:2552
|
||||
msgid "({0}) <0>— experimental</0>"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2566
|
||||
#: src/components/compose.jsx:2571
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2602
|
||||
#: src/components/compose.jsx:2607
|
||||
msgid "Choice {0}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2649
|
||||
#: src/components/compose.jsx:2654
|
||||
msgid "Multiple choices"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2652
|
||||
#: src/components/compose.jsx:2657
|
||||
msgid "Duration"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2683
|
||||
#: src/components/compose.jsx:2688
|
||||
msgid "Remove poll"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2897
|
||||
#: src/components/compose.jsx:2902
|
||||
msgid "Search accounts"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2938
|
||||
#: src/components/compose.jsx:2943
|
||||
#: src/components/shortcuts-settings.jsx:712
|
||||
#: src/pages/list.jsx:359
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:2951
|
||||
#: src/components/compose.jsx:2956
|
||||
#: src/components/generic-accounts.jsx:227
|
||||
msgid "Error loading accounts"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3094
|
||||
#: src/components/compose.jsx:3099
|
||||
msgid "Custom emojis"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3114
|
||||
#: src/components/compose.jsx:3119
|
||||
msgid "Search emoji"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3145
|
||||
#: src/components/compose.jsx:3150
|
||||
msgid "Error loading custom emojis"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3156
|
||||
#: src/components/compose.jsx:3161
|
||||
msgid "Recently used"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3157
|
||||
#: src/components/compose.jsx:3162
|
||||
msgid "Others"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3195
|
||||
#: src/components/compose.jsx:3200
|
||||
msgid "{0} more…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3333
|
||||
#: src/components/compose.jsx:3338
|
||||
msgid "Search GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3348
|
||||
#: src/components/compose.jsx:3353
|
||||
msgid "Powered by GIPHY"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3356
|
||||
#: src/components/compose.jsx:3361
|
||||
msgid "Type to search GIFs"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3454
|
||||
#: src/components/compose.jsx:3459
|
||||
#: src/components/media-modal.jsx:387
|
||||
#: src/components/timeline.jsx:887
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3472
|
||||
#: src/components/compose.jsx:3477
|
||||
#: src/components/media-modal.jsx:406
|
||||
#: src/components/timeline.jsx:904
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/compose.jsx:3489
|
||||
#: src/components/compose.jsx:3494
|
||||
msgid "Error loading GIFs"
|
||||
msgstr ""
|
||||
|
||||
|
@ -882,7 +889,7 @@ msgstr ""
|
|||
|
||||
#: src/components/drafts.jsx:127
|
||||
#: src/components/list-add-edit.jsx:183
|
||||
#: src/components/status.jsx:1250
|
||||
#: src/components/status.jsx:1251
|
||||
#: src/pages/filters.jsx:587
|
||||
msgid "Delete…"
|
||||
msgstr ""
|
||||
|
@ -1082,10 +1089,10 @@ msgid "<0>l</0> or <1>f</1>"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/keyboard-shortcuts-help.jsx:164
|
||||
#: src/components/status.jsx:838
|
||||
#: src/components/status.jsx:2293
|
||||
#: src/components/status.jsx:2325
|
||||
#: src/components/status.jsx:839
|
||||
#: src/components/status.jsx:2294
|
||||
#: src/components/status.jsx:2326
|
||||
#: src/components/status.jsx:2327
|
||||
msgid "Boost"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1094,9 +1101,9 @@ msgid "<0>Shift</0> + <1>b</1>"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/keyboard-shortcuts-help.jsx:172
|
||||
#: src/components/status.jsx:923
|
||||
#: src/components/status.jsx:2350
|
||||
#: src/components/status.jsx:924
|
||||
#: src/components/status.jsx:2351
|
||||
#: src/components/status.jsx:2352
|
||||
msgid "Bookmark"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1155,15 +1162,15 @@ msgid "Media description"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/media-alt-modal.jsx:57
|
||||
#: src/components/status.jsx:967
|
||||
#: src/components/status.jsx:994
|
||||
#: src/components/status.jsx:968
|
||||
#: src/components/status.jsx:995
|
||||
#: src/components/translation-block.jsx:195
|
||||
msgid "Translate"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/media-alt-modal.jsx:68
|
||||
#: src/components/status.jsx:981
|
||||
#: src/components/status.jsx:1008
|
||||
#: src/components/status.jsx:982
|
||||
#: src/components/status.jsx:1009
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1200,9 +1207,9 @@ msgid "Filtered: {filterTitleStr}"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/media-post.jsx:133
|
||||
#: src/components/status.jsx:3406
|
||||
#: src/components/status.jsx:3502
|
||||
#: src/components/status.jsx:3580
|
||||
#: src/components/status.jsx:3407
|
||||
#: src/components/status.jsx:3503
|
||||
#: src/components/status.jsx:3581
|
||||
#: src/components/timeline.jsx:971
|
||||
#: src/pages/catchup.jsx:75
|
||||
#: src/pages/catchup.jsx:1859
|
||||
|
@ -1351,11 +1358,6 @@ msgstr ""
|
|||
msgid "Trending"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/nav-menu.jsx:386
|
||||
#: src/components/shortcuts-settings.jsx:162
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/nav-menu.jsx:392
|
||||
#: src/components/shortcuts-settings.jsx:162
|
||||
msgid "Federated"
|
||||
|
@ -1487,8 +1489,8 @@ msgid "[Unknown notification type: {type}]"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/notification.jsx:425
|
||||
#: src/components/status.jsx:937
|
||||
#: src/components/status.jsx:947
|
||||
#: src/components/status.jsx:938
|
||||
#: src/components/status.jsx:948
|
||||
msgid "Boosted/Liked by…"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1510,7 +1512,7 @@ msgid "Learn more <0/>"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/notification.jsx:680
|
||||
#: src/components/status.jsx:189
|
||||
#: src/components/status.jsx:190
|
||||
msgid "Read more →"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1803,7 +1805,7 @@ msgid "Move down"
|
|||
msgstr ""
|
||||
|
||||
#: src/components/shortcuts-settings.jsx:376
|
||||
#: src/components/status.jsx:1215
|
||||
#: src/components/status.jsx:1216
|
||||
#: src/pages/list.jsx:170
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
@ -2001,291 +2003,291 @@ msgstr ""
|
|||
msgid "Import/export settings from/to instance server (Very experimental)"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:463
|
||||
#: src/components/status.jsx:464
|
||||
msgid "<0/> <1>boosted</1>"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:562
|
||||
#: src/components/status.jsx:563
|
||||
msgid "Sorry, your current logged-in instance can't interact with this post from another instance."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:715
|
||||
#: src/components/status.jsx:716
|
||||
msgid "Unliked @{0}'s post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:716
|
||||
#: src/components/status.jsx:717
|
||||
msgid "Liked @{0}'s post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:755
|
||||
#: src/components/status.jsx:756
|
||||
msgid "Unbookmarked @{0}'s post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:756
|
||||
#: src/components/status.jsx:757
|
||||
msgid "Bookmarked @{0}'s post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:838
|
||||
#: src/components/status.jsx:900
|
||||
#: src/components/status.jsx:2293
|
||||
#: src/components/status.jsx:2325
|
||||
#: src/components/status.jsx:839
|
||||
#: src/components/status.jsx:901
|
||||
#: src/components/status.jsx:2294
|
||||
#: src/components/status.jsx:2326
|
||||
msgid "Unboost"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:854
|
||||
#: src/components/status.jsx:2308
|
||||
#: src/components/status.jsx:855
|
||||
#: src/components/status.jsx:2309
|
||||
msgid "Quote"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:862
|
||||
#: src/components/status.jsx:2317
|
||||
#: src/components/status.jsx:863
|
||||
#: src/components/status.jsx:2318
|
||||
msgid "Some media have no descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:869
|
||||
#: src/components/status.jsx:870
|
||||
msgid "Old post (<0>{0}</0>)"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:888
|
||||
#: src/components/status.jsx:1340
|
||||
msgid "Unboosted @{0}'s post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:889
|
||||
#: src/components/status.jsx:1341
|
||||
msgid "Unboosted @{0}'s post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:890
|
||||
#: src/components/status.jsx:1342
|
||||
msgid "Boosted @{0}'s post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:901
|
||||
#: src/components/status.jsx:902
|
||||
msgid "Boost…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:913
|
||||
#: src/components/status.jsx:1625
|
||||
#: src/components/status.jsx:2338
|
||||
#: src/components/status.jsx:914
|
||||
#: src/components/status.jsx:1626
|
||||
#: src/components/status.jsx:2339
|
||||
msgid "Unlike"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:914
|
||||
#: src/components/status.jsx:1625
|
||||
#: src/components/status.jsx:915
|
||||
#: src/components/status.jsx:1626
|
||||
#: src/components/status.jsx:2338
|
||||
#: src/components/status.jsx:1627
|
||||
#: src/components/status.jsx:2339
|
||||
#: src/components/status.jsx:2340
|
||||
msgid "Like"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:923
|
||||
#: src/components/status.jsx:2350
|
||||
#: src/components/status.jsx:924
|
||||
#: src/components/status.jsx:2351
|
||||
msgid "Unbookmark"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1031
|
||||
#: src/components/status.jsx:1032
|
||||
msgid "View post by <0>@{0}</0>"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1052
|
||||
#: src/components/status.jsx:1053
|
||||
msgid "Show Edit History"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1055
|
||||
#: src/components/status.jsx:1056
|
||||
msgid "Edited: {editedDateText}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1122
|
||||
#: src/components/status.jsx:3083
|
||||
#: src/components/status.jsx:1123
|
||||
#: src/components/status.jsx:3084
|
||||
msgid "Embed post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1136
|
||||
#: src/components/status.jsx:1137
|
||||
msgid "Conversation unmuted"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1136
|
||||
#: src/components/status.jsx:1137
|
||||
msgid "Conversation muted"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1142
|
||||
#: src/components/status.jsx:1143
|
||||
msgid "Unable to unmute conversation"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1143
|
||||
#: src/components/status.jsx:1144
|
||||
msgid "Unable to mute conversation"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1152
|
||||
#: src/components/status.jsx:1153
|
||||
msgid "Unmute conversation"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1159
|
||||
#: src/components/status.jsx:1160
|
||||
msgid "Mute conversation"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1175
|
||||
#: src/components/status.jsx:1176
|
||||
msgid "Post unpinned from profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1176
|
||||
#: src/components/status.jsx:1177
|
||||
msgid "Post pinned to profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1181
|
||||
#: src/components/status.jsx:1182
|
||||
msgid "Unable to unpin post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1181
|
||||
#: src/components/status.jsx:1182
|
||||
msgid "Unable to pin post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1190
|
||||
#: src/components/status.jsx:1191
|
||||
msgid "Unpin from profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1197
|
||||
#: src/components/status.jsx:1198
|
||||
msgid "Pin to profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1226
|
||||
#: src/components/status.jsx:1227
|
||||
msgid "Delete this post?"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1239
|
||||
#: src/components/status.jsx:1240
|
||||
msgid "Post deleted"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1242
|
||||
#: src/components/status.jsx:1243
|
||||
msgid "Unable to delete post"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1270
|
||||
#: src/components/status.jsx:1271
|
||||
msgid "Report post…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1626
|
||||
#: src/components/status.jsx:1662
|
||||
#: src/components/status.jsx:2339
|
||||
#: src/components/status.jsx:1627
|
||||
#: src/components/status.jsx:1663
|
||||
#: src/components/status.jsx:2340
|
||||
msgid "Liked"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1659
|
||||
#: src/components/status.jsx:2326
|
||||
#: src/components/status.jsx:1660
|
||||
#: src/components/status.jsx:2327
|
||||
msgid "Boosted"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1669
|
||||
#: src/components/status.jsx:2351
|
||||
#: src/components/status.jsx:1670
|
||||
#: src/components/status.jsx:2352
|
||||
msgid "Bookmarked"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1673
|
||||
#: src/components/status.jsx:1674
|
||||
msgid "Pinned"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1718
|
||||
#: src/components/status.jsx:2170
|
||||
#: src/components/status.jsx:1719
|
||||
#: src/components/status.jsx:2171
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1759
|
||||
#: src/components/status.jsx:1760
|
||||
msgid "{repliesCount, plural, one {# reply} other {# replies}}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1848
|
||||
#: src/components/status.jsx:1849
|
||||
msgid "Thread{0}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1924
|
||||
#: src/components/status.jsx:1986
|
||||
#: src/components/status.jsx:2071
|
||||
#: src/components/status.jsx:1925
|
||||
#: src/components/status.jsx:1987
|
||||
#: src/components/status.jsx:2072
|
||||
msgid "Show less"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:1924
|
||||
#: src/components/status.jsx:1986
|
||||
#: src/components/status.jsx:1925
|
||||
#: src/components/status.jsx:1987
|
||||
msgid "Show content"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:2071
|
||||
#: src/components/status.jsx:2072
|
||||
msgid "Show media"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:2191
|
||||
#: src/components/status.jsx:2192
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:2268
|
||||
#: src/components/status.jsx:2269
|
||||
msgid "Comments"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:2844
|
||||
#: src/components/status.jsx:2845
|
||||
msgid "Edit History"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:2848
|
||||
#: src/components/status.jsx:2849
|
||||
msgid "Failed to load history"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:2853
|
||||
#: src/components/status.jsx:2854
|
||||
msgid "Loading…"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3088
|
||||
#: src/components/status.jsx:3089
|
||||
msgid "HTML Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3105
|
||||
#: src/components/status.jsx:3106
|
||||
msgid "HTML code copied"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3108
|
||||
#: src/components/status.jsx:3109
|
||||
msgid "Unable to copy HTML code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3120
|
||||
#: src/components/status.jsx:3121
|
||||
msgid "Media attachments:"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3142
|
||||
#: src/components/status.jsx:3143
|
||||
msgid "Account Emojis:"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3173
|
||||
#: src/components/status.jsx:3218
|
||||
#: src/components/status.jsx:3174
|
||||
#: src/components/status.jsx:3219
|
||||
msgid "static URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3187
|
||||
#: src/components/status.jsx:3188
|
||||
msgid "Emojis:"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3232
|
||||
#: src/components/status.jsx:3233
|
||||
msgid "Notes:"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3236
|
||||
#: src/components/status.jsx:3237
|
||||
msgid "This is static, unstyled and scriptless. You may need to apply your own styles and edit as needed."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3242
|
||||
#: src/components/status.jsx:3243
|
||||
msgid "Polls are not interactive, becomes a list with vote counts."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3247
|
||||
#: src/components/status.jsx:3248
|
||||
msgid "Media attachments can be images, videos, audios or any file types."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3253
|
||||
#: src/components/status.jsx:3254
|
||||
msgid "Post could be edited or deleted later."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3259
|
||||
#: src/components/status.jsx:3260
|
||||
msgid "Preview"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3268
|
||||
#: src/components/status.jsx:3269
|
||||
msgid "Note: This preview is lightly styled."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/status.jsx:3510
|
||||
#: src/components/status.jsx:3511
|
||||
msgid "<0/> <1/> boosted"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@ import { getCurrentInstance } from './store-utils';
|
|||
// Non-semver(?) UA string detection
|
||||
const containPixelfed = /pixelfed/i;
|
||||
const notContainPixelfed = /^(?!.*pixelfed).*$/i;
|
||||
const containPleroma = /pleroma/i;
|
||||
const containAkkoma = /akkoma/i;
|
||||
const platformFeatures = {
|
||||
'@mastodon/lists': notContainPixelfed,
|
||||
'@mastodon/filters': notContainPixelfed,
|
||||
|
@ -20,6 +22,8 @@ const platformFeatures = {
|
|||
'@pixelfed/trending': containPixelfed,
|
||||
'@pixelfed/home-include-reblogs': containPixelfed,
|
||||
'@pixelfed/global-feed': containPixelfed,
|
||||
'@pleroma/local-visibility-post': containPleroma,
|
||||
'@akkoma/local-visibility-post': containAkkoma,
|
||||
};
|
||||
const supportsCache = {};
|
||||
|
||||
|
|
|
@ -3,4 +3,5 @@ export default {
|
|||
unlisted: 'group',
|
||||
private: 'lock',
|
||||
direct: 'message',
|
||||
local: 'building',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue