You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/locales/en.json
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@
359
359
"title": "Local Connector",
360
360
"close_modal": "Close modal",
361
361
"connected": "Connected",
362
-
"logged_in_as": "Logged in as ~{user}",
362
+
"connected_as_user": "Connected as ~{user}",
363
363
"connected_hint": "You can now manage packages and organizations from the web UI.",
364
364
"disconnect": "Disconnect",
365
365
"run_hint": "Run the connector on your machine to enable admin features.",
@@ -739,7 +739,24 @@
739
739
"connect_npm_cli": "Connect to npm CLI",
740
740
"connect_atmosphere": "Connect to Atmosphere",
741
741
"connecting": "Connecting...",
742
-
"ops": "ops"
742
+
"ops": "ops",
743
+
"disconnect": "Disconnect"
744
+
},
745
+
"auth": {
746
+
"modal": {
747
+
"title": "Atmosphere",
748
+
"close": "Close",
749
+
"connected_as": "Connected as {'@'}{handle}",
750
+
"disconnect": "Disconnect",
751
+
"connect_prompt": "Connect with your Atmosphere account",
752
+
"handle_label": "Handle",
753
+
"handle_placeholder": "alice.bsky.social",
754
+
"connect": "Connect",
755
+
"create_account": "Create a new account",
756
+
"connect_bluesky": "Connect with Bluesky",
757
+
"what_is_atmosphere": "What is an Atmosphere account?",
758
+
"atmosphere_explanation": "{npmx} uses the {atproto} to power many of its social features, allowing users to own their data and use one account for all compatible applications. Once you create an account, you can use other apps like {bluesky} and {tangled} with the same account."
0 commit comments