fedipod 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +123 -0
- package/architecture.svg +89 -0
- package/bin/fedipod.mjs +2303 -0
- package/cli.md +243 -0
- package/groups.md +85 -0
- package/gui.md +99 -0
- package/lib/account.mjs +87 -0
- package/lib/admin.mjs +1606 -0
- package/lib/atproto.mjs +310 -0
- package/lib/bskyfeed.mjs +166 -0
- package/lib/bskygroup.mjs +162 -0
- package/lib/c2s.mjs +305 -0
- package/lib/certs.mjs +265 -0
- package/lib/deliver.mjs +249 -0
- package/lib/directory.mjs +90 -0
- package/lib/embed.mjs +214 -0
- package/lib/export-collections.mjs +161 -0
- package/lib/front-core.mjs +322 -0
- package/lib/gateway-core.mjs +115 -0
- package/lib/guard.mjs +213 -0
- package/lib/home.mjs +161 -0
- package/lib/httpsig.mjs +109 -0
- package/lib/import.mjs +357 -0
- package/lib/intake.mjs +1710 -0
- package/lib/keys.mjs +139 -0
- package/lib/lease.mjs +190 -0
- package/lib/localapi.mjs +87 -0
- package/lib/mastoapi.mjs +1588 -0
- package/lib/migrate.mjs +127 -0
- package/lib/oidc-auth.mjs +53 -0
- package/lib/podrdf.mjs +132 -0
- package/lib/ports.mjs +27 -0
- package/lib/publisher.mjs +1003 -0
- package/lib/remote.mjs +303 -0
- package/lib/safefetch.mjs +235 -0
- package/lib/setup.mjs +262 -0
- package/lib/social.mjs +505 -0
- package/lib/storage.mjs +170 -0
- package/lib/store.mjs +470 -0
- package/lib/streaming.mjs +154 -0
- package/lib/tagfeed.mjs +158 -0
- package/lib/ua.mjs +29 -0
- package/lib/update.mjs +91 -0
- package/lib/webpush.mjs +98 -0
- package/lib/wire.mjs +762 -0
- package/package.json +60 -0
- package/phanpy/dist/404.html +40 -0
- package/phanpy/dist/_headers +2 -0
- package/phanpy/dist/apple-touch-icon.png +0 -0
- package/phanpy/dist/assets/ICONS-DIPJeU0C.js +2 -0
- package/phanpy/dist/assets/ICONS-DIPJeU0C.js.map +1 -0
- package/phanpy/dist/assets/ScheduledAtField-D-Abfo4J.js +183 -0
- package/phanpy/dist/assets/ScheduledAtField-D-Abfo4J.js.map +1 -0
- package/phanpy/dist/assets/Temml-CCjoacWt.woff2 +0 -0
- package/phanpy/dist/assets/__vite-browser-external-C7iut881.js +2 -0
- package/phanpy/dist/assets/__vite-browser-external-C7iut881.js.map +1 -0
- package/phanpy/dist/assets/boosts-carousel-BiOaNdMT.jpg +0 -0
- package/phanpy/dist/assets/catch-up-O5q5C75Z.png +0 -0
- package/phanpy/dist/assets/chunk-aKtaBQYM.js +1 -0
- package/phanpy/dist/assets/compose-CFEx7wb4.js +2 -0
- package/phanpy/dist/assets/compose-CFEx7wb4.js.map +1 -0
- package/phanpy/dist/assets/compose-ZJN5xSb4.js +35 -0
- package/phanpy/dist/assets/compose-ZJN5xSb4.js.map +1 -0
- package/phanpy/dist/assets/debug.module-YFQgwnIr.js +52 -0
- package/phanpy/dist/assets/debug.module-YFQgwnIr.js.map +1 -0
- package/phanpy/dist/assets/dom-p1YcJ5Rw.js +2 -0
- package/phanpy/dist/assets/dom-p1YcJ5Rw.js.map +1 -0
- package/phanpy/dist/assets/home-mobile-dark@2x-Dc-J8-SM.png +0 -0
- package/phanpy/dist/assets/home-mobile-light@2x-Bd3fod8m.png +0 -0
- package/phanpy/dist/assets/home-tablet-dark@2x-BgcNI8le.png +0 -0
- package/phanpy/dist/assets/home-tablet-light@2x-BW2RV9T6.png +0 -0
- package/phanpy/dist/assets/icons/add-circle-line-WD0mwORD.js +1 -0
- package/phanpy/dist/assets/icons/alert-line-CpFUMf9s.js +1 -0
- package/phanpy/dist/assets/icons/android-2-line-Bzxnrd3S.js +1 -0
- package/phanpy/dist/assets/icons/announcement-line-5nwaJFJm.js +1 -0
- package/phanpy/dist/assets/icons/arrow-down-circle-line-a7Id9-Iv.js +1 -0
- package/phanpy/dist/assets/icons/arrow-down-line-B8uzXzq6.js +1 -0
- package/phanpy/dist/assets/icons/arrow-left-line-CGrGT9C-.js +1 -0
- package/phanpy/dist/assets/icons/arrow-right-line-CE-HERfX.js +1 -0
- package/phanpy/dist/assets/icons/arrow-to-up-line-CvdQjmcy.js +1 -0
- package/phanpy/dist/assets/icons/arrow-up-circle-line-DEparSNF.js +1 -0
- package/phanpy/dist/assets/icons/arrow-up-line-C7yBeugc.js +1 -0
- package/phanpy/dist/assets/icons/arrows-right-line-BtbXmJGP.js +1 -0
- package/phanpy/dist/assets/icons/at-line-CF66Bznk.js +1 -0
- package/phanpy/dist/assets/icons/attachment-line-BY8It-l9.js +1 -0
- package/phanpy/dist/assets/icons/blockquote-line-BS6pU_hm.js +1 -0
- package/phanpy/dist/assets/icons/board-line-C0UWXyA6.js +1 -0
- package/phanpy/dist/assets/icons/bookmark-line-1CtX5JLF.js +1 -0
- package/phanpy/dist/assets/icons/building-5-line-Dd59MzbO.js +1 -0
- package/phanpy/dist/assets/icons/bus-2-line-6_dvA0GG.js +1 -0
- package/phanpy/dist/assets/icons/calendar-day-line-Crpl_fmu.js +1 -0
- package/phanpy/dist/assets/icons/calendar-month-line-vommts2C.js +1 -0
- package/phanpy/dist/assets/icons/calendar-time-add-line-BU_DTlQk.js +1 -0
- package/phanpy/dist/assets/icons/camera-line-Cv69MEei.js +1 -0
- package/phanpy/dist/assets/icons/celebrate-line-B8DvIoi0.js +1 -0
- package/phanpy/dist/assets/icons/chart-bar-line-FK-QOmtF.js +1 -0
- package/phanpy/dist/assets/icons/chart-line-line-BGcJAFWw.js +1 -0
- package/phanpy/dist/assets/icons/chat-3-line-YFK2-hwz.js +1 -0
- package/phanpy/dist/assets/icons/check-circle-line-DsAxFr5-.js +1 -0
- package/phanpy/dist/assets/icons/clipboard-line-BBp364gJ.js +1 -0
- package/phanpy/dist/assets/icons/close-circle-line-CICdiuGz.js +1 -0
- package/phanpy/dist/assets/icons/close-line-DYrFWcjv.js +1 -0
- package/phanpy/dist/assets/icons/cloud-line-tiQAbah8.js +1 -0
- package/phanpy/dist/assets/icons/code-line-fAl8iiV3.js +1 -0
- package/phanpy/dist/assets/icons/comment-2-line-CR3g7WeB.js +1 -0
- package/phanpy/dist/assets/icons/copy-2-line-CLW69yF5.js +1 -0
- package/phanpy/dist/assets/icons/delete-2-line-B8xmbr4n.js +1 -0
- package/phanpy/dist/assets/icons/document-3-line-DBGNhAg2.js +1 -0
- package/phanpy/dist/assets/icons/document-line-C7mb9sb7.js +1 -0
- package/phanpy/dist/assets/icons/down-line-BGqSSThd.js +1 -0
- package/phanpy/dist/assets/icons/edit-4-line-DcgGaEhx.js +1 -0
- package/phanpy/dist/assets/icons/emoji-2-line-D8YgnM-y.js +1 -0
- package/phanpy/dist/assets/icons/exit-line-Dc07BS-x.js +1 -0
- package/phanpy/dist/assets/icons/external-link-line-BvpSkmjO.js +1 -0
- package/phanpy/dist/assets/icons/eye-2-line-CiWXx-f_.js +1 -0
- package/phanpy/dist/assets/icons/eye-close-line-BgTaSJ4P.js +1 -0
- package/phanpy/dist/assets/icons/filter-2-line-B_mR2usy.js +1 -0
- package/phanpy/dist/assets/icons/filter-line-C_nm-3cU.js +1 -0
- package/phanpy/dist/assets/icons/flag-1-line-C2HB05I0.js +1 -0
- package/phanpy/dist/assets/icons/forbid-circle-line-D3LTT9yd.js +1 -0
- package/phanpy/dist/assets/icons/formula-line-DLrt2d6j.js +1 -0
- package/phanpy/dist/assets/icons/grid-line-CgUmEikf.js +1 -0
- package/phanpy/dist/assets/icons/group-line-C5fnX0wU.js +1 -0
- package/phanpy/dist/assets/icons/hand-finger-2-line-BGgxbuL9.js +1 -0
- package/phanpy/dist/assets/icons/hashtag-line-CyTEEXBb.js +1 -0
- package/phanpy/dist/assets/icons/heart-crack-line-BZddbO2C.js +1 -0
- package/phanpy/dist/assets/icons/heart-line-CJ7K47J4.js +1 -0
- package/phanpy/dist/assets/icons/history-2-line-kWWvFzqv.js +1 -0
- package/phanpy/dist/assets/icons/history-line-bGQiwbTH.js +1 -0
- package/phanpy/dist/assets/icons/home-3-line-fRU1zeLG.js +1 -0
- package/phanpy/dist/assets/icons/information-line-iNk6-sOY.js +1 -0
- package/phanpy/dist/assets/icons/keyboard-line-DsCyuQNz.js +1 -0
- package/phanpy/dist/assets/icons/layout-4-line-CZkOX52Z.js +1 -0
- package/phanpy/dist/assets/icons/layout-5-line-B_znt5wO.js +1 -0
- package/phanpy/dist/assets/icons/left-line-eUw0tya4.js +1 -0
- package/phanpy/dist/assets/icons/lightning-line-DaKoDdix.js +1 -0
- package/phanpy/dist/assets/icons/link-2-line-DCqLmMA7.js +1 -0
- package/phanpy/dist/assets/icons/list-check-line-BAxosBh9.js +1 -0
- package/phanpy/dist/assets/icons/lock-line-CPoaXeUW.js +1 -0
- package/phanpy/dist/assets/icons/mail-line-B0P8aa1L.js +1 -0
- package/phanpy/dist/assets/icons/moon-line-CEqNAToP.js +1 -0
- package/phanpy/dist/assets/icons/more-1-fill-Dw2e5xab.js +1 -0
- package/phanpy/dist/assets/icons/more-3-line-BIiVjYTz.js +1 -0
- package/phanpy/dist/assets/icons/notification-line-BZZq2Gtu.js +1 -0
- package/phanpy/dist/assets/icons/pencil-line-CKh8-A1v.js +1 -0
- package/phanpy/dist/assets/icons/photo-album-line-Bnfg2u40.js +1 -0
- package/phanpy/dist/assets/icons/pin-line-DpTolyhs.js +1 -0
- package/phanpy/dist/assets/icons/play-fill-B0-G_8lX.js +1 -0
- package/phanpy/dist/assets/icons/qrcode-2-line-B6SPCaHn.js +1 -0
- package/phanpy/dist/assets/icons/quill-pen-line-B6LUrnCP.js +1 -0
- package/phanpy/dist/assets/icons/quote-left-fill-hQZ1cj_6.js +1 -0
- package/phanpy/dist/assets/icons/radar-line-CKyroTth.js +1 -0
- package/phanpy/dist/assets/icons/react-line-CoIKhhtK.js +1 -0
- package/phanpy/dist/assets/icons/refresh-2-line-D0mTF97S.js +1 -0
- package/phanpy/dist/assets/icons/right-line-B3KWJaqc.js +1 -0
- package/phanpy/dist/assets/icons/rocket-line-4KZl537D.js +1 -0
- package/phanpy/dist/assets/icons/round-fill-C69NTrZ0.js +1 -0
- package/phanpy/dist/assets/icons/round-line-B9k_1uo-.js +1 -0
- package/phanpy/dist/assets/icons/route-line-B28ReHcE.js +1 -0
- package/phanpy/dist/assets/icons/rows-4-line-CrBniagM.js +1 -0
- package/phanpy/dist/assets/icons/scan-line-DSf74YdP.js +1 -0
- package/phanpy/dist/assets/icons/search-2-line-B6geIU1z.js +1 -0
- package/phanpy/dist/assets/icons/settings-3-line-azJwK47w.js +1 -0
- package/phanpy/dist/assets/icons/settings-6-line-C_5zc5YR.js +1 -0
- package/phanpy/dist/assets/icons/share-2-line-D5MxWjrm.js +1 -0
- package/phanpy/dist/assets/icons/share-forward-line-Cp61fZzZ.js +1 -0
- package/phanpy/dist/assets/icons/sparkles-2-line-DYYyXTaW.js +1 -0
- package/phanpy/dist/assets/icons/sparkles-line-C2hY1s6I.js +1 -0
- package/phanpy/dist/assets/icons/time-line-BF3eet1v.js +1 -0
- package/phanpy/dist/assets/icons/transfer-4-line-oisfvTBw.js +1 -0
- package/phanpy/dist/assets/icons/translate-line-BFWol2Ce.js +1 -0
- package/phanpy/dist/assets/icons/unlock-line-X_x5vwv3.js +1 -0
- package/phanpy/dist/assets/icons/upload-3-line-DgzwUJeW.js +1 -0
- package/phanpy/dist/assets/icons/user-4-line-BVSynZCp.js +1 -0
- package/phanpy/dist/assets/icons/user-add-2-line-BlGS5Q8q.js +1 -0
- package/phanpy/dist/assets/icons/user-add-line-BbXdHG4z.js +1 -0
- package/phanpy/dist/assets/icons/user-edit-line-BFAHOV0X.js +1 -0
- package/phanpy/dist/assets/icons/user-follow-line-BXux0wSd.js +1 -0
- package/phanpy/dist/assets/icons/user-star-line-DdYlpHLU.js +1 -0
- package/phanpy/dist/assets/icons/user-warning-line-Cj43j0_E.js +1 -0
- package/phanpy/dist/assets/icons/user-x-line-DIDgNlPH.js +1 -0
- package/phanpy/dist/assets/icons/volume-line-Bs390KQt.js +1 -0
- package/phanpy/dist/assets/icons/volume-mute-line-DzlzIqFZ.js +1 -0
- package/phanpy/dist/assets/icons/walk-line-yNXfB-md.js +1 -0
- package/phanpy/dist/assets/icons/world-2-line-CenkGIwj.js +1 -0
- package/phanpy/dist/assets/icons/zoom-in-line-CaENUphf.js +1 -0
- package/phanpy/dist/assets/icons/zoom-out-line-BDNk0EWo.js +1 -0
- package/phanpy/dist/assets/instances-BNPptnn-.json +333 -0
- package/phanpy/dist/assets/locales/ar-SA-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/ca-ES-DHRW86Tz.js +1 -0
- package/phanpy/dist/assets/locales/cs-CZ-CKoqEuA1.js +1 -0
- package/phanpy/dist/assets/locales/de-DE-ByRPMRFy.js +1 -0
- package/phanpy/dist/assets/locales/eo-UY-CPC7wLCS.js +1 -0
- package/phanpy/dist/assets/locales/es-ES-dJa0Fd9t.js +1 -0
- package/phanpy/dist/assets/locales/eu-ES-C3djlPR2.js +1 -0
- package/phanpy/dist/assets/locales/fa-IR-DTT490Ck.js +1 -0
- package/phanpy/dist/assets/locales/fi-FI-B23MCPuz.js +1 -0
- package/phanpy/dist/assets/locales/fr-FR-BcaQsO5C.js +1 -0
- package/phanpy/dist/assets/locales/gl-ES-BR-CVKBN.js +1 -0
- package/phanpy/dist/assets/locales/he-IL-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/hu-HU-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/it-IT-C1136UFV.js +1 -0
- package/phanpy/dist/assets/locales/ja-JP-CRZmRAhD.js +1 -0
- package/phanpy/dist/assets/locales/kab-Cz8xH_TT.js +1 -0
- package/phanpy/dist/assets/locales/ko-KR-CG9UiY4o.js +1 -0
- package/phanpy/dist/assets/locales/lt-LT-CJcI6sHZ.js +1 -0
- package/phanpy/dist/assets/locales/nb-NO-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/nl-NL-DxN4Yc1t.js +1 -0
- package/phanpy/dist/assets/locales/oc-FR-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/pl-PL-DkwGXf6P.js +1 -0
- package/phanpy/dist/assets/locales/pseudo-LOCALE-CQ4XxkQ0.js +1 -0
- package/phanpy/dist/assets/locales/pt-BR-nGL0HdFS.js +1 -0
- package/phanpy/dist/assets/locales/pt-PT-Cp17aj2z.js +1 -0
- package/phanpy/dist/assets/locales/ru-RU-0Y8cIoaK.js +1 -0
- package/phanpy/dist/assets/locales/th-TH-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/tok-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/tr-TR-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/locales/uk-UA-C5E3dFBf.js +1 -0
- package/phanpy/dist/assets/locales/zh-CN-BHJi7_et.js +1 -0
- package/phanpy/dist/assets/locales/zh-TW-CfheRbCu.js +1 -0
- package/phanpy/dist/assets/main-BdqNbG-a.js +26 -0
- package/phanpy/dist/assets/main-BdqNbG-a.js.map +1 -0
- package/phanpy/dist/assets/mock-home-DGhR__He.js +2 -0
- package/phanpy/dist/assets/mock-home-DGhR__He.js.map +1 -0
- package/phanpy/dist/assets/multi-column-ROck0NVt.jpg +0 -0
- package/phanpy/dist/assets/multi-hashtag-timeline-DH5INVHi.jpg +0 -0
- package/phanpy/dist/assets/nested-comments-thread-hv59kZLc.jpg +0 -0
- package/phanpy/dist/assets/polyfill-force-H8sUkLGp.js +2 -0
- package/phanpy/dist/assets/polyfill-force-H8sUkLGp.js.map +1 -0
- package/phanpy/dist/assets/pwa-viewport-ogKbF51K.js +20 -0
- package/phanpy/dist/assets/pwa-viewport-ogKbF51K.js.map +1 -0
- package/phanpy/dist/assets/style-B1iLPTPR.css +2 -0
- package/phanpy/dist/assets/temml-DuyIQMei.js +97 -0
- package/phanpy/dist/assets/temml-DuyIQMei.js.map +1 -0
- package/phanpy/dist/assets/tinyld.light.node-DtbBhLYC.js +2 -0
- package/phanpy/dist/assets/tinyld.light.node-DtbBhLYC.js.map +1 -0
- package/phanpy/dist/assets/year-in-posts-B2lywqdx.png +0 -0
- package/phanpy/dist/assets/year-in-posts-DJv_star.js +3 -0
- package/phanpy/dist/assets/year-in-posts-DJv_star.js.map +1 -0
- package/phanpy/dist/compose/index.html +20 -0
- package/phanpy/dist/favicon.ico +0 -0
- package/phanpy/dist/index.html +73 -0
- package/phanpy/dist/logo-192.png +0 -0
- package/phanpy/dist/logo-512.png +0 -0
- package/phanpy/dist/logo-badge-72.png +0 -0
- package/phanpy/dist/logo-maskable-512.png +0 -0
- package/phanpy/dist/logo-monochrome-512.png +0 -0
- package/phanpy/dist/logo-monochrome-maskable-512.png +0 -0
- package/phanpy/dist/manifest.webmanifest +1 -0
- package/phanpy/dist/og-image-2.jpg +0 -0
- package/phanpy/dist/og-image.png +0 -0
- package/phanpy/dist/robots.txt +2 -0
- package/phanpy/dist/sw.js +25 -0
- package/phanpy/dist/version.json +1 -0
- package/run-agent.mjs +805 -0
- package/scripts/build-dist.mjs +37 -0
- package/scripts/verify-ui.mjs +60 -0
- package/ui/README.md +23 -0
- package/vendor/gate.cjs +132 -0
- package/vendor/idp-grant.cjs +394 -0
- package/vendor/jfetch.cjs +16 -0
- package/web/admin/admin.js +958 -0
- package/web/admin/bar.css +64 -0
- package/web/admin/bar.js +61 -0
- package/web/admin/client/client.js +66 -0
- package/web/admin/client/index.html +42 -0
- package/web/admin/index.html +493 -0
- package/web/admin/setup/index.html +172 -0
- package/web/admin/setup/setup.js +268 -0
- package/web/admin/window.css +55 -0
- package/web/admin/window.js +136 -0
- package/web/front/install.sh +69 -0
- package/web/front/new-account.html +424 -0
- package/web/front/run.html +138 -0
- package/web/front/solid-client-authn.bundle.js +2 -0
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
[
|
|
2
|
+
"mastodon.social",
|
|
3
|
+
"infosec.exchange",
|
|
4
|
+
"mstdn.social",
|
|
5
|
+
"mstdn.jp",
|
|
6
|
+
"hachyderm.io",
|
|
7
|
+
"piaille.fr",
|
|
8
|
+
"social.vivaldi.net",
|
|
9
|
+
"mastodon.world",
|
|
10
|
+
"troet.cafe",
|
|
11
|
+
"mastodon.uno",
|
|
12
|
+
"mastodon.gamedev.place",
|
|
13
|
+
"techhub.social",
|
|
14
|
+
"social.tchncs.de",
|
|
15
|
+
"mastodon.nl",
|
|
16
|
+
"norden.social",
|
|
17
|
+
"flipboard.social",
|
|
18
|
+
"mathstodon.xyz",
|
|
19
|
+
"kolektiva.social",
|
|
20
|
+
"occm.cc",
|
|
21
|
+
"nrw.social",
|
|
22
|
+
"tech.lgbt",
|
|
23
|
+
"mastodonapp.uk",
|
|
24
|
+
"defcon.social",
|
|
25
|
+
"universeodon.com",
|
|
26
|
+
"mstdn.ca",
|
|
27
|
+
"c.im",
|
|
28
|
+
"mastodon.sdf.org",
|
|
29
|
+
"masto.es",
|
|
30
|
+
"sueden.social",
|
|
31
|
+
"toot.community",
|
|
32
|
+
"sfba.social",
|
|
33
|
+
"mastodon.scot",
|
|
34
|
+
"tkz.one",
|
|
35
|
+
"det.social",
|
|
36
|
+
"mstdn.party",
|
|
37
|
+
"mastodon.ie",
|
|
38
|
+
"hessen.social",
|
|
39
|
+
"ruhr.social",
|
|
40
|
+
"ohai.social",
|
|
41
|
+
"mastodontech.de",
|
|
42
|
+
"pouet.chapril.org",
|
|
43
|
+
"mastodon.nu",
|
|
44
|
+
"livellosegreto.it",
|
|
45
|
+
"ieji.de",
|
|
46
|
+
"mastodon.bida.im",
|
|
47
|
+
"indieweb.social",
|
|
48
|
+
"social.linux.pizza",
|
|
49
|
+
"mastodon.eus",
|
|
50
|
+
"social.cologne",
|
|
51
|
+
"mastodon.au",
|
|
52
|
+
"muenchen.social",
|
|
53
|
+
"ioc.exchange",
|
|
54
|
+
"social.anoxinon.de",
|
|
55
|
+
"mastodon.green",
|
|
56
|
+
"mastodont.cat",
|
|
57
|
+
"nerdculture.de",
|
|
58
|
+
"ruby.social",
|
|
59
|
+
"metalhead.club",
|
|
60
|
+
"cyberplace.social",
|
|
61
|
+
"uri.life",
|
|
62
|
+
"mindly.social",
|
|
63
|
+
"m.otter.homes",
|
|
64
|
+
"mastodon.ml",
|
|
65
|
+
"masto.nu",
|
|
66
|
+
"mastodon.de",
|
|
67
|
+
"dresden.network",
|
|
68
|
+
"phpc.social",
|
|
69
|
+
"sunny.garden",
|
|
70
|
+
"mastodontti.fi",
|
|
71
|
+
"toot.wales",
|
|
72
|
+
"climatejustice.social",
|
|
73
|
+
"noc.social",
|
|
74
|
+
"fairy.id",
|
|
75
|
+
"furry.engineer",
|
|
76
|
+
"sciences.social",
|
|
77
|
+
"mastodon.me.uk",
|
|
78
|
+
"bark.lgbt",
|
|
79
|
+
"mstdn.plus",
|
|
80
|
+
"mastodon.com.pl",
|
|
81
|
+
"glasgow.social",
|
|
82
|
+
"bonn.social",
|
|
83
|
+
"freiburg.social",
|
|
84
|
+
"hostux.social",
|
|
85
|
+
"blorbo.social",
|
|
86
|
+
"mastorol.es",
|
|
87
|
+
"rollenspiel.social",
|
|
88
|
+
"rheinneckar.social",
|
|
89
|
+
"tooting.ch",
|
|
90
|
+
"c7.io",
|
|
91
|
+
"rivals.space",
|
|
92
|
+
"hcommons.social",
|
|
93
|
+
"discuss.systems",
|
|
94
|
+
"mastodon.gal",
|
|
95
|
+
"expressional.social",
|
|
96
|
+
"lgbtqia.space",
|
|
97
|
+
"mapstodon.space",
|
|
98
|
+
"mstdn.games",
|
|
99
|
+
"wehavecookies.social",
|
|
100
|
+
"mast.lat",
|
|
101
|
+
"masto.pt",
|
|
102
|
+
"mastodon-belgium.be",
|
|
103
|
+
"ursal.zone",
|
|
104
|
+
"wien.rocks",
|
|
105
|
+
"snabelen.no",
|
|
106
|
+
"cupoftea.social",
|
|
107
|
+
"tilde.zone",
|
|
108
|
+
"gaygeek.social",
|
|
109
|
+
"privacysafe.social",
|
|
110
|
+
"sakurajima.moe",
|
|
111
|
+
"retro.pizza",
|
|
112
|
+
"shelter.moe",
|
|
113
|
+
"darmstadt.social",
|
|
114
|
+
"woof.tech",
|
|
115
|
+
"ludosphere.fr",
|
|
116
|
+
"en.osm.town",
|
|
117
|
+
"mast.dragon-fly.club",
|
|
118
|
+
"peoplemaking.games",
|
|
119
|
+
"graz.social",
|
|
120
|
+
"mastodon.berlin",
|
|
121
|
+
"muenster.im",
|
|
122
|
+
"kanoa.de",
|
|
123
|
+
"qdon.space",
|
|
124
|
+
"pawb.fun",
|
|
125
|
+
"bookstodon.com",
|
|
126
|
+
"famichiki.jp",
|
|
127
|
+
"veganism.social",
|
|
128
|
+
"oslo.town",
|
|
129
|
+
"mastodon.uy",
|
|
130
|
+
"socel.net",
|
|
131
|
+
"witter.cz",
|
|
132
|
+
"urusai.social",
|
|
133
|
+
"h4.io",
|
|
134
|
+
"toad.social",
|
|
135
|
+
"union.place",
|
|
136
|
+
"musician.social",
|
|
137
|
+
"mstdn.dk",
|
|
138
|
+
"eupolicy.social",
|
|
139
|
+
"xarxa.cloud",
|
|
140
|
+
"theblower.au",
|
|
141
|
+
"mustard.blog",
|
|
142
|
+
"mstdn.business",
|
|
143
|
+
"musicworld.social",
|
|
144
|
+
"tooot.im",
|
|
145
|
+
"machteburch.social",
|
|
146
|
+
"burningboard.net",
|
|
147
|
+
"tea.codes",
|
|
148
|
+
"fandom.ink",
|
|
149
|
+
"thecanadian.social",
|
|
150
|
+
"4bear.com",
|
|
151
|
+
"masto.nyc",
|
|
152
|
+
"spore.social",
|
|
153
|
+
"toot.kif.rocks",
|
|
154
|
+
"poliversity.it",
|
|
155
|
+
"pnw.zone",
|
|
156
|
+
"libretooth.gr",
|
|
157
|
+
"disabled.social",
|
|
158
|
+
"hear-me.social",
|
|
159
|
+
"mountains.social",
|
|
160
|
+
"graphics.social",
|
|
161
|
+
"opalstack.social",
|
|
162
|
+
"dizl.de",
|
|
163
|
+
"ciberlandia.pt",
|
|
164
|
+
"archaeo.social",
|
|
165
|
+
"bahn.social",
|
|
166
|
+
"mastodon.pnpde.social",
|
|
167
|
+
"furries.club",
|
|
168
|
+
"mastodon.london",
|
|
169
|
+
"dmv.community",
|
|
170
|
+
"fedi.at",
|
|
171
|
+
"bzh.social",
|
|
172
|
+
"qaf.men",
|
|
173
|
+
"babka.social",
|
|
174
|
+
"mastodon.energy",
|
|
175
|
+
"cultur.social",
|
|
176
|
+
"gardenstate.social",
|
|
177
|
+
"vkl.world",
|
|
178
|
+
"tuiter.rocks",
|
|
179
|
+
"fulda.social",
|
|
180
|
+
"mast.hpc.social",
|
|
181
|
+
"frikiverse.zone",
|
|
182
|
+
"is.nota.live",
|
|
183
|
+
"mendeddrum.org",
|
|
184
|
+
"toot.si",
|
|
185
|
+
"donphan.social",
|
|
186
|
+
"gamepad.club",
|
|
187
|
+
"mastodon.africa",
|
|
188
|
+
"muri.network",
|
|
189
|
+
"library.love",
|
|
190
|
+
"puntarella.party",
|
|
191
|
+
"social.politicaconciencia.org",
|
|
192
|
+
"masto.nobigtech.es",
|
|
193
|
+
"tyrol.social",
|
|
194
|
+
"norcal.social",
|
|
195
|
+
"wargamers.social",
|
|
196
|
+
"tchafia.be",
|
|
197
|
+
"w3c.social",
|
|
198
|
+
"lou.lt",
|
|
199
|
+
"mograph.social",
|
|
200
|
+
"ani.work",
|
|
201
|
+
"social.silicon.moe",
|
|
202
|
+
"lsbt.me",
|
|
203
|
+
"burma.social",
|
|
204
|
+
"gayfr.social",
|
|
205
|
+
"datasci.social",
|
|
206
|
+
"khiar.net",
|
|
207
|
+
"hometech.social",
|
|
208
|
+
"mastodon.pirateparty.be",
|
|
209
|
+
"opencoaster.net",
|
|
210
|
+
"drupal.community",
|
|
211
|
+
"epsilon.social",
|
|
212
|
+
"friendsofdesoto.social",
|
|
213
|
+
"toot.funami.tech",
|
|
214
|
+
"mastodon.vlaanderen",
|
|
215
|
+
"lewacki.space",
|
|
216
|
+
"indieauthors.social",
|
|
217
|
+
"leipzig.town",
|
|
218
|
+
"theatl.social",
|
|
219
|
+
"epicure.social",
|
|
220
|
+
"genealysis.social",
|
|
221
|
+
"esq.social",
|
|
222
|
+
"toot.garden",
|
|
223
|
+
"mstdn.animexx.de",
|
|
224
|
+
"elekk.xyz",
|
|
225
|
+
"est.social",
|
|
226
|
+
"kurry.social",
|
|
227
|
+
"masto.yttrx.com",
|
|
228
|
+
"toot.re",
|
|
229
|
+
"retro-gaiden.com",
|
|
230
|
+
"karlsruhe-social.de",
|
|
231
|
+
"pointless.chat",
|
|
232
|
+
"toki.social",
|
|
233
|
+
"mastodon.tn",
|
|
234
|
+
"hoosier.social",
|
|
235
|
+
"colorid.es",
|
|
236
|
+
"umbracocommunity.social",
|
|
237
|
+
"mastodon.cr",
|
|
238
|
+
"apobangpo.space",
|
|
239
|
+
"devianze.city",
|
|
240
|
+
"mastodon.education",
|
|
241
|
+
"seocommunity.social",
|
|
242
|
+
"paktodon.asia",
|
|
243
|
+
"fribygda.no",
|
|
244
|
+
"toots.nu",
|
|
245
|
+
"katholisch.social",
|
|
246
|
+
"mastodon.wien",
|
|
247
|
+
"twoot.site",
|
|
248
|
+
"techtoots.com",
|
|
249
|
+
"poweredbygay.social",
|
|
250
|
+
"arvr.social",
|
|
251
|
+
"gamerstavern.online",
|
|
252
|
+
"ruhrpott.social",
|
|
253
|
+
"rheinhessen.social",
|
|
254
|
+
"frontrange.co",
|
|
255
|
+
"raphus.social",
|
|
256
|
+
"h-net.social",
|
|
257
|
+
"nwb.social",
|
|
258
|
+
"klog.tw",
|
|
259
|
+
"okla.social",
|
|
260
|
+
"rail.chat",
|
|
261
|
+
"jazztodon.com",
|
|
262
|
+
"mastodon.bot",
|
|
263
|
+
"turtleisland.social",
|
|
264
|
+
"mastodon.sg",
|
|
265
|
+
"mastodon.pub.solar",
|
|
266
|
+
"fairmove.net",
|
|
267
|
+
"stereodon.social",
|
|
268
|
+
"blackqueer.life",
|
|
269
|
+
"mastodon-swiss.org",
|
|
270
|
+
"bologna.one",
|
|
271
|
+
"birdon.social",
|
|
272
|
+
"camp.smolnet.org",
|
|
273
|
+
"cwb.social",
|
|
274
|
+
"elizur.me",
|
|
275
|
+
"mastodon.free-solutions.org",
|
|
276
|
+
"biplus.social",
|
|
277
|
+
"k8s.social",
|
|
278
|
+
"fpv.social",
|
|
279
|
+
"woodworking.group",
|
|
280
|
+
"planetearth.social",
|
|
281
|
+
"growers.social",
|
|
282
|
+
"mastodon.babb.no",
|
|
283
|
+
"squawk.mytransponder.com",
|
|
284
|
+
"social.diva.exchange",
|
|
285
|
+
"mastodon.frl",
|
|
286
|
+
"skastodon.com",
|
|
287
|
+
"mastodon.iow.social",
|
|
288
|
+
"lounge.town",
|
|
289
|
+
"episcodon.net",
|
|
290
|
+
"ailbhean.co-shaoghal.net",
|
|
291
|
+
"mastodon.hosnet.fr",
|
|
292
|
+
"kzoo.to",
|
|
293
|
+
"mastodon.bachgau.social",
|
|
294
|
+
"cville.online",
|
|
295
|
+
"kcmo.social",
|
|
296
|
+
"23.illuminati.org",
|
|
297
|
+
"mcr.wtf",
|
|
298
|
+
"syzito.xyz",
|
|
299
|
+
"nfld.me",
|
|
300
|
+
"synapse.cafe",
|
|
301
|
+
"mastodon.ee",
|
|
302
|
+
"burnout.cafe",
|
|
303
|
+
"silversword.online",
|
|
304
|
+
"mastodon.bahia.no",
|
|
305
|
+
"creators.social",
|
|
306
|
+
"connectop.us",
|
|
307
|
+
"mikumikudance.cloud",
|
|
308
|
+
"polsci.social",
|
|
309
|
+
"social.ferrocarril.net",
|
|
310
|
+
"mastodon.ph",
|
|
311
|
+
"dariox.club",
|
|
312
|
+
"bath.social",
|
|
313
|
+
"fpl.social",
|
|
314
|
+
"social.avali.zone",
|
|
315
|
+
"mastodon.mg",
|
|
316
|
+
"social.sndevs.com",
|
|
317
|
+
"psu.social",
|
|
318
|
+
"social.main-angler.de",
|
|
319
|
+
"newforest.social",
|
|
320
|
+
"troet.fediverse.at",
|
|
321
|
+
"ms.maritime.social",
|
|
322
|
+
"bvb.social",
|
|
323
|
+
"nutmeg.social",
|
|
324
|
+
"kjas.no",
|
|
325
|
+
"darticulate.com",
|
|
326
|
+
"netsphere.one",
|
|
327
|
+
"saint-paul.us",
|
|
328
|
+
"ceilidh.online",
|
|
329
|
+
"douzepoints.social",
|
|
330
|
+
"wxw.moe",
|
|
331
|
+
"learningdisability.social",
|
|
332
|
+
"computerfairi.es"
|
|
333
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=JSON.parse(`{"-38pse":["Reply scheduled"],"-3FjPq":["Unable to report post"],"-71G9C":[["count","plural",{"1":[["account"]," followed you."],"other":["<0><1>",["0"],"</1> people</0> followed you."]}]],"-8W4nA":["Delete this collection?"],"-9E7iR":["Connected on ",["0"]," (<0/>)"],"-Cxvld":["<0>Shift</0> + <1>c</1>"],"-GkIdc":["Scheduled Posts"],"-H9yli":["Unable to remove account"],"-IJm1Z":["Muted"],"-Kq2vY":["Shortcut settings copied"],"-MACwa":["No collections yet."],"-RZyRm":["Post hidden because you've blocked ",["domain"],"."],"-XOeb-":["Boosted/Liked by…"],"-ZzjRY":[["hashtagTitle"]],"-_xYEI":["Switch to Side Peek view"],"-bAQ3S":["Only you can quote"],"-k97fV":["Nothing to see here yet."],"-kQ_cY":["Delete this list?"],"-kQy_G":["Edit notes"],"-niKJH":["anyone"],"-owNNn":["Posts"],"-syLpm":[["optionVotesCount","plural",{"one":["#"," vote"],"other":["#"," votes"]}]],"03Qqf9":["Filtered"],"03jFGT":["No one mentioned you :("],"03vjxE":["Replying to @",["0"]],"08IojR":["Unable to access camera. Please check permissions."],"09u3Kk":["Delete scheduled post?"],"0IrTm_":["Post collection"],"0J4sZq":["Error deleting drafts! Please try again."],"0MgdN-":["Back to top"],"0NXzv9":["Private posts cannot be quoted"],"0OHPem":["This is static, unstyled and scriptless. You may need to apply your own styles and edit as needed."],"0SdaOt":["Post translation"],"0WUFGD":["Showing posts in ",["0"]],"0X2KC8":["Boosts from @",["username"]," enabled."],"0YgcH9":["Go to Notifications"],"0h4_9h":[" Notifications disabled for @",["username"],"'s posts."],"0hbkwr":["server domain"],"0mC0SF":["Auto refresh timeline posts"],"0mebiX":[["selectedCount","plural",{"one":["Import ","#"," account"],"other":["Import ","#"," accounts"]}]],"0tG4wG":["Unable to unblock @",["username"]],"0tQ7AD":["Density"],"0tZAhT":["⚠️⚠️⚠️ Very experimental.<0/>Stored in your own profile’s notes. Profile (private) notes are mainly used for other profiles, and hidden for own profile."],"0udtPI":["Only mentions"],"0whvLM":[["0","plural",{"one":["Announcement"],"other":["Announcements"]}]],"10OlfF":["Nothing to show"],"1C_9Sa":["Bookmarked"],"1DBGsz":["Notes"],"1HxK8h":["Hide Local timeline"],"1JZ175":[["0","plural",{"one":["#"," keyword"],"other":["#"," keywords"]}]],"1QfxQT":["Dismiss"],"1RfGk7":["Let's catch up on the posts from your followings."],"1TNIig":["Open"],"1atgyZ":["Note: your server might only show a maximum of 800 posts in the Home timeline regardless of the time range. Could be less or more."],"1dyGG_":["Catch-up ",["0"]," removed"],"1lGm1k":["A separate timeline for followings. Email-inspired interface to sort and filter posts."],"1njn7W":["Light"],"1o-mEC":["last 4 hours"],"1pKapz":["Send post"],"1qL-L-":["Specific list is optional. For multi-column mode, list is required, else the column will not be shown."],"1t_NnN":["Reject"],"237hSL":["Ended"],"24misb":["More…"],"24w-FD":[["years","plural",{"one":["#"," year later"],"other":["#"," years later"]}]],"27x6gl":["Copy handle"],"29r697":["Go to Bookmarks"],"2AeREO":["Unable to load followed hashtags."],"2BApYc":["Private mentions"],"2BBAbc":["List"],"2C0g0G":["Post unavailable"],"2EYeAZ":["The end."],"2FYpfJ":["More"],"2LiWsE":["Switch to Full view"],"2S_uvJ":[["0","plural",{"one":["#"," hashtag"],"other":["#"," hashtags"]}]],"2WtL62":["Pending review"],"2jI8hh":["Let's catch up"],"2oZ4Iw":["Error fetching quoted status!"],"2pjfev":["Unable to report collection"],"2tUUhP":["These accounts may have opted out of discovery or be on a server that doesn't support collections."],"2xahsi":["Continue with ",["selectedInstanceText"]],"2yr1_p":["New posts"],"32TndD":["Blocked"],"3HCpJW":["New collection"],"3IakFR":["Delete all drafts?"],"3Ib6FN":["Move down"],"3LkfZu":["Mention <0>@",["username"],"</0>"],"3OLv47":["Unable to unfeature on profile"],"3P1r1z":["Quote settings updated"],"3TSz9S":["Minimize"],"3Uoj83":["Error loading quotes"],"3W4MYO":["Moderated accounts"],"3Xq4Zi":["Add more than one shortcut/column to make this work."],"3ePd3I":["What's new"],"3mOee6":["Edit filter"],"3t_Nrv":["Switch to this account"],"3wG7HI":["Uploaded"],"3xIN-E":["No columns yet. Tap on the Add column button."],"4-7X9i":["Notifications settings updated"],"40naR1":["Scheduled post rescheduled"],"40z2Fm":["View profile…"],"41gejM":["Expand content warning or<0/>toggle expanded/collapsed thread"],"44hICK":["Unable to load account."],"48oDit":[["query"]," <0>‒ accounts, hashtags & posts</0>"],"4CZnNE":["Enter a new server e.g. \\"mastodon.social\\""],"4Dh9J1":["Unable to delete filter."],"4ERYY7":["Federated"],"4LHHK6":["More from <0/>"],"4MFM3P":["No hashtags found."],"4R1B1H":["Recent searches"],"4S86wI":["Looks like your browser is blocking popups."],"4UOm4A":[["0","plural",{"other":["<0>@",["1"],"</0> first, ","#"," others below"]}]],"4WUbF1":["Poll"],"4XF0BB":["Profile picture"],"4_RpOy":["Open in new window"],"4_iCqx":["Trending"],"4b3oEV":["Content"],"4cijjm":["Send Report"],"4uflEE":["Default visibility updated"],"4v_hQI":["Remove me from this collection?"],"5-87Pq":["Notification"],"52x24e":["Note: <0>Default</0> account will always be used for first load. Switched accounts will persist during the session."],"551IUY":["Unable to remove header picture."],"570qTm":["\\"Cloud\\" import/export for shortcuts settings"],"5GFQTh":["Unable to fetch notifications."],"5I1YZO":["Download shortcuts from server"],"5KJFnN":["Not available in current view mode"],"5Lvp3B":["Existing"],"5LwCCI":["Ended <0/>"],"5PGPvG":["View #Wrapstodon"],"5bAOta":["Post removed by author"],"5gfDMm":["Media description"],"5hXGws":["Open original media in new window"],"5t4KSs":["View Quotes"],"5vzJxv":[["0","plural",{"one":["#"," filter"],"other":["#"," filters"]}]],"5w02SH":["Shortcuts saved"],"5ykMJ1":["Reply all"],"63FG7O":["Hiding boosts"],"6Fs1Ba":["Follow requests"],"6GZBJp":["Switch to account's server ",["0"]],"6HA9-s":["No trending posts."],"6KkH-2":["<0>Version:</0> <1/> ",["0"]],"6LUsk7":["Push notifications are blocked. Please enable them in your browser settings."],"6MzUUU":["Append to current shortcuts?"],"6XYpYY":["Previous post"],"6XjvUL":["Screenshot of Phanpy home timeline on tablet device"],"6YeoAt":["Search: ",["q"]," (Posts)"],"6YtxFj":["Name"],"6ZjzWP":["Override current shortcuts?"],"6lGV3K":["Show less"],"6yILME":["Describe image…"],"73lp8c":["View profile"],"77Emn0":["Keyboard shortcuts"],"7FGvtQ":["Filtered: ",["filterTitleStr"]],"7Ff7ia":["Bookmarks"],"7I3sDQ":["Note: This feature uses external translation services, powered by <0>",["TRANSLATION_API_NAME"],"</0>."],"7KnEYa":["Unable to remove from list."],"7PQAMY":["Report post…"],"7QSeK6":["Unable to load posts."],"7Vb-qD":["last 11 hours"],"7WYl2I":["View profile image"],"7ZJHdw":["Home / Following"],"7d1a0d":["Public"],"7dHKu4":[["0","plural",{"one":["#"," follow request"],"other":["#"," follow requests"]}]],"7defFj":["Optional, e.g. mastodon.social"],"7e0O8Z":["Accounts…"],"7oRLbi":["Mutual"],"7r6sCa":["Text size"],"8-HOWa":["last 3 hours"],"84WuL2":["<0>l</0> or <1>f</1>"],"87a_t_":["Label"],"8Kudkr":["Shortcuts / Columns…"],"8MkSAW":["View post by <0>@",["0"],"</0>"],"8SN9kN":["Unable to mute conversation"],"8ZPzp0":["Posts tagged #",["tagged"]," by ",["accountDisplay"]],"8ab1sR":["Liked"],"8d0b8B":["Push permission was not granted since your last login. You'll need to <0><1>log in</1> again to grant push permission</0>."],"8fZueG":["Read more →"],"8i6Ueo":["Custom emojis"],"8iQ-jk":["No drafts found."],"8k2w6G":["No bookmarks yet. Go bookmark something!"],"8prZNK":[["0","plural",{"one":["#"," list"],"other":["#"," lists"]}]],"8r8KmB":["Show all sensitive content"],"8zsp51":["Generating description. Please wait…"],"95IFnD":["New update available…"],"98E0aM":[["index"],"/",["total"]],"9J6biQ":["Unable to switch"],"9KEidY":["Type to search GIFs"],"9KK2rC":["Bot accounts"],"9Ko-Xp":["Your followers can quote"],"9OpVZg":["Edit profile"],"9OzDUH":["Remove account…"],"9Q_4xJ":["Back to showing trending posts"],"9VPqHP":["Open media or post details"],"9Vdq-j":["Automated"],"9ZCilh":["Show media"],"9ZP9cc":["Forever"],"9groMz":["Translated Bio"],"9npOH9":["Open file"],"9q5uor":["Image description generator"],"9ra4hn":["Featured on profile"],"9tmn6W":["Add shortcut…"],"9veeTb":["Trending News"],"A05Pj6":["Thread ",["index"],"/",["total"]],"A1As8l":["beta"],"A1taO8":["Search"],"A3GDG1":["Log out and remove <0>@",["0"],"</0>"],"A6cs15":["Unable to unpin post"],"A7kMZX":[["0","plural",{"one":["#"," account"],"other":["#"," accounts"]}]],"AB_GtR":["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?"],"ACul2G":["Report @",["username"]],"AGyV7s":["Overlaps with your last catch-up"],"AIa_f7":["Compose new post"],"AJqQb-":["Show markup"],"AThL_k":["Error loading accounts"],"AWOSPo":["Zoom in"],"AZ2EoP":["<0>Built</0> by <1>@cheeaun</1>"],"Aadw0-":["Go to account page"],"AeM_di":["Account Emojis:"],"AeXO77":["Account"],"AgkUZa":["No featured profiles."],"AgkcM_":["@",["username"]," removed from followers"],"Ap_10-":["Looks like you have unsent drafts. Let's continue where you left off."],"AuiMZZ":["Search: ",["q"]," (Hashtags)"],"AzZ5zv":["Polls are not interactive, becomes a list with vote counts."],"B4Xkly":["Unmuted @",["username"]],"BATCqf":["Showing posts mentioning <0>",["0"],"</0>"],"BC0lSD":["Unable to copy handle"],"BEVzjL":["Import failed"],"BHObg8":["Quote chain"],"BHWx-g":["All Lists"],"BHjZV6":["Hiding replies"],"BMmtZ8":["See more accounts"],"BPjyR2":["Delete this filter?"],"BRV_wh":["This user has chosen to not make this information available."],"BcNdg-":["Change expiry"],"BiZJ6G":["No one has posted anything yet."],"BmW9JG":["Search my posts"],"BrLbQp":["This post is from another server (<0>",["instance"],"</0>). Interactions (reply, boost, etc) are not possible."],"BskFI2":["<0>Built</0> by <1>@cheeaun</1>. <2>Privacy Policy</2>."],"Buy2bt":["Home and lists"],"BvmBs6":["Manage accounts"],"Bz5hLl":["Go to original profile page"],"Bze3gr":["Auto (",["0"],")"],"C4x3-X":[["statusesCount","plural",{"one":["<0>",["0"],"</0> Post"],"other":["<1>",["1"],"</1> Posts"]}]],"C5zXYJ":["Header picture"],"C6cVP_":["<0>",["displayName"],"</0> has indicated that their new account is now:"],"C7ujRh":["Toggle Cloak mode"],"CDpQAX":["Remove poll"],"CGQ27z":["Screenshot of nested comments thread"],"CIHAsy":["Specify a list of shortcuts that'll appear\xA0as:"],"CKHUZ2":[["0"]," original posts, ",["1"]," replies, ",["2"]," quotes, ",["3"]," boosts"],"CNSLAW":["No one has posted anything with this tag yet."],"CTqTgr":["Shortcuts"],"CXk1bI":["Log out…"],"CeInO2":["Preview of Catch-up UI"],"CeJHfb":["Display language"],"Cf1xHf":["Paginated timeline (beta)"],"CkOaai":["Unable to add account"],"CxKPv6":["What is this?"],"Cxr3Kn":["Import/export settings from/to server (Very experimental)"],"D15TLa":["Featuring you"],"D3vX-9":["Login required."],"D7_2jB":["GIF Picker for composer"],"D9CmP2":["Remove this catch-up?"],"DA_qA3":["Switch to collection's server (",["serverDomain"],")"],"DHhJ7s":["Previous"],"DOQUen":[["0","plural",{"one":["#"," reply"],"other":["<0>",["1"],"</0> replies"]}]],"DPfwMq":["Done"],"DUMt1y":["List ID"],"DWumLi":["Import shortcuts?"],"DYowFe":["Skip carousel to next post"],"Did6le":["Posts in ",["monthYear"]," by ",["accountDisplay"]],"Djbaby":["Reload page now to update?"],"DlhB4J":["<0/> <1>boosted</1>"],"DnepCE":["Error: ",["e"]],"DoJzLz":["Collections"],"DqsEm-":[["months","plural",{"one":["#"," month later"],"other":["#"," months later"]}]],"DuJJm9":["Edited: ",["editedDateText"]],"DuvOX_":["Dimension too large. Uploading might encounter issues. Try reduce dimension from ",["0"],"×",["1"],"px to ",["2"],"×",["3"],"px."],"E-oKCO":["Bio"],"E8laYz":["Multiple hashtags are supported. Space-separated."],"EANWES":["Failed to load history"],"EIZREX":["Top links"],"ERceEl":[["account"]," edited a collection you're in."],"EVRO_o":["Max ",["SHORTCUTS_LIMIT"]," shortcuts"],"EarrCe":["Search emoji"],"EdQY6l":["None"],"EkH9pt":["Update"],"EnJuK0":["Conversations"],"EzMSOY":["Collections by ",["username"]],"F3cM1G":["Last post: <0>",["0"],"</0>"],"FFmj1D":["Volunteer translations"],"FKojeB":["Sensitive media"],"FMGfUd":["Remove my post from <0>@",["0"],"</0>'s post?"],"FNptcJ":["Posts on this list are hidden from Home/Following"],"FSeU2b":[["0","plural",{"one":["#"," collection"],"other":["#"," collections"]}]],"Fb2K8h":["Bookmarked @",["0"],"'s post"],"FbPNuJ":["Delete this post?"],"Fd8FaU":["<0>Shift</0> + <1>k</1>"],"FgdLx0":["Unable to fetch account info"],"FjkaiT":["Zoom out"],"Fm6c4W":["Add GIF"],"Fq4zw3":["Not sure what to add?<0/>Try adding <1>Home / Following and Notifications</1> first."],"Fr0hAN":["Unable to create filter"],"FwMMx0":["Unable to update profile."],"Fz4lZ1":["Your account has been suspended."],"G2fuEb":["Locked"],"GKuKcZ":["Posting on <0/>"],"GMe2XV":["Post"],"GP8RLS":["Hashtag"],"GRUr8d":["Disable boosts"],"GS-Mus":["Export"],"Gj4mrz":["Open link?"],"GkS6YG":["HTML Code"],"GlfmCu":["Pinned posts"],"GquPwe":["Add notes"],"Gy9P9T":["Next post"],"H0Vm3h":["<link><icon/> Collection</link> by <name/>"],"H0wUNM":["View notifications from <0>@",["0"],"</0>"],"H8RP-h":["Unable to edit filter"],"HBIZeo":["Unable to format math"],"HHtYi7":[["0","plural",{"one":["#"," author"],"other":["#"," authors"]}]],"HKrBPX":["Unfollow…"],"HOSk7R":["Following…"],"HQJU6W":["Unable to load replies."],"HSA2au":["Edit History Snapshots"],"H_MI1F":["Unable to load post."],"HajiZl":["Month"],"Hhfqft":["Report Collection"],"Hp1l6f":["Current"],"Hu-C6L":["Most followers"],"HxF6Fk":["Original"],"Hy80qV":["Remove <0>",["username"],"</0> from this collection?"],"Hzi9AA":["No posts found."],"I6pdY3":["Failed to update subscription. Please try again."],"I92Z-b":["Enable notifications"],"I9EnzM":["Reset filters"],"I9uBFA":["last 8 hours"],"IK0zKi":[["hashtagTitle"]," on ",["instance"]],"INLTzH":["Your ",["year"]," #Wrapstodon is here!"],"IPXOXm":[["0","plural",{"one":["#"," character"],"other":["#"," characters"]}]],"ISg5SQ":["View post"],"IV4QaU":["Private mention"],"IXZLPs":["Cloak mode enabled"],"IeO7us":["Voted"],"Ih01jh":["Followed by…"],"IjKdHM":["Illegal"],"ImOQa9":["Reply"],"Iq3FHt":["Note: This feature uses currently-logged-in server API."],"IrX0sj":["Post scheduled"],"Is7_PB":["Add an existing account"],"IvPikw":["No lists yet."],"J4ONfI":["Filter notifications from:"],"J6hrEy":["Dismissed"],"J6ypuD":["A"],"JRswkR":["Block <0>@",["username"],"</0>…"],"JWxodU":["Unable to load post"],"Jb6_SB":["Delete…"],"JsU2En":["Pop out"],"JvA7Mo":[["0","plural",{"one":["Last 1 post in the past year(s)"],"other":["Last ",["1"]," posts in the past year(s)"]}]],"Jy9RU_":["New notifications"],"JybQca":["Send Report <0>+ Block profile</0>"],"KDw4GX":["Try again"],"KFs8c6":["Reply (new window)"],"KI7v-9":["Hide Federated timeline"],"KMtgtM":["Edit audio description"],"KPFHM2":["Server rule violation"],"KPoj8w":["Unable to create list."],"KS7iJH":["You're all caught up."],"K_EtE6":["Post edits"],"KiyvHV":["Post deleted"],"KkDhfU":["Nothing yet."],"Kzwsg2":["Error loading custom emojis"],"L-HFfr":["Showing posts tagged with #",["0"]],"L8fEEm":["Group"],"L96xSt":["Hide results"],"L9fUm-":["What's the issue with this post?"],"LCX3ys":["Search <0>@",["username"],"</0>'s posts"],"LDUSXg":["Choice ",["0"]],"LFKLqp":["Share…"],"LQFF6J":["Liked by…"],"LUnwPh":["Screenshot of Catch-up"],"LVd2Ia":["Screenshot of Phanpy home timeline on mobile device"],"LYCgej":["See more posts"],"LcET2C":["Privacy Policy"],"LcOiWS":["Don't have an account? Create one!"],"Lh8B0N":["Image description"],"Lsxpe5":["Add shortcut"],"LwOr4P":["Add to thread"],"M1RnFv":["Expired"],"MB-wJL":["Some media have no descriptions."],"MHrjPM":["Title"],"MIhb91":["Hashtag shortcut added"],"MKEPCY":["Follow"],"MPPZ54":["Add account"],"MQYucx":["Some media have no descriptions. Continue?"],"MRZxAn":["Edited"],"MWIaew":["Remove…"],"MXOmPt":["Notifications from <0>@",["0"],"</0>"],"MfJ43d":["Add media"],"MmYpxT":["Reply…"],"Mr53YX":["Show replies to people I follow"],"N1MyiN":["Unable to copy post text"],"N2FcBE":["Synced"],"N3Bq0f":[["0","plural",{"one":["Filtered notifications from ","#"," person"],"other":["Filtered notifications from ","#"," people"]}]],"N40H-G":["All"],"N4z4P_":["List may not work if it's from a different account."],"N8UzTV":["Replies"],"NAjVvt":["Default visibility"],"NCy-Nw":["Go to main post"],"NMNiaO":["until the max"],"NNrlf5":[["index"],"/X"],"NPXprJ":["Only followers can quote this post"],"NSSJsj":[["0"],"h"],"NU7wa_":["Media attachments can be images, videos, audios or any file types."],"Nc_W5J":["See more hashtags"],"Ng063n":["Donate"],"Ni40GV":["Failed to unwrap quote chain"],"NnRCUm":[["0"],"s"],"Nu4oKW":["Description"],"NuKR0h":["Others"],"NunZZQ":[["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"],"</1> people</0> boosted & liked your reply."],"other":["<2><3>",["1"],"</3> people</2> boosted & liked your post."]}]]}]],"NuqppG":[["0","plural",{"one":["#"," Boost"],"other":["#"," Boosts"]}]],"NwBwmN":["Report collection…"],"O1Aswy":["Never expires"],"O2tNG0":["Ending"],"O4cLCR":["Sponsor"],"ODqZt1":["[Unknown notification type: ",["type"],"]"],"OISAkj":["Remove hashtag"],"OKiofn":["Edit History"],"OOEonE":["Show me all posts from…"],"OOa7_5":["Import/Export <0>Shortcuts</0>"],"OcUmcH":["Unlike"],"OdVhdR":["<0>New</0> <1>Follow Requests</1>"],"Ogtv0V":["A minimalistic opinionated Mastodon web client."],"OgyJSr":["Local only"],"OiUYO5":["Mute conversation"],"OqaQnE":["View Edit History Snapshots"],"Ov9hfp":["last 1 hour"],"Owr_5-":["Unable to feature @",["username"]," on your profile."],"PBFNgg":["followers"],"PCcEFZ":["Joined <0>",["0"],"</0>"],"PHIrMr":["No likes yet. Go like something!"],"PM7llw":["Don't show replies"],"PPcets":["Set as default"],"PZgZtY":["Switch in new tab/window"],"PZlHt8":["Bookmark"],"PbFw9n":["Error loading GIFs"],"PbHARL":["Automatically show translation for posts in timeline. Only works for <0>short</0> posts without content warning, media and poll."],"Pc7QKh":["Effortlessly follow conversations. Semi-collapsible replies."],"PcoS3v":["Posting"],"PdNgnE":["New accounts"],"PgVqvd":["Federated timeline (",["instance"],")"],"PiPfua":["Version string copied"],"PiVIlD":["Boost…"],"PjP87f":["View post stats"],"Pm-5jw":["Conversation unmuted"],"PssvYb":["Unable to delete collection."],"Pwqkdw":["Loading…"],"Q1Huya":["Replying to @",["0"],"’s post (<0>",["1"],"</0>)"],"Q3yArs":["An admin from <0>",["from"],"</0> has blocked <1>",["targetName"],"</1>. Affected followers: ",["followersCount"],", followings: ",["followingCount"],"."],"Q5COHO":["Invalid server"],"QDEWii":["Verified"],"QL-7Jw":["Show Edit History"],"QO9uTx":["Shortcuts imported"],"QOhkyl":["Compose"],"QPtB2n":["Header picture has no description. Continue?"],"Q_HUhC":["Unmute <0>@",["username"],"</0>"],"QfD1qq":["Delete this field?"],"Qh-0sm":["<0>",["key1"],"</0> then <1>",["key2"],"</1>"],"Qopbnd":["Show featured profiles"],"QqW27M":["Reschedule"],"QyioBP":["Move up"],"QzzGsY":["Unboost"],"R-Pgtr":["No login information or account access details are stored in the exported files. You will need to log in again for each account after importing."],"R0yu2l":["Catch up"],"R20Yf9":["Translate from ",["sourceLangText"]," (auto-detected)"],"R4PmPA":["Post could be edited or deleted later."],"R7ep1i":["Unable to edit list."],"R8CUl0":[["0"]," posts above ‒ Go to top"],"R8mSiS":["Translate bio"],"R9-aEN":["Followed #",["hashtag"]],"R9Khdg":["Auto"],"R9kjEL":["Profile reported"],"RO10dm":["Public timelines"],"RQKWUa":["You have blocked <0>",["targetName"],"</0>. Removed followers: ",["followersCount"],", followings: ",["followingCount"],"."],"RTAr_z":["Resolving…"],"RXmXDR":[["repliesCount","plural",{"one":["#"," reply"],"other":["#"," replies"]}]],"Rj3wWq":["Date added"],"Ro05zN":["Last active: ",["date"]],"RpcZRB":["Mark as sensitive"],"RqX1mR":[["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"],"</1> people</0> liked your reply."],"other":["<2><3>",["1"],"</3> people</2> liked your post."]}]]}]],"RqXfsz":["Max ",["SHORTCUTS_LIMIT"]," columns"],"Rsjgm0":["Experimental"],"S1fBwy":["Frame rate too high. Uploading might encounter issues."],"S2vQN5":["Unsolicited private mentions"],"S5aemF":["Unable to dismiss notification request"],"S5cYrQ":["Screenshot of Boosts Carousel"],"S5ez7Y":["Skip carousel to previous post"],"S6P6E-":["Post pinned to profile"],"S6XZwv":[["0","plural",{"one":["#"," post"],"other":["#"," posts"]}]],"S8Y1Xb":["Keep navigation bars visible while scrolling"],"S92JKG":["Unable to accept notification request"],"S9JvjK":["Don't feature on profile"],"SBmqmC":["Shortcuts imported. Exceeded max ",["SHORTCUTS_LIMIT"],", so the rest are not imported."],"SGcIK-":[["followingCount","plural",{"other":["<0>",["0"],"</0> Following"]}]],"SYKm3p":["No keywords. Add one."],"Sb2gYF":["New list"],"ScQBC_":["Group: Authors"],"SdA74G":["Select file…"],"SiegcM":["Switch to my server (<0>",["currentInstance"],"</0>)"],"Sjj-EN":["Post your reply"],"Sjnlwj":["Import…"],"SlfejT":["Error"],"SrwrEj":["Save & close"],"T1_8PL":["Go to Profile"],"TSbnoW":["Boosts carousel"],"T_hglb":["Replace text as blocks, useful when taking screenshots, for privacy reasons."],"TbFrLc":["Updated <0>",["0"],"</0>"],"Tba8uO":["Unable to add to list."],"TbrCz2":["Take photo or video"],"TbttfX":[["followersCount","plural",{"one":["<0>",["0"],"</0> Follower"],"other":["<1>",["1"],"</1> Followers"]}]],"TnJgwX":["Notes:"],"TtG3Uh":["Sharing doesn't seem to work."],"Tu-sCN":["Boosts Carousel"],"Txus-H":["Editing source status"],"Tz0i8g":["Settings"],"UHDQDE":["Optional, unless for multi-column mode"],"UIfdY1":["Profiles featured by @",["0"]],"ULVw6q":["People not following you"],"UQR9OT":["Continue unwrapping…"],"UUrqX1":["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."],"UWSCwN":["Quote settings for this post"],"UYZxOy":["Replace current quote"],"UbRKMZ":["Pending"],"UefSZg":["Turn link into a quote?"],"UlJ3QN":["Feature on profile"],"UmuIdg":["Go to Home"],"UoL-FC":["Unable to load bookmarks."],"UxBoCm":["Tab/Menu bar"],"V1fa9u":["See more"],"VC2M2a":["Unable to load collection."],"VCZ0OT":["Remove follower…"],"VH-Tf9":["Unfeatured on profile"],"VKDnAx":["Failed to download GIF"],"VLKtvP":["Screenshot of multi-column UI"],"VU1Pnd":["last 12 hours"],"Va3xJe":["Add field"],"VbyRUy":["Comments"],"Vh3ADI":["Add column…"],"VkLESX":["Load new posts"],"Vosm4k":["Trending posts"],"VwUsHI":["Hashtags"],"Vyeh4F":["You're not logged in. Interactions (reply, boost, etc) are not possible."],"VzLGaA":["Unable to remove quote"],"W-NOEj":["Unable to remove from collection"],"W-eFn3":[["account"]," edited a post."],"W1ewR0":["Unable to copy link"],"W9FRBT":["Like"],"WDcQq9":["Unlisted"],"WJQKJn":["Removed from collection"],"WUHLnz":["Push Notifications (beta)"],"WZTg05":["Created by you"],"WZw-zB":["Edit video description"],"Wi1Ov0":["Multi-hashtag timeline"],"Wk2coq":["Showing boosts"],"XC9Jpz":["Post hidden by your filters"],"XDwkfO":["Scan QR code"],"XHVHK2":["Only visible to you"],"XKZRZ_":["Showing ",["selectedFilterCategory","select",{"all":["all posts"],"original":["original posts"],"replies":["replies"],"boosts":["boosts"],"quotes":["quotes"],"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":[]}]],"XN1xAY":[["SHORTCUTS_LIMIT","plural",{"one":["Max ","#"," shortcut reached. Unable to add shortcut."],"other":["Max ","#"," shortcuts reached. Unable to add shortcut."]}]],"XQMQZw":["Unpin from profile"],"Xi1_bw":["Followed Hashtags"],"Xl9v6-":["Lost connections with <0>",["name"],"</0>."],"XpQLJF":["<0>Shift</0> + <1>r</1>"],"YL6Y8P":["Learn more <0/>"],"YMU1CK":["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."],"YYB61U":["No accounts found."],"Yb6p2q":["Unable to delete post"],"Yfb9A8":["Previously…"],"YgM2yU":["Quote removed"],"YmGrIy":["Links shared by followings, sorted by shared counts, boosts and likes."],"YqffEv":["Moderation warning"],"YrR3Co":["Focus next column in multi-column mode"],"Yx0Ud8":["Requested"],"Yx809-":["Post unpinned from profile"],"Z2l5Bt":["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."],"Z8lGw6":["Share"],"ZLoGls":["Log in with Mastodon"],"ZM3jAs":["Failed to reschedule post"],"ZNme5R":["View profile header"],"ZP1FIA":["Failed to register application"],"ZSWUwq":[["0"],"m"],"Z_Vnvj":["Quotes can't be embedded in private mentions."],"ZhhOwV":["Quote"],"ZhsPEb":["Invalid settings format"],"ZlV82A":["View post with its replies"],"ZtBMwU":["Notifications from @",["0"]," will not be filtered from now on."],"Zxkt_v":["Translating…"],"_2mUza":["Media attachments:"],"_3LJfX":["Unblock <0>@",["username"],"</0>"],"_4fHR1":["A draft post is currently minimized. Post or discard it before creating a new one."],"_5ZKeE":["Pop in"],"_79dKl":[["account"]," added you to a collection."],"_7UQ7y":["Whole word"],"_AfxaA":["Go to my server (<0>",["currentInstance"],"</0>)"],"_BGBeF":["Muted ",["username"]],"_CLBTL":["Note: This feature uses external GIF search service, powered by <0>GIPHY</0>. 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."],"_Cw4Tx":["Downloading GIF…"],"_IX_7x":["Other"],"_KEBaP":["Unable to copy HTML code"],"_MJ7gZ":["No lists."],"_OvbEC":["e.g. “mastodon.social”"],"_W5yFF":["Delete this draft?"],"_WA_tl":["View all notifications"],"_Xg6f6":["No quotes yet"],"_bZzdR":["Mentions"],"_cKnpj":["Account posts"],"_dlmrZ":["Show all authors"],"_fY1js":["Ask a question"],"_nf2x7":["Math expressions found."],"_plB9m":["Muted @",["username"]," for ",["0"]],"_zL_Mq":["Scheduled post deleted"],"a5BN7l":["Post updated. Check it out."],"a6oTWs":["e.g. PixelArt (Max 5, space-separated)"],"aAIQg2":["Appearance"],"aDr7Vc":["Open original media"],"aEp6lO":["Scheduled <0><1/></0> <2>(",["0"],")</2>"],"aLvZxR":["Post hidden because you've blocked @",["name"],"."],"aOh6Md":["Failed to delete scheduled post"],"aTyHBW":["Post published. Check it out."],"aVsTYo":["Unable to save shortcuts"],"aWAdCb":["Show anyway"],"a_-arl":["Notifications settings"],"aaJhcT":["Follows"],"aavdrC":["By ",["0"]],"aforS9":["Block <0>@",["username"],"</0>?"],"agO_T_":["Expiry"],"ajzDof":["Posts: ",["0"]],"aqJggz":["Login required to see posts from this server."],"awRXyV":["Request to quote"],"b7T5Zj":["Boosted"],"bHinbm":["No accounts in this collection yet."],"bPwFdf":["Accounts"],"bQ4oy8":["Post hidden because you've muted @",["name"],"."],"bUUv3P":["Scroll to top"],"bVrsXl":["Unable to update collection."],"bfSr6z":["Shared by ",["0"]],"bgVLbt":["Import/export"],"bl7nrg":["HTML code copied"],"blQMpa":["Filtered post will be…"],"bpDheH":["Unboosted @",["0"],"'s post"],"bzMKg7":["Accepted"],"c1Q_eU":["Powered by GIPHY"],"c3XJ18":["Help"],"c6jxNY":["Unable to unmute conversation"],"c89gCv":["Import & append…"],"cDoNQr":["Accounts with <0>",["query"],"</0>"],"cFdBgp":["Unable to create collection."],"cI3UEs":["Trending (",["instance"],")"],"cR6K65":["Synced to your server's settings. <0>Go to your server (",["instance"],") for more settings.</0>"],"cSev-j":["Filters"],"cWIHTt":["No filters yet."],"cWtH-v":["Shortcuts copied"],"cXWjH0":["Boosts from @",["username"]," disabled."],"cYE45-":["Nested comments thread"],"cZJ92q":["Add poll"],"caeqw_":["Send Report <0>+ Mute profile</0>"],"cc0NrU":[["0","plural",{"0":["Hide \\"Translate\\" button for:"],"other":["Hide \\"Translate\\" button for (","#","):"]}]],"cg0I-x":["Federated timeline"],"cklVjM":["Timeline"],"coaNtr":["Sort: Density"],"cqi4Mx":["Like (favourite)"],"csQin_":["Malicious links, fake engagement, or repetitive replies"],"ctFhjs":[["maxMediaAttachments","plural",{"one":["You can only attach up to 1 file."],"other":["You can only attach up to ","#"," files."]}]],"ctJi7k":["Unfollow #",["hashtag"],"?"],"cxL5F9":["Add hashtag"],"cyjS8M":["Forward to <0>",["domain"],"</0>"],"d5zxa4":["Local"],"d83_LB":["File size too large. Uploading might encounter issues. Try reduce the file size from ",["0"]," to ",["1"]," or lower."],"dBme_4":["Old post (<0>",["0"],"</0>)"],"dDJEHI":["Until the last catch-up (",["0"],")"],"dEgA5A":["Cancel"],"dFu2-z":["Media posts by ",["accountDisplay"]],"dP6iYK":["Format math"],"dXMiUw":["Switch to Federated"],"dZZ8oA":["last 5 hours"],"dbNZdP":["Boosted @",["0"],"'s post"],"dmTmkQ":["For multi-column mode, search term is required, else the column will not be shown."],"dmiEVR":["You are not allowed to quote this post"],"dmloPh":["Search term"],"doK_ij":["Unfollowed #",["hashtag"]],"dpqPBg":["Authors"],"duF1lx":["Focus column in multi-column mode"],"dwLCPZ":["Replying to @",["0"],"’s post"],"e-RpCP":["Sign up"],"e2cs-Z":["Unwrap quote chain"],"e2uVlo":["Visually separate original posts and re-shared posts (boosted posts)."],"e5E-WH":["Raw Shortcuts JSON"],"e66y2Z":["Thread"],"e6tGFu":["Violates the law of your or the server's country"],"e7qQIH":["Withdraw follow request?"],"eDkKRi":[["count","plural",{"1":[["account"]," signed up."],"other":["<0><1>",["0"],"</1> people</0> signed up."]}]],"eH1bqp":["Search accounts"],"eIiurD":["Attachment #",["i"]," failed"],"eJ6Y9F":["Unable to remove profile picture."],"eK4SL_":["Media only"],"eKInue":["Quote settings"],"eNTGfp":["Failed to generate description",["0"]],"eNfCmq":[["account"]," reported ",["targetAccount"]],"ePK91l":["Edit"],"eVosYr":["You don't have to read everything."],"eWLklq":["Quotes"],"eYsAQr":["Unfollow @",["0"],"?"],"ecUA8p":["Today"],"ecVtjm":["Additional info"],"edWbV6":["Link copied"],"eh6NHW":[["account"]," requested to follow you."],"ei6pnR":["Show replies to list members"],"ekCRTP":["Rejected"],"evz6c6":["<0>Esc</0> or <1>Backspace</1>"],"f5dduh":["Next author"],"f6Hub0":["Sort"],"fGn1Hk":["Enter your search term or paste a URL above to get started."],"fHZgvt":["Note: This feature uses external AI service, powered by <0>img-alt-api</0>. May not work well. Only for images and in English."],"fVybCv":["Saving shortcuts to server…"],"fYeATS":["Thread ",["index"],"/X"],"faZ9RI":["Only for new images while composing new posts."],"following.stats":["Following"],"following.title":["Following"],"fomSje":["These accounts review all follow requests. Followers can add them to collections."],"fpgumQ":["Search: ",["q"]," (Accounts)"],"fpotTF":["Breaks specific server rules"],"fvAsUK":["Connect your existing Mastodon/Fediverse account.<0/>Your credentials are not stored on this server."],"fvc_zp":["Profile picture has no description. Continue?"],"fx5B7p":["@",["username"]," added to collection"],"g3UF2V":["Accept"],"gBOf4F":["People you don't follow"],"gCDfX-":["Unable to download shortcuts"],"gCX4Z9":["QR code"],"gEoOUj":["Look up <0>",["query"],"</0>"],"gURvmk":["Auto inline translation"],"gbbkE7":["Ignore"],"gdxreD":["Unable to copy version string"],"ggiJLM":["Add custom emoji"],"ggxOw9":["obscured (media only)"],"gjzl8E":["Unable to load notifications"],"gmB6oO":["Schedule"],"gnKo7f":["Content warning"],"group.filter":["Group"],"gukqfD":["See all"],"h16FyT":["Lists"],"h4JxWH":["Only followings"],"h7peZQ":["Allow"],"h7t_Tx":["Search @",["0"],"'s posts"],"h8zDAI":["Translate from ",["sourceLangText"]],"hB02vO":["Manage members"],"hC_ij1":["@",["username"]," removed from collection"],"hDWXuG":["Anyone can quote"],"hEe3YR":["Failed to update quote settings"],"hFs2qq":["Failed to update default visibility"],"hHSI3w":[["hashtagTitle"]," (Media only)"],"hOg-Mt":["Delete all…"],"hR9gtK":["You have unsaved changes. Discard this post?"],"hXzOVo":["Next"],"hYgDIe":["Create"],"he3ygx":["Copy"],"hgPsUe":["Cleared recent searches"],"hnrI5E":["Collection by <0>@",["username"],"</0>"],"hoxERX":["Collection reported"],"i02Lq_":["Add to Shortcuts"],"i0qMbr":["Home"],"i51zUR":["Unmute conversation"],"i5uN6K":[["account"]," reacted to your post with ",["emojiObject"]],"iAB71E":[["0"]," more…"],"iDNBZe":["Notifications"],"iH8pgl":["Back"],"iQgJaz":["Copy post text"],"iSRQvy":["Post text copied"],"iWpEwy":["Go home"],"ibBDry":["Notifications from @",["0"]," will not show up in Filtered notifications from now on."],"idiIxW":[["account"]," published a post."],"ieZytw":["Audio description"],"ipnHrn":["Your account has received a moderation warning."],"isRobC":["New"],"iuLUuH":["Violation"],"ivdhsq":["Experiments"],"j0kZfi":["Note: This preview is lightly styled."],"j5n9Ry":["Remove <0>@",["0"],"</0> from list?"],"j8_z3-":["Remove me…"],"jAj8rv":["Close post or dialogs"],"jER18a":["Mark media as sensitive"],"jFdM_T":["Downloading saved shortcuts from server…"],"jL3N0G":["Notifications enabled for @",["username"],"'s posts."],"jNCSyx":["System language (",["systemTargetLanguageText"],")"],"jbreWy":["minimized"],"jdVwsS":["Embed post"],"jf1i1L":[["votersCount","plural",{"one":["<0>",["0"],"</0> voter"],"other":["<1>",["1"],"</1> voters"]}]],"jiFPsN":["Select accounts to import"],"jkt9P5":[["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"],"</1> people</0> boosted your reply."],"other":["<2><3>",["1"],"</3> people</2> boosted your post."]}]]}]],"jsFF8C":["Open post details"],"jsXSTc":["Remove profile picture?"],"jtQUzv":["Switch to my server to enable interactions"],"jw0eSZ":["Your account has been disabled."],"jxxYp0":["Hide posts on this list from Home/Following"],"jyo0K2":["Hide Trending timeline"],"jzjjJh":["Emojis:"],"k08LxG":["Log out <0>@",["0"],"</0>?"],"k30qb8":["Import/Export <0>Accounts</0>"],"k7v0Rh":[["votesCount","plural",{"one":["<0>",["0"],"</0> vote"],"other":["<1>",["1"],"</1> votes"]}]],"k9N0Xk":["This notification is from your other account."],"kH0rA0":[["hashtagTitle"]," (Media only) on ",["instance"]],"kIlJaS":["A poll you have voted in or created has ended."],"kNiQp6":["Pinned"],"kesYbo":["Go to another server…"],"kfeQnS":["This shortcut already exists"],"khVljG":["Unable to load likes."],"kjUejn":["Blocked ",["username"]],"kpjzdN":["A poll you have created has ended."],"krk5ws":["Unsent drafts"],"kulphB":["Boost"],"kxiG8g":["Issue doesn't fit other categories"],"l3s5ri":["Import"],"lCF0wC":["Refresh"],"lCLRBe":["Followed tags"],"lQXQKs":["Vote"],"lWQguj":["Unbookmarked @",["0"],"'s post"],"lYyloN":["Media posts tagged #",["tagged"]," by ",["accountDisplay"]],"lZdBKl":["Reply posted. Check it out."],"lfHLsx":["Pin to profile"],"lkz6PL":["Duration"],"lndXtU":[["0","plural",{"one":["#"," choice"],"other":["#"," choices"]}]],"lpPucp":["last 6 hours"],"lpYill":["Export failed"],"lqBX03":["Show content"],"lxYe-I":["Cloak mode <0>(<1>Text</1> → <2>████</2>)</0>"],"m-pAEQ":["(",["0"],") <0>— experimental</0>"],"m0G499":["* Not implemented yet"],"m16xKo":["Add"],"m4xQyv":["Unable to vote in poll"],"m5LihO":["Failed to translate"],"mBdQnV":["You may close this page now."],"mFfcu0":["Posts tagged with <0>",["hashtag"],"</0>"],"mJn6Bl":["Last active"],"mN4S-e":["Video description"],"mT57-Q":["Go to Settings"],"mYGY3B":["Date"],"mZYb1f":["No scheduled posts."],"mlycBx":["Your account has been limited."],"moT7M8":["A poll you have voted in has ended."],"muLhL3":["Report Post"],"mxY4xF":["Logged out"],"mzjGX4":["<0>Shift</0> + <1>j</1>"],"n1PNla":["Boost/Quote…"],"n1sANU":["Muted users…"],"nJEKbY":["Nothing to see here."],"nL8nlr":["Blocked users"],"nc-Oa-":["Keep as link"],"nhpsIN":["<0>1</0> to <1>9</1>"],"nl8sCE":["Only shortcuts that don’t exist in current shortcuts will be appended."],"noxAFR":["Focus previous column in multi-column mode"],"o1mMWT":["Posts with <0>",["query"],"</0>"],"o5sTJw":["Generate description…"],"o6L30P":["No new shortcuts to import"],"o6sElH":["* Exists in current shortcuts"],"o7J4JM":["Filter"],"oEQq5w":["Unable to report profile"],"oMslIB":["Edit image description"],"oPwQt4":["Custom fields"],"oQIgSu":["Custom emojis are not available on this server."],"oZUtTk":[["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"]}]]}]],"oguMwa":["Cloak mode disabled"],"oivBcO":["Sync to server"],"ooHDPY":["Ending <0/>"],"orjBLU":["Scheduled <0><1/></0>"],"osJmEN":["Disable notifications"],"ot8LpF":["Unable to update private note."],"ouWc_D":[["TOTAL_TAGS_LIMIT","plural",{"other":["Max ","#"," tags"]}]],"ovBPCi":["Default"],"owpNF1":["What are you doing?"],"p3UO_y":["Follows you"],"p7M2tI":["Remove header picture?"],"pA-qEx":["Unable to block @",["username"]],"pBYFlb":["last 9 hours"],"pEkad9":["Single or multi-column"],"pFnMHn":["<0>Site:</0> ",["0"]],"pJQgQV":["Local timeline"],"pMcdDp":["Unable to block ",["username"]],"pPYeIN":["Quiet public"],"pWFLFk":["@",["username"]," is no longer featured on your profile."],"pe1jog":["Edit shortcut"],"phQpSa":["Boosted by…"],"pi8x_S":["Translate"],"pkB7ti":[["account"]," edited a post you have quoted."],"post.title":["Post"],"pp8krA":["No collections featuring you yet."],"pqR9KF":["Unable to load mentions."],"prdIOK":["In Memoriam"],"ptPep5":["Post pending"],"puY2t0":["Boosts"],"pvnfJD":["Dark"],"py67WT":["<0>Ctrl</0> + <1>Enter</1> or <2>⌘</2> + <3>Enter</3>"],"q-hNag":["Collection"],"q1zFd-":["Failed to remove subscription. Please try again."],"q8EQYI":["Unbookmark"],"q9urQO":["This might take a while."],"qDLFnT":["Additional comments"],"qSQQSe":[["totalComments","plural",{"one":["#"," comment"],"other":["<0>",["0"],"</0> comments"]}]],"qTJgpR":["Report <0>@",["username"],"</0>…"],"qYNCa1":["Allow from <0>",["0"],"</0>"],"qbE_m4":["This timeline is disabled on this server."],"qcAUwp":["Unable to load filters."],"qiPXgY":["Looks like you closed the parent window."],"qn5Dbn":["Add keyword"],"qqeAJM":["Never"],"qwdOim":["Floating button"],"qzVesX":["Edit your post"],"r3RRWo":["Blocked users…"],"r9r5X6":["last 7 hours"],"rEYoku":["Error deleting draft! Please try again."],"rKpfPY":["Showing posts with media"],"rQ1YM5":[["followersCount","plural",{"one":["<0>",["0"],"</0> follower"],"other":["<1>",["1"],"</1> followers"]}]],"rSLkfe":["What's the issue with this profile?"],"rWTcqf":["Switch to post's server"],"rYXCO0":["Manual pagination of timeline posts instead of infinite scrolling. Only works for Home/Following timeline for now. Auto refresh and boosts carousel will not work when this is enabled."],"rZgCpJ":["server domain name"],"raUMBQ":["Some of your posts have been deleted."],"rbUTzD":["Fetching posts…"],"rdUucN":["Preview"],"re2mMZ":["Author will manually review"],"rf8fiC":["Close window"],"rhmyFK":["That's all."],"rj0vxZ":["Previous author"],"rpXAF6":[["0","plural",{"one":["File ",["1"]," is not supported."],"other":["Files ",["2"]," are not supported."]}]],"rtCQ2N":[["mentionsCount","plural",{"other":["#"," mentions"]}]],"sG7QTC":["Wellbeing"],"sGH11W":["Server"],"sI9N29":["Unblocked @",["username"]],"sJ2yQc":["Add/Remove from Lists"],"sOKhEA":["Muted users"],"sQia9P":["Log in"],"sX3iLV":["Schedule post"],"sXmrl4":["Note: Only max 3 will be stored. The rest will be automatically removed."],"sZvpIt":["Unliked @",["0"],"'s post"],"scd9lw":["Unable to load posts"],"sfZnzc":["The curator won't be able to re-add you to this collection for 24 hours. Block them to prevent them from adding you to any collections."],"silO9A":["username"],"snPx8X":["Compose new post (new window)"],"sort.name":["Name"],"sqjguT":["Last updated: <relativeTime/>"],"sr6maL":["<0>Filtered</0>: <1>",["0"],"</1>"],"srocAr":["Posts are grouped by authors, sorted by posts count per author."],"suKjh3":["Filtered: ",["0"]],"t2B_we":["Switch to Local"],"t7Py5R":["By default, single column for zen-mode seekers. Configurable multi-column for power users."],"t8dIOP":["Spam"],"t9yqkt":["Showing replies"],"tBmklN":["Paste shortcuts here"],"tFvxZF":["Unable to copy shortcut settings"],"tMwimH":["Error fetching reply-to status!"],"tS2i-h":["Up to 5 hashtags combined into a single timeline."],"tVE2wM":["last 2 hours"],"tXgQpk":["Public (Local / Federated)"],"t_YqKh":["Remove"],"takpjx":["Sorry, your current logged-in server can't interact with this post from another server."],"tfDRzk":["Save"],"tqUaGL":["Unable to delete list."],"tuhghE":["Edit list"],"u96B_B":["Local timeline (",["instance"],")"],"uIp8WL":["or override…"],"uNVxXX":["Some poll choices are empty"],"uREpT3":["Enable boosts"],"uRkcgw":["An admin from <0>",["from"],"</0> has suspended <1>",["targetName"],"</1>, which means you can no longer receive updates from them or interact with them."],"uVbUP8":["Settings…"],"uXRAkV":["Show more…"],"uYcYzu":["Blocked @",["username"]],"uabU9X":["Recently used"],"ucJFhB":["Show collections"],"ucJk3m":["Status: <0><1/></0>"],"ufzZSJ":["Unable to resolve URL"],"ukL58r":["Remove quote…"],"ulXSNi":["Keyboard shortcuts help"],"unyq2W":["Remove <0>@",["username"],"</0> from followers?"],"up99W1":["Marked as sensitive"],"uqf7Yq":["Filter from…"],"urGtsw":["Expiring <0/>"],"uvDfdW":["Multi-column"],"uyJsf6":["About"],"uzt17m":["A post you interacted with has been edited."],"v02K7_":["Unable to mute ",["username"]],"v4TbMP":["<0>Shift</0> + <1>Alt</1> + <2>k</2>"],"v9jO-F":["Some of your posts have been marked as sensitive."],"vCSBPD":["Add filter"],"vERlcd":["Profile"],"vFGLxm":["Attempting to describe image. Please wait…"],"vGjmyl":["Deleted"],"vKsGhk":["No hashtags followed yet."],"vLxvHT":["No shortcuts yet. Tap on the Add shortcut button."],"vOsY-K":["Install ",["CLIENT_NAME"]],"vWGBjT":["Unable to mute @",["username"]],"vXIe7J":["Language"],"v_l5uA":["Unable to load lists."],"vgUfWO":["Unable to pin post"],"vl3XTJ":["Post stats unavailable."],"vpc27K":["beyond 12 hours"],"vrQQgz":["Profiles"],"vuFeUI":["Turn into quote"],"vvl08N":["A post is currently open. Post or discard it before creating a new one."],"w2OpMr":["Your posts will be marked as sensitive from now on."],"wKtOLH":["Editing source post"],"wNExRS":["Polls"],"wOax6E":["Screenshot of multi-hashtag timeline with a form to add more hashtags"],"wgNoIs":["Select all"],"wiuWLe":[["0"]," original posts, ",["1"]," replies, ",["2"]," boosts"],"wr3GZI":["Search: ",["q"]],"wvL7OJ":["last 10 hours"],"wxlF9B":["Search GIFs"],"wy0Iwj":["Failed to generate description: ",["0"]],"wyL_3_":["Catch-up <0>beta</0>"],"x2NYtp":["people I follow"],"x5LEuB":["Followers"],"xCJdfg":["Clear"],"xGVfLh":["Continue"],"xHq5L2":["Unable to unfeature @",["username"]," on your profile."],"xJUo4P":["Removing Catch-up ",["0"]],"xYilR2":["Media"],"x_s2_O":["Add content warning"],"xf6TNV":["Unable to load collections."],"xhPEH3":["Mute <0>@",["username"],"</0>…"],"xhYfVj":["Failed to generate description"],"xhiXaF":["@",["username"]," is now featured on your profile."],"xiropL":["static URL"],"xnkAvy":["Collections featuring you"],"xrl8fj":["Catch-up"],"xxjKhD":["Edit collection"],"y3ou-8":["Post reported"],"y6sq5j":["Following"],"yCXori":["Failed to log in. Please try again or try another server."],"yFfBdX":["New filter"],"yIBLq8":["Speak"],"yTVtKs":["Withdraw…"],"yUWyHa":["Unable to copy shortcuts"],"yUngDO":["Liked @",["0"],"'s post"],"yYxB17":["Clear all"],"y_0uwd":["Yesterday"],"ydzS9x":["Exit"],"ygxzZR":["Quote with link"],"yi60j9":["Switch to post's server (",["0"],")"],"yjj6Ll":["Unable to load posts with this tag"],"yrz6Ck":["<0>Shift</0> + <1>b</1>"],"ywB7JM":["Conversation muted"],"yyX15r":["Remove <0>@",["0"],"</0>?"],"yz7wBu":["Close"],"z96cOX":["NOTE: Push notifications only work for <0>one account</0>."],"zCjei3":["Show results"],"zJoEwS":["Handle copied"],"zJyf_5":["<0/> <1/> boosted"],"zLz0mE":["Failed to describe image"],"zNCBmf":["hidden"],"zVJKbG":["Auto-translated from ",["sourceLangText"]],"zXCa9e":["Translate to "],"zZOZj7":["Likes"],"zcKxuj":["Only <0>@",["0"],"</0>"],"zckhCq":["Profile and header pictures have no descriptions. Continue?"],"zhrMYj":["Poll must have at least 2 options"],"zhrjek":["Groups"],"zucql-":["Menu"],"zwBp5t":["Private"],"zytZXj":["Multiple choice"]}`);export{e as messages};
|