From edc9ac272c57312289e8fd0c73aa599d3c6b0a11 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 1 Dec 2023 11:14:10 -0600 Subject: [PATCH] Add Lingui check to CI (#2058) * Install lingui eslint plugin, ignore compiled files * Add lingui step to Lint workflow * Run check in other job * Add compile step to web build * Temp: add a new string to test with * Add message * Revert "Temp: add a new string to test with" This reverts commit ef5459d00c3ea9798279e000a5ac43effc117486. * Un-track compiled files * Add check scripts to package.json, build step * Make sure to compile translations prior to test/typecheck * Rename scripts --- .eslintrc.js | 4 +- .github/workflows/lint.yml | 4 + .gitignore | 6 +- Dockerfile | 1 + package.json | 4 + src/locale/locales/cs/messages.js | 1 - src/locale/locales/cs/messages.po | 264 +++++++++++++++--------------- src/locale/locales/en/messages.js | 1 - src/locale/locales/en/messages.po | 264 +++++++++++++++--------------- src/locale/locales/es/messages.js | 1 - src/locale/locales/es/messages.po | 264 +++++++++++++++--------------- src/locale/locales/fr/messages.js | 1 - src/locale/locales/fr/messages.po | 264 +++++++++++++++--------------- src/locale/locales/hi/messages.js | 1 - src/locale/locales/hi/messages.po | 264 +++++++++++++++--------------- yarn.lock | 9 +- 16 files changed, 685 insertions(+), 668 deletions(-) delete mode 100644 src/locale/locales/cs/messages.js delete mode 100644 src/locale/locales/en/messages.js delete mode 100644 src/locale/locales/es/messages.js delete mode 100644 src/locale/locales/fr/messages.js delete mode 100644 src/locale/locales/hi/messages.js diff --git a/.eslintrc.js b/.eslintrc.js index bc4a2a39..18802cdf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,7 +7,7 @@ module.exports = { 'prettier', ], parser: '@typescript-eslint/parser', - plugins: ['@typescript-eslint', 'detox', 'react'], + plugins: ['@typescript-eslint', 'detox', 'react', 'lingui'], rules: { 'react/no-unescaped-entities': 0, 'react-native/no-inline-styles': 0, @@ -25,6 +25,8 @@ module.exports = { 'bskyweb', '*.html', 'bskyweb', + 'src/locale/locales/_build/', + 'src/locale/locales/**/*.js', ], settings: { componentWrapperFunctions: ['observer'], diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d2a032c..29a50adb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,6 +20,8 @@ jobs: run: yarn --frozen-lockfile - name: Lint check run: yarn lint + - name: Check & compile i18n + run: yarn intl:build - name: Type check run: yarn typecheck testing: @@ -34,6 +36,8 @@ jobs: uses: actions/checkout@v3 - name: Yarn install run: yarn --frozen-lockfile + - name: Check & compile i18n + run: yarn intl:build - name: Run tests run: | yarn test --forceExit diff --git a/.gitignore b/.gitignore index 0bd7d137..7a6137b1 100644 --- a/.gitignore +++ b/.gitignore @@ -102,4 +102,8 @@ ios/ google-services.json # Performance results (Flashlight) -.perf/ \ No newline at end of file +.perf/ + +# i18n +src/locale/locales/_build/ +src/locale/locales/**/*.js diff --git a/Dockerfile b/Dockerfile index 388b742c..47afa61a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \ nvm use $NODE_VERSION && \ npm install --global yarn && \ yarn && \ + yarn intl:compile && \ yarn build-web # DEBUG diff --git a/package.json b/package.json index 31d9988d..0a0c75e7 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "ios": "expo run:ios", "web": "expo start --web", "build-web": "expo export:web && node ./scripts/post-web-build.js && cp --verbose ./web-build/static/js/*.* ./bskyweb/static/js/", + "build-all": "yarn intl:build && eas build --platform all", "start": "expo start --dev-client", "start:prod": "expo start --dev-client --no-dev --minify", "clean-cache": "rm -rf node_modules/.cache/babel-loader/*", @@ -28,6 +29,8 @@ "perf:test:measure": "NODE_ENV=test flashlight test --bundleId xyz.blueskyweb.app --testCommand 'yarn perf:test' --duration 150000 --resultsFilePath .perf/results.json", "perf:test:results": "NODE_ENV=test flashlight report .perf/results.json", "perf:measure": "NODE_ENV=test flashlight measure", + "intl:build": "yarn intl:check && yarn intl:compile", + "intl:check": "yarn intl:extract && git diff-index --quiet HEAD || (echo '\n⚠️ i18n detected un-extracted translations\n' && exit 1)", "intl:extract": "lingui extract", "intl:compile": "lingui compile" }, @@ -203,6 +206,7 @@ "eslint": "^8.19.0", "eslint-plugin-detox": "^1.0.0", "eslint-plugin-ft-flow": "^2.0.3", + "eslint-plugin-lingui": "^0.2.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-native-a11y": "^3.3.0", "html-webpack-plugin": "^5.5.0", diff --git a/src/locale/locales/cs/messages.js b/src/locale/locales/cs/messages.js deleted file mode 100644 index 2fd4c73c..00000000 --- a/src/locale/locales/cs/messages.js +++ /dev/null @@ -1 +0,0 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"PBodTo\":\"- end of feed -\",\"EtUMsZ\":\". This warning is only available for posts with media attached.\",\"ebOBhv\":[[\"0\",\"plural\",{\"one\":[\"#\",\" invite code available\"],\"other\":[\"#\",\" invite codes available\"]}]],\"J/hVSQ\":[[\"0\"]],\"hZQerY\":[[\"0\"],\" \",[\"purposeLabel\"],\" List\"],\"zgN03j\":[[\"invitesAvailable\",\"plural\",{\"one\":[\"Invite codes: \",\"#\",\" available\"],\"other\":[\"Invite codes: \",\"#\",\" available\"]}]],\"OyEWua\":[[\"invitesAvailable\"],\" invite code available\"],\"eFIdHP\":[[\"invitesAvailable\"],\" invite codes available\"],\"wapGcj\":[[\"message\"]],\"gMjqbV\":\"<0>Choose your<1>Recommended<2>Feeds\",\"F657la\":\"<0>Follow some<1>Recommended<2>Users\",\"6RmyWt\":\"<0>Here is your app password. Use this to sign into the other app along with your handle.\",\"XCTqGE\":\"A new version of the app is available. Please update to continue using the app.\",\"AnNF5e\":\"Accessibility\",\"AeXO77\":\"Account\",\"4WY4MD\":\"Account options\",\"m16xKo\":\"Add\",\"fBBX+K\":\"Add a content warning\",\"JU3hs2\":\"Add a user to this list\",\"MPPZ54\":\"Add account\",\"LkA8jz\":\"Add alt text\",\"Z8idyM\":\"Add details\",\"AoXl11\":\"Add details to report\",\"iE6B/9\":\"Add link card\",\"EXHdP1\":\"Add link card:\",\"x6laaL\":\"Add the following DNS record to your domain:\",\"UmzMP4\":\"Add to Lists\",\"hCrQ0L\":\"Add to my feeds\",\"GluCXm\":\"Added to list\",\"jRrQFe\":\"Adjust the number of likes a reply must have to be shown in your feed.\",\"qLa52r\":\"Adult Content\",\"sxkWRg\":\"Advanced\",\"u2HO/d\":\"ALT\",\"u/DP73\":\"Alt text\",\"0QlT7/\":\"Alt text describes images for blind and low-vision users, and helps give context to everyone.\",\"woXbjq\":[\"An email has been sent to \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"Fon2dK\":[\"An email has been sent to your previous address, \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"HZFm5R\":\"and\",\"fdjKGe\":\"App Language\",\"SMmUnj\":\"App passwords\",\"8q4WlH\":\"App Passwords\",\"aAIQg2\":\"Appearance\",\"SSDZ+T\":[\"Are you sure you want to delete the app password \\\"\",[\"name\"],\"\\\"?\"],\"0BIeIs\":\"Are you sure you'd like to discard this draft?\",\"6foA8n\":\"Are you sure?\",\"/mSd6b\":\"Are you sure? This cannot be undone.\",\"EbvWd3\":\"Artistic or non-erotic nudity.\",\"iH8pgl\":\"Back\",\"ehOkF+\":\"Basics\",\"+gCI2a\":\"Birthday\",\"pieVBA\":\"Birthday:\",\"m1dqxu\":\"Block Account\",\"ffIfdM\":\"Block accounts\",\"fdYcMy\":\"Block these accounts?\",\"KWykPE\":\"Blocked accounts\",\"JuqQpF\":\"Blocked Accounts\",\"HG4qt4\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"8LNSUt\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours.\",\"HFCE4A\":\"Blocked post.\",\"zl+QbX\":\"Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"7A9u1j\":\"Bluesky\",\"ZHmKSm\":\"Bluesky is flexible.\",\"odLrdl\":\"Bluesky is open.\",\"/LsWK4\":\"Bluesky is public.\",\"C50OGr\":\"Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon.\",\"klVoaP\":\"Bluesky.Social\",\"qxBitM\":[\"Build version \",[\"0\"],\" \",[\"1\"]],\"rT2cV+\":\"Camera\",\"JGGrPC\":\"Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long.\",\"dEgA5A\":\"Cancel\",\"aMH9rr\":\"Cancel account deletion\",\"kc3E4R\":\"Cancel add image alt text\",\"wg4LHQ\":\"Cancel change handle\",\"hFL1Li\":\"Cancel image crop\",\"tijH8t\":\"Cancel profile editing\",\"Qe4C/d\":\"Cancel quote post\",\"5TviPn\":\"Cancel search\",\"nss3UV\":\"Cancel waitlist signup\",\"o+XJ9D\":\"Change\",\"pQco5R\":\"Change handle\",\"Q5e1U/\":\"Change Handle\",\"a3NAfL\":\"Change my email\",\"4vatyk\":\"Change Your Email\",\"Yn3C90\":\"Check out some recommended feeds. Tap + to add them to your list of pinned feeds.\",\"ioZXIH\":\"Check out some recommended users. Follow them to see similar users.\",\"/+X+/K\":\"Check your inbox for an email with the confirmation code to enter below:\",\"Rt502e\":\"Choose Service\",\"/L45sc\":\"Choose the algorithms that power your experience with custom feeds.\",\"BwcLKv\":\"Choose your\",\"Wk8hkn\":\"Choose your password\",\"Us7A1O\":\"Clear all legacy storage data\",\"X3zEXo\":\"Clear all legacy storage data (restart after this)\",\"zxFM2c\":\"Clear all storage data\",\"r+lhUL\":\"Clear all storage data (restart after this)\",\"QbvBNV\":\"Clear search query\",\"flH7u/\":\"Close alert\",\"hYmnbk\":\"Close bottom drawer\",\"47L1V1\":\"Close image\",\"l49ujN\":\"Close image viewer\",\"UryHFO\":\"Close navigation footer\",\"KHzDTk\":\"Community Guidelines\",\"o8UUti\":\"Compose reply\",\"7VpPHA\":\"Confirm\",\"q8upsf\":\"Confirm Change\",\"8pNKIr\":\"Confirm content language settings\",\"tGg8Kt\":\"Confirm delete account\",\"ioZOzk\":\"Confirmation code\",\"J28zul\":\"Connecting...\",\"l879p1\":\"Content filtering\",\"m8j6up\":\"Content Filtering\",\"/PlAsF\":\"Content Languages\",\"cogwXi\":\"Content Warning\",\"FG7AQv\":\"Content warnings\",\"xGVfLh\":\"Continue\",\"6V3Ea3\":\"Copied\",\"he3ygx\":\"Copy\",\"7LTXf4\":\"Copy link to list\",\"dWsPi5\":\"Copy link to post\",\"jw+abr\":\"Copy link to profile\",\"iQgJaz\":\"Copy post text\",\"u40k/o\":\"Copyright Policy\",\"7wWvgo\":\"Could not load feed\",\"8NNr/O\":\"Could not load list\",\"mpt9T+\":\"Create a new account\",\"IS0nrP\":\"Create Account\",\"6HbhpU\":\"Create new account\",\"MXSt4t\":[\"Created \",[\"0\"]],\"GAD3Dx\":\"Custom domain\",\"ZQKLI1\":\"Danger Zone\",\"pvnfJD\":\"Dark\",\"ZDGm40\":\"Delete account\",\"vzX5FB\":\"Delete Account\",\"gUEtxf\":\"Delete app password\",\"84uE/A\":\"Delete List\",\"ktknoE\":\"Delete my account\",\"szz0+N\":\"Delete my account…\",\"04G5Az\":\"Delete post\",\"FbPNuJ\":\"Delete this post?\",\"u+1OHY\":\"Deleted post.\",\"Nu4oKW\":\"Description\",\"dacKHE\":\"Dev Server\",\"2ygkE8\":\"Developer Tools\",\"bzSI52\":\"Discard\",\"BryYJR\":\"Discard draft\",\"pbLwal\":\"Discover new feeds\",\"pfa8F0\":\"Display name\",\"0gS7M5\":\"Display Name\",\"iZ5pMB\":\"Domain verified!\",\"DPfwMq\":\"Done\",\"zT97vP\":[\"Done\",[\"extraText\"]],\"4uwlSD\":\"Each code works once. You'll receive more invite codes periodically.\",\"XQFMOm\":\"Edit image\",\"S7M0uU\":\"Edit list details\",\"cLmurE\":\"Edit My Feeds\",\"bRZ5XW\":\"Edit my profile\",\"9OpVZg\":\"Edit profile\",\"QJQd1J\":\"Edit Profile\",\"Jn7kox\":\"Edit Saved Feeds\",\"O3oNi5\":\"Email\",\"ATGYL1\":\"Email address\",\"pJJ0Vp\":\"Email Updated\",\"9Qs99X\":\"Email:\",\"96mted\":\"Enable this setting to only see replies between people you follow.\",\"YbIxza\":\"Enter the address of your provider:\",\"BfIgP6\":\"Enter the domain you want to use\",\"cHrOqs\":\"Enter the email you used to create your account. We'll send you a \\\"reset code\\\" so you can set a new password.\",\"xRPn3U\":\"Enter your email address\",\"+inPGm\":\"Enter your new email address below.\",\"T0KLp4\":\"Enter your username and password\",\"4BITzH\":\"Error:\",\"0PkE20\":\"Expand alt text\",\"/5K/KL\":\"Failed to load recommended feeds\",\"4yCy8i\":\"Feed offline\",\"N0CqyO\":\"Feed Preferences\",\"YirHq7\":\"Feedback\",\"2DoBvq\":\"Feeds\",\"I3iUBQ\":\"Feeds are created by users to curate content. Choose some feeds that you find interesting.\",\"2+6lmO\":\"Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information.\",\"Qzj1WT\":\"Finding similar accounts...\",\"QKSrQV\":\"Fine-tune the content you see on your home screen.\",\"r+KeyR\":\"Fine-tune the discussion threads.\",\"MKEPCY\":\"Follow\",\"AD4dxh\":\"Follow some\",\"Wezu5M\":\"Follow some users to get started. We can recommend you more users based on who you find interesting.\",\"YY2BTA\":\"Followed users only\",\"x5LEuB\":\"Followers\",\"NIjL2Y\":\"following\",\"y6sq5j\":\"Following\",\"p3UO/y\":\"Follows you\",\"5RhDkD\":\"For security reasons, we'll need to send a confirmation code to your email address.\",\"NJPhAO\":\"For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one.\",\"5bDfuq\":\"Forgot\",\"hEPLrs\":\"Forgot password\",\"dn8X5t\":\"Forgot Password\",\"U+kFad\":\"Gallery\",\"c3b0B0\":\"Get Started\",\"CKyk7Q\":\"Go back\",\"sr0UJD\":\"Go Back\",\"Rtp0y7\":\"Go to next\",\"Nf7oXL\":\"Handle\",\"c3XJ18\":\"Help\",\"uX/4+/\":\"Here is your app password.\",\"vLyv1R\":\"Hide\",\"qdOx2q\":\"Hide user list\",\"up7j9X\":\"Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue.\",\"WTcLyw\":\"Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue.\",\"/8MHCt\":\"Hmm, the feed server appears to be offline. Please let the feed owner know about this issue.\",\"3zJH1g\":\"Hmm, the feed server gave a bad response. Please let the feed owner know about this issue.\",\"yNNyhI\":\"Hmmm, we're having trouble finding this feed. It may have been deleted.\",\"i0qMbr\":\"Home\",\"sXZ8IU\":\"Home Feed Preferences\",\"yt7fhu\":\"Hosting provider\",\"s2xA6t\":\"Hosting provider address\",\"o+axy6\":\"I have a code\",\"wey2os\":\"I have my own domain\",\"WlEcKr\":\"If none are selected, suitable for all ages.\",\"VCk0rR\":\"Image alt text\",\"STGpNQ\":\"Image options\",\"6o7+En\":\"In Your Network\",\"dSKHAa\":\"Invalid username or password\",\"MFKlMB\":\"Invite\",\"F5MZVk\":\"Invite a Friend\",\"6KlkHI\":\"Invite code\",\"MYTV5o\":\"Invite code not accepted. Check that you input it correctly and try again.\",\"UY2916\":[\"Invite codes: \",[\"invitesAvailable\"],\" available\"],\"F75w8j\":\"Join the waitlist\",\"6iVTdm\":\"Join the waitlist.\",\"SNzppu\":\"Join Waitlist\",\"Dcq5kL\":\"Language selection\",\"pVhZHk\":\"Language Settings\",\"GAmD3h\":\"Languages\",\"NgeSlx\":\"Learn More\",\"rj0Lke\":\"Learn more about this warning\",\"kq2ga7\":\"Leave them all unchecked to see any language.\",\"QfDITI\":\"Leaving Bluesky\",\"Esfg1M\":\"Let's get your password reset!\",\"exYcTF\":\"Library\",\"1njn7W\":\"Light\",\"BvSY1i\":\"Like this feed\",\"8/ALSr\":\"Liked by\",\"FuZWua\":\"List Avatar\",\"8mjA4F\":\"List Name\",\"h16FyT\":\"Lists\",\"ujW4FW\":\"Load more posts\",\"7EHsGr\":\"Load new notifications\",\"VkLESX\":\"Load new posts\",\"Z3FXyt\":\"Loading...\",\"jl0AFf\":\"Local dev server\",\"cR9UpQ\":\"Login to account that is not listed\",\"kkGiug\":\"Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!\",\"2U/gDT\":\"Make sure this is where you intend to go!\",\"zucql+\":\"Menu\",\"DzmsLV\":\"Moderation\",\"NTIbv4\":\"Moderation lists\",\"FIJUJb\":\"More feeds\",\"3Siwmw\":\"More options\",\"Y17r45\":\"More post options\",\"RA1KUZ\":\"Mute Account\",\"du0opt\":\"Mute accounts\",\"izOxJM\":\"Mute these accounts?\",\"jq7SjD\":\"Mute thread\",\"s22grX\":\"Muted accounts\",\"qUa+lV\":\"Muted Accounts\",\"gA0D9A\":\"Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private.\",\"1QJzM7\":\"Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them.\",\"Mysqyf\":\"My Birthday\",\"6MBNS/\":\"My Feeds\",\"hKtWk2\":\"My Profile\",\"Ha6iBv\":\"My Saved Feeds\",\"6YtxFj\":\"Name\",\"8yolS6\":\"Never lose access to your followers and data.\",\"isRobC\":\"New\",\"2B7HLH\":\"New post\",\"FGrimz\":\"New Post\",\"hXzOVo\":\"Next\",\"EatZYJ\":\"Next image\",\"1UzENP\":\"No\",\"flmDTf\":\"No description\",\"zfN9gJ\":\"No result\",\"fOlAiK\":[\"No results found for \\\"\",[\"query\"],\"\\\"\"],\"kA9DpB\":[\"No results found for \",[\"0\"]],\"SVF205\":[\"No results found for \",[\"query\"]],\"ispbnl\":\"Not Applicable\",\"iyUCYw\":\"Not Applicable.\",\"iDNBZe\":\"Notifications\",\"5GGAqz\":\"Oh no!\",\"UaXeX3\":\"Okay\",\"Cqo2D+\":\"One or more images is missing alt text.\",\"M/Q2aG\":\"Open navigation\",\"M5PuNq\":\"Opens configurable language settings\",\"S67TOE\":\"Opens list of invite codes\",\"eSqpax\":\"Opens modal for using custom domain\",\"vYwHHI\":\"Opens moderation settings\",\"0tHyB7\":\"Opens screen with all saved feeds\",\"nmRoY/\":\"Opens the app password settings page\",\"6e9Apv\":\"Opens the home feed preferences\",\"O87Dr/\":\"Opens the storybook page\",\"G+PVmg\":\"Opens the system log page\",\"Jqb7sy\":\"Opens the threads preferences\",\"b22AVl\":\"Other account\",\"n+HLOP\":\"Other service\",\"1PKxQ7\":\"Other...\",\"8F1i42\":\"Page not found\",\"8ZsakT\":\"Password\",\"ogtYkT\":\"Password updated\",\"DKeVgZ\":\"Password updated!\",\"VeZE5Q\":\"Pictures meant for adults.\",\"zgoxy5\":\"Pinned Feeds\",\"Aw5fOC\":\"Please choose your handle.\",\"5vI4sE\":\"Please choose your password.\",\"Apyknf\":\"Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed.\",\"9qpQ5O\":\"Please enter a unique name for this App Password or use our randomly generated one.\",\"hV+cYN\":\"Please enter your email.\",\"QJr5Xp\":\"Please enter your password as well:\",\"y28hnO\":\"Post\",\"h5RcXU\":\"Post hidden\",\"r5zLS0\":\"Post language\",\"AzCucI\":\"Post Languages\",\"tJFPmV\":\"Post not found\",\"0+DQbr\":\"Potentially Misleading Link\",\"MHk+7g\":\"Previous image\",\"HeBcM5\":\"Primary Language\",\"x8iR7V\":\"Prioritize Your Follows\",\"rjGI/Q\":\"Privacy\",\"LcET2C\":\"Privacy Policy\",\"k1ifdL\":\"Processing...\",\"vERlcd\":\"Profile\",\"MrgqOW\":\"Protect your account by verifying your email.\",\"p1UmBX\":\"Public, shareable lists which can drive feeds.\",\"8HFFRQ\":\"Quote post\",\"+KrAHa\":\"Quote Post\",\"WlWsdE\":\"Ratios\",\"WEYdDv\":\"Recommended\",\"QNzcT3\":\"Recommended Feeds\",\"41UoJb\":\"Recommended Users\",\"t/YqKh\":\"Remove\",\"p/cRzf\":[\"Remove \",[\"0\"],\" from my feeds?\"],\"1O32oy\":\"Remove account\",\"W44VX5\":\"Remove feed\",\"Yy3FzB\":\"Remove from my feeds\",\"5ywtDz\":\"Remove image\",\"Dw/XUh\":\"Remove image preview\",\"TbDEfs\":\"Remove this feed from your saved feeds?\",\"Obm5+c\":\"Removed from list\",\"Veu9gK\":\"Reply Filters\",\"lQWbAr\":[\"Report \",[\"collectionName\"]],\"bDHSjj\":\"Report Account\",\"NKmI9f\":\"Report feed\",\"6iwm2r\":\"Report List\",\"6IcSvC\":\"Report post\",\"mkude1\":\"Repost\",\"JOV5dR\":\"Repost or quote post\",\"0zb9FX\":\"Reposted by\",\"bqG37Z\":\"Request Change\",\"2d9VrZ\":\"Require alt text before posting\",\"8XIT+P\":\"Required for this provider\",\"vJgYMA\":\"Reset code\",\"xEL92I\":\"Reset onboarding state\",\"RfwZxd\":\"Reset password\",\"bee/Fw\":\"Reset preferences state\",\"wToeoz\":\"Resets the onboarding state\",\"nIU7qI\":\"Resets the preferences state\",\"6gRgw8\":\"Retry\",\"hAbYQa\":\"Retry change handle\",\"tfDRzk\":\"Save\",\"KV2YQQ\":\"Save alt text\",\"y3aU20\":\"Save changes\",\"IUwGEM\":\"Save Changes\",\"Xs07Tg\":\"Save handle change\",\"BckA7m\":\"Save image crop\",\"+K+JDj\":\"Saved Feeds\",\"A1taO8\":\"Search\",\"BF8cu3\":\"Search for posts and users.\",\"CKROFy\":\"Security Step Required\",\"cNzyJW\":\"See what's next\",\"L5sM7N\":\"Select Bluesky Social\",\"o3dwub\":\"Select from an existing account\",\"GGw2AK\":\"Select service\",\"vECNLO\":\"Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown.\",\"m5aabx\":\"Select your app language for the default text to display in the app\",\"TiiOza\":\"Select your preferred language for translations in your feed.\",\"vp9yIB\":\"Send Confirmation Email\",\"65dxv8\":\"Send email\",\"i/TzEU\":\"Send Email\",\"RoafuO\":\"Send feedback\",\"4cijjm\":\"Send Report\",\"V/e7nf\":\"Set new password\",\"gwsie4\":\"Set this setting to \\\"No\\\" to hide all quote posts from your feed. Reposts will still be visible.\",\"IZjC3J\":\"Set this setting to \\\"No\\\" to hide all replies from your feed.\",\"KIgU3l\":\"Set this setting to \\\"No\\\" to hide all reposts from your feed.\",\"zaAyrz\":\"Set this setting to \\\"Yes\\\" to show replies in a threaded view. This is an experimental feature.\",\"fQV2eE\":\"Set this setting to \\\"Yes\\\" to show samples of your saved feeds in your following feed. This is an experimental feature.\",\"Tz0i8g\":\"Settings\",\"HfWHhJ\":\"Sexual activity or erotic nudity.\",\"Z8lGw6\":\"Share\",\"P33tEA\":\"Share feed\",\"uIZ2tg\":\"Share link\",\"8vETh9\":\"Show\",\"aWAdCb\":\"Show anyway\",\"NijgXr\":\"Show Posts from My Feeds\",\"T3Mt8m\":\"Show Quote Posts\",\"BlW8X/\":\"Show Replies\",\"X4GwDb\":\"Show replies by people you follow before all other replies.\",\"GiogzH\":\"Show Reposts\",\"fhY/fL\":\"Show users\",\"5lWFkC\":\"Sign in\",\"n1ekoW\":\"Sign In\",\"N9o7n5\":[\"Sign in as \",[\"0\"]],\"FT1MVS\":\"Sign in as...\",\"+UpfFC\":\"Sign into\",\"fcWrnU\":\"Sign out\",\"e+RpCP\":\"Sign up\",\"MiE4Vp\":\"Sign up or sign in to join the conversation\",\"zU+Ro7\":\"Signed in as\",\"6Uau97\":\"Skip\",\"0o5BFH\":\"Sort Replies\",\"GH1Rgk\":\"Sort replies to the same post by:\",\"1DA6ap\":\"Square\",\"aKEHLj\":\"Staging\",\"tgEXwM\":\"Status page\",\"P5jja7\":\"Storybook\",\"EDl9kS\":\"Subscribe\",\"5z3ICN\":\"Subscribe to this list\",\"TVFyMD\":\"Suggested Follows\",\"XYLcNv\":\"Support\",\"VjWeLI\":\"Switch Account\",\"D+NlUC\":\"System\",\"fP8jTZ\":\"System log\",\"HF6Iah\":\"Tall\",\"4Y5H+g\":\"Terms\",\"xowcRf\":\"Terms of Service\",\"p8Iz39\":\"Text input field\",\"GlPXQJ\":\"The account will be able to interact with you after unblocking.\",\"o4M2MP\":\"The Community Guidelines have been moved to <0/>\",\"U42lKc\":\"The Copyright Policy has been moved to <0/>\",\"G4EksE\":\"The post may have been deleted.\",\"WNR9db\":\"The Privacy Policy has been moved to <0/>\",\"LbEbIk\":[\"The support form has been moved. If you need help, please<0/> or visit \",[\"HELP_DESK_URL\"],\" to get in touch with us.\"],\"FGbRSr\":\"The Terms of Service have been moved to\",\"yUqcy2\":\"There was an unexpected issue in the application. Please let us know if this happened to you!\",\"KRYn8w\":[\"This \",[\"screenDescription\"],\" has been flagged:\"],\"lm845B\":\"This information is not shared with other users.\",\"5Pvw/O\":\"This is important in case you ever need to change your email or reset your password.\",\"sQQfZ9\":\"This is the service that keeps you online.\",\"CvX8qs\":\"This link is taking you to the following website:\",\"WKrUVy\":\"This post has been deleted.\",\"qpCA5s\":\"This warning is only available for posts with media attached.\",\"u9ThjD\":\"Thread Preferences\",\"zmXsk5\":\"Threaded Mode\",\"1x30Qt\":\"Toggle dropdown\",\"KFXQEt\":\"Transformations\",\"pi8x/S\":\"Translate\",\"KDw4GX\":\"Try again\",\"nc4Wfd\":\"Unable to contact your service. Please check your Internet connection.\",\"tuS5Jz\":\"Unblock\",\"0VrZZv\":\"Unblock Account\",\"6pYY4t\":\"Undo repost\",\"05f3UA\":\"Unfortunately, you do not meet the requirements to create an account.\",\"wx9wqY\":\"Unmute Account\",\"s12/Py\":\"Unmute thread\",\"vaz2uI\":[\"Update \",[\"displayName\"],\" in Lists\"],\"YXMY4w\":\"Update Available\",\"RXbEvi\":\"Updating...\",\"Vwkfp4\":\"Upload a text file to:\",\"jTdnU6\":\"Use app passwords to login to other Bluesky clients without giving full access to your account or password.\",\"CH1am9\":\"Use default provider\",\"ZG8UvP\":\"Use this to sign into the other app along with your handle.\",\"cKXwwI\":\"Used by:\",\"t4Yp4Z\":\"User handle\",\"8tsrUV\":\"User Lists\",\"nZx9mr\":\"Username or email address\",\"Sxm8rQ\":\"Users\",\"MBOY4U\":\"Verify email\",\"Ejyv0o\":\"Verify my email\",\"9czCrB\":\"Verify My Email\",\"ibSVGR\":\"Verify New Email\",\"nHsQde\":\"View debug entry\",\"47jzzd\":\"View the avatar\",\"wK4H1r\":\"Visit Site\",\"qjBGxf\":\"We're so excited to have you join us!\",\"1xpRAp\":\"We're sorry, but this content is not viewable without a Bluesky account.\",\"WBQOQ0\":\"We're sorry, but your search could not be completed. Please try again in a few minutes.\",\"/mVVX2\":\"We're sorry! We can't find the page you were looking for.\",\"meB+tZ\":\"Welcome to <0>Bluesky\",\"Mj7rl/\":[\"What is the issue with this \",[\"collectionName\"],\"?\"],\"3qn29J\":\"Which languages are used in this post?\",\"uawiGa\":\"Which languages would you like to see in your algorithmic feeds?\",\"I5S9ZE\":\"Wide\",\"y02THm\":\"Write post\",\"6ckZRB\":\"Write your reply\",\"l75CjT\":\"Yes\",\"STPj0e\":\"You can change hosting providers at any time.\",\"67nRLM\":\"You can now sign in with your new password.\",\"lIcbCU\":\"You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer.\",\"aFZZYi\":\"You don't have any pinned feeds.\",\"kX/cKs\":\"You don't have any saved feeds!\",\"nbz3Iq\":\"You don't have any saved feeds.\",\"RkXibf\":\"You have blocked the author or you have been blocked by the author.\",\"CbrOgr\":\"You have no feeds.\",\"tCLJ9E\":\"You have no lists.\",\"soH9qC\":\"You have not blocked any accounts yet. To block an account, go to their profile and selected \\\"Block account\\\" from the menu on their account.\",\"NDgp3i\":\"You have not created any app passwords yet. You can create one by pressing the button below.\",\"grqdXb\":\"You have not muted any accounts yet. To mute an account, go to their profile and selected \\\"Mute account\\\" from the menu on their account.\",\"RrDyEb\":\"You will receive an email with a \\\"reset code.\\\" Enter that code here, then enter your new password.\",\"gdRnT7\":\"Your account\",\"k7hmsH\":\"Your birth date\",\"tBpzKB\":\"Your email appears to be invalid.\",\"OubkcP\":\"Your email has been saved! We'll be in touch soon.\",\"z2L+/9\":\"Your email has been updated but not verified. As a next step, please verify your new email.\",\"XZlIVw\":\"Your email has not yet been verified. This is an important security step which we recommend.\",\"qv9f4I\":\"Your full handle will be\",\"lvcqqG\":\"Your hosting provider\",\"fbFyAZ\":\"Your invite codes are hidden when logged in using an App Password\",\"Oqt/PG\":\"Your posts, likes, and blocks are public. Mutes are private.\",\"okRPtW\":\"Your profile\",\"MvWO9d\":\"Your user handle\"}")}; \ No newline at end of file diff --git a/src/locale/locales/cs/messages.po b/src/locale/locales/cs/messages.po index 1925eec7..6cd60a88 100644 --- a/src/locale/locales/cs/messages.po +++ b/src/locale/locales/cs/messages.po @@ -37,13 +37,13 @@ msgstr "" msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" msgstr "" -#: src/view/screens/Settings.tsx:408 -#: src/view/shell/Drawer.tsx:522 +#: src/view/screens/Settings.tsx:407 +#: src/view/shell/Drawer.tsx:521 msgid "{invitesAvailable} invite code available" msgstr "" -#: src/view/screens/Settings.tsx:410 -#: src/view/shell/Drawer.tsx:524 +#: src/view/screens/Settings.tsx:409 +#: src/view/shell/Drawer.tsx:523 msgid "{invitesAvailable} invite codes available" msgstr "" @@ -68,12 +68,12 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "" #: src/view/com/modals/EditImage.tsx:299 -#: src/view/screens/Settings.tsx:418 +#: src/view/screens/Settings.tsx:417 msgid "Accessibility" msgstr "" #: src/view/com/auth/login/LoginForm.tsx:161 -#: src/view/screens/Settings.tsx:287 +#: src/view/screens/Settings.tsx:286 msgid "Account" msgstr "" @@ -83,7 +83,7 @@ msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/UserAddRemoveLists.tsx:187 -#: src/view/screens/ProfileList.tsx:676 +#: src/view/screens/ProfileList.tsx:675 msgid "Add" msgstr "" @@ -91,12 +91,12 @@ msgstr "" msgid "Add a content warning" msgstr "" -#: src/view/screens/ProfileList.tsx:666 +#: src/view/screens/ProfileList.tsx:665 msgid "Add a user to this list" msgstr "" -#: src/view/screens/Settings.tsx:356 -#: src/view/screens/Settings.tsx:365 +#: src/view/screens/Settings.tsx:355 +#: src/view/screens/Settings.tsx:364 msgid "Add account" msgstr "" @@ -130,7 +130,7 @@ msgstr "" msgid "Add to Lists" msgstr "" -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Add to my feeds" msgstr "" @@ -147,7 +147,7 @@ msgstr "" msgid "Adult Content" msgstr "" -#: src/view/screens/Settings.tsx:570 +#: src/view/screens/Settings.tsx:569 msgid "Advanced" msgstr "" @@ -179,7 +179,7 @@ msgstr "" msgid "App Language" msgstr "" -#: src/view/screens/Settings.tsx:590 +#: src/view/screens/Settings.tsx:589 msgid "App passwords" msgstr "" @@ -187,7 +187,7 @@ msgstr "" msgid "App Passwords" msgstr "" -#: src/view/screens/Settings.tsx:433 +#: src/view/screens/Settings.tsx:432 msgid "Appearance" msgstr "" @@ -199,7 +199,7 @@ msgstr "" msgid "Are you sure you'd like to discard this draft?" msgstr "" -#: src/view/screens/ProfileList.tsx:346 +#: src/view/screens/ProfileList.tsx:345 msgid "Are you sure?" msgstr "" @@ -224,7 +224,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/view/screens/Settings.tsx:462 +#: src/view/screens/Settings.tsx:461 msgid "Basics" msgstr "" @@ -233,7 +233,7 @@ msgstr "" msgid "Birthday" msgstr "" -#: src/view/screens/Settings.tsx:313 +#: src/view/screens/Settings.tsx:312 msgid "Birthday:" msgstr "" @@ -242,11 +242,11 @@ msgstr "" msgid "Block Account" msgstr "" -#: src/view/screens/ProfileList.tsx:447 +#: src/view/screens/ProfileList.tsx:446 msgid "Block accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:302 msgid "Block these accounts?" msgstr "" @@ -270,7 +270,7 @@ msgstr "" msgid "Blocked post." msgstr "" -#: src/view/screens/ProfileList.tsx:305 +#: src/view/screens/ProfileList.tsx:304 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Bluesky.Social" msgstr "" -#: src/view/screens/Settings.tsx:719 +#: src/view/screens/Settings.tsx:718 msgid "Build version {0} {1}" msgstr "" @@ -366,12 +366,12 @@ msgstr "" msgid "Cancel waitlist signup" msgstr "" -#: src/view/screens/Settings.tsx:307 +#: src/view/screens/Settings.tsx:306 msgid "Change" msgstr "" -#: src/view/screens/Settings.tsx:602 -#: src/view/screens/Settings.tsx:611 +#: src/view/screens/Settings.tsx:601 +#: src/view/screens/Settings.tsx:610 msgid "Change handle" msgstr "" @@ -415,19 +415,19 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/view/screens/Settings.tsx:695 +#: src/view/screens/Settings.tsx:694 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings.tsx:697 +#: src/view/screens/Settings.tsx:696 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings.tsx:707 +#: src/view/screens/Settings.tsx:706 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings.tsx:709 +#: src/view/screens/Settings.tsx:708 msgid "Clear all storage data (restart after this)" msgstr "" @@ -531,7 +531,7 @@ msgstr "" msgid "Copy" msgstr "" -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Copy link to list" msgstr "" @@ -551,11 +551,11 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/view/screens/ProfileFeed.tsx:101 +#: src/view/screens/ProfileFeed.tsx:102 msgid "Could not load feed" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:752 msgid "Could not load list" msgstr "" @@ -580,7 +580,7 @@ msgstr "" msgid "Custom domain" msgstr "" -#: src/view/screens/Settings.tsx:616 +#: src/view/screens/Settings.tsx:615 msgid "Danger Zone" msgstr "" @@ -588,7 +588,7 @@ msgstr "" #~ msgid "Dark" #~ msgstr "" -#: src/view/screens/Settings.tsx:623 +#: src/view/screens/Settings.tsx:622 msgid "Delete account" msgstr "" @@ -601,8 +601,8 @@ msgstr "" msgid "Delete app password" msgstr "" -#: src/view/screens/ProfileList.tsx:345 -#: src/view/screens/ProfileList.tsx:403 +#: src/view/screens/ProfileList.tsx:344 +#: src/view/screens/ProfileList.tsx:402 msgid "Delete List" msgstr "" @@ -610,7 +610,7 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/view/screens/Settings.tsx:633 +#: src/view/screens/Settings.tsx:632 msgid "Delete my account…" msgstr "" @@ -637,7 +637,7 @@ msgstr "" msgid "Dev Server" msgstr "" -#: src/view/screens/Settings.tsx:638 +#: src/view/screens/Settings.tsx:637 msgid "Developer Tools" msgstr "" @@ -691,7 +691,7 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/view/screens/ProfileList.tsx:391 +#: src/view/screens/ProfileList.tsx:390 msgid "Edit list details" msgstr "" @@ -731,7 +731,7 @@ msgstr "" msgid "Email Updated" msgstr "" -#: src/view/screens/Settings.tsx:291 +#: src/view/screens/Settings.tsx:290 msgid "Email:" msgstr "" @@ -780,20 +780,20 @@ msgstr "" msgid "Feed offline" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:131 +#: src/view/com/feeds/FeedPage.tsx:132 msgid "Feed Preferences" msgstr "" #: src/view/shell/desktop/RightNav.tsx:64 -#: src/view/shell/Drawer.tsx:411 +#: src/view/shell/Drawer.tsx:410 msgid "Feedback" msgstr "" #: src/view/screens/Feeds.tsx:475 -#: src/view/shell/bottom-bar/BottomBar.tsx:169 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/view/shell/bottom-bar/BottomBar.tsx:168 +#: src/view/shell/desktop/LeftNav.tsx:341 +#: src/view/shell/Drawer.tsx:327 #: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:329 msgid "Feeds" msgstr "" @@ -882,14 +882,14 @@ msgstr "" #: src/view/com/auth/LoggedOut.tsx:53 #: src/view/com/auth/LoggedOut.tsx:54 #: src/view/com/util/moderation/ScreenHider.tsx:105 -#: src/view/shell/desktop/LeftNav.tsx:105 +#: src/view/shell/desktop/LeftNav.tsx:106 msgid "Go back" msgstr "" -#: src/view/screens/ProfileFeed.tsx:110 -#: src/view/screens/ProfileFeed.tsx:115 -#: src/view/screens/ProfileList.tsx:762 -#: src/view/screens/ProfileList.tsx:767 +#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileList.tsx:761 +#: src/view/screens/ProfileList.tsx:766 msgid "Go Back" msgstr "" @@ -904,7 +904,7 @@ msgid "Handle" msgstr "" #: src/view/shell/desktop/RightNav.tsx:93 -#: src/view/shell/Drawer.tsx:421 +#: src/view/shell/Drawer.tsx:420 msgid "Help" msgstr "" @@ -940,16 +940,16 @@ msgstr "" msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:125 -#: src/view/shell/desktop/LeftNav.tsx:306 +#: src/view/shell/bottom-bar/BottomBar.tsx:124 +#: src/view/shell/desktop/LeftNav.tsx:305 +#: src/view/shell/Drawer.tsx:274 #: src/view/shell/Drawer.tsx:275 -#: src/view/shell/Drawer.tsx:276 msgid "Home" msgstr "" #: src/view/com/pager/FeedsTabBarMobile.tsx:99 #: src/view/screens/PreferencesHomeFeed.tsx:95 -#: src/view/screens/Settings.tsx:482 +#: src/view/screens/Settings.tsx:481 msgid "Home Feed Preferences" msgstr "" @@ -992,12 +992,12 @@ msgstr "" msgid "Invalid username or password" msgstr "" -#: src/view/screens/Settings.tsx:384 +#: src/view/screens/Settings.tsx:383 msgid "Invite" msgstr "" #: src/view/com/modals/InviteCodes.tsx:91 -#: src/view/screens/Settings.tsx:372 +#: src/view/screens/Settings.tsx:371 msgid "Invite a Friend" msgstr "" @@ -1009,7 +1009,7 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/view/shell/Drawer.tsx:503 +#: src/view/shell/Drawer.tsx:502 msgid "Invite codes: {invitesAvailable} available" msgstr "" @@ -1034,7 +1034,7 @@ msgstr "" msgid "Language Settings" msgstr "" -#: src/view/screens/Settings.tsx:542 +#: src/view/screens/Settings.tsx:541 msgid "Languages" msgstr "" @@ -1074,7 +1074,7 @@ msgstr "" #~ msgid "Light" #~ msgstr "" -#: src/view/screens/ProfileFeed.tsx:626 +#: src/view/screens/ProfileFeed.tsx:627 msgid "Like this feed" msgstr "" @@ -1091,9 +1091,9 @@ msgstr "" msgid "List Name" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:382 +#: src/view/shell/desktop/LeftNav.tsx:381 +#: src/view/shell/Drawer.tsx:338 #: src/view/shell/Drawer.tsx:339 -#: src/view/shell/Drawer.tsx:340 msgid "Lists" msgstr "" @@ -1102,11 +1102,11 @@ msgstr "" msgid "Load more posts" msgstr "" -#: src/view/screens/Notifications.tsx:130 +#: src/view/screens/Notifications.tsx:129 msgid "Load new notifications" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:176 +#: src/view/com/feeds/FeedPage.tsx:177 msgid "Load new posts" msgstr "" @@ -1122,7 +1122,7 @@ msgstr "" msgid "Login to account that is not listed" msgstr "" -#: src/view/screens/ProfileFeed.tsx:478 +#: src/view/screens/ProfileFeed.tsx:479 msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" msgstr "" @@ -1135,10 +1135,10 @@ msgid "Menu" msgstr "" #: src/view/screens/Moderation.tsx:51 -#: src/view/screens/Settings.tsx:564 -#: src/view/shell/desktop/LeftNav.tsx:400 +#: src/view/screens/Settings.tsx:563 +#: src/view/shell/desktop/LeftNav.tsx:399 +#: src/view/shell/Drawer.tsx:345 #: src/view/shell/Drawer.tsx:346 -#: src/view/shell/Drawer.tsx:347 msgid "Moderation" msgstr "" @@ -1151,8 +1151,8 @@ msgid "More feeds" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:520 -#: src/view/screens/ProfileFeed.tsx:368 -#: src/view/screens/ProfileList.tsx:507 +#: src/view/screens/ProfileFeed.tsx:369 +#: src/view/screens/ProfileList.tsx:506 msgid "More options" msgstr "" @@ -1164,11 +1164,11 @@ msgstr "" msgid "Mute Account" msgstr "" -#: src/view/screens/ProfileList.tsx:435 +#: src/view/screens/ProfileList.tsx:434 msgid "Mute accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:268 +#: src/view/screens/ProfileList.tsx:267 msgid "Mute these accounts?" msgstr "" @@ -1188,7 +1188,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/view/screens/ProfileList.tsx:270 +#: src/view/screens/ProfileList.tsx:269 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "" @@ -1200,11 +1200,11 @@ msgstr "" msgid "My Feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:66 +#: src/view/shell/desktop/LeftNav.tsx:67 msgid "My Profile" msgstr "" -#: src/view/screens/Settings.tsx:521 +#: src/view/screens/Settings.tsx:520 msgid "My Saved Feeds" msgstr "" @@ -1221,17 +1221,17 @@ msgstr "" msgid "New" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:187 +#: src/view/com/feeds/FeedPage.tsx:188 #: src/view/screens/Feeds.tsx:510 -#: src/view/screens/Profile.tsx:381 -#: src/view/screens/ProfileFeed.tsx:448 -#: src/view/screens/ProfileList.tsx:200 -#: src/view/screens/ProfileList.tsx:232 -#: src/view/shell/desktop/LeftNav.tsx:255 +#: src/view/screens/Profile.tsx:382 +#: src/view/screens/ProfileFeed.tsx:449 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:231 +#: src/view/shell/desktop/LeftNav.tsx:254 msgid "New post" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:265 +#: src/view/shell/desktop/LeftNav.tsx:264 msgid "New Post" msgstr "" @@ -1255,8 +1255,8 @@ msgstr "" msgid "No" msgstr "" -#: src/view/screens/ProfileFeed.tsx:619 -#: src/view/screens/ProfileList.tsx:633 +#: src/view/screens/ProfileFeed.tsx:620 +#: src/view/screens/ProfileList.tsx:632 msgid "No description" msgstr "" @@ -1289,12 +1289,12 @@ msgstr "" msgid "Not Applicable." msgstr "" -#: src/view/screens/Notifications.tsx:97 -#: src/view/screens/Notifications.tsx:121 -#: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:364 +#: src/view/screens/Notifications.tsx:96 +#: src/view/screens/Notifications.tsx:120 +#: src/view/shell/bottom-bar/BottomBar.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:363 +#: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:299 -#: src/view/shell/Drawer.tsx:300 msgid "Notifications" msgstr "" @@ -1314,12 +1314,12 @@ msgstr "" msgid "Open navigation" msgstr "" -#: src/view/screens/Settings.tsx:534 +#: src/view/screens/Settings.tsx:533 msgid "Opens configurable language settings" msgstr "" #: src/view/shell/desktop/RightNav.tsx:146 -#: src/view/shell/Drawer.tsx:504 +#: src/view/shell/Drawer.tsx:503 msgid "Opens list of invite codes" msgstr "" @@ -1327,31 +1327,31 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "" -#: src/view/screens/Settings.tsx:559 +#: src/view/screens/Settings.tsx:558 msgid "Opens moderation settings" msgstr "" -#: src/view/screens/Settings.tsx:515 +#: src/view/screens/Settings.tsx:514 msgid "Opens screen with all saved feeds" msgstr "" -#: src/view/screens/Settings.tsx:582 +#: src/view/screens/Settings.tsx:581 msgid "Opens the app password settings page" msgstr "" -#: src/view/screens/Settings.tsx:474 +#: src/view/screens/Settings.tsx:473 msgid "Opens the home feed preferences" msgstr "" -#: src/view/screens/Settings.tsx:665 +#: src/view/screens/Settings.tsx:664 msgid "Opens the storybook page" msgstr "" -#: src/view/screens/Settings.tsx:645 +#: src/view/screens/Settings.tsx:644 msgid "Opens the system log page" msgstr "" -#: src/view/screens/Settings.tsx:495 +#: src/view/screens/Settings.tsx:494 msgid "Opens the threads preferences" msgstr "" @@ -1470,14 +1470,14 @@ msgstr "" msgid "Processing..." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:238 -#: src/view/shell/Drawer.tsx:71 +#: src/view/shell/bottom-bar/BottomBar.tsx:237 +#: src/view/shell/Drawer.tsx:72 +#: src/view/shell/Drawer.tsx:366 #: src/view/shell/Drawer.tsx:367 -#: src/view/shell/Drawer.tsx:368 msgid "Profile" msgstr "" -#: src/view/screens/Settings.tsx:790 +#: src/view/screens/Settings.tsx:789 msgid "Protect your account by verifying your email." msgstr "" @@ -1532,7 +1532,7 @@ msgid "Remove feed" msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:107 -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Remove from my feeds" msgstr "" @@ -1565,11 +1565,11 @@ msgstr "" msgid "Report Account" msgstr "" -#: src/view/screens/ProfileFeed.tsx:298 +#: src/view/screens/ProfileFeed.tsx:299 msgid "Report feed" msgstr "" -#: src/view/screens/ProfileList.tsx:417 +#: src/view/screens/ProfileList.tsx:416 msgid "Report List" msgstr "" @@ -1608,7 +1608,7 @@ msgstr "" msgid "Reset code" msgstr "" -#: src/view/screens/Settings.tsx:687 +#: src/view/screens/Settings.tsx:686 msgid "Reset onboarding state" msgstr "" @@ -1616,15 +1616,15 @@ msgstr "" msgid "Reset password" msgstr "" -#: src/view/screens/Settings.tsx:677 +#: src/view/screens/Settings.tsx:676 msgid "Reset preferences state" msgstr "" -#: src/view/screens/Settings.tsx:685 +#: src/view/screens/Settings.tsx:684 msgid "Resets the onboarding state" msgstr "" -#: src/view/screens/Settings.tsx:675 +#: src/view/screens/Settings.tsx:674 msgid "Resets the preferences state" msgstr "" @@ -1679,12 +1679,12 @@ msgstr "" #: src/view/com/util/forms/SearchInput.tsx:64 #: src/view/screens/Search/Search.tsx:409 #: src/view/screens/Search/Search.tsx:561 -#: src/view/shell/bottom-bar/BottomBar.tsx:147 -#: src/view/shell/desktop/LeftNav.tsx:324 +#: src/view/shell/bottom-bar/BottomBar.tsx:146 +#: src/view/shell/desktop/LeftNav.tsx:323 #: src/view/shell/desktop/Search.tsx:160 #: src/view/shell/desktop/Search.tsx:169 +#: src/view/shell/Drawer.tsx:252 #: src/view/shell/Drawer.tsx:253 -#: src/view/shell/Drawer.tsx:254 msgid "Search" msgstr "" @@ -1736,8 +1736,8 @@ msgstr "" msgid "Send Email" msgstr "" -#: src/view/shell/Drawer.tsx:395 -#: src/view/shell/Drawer.tsx:416 +#: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:415 msgid "Send feedback" msgstr "" @@ -1769,10 +1769,10 @@ msgstr "" msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "" -#: src/view/screens/Settings.tsx:278 -#: src/view/shell/desktop/LeftNav.tsx:436 +#: src/view/screens/Settings.tsx:277 +#: src/view/shell/desktop/LeftNav.tsx:435 +#: src/view/shell/Drawer.tsx:379 #: src/view/shell/Drawer.tsx:380 -#: src/view/shell/Drawer.tsx:381 msgid "Settings" msgstr "" @@ -1782,11 +1782,11 @@ msgstr "" #: src/view/com/profile/ProfileHeader.tsx:312 #: src/view/com/util/forms/PostDropdownBtn.tsx:126 -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Share" msgstr "" -#: src/view/screens/ProfileFeed.tsx:310 +#: src/view/screens/ProfileFeed.tsx:311 msgid "Share feed" msgstr "" @@ -1794,7 +1794,7 @@ msgstr "" #~ msgid "Share link" #~ msgstr "" -#: src/view/screens/Settings.tsx:317 +#: src/view/screens/Settings.tsx:316 msgid "Show" msgstr "" @@ -1866,7 +1866,7 @@ msgstr "" msgid "Sign up or sign in to join the conversation" msgstr "" -#: src/view/screens/Settings.tsx:328 +#: src/view/screens/Settings.tsx:327 msgid "Signed in as" msgstr "" @@ -1891,19 +1891,19 @@ msgstr "" msgid "Staging" msgstr "" -#: src/view/screens/Settings.tsx:731 +#: src/view/screens/Settings.tsx:730 msgid "Status page" msgstr "" -#: src/view/screens/Settings.tsx:667 +#: src/view/screens/Settings.tsx:666 msgid "Storybook" msgstr "" -#: src/view/screens/ProfileList.tsx:498 +#: src/view/screens/ProfileList.tsx:497 msgid "Subscribe" msgstr "" -#: src/view/screens/ProfileList.tsx:494 +#: src/view/screens/ProfileList.tsx:493 msgid "Subscribe to this list" msgstr "" @@ -1924,7 +1924,7 @@ msgstr "" #~ msgid "System" #~ msgstr "" -#: src/view/screens/Settings.tsx:647 +#: src/view/screens/Settings.tsx:646 msgid "System log" msgstr "" @@ -2005,7 +2005,7 @@ msgid "This warning is only available for posts with media attached." msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings.tsx:504 +#: src/view/screens/Settings.tsx:503 msgid "Thread Preferences" msgstr "" @@ -2108,19 +2108,19 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/view/screens/ProfileList.tsx:660 +#: src/view/screens/ProfileList.tsx:659 msgid "Users" msgstr "" -#: src/view/screens/Settings.tsx:751 +#: src/view/screens/Settings.tsx:750 msgid "Verify email" msgstr "" -#: src/view/screens/Settings.tsx:776 +#: src/view/screens/Settings.tsx:775 msgid "Verify my email" msgstr "" -#: src/view/screens/Settings.tsx:785 +#: src/view/screens/Settings.tsx:784 msgid "Verify My Email" msgstr "" @@ -2278,9 +2278,9 @@ msgstr "" msgid "Your hosting provider" msgstr "" -#: src/view/screens/Settings.tsx:403 +#: src/view/screens/Settings.tsx:402 #: src/view/shell/desktop/RightNav.tsx:127 -#: src/view/shell/Drawer.tsx:518 +#: src/view/shell/Drawer.tsx:517 msgid "Your invite codes are hidden when logged in using an App Password" msgstr "" diff --git a/src/locale/locales/en/messages.js b/src/locale/locales/en/messages.js deleted file mode 100644 index 2fd4c73c..00000000 --- a/src/locale/locales/en/messages.js +++ /dev/null @@ -1 +0,0 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"PBodTo\":\"- end of feed -\",\"EtUMsZ\":\". This warning is only available for posts with media attached.\",\"ebOBhv\":[[\"0\",\"plural\",{\"one\":[\"#\",\" invite code available\"],\"other\":[\"#\",\" invite codes available\"]}]],\"J/hVSQ\":[[\"0\"]],\"hZQerY\":[[\"0\"],\" \",[\"purposeLabel\"],\" List\"],\"zgN03j\":[[\"invitesAvailable\",\"plural\",{\"one\":[\"Invite codes: \",\"#\",\" available\"],\"other\":[\"Invite codes: \",\"#\",\" available\"]}]],\"OyEWua\":[[\"invitesAvailable\"],\" invite code available\"],\"eFIdHP\":[[\"invitesAvailable\"],\" invite codes available\"],\"wapGcj\":[[\"message\"]],\"gMjqbV\":\"<0>Choose your<1>Recommended<2>Feeds\",\"F657la\":\"<0>Follow some<1>Recommended<2>Users\",\"6RmyWt\":\"<0>Here is your app password. Use this to sign into the other app along with your handle.\",\"XCTqGE\":\"A new version of the app is available. Please update to continue using the app.\",\"AnNF5e\":\"Accessibility\",\"AeXO77\":\"Account\",\"4WY4MD\":\"Account options\",\"m16xKo\":\"Add\",\"fBBX+K\":\"Add a content warning\",\"JU3hs2\":\"Add a user to this list\",\"MPPZ54\":\"Add account\",\"LkA8jz\":\"Add alt text\",\"Z8idyM\":\"Add details\",\"AoXl11\":\"Add details to report\",\"iE6B/9\":\"Add link card\",\"EXHdP1\":\"Add link card:\",\"x6laaL\":\"Add the following DNS record to your domain:\",\"UmzMP4\":\"Add to Lists\",\"hCrQ0L\":\"Add to my feeds\",\"GluCXm\":\"Added to list\",\"jRrQFe\":\"Adjust the number of likes a reply must have to be shown in your feed.\",\"qLa52r\":\"Adult Content\",\"sxkWRg\":\"Advanced\",\"u2HO/d\":\"ALT\",\"u/DP73\":\"Alt text\",\"0QlT7/\":\"Alt text describes images for blind and low-vision users, and helps give context to everyone.\",\"woXbjq\":[\"An email has been sent to \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"Fon2dK\":[\"An email has been sent to your previous address, \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"HZFm5R\":\"and\",\"fdjKGe\":\"App Language\",\"SMmUnj\":\"App passwords\",\"8q4WlH\":\"App Passwords\",\"aAIQg2\":\"Appearance\",\"SSDZ+T\":[\"Are you sure you want to delete the app password \\\"\",[\"name\"],\"\\\"?\"],\"0BIeIs\":\"Are you sure you'd like to discard this draft?\",\"6foA8n\":\"Are you sure?\",\"/mSd6b\":\"Are you sure? This cannot be undone.\",\"EbvWd3\":\"Artistic or non-erotic nudity.\",\"iH8pgl\":\"Back\",\"ehOkF+\":\"Basics\",\"+gCI2a\":\"Birthday\",\"pieVBA\":\"Birthday:\",\"m1dqxu\":\"Block Account\",\"ffIfdM\":\"Block accounts\",\"fdYcMy\":\"Block these accounts?\",\"KWykPE\":\"Blocked accounts\",\"JuqQpF\":\"Blocked Accounts\",\"HG4qt4\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"8LNSUt\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours.\",\"HFCE4A\":\"Blocked post.\",\"zl+QbX\":\"Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"7A9u1j\":\"Bluesky\",\"ZHmKSm\":\"Bluesky is flexible.\",\"odLrdl\":\"Bluesky is open.\",\"/LsWK4\":\"Bluesky is public.\",\"C50OGr\":\"Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon.\",\"klVoaP\":\"Bluesky.Social\",\"qxBitM\":[\"Build version \",[\"0\"],\" \",[\"1\"]],\"rT2cV+\":\"Camera\",\"JGGrPC\":\"Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long.\",\"dEgA5A\":\"Cancel\",\"aMH9rr\":\"Cancel account deletion\",\"kc3E4R\":\"Cancel add image alt text\",\"wg4LHQ\":\"Cancel change handle\",\"hFL1Li\":\"Cancel image crop\",\"tijH8t\":\"Cancel profile editing\",\"Qe4C/d\":\"Cancel quote post\",\"5TviPn\":\"Cancel search\",\"nss3UV\":\"Cancel waitlist signup\",\"o+XJ9D\":\"Change\",\"pQco5R\":\"Change handle\",\"Q5e1U/\":\"Change Handle\",\"a3NAfL\":\"Change my email\",\"4vatyk\":\"Change Your Email\",\"Yn3C90\":\"Check out some recommended feeds. Tap + to add them to your list of pinned feeds.\",\"ioZXIH\":\"Check out some recommended users. Follow them to see similar users.\",\"/+X+/K\":\"Check your inbox for an email with the confirmation code to enter below:\",\"Rt502e\":\"Choose Service\",\"/L45sc\":\"Choose the algorithms that power your experience with custom feeds.\",\"BwcLKv\":\"Choose your\",\"Wk8hkn\":\"Choose your password\",\"Us7A1O\":\"Clear all legacy storage data\",\"X3zEXo\":\"Clear all legacy storage data (restart after this)\",\"zxFM2c\":\"Clear all storage data\",\"r+lhUL\":\"Clear all storage data (restart after this)\",\"QbvBNV\":\"Clear search query\",\"flH7u/\":\"Close alert\",\"hYmnbk\":\"Close bottom drawer\",\"47L1V1\":\"Close image\",\"l49ujN\":\"Close image viewer\",\"UryHFO\":\"Close navigation footer\",\"KHzDTk\":\"Community Guidelines\",\"o8UUti\":\"Compose reply\",\"7VpPHA\":\"Confirm\",\"q8upsf\":\"Confirm Change\",\"8pNKIr\":\"Confirm content language settings\",\"tGg8Kt\":\"Confirm delete account\",\"ioZOzk\":\"Confirmation code\",\"J28zul\":\"Connecting...\",\"l879p1\":\"Content filtering\",\"m8j6up\":\"Content Filtering\",\"/PlAsF\":\"Content Languages\",\"cogwXi\":\"Content Warning\",\"FG7AQv\":\"Content warnings\",\"xGVfLh\":\"Continue\",\"6V3Ea3\":\"Copied\",\"he3ygx\":\"Copy\",\"7LTXf4\":\"Copy link to list\",\"dWsPi5\":\"Copy link to post\",\"jw+abr\":\"Copy link to profile\",\"iQgJaz\":\"Copy post text\",\"u40k/o\":\"Copyright Policy\",\"7wWvgo\":\"Could not load feed\",\"8NNr/O\":\"Could not load list\",\"mpt9T+\":\"Create a new account\",\"IS0nrP\":\"Create Account\",\"6HbhpU\":\"Create new account\",\"MXSt4t\":[\"Created \",[\"0\"]],\"GAD3Dx\":\"Custom domain\",\"ZQKLI1\":\"Danger Zone\",\"pvnfJD\":\"Dark\",\"ZDGm40\":\"Delete account\",\"vzX5FB\":\"Delete Account\",\"gUEtxf\":\"Delete app password\",\"84uE/A\":\"Delete List\",\"ktknoE\":\"Delete my account\",\"szz0+N\":\"Delete my account…\",\"04G5Az\":\"Delete post\",\"FbPNuJ\":\"Delete this post?\",\"u+1OHY\":\"Deleted post.\",\"Nu4oKW\":\"Description\",\"dacKHE\":\"Dev Server\",\"2ygkE8\":\"Developer Tools\",\"bzSI52\":\"Discard\",\"BryYJR\":\"Discard draft\",\"pbLwal\":\"Discover new feeds\",\"pfa8F0\":\"Display name\",\"0gS7M5\":\"Display Name\",\"iZ5pMB\":\"Domain verified!\",\"DPfwMq\":\"Done\",\"zT97vP\":[\"Done\",[\"extraText\"]],\"4uwlSD\":\"Each code works once. You'll receive more invite codes periodically.\",\"XQFMOm\":\"Edit image\",\"S7M0uU\":\"Edit list details\",\"cLmurE\":\"Edit My Feeds\",\"bRZ5XW\":\"Edit my profile\",\"9OpVZg\":\"Edit profile\",\"QJQd1J\":\"Edit Profile\",\"Jn7kox\":\"Edit Saved Feeds\",\"O3oNi5\":\"Email\",\"ATGYL1\":\"Email address\",\"pJJ0Vp\":\"Email Updated\",\"9Qs99X\":\"Email:\",\"96mted\":\"Enable this setting to only see replies between people you follow.\",\"YbIxza\":\"Enter the address of your provider:\",\"BfIgP6\":\"Enter the domain you want to use\",\"cHrOqs\":\"Enter the email you used to create your account. We'll send you a \\\"reset code\\\" so you can set a new password.\",\"xRPn3U\":\"Enter your email address\",\"+inPGm\":\"Enter your new email address below.\",\"T0KLp4\":\"Enter your username and password\",\"4BITzH\":\"Error:\",\"0PkE20\":\"Expand alt text\",\"/5K/KL\":\"Failed to load recommended feeds\",\"4yCy8i\":\"Feed offline\",\"N0CqyO\":\"Feed Preferences\",\"YirHq7\":\"Feedback\",\"2DoBvq\":\"Feeds\",\"I3iUBQ\":\"Feeds are created by users to curate content. Choose some feeds that you find interesting.\",\"2+6lmO\":\"Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information.\",\"Qzj1WT\":\"Finding similar accounts...\",\"QKSrQV\":\"Fine-tune the content you see on your home screen.\",\"r+KeyR\":\"Fine-tune the discussion threads.\",\"MKEPCY\":\"Follow\",\"AD4dxh\":\"Follow some\",\"Wezu5M\":\"Follow some users to get started. We can recommend you more users based on who you find interesting.\",\"YY2BTA\":\"Followed users only\",\"x5LEuB\":\"Followers\",\"NIjL2Y\":\"following\",\"y6sq5j\":\"Following\",\"p3UO/y\":\"Follows you\",\"5RhDkD\":\"For security reasons, we'll need to send a confirmation code to your email address.\",\"NJPhAO\":\"For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one.\",\"5bDfuq\":\"Forgot\",\"hEPLrs\":\"Forgot password\",\"dn8X5t\":\"Forgot Password\",\"U+kFad\":\"Gallery\",\"c3b0B0\":\"Get Started\",\"CKyk7Q\":\"Go back\",\"sr0UJD\":\"Go Back\",\"Rtp0y7\":\"Go to next\",\"Nf7oXL\":\"Handle\",\"c3XJ18\":\"Help\",\"uX/4+/\":\"Here is your app password.\",\"vLyv1R\":\"Hide\",\"qdOx2q\":\"Hide user list\",\"up7j9X\":\"Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue.\",\"WTcLyw\":\"Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue.\",\"/8MHCt\":\"Hmm, the feed server appears to be offline. Please let the feed owner know about this issue.\",\"3zJH1g\":\"Hmm, the feed server gave a bad response. Please let the feed owner know about this issue.\",\"yNNyhI\":\"Hmmm, we're having trouble finding this feed. It may have been deleted.\",\"i0qMbr\":\"Home\",\"sXZ8IU\":\"Home Feed Preferences\",\"yt7fhu\":\"Hosting provider\",\"s2xA6t\":\"Hosting provider address\",\"o+axy6\":\"I have a code\",\"wey2os\":\"I have my own domain\",\"WlEcKr\":\"If none are selected, suitable for all ages.\",\"VCk0rR\":\"Image alt text\",\"STGpNQ\":\"Image options\",\"6o7+En\":\"In Your Network\",\"dSKHAa\":\"Invalid username or password\",\"MFKlMB\":\"Invite\",\"F5MZVk\":\"Invite a Friend\",\"6KlkHI\":\"Invite code\",\"MYTV5o\":\"Invite code not accepted. Check that you input it correctly and try again.\",\"UY2916\":[\"Invite codes: \",[\"invitesAvailable\"],\" available\"],\"F75w8j\":\"Join the waitlist\",\"6iVTdm\":\"Join the waitlist.\",\"SNzppu\":\"Join Waitlist\",\"Dcq5kL\":\"Language selection\",\"pVhZHk\":\"Language Settings\",\"GAmD3h\":\"Languages\",\"NgeSlx\":\"Learn More\",\"rj0Lke\":\"Learn more about this warning\",\"kq2ga7\":\"Leave them all unchecked to see any language.\",\"QfDITI\":\"Leaving Bluesky\",\"Esfg1M\":\"Let's get your password reset!\",\"exYcTF\":\"Library\",\"1njn7W\":\"Light\",\"BvSY1i\":\"Like this feed\",\"8/ALSr\":\"Liked by\",\"FuZWua\":\"List Avatar\",\"8mjA4F\":\"List Name\",\"h16FyT\":\"Lists\",\"ujW4FW\":\"Load more posts\",\"7EHsGr\":\"Load new notifications\",\"VkLESX\":\"Load new posts\",\"Z3FXyt\":\"Loading...\",\"jl0AFf\":\"Local dev server\",\"cR9UpQ\":\"Login to account that is not listed\",\"kkGiug\":\"Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!\",\"2U/gDT\":\"Make sure this is where you intend to go!\",\"zucql+\":\"Menu\",\"DzmsLV\":\"Moderation\",\"NTIbv4\":\"Moderation lists\",\"FIJUJb\":\"More feeds\",\"3Siwmw\":\"More options\",\"Y17r45\":\"More post options\",\"RA1KUZ\":\"Mute Account\",\"du0opt\":\"Mute accounts\",\"izOxJM\":\"Mute these accounts?\",\"jq7SjD\":\"Mute thread\",\"s22grX\":\"Muted accounts\",\"qUa+lV\":\"Muted Accounts\",\"gA0D9A\":\"Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private.\",\"1QJzM7\":\"Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them.\",\"Mysqyf\":\"My Birthday\",\"6MBNS/\":\"My Feeds\",\"hKtWk2\":\"My Profile\",\"Ha6iBv\":\"My Saved Feeds\",\"6YtxFj\":\"Name\",\"8yolS6\":\"Never lose access to your followers and data.\",\"isRobC\":\"New\",\"2B7HLH\":\"New post\",\"FGrimz\":\"New Post\",\"hXzOVo\":\"Next\",\"EatZYJ\":\"Next image\",\"1UzENP\":\"No\",\"flmDTf\":\"No description\",\"zfN9gJ\":\"No result\",\"fOlAiK\":[\"No results found for \\\"\",[\"query\"],\"\\\"\"],\"kA9DpB\":[\"No results found for \",[\"0\"]],\"SVF205\":[\"No results found for \",[\"query\"]],\"ispbnl\":\"Not Applicable\",\"iyUCYw\":\"Not Applicable.\",\"iDNBZe\":\"Notifications\",\"5GGAqz\":\"Oh no!\",\"UaXeX3\":\"Okay\",\"Cqo2D+\":\"One or more images is missing alt text.\",\"M/Q2aG\":\"Open navigation\",\"M5PuNq\":\"Opens configurable language settings\",\"S67TOE\":\"Opens list of invite codes\",\"eSqpax\":\"Opens modal for using custom domain\",\"vYwHHI\":\"Opens moderation settings\",\"0tHyB7\":\"Opens screen with all saved feeds\",\"nmRoY/\":\"Opens the app password settings page\",\"6e9Apv\":\"Opens the home feed preferences\",\"O87Dr/\":\"Opens the storybook page\",\"G+PVmg\":\"Opens the system log page\",\"Jqb7sy\":\"Opens the threads preferences\",\"b22AVl\":\"Other account\",\"n+HLOP\":\"Other service\",\"1PKxQ7\":\"Other...\",\"8F1i42\":\"Page not found\",\"8ZsakT\":\"Password\",\"ogtYkT\":\"Password updated\",\"DKeVgZ\":\"Password updated!\",\"VeZE5Q\":\"Pictures meant for adults.\",\"zgoxy5\":\"Pinned Feeds\",\"Aw5fOC\":\"Please choose your handle.\",\"5vI4sE\":\"Please choose your password.\",\"Apyknf\":\"Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed.\",\"9qpQ5O\":\"Please enter a unique name for this App Password or use our randomly generated one.\",\"hV+cYN\":\"Please enter your email.\",\"QJr5Xp\":\"Please enter your password as well:\",\"y28hnO\":\"Post\",\"h5RcXU\":\"Post hidden\",\"r5zLS0\":\"Post language\",\"AzCucI\":\"Post Languages\",\"tJFPmV\":\"Post not found\",\"0+DQbr\":\"Potentially Misleading Link\",\"MHk+7g\":\"Previous image\",\"HeBcM5\":\"Primary Language\",\"x8iR7V\":\"Prioritize Your Follows\",\"rjGI/Q\":\"Privacy\",\"LcET2C\":\"Privacy Policy\",\"k1ifdL\":\"Processing...\",\"vERlcd\":\"Profile\",\"MrgqOW\":\"Protect your account by verifying your email.\",\"p1UmBX\":\"Public, shareable lists which can drive feeds.\",\"8HFFRQ\":\"Quote post\",\"+KrAHa\":\"Quote Post\",\"WlWsdE\":\"Ratios\",\"WEYdDv\":\"Recommended\",\"QNzcT3\":\"Recommended Feeds\",\"41UoJb\":\"Recommended Users\",\"t/YqKh\":\"Remove\",\"p/cRzf\":[\"Remove \",[\"0\"],\" from my feeds?\"],\"1O32oy\":\"Remove account\",\"W44VX5\":\"Remove feed\",\"Yy3FzB\":\"Remove from my feeds\",\"5ywtDz\":\"Remove image\",\"Dw/XUh\":\"Remove image preview\",\"TbDEfs\":\"Remove this feed from your saved feeds?\",\"Obm5+c\":\"Removed from list\",\"Veu9gK\":\"Reply Filters\",\"lQWbAr\":[\"Report \",[\"collectionName\"]],\"bDHSjj\":\"Report Account\",\"NKmI9f\":\"Report feed\",\"6iwm2r\":\"Report List\",\"6IcSvC\":\"Report post\",\"mkude1\":\"Repost\",\"JOV5dR\":\"Repost or quote post\",\"0zb9FX\":\"Reposted by\",\"bqG37Z\":\"Request Change\",\"2d9VrZ\":\"Require alt text before posting\",\"8XIT+P\":\"Required for this provider\",\"vJgYMA\":\"Reset code\",\"xEL92I\":\"Reset onboarding state\",\"RfwZxd\":\"Reset password\",\"bee/Fw\":\"Reset preferences state\",\"wToeoz\":\"Resets the onboarding state\",\"nIU7qI\":\"Resets the preferences state\",\"6gRgw8\":\"Retry\",\"hAbYQa\":\"Retry change handle\",\"tfDRzk\":\"Save\",\"KV2YQQ\":\"Save alt text\",\"y3aU20\":\"Save changes\",\"IUwGEM\":\"Save Changes\",\"Xs07Tg\":\"Save handle change\",\"BckA7m\":\"Save image crop\",\"+K+JDj\":\"Saved Feeds\",\"A1taO8\":\"Search\",\"BF8cu3\":\"Search for posts and users.\",\"CKROFy\":\"Security Step Required\",\"cNzyJW\":\"See what's next\",\"L5sM7N\":\"Select Bluesky Social\",\"o3dwub\":\"Select from an existing account\",\"GGw2AK\":\"Select service\",\"vECNLO\":\"Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown.\",\"m5aabx\":\"Select your app language for the default text to display in the app\",\"TiiOza\":\"Select your preferred language for translations in your feed.\",\"vp9yIB\":\"Send Confirmation Email\",\"65dxv8\":\"Send email\",\"i/TzEU\":\"Send Email\",\"RoafuO\":\"Send feedback\",\"4cijjm\":\"Send Report\",\"V/e7nf\":\"Set new password\",\"gwsie4\":\"Set this setting to \\\"No\\\" to hide all quote posts from your feed. Reposts will still be visible.\",\"IZjC3J\":\"Set this setting to \\\"No\\\" to hide all replies from your feed.\",\"KIgU3l\":\"Set this setting to \\\"No\\\" to hide all reposts from your feed.\",\"zaAyrz\":\"Set this setting to \\\"Yes\\\" to show replies in a threaded view. This is an experimental feature.\",\"fQV2eE\":\"Set this setting to \\\"Yes\\\" to show samples of your saved feeds in your following feed. This is an experimental feature.\",\"Tz0i8g\":\"Settings\",\"HfWHhJ\":\"Sexual activity or erotic nudity.\",\"Z8lGw6\":\"Share\",\"P33tEA\":\"Share feed\",\"uIZ2tg\":\"Share link\",\"8vETh9\":\"Show\",\"aWAdCb\":\"Show anyway\",\"NijgXr\":\"Show Posts from My Feeds\",\"T3Mt8m\":\"Show Quote Posts\",\"BlW8X/\":\"Show Replies\",\"X4GwDb\":\"Show replies by people you follow before all other replies.\",\"GiogzH\":\"Show Reposts\",\"fhY/fL\":\"Show users\",\"5lWFkC\":\"Sign in\",\"n1ekoW\":\"Sign In\",\"N9o7n5\":[\"Sign in as \",[\"0\"]],\"FT1MVS\":\"Sign in as...\",\"+UpfFC\":\"Sign into\",\"fcWrnU\":\"Sign out\",\"e+RpCP\":\"Sign up\",\"MiE4Vp\":\"Sign up or sign in to join the conversation\",\"zU+Ro7\":\"Signed in as\",\"6Uau97\":\"Skip\",\"0o5BFH\":\"Sort Replies\",\"GH1Rgk\":\"Sort replies to the same post by:\",\"1DA6ap\":\"Square\",\"aKEHLj\":\"Staging\",\"tgEXwM\":\"Status page\",\"P5jja7\":\"Storybook\",\"EDl9kS\":\"Subscribe\",\"5z3ICN\":\"Subscribe to this list\",\"TVFyMD\":\"Suggested Follows\",\"XYLcNv\":\"Support\",\"VjWeLI\":\"Switch Account\",\"D+NlUC\":\"System\",\"fP8jTZ\":\"System log\",\"HF6Iah\":\"Tall\",\"4Y5H+g\":\"Terms\",\"xowcRf\":\"Terms of Service\",\"p8Iz39\":\"Text input field\",\"GlPXQJ\":\"The account will be able to interact with you after unblocking.\",\"o4M2MP\":\"The Community Guidelines have been moved to <0/>\",\"U42lKc\":\"The Copyright Policy has been moved to <0/>\",\"G4EksE\":\"The post may have been deleted.\",\"WNR9db\":\"The Privacy Policy has been moved to <0/>\",\"LbEbIk\":[\"The support form has been moved. If you need help, please<0/> or visit \",[\"HELP_DESK_URL\"],\" to get in touch with us.\"],\"FGbRSr\":\"The Terms of Service have been moved to\",\"yUqcy2\":\"There was an unexpected issue in the application. Please let us know if this happened to you!\",\"KRYn8w\":[\"This \",[\"screenDescription\"],\" has been flagged:\"],\"lm845B\":\"This information is not shared with other users.\",\"5Pvw/O\":\"This is important in case you ever need to change your email or reset your password.\",\"sQQfZ9\":\"This is the service that keeps you online.\",\"CvX8qs\":\"This link is taking you to the following website:\",\"WKrUVy\":\"This post has been deleted.\",\"qpCA5s\":\"This warning is only available for posts with media attached.\",\"u9ThjD\":\"Thread Preferences\",\"zmXsk5\":\"Threaded Mode\",\"1x30Qt\":\"Toggle dropdown\",\"KFXQEt\":\"Transformations\",\"pi8x/S\":\"Translate\",\"KDw4GX\":\"Try again\",\"nc4Wfd\":\"Unable to contact your service. Please check your Internet connection.\",\"tuS5Jz\":\"Unblock\",\"0VrZZv\":\"Unblock Account\",\"6pYY4t\":\"Undo repost\",\"05f3UA\":\"Unfortunately, you do not meet the requirements to create an account.\",\"wx9wqY\":\"Unmute Account\",\"s12/Py\":\"Unmute thread\",\"vaz2uI\":[\"Update \",[\"displayName\"],\" in Lists\"],\"YXMY4w\":\"Update Available\",\"RXbEvi\":\"Updating...\",\"Vwkfp4\":\"Upload a text file to:\",\"jTdnU6\":\"Use app passwords to login to other Bluesky clients without giving full access to your account or password.\",\"CH1am9\":\"Use default provider\",\"ZG8UvP\":\"Use this to sign into the other app along with your handle.\",\"cKXwwI\":\"Used by:\",\"t4Yp4Z\":\"User handle\",\"8tsrUV\":\"User Lists\",\"nZx9mr\":\"Username or email address\",\"Sxm8rQ\":\"Users\",\"MBOY4U\":\"Verify email\",\"Ejyv0o\":\"Verify my email\",\"9czCrB\":\"Verify My Email\",\"ibSVGR\":\"Verify New Email\",\"nHsQde\":\"View debug entry\",\"47jzzd\":\"View the avatar\",\"wK4H1r\":\"Visit Site\",\"qjBGxf\":\"We're so excited to have you join us!\",\"1xpRAp\":\"We're sorry, but this content is not viewable without a Bluesky account.\",\"WBQOQ0\":\"We're sorry, but your search could not be completed. Please try again in a few minutes.\",\"/mVVX2\":\"We're sorry! We can't find the page you were looking for.\",\"meB+tZ\":\"Welcome to <0>Bluesky\",\"Mj7rl/\":[\"What is the issue with this \",[\"collectionName\"],\"?\"],\"3qn29J\":\"Which languages are used in this post?\",\"uawiGa\":\"Which languages would you like to see in your algorithmic feeds?\",\"I5S9ZE\":\"Wide\",\"y02THm\":\"Write post\",\"6ckZRB\":\"Write your reply\",\"l75CjT\":\"Yes\",\"STPj0e\":\"You can change hosting providers at any time.\",\"67nRLM\":\"You can now sign in with your new password.\",\"lIcbCU\":\"You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer.\",\"aFZZYi\":\"You don't have any pinned feeds.\",\"kX/cKs\":\"You don't have any saved feeds!\",\"nbz3Iq\":\"You don't have any saved feeds.\",\"RkXibf\":\"You have blocked the author or you have been blocked by the author.\",\"CbrOgr\":\"You have no feeds.\",\"tCLJ9E\":\"You have no lists.\",\"soH9qC\":\"You have not blocked any accounts yet. To block an account, go to their profile and selected \\\"Block account\\\" from the menu on their account.\",\"NDgp3i\":\"You have not created any app passwords yet. You can create one by pressing the button below.\",\"grqdXb\":\"You have not muted any accounts yet. To mute an account, go to their profile and selected \\\"Mute account\\\" from the menu on their account.\",\"RrDyEb\":\"You will receive an email with a \\\"reset code.\\\" Enter that code here, then enter your new password.\",\"gdRnT7\":\"Your account\",\"k7hmsH\":\"Your birth date\",\"tBpzKB\":\"Your email appears to be invalid.\",\"OubkcP\":\"Your email has been saved! We'll be in touch soon.\",\"z2L+/9\":\"Your email has been updated but not verified. As a next step, please verify your new email.\",\"XZlIVw\":\"Your email has not yet been verified. This is an important security step which we recommend.\",\"qv9f4I\":\"Your full handle will be\",\"lvcqqG\":\"Your hosting provider\",\"fbFyAZ\":\"Your invite codes are hidden when logged in using an App Password\",\"Oqt/PG\":\"Your posts, likes, and blocks are public. Mutes are private.\",\"okRPtW\":\"Your profile\",\"MvWO9d\":\"Your user handle\"}")}; \ No newline at end of file diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index f80fe540..5e0aec46 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -37,13 +37,13 @@ msgstr "" msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" msgstr "" -#: src/view/screens/Settings.tsx:408 -#: src/view/shell/Drawer.tsx:522 +#: src/view/screens/Settings.tsx:407 +#: src/view/shell/Drawer.tsx:521 msgid "{invitesAvailable} invite code available" msgstr "" -#: src/view/screens/Settings.tsx:410 -#: src/view/shell/Drawer.tsx:524 +#: src/view/screens/Settings.tsx:409 +#: src/view/shell/Drawer.tsx:523 msgid "{invitesAvailable} invite codes available" msgstr "" @@ -68,12 +68,12 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "" #: src/view/com/modals/EditImage.tsx:299 -#: src/view/screens/Settings.tsx:418 +#: src/view/screens/Settings.tsx:417 msgid "Accessibility" msgstr "" #: src/view/com/auth/login/LoginForm.tsx:161 -#: src/view/screens/Settings.tsx:287 +#: src/view/screens/Settings.tsx:286 msgid "Account" msgstr "" @@ -83,7 +83,7 @@ msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/UserAddRemoveLists.tsx:187 -#: src/view/screens/ProfileList.tsx:676 +#: src/view/screens/ProfileList.tsx:675 msgid "Add" msgstr "" @@ -91,12 +91,12 @@ msgstr "" msgid "Add a content warning" msgstr "" -#: src/view/screens/ProfileList.tsx:666 +#: src/view/screens/ProfileList.tsx:665 msgid "Add a user to this list" msgstr "" -#: src/view/screens/Settings.tsx:356 -#: src/view/screens/Settings.tsx:365 +#: src/view/screens/Settings.tsx:355 +#: src/view/screens/Settings.tsx:364 msgid "Add account" msgstr "" @@ -130,7 +130,7 @@ msgstr "" msgid "Add to Lists" msgstr "" -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Add to my feeds" msgstr "" @@ -147,7 +147,7 @@ msgstr "" msgid "Adult Content" msgstr "" -#: src/view/screens/Settings.tsx:570 +#: src/view/screens/Settings.tsx:569 msgid "Advanced" msgstr "" @@ -179,7 +179,7 @@ msgstr "" msgid "App Language" msgstr "" -#: src/view/screens/Settings.tsx:590 +#: src/view/screens/Settings.tsx:589 msgid "App passwords" msgstr "" @@ -187,7 +187,7 @@ msgstr "" msgid "App Passwords" msgstr "" -#: src/view/screens/Settings.tsx:433 +#: src/view/screens/Settings.tsx:432 msgid "Appearance" msgstr "" @@ -199,7 +199,7 @@ msgstr "" msgid "Are you sure you'd like to discard this draft?" msgstr "" -#: src/view/screens/ProfileList.tsx:346 +#: src/view/screens/ProfileList.tsx:345 msgid "Are you sure?" msgstr "" @@ -224,7 +224,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/view/screens/Settings.tsx:462 +#: src/view/screens/Settings.tsx:461 msgid "Basics" msgstr "" @@ -233,7 +233,7 @@ msgstr "" msgid "Birthday" msgstr "" -#: src/view/screens/Settings.tsx:313 +#: src/view/screens/Settings.tsx:312 msgid "Birthday:" msgstr "" @@ -242,11 +242,11 @@ msgstr "" msgid "Block Account" msgstr "" -#: src/view/screens/ProfileList.tsx:447 +#: src/view/screens/ProfileList.tsx:446 msgid "Block accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:302 msgid "Block these accounts?" msgstr "" @@ -270,7 +270,7 @@ msgstr "" msgid "Blocked post." msgstr "" -#: src/view/screens/ProfileList.tsx:305 +#: src/view/screens/ProfileList.tsx:304 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Bluesky.Social" msgstr "" -#: src/view/screens/Settings.tsx:719 +#: src/view/screens/Settings.tsx:718 msgid "Build version {0} {1}" msgstr "" @@ -366,12 +366,12 @@ msgstr "" msgid "Cancel waitlist signup" msgstr "" -#: src/view/screens/Settings.tsx:307 +#: src/view/screens/Settings.tsx:306 msgid "Change" msgstr "" -#: src/view/screens/Settings.tsx:602 -#: src/view/screens/Settings.tsx:611 +#: src/view/screens/Settings.tsx:601 +#: src/view/screens/Settings.tsx:610 msgid "Change handle" msgstr "" @@ -415,19 +415,19 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/view/screens/Settings.tsx:695 +#: src/view/screens/Settings.tsx:694 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings.tsx:697 +#: src/view/screens/Settings.tsx:696 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings.tsx:707 +#: src/view/screens/Settings.tsx:706 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings.tsx:709 +#: src/view/screens/Settings.tsx:708 msgid "Clear all storage data (restart after this)" msgstr "" @@ -531,7 +531,7 @@ msgstr "" msgid "Copy" msgstr "" -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Copy link to list" msgstr "" @@ -551,11 +551,11 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/view/screens/ProfileFeed.tsx:101 +#: src/view/screens/ProfileFeed.tsx:102 msgid "Could not load feed" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:752 msgid "Could not load list" msgstr "" @@ -580,7 +580,7 @@ msgstr "" msgid "Custom domain" msgstr "" -#: src/view/screens/Settings.tsx:616 +#: src/view/screens/Settings.tsx:615 msgid "Danger Zone" msgstr "" @@ -588,7 +588,7 @@ msgstr "" #~ msgid "Dark" #~ msgstr "" -#: src/view/screens/Settings.tsx:623 +#: src/view/screens/Settings.tsx:622 msgid "Delete account" msgstr "" @@ -601,8 +601,8 @@ msgstr "" msgid "Delete app password" msgstr "" -#: src/view/screens/ProfileList.tsx:345 -#: src/view/screens/ProfileList.tsx:403 +#: src/view/screens/ProfileList.tsx:344 +#: src/view/screens/ProfileList.tsx:402 msgid "Delete List" msgstr "" @@ -610,7 +610,7 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/view/screens/Settings.tsx:633 +#: src/view/screens/Settings.tsx:632 msgid "Delete my account…" msgstr "" @@ -637,7 +637,7 @@ msgstr "" msgid "Dev Server" msgstr "" -#: src/view/screens/Settings.tsx:638 +#: src/view/screens/Settings.tsx:637 msgid "Developer Tools" msgstr "" @@ -691,7 +691,7 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/view/screens/ProfileList.tsx:391 +#: src/view/screens/ProfileList.tsx:390 msgid "Edit list details" msgstr "" @@ -731,7 +731,7 @@ msgstr "" msgid "Email Updated" msgstr "" -#: src/view/screens/Settings.tsx:291 +#: src/view/screens/Settings.tsx:290 msgid "Email:" msgstr "" @@ -780,20 +780,20 @@ msgstr "" msgid "Feed offline" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:131 +#: src/view/com/feeds/FeedPage.tsx:132 msgid "Feed Preferences" msgstr "" #: src/view/shell/desktop/RightNav.tsx:64 -#: src/view/shell/Drawer.tsx:411 +#: src/view/shell/Drawer.tsx:410 msgid "Feedback" msgstr "" #: src/view/screens/Feeds.tsx:475 -#: src/view/shell/bottom-bar/BottomBar.tsx:169 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/view/shell/bottom-bar/BottomBar.tsx:168 +#: src/view/shell/desktop/LeftNav.tsx:341 +#: src/view/shell/Drawer.tsx:327 #: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:329 msgid "Feeds" msgstr "" @@ -882,14 +882,14 @@ msgstr "" #: src/view/com/auth/LoggedOut.tsx:53 #: src/view/com/auth/LoggedOut.tsx:54 #: src/view/com/util/moderation/ScreenHider.tsx:105 -#: src/view/shell/desktop/LeftNav.tsx:105 +#: src/view/shell/desktop/LeftNav.tsx:106 msgid "Go back" msgstr "" -#: src/view/screens/ProfileFeed.tsx:110 -#: src/view/screens/ProfileFeed.tsx:115 -#: src/view/screens/ProfileList.tsx:762 -#: src/view/screens/ProfileList.tsx:767 +#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileList.tsx:761 +#: src/view/screens/ProfileList.tsx:766 msgid "Go Back" msgstr "" @@ -904,7 +904,7 @@ msgid "Handle" msgstr "" #: src/view/shell/desktop/RightNav.tsx:93 -#: src/view/shell/Drawer.tsx:421 +#: src/view/shell/Drawer.tsx:420 msgid "Help" msgstr "" @@ -940,16 +940,16 @@ msgstr "" msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:125 -#: src/view/shell/desktop/LeftNav.tsx:306 +#: src/view/shell/bottom-bar/BottomBar.tsx:124 +#: src/view/shell/desktop/LeftNav.tsx:305 +#: src/view/shell/Drawer.tsx:274 #: src/view/shell/Drawer.tsx:275 -#: src/view/shell/Drawer.tsx:276 msgid "Home" msgstr "" #: src/view/com/pager/FeedsTabBarMobile.tsx:99 #: src/view/screens/PreferencesHomeFeed.tsx:95 -#: src/view/screens/Settings.tsx:482 +#: src/view/screens/Settings.tsx:481 msgid "Home Feed Preferences" msgstr "" @@ -992,12 +992,12 @@ msgstr "" msgid "Invalid username or password" msgstr "" -#: src/view/screens/Settings.tsx:384 +#: src/view/screens/Settings.tsx:383 msgid "Invite" msgstr "" #: src/view/com/modals/InviteCodes.tsx:91 -#: src/view/screens/Settings.tsx:372 +#: src/view/screens/Settings.tsx:371 msgid "Invite a Friend" msgstr "" @@ -1009,7 +1009,7 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/view/shell/Drawer.tsx:503 +#: src/view/shell/Drawer.tsx:502 msgid "Invite codes: {invitesAvailable} available" msgstr "" @@ -1034,7 +1034,7 @@ msgstr "" msgid "Language Settings" msgstr "" -#: src/view/screens/Settings.tsx:542 +#: src/view/screens/Settings.tsx:541 msgid "Languages" msgstr "" @@ -1074,7 +1074,7 @@ msgstr "" #~ msgid "Light" #~ msgstr "" -#: src/view/screens/ProfileFeed.tsx:626 +#: src/view/screens/ProfileFeed.tsx:627 msgid "Like this feed" msgstr "" @@ -1091,9 +1091,9 @@ msgstr "" msgid "List Name" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:382 +#: src/view/shell/desktop/LeftNav.tsx:381 +#: src/view/shell/Drawer.tsx:338 #: src/view/shell/Drawer.tsx:339 -#: src/view/shell/Drawer.tsx:340 msgid "Lists" msgstr "" @@ -1102,11 +1102,11 @@ msgstr "" msgid "Load more posts" msgstr "" -#: src/view/screens/Notifications.tsx:130 +#: src/view/screens/Notifications.tsx:129 msgid "Load new notifications" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:176 +#: src/view/com/feeds/FeedPage.tsx:177 msgid "Load new posts" msgstr "" @@ -1122,7 +1122,7 @@ msgstr "" msgid "Login to account that is not listed" msgstr "" -#: src/view/screens/ProfileFeed.tsx:478 +#: src/view/screens/ProfileFeed.tsx:479 msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" msgstr "" @@ -1135,10 +1135,10 @@ msgid "Menu" msgstr "" #: src/view/screens/Moderation.tsx:51 -#: src/view/screens/Settings.tsx:564 -#: src/view/shell/desktop/LeftNav.tsx:400 +#: src/view/screens/Settings.tsx:563 +#: src/view/shell/desktop/LeftNav.tsx:399 +#: src/view/shell/Drawer.tsx:345 #: src/view/shell/Drawer.tsx:346 -#: src/view/shell/Drawer.tsx:347 msgid "Moderation" msgstr "" @@ -1151,8 +1151,8 @@ msgid "More feeds" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:520 -#: src/view/screens/ProfileFeed.tsx:368 -#: src/view/screens/ProfileList.tsx:507 +#: src/view/screens/ProfileFeed.tsx:369 +#: src/view/screens/ProfileList.tsx:506 msgid "More options" msgstr "" @@ -1164,11 +1164,11 @@ msgstr "" msgid "Mute Account" msgstr "" -#: src/view/screens/ProfileList.tsx:435 +#: src/view/screens/ProfileList.tsx:434 msgid "Mute accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:268 +#: src/view/screens/ProfileList.tsx:267 msgid "Mute these accounts?" msgstr "" @@ -1188,7 +1188,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/view/screens/ProfileList.tsx:270 +#: src/view/screens/ProfileList.tsx:269 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "" @@ -1200,11 +1200,11 @@ msgstr "" msgid "My Feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:66 +#: src/view/shell/desktop/LeftNav.tsx:67 msgid "My Profile" msgstr "" -#: src/view/screens/Settings.tsx:521 +#: src/view/screens/Settings.tsx:520 msgid "My Saved Feeds" msgstr "" @@ -1221,17 +1221,17 @@ msgstr "" msgid "New" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:187 +#: src/view/com/feeds/FeedPage.tsx:188 #: src/view/screens/Feeds.tsx:510 -#: src/view/screens/Profile.tsx:381 -#: src/view/screens/ProfileFeed.tsx:448 -#: src/view/screens/ProfileList.tsx:200 -#: src/view/screens/ProfileList.tsx:232 -#: src/view/shell/desktop/LeftNav.tsx:255 +#: src/view/screens/Profile.tsx:382 +#: src/view/screens/ProfileFeed.tsx:449 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:231 +#: src/view/shell/desktop/LeftNav.tsx:254 msgid "New post" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:265 +#: src/view/shell/desktop/LeftNav.tsx:264 msgid "New Post" msgstr "" @@ -1255,8 +1255,8 @@ msgstr "" msgid "No" msgstr "" -#: src/view/screens/ProfileFeed.tsx:619 -#: src/view/screens/ProfileList.tsx:633 +#: src/view/screens/ProfileFeed.tsx:620 +#: src/view/screens/ProfileList.tsx:632 msgid "No description" msgstr "" @@ -1289,12 +1289,12 @@ msgstr "" msgid "Not Applicable." msgstr "" -#: src/view/screens/Notifications.tsx:97 -#: src/view/screens/Notifications.tsx:121 -#: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:364 +#: src/view/screens/Notifications.tsx:96 +#: src/view/screens/Notifications.tsx:120 +#: src/view/shell/bottom-bar/BottomBar.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:363 +#: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:299 -#: src/view/shell/Drawer.tsx:300 msgid "Notifications" msgstr "" @@ -1314,12 +1314,12 @@ msgstr "" msgid "Open navigation" msgstr "" -#: src/view/screens/Settings.tsx:534 +#: src/view/screens/Settings.tsx:533 msgid "Opens configurable language settings" msgstr "" #: src/view/shell/desktop/RightNav.tsx:146 -#: src/view/shell/Drawer.tsx:504 +#: src/view/shell/Drawer.tsx:503 msgid "Opens list of invite codes" msgstr "" @@ -1327,31 +1327,31 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "" -#: src/view/screens/Settings.tsx:559 +#: src/view/screens/Settings.tsx:558 msgid "Opens moderation settings" msgstr "" -#: src/view/screens/Settings.tsx:515 +#: src/view/screens/Settings.tsx:514 msgid "Opens screen with all saved feeds" msgstr "" -#: src/view/screens/Settings.tsx:582 +#: src/view/screens/Settings.tsx:581 msgid "Opens the app password settings page" msgstr "" -#: src/view/screens/Settings.tsx:474 +#: src/view/screens/Settings.tsx:473 msgid "Opens the home feed preferences" msgstr "" -#: src/view/screens/Settings.tsx:665 +#: src/view/screens/Settings.tsx:664 msgid "Opens the storybook page" msgstr "" -#: src/view/screens/Settings.tsx:645 +#: src/view/screens/Settings.tsx:644 msgid "Opens the system log page" msgstr "" -#: src/view/screens/Settings.tsx:495 +#: src/view/screens/Settings.tsx:494 msgid "Opens the threads preferences" msgstr "" @@ -1470,14 +1470,14 @@ msgstr "" msgid "Processing..." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:238 -#: src/view/shell/Drawer.tsx:71 +#: src/view/shell/bottom-bar/BottomBar.tsx:237 +#: src/view/shell/Drawer.tsx:72 +#: src/view/shell/Drawer.tsx:366 #: src/view/shell/Drawer.tsx:367 -#: src/view/shell/Drawer.tsx:368 msgid "Profile" msgstr "" -#: src/view/screens/Settings.tsx:790 +#: src/view/screens/Settings.tsx:789 msgid "Protect your account by verifying your email." msgstr "" @@ -1532,7 +1532,7 @@ msgid "Remove feed" msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:107 -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Remove from my feeds" msgstr "" @@ -1565,11 +1565,11 @@ msgstr "" msgid "Report Account" msgstr "" -#: src/view/screens/ProfileFeed.tsx:298 +#: src/view/screens/ProfileFeed.tsx:299 msgid "Report feed" msgstr "" -#: src/view/screens/ProfileList.tsx:417 +#: src/view/screens/ProfileList.tsx:416 msgid "Report List" msgstr "" @@ -1608,7 +1608,7 @@ msgstr "" msgid "Reset code" msgstr "" -#: src/view/screens/Settings.tsx:687 +#: src/view/screens/Settings.tsx:686 msgid "Reset onboarding state" msgstr "" @@ -1616,15 +1616,15 @@ msgstr "" msgid "Reset password" msgstr "" -#: src/view/screens/Settings.tsx:677 +#: src/view/screens/Settings.tsx:676 msgid "Reset preferences state" msgstr "" -#: src/view/screens/Settings.tsx:685 +#: src/view/screens/Settings.tsx:684 msgid "Resets the onboarding state" msgstr "" -#: src/view/screens/Settings.tsx:675 +#: src/view/screens/Settings.tsx:674 msgid "Resets the preferences state" msgstr "" @@ -1679,12 +1679,12 @@ msgstr "" #: src/view/com/util/forms/SearchInput.tsx:64 #: src/view/screens/Search/Search.tsx:409 #: src/view/screens/Search/Search.tsx:561 -#: src/view/shell/bottom-bar/BottomBar.tsx:147 -#: src/view/shell/desktop/LeftNav.tsx:324 +#: src/view/shell/bottom-bar/BottomBar.tsx:146 +#: src/view/shell/desktop/LeftNav.tsx:323 #: src/view/shell/desktop/Search.tsx:160 #: src/view/shell/desktop/Search.tsx:169 +#: src/view/shell/Drawer.tsx:252 #: src/view/shell/Drawer.tsx:253 -#: src/view/shell/Drawer.tsx:254 msgid "Search" msgstr "" @@ -1736,8 +1736,8 @@ msgstr "" msgid "Send Email" msgstr "" -#: src/view/shell/Drawer.tsx:395 -#: src/view/shell/Drawer.tsx:416 +#: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:415 msgid "Send feedback" msgstr "" @@ -1769,10 +1769,10 @@ msgstr "" msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "" -#: src/view/screens/Settings.tsx:278 -#: src/view/shell/desktop/LeftNav.tsx:436 +#: src/view/screens/Settings.tsx:277 +#: src/view/shell/desktop/LeftNav.tsx:435 +#: src/view/shell/Drawer.tsx:379 #: src/view/shell/Drawer.tsx:380 -#: src/view/shell/Drawer.tsx:381 msgid "Settings" msgstr "" @@ -1782,11 +1782,11 @@ msgstr "" #: src/view/com/profile/ProfileHeader.tsx:312 #: src/view/com/util/forms/PostDropdownBtn.tsx:126 -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Share" msgstr "" -#: src/view/screens/ProfileFeed.tsx:310 +#: src/view/screens/ProfileFeed.tsx:311 msgid "Share feed" msgstr "" @@ -1794,7 +1794,7 @@ msgstr "" #~ msgid "Share link" #~ msgstr "" -#: src/view/screens/Settings.tsx:317 +#: src/view/screens/Settings.tsx:316 msgid "Show" msgstr "" @@ -1866,7 +1866,7 @@ msgstr "" msgid "Sign up or sign in to join the conversation" msgstr "" -#: src/view/screens/Settings.tsx:328 +#: src/view/screens/Settings.tsx:327 msgid "Signed in as" msgstr "" @@ -1891,19 +1891,19 @@ msgstr "" msgid "Staging" msgstr "" -#: src/view/screens/Settings.tsx:731 +#: src/view/screens/Settings.tsx:730 msgid "Status page" msgstr "" -#: src/view/screens/Settings.tsx:667 +#: src/view/screens/Settings.tsx:666 msgid "Storybook" msgstr "" -#: src/view/screens/ProfileList.tsx:498 +#: src/view/screens/ProfileList.tsx:497 msgid "Subscribe" msgstr "" -#: src/view/screens/ProfileList.tsx:494 +#: src/view/screens/ProfileList.tsx:493 msgid "Subscribe to this list" msgstr "" @@ -1924,7 +1924,7 @@ msgstr "" #~ msgid "System" #~ msgstr "" -#: src/view/screens/Settings.tsx:647 +#: src/view/screens/Settings.tsx:646 msgid "System log" msgstr "" @@ -2005,7 +2005,7 @@ msgid "This warning is only available for posts with media attached." msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings.tsx:504 +#: src/view/screens/Settings.tsx:503 msgid "Thread Preferences" msgstr "" @@ -2108,19 +2108,19 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/view/screens/ProfileList.tsx:660 +#: src/view/screens/ProfileList.tsx:659 msgid "Users" msgstr "" -#: src/view/screens/Settings.tsx:751 +#: src/view/screens/Settings.tsx:750 msgid "Verify email" msgstr "" -#: src/view/screens/Settings.tsx:776 +#: src/view/screens/Settings.tsx:775 msgid "Verify my email" msgstr "" -#: src/view/screens/Settings.tsx:785 +#: src/view/screens/Settings.tsx:784 msgid "Verify My Email" msgstr "" @@ -2278,9 +2278,9 @@ msgstr "" msgid "Your hosting provider" msgstr "" -#: src/view/screens/Settings.tsx:403 +#: src/view/screens/Settings.tsx:402 #: src/view/shell/desktop/RightNav.tsx:127 -#: src/view/shell/Drawer.tsx:518 +#: src/view/shell/Drawer.tsx:517 msgid "Your invite codes are hidden when logged in using an App Password" msgstr "" diff --git a/src/locale/locales/es/messages.js b/src/locale/locales/es/messages.js deleted file mode 100644 index 2fd4c73c..00000000 --- a/src/locale/locales/es/messages.js +++ /dev/null @@ -1 +0,0 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"PBodTo\":\"- end of feed -\",\"EtUMsZ\":\". This warning is only available for posts with media attached.\",\"ebOBhv\":[[\"0\",\"plural\",{\"one\":[\"#\",\" invite code available\"],\"other\":[\"#\",\" invite codes available\"]}]],\"J/hVSQ\":[[\"0\"]],\"hZQerY\":[[\"0\"],\" \",[\"purposeLabel\"],\" List\"],\"zgN03j\":[[\"invitesAvailable\",\"plural\",{\"one\":[\"Invite codes: \",\"#\",\" available\"],\"other\":[\"Invite codes: \",\"#\",\" available\"]}]],\"OyEWua\":[[\"invitesAvailable\"],\" invite code available\"],\"eFIdHP\":[[\"invitesAvailable\"],\" invite codes available\"],\"wapGcj\":[[\"message\"]],\"gMjqbV\":\"<0>Choose your<1>Recommended<2>Feeds\",\"F657la\":\"<0>Follow some<1>Recommended<2>Users\",\"6RmyWt\":\"<0>Here is your app password. Use this to sign into the other app along with your handle.\",\"XCTqGE\":\"A new version of the app is available. Please update to continue using the app.\",\"AnNF5e\":\"Accessibility\",\"AeXO77\":\"Account\",\"4WY4MD\":\"Account options\",\"m16xKo\":\"Add\",\"fBBX+K\":\"Add a content warning\",\"JU3hs2\":\"Add a user to this list\",\"MPPZ54\":\"Add account\",\"LkA8jz\":\"Add alt text\",\"Z8idyM\":\"Add details\",\"AoXl11\":\"Add details to report\",\"iE6B/9\":\"Add link card\",\"EXHdP1\":\"Add link card:\",\"x6laaL\":\"Add the following DNS record to your domain:\",\"UmzMP4\":\"Add to Lists\",\"hCrQ0L\":\"Add to my feeds\",\"GluCXm\":\"Added to list\",\"jRrQFe\":\"Adjust the number of likes a reply must have to be shown in your feed.\",\"qLa52r\":\"Adult Content\",\"sxkWRg\":\"Advanced\",\"u2HO/d\":\"ALT\",\"u/DP73\":\"Alt text\",\"0QlT7/\":\"Alt text describes images for blind and low-vision users, and helps give context to everyone.\",\"woXbjq\":[\"An email has been sent to \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"Fon2dK\":[\"An email has been sent to your previous address, \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"HZFm5R\":\"and\",\"fdjKGe\":\"App Language\",\"SMmUnj\":\"App passwords\",\"8q4WlH\":\"App Passwords\",\"aAIQg2\":\"Appearance\",\"SSDZ+T\":[\"Are you sure you want to delete the app password \\\"\",[\"name\"],\"\\\"?\"],\"0BIeIs\":\"Are you sure you'd like to discard this draft?\",\"6foA8n\":\"Are you sure?\",\"/mSd6b\":\"Are you sure? This cannot be undone.\",\"EbvWd3\":\"Artistic or non-erotic nudity.\",\"iH8pgl\":\"Back\",\"ehOkF+\":\"Basics\",\"+gCI2a\":\"Birthday\",\"pieVBA\":\"Birthday:\",\"m1dqxu\":\"Block Account\",\"ffIfdM\":\"Block accounts\",\"fdYcMy\":\"Block these accounts?\",\"KWykPE\":\"Blocked accounts\",\"JuqQpF\":\"Blocked Accounts\",\"HG4qt4\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"8LNSUt\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours.\",\"HFCE4A\":\"Blocked post.\",\"zl+QbX\":\"Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"7A9u1j\":\"Bluesky\",\"ZHmKSm\":\"Bluesky is flexible.\",\"odLrdl\":\"Bluesky is open.\",\"/LsWK4\":\"Bluesky is public.\",\"C50OGr\":\"Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon.\",\"klVoaP\":\"Bluesky.Social\",\"qxBitM\":[\"Build version \",[\"0\"],\" \",[\"1\"]],\"rT2cV+\":\"Camera\",\"JGGrPC\":\"Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long.\",\"dEgA5A\":\"Cancel\",\"aMH9rr\":\"Cancel account deletion\",\"kc3E4R\":\"Cancel add image alt text\",\"wg4LHQ\":\"Cancel change handle\",\"hFL1Li\":\"Cancel image crop\",\"tijH8t\":\"Cancel profile editing\",\"Qe4C/d\":\"Cancel quote post\",\"5TviPn\":\"Cancel search\",\"nss3UV\":\"Cancel waitlist signup\",\"o+XJ9D\":\"Change\",\"pQco5R\":\"Change handle\",\"Q5e1U/\":\"Change Handle\",\"a3NAfL\":\"Change my email\",\"4vatyk\":\"Change Your Email\",\"Yn3C90\":\"Check out some recommended feeds. Tap + to add them to your list of pinned feeds.\",\"ioZXIH\":\"Check out some recommended users. Follow them to see similar users.\",\"/+X+/K\":\"Check your inbox for an email with the confirmation code to enter below:\",\"Rt502e\":\"Choose Service\",\"/L45sc\":\"Choose the algorithms that power your experience with custom feeds.\",\"BwcLKv\":\"Choose your\",\"Wk8hkn\":\"Choose your password\",\"Us7A1O\":\"Clear all legacy storage data\",\"X3zEXo\":\"Clear all legacy storage data (restart after this)\",\"zxFM2c\":\"Clear all storage data\",\"r+lhUL\":\"Clear all storage data (restart after this)\",\"QbvBNV\":\"Clear search query\",\"flH7u/\":\"Close alert\",\"hYmnbk\":\"Close bottom drawer\",\"47L1V1\":\"Close image\",\"l49ujN\":\"Close image viewer\",\"UryHFO\":\"Close navigation footer\",\"KHzDTk\":\"Community Guidelines\",\"o8UUti\":\"Compose reply\",\"7VpPHA\":\"Confirm\",\"q8upsf\":\"Confirm Change\",\"8pNKIr\":\"Confirm content language settings\",\"tGg8Kt\":\"Confirm delete account\",\"ioZOzk\":\"Confirmation code\",\"J28zul\":\"Connecting...\",\"l879p1\":\"Content filtering\",\"m8j6up\":\"Content Filtering\",\"/PlAsF\":\"Content Languages\",\"cogwXi\":\"Content Warning\",\"FG7AQv\":\"Content warnings\",\"xGVfLh\":\"Continue\",\"6V3Ea3\":\"Copied\",\"he3ygx\":\"Copy\",\"7LTXf4\":\"Copy link to list\",\"dWsPi5\":\"Copy link to post\",\"jw+abr\":\"Copy link to profile\",\"iQgJaz\":\"Copy post text\",\"u40k/o\":\"Copyright Policy\",\"7wWvgo\":\"Could not load feed\",\"8NNr/O\":\"Could not load list\",\"mpt9T+\":\"Create a new account\",\"IS0nrP\":\"Create Account\",\"6HbhpU\":\"Create new account\",\"MXSt4t\":[\"Created \",[\"0\"]],\"GAD3Dx\":\"Custom domain\",\"ZQKLI1\":\"Danger Zone\",\"pvnfJD\":\"Dark\",\"ZDGm40\":\"Delete account\",\"vzX5FB\":\"Delete Account\",\"gUEtxf\":\"Delete app password\",\"84uE/A\":\"Delete List\",\"ktknoE\":\"Delete my account\",\"szz0+N\":\"Delete my account…\",\"04G5Az\":\"Delete post\",\"FbPNuJ\":\"Delete this post?\",\"u+1OHY\":\"Deleted post.\",\"Nu4oKW\":\"Description\",\"dacKHE\":\"Dev Server\",\"2ygkE8\":\"Developer Tools\",\"bzSI52\":\"Discard\",\"BryYJR\":\"Discard draft\",\"pbLwal\":\"Discover new feeds\",\"pfa8F0\":\"Display name\",\"0gS7M5\":\"Display Name\",\"iZ5pMB\":\"Domain verified!\",\"DPfwMq\":\"Done\",\"zT97vP\":[\"Done\",[\"extraText\"]],\"4uwlSD\":\"Each code works once. You'll receive more invite codes periodically.\",\"XQFMOm\":\"Edit image\",\"S7M0uU\":\"Edit list details\",\"cLmurE\":\"Edit My Feeds\",\"bRZ5XW\":\"Edit my profile\",\"9OpVZg\":\"Edit profile\",\"QJQd1J\":\"Edit Profile\",\"Jn7kox\":\"Edit Saved Feeds\",\"O3oNi5\":\"Email\",\"ATGYL1\":\"Email address\",\"pJJ0Vp\":\"Email Updated\",\"9Qs99X\":\"Email:\",\"96mted\":\"Enable this setting to only see replies between people you follow.\",\"YbIxza\":\"Enter the address of your provider:\",\"BfIgP6\":\"Enter the domain you want to use\",\"cHrOqs\":\"Enter the email you used to create your account. We'll send you a \\\"reset code\\\" so you can set a new password.\",\"xRPn3U\":\"Enter your email address\",\"+inPGm\":\"Enter your new email address below.\",\"T0KLp4\":\"Enter your username and password\",\"4BITzH\":\"Error:\",\"0PkE20\":\"Expand alt text\",\"/5K/KL\":\"Failed to load recommended feeds\",\"4yCy8i\":\"Feed offline\",\"N0CqyO\":\"Feed Preferences\",\"YirHq7\":\"Feedback\",\"2DoBvq\":\"Feeds\",\"I3iUBQ\":\"Feeds are created by users to curate content. Choose some feeds that you find interesting.\",\"2+6lmO\":\"Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information.\",\"Qzj1WT\":\"Finding similar accounts...\",\"QKSrQV\":\"Fine-tune the content you see on your home screen.\",\"r+KeyR\":\"Fine-tune the discussion threads.\",\"MKEPCY\":\"Follow\",\"AD4dxh\":\"Follow some\",\"Wezu5M\":\"Follow some users to get started. We can recommend you more users based on who you find interesting.\",\"YY2BTA\":\"Followed users only\",\"x5LEuB\":\"Followers\",\"NIjL2Y\":\"following\",\"y6sq5j\":\"Following\",\"p3UO/y\":\"Follows you\",\"5RhDkD\":\"For security reasons, we'll need to send a confirmation code to your email address.\",\"NJPhAO\":\"For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one.\",\"5bDfuq\":\"Forgot\",\"hEPLrs\":\"Forgot password\",\"dn8X5t\":\"Forgot Password\",\"U+kFad\":\"Gallery\",\"c3b0B0\":\"Get Started\",\"CKyk7Q\":\"Go back\",\"sr0UJD\":\"Go Back\",\"Rtp0y7\":\"Go to next\",\"Nf7oXL\":\"Handle\",\"c3XJ18\":\"Help\",\"uX/4+/\":\"Here is your app password.\",\"vLyv1R\":\"Hide\",\"qdOx2q\":\"Hide user list\",\"up7j9X\":\"Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue.\",\"WTcLyw\":\"Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue.\",\"/8MHCt\":\"Hmm, the feed server appears to be offline. Please let the feed owner know about this issue.\",\"3zJH1g\":\"Hmm, the feed server gave a bad response. Please let the feed owner know about this issue.\",\"yNNyhI\":\"Hmmm, we're having trouble finding this feed. It may have been deleted.\",\"i0qMbr\":\"Home\",\"sXZ8IU\":\"Home Feed Preferences\",\"yt7fhu\":\"Hosting provider\",\"s2xA6t\":\"Hosting provider address\",\"o+axy6\":\"I have a code\",\"wey2os\":\"I have my own domain\",\"WlEcKr\":\"If none are selected, suitable for all ages.\",\"VCk0rR\":\"Image alt text\",\"STGpNQ\":\"Image options\",\"6o7+En\":\"In Your Network\",\"dSKHAa\":\"Invalid username or password\",\"MFKlMB\":\"Invite\",\"F5MZVk\":\"Invite a Friend\",\"6KlkHI\":\"Invite code\",\"MYTV5o\":\"Invite code not accepted. Check that you input it correctly and try again.\",\"UY2916\":[\"Invite codes: \",[\"invitesAvailable\"],\" available\"],\"F75w8j\":\"Join the waitlist\",\"6iVTdm\":\"Join the waitlist.\",\"SNzppu\":\"Join Waitlist\",\"Dcq5kL\":\"Language selection\",\"pVhZHk\":\"Language Settings\",\"GAmD3h\":\"Languages\",\"NgeSlx\":\"Learn More\",\"rj0Lke\":\"Learn more about this warning\",\"kq2ga7\":\"Leave them all unchecked to see any language.\",\"QfDITI\":\"Leaving Bluesky\",\"Esfg1M\":\"Let's get your password reset!\",\"exYcTF\":\"Library\",\"1njn7W\":\"Light\",\"BvSY1i\":\"Like this feed\",\"8/ALSr\":\"Liked by\",\"FuZWua\":\"List Avatar\",\"8mjA4F\":\"List Name\",\"h16FyT\":\"Lists\",\"ujW4FW\":\"Load more posts\",\"7EHsGr\":\"Load new notifications\",\"VkLESX\":\"Load new posts\",\"Z3FXyt\":\"Loading...\",\"jl0AFf\":\"Local dev server\",\"cR9UpQ\":\"Login to account that is not listed\",\"kkGiug\":\"Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!\",\"2U/gDT\":\"Make sure this is where you intend to go!\",\"zucql+\":\"Menu\",\"DzmsLV\":\"Moderation\",\"NTIbv4\":\"Moderation lists\",\"FIJUJb\":\"More feeds\",\"3Siwmw\":\"More options\",\"Y17r45\":\"More post options\",\"RA1KUZ\":\"Mute Account\",\"du0opt\":\"Mute accounts\",\"izOxJM\":\"Mute these accounts?\",\"jq7SjD\":\"Mute thread\",\"s22grX\":\"Muted accounts\",\"qUa+lV\":\"Muted Accounts\",\"gA0D9A\":\"Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private.\",\"1QJzM7\":\"Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them.\",\"Mysqyf\":\"My Birthday\",\"6MBNS/\":\"My Feeds\",\"hKtWk2\":\"My Profile\",\"Ha6iBv\":\"My Saved Feeds\",\"6YtxFj\":\"Name\",\"8yolS6\":\"Never lose access to your followers and data.\",\"isRobC\":\"New\",\"2B7HLH\":\"New post\",\"FGrimz\":\"New Post\",\"hXzOVo\":\"Next\",\"EatZYJ\":\"Next image\",\"1UzENP\":\"No\",\"flmDTf\":\"No description\",\"zfN9gJ\":\"No result\",\"fOlAiK\":[\"No results found for \\\"\",[\"query\"],\"\\\"\"],\"kA9DpB\":[\"No results found for \",[\"0\"]],\"SVF205\":[\"No results found for \",[\"query\"]],\"ispbnl\":\"Not Applicable\",\"iyUCYw\":\"Not Applicable.\",\"iDNBZe\":\"Notifications\",\"5GGAqz\":\"Oh no!\",\"UaXeX3\":\"Okay\",\"Cqo2D+\":\"One or more images is missing alt text.\",\"M/Q2aG\":\"Open navigation\",\"M5PuNq\":\"Opens configurable language settings\",\"S67TOE\":\"Opens list of invite codes\",\"eSqpax\":\"Opens modal for using custom domain\",\"vYwHHI\":\"Opens moderation settings\",\"0tHyB7\":\"Opens screen with all saved feeds\",\"nmRoY/\":\"Opens the app password settings page\",\"6e9Apv\":\"Opens the home feed preferences\",\"O87Dr/\":\"Opens the storybook page\",\"G+PVmg\":\"Opens the system log page\",\"Jqb7sy\":\"Opens the threads preferences\",\"b22AVl\":\"Other account\",\"n+HLOP\":\"Other service\",\"1PKxQ7\":\"Other...\",\"8F1i42\":\"Page not found\",\"8ZsakT\":\"Password\",\"ogtYkT\":\"Password updated\",\"DKeVgZ\":\"Password updated!\",\"VeZE5Q\":\"Pictures meant for adults.\",\"zgoxy5\":\"Pinned Feeds\",\"Aw5fOC\":\"Please choose your handle.\",\"5vI4sE\":\"Please choose your password.\",\"Apyknf\":\"Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed.\",\"9qpQ5O\":\"Please enter a unique name for this App Password or use our randomly generated one.\",\"hV+cYN\":\"Please enter your email.\",\"QJr5Xp\":\"Please enter your password as well:\",\"y28hnO\":\"Post\",\"h5RcXU\":\"Post hidden\",\"r5zLS0\":\"Post language\",\"AzCucI\":\"Post Languages\",\"tJFPmV\":\"Post not found\",\"0+DQbr\":\"Potentially Misleading Link\",\"MHk+7g\":\"Previous image\",\"HeBcM5\":\"Primary Language\",\"x8iR7V\":\"Prioritize Your Follows\",\"rjGI/Q\":\"Privacy\",\"LcET2C\":\"Privacy Policy\",\"k1ifdL\":\"Processing...\",\"vERlcd\":\"Profile\",\"MrgqOW\":\"Protect your account by verifying your email.\",\"p1UmBX\":\"Public, shareable lists which can drive feeds.\",\"8HFFRQ\":\"Quote post\",\"+KrAHa\":\"Quote Post\",\"WlWsdE\":\"Ratios\",\"WEYdDv\":\"Recommended\",\"QNzcT3\":\"Recommended Feeds\",\"41UoJb\":\"Recommended Users\",\"t/YqKh\":\"Remove\",\"p/cRzf\":[\"Remove \",[\"0\"],\" from my feeds?\"],\"1O32oy\":\"Remove account\",\"W44VX5\":\"Remove feed\",\"Yy3FzB\":\"Remove from my feeds\",\"5ywtDz\":\"Remove image\",\"Dw/XUh\":\"Remove image preview\",\"TbDEfs\":\"Remove this feed from your saved feeds?\",\"Obm5+c\":\"Removed from list\",\"Veu9gK\":\"Reply Filters\",\"lQWbAr\":[\"Report \",[\"collectionName\"]],\"bDHSjj\":\"Report Account\",\"NKmI9f\":\"Report feed\",\"6iwm2r\":\"Report List\",\"6IcSvC\":\"Report post\",\"mkude1\":\"Repost\",\"JOV5dR\":\"Repost or quote post\",\"0zb9FX\":\"Reposted by\",\"bqG37Z\":\"Request Change\",\"2d9VrZ\":\"Require alt text before posting\",\"8XIT+P\":\"Required for this provider\",\"vJgYMA\":\"Reset code\",\"xEL92I\":\"Reset onboarding state\",\"RfwZxd\":\"Reset password\",\"bee/Fw\":\"Reset preferences state\",\"wToeoz\":\"Resets the onboarding state\",\"nIU7qI\":\"Resets the preferences state\",\"6gRgw8\":\"Retry\",\"hAbYQa\":\"Retry change handle\",\"tfDRzk\":\"Save\",\"KV2YQQ\":\"Save alt text\",\"y3aU20\":\"Save changes\",\"IUwGEM\":\"Save Changes\",\"Xs07Tg\":\"Save handle change\",\"BckA7m\":\"Save image crop\",\"+K+JDj\":\"Saved Feeds\",\"A1taO8\":\"Search\",\"BF8cu3\":\"Search for posts and users.\",\"CKROFy\":\"Security Step Required\",\"cNzyJW\":\"See what's next\",\"L5sM7N\":\"Select Bluesky Social\",\"o3dwub\":\"Select from an existing account\",\"GGw2AK\":\"Select service\",\"vECNLO\":\"Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown.\",\"m5aabx\":\"Select your app language for the default text to display in the app\",\"TiiOza\":\"Select your preferred language for translations in your feed.\",\"vp9yIB\":\"Send Confirmation Email\",\"65dxv8\":\"Send email\",\"i/TzEU\":\"Send Email\",\"RoafuO\":\"Send feedback\",\"4cijjm\":\"Send Report\",\"V/e7nf\":\"Set new password\",\"gwsie4\":\"Set this setting to \\\"No\\\" to hide all quote posts from your feed. Reposts will still be visible.\",\"IZjC3J\":\"Set this setting to \\\"No\\\" to hide all replies from your feed.\",\"KIgU3l\":\"Set this setting to \\\"No\\\" to hide all reposts from your feed.\",\"zaAyrz\":\"Set this setting to \\\"Yes\\\" to show replies in a threaded view. This is an experimental feature.\",\"fQV2eE\":\"Set this setting to \\\"Yes\\\" to show samples of your saved feeds in your following feed. This is an experimental feature.\",\"Tz0i8g\":\"Settings\",\"HfWHhJ\":\"Sexual activity or erotic nudity.\",\"Z8lGw6\":\"Share\",\"P33tEA\":\"Share feed\",\"uIZ2tg\":\"Share link\",\"8vETh9\":\"Show\",\"aWAdCb\":\"Show anyway\",\"NijgXr\":\"Show Posts from My Feeds\",\"T3Mt8m\":\"Show Quote Posts\",\"BlW8X/\":\"Show Replies\",\"X4GwDb\":\"Show replies by people you follow before all other replies.\",\"GiogzH\":\"Show Reposts\",\"fhY/fL\":\"Show users\",\"5lWFkC\":\"Sign in\",\"n1ekoW\":\"Sign In\",\"N9o7n5\":[\"Sign in as \",[\"0\"]],\"FT1MVS\":\"Sign in as...\",\"+UpfFC\":\"Sign into\",\"fcWrnU\":\"Sign out\",\"e+RpCP\":\"Sign up\",\"MiE4Vp\":\"Sign up or sign in to join the conversation\",\"zU+Ro7\":\"Signed in as\",\"6Uau97\":\"Skip\",\"0o5BFH\":\"Sort Replies\",\"GH1Rgk\":\"Sort replies to the same post by:\",\"1DA6ap\":\"Square\",\"aKEHLj\":\"Staging\",\"tgEXwM\":\"Status page\",\"P5jja7\":\"Storybook\",\"EDl9kS\":\"Subscribe\",\"5z3ICN\":\"Subscribe to this list\",\"TVFyMD\":\"Suggested Follows\",\"XYLcNv\":\"Support\",\"VjWeLI\":\"Switch Account\",\"D+NlUC\":\"System\",\"fP8jTZ\":\"System log\",\"HF6Iah\":\"Tall\",\"4Y5H+g\":\"Terms\",\"xowcRf\":\"Terms of Service\",\"p8Iz39\":\"Text input field\",\"GlPXQJ\":\"The account will be able to interact with you after unblocking.\",\"o4M2MP\":\"The Community Guidelines have been moved to <0/>\",\"U42lKc\":\"The Copyright Policy has been moved to <0/>\",\"G4EksE\":\"The post may have been deleted.\",\"WNR9db\":\"The Privacy Policy has been moved to <0/>\",\"LbEbIk\":[\"The support form has been moved. If you need help, please<0/> or visit \",[\"HELP_DESK_URL\"],\" to get in touch with us.\"],\"FGbRSr\":\"The Terms of Service have been moved to\",\"yUqcy2\":\"There was an unexpected issue in the application. Please let us know if this happened to you!\",\"KRYn8w\":[\"This \",[\"screenDescription\"],\" has been flagged:\"],\"lm845B\":\"This information is not shared with other users.\",\"5Pvw/O\":\"This is important in case you ever need to change your email or reset your password.\",\"sQQfZ9\":\"This is the service that keeps you online.\",\"CvX8qs\":\"This link is taking you to the following website:\",\"WKrUVy\":\"This post has been deleted.\",\"qpCA5s\":\"This warning is only available for posts with media attached.\",\"u9ThjD\":\"Thread Preferences\",\"zmXsk5\":\"Threaded Mode\",\"1x30Qt\":\"Toggle dropdown\",\"KFXQEt\":\"Transformations\",\"pi8x/S\":\"Translate\",\"KDw4GX\":\"Try again\",\"nc4Wfd\":\"Unable to contact your service. Please check your Internet connection.\",\"tuS5Jz\":\"Unblock\",\"0VrZZv\":\"Unblock Account\",\"6pYY4t\":\"Undo repost\",\"05f3UA\":\"Unfortunately, you do not meet the requirements to create an account.\",\"wx9wqY\":\"Unmute Account\",\"s12/Py\":\"Unmute thread\",\"vaz2uI\":[\"Update \",[\"displayName\"],\" in Lists\"],\"YXMY4w\":\"Update Available\",\"RXbEvi\":\"Updating...\",\"Vwkfp4\":\"Upload a text file to:\",\"jTdnU6\":\"Use app passwords to login to other Bluesky clients without giving full access to your account or password.\",\"CH1am9\":\"Use default provider\",\"ZG8UvP\":\"Use this to sign into the other app along with your handle.\",\"cKXwwI\":\"Used by:\",\"t4Yp4Z\":\"User handle\",\"8tsrUV\":\"User Lists\",\"nZx9mr\":\"Username or email address\",\"Sxm8rQ\":\"Users\",\"MBOY4U\":\"Verify email\",\"Ejyv0o\":\"Verify my email\",\"9czCrB\":\"Verify My Email\",\"ibSVGR\":\"Verify New Email\",\"nHsQde\":\"View debug entry\",\"47jzzd\":\"View the avatar\",\"wK4H1r\":\"Visit Site\",\"qjBGxf\":\"We're so excited to have you join us!\",\"1xpRAp\":\"We're sorry, but this content is not viewable without a Bluesky account.\",\"WBQOQ0\":\"We're sorry, but your search could not be completed. Please try again in a few minutes.\",\"/mVVX2\":\"We're sorry! We can't find the page you were looking for.\",\"meB+tZ\":\"Welcome to <0>Bluesky\",\"Mj7rl/\":[\"What is the issue with this \",[\"collectionName\"],\"?\"],\"3qn29J\":\"Which languages are used in this post?\",\"uawiGa\":\"Which languages would you like to see in your algorithmic feeds?\",\"I5S9ZE\":\"Wide\",\"y02THm\":\"Write post\",\"6ckZRB\":\"Write your reply\",\"l75CjT\":\"Yes\",\"STPj0e\":\"You can change hosting providers at any time.\",\"67nRLM\":\"You can now sign in with your new password.\",\"lIcbCU\":\"You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer.\",\"aFZZYi\":\"You don't have any pinned feeds.\",\"kX/cKs\":\"You don't have any saved feeds!\",\"nbz3Iq\":\"You don't have any saved feeds.\",\"RkXibf\":\"You have blocked the author or you have been blocked by the author.\",\"CbrOgr\":\"You have no feeds.\",\"tCLJ9E\":\"You have no lists.\",\"soH9qC\":\"You have not blocked any accounts yet. To block an account, go to their profile and selected \\\"Block account\\\" from the menu on their account.\",\"NDgp3i\":\"You have not created any app passwords yet. You can create one by pressing the button below.\",\"grqdXb\":\"You have not muted any accounts yet. To mute an account, go to their profile and selected \\\"Mute account\\\" from the menu on their account.\",\"RrDyEb\":\"You will receive an email with a \\\"reset code.\\\" Enter that code here, then enter your new password.\",\"gdRnT7\":\"Your account\",\"k7hmsH\":\"Your birth date\",\"tBpzKB\":\"Your email appears to be invalid.\",\"OubkcP\":\"Your email has been saved! We'll be in touch soon.\",\"z2L+/9\":\"Your email has been updated but not verified. As a next step, please verify your new email.\",\"XZlIVw\":\"Your email has not yet been verified. This is an important security step which we recommend.\",\"qv9f4I\":\"Your full handle will be\",\"lvcqqG\":\"Your hosting provider\",\"fbFyAZ\":\"Your invite codes are hidden when logged in using an App Password\",\"Oqt/PG\":\"Your posts, likes, and blocks are public. Mutes are private.\",\"okRPtW\":\"Your profile\",\"MvWO9d\":\"Your user handle\"}")}; \ No newline at end of file diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index d15a0ac3..baab22c7 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -37,13 +37,13 @@ msgstr "" msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" msgstr "" -#: src/view/screens/Settings.tsx:408 -#: src/view/shell/Drawer.tsx:522 +#: src/view/screens/Settings.tsx:407 +#: src/view/shell/Drawer.tsx:521 msgid "{invitesAvailable} invite code available" msgstr "" -#: src/view/screens/Settings.tsx:410 -#: src/view/shell/Drawer.tsx:524 +#: src/view/screens/Settings.tsx:409 +#: src/view/shell/Drawer.tsx:523 msgid "{invitesAvailable} invite codes available" msgstr "" @@ -68,12 +68,12 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "" #: src/view/com/modals/EditImage.tsx:299 -#: src/view/screens/Settings.tsx:418 +#: src/view/screens/Settings.tsx:417 msgid "Accessibility" msgstr "" #: src/view/com/auth/login/LoginForm.tsx:161 -#: src/view/screens/Settings.tsx:287 +#: src/view/screens/Settings.tsx:286 msgid "Account" msgstr "" @@ -83,7 +83,7 @@ msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/UserAddRemoveLists.tsx:187 -#: src/view/screens/ProfileList.tsx:676 +#: src/view/screens/ProfileList.tsx:675 msgid "Add" msgstr "" @@ -91,12 +91,12 @@ msgstr "" msgid "Add a content warning" msgstr "" -#: src/view/screens/ProfileList.tsx:666 +#: src/view/screens/ProfileList.tsx:665 msgid "Add a user to this list" msgstr "" -#: src/view/screens/Settings.tsx:356 -#: src/view/screens/Settings.tsx:365 +#: src/view/screens/Settings.tsx:355 +#: src/view/screens/Settings.tsx:364 msgid "Add account" msgstr "" @@ -130,7 +130,7 @@ msgstr "" msgid "Add to Lists" msgstr "" -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Add to my feeds" msgstr "" @@ -147,7 +147,7 @@ msgstr "" msgid "Adult Content" msgstr "" -#: src/view/screens/Settings.tsx:570 +#: src/view/screens/Settings.tsx:569 msgid "Advanced" msgstr "" @@ -179,7 +179,7 @@ msgstr "" msgid "App Language" msgstr "" -#: src/view/screens/Settings.tsx:590 +#: src/view/screens/Settings.tsx:589 msgid "App passwords" msgstr "" @@ -187,7 +187,7 @@ msgstr "" msgid "App Passwords" msgstr "" -#: src/view/screens/Settings.tsx:433 +#: src/view/screens/Settings.tsx:432 msgid "Appearance" msgstr "" @@ -199,7 +199,7 @@ msgstr "" msgid "Are you sure you'd like to discard this draft?" msgstr "" -#: src/view/screens/ProfileList.tsx:346 +#: src/view/screens/ProfileList.tsx:345 msgid "Are you sure?" msgstr "" @@ -224,7 +224,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/view/screens/Settings.tsx:462 +#: src/view/screens/Settings.tsx:461 msgid "Basics" msgstr "" @@ -233,7 +233,7 @@ msgstr "" msgid "Birthday" msgstr "" -#: src/view/screens/Settings.tsx:313 +#: src/view/screens/Settings.tsx:312 msgid "Birthday:" msgstr "" @@ -242,11 +242,11 @@ msgstr "" msgid "Block Account" msgstr "" -#: src/view/screens/ProfileList.tsx:447 +#: src/view/screens/ProfileList.tsx:446 msgid "Block accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:302 msgid "Block these accounts?" msgstr "" @@ -270,7 +270,7 @@ msgstr "" msgid "Blocked post." msgstr "" -#: src/view/screens/ProfileList.tsx:305 +#: src/view/screens/ProfileList.tsx:304 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Bluesky.Social" msgstr "" -#: src/view/screens/Settings.tsx:719 +#: src/view/screens/Settings.tsx:718 msgid "Build version {0} {1}" msgstr "" @@ -366,12 +366,12 @@ msgstr "" msgid "Cancel waitlist signup" msgstr "" -#: src/view/screens/Settings.tsx:307 +#: src/view/screens/Settings.tsx:306 msgid "Change" msgstr "" -#: src/view/screens/Settings.tsx:602 -#: src/view/screens/Settings.tsx:611 +#: src/view/screens/Settings.tsx:601 +#: src/view/screens/Settings.tsx:610 msgid "Change handle" msgstr "" @@ -415,19 +415,19 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/view/screens/Settings.tsx:695 +#: src/view/screens/Settings.tsx:694 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings.tsx:697 +#: src/view/screens/Settings.tsx:696 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings.tsx:707 +#: src/view/screens/Settings.tsx:706 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings.tsx:709 +#: src/view/screens/Settings.tsx:708 msgid "Clear all storage data (restart after this)" msgstr "" @@ -531,7 +531,7 @@ msgstr "" msgid "Copy" msgstr "" -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Copy link to list" msgstr "" @@ -551,11 +551,11 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/view/screens/ProfileFeed.tsx:101 +#: src/view/screens/ProfileFeed.tsx:102 msgid "Could not load feed" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:752 msgid "Could not load list" msgstr "" @@ -580,7 +580,7 @@ msgstr "" msgid "Custom domain" msgstr "" -#: src/view/screens/Settings.tsx:616 +#: src/view/screens/Settings.tsx:615 msgid "Danger Zone" msgstr "" @@ -588,7 +588,7 @@ msgstr "" #~ msgid "Dark" #~ msgstr "" -#: src/view/screens/Settings.tsx:623 +#: src/view/screens/Settings.tsx:622 msgid "Delete account" msgstr "" @@ -601,8 +601,8 @@ msgstr "" msgid "Delete app password" msgstr "" -#: src/view/screens/ProfileList.tsx:345 -#: src/view/screens/ProfileList.tsx:403 +#: src/view/screens/ProfileList.tsx:344 +#: src/view/screens/ProfileList.tsx:402 msgid "Delete List" msgstr "" @@ -610,7 +610,7 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/view/screens/Settings.tsx:633 +#: src/view/screens/Settings.tsx:632 msgid "Delete my account…" msgstr "" @@ -637,7 +637,7 @@ msgstr "" msgid "Dev Server" msgstr "" -#: src/view/screens/Settings.tsx:638 +#: src/view/screens/Settings.tsx:637 msgid "Developer Tools" msgstr "" @@ -691,7 +691,7 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/view/screens/ProfileList.tsx:391 +#: src/view/screens/ProfileList.tsx:390 msgid "Edit list details" msgstr "" @@ -731,7 +731,7 @@ msgstr "" msgid "Email Updated" msgstr "" -#: src/view/screens/Settings.tsx:291 +#: src/view/screens/Settings.tsx:290 msgid "Email:" msgstr "" @@ -780,20 +780,20 @@ msgstr "" msgid "Feed offline" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:131 +#: src/view/com/feeds/FeedPage.tsx:132 msgid "Feed Preferences" msgstr "" #: src/view/shell/desktop/RightNav.tsx:64 -#: src/view/shell/Drawer.tsx:411 +#: src/view/shell/Drawer.tsx:410 msgid "Feedback" msgstr "" #: src/view/screens/Feeds.tsx:475 -#: src/view/shell/bottom-bar/BottomBar.tsx:169 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/view/shell/bottom-bar/BottomBar.tsx:168 +#: src/view/shell/desktop/LeftNav.tsx:341 +#: src/view/shell/Drawer.tsx:327 #: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:329 msgid "Feeds" msgstr "" @@ -882,14 +882,14 @@ msgstr "" #: src/view/com/auth/LoggedOut.tsx:53 #: src/view/com/auth/LoggedOut.tsx:54 #: src/view/com/util/moderation/ScreenHider.tsx:105 -#: src/view/shell/desktop/LeftNav.tsx:105 +#: src/view/shell/desktop/LeftNav.tsx:106 msgid "Go back" msgstr "" -#: src/view/screens/ProfileFeed.tsx:110 -#: src/view/screens/ProfileFeed.tsx:115 -#: src/view/screens/ProfileList.tsx:762 -#: src/view/screens/ProfileList.tsx:767 +#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileList.tsx:761 +#: src/view/screens/ProfileList.tsx:766 msgid "Go Back" msgstr "" @@ -904,7 +904,7 @@ msgid "Handle" msgstr "" #: src/view/shell/desktop/RightNav.tsx:93 -#: src/view/shell/Drawer.tsx:421 +#: src/view/shell/Drawer.tsx:420 msgid "Help" msgstr "" @@ -940,16 +940,16 @@ msgstr "" msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:125 -#: src/view/shell/desktop/LeftNav.tsx:306 +#: src/view/shell/bottom-bar/BottomBar.tsx:124 +#: src/view/shell/desktop/LeftNav.tsx:305 +#: src/view/shell/Drawer.tsx:274 #: src/view/shell/Drawer.tsx:275 -#: src/view/shell/Drawer.tsx:276 msgid "Home" msgstr "" #: src/view/com/pager/FeedsTabBarMobile.tsx:99 #: src/view/screens/PreferencesHomeFeed.tsx:95 -#: src/view/screens/Settings.tsx:482 +#: src/view/screens/Settings.tsx:481 msgid "Home Feed Preferences" msgstr "" @@ -992,12 +992,12 @@ msgstr "" msgid "Invalid username or password" msgstr "" -#: src/view/screens/Settings.tsx:384 +#: src/view/screens/Settings.tsx:383 msgid "Invite" msgstr "" #: src/view/com/modals/InviteCodes.tsx:91 -#: src/view/screens/Settings.tsx:372 +#: src/view/screens/Settings.tsx:371 msgid "Invite a Friend" msgstr "" @@ -1009,7 +1009,7 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/view/shell/Drawer.tsx:503 +#: src/view/shell/Drawer.tsx:502 msgid "Invite codes: {invitesAvailable} available" msgstr "" @@ -1034,7 +1034,7 @@ msgstr "" msgid "Language Settings" msgstr "" -#: src/view/screens/Settings.tsx:542 +#: src/view/screens/Settings.tsx:541 msgid "Languages" msgstr "" @@ -1074,7 +1074,7 @@ msgstr "" #~ msgid "Light" #~ msgstr "" -#: src/view/screens/ProfileFeed.tsx:626 +#: src/view/screens/ProfileFeed.tsx:627 msgid "Like this feed" msgstr "" @@ -1091,9 +1091,9 @@ msgstr "" msgid "List Name" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:382 +#: src/view/shell/desktop/LeftNav.tsx:381 +#: src/view/shell/Drawer.tsx:338 #: src/view/shell/Drawer.tsx:339 -#: src/view/shell/Drawer.tsx:340 msgid "Lists" msgstr "" @@ -1102,11 +1102,11 @@ msgstr "" msgid "Load more posts" msgstr "" -#: src/view/screens/Notifications.tsx:130 +#: src/view/screens/Notifications.tsx:129 msgid "Load new notifications" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:176 +#: src/view/com/feeds/FeedPage.tsx:177 msgid "Load new posts" msgstr "" @@ -1122,7 +1122,7 @@ msgstr "" msgid "Login to account that is not listed" msgstr "" -#: src/view/screens/ProfileFeed.tsx:478 +#: src/view/screens/ProfileFeed.tsx:479 msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" msgstr "" @@ -1135,10 +1135,10 @@ msgid "Menu" msgstr "" #: src/view/screens/Moderation.tsx:51 -#: src/view/screens/Settings.tsx:564 -#: src/view/shell/desktop/LeftNav.tsx:400 +#: src/view/screens/Settings.tsx:563 +#: src/view/shell/desktop/LeftNav.tsx:399 +#: src/view/shell/Drawer.tsx:345 #: src/view/shell/Drawer.tsx:346 -#: src/view/shell/Drawer.tsx:347 msgid "Moderation" msgstr "" @@ -1151,8 +1151,8 @@ msgid "More feeds" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:520 -#: src/view/screens/ProfileFeed.tsx:368 -#: src/view/screens/ProfileList.tsx:507 +#: src/view/screens/ProfileFeed.tsx:369 +#: src/view/screens/ProfileList.tsx:506 msgid "More options" msgstr "" @@ -1164,11 +1164,11 @@ msgstr "" msgid "Mute Account" msgstr "" -#: src/view/screens/ProfileList.tsx:435 +#: src/view/screens/ProfileList.tsx:434 msgid "Mute accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:268 +#: src/view/screens/ProfileList.tsx:267 msgid "Mute these accounts?" msgstr "" @@ -1188,7 +1188,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/view/screens/ProfileList.tsx:270 +#: src/view/screens/ProfileList.tsx:269 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "" @@ -1200,11 +1200,11 @@ msgstr "" msgid "My Feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:66 +#: src/view/shell/desktop/LeftNav.tsx:67 msgid "My Profile" msgstr "" -#: src/view/screens/Settings.tsx:521 +#: src/view/screens/Settings.tsx:520 msgid "My Saved Feeds" msgstr "" @@ -1221,17 +1221,17 @@ msgstr "" msgid "New" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:187 +#: src/view/com/feeds/FeedPage.tsx:188 #: src/view/screens/Feeds.tsx:510 -#: src/view/screens/Profile.tsx:381 -#: src/view/screens/ProfileFeed.tsx:448 -#: src/view/screens/ProfileList.tsx:200 -#: src/view/screens/ProfileList.tsx:232 -#: src/view/shell/desktop/LeftNav.tsx:255 +#: src/view/screens/Profile.tsx:382 +#: src/view/screens/ProfileFeed.tsx:449 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:231 +#: src/view/shell/desktop/LeftNav.tsx:254 msgid "New post" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:265 +#: src/view/shell/desktop/LeftNav.tsx:264 msgid "New Post" msgstr "" @@ -1255,8 +1255,8 @@ msgstr "" msgid "No" msgstr "" -#: src/view/screens/ProfileFeed.tsx:619 -#: src/view/screens/ProfileList.tsx:633 +#: src/view/screens/ProfileFeed.tsx:620 +#: src/view/screens/ProfileList.tsx:632 msgid "No description" msgstr "" @@ -1289,12 +1289,12 @@ msgstr "" msgid "Not Applicable." msgstr "" -#: src/view/screens/Notifications.tsx:97 -#: src/view/screens/Notifications.tsx:121 -#: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:364 +#: src/view/screens/Notifications.tsx:96 +#: src/view/screens/Notifications.tsx:120 +#: src/view/shell/bottom-bar/BottomBar.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:363 +#: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:299 -#: src/view/shell/Drawer.tsx:300 msgid "Notifications" msgstr "" @@ -1314,12 +1314,12 @@ msgstr "" msgid "Open navigation" msgstr "" -#: src/view/screens/Settings.tsx:534 +#: src/view/screens/Settings.tsx:533 msgid "Opens configurable language settings" msgstr "" #: src/view/shell/desktop/RightNav.tsx:146 -#: src/view/shell/Drawer.tsx:504 +#: src/view/shell/Drawer.tsx:503 msgid "Opens list of invite codes" msgstr "" @@ -1327,31 +1327,31 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "" -#: src/view/screens/Settings.tsx:559 +#: src/view/screens/Settings.tsx:558 msgid "Opens moderation settings" msgstr "" -#: src/view/screens/Settings.tsx:515 +#: src/view/screens/Settings.tsx:514 msgid "Opens screen with all saved feeds" msgstr "" -#: src/view/screens/Settings.tsx:582 +#: src/view/screens/Settings.tsx:581 msgid "Opens the app password settings page" msgstr "" -#: src/view/screens/Settings.tsx:474 +#: src/view/screens/Settings.tsx:473 msgid "Opens the home feed preferences" msgstr "" -#: src/view/screens/Settings.tsx:665 +#: src/view/screens/Settings.tsx:664 msgid "Opens the storybook page" msgstr "" -#: src/view/screens/Settings.tsx:645 +#: src/view/screens/Settings.tsx:644 msgid "Opens the system log page" msgstr "" -#: src/view/screens/Settings.tsx:495 +#: src/view/screens/Settings.tsx:494 msgid "Opens the threads preferences" msgstr "" @@ -1470,14 +1470,14 @@ msgstr "" msgid "Processing..." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:238 -#: src/view/shell/Drawer.tsx:71 +#: src/view/shell/bottom-bar/BottomBar.tsx:237 +#: src/view/shell/Drawer.tsx:72 +#: src/view/shell/Drawer.tsx:366 #: src/view/shell/Drawer.tsx:367 -#: src/view/shell/Drawer.tsx:368 msgid "Profile" msgstr "" -#: src/view/screens/Settings.tsx:790 +#: src/view/screens/Settings.tsx:789 msgid "Protect your account by verifying your email." msgstr "" @@ -1532,7 +1532,7 @@ msgid "Remove feed" msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:107 -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Remove from my feeds" msgstr "" @@ -1565,11 +1565,11 @@ msgstr "" msgid "Report Account" msgstr "" -#: src/view/screens/ProfileFeed.tsx:298 +#: src/view/screens/ProfileFeed.tsx:299 msgid "Report feed" msgstr "" -#: src/view/screens/ProfileList.tsx:417 +#: src/view/screens/ProfileList.tsx:416 msgid "Report List" msgstr "" @@ -1608,7 +1608,7 @@ msgstr "" msgid "Reset code" msgstr "" -#: src/view/screens/Settings.tsx:687 +#: src/view/screens/Settings.tsx:686 msgid "Reset onboarding state" msgstr "" @@ -1616,15 +1616,15 @@ msgstr "" msgid "Reset password" msgstr "" -#: src/view/screens/Settings.tsx:677 +#: src/view/screens/Settings.tsx:676 msgid "Reset preferences state" msgstr "" -#: src/view/screens/Settings.tsx:685 +#: src/view/screens/Settings.tsx:684 msgid "Resets the onboarding state" msgstr "" -#: src/view/screens/Settings.tsx:675 +#: src/view/screens/Settings.tsx:674 msgid "Resets the preferences state" msgstr "" @@ -1679,12 +1679,12 @@ msgstr "" #: src/view/com/util/forms/SearchInput.tsx:64 #: src/view/screens/Search/Search.tsx:409 #: src/view/screens/Search/Search.tsx:561 -#: src/view/shell/bottom-bar/BottomBar.tsx:147 -#: src/view/shell/desktop/LeftNav.tsx:324 +#: src/view/shell/bottom-bar/BottomBar.tsx:146 +#: src/view/shell/desktop/LeftNav.tsx:323 #: src/view/shell/desktop/Search.tsx:160 #: src/view/shell/desktop/Search.tsx:169 +#: src/view/shell/Drawer.tsx:252 #: src/view/shell/Drawer.tsx:253 -#: src/view/shell/Drawer.tsx:254 msgid "Search" msgstr "" @@ -1736,8 +1736,8 @@ msgstr "" msgid "Send Email" msgstr "" -#: src/view/shell/Drawer.tsx:395 -#: src/view/shell/Drawer.tsx:416 +#: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:415 msgid "Send feedback" msgstr "" @@ -1769,10 +1769,10 @@ msgstr "" msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "" -#: src/view/screens/Settings.tsx:278 -#: src/view/shell/desktop/LeftNav.tsx:436 +#: src/view/screens/Settings.tsx:277 +#: src/view/shell/desktop/LeftNav.tsx:435 +#: src/view/shell/Drawer.tsx:379 #: src/view/shell/Drawer.tsx:380 -#: src/view/shell/Drawer.tsx:381 msgid "Settings" msgstr "" @@ -1782,11 +1782,11 @@ msgstr "" #: src/view/com/profile/ProfileHeader.tsx:312 #: src/view/com/util/forms/PostDropdownBtn.tsx:126 -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Share" msgstr "" -#: src/view/screens/ProfileFeed.tsx:310 +#: src/view/screens/ProfileFeed.tsx:311 msgid "Share feed" msgstr "" @@ -1794,7 +1794,7 @@ msgstr "" #~ msgid "Share link" #~ msgstr "" -#: src/view/screens/Settings.tsx:317 +#: src/view/screens/Settings.tsx:316 msgid "Show" msgstr "" @@ -1866,7 +1866,7 @@ msgstr "" msgid "Sign up or sign in to join the conversation" msgstr "" -#: src/view/screens/Settings.tsx:328 +#: src/view/screens/Settings.tsx:327 msgid "Signed in as" msgstr "" @@ -1891,19 +1891,19 @@ msgstr "" msgid "Staging" msgstr "" -#: src/view/screens/Settings.tsx:731 +#: src/view/screens/Settings.tsx:730 msgid "Status page" msgstr "" -#: src/view/screens/Settings.tsx:667 +#: src/view/screens/Settings.tsx:666 msgid "Storybook" msgstr "" -#: src/view/screens/ProfileList.tsx:498 +#: src/view/screens/ProfileList.tsx:497 msgid "Subscribe" msgstr "" -#: src/view/screens/ProfileList.tsx:494 +#: src/view/screens/ProfileList.tsx:493 msgid "Subscribe to this list" msgstr "" @@ -1924,7 +1924,7 @@ msgstr "" #~ msgid "System" #~ msgstr "" -#: src/view/screens/Settings.tsx:647 +#: src/view/screens/Settings.tsx:646 msgid "System log" msgstr "" @@ -2005,7 +2005,7 @@ msgid "This warning is only available for posts with media attached." msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings.tsx:504 +#: src/view/screens/Settings.tsx:503 msgid "Thread Preferences" msgstr "" @@ -2108,19 +2108,19 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/view/screens/ProfileList.tsx:660 +#: src/view/screens/ProfileList.tsx:659 msgid "Users" msgstr "" -#: src/view/screens/Settings.tsx:751 +#: src/view/screens/Settings.tsx:750 msgid "Verify email" msgstr "" -#: src/view/screens/Settings.tsx:776 +#: src/view/screens/Settings.tsx:775 msgid "Verify my email" msgstr "" -#: src/view/screens/Settings.tsx:785 +#: src/view/screens/Settings.tsx:784 msgid "Verify My Email" msgstr "" @@ -2278,9 +2278,9 @@ msgstr "" msgid "Your hosting provider" msgstr "" -#: src/view/screens/Settings.tsx:403 +#: src/view/screens/Settings.tsx:402 #: src/view/shell/desktop/RightNav.tsx:127 -#: src/view/shell/Drawer.tsx:518 +#: src/view/shell/Drawer.tsx:517 msgid "Your invite codes are hidden when logged in using an App Password" msgstr "" diff --git a/src/locale/locales/fr/messages.js b/src/locale/locales/fr/messages.js deleted file mode 100644 index 2fd4c73c..00000000 --- a/src/locale/locales/fr/messages.js +++ /dev/null @@ -1 +0,0 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"PBodTo\":\"- end of feed -\",\"EtUMsZ\":\". This warning is only available for posts with media attached.\",\"ebOBhv\":[[\"0\",\"plural\",{\"one\":[\"#\",\" invite code available\"],\"other\":[\"#\",\" invite codes available\"]}]],\"J/hVSQ\":[[\"0\"]],\"hZQerY\":[[\"0\"],\" \",[\"purposeLabel\"],\" List\"],\"zgN03j\":[[\"invitesAvailable\",\"plural\",{\"one\":[\"Invite codes: \",\"#\",\" available\"],\"other\":[\"Invite codes: \",\"#\",\" available\"]}]],\"OyEWua\":[[\"invitesAvailable\"],\" invite code available\"],\"eFIdHP\":[[\"invitesAvailable\"],\" invite codes available\"],\"wapGcj\":[[\"message\"]],\"gMjqbV\":\"<0>Choose your<1>Recommended<2>Feeds\",\"F657la\":\"<0>Follow some<1>Recommended<2>Users\",\"6RmyWt\":\"<0>Here is your app password. Use this to sign into the other app along with your handle.\",\"XCTqGE\":\"A new version of the app is available. Please update to continue using the app.\",\"AnNF5e\":\"Accessibility\",\"AeXO77\":\"Account\",\"4WY4MD\":\"Account options\",\"m16xKo\":\"Add\",\"fBBX+K\":\"Add a content warning\",\"JU3hs2\":\"Add a user to this list\",\"MPPZ54\":\"Add account\",\"LkA8jz\":\"Add alt text\",\"Z8idyM\":\"Add details\",\"AoXl11\":\"Add details to report\",\"iE6B/9\":\"Add link card\",\"EXHdP1\":\"Add link card:\",\"x6laaL\":\"Add the following DNS record to your domain:\",\"UmzMP4\":\"Add to Lists\",\"hCrQ0L\":\"Add to my feeds\",\"GluCXm\":\"Added to list\",\"jRrQFe\":\"Adjust the number of likes a reply must have to be shown in your feed.\",\"qLa52r\":\"Adult Content\",\"sxkWRg\":\"Advanced\",\"u2HO/d\":\"ALT\",\"u/DP73\":\"Alt text\",\"0QlT7/\":\"Alt text describes images for blind and low-vision users, and helps give context to everyone.\",\"woXbjq\":[\"An email has been sent to \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"Fon2dK\":[\"An email has been sent to your previous address, \",[\"0\"],\". It includes a confirmation code which you can enter below.\"],\"HZFm5R\":\"and\",\"fdjKGe\":\"App Language\",\"SMmUnj\":\"App passwords\",\"8q4WlH\":\"App Passwords\",\"aAIQg2\":\"Appearance\",\"SSDZ+T\":[\"Are you sure you want to delete the app password \\\"\",[\"name\"],\"\\\"?\"],\"0BIeIs\":\"Are you sure you'd like to discard this draft?\",\"6foA8n\":\"Are you sure?\",\"/mSd6b\":\"Are you sure? This cannot be undone.\",\"EbvWd3\":\"Artistic or non-erotic nudity.\",\"iH8pgl\":\"Back\",\"ehOkF+\":\"Basics\",\"+gCI2a\":\"Birthday\",\"pieVBA\":\"Birthday:\",\"m1dqxu\":\"Block Account\",\"ffIfdM\":\"Block accounts\",\"fdYcMy\":\"Block these accounts?\",\"KWykPE\":\"Blocked accounts\",\"JuqQpF\":\"Blocked Accounts\",\"HG4qt4\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"8LNSUt\":\"Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours.\",\"HFCE4A\":\"Blocked post.\",\"zl+QbX\":\"Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.\",\"7A9u1j\":\"Bluesky\",\"ZHmKSm\":\"Bluesky is flexible.\",\"odLrdl\":\"Bluesky is open.\",\"/LsWK4\":\"Bluesky is public.\",\"C50OGr\":\"Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon.\",\"klVoaP\":\"Bluesky.Social\",\"qxBitM\":[\"Build version \",[\"0\"],\" \",[\"1\"]],\"rT2cV+\":\"Camera\",\"JGGrPC\":\"Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long.\",\"dEgA5A\":\"Cancel\",\"aMH9rr\":\"Cancel account deletion\",\"kc3E4R\":\"Cancel add image alt text\",\"wg4LHQ\":\"Cancel change handle\",\"hFL1Li\":\"Cancel image crop\",\"tijH8t\":\"Cancel profile editing\",\"Qe4C/d\":\"Cancel quote post\",\"5TviPn\":\"Cancel search\",\"nss3UV\":\"Cancel waitlist signup\",\"o+XJ9D\":\"Change\",\"pQco5R\":\"Change handle\",\"Q5e1U/\":\"Change Handle\",\"a3NAfL\":\"Change my email\",\"4vatyk\":\"Change Your Email\",\"Yn3C90\":\"Check out some recommended feeds. Tap + to add them to your list of pinned feeds.\",\"ioZXIH\":\"Check out some recommended users. Follow them to see similar users.\",\"/+X+/K\":\"Check your inbox for an email with the confirmation code to enter below:\",\"Rt502e\":\"Choose Service\",\"/L45sc\":\"Choose the algorithms that power your experience with custom feeds.\",\"BwcLKv\":\"Choose your\",\"Wk8hkn\":\"Choose your password\",\"Us7A1O\":\"Clear all legacy storage data\",\"X3zEXo\":\"Clear all legacy storage data (restart after this)\",\"zxFM2c\":\"Clear all storage data\",\"r+lhUL\":\"Clear all storage data (restart after this)\",\"QbvBNV\":\"Clear search query\",\"flH7u/\":\"Close alert\",\"hYmnbk\":\"Close bottom drawer\",\"47L1V1\":\"Close image\",\"l49ujN\":\"Close image viewer\",\"UryHFO\":\"Close navigation footer\",\"KHzDTk\":\"Community Guidelines\",\"o8UUti\":\"Compose reply\",\"7VpPHA\":\"Confirm\",\"q8upsf\":\"Confirm Change\",\"8pNKIr\":\"Confirm content language settings\",\"tGg8Kt\":\"Confirm delete account\",\"ioZOzk\":\"Confirmation code\",\"J28zul\":\"Connecting...\",\"l879p1\":\"Content filtering\",\"m8j6up\":\"Content Filtering\",\"/PlAsF\":\"Content Languages\",\"cogwXi\":\"Content Warning\",\"FG7AQv\":\"Content warnings\",\"xGVfLh\":\"Continue\",\"6V3Ea3\":\"Copied\",\"he3ygx\":\"Copy\",\"7LTXf4\":\"Copy link to list\",\"dWsPi5\":\"Copy link to post\",\"jw+abr\":\"Copy link to profile\",\"iQgJaz\":\"Copy post text\",\"u40k/o\":\"Copyright Policy\",\"7wWvgo\":\"Could not load feed\",\"8NNr/O\":\"Could not load list\",\"mpt9T+\":\"Create a new account\",\"IS0nrP\":\"Create Account\",\"6HbhpU\":\"Create new account\",\"MXSt4t\":[\"Created \",[\"0\"]],\"GAD3Dx\":\"Custom domain\",\"ZQKLI1\":\"Danger Zone\",\"pvnfJD\":\"Dark\",\"ZDGm40\":\"Delete account\",\"vzX5FB\":\"Delete Account\",\"gUEtxf\":\"Delete app password\",\"84uE/A\":\"Delete List\",\"ktknoE\":\"Delete my account\",\"szz0+N\":\"Delete my account…\",\"04G5Az\":\"Delete post\",\"FbPNuJ\":\"Delete this post?\",\"u+1OHY\":\"Deleted post.\",\"Nu4oKW\":\"Description\",\"dacKHE\":\"Dev Server\",\"2ygkE8\":\"Developer Tools\",\"bzSI52\":\"Discard\",\"BryYJR\":\"Discard draft\",\"pbLwal\":\"Discover new feeds\",\"pfa8F0\":\"Display name\",\"0gS7M5\":\"Display Name\",\"iZ5pMB\":\"Domain verified!\",\"DPfwMq\":\"Done\",\"zT97vP\":[\"Done\",[\"extraText\"]],\"4uwlSD\":\"Each code works once. You'll receive more invite codes periodically.\",\"XQFMOm\":\"Edit image\",\"S7M0uU\":\"Edit list details\",\"cLmurE\":\"Edit My Feeds\",\"bRZ5XW\":\"Edit my profile\",\"9OpVZg\":\"Edit profile\",\"QJQd1J\":\"Edit Profile\",\"Jn7kox\":\"Edit Saved Feeds\",\"O3oNi5\":\"Email\",\"ATGYL1\":\"Email address\",\"pJJ0Vp\":\"Email Updated\",\"9Qs99X\":\"Email:\",\"96mted\":\"Enable this setting to only see replies between people you follow.\",\"YbIxza\":\"Enter the address of your provider:\",\"BfIgP6\":\"Enter the domain you want to use\",\"cHrOqs\":\"Enter the email you used to create your account. We'll send you a \\\"reset code\\\" so you can set a new password.\",\"xRPn3U\":\"Enter your email address\",\"+inPGm\":\"Enter your new email address below.\",\"T0KLp4\":\"Enter your username and password\",\"4BITzH\":\"Error:\",\"0PkE20\":\"Expand alt text\",\"/5K/KL\":\"Failed to load recommended feeds\",\"4yCy8i\":\"Feed offline\",\"N0CqyO\":\"Feed Preferences\",\"YirHq7\":\"Feedback\",\"2DoBvq\":\"Feeds\",\"I3iUBQ\":\"Feeds are created by users to curate content. Choose some feeds that you find interesting.\",\"2+6lmO\":\"Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information.\",\"Qzj1WT\":\"Finding similar accounts...\",\"QKSrQV\":\"Fine-tune the content you see on your home screen.\",\"r+KeyR\":\"Fine-tune the discussion threads.\",\"MKEPCY\":\"Follow\",\"AD4dxh\":\"Follow some\",\"Wezu5M\":\"Follow some users to get started. We can recommend you more users based on who you find interesting.\",\"YY2BTA\":\"Followed users only\",\"x5LEuB\":\"Followers\",\"NIjL2Y\":\"following\",\"y6sq5j\":\"Following\",\"p3UO/y\":\"Follows you\",\"5RhDkD\":\"For security reasons, we'll need to send a confirmation code to your email address.\",\"NJPhAO\":\"For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one.\",\"5bDfuq\":\"Forgot\",\"hEPLrs\":\"Forgot password\",\"dn8X5t\":\"Forgot Password\",\"U+kFad\":\"Gallery\",\"c3b0B0\":\"Get Started\",\"CKyk7Q\":\"Go back\",\"sr0UJD\":\"Go Back\",\"Rtp0y7\":\"Go to next\",\"Nf7oXL\":\"Handle\",\"c3XJ18\":\"Help\",\"uX/4+/\":\"Here is your app password.\",\"vLyv1R\":\"Hide\",\"qdOx2q\":\"Hide user list\",\"up7j9X\":\"Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue.\",\"WTcLyw\":\"Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue.\",\"/8MHCt\":\"Hmm, the feed server appears to be offline. Please let the feed owner know about this issue.\",\"3zJH1g\":\"Hmm, the feed server gave a bad response. Please let the feed owner know about this issue.\",\"yNNyhI\":\"Hmmm, we're having trouble finding this feed. It may have been deleted.\",\"i0qMbr\":\"Home\",\"sXZ8IU\":\"Home Feed Preferences\",\"yt7fhu\":\"Hosting provider\",\"s2xA6t\":\"Hosting provider address\",\"o+axy6\":\"I have a code\",\"wey2os\":\"I have my own domain\",\"WlEcKr\":\"If none are selected, suitable for all ages.\",\"VCk0rR\":\"Image alt text\",\"STGpNQ\":\"Image options\",\"6o7+En\":\"In Your Network\",\"dSKHAa\":\"Invalid username or password\",\"MFKlMB\":\"Invite\",\"F5MZVk\":\"Invite a Friend\",\"6KlkHI\":\"Invite code\",\"MYTV5o\":\"Invite code not accepted. Check that you input it correctly and try again.\",\"UY2916\":[\"Invite codes: \",[\"invitesAvailable\"],\" available\"],\"F75w8j\":\"Join the waitlist\",\"6iVTdm\":\"Join the waitlist.\",\"SNzppu\":\"Join Waitlist\",\"Dcq5kL\":\"Language selection\",\"pVhZHk\":\"Language Settings\",\"GAmD3h\":\"Languages\",\"NgeSlx\":\"Learn More\",\"rj0Lke\":\"Learn more about this warning\",\"kq2ga7\":\"Leave them all unchecked to see any language.\",\"QfDITI\":\"Leaving Bluesky\",\"Esfg1M\":\"Let's get your password reset!\",\"exYcTF\":\"Library\",\"1njn7W\":\"Light\",\"BvSY1i\":\"Like this feed\",\"8/ALSr\":\"Liked by\",\"FuZWua\":\"List Avatar\",\"8mjA4F\":\"List Name\",\"h16FyT\":\"Lists\",\"ujW4FW\":\"Load more posts\",\"7EHsGr\":\"Load new notifications\",\"VkLESX\":\"Load new posts\",\"Z3FXyt\":\"Loading...\",\"jl0AFf\":\"Local dev server\",\"cR9UpQ\":\"Login to account that is not listed\",\"kkGiug\":\"Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!\",\"2U/gDT\":\"Make sure this is where you intend to go!\",\"zucql+\":\"Menu\",\"DzmsLV\":\"Moderation\",\"NTIbv4\":\"Moderation lists\",\"FIJUJb\":\"More feeds\",\"3Siwmw\":\"More options\",\"Y17r45\":\"More post options\",\"RA1KUZ\":\"Mute Account\",\"du0opt\":\"Mute accounts\",\"izOxJM\":\"Mute these accounts?\",\"jq7SjD\":\"Mute thread\",\"s22grX\":\"Muted accounts\",\"qUa+lV\":\"Muted Accounts\",\"gA0D9A\":\"Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private.\",\"1QJzM7\":\"Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them.\",\"Mysqyf\":\"My Birthday\",\"6MBNS/\":\"My Feeds\",\"hKtWk2\":\"My Profile\",\"Ha6iBv\":\"My Saved Feeds\",\"6YtxFj\":\"Name\",\"8yolS6\":\"Never lose access to your followers and data.\",\"isRobC\":\"New\",\"2B7HLH\":\"New post\",\"FGrimz\":\"New Post\",\"hXzOVo\":\"Next\",\"EatZYJ\":\"Next image\",\"1UzENP\":\"No\",\"flmDTf\":\"No description\",\"zfN9gJ\":\"No result\",\"fOlAiK\":[\"No results found for \\\"\",[\"query\"],\"\\\"\"],\"kA9DpB\":[\"No results found for \",[\"0\"]],\"SVF205\":[\"No results found for \",[\"query\"]],\"ispbnl\":\"Not Applicable\",\"iyUCYw\":\"Not Applicable.\",\"iDNBZe\":\"Notifications\",\"5GGAqz\":\"Oh no!\",\"UaXeX3\":\"Okay\",\"Cqo2D+\":\"One or more images is missing alt text.\",\"M/Q2aG\":\"Open navigation\",\"M5PuNq\":\"Opens configurable language settings\",\"S67TOE\":\"Opens list of invite codes\",\"eSqpax\":\"Opens modal for using custom domain\",\"vYwHHI\":\"Opens moderation settings\",\"0tHyB7\":\"Opens screen with all saved feeds\",\"nmRoY/\":\"Opens the app password settings page\",\"6e9Apv\":\"Opens the home feed preferences\",\"O87Dr/\":\"Opens the storybook page\",\"G+PVmg\":\"Opens the system log page\",\"Jqb7sy\":\"Opens the threads preferences\",\"b22AVl\":\"Other account\",\"n+HLOP\":\"Other service\",\"1PKxQ7\":\"Other...\",\"8F1i42\":\"Page not found\",\"8ZsakT\":\"Password\",\"ogtYkT\":\"Password updated\",\"DKeVgZ\":\"Password updated!\",\"VeZE5Q\":\"Pictures meant for adults.\",\"zgoxy5\":\"Pinned Feeds\",\"Aw5fOC\":\"Please choose your handle.\",\"5vI4sE\":\"Please choose your password.\",\"Apyknf\":\"Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed.\",\"9qpQ5O\":\"Please enter a unique name for this App Password or use our randomly generated one.\",\"hV+cYN\":\"Please enter your email.\",\"QJr5Xp\":\"Please enter your password as well:\",\"y28hnO\":\"Post\",\"h5RcXU\":\"Post hidden\",\"r5zLS0\":\"Post language\",\"AzCucI\":\"Post Languages\",\"tJFPmV\":\"Post not found\",\"0+DQbr\":\"Potentially Misleading Link\",\"MHk+7g\":\"Previous image\",\"HeBcM5\":\"Primary Language\",\"x8iR7V\":\"Prioritize Your Follows\",\"rjGI/Q\":\"Privacy\",\"LcET2C\":\"Privacy Policy\",\"k1ifdL\":\"Processing...\",\"vERlcd\":\"Profile\",\"MrgqOW\":\"Protect your account by verifying your email.\",\"p1UmBX\":\"Public, shareable lists which can drive feeds.\",\"8HFFRQ\":\"Quote post\",\"+KrAHa\":\"Quote Post\",\"WlWsdE\":\"Ratios\",\"WEYdDv\":\"Recommended\",\"QNzcT3\":\"Recommended Feeds\",\"41UoJb\":\"Recommended Users\",\"t/YqKh\":\"Remove\",\"p/cRzf\":[\"Remove \",[\"0\"],\" from my feeds?\"],\"1O32oy\":\"Remove account\",\"W44VX5\":\"Remove feed\",\"Yy3FzB\":\"Remove from my feeds\",\"5ywtDz\":\"Remove image\",\"Dw/XUh\":\"Remove image preview\",\"TbDEfs\":\"Remove this feed from your saved feeds?\",\"Obm5+c\":\"Removed from list\",\"Veu9gK\":\"Reply Filters\",\"lQWbAr\":[\"Report \",[\"collectionName\"]],\"bDHSjj\":\"Report Account\",\"NKmI9f\":\"Report feed\",\"6iwm2r\":\"Report List\",\"6IcSvC\":\"Report post\",\"mkude1\":\"Repost\",\"JOV5dR\":\"Repost or quote post\",\"0zb9FX\":\"Reposted by\",\"bqG37Z\":\"Request Change\",\"2d9VrZ\":\"Require alt text before posting\",\"8XIT+P\":\"Required for this provider\",\"vJgYMA\":\"Reset code\",\"xEL92I\":\"Reset onboarding state\",\"RfwZxd\":\"Reset password\",\"bee/Fw\":\"Reset preferences state\",\"wToeoz\":\"Resets the onboarding state\",\"nIU7qI\":\"Resets the preferences state\",\"6gRgw8\":\"Retry\",\"hAbYQa\":\"Retry change handle\",\"tfDRzk\":\"Save\",\"KV2YQQ\":\"Save alt text\",\"y3aU20\":\"Save changes\",\"IUwGEM\":\"Save Changes\",\"Xs07Tg\":\"Save handle change\",\"BckA7m\":\"Save image crop\",\"+K+JDj\":\"Saved Feeds\",\"A1taO8\":\"Search\",\"BF8cu3\":\"Search for posts and users.\",\"CKROFy\":\"Security Step Required\",\"cNzyJW\":\"See what's next\",\"L5sM7N\":\"Select Bluesky Social\",\"o3dwub\":\"Select from an existing account\",\"GGw2AK\":\"Select service\",\"vECNLO\":\"Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown.\",\"m5aabx\":\"Select your app language for the default text to display in the app\",\"TiiOza\":\"Select your preferred language for translations in your feed.\",\"vp9yIB\":\"Send Confirmation Email\",\"65dxv8\":\"Send email\",\"i/TzEU\":\"Send Email\",\"RoafuO\":\"Send feedback\",\"4cijjm\":\"Send Report\",\"V/e7nf\":\"Set new password\",\"gwsie4\":\"Set this setting to \\\"No\\\" to hide all quote posts from your feed. Reposts will still be visible.\",\"IZjC3J\":\"Set this setting to \\\"No\\\" to hide all replies from your feed.\",\"KIgU3l\":\"Set this setting to \\\"No\\\" to hide all reposts from your feed.\",\"zaAyrz\":\"Set this setting to \\\"Yes\\\" to show replies in a threaded view. This is an experimental feature.\",\"fQV2eE\":\"Set this setting to \\\"Yes\\\" to show samples of your saved feeds in your following feed. This is an experimental feature.\",\"Tz0i8g\":\"Settings\",\"HfWHhJ\":\"Sexual activity or erotic nudity.\",\"Z8lGw6\":\"Share\",\"P33tEA\":\"Share feed\",\"uIZ2tg\":\"Share link\",\"8vETh9\":\"Show\",\"aWAdCb\":\"Show anyway\",\"NijgXr\":\"Show Posts from My Feeds\",\"T3Mt8m\":\"Show Quote Posts\",\"BlW8X/\":\"Show Replies\",\"X4GwDb\":\"Show replies by people you follow before all other replies.\",\"GiogzH\":\"Show Reposts\",\"fhY/fL\":\"Show users\",\"5lWFkC\":\"Sign in\",\"n1ekoW\":\"Sign In\",\"N9o7n5\":[\"Sign in as \",[\"0\"]],\"FT1MVS\":\"Sign in as...\",\"+UpfFC\":\"Sign into\",\"fcWrnU\":\"Sign out\",\"e+RpCP\":\"Sign up\",\"MiE4Vp\":\"Sign up or sign in to join the conversation\",\"zU+Ro7\":\"Signed in as\",\"6Uau97\":\"Skip\",\"0o5BFH\":\"Sort Replies\",\"GH1Rgk\":\"Sort replies to the same post by:\",\"1DA6ap\":\"Square\",\"aKEHLj\":\"Staging\",\"tgEXwM\":\"Status page\",\"P5jja7\":\"Storybook\",\"EDl9kS\":\"Subscribe\",\"5z3ICN\":\"Subscribe to this list\",\"TVFyMD\":\"Suggested Follows\",\"XYLcNv\":\"Support\",\"VjWeLI\":\"Switch Account\",\"D+NlUC\":\"System\",\"fP8jTZ\":\"System log\",\"HF6Iah\":\"Tall\",\"4Y5H+g\":\"Terms\",\"xowcRf\":\"Terms of Service\",\"p8Iz39\":\"Text input field\",\"GlPXQJ\":\"The account will be able to interact with you after unblocking.\",\"o4M2MP\":\"The Community Guidelines have been moved to <0/>\",\"U42lKc\":\"The Copyright Policy has been moved to <0/>\",\"G4EksE\":\"The post may have been deleted.\",\"WNR9db\":\"The Privacy Policy has been moved to <0/>\",\"LbEbIk\":[\"The support form has been moved. If you need help, please<0/> or visit \",[\"HELP_DESK_URL\"],\" to get in touch with us.\"],\"FGbRSr\":\"The Terms of Service have been moved to\",\"yUqcy2\":\"There was an unexpected issue in the application. Please let us know if this happened to you!\",\"KRYn8w\":[\"This \",[\"screenDescription\"],\" has been flagged:\"],\"lm845B\":\"This information is not shared with other users.\",\"5Pvw/O\":\"This is important in case you ever need to change your email or reset your password.\",\"sQQfZ9\":\"This is the service that keeps you online.\",\"CvX8qs\":\"This link is taking you to the following website:\",\"WKrUVy\":\"This post has been deleted.\",\"qpCA5s\":\"This warning is only available for posts with media attached.\",\"u9ThjD\":\"Thread Preferences\",\"zmXsk5\":\"Threaded Mode\",\"1x30Qt\":\"Toggle dropdown\",\"KFXQEt\":\"Transformations\",\"pi8x/S\":\"Translate\",\"KDw4GX\":\"Try again\",\"nc4Wfd\":\"Unable to contact your service. Please check your Internet connection.\",\"tuS5Jz\":\"Unblock\",\"0VrZZv\":\"Unblock Account\",\"6pYY4t\":\"Undo repost\",\"05f3UA\":\"Unfortunately, you do not meet the requirements to create an account.\",\"wx9wqY\":\"Unmute Account\",\"s12/Py\":\"Unmute thread\",\"vaz2uI\":[\"Update \",[\"displayName\"],\" in Lists\"],\"YXMY4w\":\"Update Available\",\"RXbEvi\":\"Updating...\",\"Vwkfp4\":\"Upload a text file to:\",\"jTdnU6\":\"Use app passwords to login to other Bluesky clients without giving full access to your account or password.\",\"CH1am9\":\"Use default provider\",\"ZG8UvP\":\"Use this to sign into the other app along with your handle.\",\"cKXwwI\":\"Used by:\",\"t4Yp4Z\":\"User handle\",\"8tsrUV\":\"User Lists\",\"nZx9mr\":\"Username or email address\",\"Sxm8rQ\":\"Users\",\"MBOY4U\":\"Verify email\",\"Ejyv0o\":\"Verify my email\",\"9czCrB\":\"Verify My Email\",\"ibSVGR\":\"Verify New Email\",\"nHsQde\":\"View debug entry\",\"47jzzd\":\"View the avatar\",\"wK4H1r\":\"Visit Site\",\"qjBGxf\":\"We're so excited to have you join us!\",\"1xpRAp\":\"We're sorry, but this content is not viewable without a Bluesky account.\",\"WBQOQ0\":\"We're sorry, but your search could not be completed. Please try again in a few minutes.\",\"/mVVX2\":\"We're sorry! We can't find the page you were looking for.\",\"meB+tZ\":\"Welcome to <0>Bluesky\",\"Mj7rl/\":[\"What is the issue with this \",[\"collectionName\"],\"?\"],\"3qn29J\":\"Which languages are used in this post?\",\"uawiGa\":\"Which languages would you like to see in your algorithmic feeds?\",\"I5S9ZE\":\"Wide\",\"y02THm\":\"Write post\",\"6ckZRB\":\"Write your reply\",\"l75CjT\":\"Yes\",\"STPj0e\":\"You can change hosting providers at any time.\",\"67nRLM\":\"You can now sign in with your new password.\",\"lIcbCU\":\"You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer.\",\"aFZZYi\":\"You don't have any pinned feeds.\",\"kX/cKs\":\"You don't have any saved feeds!\",\"nbz3Iq\":\"You don't have any saved feeds.\",\"RkXibf\":\"You have blocked the author or you have been blocked by the author.\",\"CbrOgr\":\"You have no feeds.\",\"tCLJ9E\":\"You have no lists.\",\"soH9qC\":\"You have not blocked any accounts yet. To block an account, go to their profile and selected \\\"Block account\\\" from the menu on their account.\",\"NDgp3i\":\"You have not created any app passwords yet. You can create one by pressing the button below.\",\"grqdXb\":\"You have not muted any accounts yet. To mute an account, go to their profile and selected \\\"Mute account\\\" from the menu on their account.\",\"RrDyEb\":\"You will receive an email with a \\\"reset code.\\\" Enter that code here, then enter your new password.\",\"gdRnT7\":\"Your account\",\"k7hmsH\":\"Your birth date\",\"tBpzKB\":\"Your email appears to be invalid.\",\"OubkcP\":\"Your email has been saved! We'll be in touch soon.\",\"z2L+/9\":\"Your email has been updated but not verified. As a next step, please verify your new email.\",\"XZlIVw\":\"Your email has not yet been verified. This is an important security step which we recommend.\",\"qv9f4I\":\"Your full handle will be\",\"lvcqqG\":\"Your hosting provider\",\"fbFyAZ\":\"Your invite codes are hidden when logged in using an App Password\",\"Oqt/PG\":\"Your posts, likes, and blocks are public. Mutes are private.\",\"okRPtW\":\"Your profile\",\"MvWO9d\":\"Your user handle\"}")}; \ No newline at end of file diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index 9665ec03..95b10a09 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -37,13 +37,13 @@ msgstr "" msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" msgstr "" -#: src/view/screens/Settings.tsx:408 -#: src/view/shell/Drawer.tsx:522 +#: src/view/screens/Settings.tsx:407 +#: src/view/shell/Drawer.tsx:521 msgid "{invitesAvailable} invite code available" msgstr "" -#: src/view/screens/Settings.tsx:410 -#: src/view/shell/Drawer.tsx:524 +#: src/view/screens/Settings.tsx:409 +#: src/view/shell/Drawer.tsx:523 msgid "{invitesAvailable} invite codes available" msgstr "" @@ -68,12 +68,12 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "" #: src/view/com/modals/EditImage.tsx:299 -#: src/view/screens/Settings.tsx:418 +#: src/view/screens/Settings.tsx:417 msgid "Accessibility" msgstr "" #: src/view/com/auth/login/LoginForm.tsx:161 -#: src/view/screens/Settings.tsx:287 +#: src/view/screens/Settings.tsx:286 msgid "Account" msgstr "" @@ -83,7 +83,7 @@ msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/UserAddRemoveLists.tsx:187 -#: src/view/screens/ProfileList.tsx:676 +#: src/view/screens/ProfileList.tsx:675 msgid "Add" msgstr "" @@ -91,12 +91,12 @@ msgstr "" msgid "Add a content warning" msgstr "" -#: src/view/screens/ProfileList.tsx:666 +#: src/view/screens/ProfileList.tsx:665 msgid "Add a user to this list" msgstr "" -#: src/view/screens/Settings.tsx:356 -#: src/view/screens/Settings.tsx:365 +#: src/view/screens/Settings.tsx:355 +#: src/view/screens/Settings.tsx:364 msgid "Add account" msgstr "" @@ -130,7 +130,7 @@ msgstr "" msgid "Add to Lists" msgstr "" -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Add to my feeds" msgstr "" @@ -147,7 +147,7 @@ msgstr "" msgid "Adult Content" msgstr "" -#: src/view/screens/Settings.tsx:570 +#: src/view/screens/Settings.tsx:569 msgid "Advanced" msgstr "" @@ -179,7 +179,7 @@ msgstr "" msgid "App Language" msgstr "" -#: src/view/screens/Settings.tsx:590 +#: src/view/screens/Settings.tsx:589 msgid "App passwords" msgstr "" @@ -187,7 +187,7 @@ msgstr "" msgid "App Passwords" msgstr "" -#: src/view/screens/Settings.tsx:433 +#: src/view/screens/Settings.tsx:432 msgid "Appearance" msgstr "" @@ -199,7 +199,7 @@ msgstr "" msgid "Are you sure you'd like to discard this draft?" msgstr "" -#: src/view/screens/ProfileList.tsx:346 +#: src/view/screens/ProfileList.tsx:345 msgid "Are you sure?" msgstr "" @@ -224,7 +224,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/view/screens/Settings.tsx:462 +#: src/view/screens/Settings.tsx:461 msgid "Basics" msgstr "" @@ -233,7 +233,7 @@ msgstr "" msgid "Birthday" msgstr "" -#: src/view/screens/Settings.tsx:313 +#: src/view/screens/Settings.tsx:312 msgid "Birthday:" msgstr "" @@ -242,11 +242,11 @@ msgstr "" msgid "Block Account" msgstr "" -#: src/view/screens/ProfileList.tsx:447 +#: src/view/screens/ProfileList.tsx:446 msgid "Block accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:302 msgid "Block these accounts?" msgstr "" @@ -270,7 +270,7 @@ msgstr "" msgid "Blocked post." msgstr "" -#: src/view/screens/ProfileList.tsx:305 +#: src/view/screens/ProfileList.tsx:304 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "" @@ -298,7 +298,7 @@ msgstr "" msgid "Bluesky.Social" msgstr "" -#: src/view/screens/Settings.tsx:719 +#: src/view/screens/Settings.tsx:718 msgid "Build version {0} {1}" msgstr "" @@ -366,12 +366,12 @@ msgstr "" msgid "Cancel waitlist signup" msgstr "" -#: src/view/screens/Settings.tsx:307 +#: src/view/screens/Settings.tsx:306 msgid "Change" msgstr "" -#: src/view/screens/Settings.tsx:602 -#: src/view/screens/Settings.tsx:611 +#: src/view/screens/Settings.tsx:601 +#: src/view/screens/Settings.tsx:610 msgid "Change handle" msgstr "" @@ -415,19 +415,19 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/view/screens/Settings.tsx:695 +#: src/view/screens/Settings.tsx:694 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings.tsx:697 +#: src/view/screens/Settings.tsx:696 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings.tsx:707 +#: src/view/screens/Settings.tsx:706 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings.tsx:709 +#: src/view/screens/Settings.tsx:708 msgid "Clear all storage data (restart after this)" msgstr "" @@ -531,7 +531,7 @@ msgstr "" msgid "Copy" msgstr "" -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Copy link to list" msgstr "" @@ -551,11 +551,11 @@ msgstr "" msgid "Copyright Policy" msgstr "" -#: src/view/screens/ProfileFeed.tsx:101 +#: src/view/screens/ProfileFeed.tsx:102 msgid "Could not load feed" msgstr "" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:752 msgid "Could not load list" msgstr "" @@ -580,7 +580,7 @@ msgstr "" msgid "Custom domain" msgstr "" -#: src/view/screens/Settings.tsx:616 +#: src/view/screens/Settings.tsx:615 msgid "Danger Zone" msgstr "" @@ -588,7 +588,7 @@ msgstr "" #~ msgid "Dark" #~ msgstr "" -#: src/view/screens/Settings.tsx:623 +#: src/view/screens/Settings.tsx:622 msgid "Delete account" msgstr "" @@ -601,8 +601,8 @@ msgstr "" msgid "Delete app password" msgstr "" -#: src/view/screens/ProfileList.tsx:345 -#: src/view/screens/ProfileList.tsx:403 +#: src/view/screens/ProfileList.tsx:344 +#: src/view/screens/ProfileList.tsx:402 msgid "Delete List" msgstr "" @@ -610,7 +610,7 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/view/screens/Settings.tsx:633 +#: src/view/screens/Settings.tsx:632 msgid "Delete my account…" msgstr "" @@ -637,7 +637,7 @@ msgstr "" msgid "Dev Server" msgstr "" -#: src/view/screens/Settings.tsx:638 +#: src/view/screens/Settings.tsx:637 msgid "Developer Tools" msgstr "" @@ -691,7 +691,7 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/view/screens/ProfileList.tsx:391 +#: src/view/screens/ProfileList.tsx:390 msgid "Edit list details" msgstr "" @@ -731,7 +731,7 @@ msgstr "" msgid "Email Updated" msgstr "" -#: src/view/screens/Settings.tsx:291 +#: src/view/screens/Settings.tsx:290 msgid "Email:" msgstr "" @@ -780,20 +780,20 @@ msgstr "" msgid "Feed offline" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:131 +#: src/view/com/feeds/FeedPage.tsx:132 msgid "Feed Preferences" msgstr "" #: src/view/shell/desktop/RightNav.tsx:64 -#: src/view/shell/Drawer.tsx:411 +#: src/view/shell/Drawer.tsx:410 msgid "Feedback" msgstr "" #: src/view/screens/Feeds.tsx:475 -#: src/view/shell/bottom-bar/BottomBar.tsx:169 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/view/shell/bottom-bar/BottomBar.tsx:168 +#: src/view/shell/desktop/LeftNav.tsx:341 +#: src/view/shell/Drawer.tsx:327 #: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:329 msgid "Feeds" msgstr "" @@ -882,14 +882,14 @@ msgstr "" #: src/view/com/auth/LoggedOut.tsx:53 #: src/view/com/auth/LoggedOut.tsx:54 #: src/view/com/util/moderation/ScreenHider.tsx:105 -#: src/view/shell/desktop/LeftNav.tsx:105 +#: src/view/shell/desktop/LeftNav.tsx:106 msgid "Go back" msgstr "" -#: src/view/screens/ProfileFeed.tsx:110 -#: src/view/screens/ProfileFeed.tsx:115 -#: src/view/screens/ProfileList.tsx:762 -#: src/view/screens/ProfileList.tsx:767 +#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileList.tsx:761 +#: src/view/screens/ProfileList.tsx:766 msgid "Go Back" msgstr "" @@ -904,7 +904,7 @@ msgid "Handle" msgstr "" #: src/view/shell/desktop/RightNav.tsx:93 -#: src/view/shell/Drawer.tsx:421 +#: src/view/shell/Drawer.tsx:420 msgid "Help" msgstr "" @@ -940,16 +940,16 @@ msgstr "" msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:125 -#: src/view/shell/desktop/LeftNav.tsx:306 +#: src/view/shell/bottom-bar/BottomBar.tsx:124 +#: src/view/shell/desktop/LeftNav.tsx:305 +#: src/view/shell/Drawer.tsx:274 #: src/view/shell/Drawer.tsx:275 -#: src/view/shell/Drawer.tsx:276 msgid "Home" msgstr "" #: src/view/com/pager/FeedsTabBarMobile.tsx:99 #: src/view/screens/PreferencesHomeFeed.tsx:95 -#: src/view/screens/Settings.tsx:482 +#: src/view/screens/Settings.tsx:481 msgid "Home Feed Preferences" msgstr "" @@ -992,12 +992,12 @@ msgstr "" msgid "Invalid username or password" msgstr "" -#: src/view/screens/Settings.tsx:384 +#: src/view/screens/Settings.tsx:383 msgid "Invite" msgstr "" #: src/view/com/modals/InviteCodes.tsx:91 -#: src/view/screens/Settings.tsx:372 +#: src/view/screens/Settings.tsx:371 msgid "Invite a Friend" msgstr "" @@ -1009,7 +1009,7 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/view/shell/Drawer.tsx:503 +#: src/view/shell/Drawer.tsx:502 msgid "Invite codes: {invitesAvailable} available" msgstr "" @@ -1034,7 +1034,7 @@ msgstr "" msgid "Language Settings" msgstr "" -#: src/view/screens/Settings.tsx:542 +#: src/view/screens/Settings.tsx:541 msgid "Languages" msgstr "" @@ -1074,7 +1074,7 @@ msgstr "" #~ msgid "Light" #~ msgstr "" -#: src/view/screens/ProfileFeed.tsx:626 +#: src/view/screens/ProfileFeed.tsx:627 msgid "Like this feed" msgstr "" @@ -1091,9 +1091,9 @@ msgstr "" msgid "List Name" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:382 +#: src/view/shell/desktop/LeftNav.tsx:381 +#: src/view/shell/Drawer.tsx:338 #: src/view/shell/Drawer.tsx:339 -#: src/view/shell/Drawer.tsx:340 msgid "Lists" msgstr "" @@ -1102,11 +1102,11 @@ msgstr "" msgid "Load more posts" msgstr "" -#: src/view/screens/Notifications.tsx:130 +#: src/view/screens/Notifications.tsx:129 msgid "Load new notifications" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:176 +#: src/view/com/feeds/FeedPage.tsx:177 msgid "Load new posts" msgstr "" @@ -1122,7 +1122,7 @@ msgstr "" msgid "Login to account that is not listed" msgstr "" -#: src/view/screens/ProfileFeed.tsx:478 +#: src/view/screens/ProfileFeed.tsx:479 msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" msgstr "" @@ -1135,10 +1135,10 @@ msgid "Menu" msgstr "" #: src/view/screens/Moderation.tsx:51 -#: src/view/screens/Settings.tsx:564 -#: src/view/shell/desktop/LeftNav.tsx:400 +#: src/view/screens/Settings.tsx:563 +#: src/view/shell/desktop/LeftNav.tsx:399 +#: src/view/shell/Drawer.tsx:345 #: src/view/shell/Drawer.tsx:346 -#: src/view/shell/Drawer.tsx:347 msgid "Moderation" msgstr "" @@ -1151,8 +1151,8 @@ msgid "More feeds" msgstr "" #: src/view/com/profile/ProfileHeader.tsx:520 -#: src/view/screens/ProfileFeed.tsx:368 -#: src/view/screens/ProfileList.tsx:507 +#: src/view/screens/ProfileFeed.tsx:369 +#: src/view/screens/ProfileList.tsx:506 msgid "More options" msgstr "" @@ -1164,11 +1164,11 @@ msgstr "" msgid "Mute Account" msgstr "" -#: src/view/screens/ProfileList.tsx:435 +#: src/view/screens/ProfileList.tsx:434 msgid "Mute accounts" msgstr "" -#: src/view/screens/ProfileList.tsx:268 +#: src/view/screens/ProfileList.tsx:267 msgid "Mute these accounts?" msgstr "" @@ -1188,7 +1188,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/view/screens/ProfileList.tsx:270 +#: src/view/screens/ProfileList.tsx:269 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "" @@ -1200,11 +1200,11 @@ msgstr "" msgid "My Feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:66 +#: src/view/shell/desktop/LeftNav.tsx:67 msgid "My Profile" msgstr "" -#: src/view/screens/Settings.tsx:521 +#: src/view/screens/Settings.tsx:520 msgid "My Saved Feeds" msgstr "" @@ -1221,17 +1221,17 @@ msgstr "" msgid "New" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:187 +#: src/view/com/feeds/FeedPage.tsx:188 #: src/view/screens/Feeds.tsx:510 -#: src/view/screens/Profile.tsx:381 -#: src/view/screens/ProfileFeed.tsx:448 -#: src/view/screens/ProfileList.tsx:200 -#: src/view/screens/ProfileList.tsx:232 -#: src/view/shell/desktop/LeftNav.tsx:255 +#: src/view/screens/Profile.tsx:382 +#: src/view/screens/ProfileFeed.tsx:449 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:231 +#: src/view/shell/desktop/LeftNav.tsx:254 msgid "New post" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:265 +#: src/view/shell/desktop/LeftNav.tsx:264 msgid "New Post" msgstr "" @@ -1255,8 +1255,8 @@ msgstr "" msgid "No" msgstr "" -#: src/view/screens/ProfileFeed.tsx:619 -#: src/view/screens/ProfileList.tsx:633 +#: src/view/screens/ProfileFeed.tsx:620 +#: src/view/screens/ProfileList.tsx:632 msgid "No description" msgstr "" @@ -1289,12 +1289,12 @@ msgstr "" msgid "Not Applicable." msgstr "" -#: src/view/screens/Notifications.tsx:97 -#: src/view/screens/Notifications.tsx:121 -#: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:364 +#: src/view/screens/Notifications.tsx:96 +#: src/view/screens/Notifications.tsx:120 +#: src/view/shell/bottom-bar/BottomBar.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:363 +#: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:299 -#: src/view/shell/Drawer.tsx:300 msgid "Notifications" msgstr "" @@ -1314,12 +1314,12 @@ msgstr "" msgid "Open navigation" msgstr "" -#: src/view/screens/Settings.tsx:534 +#: src/view/screens/Settings.tsx:533 msgid "Opens configurable language settings" msgstr "" #: src/view/shell/desktop/RightNav.tsx:146 -#: src/view/shell/Drawer.tsx:504 +#: src/view/shell/Drawer.tsx:503 msgid "Opens list of invite codes" msgstr "" @@ -1327,31 +1327,31 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "" -#: src/view/screens/Settings.tsx:559 +#: src/view/screens/Settings.tsx:558 msgid "Opens moderation settings" msgstr "" -#: src/view/screens/Settings.tsx:515 +#: src/view/screens/Settings.tsx:514 msgid "Opens screen with all saved feeds" msgstr "" -#: src/view/screens/Settings.tsx:582 +#: src/view/screens/Settings.tsx:581 msgid "Opens the app password settings page" msgstr "" -#: src/view/screens/Settings.tsx:474 +#: src/view/screens/Settings.tsx:473 msgid "Opens the home feed preferences" msgstr "" -#: src/view/screens/Settings.tsx:665 +#: src/view/screens/Settings.tsx:664 msgid "Opens the storybook page" msgstr "" -#: src/view/screens/Settings.tsx:645 +#: src/view/screens/Settings.tsx:644 msgid "Opens the system log page" msgstr "" -#: src/view/screens/Settings.tsx:495 +#: src/view/screens/Settings.tsx:494 msgid "Opens the threads preferences" msgstr "" @@ -1470,14 +1470,14 @@ msgstr "" msgid "Processing..." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:238 -#: src/view/shell/Drawer.tsx:71 +#: src/view/shell/bottom-bar/BottomBar.tsx:237 +#: src/view/shell/Drawer.tsx:72 +#: src/view/shell/Drawer.tsx:366 #: src/view/shell/Drawer.tsx:367 -#: src/view/shell/Drawer.tsx:368 msgid "Profile" msgstr "" -#: src/view/screens/Settings.tsx:790 +#: src/view/screens/Settings.tsx:789 msgid "Protect your account by verifying your email." msgstr "" @@ -1532,7 +1532,7 @@ msgid "Remove feed" msgstr "" #: src/view/com/feeds/FeedSourceCard.tsx:107 -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Remove from my feeds" msgstr "" @@ -1565,11 +1565,11 @@ msgstr "" msgid "Report Account" msgstr "" -#: src/view/screens/ProfileFeed.tsx:298 +#: src/view/screens/ProfileFeed.tsx:299 msgid "Report feed" msgstr "" -#: src/view/screens/ProfileList.tsx:417 +#: src/view/screens/ProfileList.tsx:416 msgid "Report List" msgstr "" @@ -1608,7 +1608,7 @@ msgstr "" msgid "Reset code" msgstr "" -#: src/view/screens/Settings.tsx:687 +#: src/view/screens/Settings.tsx:686 msgid "Reset onboarding state" msgstr "" @@ -1616,15 +1616,15 @@ msgstr "" msgid "Reset password" msgstr "" -#: src/view/screens/Settings.tsx:677 +#: src/view/screens/Settings.tsx:676 msgid "Reset preferences state" msgstr "" -#: src/view/screens/Settings.tsx:685 +#: src/view/screens/Settings.tsx:684 msgid "Resets the onboarding state" msgstr "" -#: src/view/screens/Settings.tsx:675 +#: src/view/screens/Settings.tsx:674 msgid "Resets the preferences state" msgstr "" @@ -1679,12 +1679,12 @@ msgstr "" #: src/view/com/util/forms/SearchInput.tsx:64 #: src/view/screens/Search/Search.tsx:409 #: src/view/screens/Search/Search.tsx:561 -#: src/view/shell/bottom-bar/BottomBar.tsx:147 -#: src/view/shell/desktop/LeftNav.tsx:324 +#: src/view/shell/bottom-bar/BottomBar.tsx:146 +#: src/view/shell/desktop/LeftNav.tsx:323 #: src/view/shell/desktop/Search.tsx:160 #: src/view/shell/desktop/Search.tsx:169 +#: src/view/shell/Drawer.tsx:252 #: src/view/shell/Drawer.tsx:253 -#: src/view/shell/Drawer.tsx:254 msgid "Search" msgstr "" @@ -1736,8 +1736,8 @@ msgstr "" msgid "Send Email" msgstr "" -#: src/view/shell/Drawer.tsx:395 -#: src/view/shell/Drawer.tsx:416 +#: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:415 msgid "Send feedback" msgstr "" @@ -1769,10 +1769,10 @@ msgstr "" msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "" -#: src/view/screens/Settings.tsx:278 -#: src/view/shell/desktop/LeftNav.tsx:436 +#: src/view/screens/Settings.tsx:277 +#: src/view/shell/desktop/LeftNav.tsx:435 +#: src/view/shell/Drawer.tsx:379 #: src/view/shell/Drawer.tsx:380 -#: src/view/shell/Drawer.tsx:381 msgid "Settings" msgstr "" @@ -1782,11 +1782,11 @@ msgstr "" #: src/view/com/profile/ProfileHeader.tsx:312 #: src/view/com/util/forms/PostDropdownBtn.tsx:126 -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Share" msgstr "" -#: src/view/screens/ProfileFeed.tsx:310 +#: src/view/screens/ProfileFeed.tsx:311 msgid "Share feed" msgstr "" @@ -1794,7 +1794,7 @@ msgstr "" #~ msgid "Share link" #~ msgstr "" -#: src/view/screens/Settings.tsx:317 +#: src/view/screens/Settings.tsx:316 msgid "Show" msgstr "" @@ -1866,7 +1866,7 @@ msgstr "" msgid "Sign up or sign in to join the conversation" msgstr "" -#: src/view/screens/Settings.tsx:328 +#: src/view/screens/Settings.tsx:327 msgid "Signed in as" msgstr "" @@ -1891,19 +1891,19 @@ msgstr "" msgid "Staging" msgstr "" -#: src/view/screens/Settings.tsx:731 +#: src/view/screens/Settings.tsx:730 msgid "Status page" msgstr "" -#: src/view/screens/Settings.tsx:667 +#: src/view/screens/Settings.tsx:666 msgid "Storybook" msgstr "" -#: src/view/screens/ProfileList.tsx:498 +#: src/view/screens/ProfileList.tsx:497 msgid "Subscribe" msgstr "" -#: src/view/screens/ProfileList.tsx:494 +#: src/view/screens/ProfileList.tsx:493 msgid "Subscribe to this list" msgstr "" @@ -1924,7 +1924,7 @@ msgstr "" #~ msgid "System" #~ msgstr "" -#: src/view/screens/Settings.tsx:647 +#: src/view/screens/Settings.tsx:646 msgid "System log" msgstr "" @@ -2005,7 +2005,7 @@ msgid "This warning is only available for posts with media attached." msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings.tsx:504 +#: src/view/screens/Settings.tsx:503 msgid "Thread Preferences" msgstr "" @@ -2108,19 +2108,19 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/view/screens/ProfileList.tsx:660 +#: src/view/screens/ProfileList.tsx:659 msgid "Users" msgstr "" -#: src/view/screens/Settings.tsx:751 +#: src/view/screens/Settings.tsx:750 msgid "Verify email" msgstr "" -#: src/view/screens/Settings.tsx:776 +#: src/view/screens/Settings.tsx:775 msgid "Verify my email" msgstr "" -#: src/view/screens/Settings.tsx:785 +#: src/view/screens/Settings.tsx:784 msgid "Verify My Email" msgstr "" @@ -2278,9 +2278,9 @@ msgstr "" msgid "Your hosting provider" msgstr "" -#: src/view/screens/Settings.tsx:403 +#: src/view/screens/Settings.tsx:402 #: src/view/shell/desktop/RightNav.tsx:127 -#: src/view/shell/Drawer.tsx:518 +#: src/view/shell/Drawer.tsx:517 msgid "Your invite codes are hidden when logged in using an App Password" msgstr "" diff --git a/src/locale/locales/hi/messages.js b/src/locale/locales/hi/messages.js deleted file mode 100644 index dcaad852..00000000 --- a/src/locale/locales/hi/messages.js +++ /dev/null @@ -1 +0,0 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"PBodTo\":\"- फ़ीड का अंत -\",\"EtUMsZ\":\"यह चेतावनी केवल मीडिया वाले पोस्ट के लिए उपलब्ध है।\",\"ebOBhv\":[[\"0\",\"plural\",{\"one\":[\"#\",\" invite code available\"],\"other\":[\"#\",\" invite codes available\"]}]],\"J/hVSQ\":[[\"0\"]],\"hZQerY\":[[\"0\"],\" \",[\"purposeLabel\"],\" सूची\"],\"zgN03j\":[[\"invitesAvailable\",\"plural\",{\"one\":[\"Invite codes: \",\"#\",\" available\"],\"other\":[\"Invite codes: \",\"#\",\" available\"]}]],\"OyEWua\":[[\"invitesAvailable\"],\" invite code available\"],\"eFIdHP\":[[\"invitesAvailable\"],\" invite codes available\"],\"wapGcj\":[[\"message\"]],\"gMjqbV\":\"<0>अपना<1>पसंदीदा<2>फ़ीड चुनें\",\"F657la\":\"<0>कुछ<1>पसंदीदा उपयोगकर्ताओं<2>का अनुसरण करें\",\"6RmyWt\":\"<0>इधर आपका ऐप पासवर्ड है। इसे अपने हैंडल के साथ दूसरे ऐप में साइन करने के लिए उपयोग करें।।\",\"XCTqGE\":\"ऐप का एक नया संस्करण उपलब्ध है. कृपया ऐप का उपयोग जारी रखने के लिए अपडेट करें।\",\"AnNF5e\":\"प्रवेर्शयोग्यता\",\"AeXO77\":\"अकाउंट\",\"4WY4MD\":\"अकाउंट के विकल्प\",\"m16xKo\":\"ऐड करो\",\"fBBX+K\":\"सामग्री चेतावनी जोड़ें\",\"JU3hs2\":\"इस सूची में किसी को जोड़ें\",\"MPPZ54\":\"अकाउंट जोड़ें\",\"LkA8jz\":\"इस फ़ोटो में विवरण जोड़ें\",\"Z8idyM\":\"विवरण जोड़ें\",\"AoXl11\":\"रिपोर्ट करने के लिए विवरण जोड़ें\",\"iE6B/9\":\"लिंक कार्ड जोड़ें\",\"EXHdP1\":\"लिंक कार्ड जोड़ें:\",\"x6laaL\":\"अपने डोमेन में निम्नलिखित DNS रिकॉर्ड जोड़ें:\",\"UmzMP4\":\"सूचियों में जोड़ें\",\"hCrQ0L\":\"इस फ़ीड को सहेजें\",\"GluCXm\":\"Added to list\",\"jRrQFe\":\"पसंद की संख्या को समायोजित करें उत्तर को आपके फ़ीड में दिखाया जाना चाहिए।।\",\"qLa52r\":\"वयस्क सामग्री\",\"sxkWRg\":\"विकसित\",\"u2HO/d\":\"ALT\",\"u/DP73\":\"वैकल्पिक पाठ\",\"0QlT7/\":\"ऑल्ट टेक्स्ट अंधा और कम दृश्य लोगों के लिए छवियों का वर्णन करता है, और हर किसी को संदर्भ देने में मदद करता है।।\",\"woXbjq\":[[\"0\"],\" को ईमेल भेजा गया है। इसमें एक OTP कोड शामिल है जिसे आप नीचे दर्ज कर सकते हैं।।\"],\"Fon2dK\":[[\"0\"],\" को ईमेल भेजा गया है। इसमें एक OTP कोड शामिल है जिसे आप नीचे दर्ज कर सकते हैं।।\"],\"HZFm5R\":\"और\",\"fdjKGe\":\"ऐप भाषा\",\"SMmUnj\":\"ऐप पासवर्ड\",\"8q4WlH\":\"ऐप पासवर्ड\",\"aAIQg2\":\"दिखावट\",\"SSDZ+T\":[\"क्या आप वाकई ऐप पासवर्ड \\\"\",[\"name\"],\"\\\" हटाना चाहते हैं?\"],\"0BIeIs\":\"क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?\",\"6foA8n\":\"क्या आप वास्तव में इसे करना चाहते हैं?\",\"/mSd6b\":\"क्या आप वास्तव में इसे करना चाहते हैं? इसे असंपादित नहीं किया जा सकता है।\",\"EbvWd3\":\"कलात्मक या गैर-कामुक नग्नता।।\",\"iH8pgl\":\"वापस\",\"ehOkF+\":\"मूल बातें\",\"+gCI2a\":\"जन्मदिन\",\"pieVBA\":\"जन्मदिन:\",\"m1dqxu\":\"खाता ब्लॉक करें\",\"ffIfdM\":\"खाता ब्लॉक करें\",\"fdYcMy\":\"खाता ब्लॉक करें?\",\"KWykPE\":\"ब्लॉक किए गए खाते\",\"JuqQpF\":\"ब्लॉक किए गए खाते\",\"HG4qt4\":\"अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपके साथ बातचीत नहीं कर सकते।\",\"8LNSUt\":\"अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपके साथ बातचीत नहीं कर सकते। आप उनकी सामग्री नहीं देख पाएंगे और उन्हें आपकी सामग्री देखने से रोका जाएगा।\",\"HFCE4A\":\"ब्लॉक पोस्ट।\",\"zl+QbX\":\"अवरोधन सार्वजनिक है. अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपके साथ बातचीत नहीं कर सकते।\",\"7A9u1j\":\"Bluesky\",\"ZHmKSm\":\"Bluesky लचीला है।।\",\"odLrdl\":\"Bluesky खुला है।।\",\"/LsWK4\":\"Bluesky सार्वजनिक है।।\",\"C50OGr\":\"ब्लूस्की एक स्वस्थ समुदाय बनाने के लिए आमंत्रित करता है। यदि आप किसी को आमंत्रित नहीं करते हैं, तो आप प्रतीक्षा सूची के लिए साइन अप कर सकते हैं और हम जल्द ही एक भेज देंगे।।\",\"klVoaP\":\"Bluesky.Social\",\"qxBitM\":[\"Build version \",[\"0\"],\" \",[\"1\"]],\"rT2cV+\":\"कैमरा\",\"JGGrPC\":\"केवल अक्षर, संख्या, रिक्त स्थान, डैश और अंडरस्कोर हो सकते हैं। कम से कम 4 अक्षर लंबा होना चाहिए, लेकिन 32 अक्षरों से अधिक लंबा नहीं होना चाहिए।।\",\"dEgA5A\":\"कैंसिल\",\"aMH9rr\":\"अकाउंट बंद मत करो\",\"kc3E4R\":\"ऑल्ट टेक्स्ट मत जोड़ें\",\"wg4LHQ\":\"नाम मत बदलो\",\"hFL1Li\":\"तस्वीर को क्रॉप मत करो\",\"tijH8t\":\"प्रोफ़ाइल संपादन मत करो\",\"Qe4C/d\":\"कोटे पोस्ट मत करो\",\"5TviPn\":\"खोज मत करो\",\"nss3UV\":\"प्रतीक्षा सूची पंजीकरण मत करो\",\"o+XJ9D\":\"परिवर्तन\",\"pQco5R\":\"हैंडल बदलें\",\"Q5e1U/\":\"हैंडल बदलें\",\"a3NAfL\":\"मेरा ईमेल बदलें\",\"4vatyk\":\"मेरा ईमेल बदलें\",\"Yn3C90\":\"कुछ अनुशंसित फ़ीड देखें. उन्हें अपनी पिन की गई फ़ीड की सूची में जोड़ने के लिए + टैप करें।\",\"ioZXIH\":\"कुछ अनुशंसित उपयोगकर्ताओं की जाँच करें। ऐसे ही उपयोगकर्ता देखने के लिए उनका अनुसरण करें।\",\"/+X+/K\":\"नीचे प्रवेश करने के लिए OTP कोड के साथ एक ईमेल के लिए अपने इनबॉक्स की जाँच करें:\",\"Rt502e\":\"सेवा चुनें\",\"/L45sc\":\"उन एल्गोरिदम का चयन करें जो कस्टम फीड्स के साथ अपने अनुभव को शक्ति देते हैं।।\",\"Wk8hkn\":\"अपना पासवर्ड चुनें\",\"Us7A1O\":\"Clear all legacy storage data\",\"X3zEXo\":\"Clear all legacy storage data (restart after this)\",\"zxFM2c\":\"Clear all storage data\",\"r+lhUL\":\"Clear all storage data (restart after this)\",\"QbvBNV\":\"खोज क्वेरी साफ़ करें\",\"flH7u/\":\"चेतावनी को बंद करो\",\"hYmnbk\":\"बंद करो\",\"47L1V1\":\"छवि बंद करें\",\"l49ujN\":\"छवि बंद करें\",\"UryHFO\":\"नेविगेशन पाद बंद करें\",\"KHzDTk\":\"समुदाय दिशानिर्देश\",\"o8UUti\":\"जवाब लिखो\",\"7VpPHA\":\"हो गया\",\"q8upsf\":\"बदलाव की पुष्टि करें\",\"8pNKIr\":\"सामग्री भाषा सेटिंग्स की पुष्टि करें\",\"tGg8Kt\":\"खाते को हटा दें\",\"ioZOzk\":\"OTP कोड\",\"J28zul\":\"कनेक्टिंग ..।\",\"l879p1\":\"सामग्री फ़िल्टरिंग\",\"m8j6up\":\"सामग्री फ़िल्टरिंग\",\"/PlAsF\":\"सामग्री भाषा\",\"cogwXi\":\"सामग्री चेतावनी\",\"FG7AQv\":\"सामग्री चेतावनी\",\"xGVfLh\":\"आगे बढ़ें\",\"6V3Ea3\":\"कॉपी कर ली\",\"he3ygx\":\"कॉपी\",\"7LTXf4\":\"Copy link to list\",\"dWsPi5\":\"Copy link to post\",\"jw+abr\":\"Copy link to profile\",\"iQgJaz\":\"पोस्ट टेक्स्ट कॉपी करें\",\"u40k/o\":\"कॉपीराइट नीति\",\"7wWvgo\":\"फ़ीड लोड नहीं कर सकता\",\"8NNr/O\":\"सूची लोड नहीं कर सकता\",\"mpt9T+\":\"नया खाता बनाएं\",\"IS0nrP\":\"खाता बनाएँ\",\"6HbhpU\":\"नया खाता बनाएं\",\"MXSt4t\":[\"बनाया गया \",[\"0\"]],\"GAD3Dx\":\"कस्टम डोमेन\",\"ZQKLI1\":\"खतरा क्षेत्र\",\"pvnfJD\":\"डार्क मोड\",\"ZDGm40\":\"खाता हटाएं\",\"vzX5FB\":\"खाता हटाएं\",\"gUEtxf\":\"अप्प पासवर्ड हटाएं\",\"84uE/A\":\"सूची हटाएँ\",\"ktknoE\":\"मेरा खाता हटाएं\",\"szz0+N\":\"मेरा खाता हटाएं…\",\"04G5Az\":\"पोस्ट को हटाएं\",\"FbPNuJ\":\"इस पोस्ट को डीलीट करें?\",\"u+1OHY\":\"यह पोस्ट मिटाई जा चुकी है\",\"Nu4oKW\":\"विवरण\",\"dacKHE\":\"देव सर्वर\",\"2ygkE8\":\"डेवलपर उपकरण\",\"bzSI52\":\"Discard\",\"BryYJR\":\"ड्राफ्ट हटाएं\",\"pbLwal\":\"नए फ़ीड की खोज करें\",\"pfa8F0\":\"नाम\",\"0gS7M5\":\"प्रदर्शन का नाम\",\"iZ5pMB\":\"डोमेन सत्यापित!\",\"DPfwMq\":\"खत्म\",\"zT97vP\":[\"खत्म \",[\"extraText\"]],\"4uwlSD\":\"प्रत्येक कोड एक बार काम करता है। आपको समय-समय पर अधिक आमंत्रण कोड प्राप्त होंगे।\",\"XQFMOm\":\"छवि संपादित करें\",\"S7M0uU\":\"सूची विवरण संपादित करें\",\"cLmurE\":\"मेरी फ़ीड संपादित करें\",\"bRZ5XW\":\"मेरी प्रोफ़ाइल संपादित करें\",\"9OpVZg\":\"मेरी प्रोफ़ाइल संपादित करें\",\"QJQd1J\":\"मेरी प्रोफ़ाइल संपादित करें\",\"Jn7kox\":\"एडिट सेव्ड फीड\",\"O3oNi5\":\"ईमेल\",\"ATGYL1\":\"ईमेल\",\"pJJ0Vp\":\"ईमेल अपडेट किया गया\",\"9Qs99X\":\"ईमेल:\",\"96mted\":\"इस सेटिंग को केवल उन लोगों के बीच जवाब देखने में सक्षम करें जिन्हें आप फॉलो करते हैं।।\",\"YbIxza\":\"अपने प्रदाता का पता दर्ज करें:\",\"BfIgP6\":\"आप जिस डोमेन का उपयोग करना चाहते हैं उसे दर्ज करें\",\"cHrOqs\":\"वह ईमेल दर्ज करें जिसका उपयोग आपने अपना खाता बनाने के लिए किया था। हम आपको एक \\\"reset code\\\" भेजेंगे ताकि आप एक नया पासवर्ड सेट कर सकें।\",\"xRPn3U\":\"अपना ईमेल पता दर्ज करें\",\"+inPGm\":\"नीचे अपना नया ईमेल पता दर्ज करें।।\",\"T0KLp4\":\"अपने यूज़रनेम और पासवर्ड दर्ज करें\",\"4BITzH\":\"Error:\",\"0PkE20\":\"ऑल्ट टेक्स्ट\",\"/5K/KL\":\"अनुशंसित फ़ीड लोड करने में विफल\",\"4yCy8i\":\"फ़ीड ऑफ़लाइन है\",\"N0CqyO\":\"फ़ीड प्राथमिकता\",\"YirHq7\":\"प्रतिक्रिया\",\"2DoBvq\":\"सभी फ़ीड\",\"I3iUBQ\":\"सामग्री को व्यवस्थित करने के लिए उपयोगकर्ताओं द्वारा फ़ीड बनाए जाते हैं। कुछ फ़ीड चुनें जो आपको दिलचस्प लगें।\",\"2+6lmO\":\"फ़ीड कस्टम एल्गोरिदम हैं जिन्हें उपयोगकर्ता थोड़ी कोडिंग विशेषज्ञता के साथ बनाते हैं। <0/> अधिक जानकारी के लिए.\",\"Qzj1WT\":\"मिलते-जुलते खाते ढूँढना\",\"QKSrQV\":\"अपने मुख्य फ़ीड की स्क्रीन पर दिखाई देने वाली सामग्री को ठीक करें।।\",\"r+KeyR\":\"चर्चा धागे को ठीक-ट्यून करें।।\",\"MKEPCY\":\"फॉलो\",\"Wezu5M\":\"आरंभ करने के लिए कुछ उपयोगकर्ताओं का अनुसरण करें. आपको कौन दिलचस्प लगता है, इसके आधार पर हम आपको और अधिक उपयोगकर्ताओं की अनुशंसा कर सकते हैं।\",\"YY2BTA\":\"केवल वे यूजर को फ़ॉलो किया गया\",\"x5LEuB\":\"यह यूजर आपका फ़ोलो करता है\",\"NIjL2Y\":\"फोल्लोविंग\",\"y6sq5j\":\"फोल्लोविंग\",\"p3UO/y\":\"यह यूजर आपका फ़ोलो करता है\",\"5RhDkD\":\"सुरक्षा कारणों के लिए, हमें आपके ईमेल पते पर एक OTP कोड भेजने की आवश्यकता होगी।।\",\"NJPhAO\":\"सुरक्षा कारणों के लिए, आप इसे फिर से देखने में सक्षम नहीं होंगे। यदि आप इस पासवर्ड को खो देते हैं, तो आपको एक नया उत्पन्न करना होगा।।\",\"5bDfuq\":\"भूल\",\"hEPLrs\":\"पासवर्ड भूल गए\",\"dn8X5t\":\"पासवर्ड भूल गए\",\"U+kFad\":\"गैलरी\",\"c3b0B0\":\"प्रारंभ करें\",\"CKyk7Q\":\"वापस जाओ\",\"sr0UJD\":\"वापस जाओ\",\"Rtp0y7\":\"अगला\",\"Nf7oXL\":\"हैंडल\",\"c3XJ18\":\"सहायता\",\"uX/4+/\":\"यहां आपका ऐप पासवर्ड है.\",\"vLyv1R\":\"इसे छिपाएं\",\"qdOx2q\":\"उपयोगकर्ता सूची छुपाएँ\",\"up7j9X\":\"Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue.\",\"WTcLyw\":\"Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue.\",\"/8MHCt\":\"Hmm, the feed server appears to be offline. Please let the feed owner know about this issue.\",\"3zJH1g\":\"Hmm, the feed server gave a bad response. Please let the feed owner know about this issue.\",\"yNNyhI\":\"Hmmm, we're having trouble finding this feed. It may have been deleted.\",\"i0qMbr\":\"होम फीड\",\"sXZ8IU\":\"होम फ़ीड प्राथमिकताएं\",\"yt7fhu\":\"होस्टिंग प्रदाता\",\"s2xA6t\":\"होस्टिंग प्रदाता पता\",\"o+axy6\":\"मेरे पास एक OTP कोड है\",\"wey2os\":\"मेरे पास अपना डोमेन है\",\"WlEcKr\":\"यदि किसी को चुना जाता है, तो सभी उम्र के लिए उपयुक्त है।।\",\"VCk0rR\":\"छवि alt पाठ\",\"STGpNQ\":\"छवि विकल्प\",\"6o7+En\":\"आपके नेटवर्क में\",\"dSKHAa\":\"अवैध उपयोगकर्ता नाम या पासवर्ड\",\"MFKlMB\":\"आमंत्रण भेजो\",\"F5MZVk\":\"एक दोस्त को आमंत्रित करें\",\"6KlkHI\":\"आमंत्रण कोड\",\"MYTV5o\":\"Invite code not accepted. Check that you input it correctly and try again.\",\"UY2916\":[\"Invite codes: \",[\"invitesAvailable\"],\" available\"],\"F75w8j\":\"प्रतीक्षा सूची में शामिल हों\",\"6iVTdm\":\"प्रतीक्षा सूची में शामिल हों।।\",\"SNzppu\":\"वेटरलिस्ट में शामिल हों\",\"Dcq5kL\":\"अपनी भाषा चुने\",\"pVhZHk\":\"भाषा सेटिंग्स\",\"GAmD3h\":\"भाषा\",\"NgeSlx\":\"अधिक जानें\",\"rj0Lke\":\"इस चेतावनी के बारे में अधिक जानें\",\"kq2ga7\":\"उन्हें किसी भी भाषा को देखने के लिए अनचेक छोड़ दें।।\",\"QfDITI\":\"लीविंग Bluesky\",\"Esfg1M\":\"चलो अपना पासवर्ड रीसेट करें!\",\"exYcTF\":\"चित्र पुस्तकालय\",\"1njn7W\":\"लाइट मोड\",\"BvSY1i\":\"इस फ़ीड को लाइक करो\",\"8/ALSr\":\"इन यूजर ने लाइक किया है\",\"FuZWua\":\"सूची अवतार\",\"8mjA4F\":\"सूची का नाम\",\"h16FyT\":\"सूची\",\"ujW4FW\":\"अधिक पोस्ट लोड करें\",\"7EHsGr\":\"नई सूचनाएं लोड करें\",\"VkLESX\":\"नई पोस्ट लोड करें\",\"Z3FXyt\":\"Loading...\",\"jl0AFf\":\"स्थानीय देव सर्वर\",\"cR9UpQ\":\"उस खाते में लॉग इन करें जो सूचीबद्ध नहीं है\",\"kkGiug\":\"Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!\",\"2U/gDT\":\"यह सुनिश्चित करने के लिए कि आप कहाँ जाना चाहते हैं!\",\"zucql+\":\"मेनू\",\"DzmsLV\":\"मॉडरेशन\",\"NTIbv4\":\"मॉडरेशन सूचियाँ\",\"FIJUJb\":\"अधिक फ़ीड\",\"3Siwmw\":\"अधिक विकल्प\",\"Y17r45\":\"पोस्ट विकल्प\",\"RA1KUZ\":\"खाता म्यूट करें\",\"du0opt\":\"खातों को म्यूट करें\",\"izOxJM\":\"इन खातों को म्यूट करें?\",\"jq7SjD\":\"थ्रेड म्यूट करें\",\"s22grX\":\"म्यूट किए गए खाते\",\"qUa+lV\":\"म्यूट किए गए खाते\",\"gA0D9A\":\"म्यूट किए गए खातों की पोस्ट आपके फ़ीड और आपकी सूचनाओं से हटा दी जाती हैं। म्यूट पूरी तरह से निजी हैं.\",\"1QJzM7\":\"म्यूट करना निजी है. म्यूट किए गए खाते आपके साथ इंटरैक्ट कर सकते हैं, लेकिन आप उनकी पोस्ट नहीं देखेंगे या उनसे सूचनाएं प्राप्त नहीं करेंगे।\",\"Mysqyf\":\"जन्मदिन\",\"6MBNS/\":\"मेरी फ़ीड\",\"hKtWk2\":\"मेरी प्रोफाइल\",\"Ha6iBv\":\"मेरी फ़ीड\",\"6YtxFj\":\"नाम\",\"8yolS6\":\"अपने फ़ॉलोअर्स और डेटा तक पहुंच कभी न खोएं।\",\"isRobC\":\"नया\",\"2B7HLH\":\"नई पोस्ट\",\"FGrimz\":\"नई पोस्ट\",\"hXzOVo\":\"अगला\",\"EatZYJ\":\"अगली फोटो\",\"1UzENP\":\"नहीं\",\"flmDTf\":\"कोई विवरण नहीं\",\"zfN9gJ\":\"No result\",\"fOlAiK\":[\"\\\"\",[\"query\"],\"\\\" के लिए कोई परिणाम नहीं मिला\"],\"kA9DpB\":[[\"0\"],\" के लिए कोई परिणाम नहीं मिला\"],\"SVF205\":[\"No results found for \",[\"query\"]],\"ispbnl\":\"लागू नहीं\",\"iyUCYw\":\"लागू नहीं।\",\"iDNBZe\":\"सूचनाएं\",\"5GGAqz\":\"अरे नहीं!\",\"UaXeX3\":\"ठीक है\",\"Cqo2D+\":\"एक या अधिक छवियाँ alt पाठ याद आती हैं।।\",\"M/Q2aG\":\"ओपन नेविगेशन\",\"M5PuNq\":\"भाषा सेटिंग्स खोलें\",\"S67TOE\":\"Opens list of invite codes\",\"eSqpax\":\"कस्टम डोमेन का उपयोग करने के लिए मोडल खोलें\",\"vYwHHI\":\"मॉडरेशन सेटिंग्स खोलें\",\"0tHyB7\":\"सभी बचाया फ़ीड के साथ स्क्रीन खोलें\",\"nmRoY/\":\"ऐप पासवर्ड सेटिंग पेज खोलें\",\"6e9Apv\":\"होम फीड वरीयताओं को खोलता है\",\"O87Dr/\":\"स्टोरीबुक पेज खोलें\",\"G+PVmg\":\"सिस्टम लॉग पेज खोलें\",\"Jqb7sy\":\"धागे वरीयताओं को खोलता है\",\"b22AVl\":\"अन्य खाता\",\"n+HLOP\":\"अन्य सेवा\",\"1PKxQ7\":\"अन्य..।\",\"8F1i42\":\"पृष्ठ नहीं मिला\",\"8ZsakT\":\"पासवर्ड\",\"ogtYkT\":\"Password updated\",\"DKeVgZ\":\"पासवर्ड अद्यतन!\",\"VeZE5Q\":\"चित्र वयस्कों के लिए थे।।\",\"zgoxy5\":\"पिन किया गया फ़ीड\",\"Aw5fOC\":\"Please choose your handle.\",\"5vI4sE\":\"Please choose your password.\",\"Apyknf\":\"इसे बदलने से पहले कृपया अपने ईमेल की पुष्टि करें। यह एक अस्थायी आवश्यकता है जबकि ईमेल-अपडेटिंग टूल जोड़ा जाता है, और इसे जल्द ही हटा दिया जाएगा।।\",\"9qpQ5O\":\"कृपया इस ऐप पासवर्ड के लिए एक अद्वितीय नाम दर्ज करें या हमारे यादृच्छिक रूप से उत्पन्न एक का उपयोग करें।।\",\"hV+cYN\":\"Please enter your email.\",\"QJr5Xp\":\"कृपया अपना पासवर्ड भी दर्ज करें:\",\"y28hnO\":\"पोस्ट\",\"h5RcXU\":\"छुपा पोस्ट\",\"r5zLS0\":\"पोस्ट भाषा\",\"AzCucI\":\"पोस्ट भाषा\",\"tJFPmV\":\"पोस्ट नहीं मिला\",\"0+DQbr\":\"शायद एक भ्रामक लिंक\",\"MHk+7g\":\"पिछली छवि\",\"HeBcM5\":\"प्राथमिक भाषा\",\"x8iR7V\":\"अपने फ़ॉलोअर्स को प्राथमिकता दें\",\"rjGI/Q\":\"गोपनीयता\",\"LcET2C\":\"गोपनीयता नीति\",\"k1ifdL\":\"प्रसंस्करण...\",\"vERlcd\":\"प्रोफ़ाइल\",\"MrgqOW\":\"अपने ईमेल को सत्यापित करके अपने खाते को सुरक्षित रखें।।\",\"p1UmBX\":\"सार्वजनिक, साझा करने योग्य सूचियाँ जो फ़ीड चला सकती हैं।\",\"8HFFRQ\":\"कोटे पोस्ट\",\"+KrAHa\":\"कोटे पोस्ट\",\"WlWsdE\":\"अनुपात\",\"WEYdDv\":\"अनुशंसित\",\"QNzcT3\":\"अनुशंसित फ़ीड\",\"41UoJb\":\"अनुशंसित लोग\",\"t/YqKh\":\"निकालें\",\"p/cRzf\":[\"मेरे फ़ीड से \",[\"0\"],\" हटाएं?\"],\"1O32oy\":\"खाता हटाएं\",\"W44VX5\":\"फ़ीड हटाएँ\",\"Yy3FzB\":\"मेरे फ़ीड से हटाएँ\",\"5ywtDz\":\"छवि निकालें\",\"Dw/XUh\":\"छवि पूर्वावलोकन निकालें\",\"TbDEfs\":\"इस फ़ीड को सहेजे गए फ़ीड से हटा दें?\",\"Obm5+c\":\"Removed from list\",\"Veu9gK\":\"फिल्टर\",\"lQWbAr\":[\"रिपोर्ट \",[\"collectionName\"]],\"bDHSjj\":\"रिपोर्ट\",\"NKmI9f\":\"रिपोर्ट फ़ीड\",\"6iwm2r\":\"रिपोर्ट सूची\",\"6IcSvC\":\"रिपोर्ट पोस्ट\",\"mkude1\":\"पुन: पोस्ट\",\"JOV5dR\":\"पोस्ट दोबारा पोस्ट करें या उद्धृत करे\",\"0zb9FX\":\"द्वारा दोबारा पोस्ट किया गया\",\"bqG37Z\":\"अनुरोध बदलें\",\"2d9VrZ\":\"पोस्ट करने से पहले वैकल्पिक टेक्स्ट की आवश्यकता है\",\"8XIT+P\":\"इस प्रदाता के लिए आवश्यक\",\"vJgYMA\":\"कोड रीसेट करें\",\"xEL92I\":\"ऑनबोर्डिंग स्टेट को रीसेट करें\",\"RfwZxd\":\"पासवर्ड रीसेट\",\"bee/Fw\":\"प्राथमिकताओं को रीसेट करें\",\"wToeoz\":\"ऑनबोर्डिंग स्टेट को रीसेट करें\",\"nIU7qI\":\"प्राथमिकताओं की स्थिति को रीसेट करें\",\"6gRgw8\":\"फिर से कोशिश करो\",\"hAbYQa\":\"हैंडल बदलना फिर से कोशिश करो\",\"tfDRzk\":\"सेव करो\",\"KV2YQQ\":\"सेव ऑल्ट टेक्स्ट\",\"y3aU20\":\"बदलाव सेव करो\",\"IUwGEM\":\"बदलाव सेव करो\",\"Xs07Tg\":\"बदलाव सेव करो\",\"BckA7m\":\"फोटो बदलाव सेव करो\",\"+K+JDj\":\"सहेजे गए फ़ीड\",\"A1taO8\":\"खोज\",\"BF8cu3\":\"Search for posts and users.\",\"CKROFy\":\"सुरक्षा चरण आवश्यक\",\"cNzyJW\":\"आगे क्या है\",\"L5sM7N\":\"Bluesky Social का चयन करें\",\"o3dwub\":\"मौजूदा खाते से चुनें\",\"GGw2AK\":\"सेवा चुनें\",\"vECNLO\":\"चुनें कि आप अपनी सदस्यता वाली फ़ीड में कौन सी भाषाएँ शामिल करना चाहते हैं। यदि कोई भी चयनित नहीं है, तो सभी भाषाएँ दिखाई जाएंगी।\",\"m5aabx\":\"ऐप में प्रदर्शित होने वाले डिफ़ॉल्ट टेक्स्ट के लिए अपनी ऐप भाषा चुनें\",\"TiiOza\":\"अपने फ़ीड में अनुवाद के लिए अपनी पसंदीदा भाषा चुनें।\",\"vp9yIB\":\"पुष्टिकरण ईमेल भेजें\",\"65dxv8\":\"ईमेल भेजें\",\"i/TzEU\":\"ईमेल भेजें\",\"RoafuO\":\"प्रतिक्रिया भेजें\",\"4cijjm\":\"रिपोर्ट भेजें\",\"V/e7nf\":\"नया पासवर्ड सेट करें\",\"gwsie4\":\"अपने फ़ीड से सभी उद्धरण पदों को छिपाने के लिए इस सेटिंग को \\\"नहीं\\\" में सेट करें। Reposts अभी भी दिखाई देगा।।\",\"IZjC3J\":\"इस सेटिंग को अपने फ़ीड से सभी उत्तरों को छिपाने के लिए \\\"नहीं\\\" पर सेट करें।।\",\"KIgU3l\":\"इस सेटिंग को अपने फ़ीड से सभी पोस्ट छिपाने के लिए \\\"नहीं\\\" करने के लिए सेट करें।।\",\"zaAyrz\":\"इस सेटिंग को \\\"हाँ\\\" में सेट करने के लिए एक थ्रेडेड व्यू में जवाब दिखाने के लिए। यह एक प्रयोगात्मक विशेषता है।।\",\"fQV2eE\":\"इस सेटिंग को अपने निम्नलिखित फ़ीड में अपने सहेजे गए फ़ीड के नमूने दिखाने के लिए \\\"हाँ\\\" पर सेट करें। यह एक प्रयोगात्मक विशेषता है।।\",\"Tz0i8g\":\"सेटिंग्स\",\"HfWHhJ\":\"यौन गतिविधि या कामुक नग्नता।।\",\"Z8lGw6\":\"शेयर\",\"P33tEA\":\"Share feed\",\"uIZ2tg\":\"लिंक शेयर करें\",\"8vETh9\":\"दिखाओ\",\"aWAdCb\":\"दिखाओ\",\"NijgXr\":\"मेरी फीड से पोस्ट दिखाएं\",\"T3Mt8m\":\"उद्धरण पोस्ट दिखाओ\",\"BlW8X/\":\"उत्तर दिखाएँ\",\"X4GwDb\":\"अन्य सभी उत्तरों से पहले उन लोगों के उत्तर दिखाएं जिन्हें आप फ़ॉलो करते हैं।\",\"GiogzH\":\"रीपोस्ट दिखाएँ\",\"fhY/fL\":\"लोग दिखाएँ\",\"5lWFkC\":\"साइन इन करें\",\"n1ekoW\":\"साइन इन करें\",\"N9o7n5\":[[\"0\"],\" के रूप में साइन इन करें\"],\"FT1MVS\":\"... के रूप में साइन इन करें\",\"+UpfFC\":\"साइन इन करें\",\"fcWrnU\":\"साइन आउट\",\"e+RpCP\":\"Sign up\",\"MiE4Vp\":\"Sign up or sign in to join the conversation\",\"zU+Ro7\":\"आपने इस रूप में साइन इन करा है:\",\"6Uau97\":\"स्किप\",\"0o5BFH\":\"उत्तर क्रमबद्ध करें\",\"GH1Rgk\":\"उसी पोस्ट के उत्तरों को इस प्रकार क्रमबद्ध करें:\",\"1DA6ap\":\"स्क्वायर\",\"aKEHLj\":\"स्टेजिंग\",\"tgEXwM\":\"स्थिति पृष्ठ\",\"P5jja7\":\"Storybook\",\"EDl9kS\":\"सब्सक्राइब\",\"5z3ICN\":\"इस सूची को सब्सक्राइब करें\",\"TVFyMD\":\"अनुशंसित लोग\",\"XYLcNv\":\"सहायता\",\"VjWeLI\":\"खाते बदलें\",\"D+NlUC\":\"प्रणाली\",\"fP8jTZ\":\"सिस्टम लॉग\",\"HF6Iah\":\"लंबा\",\"4Y5H+g\":\"शर्तें\",\"xowcRf\":\"सेवा की शर्तें\",\"p8Iz39\":\"पाठ इनपुट फ़ील्ड\",\"GlPXQJ\":\"अनब्लॉक करने के बाद अकाउंट आपसे इंटरैक्ट कर सकेगा।\",\"o4M2MP\":\"सामुदायिक दिशानिर्देशों को <0/> पर स्थानांतरित कर दिया गया है\",\"U42lKc\":\"कॉपीराइट नीति को <0/> पर स्थानांतरित कर दिया गया है\",\"G4EksE\":\"हो सकता है कि यह पोस्ट हटा दी गई हो।\",\"WNR9db\":\"गोपनीयता नीति को <0/> पर स्थानांतरित किया गया है\",\"LbEbIk\":[\"समर्थन प्रपत्र स्थानांतरित कर दिया गया है. यदि आपको सहायता की आवश्यकता है, तो कृपया<0/> या हमसे संपर्क करने के लिए \",[\"HELP_DESK_URL\"],\" पर जाएं।\"],\"FGbRSr\":\"सेवा की शर्तों को स्थानांतरित कर दिया गया है\",\"yUqcy2\":\"एप्लिकेशन में एक अप्रत्याशित समस्या थी. कृपया हमें बताएं कि क्या आपके साथ ऐसा हुआ है!\",\"KRYn8w\":[\"यह \",[\"screenDescription\"],\" फ्लैग किया गया है:\"],\"lm845B\":\"यह जानकारी अन्य उपयोगकर्ताओं के साथ साझा नहीं की जाती है।।\",\"5Pvw/O\":\"अगर आपको कभी अपना ईमेल बदलने या पासवर्ड रीसेट करने की आवश्यकता है तो यह महत्वपूर्ण है।।\",\"sQQfZ9\":\"यह वह सेवा है जो आपको ऑनलाइन रखता है।।\",\"CvX8qs\":\"यह लिंक आपको निम्नलिखित वेबसाइट पर ले जा रहा है:\",\"WKrUVy\":\"इस पोस्ट को हटा दिया गया है।।\",\"qpCA5s\":\"यह चेतावनी केवल मीडिया संलग्न पोस्ट के लिए उपलब्ध है।\",\"u9ThjD\":\"थ्रेड प्राथमिकता\",\"zmXsk5\":\"थ्रेड मोड\",\"1x30Qt\":\"ड्रॉपडाउन टॉगल करें\",\"KFXQEt\":\"परिवर्तन\",\"pi8x/S\":\"अनुवाद\",\"KDw4GX\":\"फिर से कोशिश करो\",\"nc4Wfd\":\"आपकी सेवा से संपर्क करने में असमर्थ। कृपया अपने इंटरनेट कनेक्शन की जांच करें।।\",\"tuS5Jz\":\"अनब्लॉक\",\"0VrZZv\":\"अनब्लॉक खाता\",\"6pYY4t\":\"पुनः पोस्ट पूर्ववत करें\",\"05f3UA\":\"Unfortunately, you do not meet the requirements to create an account.\",\"wx9wqY\":\"अनम्यूट खाता\",\"s12/Py\":\"थ्रेड को अनम्यूट करें\",\"vaz2uI\":[\"सूची में \",[\"displayName\"],\" अद्यतन करें\"],\"YXMY4w\":\"उपलब्ध अद्यतन\",\"RXbEvi\":\"अद्यतन..।\",\"Vwkfp4\":\"एक पाठ फ़ाइल अपलोड करने के लिए:\",\"jTdnU6\":\"अपने खाते या पासवर्ड को पूर्ण एक्सेस देने के बिना अन्य ब्लूस्की ग्राहकों को लॉगिन करने के लिए ऐप पासवर्ड का उपयोग करें।।\",\"CH1am9\":\"डिफ़ॉल्ट प्रदाता का उपयोग करें\",\"ZG8UvP\":\"अपने हैंडल के साथ दूसरे ऐप में साइन इन करने के लिए इसका उपयोग करें।\",\"cKXwwI\":\"के द्वारा उपयोग:\",\"t4Yp4Z\":\"यूजर हैंडल\",\"8tsrUV\":\"लोग सूचियाँ\",\"nZx9mr\":\"यूजर नाम या ईमेल पता\",\"Sxm8rQ\":\"यूजर लोग\",\"MBOY4U\":\"ईमेल सत्यापित करें\",\"Ejyv0o\":\"मेरी ईमेल सत्यापित करें\",\"9czCrB\":\"मेरी ईमेल सत्यापित करें\",\"ibSVGR\":\"नया ईमेल सत्यापित करें\",\"nHsQde\":\"डीबग प्रविष्टि देखें\",\"47jzzd\":\"अवतार देखें\",\"wK4H1r\":\"साइट पर जाएं\",\"qjBGxf\":\"हम आपके हमारी सेवा में शामिल होने को लेकर बहुत उत्साहित हैं!\",\"1xpRAp\":\"We're sorry, but this content is not viewable without a Bluesky account.\",\"WBQOQ0\":\"We're sorry, but your search could not be completed. Please try again in a few minutes.\",\"/mVVX2\":\"हम क्षमा चाहते हैं! हमें वह पेज नहीं मिल रहा जिसे आप ढूंढ रहे थे।\",\"meB+tZ\":\"<0>Bluesky में आपका स्वागत है\",\"Mj7rl/\":[\"इस \",[\"collectionName\"],\" के साथ क्या मुद्दा है?\"],\"3qn29J\":\"इस पोस्ट में किस भाषा का उपयोग किया जाता है?\",\"uawiGa\":\"कौन से भाषाएं आपको अपने एल्गोरिदमिक फ़ीड में देखना पसंद करती हैं?\",\"I5S9ZE\":\"चौड़ा\",\"y02THm\":\"पोस्ट लिखो\",\"6ckZRB\":\"अपना जवाब दें\",\"l75CjT\":\"हाँ\",\"STPj0e\":\"आप किसी भी समय होस्टिंग प्रदाताओं को बदल सकते हैं।।\",\"67nRLM\":\"अब आप अपने नए पासवर्ड के साथ साइन इन कर सकते हैं।।\",\"lIcbCU\":\"आपके पास अभी तक कोई आमंत्रण कोड नहीं है! जब आप कुछ अधिक समय के लिए Bluesky पर रहेंगे तो हम आपको कुछ भेजेंगे।\",\"aFZZYi\":\"आपके पास कोई पिन किया हुआ फ़ीड नहीं है.\",\"kX/cKs\":\"You don't have any saved feeds!\",\"nbz3Iq\":\"आपके पास कोई सहेजी गई फ़ीड नहीं है.\",\"RkXibf\":\"आपने लेखक को अवरुद्ध किया है या आपने लेखक द्वारा अवरुद्ध किया है।।\",\"CbrOgr\":\"You have no feeds.\",\"tCLJ9E\":\"आपके पास कोई सूची नहीं है।।\",\"soH9qC\":\"आपने अभी तक कोई भी अकाउंट ब्लॉक नहीं किया है. किसी खाते को ब्लॉक करने के लिए, उनकी प्रोफ़ाइल पर जाएं और उनके खाते के मेनू से \\\"खाता ब्लॉक करें\\\" चुनें।\",\"NDgp3i\":\"आपने अभी तक कोई ऐप पासवर्ड नहीं बनाया है। आप नीचे बटन दबाकर एक बना सकते हैं।।\",\"grqdXb\":\"आपने अभी तक कोई खाता म्यूट नहीं किया है. किसी खाते को म्यूट करने के लिए, उनकी प्रोफ़ाइल पर जाएं और उनके खाते के मेनू से \\\"खाता म्यूट करें\\\" चुनें।\",\"RrDyEb\":\"आपको \\\"reset code\\\" के साथ एक ईमेल प्राप्त होगा। उस कोड को यहाँ दर्ज करें, फिर अपना नया पासवर्ड दर्ज करें।।\",\"gdRnT7\":\"आपका खाता\",\"k7hmsH\":\"जन्म तिथि\",\"tBpzKB\":\"Your email appears to be invalid.\",\"OubkcP\":\"आपका ईमेल बचाया गया है! हम जल्द ही संपर्क में रहेंगे।।\",\"z2L+/9\":\"आपका ईमेल अद्यतन किया गया है लेकिन सत्यापित नहीं किया गया है। अगले चरण के रूप में, कृपया अपना नया ईमेल सत्यापित करें।।\",\"XZlIVw\":\"आपका ईमेल अभी तक सत्यापित नहीं हुआ है। यह एक महत्वपूर्ण सुरक्षा कदम है जिसे हम अनुशंसा करते हैं।।\",\"qv9f4I\":\"आपका पूरा हैंडल होगा\",\"lvcqqG\":\"आपका होस्टिंग प्रदाता\",\"fbFyAZ\":\"Your invite codes are hidden when logged in using an App Password\",\"Oqt/PG\":\"आपकी पोस्ट, पसंद और ब्लॉक सार्वजनिक हैं। म्यूट निजी हैं।।\",\"okRPtW\":\"आपकी प्रोफ़ाइल\",\"MvWO9d\":\"आपका यूजर हैंडल\"}")}; \ No newline at end of file diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index 5477b179..e442483d 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -37,13 +37,13 @@ msgstr "{0} {purposeLabel} सूची" msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" msgstr "" -#: src/view/screens/Settings.tsx:408 -#: src/view/shell/Drawer.tsx:522 +#: src/view/screens/Settings.tsx:407 +#: src/view/shell/Drawer.tsx:521 msgid "{invitesAvailable} invite code available" msgstr "" -#: src/view/screens/Settings.tsx:410 -#: src/view/shell/Drawer.tsx:524 +#: src/view/screens/Settings.tsx:409 +#: src/view/shell/Drawer.tsx:523 msgid "{invitesAvailable} invite codes available" msgstr "" @@ -68,12 +68,12 @@ msgid "A new version of the app is available. Please update to continue using th msgstr "ऐप का एक नया संस्करण उपलब्ध है. कृपया ऐप का उपयोग जारी रखने के लिए अपडेट करें।" #: src/view/com/modals/EditImage.tsx:299 -#: src/view/screens/Settings.tsx:418 +#: src/view/screens/Settings.tsx:417 msgid "Accessibility" msgstr "प्रवेर्शयोग्यता" #: src/view/com/auth/login/LoginForm.tsx:161 -#: src/view/screens/Settings.tsx:287 +#: src/view/screens/Settings.tsx:286 msgid "Account" msgstr "अकाउंट" @@ -83,7 +83,7 @@ msgstr "अकाउंट के विकल्प" #: src/view/com/modals/ListAddRemoveUsers.tsx:264 #: src/view/com/modals/UserAddRemoveLists.tsx:187 -#: src/view/screens/ProfileList.tsx:676 +#: src/view/screens/ProfileList.tsx:675 msgid "Add" msgstr "ऐड करो" @@ -91,12 +91,12 @@ msgstr "ऐड करो" msgid "Add a content warning" msgstr "सामग्री चेतावनी जोड़ें" -#: src/view/screens/ProfileList.tsx:666 +#: src/view/screens/ProfileList.tsx:665 msgid "Add a user to this list" msgstr "इस सूची में किसी को जोड़ें" -#: src/view/screens/Settings.tsx:356 -#: src/view/screens/Settings.tsx:365 +#: src/view/screens/Settings.tsx:355 +#: src/view/screens/Settings.tsx:364 msgid "Add account" msgstr "अकाउंट जोड़ें" @@ -130,7 +130,7 @@ msgstr "अपने डोमेन में निम्नलिखित DN msgid "Add to Lists" msgstr "सूचियों में जोड़ें" -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Add to my feeds" msgstr "इस फ़ीड को सहेजें" @@ -147,7 +147,7 @@ msgstr "पसंद की संख्या को समायोजित msgid "Adult Content" msgstr "वयस्क सामग्री" -#: src/view/screens/Settings.tsx:570 +#: src/view/screens/Settings.tsx:569 msgid "Advanced" msgstr "विकसित" @@ -179,7 +179,7 @@ msgstr "और" msgid "App Language" msgstr "ऐप भाषा" -#: src/view/screens/Settings.tsx:590 +#: src/view/screens/Settings.tsx:589 msgid "App passwords" msgstr "ऐप पासवर्ड" @@ -187,7 +187,7 @@ msgstr "ऐप पासवर्ड" msgid "App Passwords" msgstr "ऐप पासवर्ड" -#: src/view/screens/Settings.tsx:433 +#: src/view/screens/Settings.tsx:432 msgid "Appearance" msgstr "दिखावट" @@ -199,7 +199,7 @@ msgstr "क्या आप वाकई ऐप पासवर्ड \"{name}\" msgid "Are you sure you'd like to discard this draft?" msgstr "क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?" -#: src/view/screens/ProfileList.tsx:346 +#: src/view/screens/ProfileList.tsx:345 msgid "Are you sure?" msgstr "क्या आप वास्तव में इसे करना चाहते हैं?" @@ -224,7 +224,7 @@ msgstr "कलात्मक या गैर-कामुक नग्नत msgid "Back" msgstr "वापस" -#: src/view/screens/Settings.tsx:462 +#: src/view/screens/Settings.tsx:461 msgid "Basics" msgstr "मूल बातें" @@ -233,7 +233,7 @@ msgstr "मूल बातें" msgid "Birthday" msgstr "जन्मदिन" -#: src/view/screens/Settings.tsx:313 +#: src/view/screens/Settings.tsx:312 msgid "Birthday:" msgstr "जन्मदिन:" @@ -242,11 +242,11 @@ msgstr "जन्मदिन:" msgid "Block Account" msgstr "खाता ब्लॉक करें" -#: src/view/screens/ProfileList.tsx:447 +#: src/view/screens/ProfileList.tsx:446 msgid "Block accounts" msgstr "खाता ब्लॉक करें" -#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:302 msgid "Block these accounts?" msgstr "खाता ब्लॉक करें?" @@ -270,7 +270,7 @@ msgstr "अवरुद्ध खाते आपके थ्रेड्स msgid "Blocked post." msgstr "ब्लॉक पोस्ट।" -#: src/view/screens/ProfileList.tsx:305 +#: src/view/screens/ProfileList.tsx:304 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "अवरोधन सार्वजनिक है. अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपके साथ बातचीत नहीं कर सकते।" @@ -298,7 +298,7 @@ msgstr "ब्लूस्की एक स्वस्थ समुदाय msgid "Bluesky.Social" msgstr "Bluesky.Social" -#: src/view/screens/Settings.tsx:719 +#: src/view/screens/Settings.tsx:718 msgid "Build version {0} {1}" msgstr "Build version {0} {1}" @@ -366,12 +366,12 @@ msgstr "खोज मत करो" msgid "Cancel waitlist signup" msgstr "प्रतीक्षा सूची पंजीकरण मत करो" -#: src/view/screens/Settings.tsx:307 +#: src/view/screens/Settings.tsx:306 msgid "Change" msgstr "परिवर्तन" -#: src/view/screens/Settings.tsx:602 -#: src/view/screens/Settings.tsx:611 +#: src/view/screens/Settings.tsx:601 +#: src/view/screens/Settings.tsx:610 msgid "Change handle" msgstr "हैंडल बदलें" @@ -411,19 +411,19 @@ msgstr "उन एल्गोरिदम का चयन करें जो msgid "Choose your password" msgstr "अपना पासवर्ड चुनें" -#: src/view/screens/Settings.tsx:695 +#: src/view/screens/Settings.tsx:694 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings.tsx:697 +#: src/view/screens/Settings.tsx:696 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings.tsx:707 +#: src/view/screens/Settings.tsx:706 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings.tsx:709 +#: src/view/screens/Settings.tsx:708 msgid "Clear all storage data (restart after this)" msgstr "" @@ -527,7 +527,7 @@ msgstr "कॉपी कर ली" msgid "Copy" msgstr "कॉपी" -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Copy link to list" msgstr "" @@ -547,11 +547,11 @@ msgstr "पोस्ट टेक्स्ट कॉपी करें" msgid "Copyright Policy" msgstr "कॉपीराइट नीति" -#: src/view/screens/ProfileFeed.tsx:101 +#: src/view/screens/ProfileFeed.tsx:102 msgid "Could not load feed" msgstr "फ़ीड लोड नहीं कर सकता" -#: src/view/screens/ProfileList.tsx:753 +#: src/view/screens/ProfileList.tsx:752 msgid "Could not load list" msgstr "सूची लोड नहीं कर सकता" @@ -576,7 +576,7 @@ msgstr "बनाया गया {0}" msgid "Custom domain" msgstr "कस्टम डोमेन" -#: src/view/screens/Settings.tsx:616 +#: src/view/screens/Settings.tsx:615 msgid "Danger Zone" msgstr "खतरा क्षेत्र" @@ -584,7 +584,7 @@ msgstr "खतरा क्षेत्र" #~ msgid "Dark" #~ msgstr "डार्क मोड" -#: src/view/screens/Settings.tsx:623 +#: src/view/screens/Settings.tsx:622 msgid "Delete account" msgstr "खाता हटाएं" @@ -597,8 +597,8 @@ msgstr "खाता हटाएं" msgid "Delete app password" msgstr "अप्प पासवर्ड हटाएं" -#: src/view/screens/ProfileList.tsx:345 -#: src/view/screens/ProfileList.tsx:403 +#: src/view/screens/ProfileList.tsx:344 +#: src/view/screens/ProfileList.tsx:402 msgid "Delete List" msgstr "सूची हटाएँ" @@ -606,7 +606,7 @@ msgstr "सूची हटाएँ" msgid "Delete my account" msgstr "मेरा खाता हटाएं" -#: src/view/screens/Settings.tsx:633 +#: src/view/screens/Settings.tsx:632 msgid "Delete my account…" msgstr "मेरा खाता हटाएं…" @@ -633,7 +633,7 @@ msgstr "विवरण" msgid "Dev Server" msgstr "देव सर्वर" -#: src/view/screens/Settings.tsx:638 +#: src/view/screens/Settings.tsx:637 msgid "Developer Tools" msgstr "डेवलपर उपकरण" @@ -687,7 +687,7 @@ msgstr "प्रत्येक कोड एक बार काम करत msgid "Edit image" msgstr "छवि संपादित करें" -#: src/view/screens/ProfileList.tsx:391 +#: src/view/screens/ProfileList.tsx:390 msgid "Edit list details" msgstr "सूची विवरण संपादित करें" @@ -727,7 +727,7 @@ msgstr "ईमेल" msgid "Email Updated" msgstr "ईमेल अपडेट किया गया" -#: src/view/screens/Settings.tsx:291 +#: src/view/screens/Settings.tsx:290 msgid "Email:" msgstr "ईमेल:" @@ -776,20 +776,20 @@ msgstr "अनुशंसित फ़ीड लोड करने में msgid "Feed offline" msgstr "फ़ीड ऑफ़लाइन है" -#: src/view/com/feeds/FeedPage.tsx:131 +#: src/view/com/feeds/FeedPage.tsx:132 msgid "Feed Preferences" msgstr "फ़ीड प्राथमिकता" #: src/view/shell/desktop/RightNav.tsx:64 -#: src/view/shell/Drawer.tsx:411 +#: src/view/shell/Drawer.tsx:410 msgid "Feedback" msgstr "प्रतिक्रिया" #: src/view/screens/Feeds.tsx:475 -#: src/view/shell/bottom-bar/BottomBar.tsx:169 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/view/shell/bottom-bar/BottomBar.tsx:168 +#: src/view/shell/desktop/LeftNav.tsx:341 +#: src/view/shell/Drawer.tsx:327 #: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:329 msgid "Feeds" msgstr "सभी फ़ीड" @@ -874,14 +874,14 @@ msgstr "प्रारंभ करें" #: src/view/com/auth/LoggedOut.tsx:53 #: src/view/com/auth/LoggedOut.tsx:54 #: src/view/com/util/moderation/ScreenHider.tsx:105 -#: src/view/shell/desktop/LeftNav.tsx:105 +#: src/view/shell/desktop/LeftNav.tsx:106 msgid "Go back" msgstr "वापस जाओ" -#: src/view/screens/ProfileFeed.tsx:110 -#: src/view/screens/ProfileFeed.tsx:115 -#: src/view/screens/ProfileList.tsx:762 -#: src/view/screens/ProfileList.tsx:767 +#: src/view/screens/ProfileFeed.tsx:111 +#: src/view/screens/ProfileFeed.tsx:116 +#: src/view/screens/ProfileList.tsx:761 +#: src/view/screens/ProfileList.tsx:766 msgid "Go Back" msgstr "वापस जाओ" @@ -896,7 +896,7 @@ msgid "Handle" msgstr "हैंडल" #: src/view/shell/desktop/RightNav.tsx:93 -#: src/view/shell/Drawer.tsx:421 +#: src/view/shell/Drawer.tsx:420 msgid "Help" msgstr "सहायता" @@ -932,16 +932,16 @@ msgstr "" msgid "Hmmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:125 -#: src/view/shell/desktop/LeftNav.tsx:306 +#: src/view/shell/bottom-bar/BottomBar.tsx:124 +#: src/view/shell/desktop/LeftNav.tsx:305 +#: src/view/shell/Drawer.tsx:274 #: src/view/shell/Drawer.tsx:275 -#: src/view/shell/Drawer.tsx:276 msgid "Home" msgstr "होम फीड" #: src/view/com/pager/FeedsTabBarMobile.tsx:99 #: src/view/screens/PreferencesHomeFeed.tsx:95 -#: src/view/screens/Settings.tsx:482 +#: src/view/screens/Settings.tsx:481 msgid "Home Feed Preferences" msgstr "होम फ़ीड प्राथमिकताएं" @@ -984,12 +984,12 @@ msgstr "छवि विकल्प" msgid "Invalid username or password" msgstr "अवैध उपयोगकर्ता नाम या पासवर्ड" -#: src/view/screens/Settings.tsx:384 +#: src/view/screens/Settings.tsx:383 msgid "Invite" msgstr "आमंत्रण भेजो" #: src/view/com/modals/InviteCodes.tsx:91 -#: src/view/screens/Settings.tsx:372 +#: src/view/screens/Settings.tsx:371 msgid "Invite a Friend" msgstr "एक दोस्त को आमंत्रित करें" @@ -1001,7 +1001,7 @@ msgstr "आमंत्रण कोड" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/view/shell/Drawer.tsx:503 +#: src/view/shell/Drawer.tsx:502 msgid "Invite codes: {invitesAvailable} available" msgstr "" @@ -1026,7 +1026,7 @@ msgstr "अपनी भाषा चुने" msgid "Language Settings" msgstr "भाषा सेटिंग्स" -#: src/view/screens/Settings.tsx:542 +#: src/view/screens/Settings.tsx:541 msgid "Languages" msgstr "भाषा" @@ -1066,7 +1066,7 @@ msgstr "चित्र पुस्तकालय" #~ msgid "Light" #~ msgstr "लाइट मोड" -#: src/view/screens/ProfileFeed.tsx:626 +#: src/view/screens/ProfileFeed.tsx:627 msgid "Like this feed" msgstr "इस फ़ीड को लाइक करो" @@ -1083,9 +1083,9 @@ msgstr "सूची अवतार" msgid "List Name" msgstr "सूची का नाम" -#: src/view/shell/desktop/LeftNav.tsx:382 +#: src/view/shell/desktop/LeftNav.tsx:381 +#: src/view/shell/Drawer.tsx:338 #: src/view/shell/Drawer.tsx:339 -#: src/view/shell/Drawer.tsx:340 msgid "Lists" msgstr "सूची" @@ -1094,11 +1094,11 @@ msgstr "सूची" msgid "Load more posts" msgstr "अधिक पोस्ट लोड करें" -#: src/view/screens/Notifications.tsx:130 +#: src/view/screens/Notifications.tsx:129 msgid "Load new notifications" msgstr "नई सूचनाएं लोड करें" -#: src/view/com/feeds/FeedPage.tsx:176 +#: src/view/com/feeds/FeedPage.tsx:177 msgid "Load new posts" msgstr "नई पोस्ट लोड करें" @@ -1114,7 +1114,7 @@ msgstr "स्थानीय देव सर्वर" msgid "Login to account that is not listed" msgstr "उस खाते में लॉग इन करें जो सूचीबद्ध नहीं है" -#: src/view/screens/ProfileFeed.tsx:478 +#: src/view/screens/ProfileFeed.tsx:479 msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" msgstr "" @@ -1127,10 +1127,10 @@ msgid "Menu" msgstr "मेनू" #: src/view/screens/Moderation.tsx:51 -#: src/view/screens/Settings.tsx:564 -#: src/view/shell/desktop/LeftNav.tsx:400 +#: src/view/screens/Settings.tsx:563 +#: src/view/shell/desktop/LeftNav.tsx:399 +#: src/view/shell/Drawer.tsx:345 #: src/view/shell/Drawer.tsx:346 -#: src/view/shell/Drawer.tsx:347 msgid "Moderation" msgstr "मॉडरेशन" @@ -1143,8 +1143,8 @@ msgid "More feeds" msgstr "अधिक फ़ीड" #: src/view/com/profile/ProfileHeader.tsx:520 -#: src/view/screens/ProfileFeed.tsx:368 -#: src/view/screens/ProfileList.tsx:507 +#: src/view/screens/ProfileFeed.tsx:369 +#: src/view/screens/ProfileList.tsx:506 msgid "More options" msgstr "अधिक विकल्प" @@ -1156,11 +1156,11 @@ msgstr "अधिक विकल्प" msgid "Mute Account" msgstr "खाता म्यूट करें" -#: src/view/screens/ProfileList.tsx:435 +#: src/view/screens/ProfileList.tsx:434 msgid "Mute accounts" msgstr "खातों को म्यूट करें" -#: src/view/screens/ProfileList.tsx:268 +#: src/view/screens/ProfileList.tsx:267 msgid "Mute these accounts?" msgstr "इन खातों को म्यूट करें?" @@ -1180,7 +1180,7 @@ msgstr "म्यूट किए गए खाते" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "म्यूट किए गए खातों की पोस्ट आपके फ़ीड और आपकी सूचनाओं से हटा दी जाती हैं। म्यूट पूरी तरह से निजी हैं." -#: src/view/screens/ProfileList.tsx:270 +#: src/view/screens/ProfileList.tsx:269 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." msgstr "म्यूट करना निजी है. म्यूट किए गए खाते आपके साथ इंटरैक्ट कर सकते हैं, लेकिन आप उनकी पोस्ट नहीं देखेंगे या उनसे सूचनाएं प्राप्त नहीं करेंगे।" @@ -1192,11 +1192,11 @@ msgstr "जन्मदिन" msgid "My Feeds" msgstr "मेरी फ़ीड" -#: src/view/shell/desktop/LeftNav.tsx:66 +#: src/view/shell/desktop/LeftNav.tsx:67 msgid "My Profile" msgstr "मेरी प्रोफाइल" -#: src/view/screens/Settings.tsx:521 +#: src/view/screens/Settings.tsx:520 msgid "My Saved Feeds" msgstr "मेरी फ़ीड" @@ -1213,17 +1213,17 @@ msgstr "अपने फ़ॉलोअर्स और डेटा तक प msgid "New" msgstr "नया" -#: src/view/com/feeds/FeedPage.tsx:187 +#: src/view/com/feeds/FeedPage.tsx:188 #: src/view/screens/Feeds.tsx:510 -#: src/view/screens/Profile.tsx:381 -#: src/view/screens/ProfileFeed.tsx:448 -#: src/view/screens/ProfileList.tsx:200 -#: src/view/screens/ProfileList.tsx:232 -#: src/view/shell/desktop/LeftNav.tsx:255 +#: src/view/screens/Profile.tsx:382 +#: src/view/screens/ProfileFeed.tsx:449 +#: src/view/screens/ProfileList.tsx:199 +#: src/view/screens/ProfileList.tsx:231 +#: src/view/shell/desktop/LeftNav.tsx:254 msgid "New post" msgstr "नई पोस्ट" -#: src/view/shell/desktop/LeftNav.tsx:265 +#: src/view/shell/desktop/LeftNav.tsx:264 msgid "New Post" msgstr "नई पोस्ट" @@ -1247,8 +1247,8 @@ msgstr "अगली फोटो" msgid "No" msgstr "नहीं" -#: src/view/screens/ProfileFeed.tsx:619 -#: src/view/screens/ProfileList.tsx:633 +#: src/view/screens/ProfileFeed.tsx:620 +#: src/view/screens/ProfileList.tsx:632 msgid "No description" msgstr "कोई विवरण नहीं" @@ -1281,12 +1281,12 @@ msgstr "" msgid "Not Applicable." msgstr "लागू नहीं।" -#: src/view/screens/Notifications.tsx:97 -#: src/view/screens/Notifications.tsx:121 -#: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:364 +#: src/view/screens/Notifications.tsx:96 +#: src/view/screens/Notifications.tsx:120 +#: src/view/shell/bottom-bar/BottomBar.tsx:195 +#: src/view/shell/desktop/LeftNav.tsx:363 +#: src/view/shell/Drawer.tsx:298 #: src/view/shell/Drawer.tsx:299 -#: src/view/shell/Drawer.tsx:300 msgid "Notifications" msgstr "सूचनाएं" @@ -1306,12 +1306,12 @@ msgstr "एक या अधिक छवियाँ alt पाठ याद msgid "Open navigation" msgstr "ओपन नेविगेशन" -#: src/view/screens/Settings.tsx:534 +#: src/view/screens/Settings.tsx:533 msgid "Opens configurable language settings" msgstr "भाषा सेटिंग्स खोलें" #: src/view/shell/desktop/RightNav.tsx:146 -#: src/view/shell/Drawer.tsx:504 +#: src/view/shell/Drawer.tsx:503 msgid "Opens list of invite codes" msgstr "" @@ -1319,31 +1319,31 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "कस्टम डोमेन का उपयोग करने के लिए मोडल खोलें" -#: src/view/screens/Settings.tsx:559 +#: src/view/screens/Settings.tsx:558 msgid "Opens moderation settings" msgstr "मॉडरेशन सेटिंग्स खोलें" -#: src/view/screens/Settings.tsx:515 +#: src/view/screens/Settings.tsx:514 msgid "Opens screen with all saved feeds" msgstr "सभी बचाया फ़ीड के साथ स्क्रीन खोलें" -#: src/view/screens/Settings.tsx:582 +#: src/view/screens/Settings.tsx:581 msgid "Opens the app password settings page" msgstr "ऐप पासवर्ड सेटिंग पेज खोलें" -#: src/view/screens/Settings.tsx:474 +#: src/view/screens/Settings.tsx:473 msgid "Opens the home feed preferences" msgstr "होम फीड वरीयताओं को खोलता है" -#: src/view/screens/Settings.tsx:665 +#: src/view/screens/Settings.tsx:664 msgid "Opens the storybook page" msgstr "स्टोरीबुक पेज खोलें" -#: src/view/screens/Settings.tsx:645 +#: src/view/screens/Settings.tsx:644 msgid "Opens the system log page" msgstr "सिस्टम लॉग पेज खोलें" -#: src/view/screens/Settings.tsx:495 +#: src/view/screens/Settings.tsx:494 msgid "Opens the threads preferences" msgstr "धागे वरीयताओं को खोलता है" @@ -1462,14 +1462,14 @@ msgstr "गोपनीयता नीति" msgid "Processing..." msgstr "प्रसंस्करण..." -#: src/view/shell/bottom-bar/BottomBar.tsx:238 -#: src/view/shell/Drawer.tsx:71 +#: src/view/shell/bottom-bar/BottomBar.tsx:237 +#: src/view/shell/Drawer.tsx:72 +#: src/view/shell/Drawer.tsx:366 #: src/view/shell/Drawer.tsx:367 -#: src/view/shell/Drawer.tsx:368 msgid "Profile" msgstr "प्रोफ़ाइल" -#: src/view/screens/Settings.tsx:790 +#: src/view/screens/Settings.tsx:789 msgid "Protect your account by verifying your email." msgstr "अपने ईमेल को सत्यापित करके अपने खाते को सुरक्षित रखें।।" @@ -1524,7 +1524,7 @@ msgid "Remove feed" msgstr "फ़ीड हटाएँ" #: src/view/com/feeds/FeedSourceCard.tsx:107 -#: src/view/screens/ProfileFeed.tsx:278 +#: src/view/screens/ProfileFeed.tsx:279 msgid "Remove from my feeds" msgstr "मेरे फ़ीड से हटाएँ" @@ -1557,11 +1557,11 @@ msgstr "रिपोर्ट {collectionName}" msgid "Report Account" msgstr "रिपोर्ट" -#: src/view/screens/ProfileFeed.tsx:298 +#: src/view/screens/ProfileFeed.tsx:299 msgid "Report feed" msgstr "रिपोर्ट फ़ीड" -#: src/view/screens/ProfileList.tsx:417 +#: src/view/screens/ProfileList.tsx:416 msgid "Report List" msgstr "रिपोर्ट सूची" @@ -1600,7 +1600,7 @@ msgstr "इस प्रदाता के लिए आवश्यक" msgid "Reset code" msgstr "कोड रीसेट करें" -#: src/view/screens/Settings.tsx:687 +#: src/view/screens/Settings.tsx:686 msgid "Reset onboarding state" msgstr "ऑनबोर्डिंग स्टेट को रीसेट करें" @@ -1608,15 +1608,15 @@ msgstr "ऑनबोर्डिंग स्टेट को रीसेट msgid "Reset password" msgstr "पासवर्ड रीसेट" -#: src/view/screens/Settings.tsx:677 +#: src/view/screens/Settings.tsx:676 msgid "Reset preferences state" msgstr "प्राथमिकताओं को रीसेट करें" -#: src/view/screens/Settings.tsx:685 +#: src/view/screens/Settings.tsx:684 msgid "Resets the onboarding state" msgstr "ऑनबोर्डिंग स्टेट को रीसेट करें" -#: src/view/screens/Settings.tsx:675 +#: src/view/screens/Settings.tsx:674 msgid "Resets the preferences state" msgstr "प्राथमिकताओं की स्थिति को रीसेट करें" @@ -1671,12 +1671,12 @@ msgstr "सहेजे गए फ़ीड" #: src/view/com/util/forms/SearchInput.tsx:64 #: src/view/screens/Search/Search.tsx:409 #: src/view/screens/Search/Search.tsx:561 -#: src/view/shell/bottom-bar/BottomBar.tsx:147 -#: src/view/shell/desktop/LeftNav.tsx:324 +#: src/view/shell/bottom-bar/BottomBar.tsx:146 +#: src/view/shell/desktop/LeftNav.tsx:323 #: src/view/shell/desktop/Search.tsx:160 #: src/view/shell/desktop/Search.tsx:169 +#: src/view/shell/Drawer.tsx:252 #: src/view/shell/Drawer.tsx:253 -#: src/view/shell/Drawer.tsx:254 msgid "Search" msgstr "खोज" @@ -1728,8 +1728,8 @@ msgstr "ईमेल भेजें" msgid "Send Email" msgstr "ईमेल भेजें" -#: src/view/shell/Drawer.tsx:395 -#: src/view/shell/Drawer.tsx:416 +#: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:415 msgid "Send feedback" msgstr "प्रतिक्रिया भेजें" @@ -1761,10 +1761,10 @@ msgstr "इस सेटिंग को \"हाँ\" में सेट क msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature." msgstr "इस सेटिंग को अपने निम्नलिखित फ़ीड में अपने सहेजे गए फ़ीड के नमूने दिखाने के लिए \"हाँ\" पर सेट करें। यह एक प्रयोगात्मक विशेषता है।।" -#: src/view/screens/Settings.tsx:278 -#: src/view/shell/desktop/LeftNav.tsx:436 +#: src/view/screens/Settings.tsx:277 +#: src/view/shell/desktop/LeftNav.tsx:435 +#: src/view/shell/Drawer.tsx:379 #: src/view/shell/Drawer.tsx:380 -#: src/view/shell/Drawer.tsx:381 msgid "Settings" msgstr "सेटिंग्स" @@ -1774,11 +1774,11 @@ msgstr "यौन गतिविधि या कामुक नग्नत #: src/view/com/profile/ProfileHeader.tsx:312 #: src/view/com/util/forms/PostDropdownBtn.tsx:126 -#: src/view/screens/ProfileList.tsx:376 +#: src/view/screens/ProfileList.tsx:375 msgid "Share" msgstr "शेयर" -#: src/view/screens/ProfileFeed.tsx:310 +#: src/view/screens/ProfileFeed.tsx:311 msgid "Share feed" msgstr "" @@ -1786,7 +1786,7 @@ msgstr "" #~ msgid "Share link" #~ msgstr "लिंक शेयर करें" -#: src/view/screens/Settings.tsx:317 +#: src/view/screens/Settings.tsx:316 msgid "Show" msgstr "दिखाओ" @@ -1858,7 +1858,7 @@ msgstr "" msgid "Sign up or sign in to join the conversation" msgstr "" -#: src/view/screens/Settings.tsx:328 +#: src/view/screens/Settings.tsx:327 msgid "Signed in as" msgstr "आपने इस रूप में साइन इन करा है:" @@ -1883,19 +1883,19 @@ msgstr "स्क्वायर" msgid "Staging" msgstr "स्टेजिंग" -#: src/view/screens/Settings.tsx:731 +#: src/view/screens/Settings.tsx:730 msgid "Status page" msgstr "स्थिति पृष्ठ" -#: src/view/screens/Settings.tsx:667 +#: src/view/screens/Settings.tsx:666 msgid "Storybook" msgstr "Storybook" -#: src/view/screens/ProfileList.tsx:498 +#: src/view/screens/ProfileList.tsx:497 msgid "Subscribe" msgstr "सब्सक्राइब" -#: src/view/screens/ProfileList.tsx:494 +#: src/view/screens/ProfileList.tsx:493 msgid "Subscribe to this list" msgstr "इस सूची को सब्सक्राइब करें" @@ -1916,7 +1916,7 @@ msgstr "खाते बदलें" #~ msgid "System" #~ msgstr "प्रणाली" -#: src/view/screens/Settings.tsx:647 +#: src/view/screens/Settings.tsx:646 msgid "System log" msgstr "सिस्टम लॉग" @@ -1997,7 +1997,7 @@ msgid "This warning is only available for posts with media attached." msgstr "यह चेतावनी केवल मीडिया संलग्न पोस्ट के लिए उपलब्ध है।" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings.tsx:504 +#: src/view/screens/Settings.tsx:503 msgid "Thread Preferences" msgstr "थ्रेड प्राथमिकता" @@ -2100,19 +2100,19 @@ msgstr "लोग सूचियाँ" msgid "Username or email address" msgstr "यूजर नाम या ईमेल पता" -#: src/view/screens/ProfileList.tsx:660 +#: src/view/screens/ProfileList.tsx:659 msgid "Users" msgstr "यूजर लोग" -#: src/view/screens/Settings.tsx:751 +#: src/view/screens/Settings.tsx:750 msgid "Verify email" msgstr "ईमेल सत्यापित करें" -#: src/view/screens/Settings.tsx:776 +#: src/view/screens/Settings.tsx:775 msgid "Verify my email" msgstr "मेरी ईमेल सत्यापित करें" -#: src/view/screens/Settings.tsx:785 +#: src/view/screens/Settings.tsx:784 msgid "Verify My Email" msgstr "मेरी ईमेल सत्यापित करें" @@ -2270,9 +2270,9 @@ msgstr "आपका पूरा हैंडल होगा" msgid "Your hosting provider" msgstr "आपका होस्टिंग प्रदाता" -#: src/view/screens/Settings.tsx:403 +#: src/view/screens/Settings.tsx:402 #: src/view/shell/desktop/RightNav.tsx:127 -#: src/view/shell/Drawer.tsx:518 +#: src/view/shell/Drawer.tsx:517 msgid "Your invite codes are hidden when logged in using an App Password" msgstr "" diff --git a/yarn.lock b/yarn.lock index dafacd83..d8c2131c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6115,7 +6115,7 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0": +"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@^5.61.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== @@ -9420,6 +9420,13 @@ eslint-plugin-jsx-a11y@^6.5.1: object.fromentries "^2.0.6" semver "^6.3.0" +eslint-plugin-lingui@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-lingui/-/eslint-plugin-lingui-0.2.0.tgz#4fd3355e964544f5d02fce0bea67187bf2f3ac3c" + integrity sha512-o63ySrDZlsujAaa3ybiFAjhkE1LHaKw5Z5GztiKHu1R+40tVOShy1XKvM+Q+vBykRXV9UrxE1oR79pUOSrsLVA== + dependencies: + "@typescript-eslint/utils" "^5.61.0" + eslint-plugin-prettier@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"