deer social fork for personal usage. but you might see a use idk. github mirror

deer.aylac.top

aylac.top a080dc17 52539ebd

verified
+117 -117
+2 -2
README.md
··· 6 6 7 7 Get the app itself: 8 8 9 - - **Web: [deer-social-ayla.pages.dev](https://deer-social-ayla.pages.dev/)** 9 + - **Web: [deer.aylac.top](https://deer.aylac.top/) [deer-social-ayla.pages.dev](https://deer-social-ayla.pages.dev/)** 10 10 - **Android: [GitHub Releases](https://github.com/ayla6/deer-social-test/releases/latest), [Obtaininium](https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/ayla6/deer-social-test)** 11 11 12 12 ## Features Today ··· 23 23 24 24 ### WIP/Planned 25 25 26 - - rewrite shared URLs to reference deer-social-ayla.pages.dev 26 + - rewrite shared URLs to reference deer.aylac.top 27 27 - opengraph support for sharing posts and profiles 28 28 - selecting custom appviews 29 29 - seeing past blocks in post threads (nuclear block for reply chains)
+1 -1
app.config.js
··· 18 18 const IS_DEV = !IS_TESTFLIGHT || !IS_PRODUCTION 19 19 20 20 const ASSOCIATED_DOMAINS = [ 21 - 'applinks:deer-social-ayla.pages.dev', 22 21 'applinks:deer.aylac.top', 22 + 'applinks:deer-social-ayla.pages.dev', 23 23 // When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port. 24 24 ...(IS_DEV || IS_TESTFLIGHT ? [] : []), 25 25 ]
+7 -7
deer-static-about/tos.html
··· 11 11 name="viewport" 12 12 content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover" 13 13 /> 14 - <title>deer-social-ayla.pages.dev | terms of service</title> 14 + <title>deer.aylac.top | terms of service</title> 15 15 16 16 <link rel="preload" as="font" type="font/woff2" href="/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> 17 17 ··· 22 22 <body> 23 23 24 24 25 - <h1>Terms of Service for deer-social-ayla.pages.dev</h1> 25 + <h1>Terms of Service for deer.aylac.top</h1> 26 26 27 27 <p><em><strong>Last Updated:</strong> May 07, 2025</em></p> 28 28 29 29 <h2>Introduction</h2> 30 - <p>Welcome to deer-social-ayla.pages.dev! These Terms of Service ("Terms") govern your use of the deer-social-ayla.pages.dev application ("App"). By accessing or using the App, you agree to be bound by these Terms.</p> 30 + <p>Welcome to deer.aylac.top! These Terms of Service ("Terms") govern your use of the deer.aylac.top application ("App"). By accessing or using the App, you agree to be bound by these Terms.</p> 31 31 32 32 <h2>Your Agreement</h2> 33 - <p>Using deer-social-ayla.pages.dev signifies your acceptance of these Terms. Please also review our <a href="/privacy">Privacy Policy</a>, which explains how we handle data related to the App itself.</p> 33 + <p>Using deer.aylac.top signifies your acceptance of these Terms. Please also review our <a href="/privacy">Privacy Policy</a>, which explains how we handle data related to the App itself.</p> 34 34 35 35 <h2>Relationship to Other Services and Platforms</h2> 36 - <p>deer-social-ayla.pages.dev functions as a client or interface. It allows you to interact with decentralized social media protocols, instances, or servers (your "AppView" or "Personal Data Server" / "PDS").</p> 37 - <p><strong>Important:</strong> deer-social-ayla.pages.dev does not host your data or control the underlying networks or servers you connect to. Your interaction with these third-party services, including the content you post and view, is governed by the Terms of Service, acceptable use policies, and privacy policies of the specific AppView and/or PDS you choose to use.</p> 36 + <p>deer.aylac.top functions as a client or interface. It allows you to interact with decentralized social media protocols, instances, or servers (your "AppView" or "Personal Data Server" / "PDS").</p> 37 + <p><strong>Important:</strong> deer.aylac.top does not host your data or control the underlying networks or servers you connect to. Your interaction with these third-party services, including the content you post and view, is governed by the Terms of Service, acceptable use policies, and privacy policies of the specific AppView and/or PDS you choose to use.</p> 38 38 <p>You are responsible for understanding and complying with the terms of those external services.</p> 39 39 40 40 <p>We strongly recommend you review the policies of your chosen PDS provider and the AppView you are using. For reference, the Terms of Service for the default Bluesky service (AppView provided by <a href="https://bsky.social" target="_blank" rel="noopener noreferrer">bsky.social</a>) can be found here: </p> 41 41 <p><a href="https://bsky.social/about/support/tos" target="_blank" rel="noopener noreferrer">https://bsky.social/about/support/tos</a></p> 42 42 43 43 <h2>User Conduct</h2> 44 - <p>Your conduct while using deer-social-ayla.pages.dev must comply with the terms and rules set forth by the AppView and PDS you are connected to. deer-social-ayla.pages.dev is merely a tool to access these services, and Ayla is not responsible for enforcing the rules of those platforms or for the content accessed through them.</p> 44 + <p>Your conduct while using deer.aylac.top must comply with the terms and rules set forth by the AppView and PDS you are connected to. deer.aylac.top is merely a tool to access these services, and Ayla is not responsible for enforcing the rules of those platforms or for the content accessed through them.</p> 45 45 46 46 <h2>Disclaimer of Warranty</h2> 47 47 <p>The App is provided "AS IS" and "AS AVAILABLE," without warranty of any kind, express or implied. Ayla does not warrant that the App will meet your requirements, be available uninterrupted, secure, or error-free.</p>
+1 -1
functions/profile/[handleOrDID].ts
··· 85 85 : '' 86 86 element.append( 87 87 html` 88 - <meta property="og:site_name" content="deer-social-ayla.pages.dev" /> 88 + <meta property="og:site_name" content="deer.aylac.top" /> 89 89 <meta property="og:type" content="profile" /> 90 90 <meta property="profile:username" content="${view.handle}" /> 91 91 <meta property="og:url" content="${this.url}" />
+1 -1
functions/profile/[handleOrDID]/post/[rkey].ts
··· 144 144 145 145 element.append( 146 146 html` 147 - <meta property="og:site_name" content="deer-social-ayla.pages.dev" /> 147 + <meta property="og:site_name" content="deer.aylac.top" /> 148 148 <meta property="og:type" content="article" /> 149 149 <meta property="profile:username" content="${author.handle}" /> 150 150 <meta property="og:url" content="${this.url}" />
+2 -2
src/lib/strings/embed-player.ts
··· 9 9 ? // @ts-ignore only for web 10 10 window.location.host === 'localhost:8100' 11 11 ? 'http://localhost:8100' 12 - : 'https://deer-social-ayla.pages.dev' 12 + : 'https://deer.aylac.top' 13 13 : __DEV__ && !process.env.JEST_WORKER_ID 14 14 ? 'http://localhost:8100' 15 - : 'https://deer-social-ayla.pages.dev' 15 + : 'https://deer.aylac.top' 16 16 17 17 export const embedPlayerSources = [ 18 18 'youtube',
+6 -6
src/lib/strings/url-helpers.ts
··· 7 7 import {startUriToStarterPackUri} from '#/lib/strings/starter-pack' 8 8 import {logger} from '#/logger' 9 9 10 - export const BSKY_APP_HOST = 'https://deer-social-ayla.pages.dev' 10 + export const BSKY_APP_HOST = 'https://deer.aylac.top' 11 11 const BSKY_TRUSTED_HOSTS = [ 12 12 'deer\\.social', 13 13 'deer-social-ayla\\.pages\\.dev', ··· 82 82 83 83 export function toShareUrl(url: string): string { 84 84 if (!url.startsWith('https')) { 85 - const urlp = new URL('https://deer-social-ayla.pages.dev') 85 + const urlp = new URL('https://deer.aylac.top') 86 86 urlp.pathname = url 87 87 url = urlp.toString() 88 88 } ··· 106 106 export function isBskyAppUrl(url: string): boolean { 107 107 return ( 108 108 url.startsWith('https://bsky.app/') || 109 - (url.startsWith('https://deer-social-ayla.pages.dev/') && 110 - !url.startsWith('https://deer-social-ayla.pages.dev/about')) || 111 - (url.startsWith('https://deer-social-ayla.pages.dev/') && 112 - !url.startsWith('https://deer-social-ayla.pages.dev/about')) 109 + (url.startsWith('https://deer.aylac.top/') && 110 + !url.startsWith('https://deer.aylac.top/about')) || 111 + (url.startsWith('https://deer.aylac.top/') && 112 + !url.startsWith('https://deer.aylac.top/about')) 113 113 ) 114 114 } 115 115
+2 -2
src/locale/locales/an/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ast/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ca/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "No tens un codi o en necessites un? <0>Clica aquí.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/cy/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Dim cod gennych chi neu angen un newydd? <0>Cliciwch yma.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/da/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Har du ingen kode, eller har du brug for en ny? <0>Klik her.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/de/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Du hast keinen Code oder benötigst einen neuen? <0>Hier klicken.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/el/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/en-GB/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Don't have a code or need a new one? <0>Click here.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/en/messages.po
··· 2512 2512 msgstr "" 2513 2513 2514 2514 #: src/screens/Signup/StepInfo/index.tsx:171 2515 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2515 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2516 2516 msgstr "" 2517 2517 2518 2518 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2845 2845 msgstr "" 2846 2846 2847 2847 #: src/screens/Signup/StepInfo/index.tsx:215 2848 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2848 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/eo/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Ĉu vi ne havas kodon aŭ bezonas novan? <0>Alklaku ĉi tie.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/es/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "¿No tienes código o necesitas uno nuevo? <0>Haz clic aquí.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/eu/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Ez duzu koderik edo berri bat behar duzu? <0>Egin klik hemen.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/fi/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/fr/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Vous n’avez pas de code ou en voulez un nouveau ? <0>Cliquez ici.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/fy/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Hasto gjin koade of in nije nedicht? <0>Klik hjir.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ga/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/gd/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Nach eil còd agad no a bheil fear ùr a dhìth ort? <0>Briog an-seo.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/gl/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/hi/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/hu/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Ha nem rendelkezel kóddal vagy újra van szükséged, <0>kattints ide</0>." 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ia/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Tu non ha un codice o ha necessitate de un nove? <0>Clicca hic.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/id/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Tidak memiliki kode atau perlu yang baru? <0>Klik di sini.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/it/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Non hai un codice o ne hai bisogno di uno nuovo? <0>Fai clic qui.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ja/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "コードを持っていないか、新しいコードが必要ですか?<0>ここをクリックしてください。</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/km/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ko/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "코드가 없거나 새 코드가 필요한가요? <0>이곳을 클릭하세요.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ne/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/nl/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/pl/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/pt-BR/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Não tem um código ou precisa de um novo? <0>Clique aqui.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/pt-PT/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Não tem um código ou precisa de um novo? <0>Clique aqui.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ro/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Nu aveți un cod sau aveți nevoie de unul nou? <0>Faceți clic aici.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/ru/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Нет кода или нужен новый? <0>Нажмите здесь.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/sv/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Har du ingen kod eller behöver du en ny? <0>Klicka här.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/th/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/tr/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "Kodunuz yok mu ya da yeni bir tane mi lazım? <0>Buraya tıklayın.</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/uk/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/vi/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/zh-CN/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "没有验证码或需要重新请求一个?<0>点击这里。</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/zh-HK/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "未有代碼定係要個新嘅代碼?<0>撳呢度。</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/locale/locales/zh-TW/messages.po
··· 2517 2517 msgstr "" 2518 2518 2519 2519 #: src/screens/Signup/StepInfo/index.tsx:171 2520 - msgid "deer-social-ayla.pages.dev is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2520 + msgid "deer.aylac.top is part of the <0>ATmosphere</0>—the network of apps, services, and accounts built on the AT Protocol." 2521 2521 msgstr "" 2522 2522 2523 2523 #: src/screens/Settings/AppearanceSettings.tsx:169 ··· 2849 2849 msgstr "還沒有代碼或需要新的代碼?<0>點一下這裡。</0>" 2850 2850 2851 2851 #: src/screens/Signup/StepInfo/index.tsx:215 2852 - msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer-social-ayla.pages.dev and log in with the account you created." 2852 + msgid "Don't have an account provider or an existing Bluesky account? To create a new account on a Bluesky-hosted PDS, sign up through <0>bsky.app</0> first, then return to deer.aylac.top and log in with the account you created." 2853 2853 msgstr "" 2854 2854 2855 2855 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+2 -2
src/screens/Settings/AboutSettings.tsx
··· 78 78 <Layout.Content> 79 79 <SettingsList.Container> 80 80 <SettingsList.LinkItem 81 - to="https://deer-social-ayla.pages.dev/about/tos" 81 + to="https://deer.aylac.top/about/tos" 82 82 label={_(msg`Terms of Service`)}> 83 83 <SettingsList.ItemIcon icon={NewspaperIcon} /> 84 84 <SettingsList.ItemText> ··· 86 86 </SettingsList.ItemText> 87 87 </SettingsList.LinkItem> 88 88 <SettingsList.LinkItem 89 - to="https://deer-social-ayla.pages.dev/about/privacy" 89 + to="https://deer.aylac.top/about/privacy" 90 90 label={_(msg`Privacy Policy`)}> 91 91 <SettingsList.ItemIcon icon={NewspaperIcon} /> 92 92 <SettingsList.ItemText>
+3 -3
src/screens/Signup/StepInfo/index.tsx
··· 169 169 <View style={[a.gap_xl]}> 170 170 <Text style={[a.gap_md, a.leading_normal]}> 171 171 <Trans> 172 - deer-social-ayla.pages.dev is part of the{' '} 172 + deer.aylac.top is part of the{' '} 173 173 { 174 174 <InlineLinkText 175 175 label={_(msg`ATmosphere`)} ··· 220 220 <Trans>bsky.app</Trans> 221 221 </InlineLinkText> 222 222 }{' '} 223 - first, then return to deer-social-ayla.pages.dev and log in with 224 - the account you created. 223 + first, then return to deer.aylac.top and log in with the account 224 + you created. 225 225 </Trans> 226 226 </Text> 227 227 )}
+1 -1
src/state/persisted/schema.ts
··· 224 224 hideStarterPackStuff: true, 225 225 deerVerification: { 226 226 enabled: false, 227 - // https://deer-social-ayla.pages.dev/profile/did:plc:p2cp5gopk7mgjegy6wadk3ep/post/3lndyqyyr4k2k 227 + // https://deer.aylac.top/profile/did:plc:p2cp5gopk7mgjegy6wadk3ep/post/3lndyqyyr4k2k 228 228 // using https://bverified.vercel.app/ as a source 229 229 trusted: [ 230 230 'did:plc:z72i7hdynmk6r22z27h6tvur',
+1 -1
src/state/queries/constellation.ts
··· 22 22 23 23 const headers = new Headers({ 24 24 Accept: 'application/json', 25 - 'User-Agent': 'deer-social-ayla.pages.dev (contact @aylac.top)', 25 + 'User-Agent': 'deer.aylac.top (contact @aylac.top)', 26 26 }) 27 27 28 28 const makeReqUrl = (
+2 -2
src/view/screens/PrivacyPolicy.tsx
··· 39 39 The Privacy Policy has been moved to{' '} 40 40 <TextLink 41 41 style={pal.link} 42 - href="https://deer-social-ayla.pages.dev/about/privacy" 43 - text="deer-social-ayla.pages.dev/about/privacy" 42 + href="https://deer.aylac.top/about/privacy" 43 + text="deer.aylac.top/about/privacy" 44 44 /> 45 45 </Trans> 46 46 </Text>
+2 -2
src/view/screens/TermsOfService.tsx
··· 38 38 <Trans>The Terms of Service have been moved to</Trans>{' '} 39 39 <TextLink 40 40 style={pal.link} 41 - href="https://deer-social-ayla.pages.dev/about/tos" 42 - text="deer-social-ayla.pages.dev/about/tos" 41 + href="https://deer.aylac.top/about/tos" 42 + text="deer.aylac.top/about/tos" 43 43 /> 44 44 </Text> 45 45 </View>
+2 -2
src/view/shell/Drawer.tsx
··· 697 697 <InlineLinkText 698 698 style={[a.text_md]} 699 699 label={_(msg`Terms of Service`)} 700 - to="https://deer-social-ayla.pages.dev/about/tos"> 700 + to="https://deer.aylac.top/about/tos"> 701 701 <Trans>Terms of Service</Trans> 702 702 </InlineLinkText> 703 703 <InlineLinkText 704 704 style={[a.text_md]} 705 - to="https://deer-social-ayla.pages.dev/about/privacy" 705 + to="https://deer.aylac.top/about/privacy" 706 706 label={_(msg`Privacy Policy`)}> 707 707 <Trans>Privacy Policy</Trans> 708 708 </InlineLinkText>
+2 -2
src/view/shell/desktop/RightNav.tsx
··· 110 110 </> 111 111 )} 112 112 <InlineLinkText 113 - to="https://deer-social-ayla.pages.dev/about/privacy" 113 + to="https://deer.aylac.top/about/privacy" 114 114 label={_(msg`Privacy`)}> 115 115 {_(msg`Privacy`)} 116 116 </InlineLinkText> 117 117 {' • '} 118 118 <InlineLinkText 119 - to="https://deer-social-ayla.pages.dev/about/tos" 119 + to="https://deer.aylac.top/about/tos" 120 120 label={_(msg`Terms`)}> 121 121 {_(msg`Terms`)} 122 122 </InlineLinkText>