|
347 | 347 | "connector": { |
348 | 348 | "status": { |
349 | 349 | "connecting": "connecting...", |
350 | | - "connected_as": "connected as {'@'}{user}", |
| 350 | + "connected_as": "connected as ~{user}", |
351 | 351 | "connected": "connected", |
352 | 352 | "connect_cli": "connect local CLI", |
353 | 353 | "aria_connecting": "Connecting to local connector", |
|
359 | 359 | "title": "Local Connector", |
360 | 360 | "close_modal": "Close modal", |
361 | 361 | "connected": "Connected", |
362 | | - "logged_in_as": "Logged in as {'@'}{user}", |
| 362 | + "logged_in_as": "Logged in 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.", |
|
729 | 729 | } |
730 | 730 | } |
731 | 731 | }, |
| 732 | + "account_menu": { |
| 733 | + "connect": "connect", |
| 734 | + "account": "Account", |
| 735 | + "npm_cli": "npm CLI", |
| 736 | + "atmosphere": "Atmosphere", |
| 737 | + "npm_cli_desc": "Manage packages & orgs", |
| 738 | + "atmosphere_desc": "Social features & identity", |
| 739 | + "connect_npm_cli": "Connect to npm CLI", |
| 740 | + "connect_atmosphere": "Connect to Atmosphere", |
| 741 | + "connecting": "Connecting...", |
| 742 | + "ops": "ops" |
| 743 | + }, |
732 | 744 | "header": { |
733 | 745 | "home": "npmx home", |
734 | 746 | "github": "GitHub", |
|
0 commit comments