@meith/i18n 0.12.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/i18n",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "The message catalog and the locale-aware formatters: ICU messages, plural categories, locale negotiation, and the registry themes and plugins add their own catalogs to.",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "repository": {
@@ -1167,6 +1167,7 @@
1167
1167
  "authRoute.passkey.managedSignIns": "This board manages sign-ins for its members.",
1168
1168
  "authRoute.passkey.noneForAccount": "That account has no passkey to confirm with.",
1169
1169
  "authRoute.passkey.notForAccount": "That passkey does not belong to this account.",
1170
+ "authRoute.passkey.recentProofRequired": "Recent verification is required before adding a passkey.",
1170
1171
  "authRoute.passkey.responseIncomplete": "That passkey response was incomplete.",
1171
1172
  "authRoute.passkey.responseUnreadable": "That passkey response could not be read.",
1172
1173
  "authRoute.passkey.signInBeforeAdding": "Sign in before adding a passkey.",
@@ -1465,6 +1466,20 @@
1465
1466
  "contrast.thread-moved-on-card": "A moved thread’s stub",
1466
1467
  "contrast.thread-pinned-on-card": "A pinned thread’s title",
1467
1468
  "contrast.thread-unapproved-on-card": "A thread awaiting approval",
1469
+ "credentialProof.codeConsumed": "A recovery code is consumed when used.",
1470
+ "credentialProof.codeLabel": "Authenticator or recovery code",
1471
+ "credentialProof.codeSubmit": "Verify code",
1472
+ "credentialProof.expired": "This session ended before verification could finish. Sign in and try again.",
1473
+ "credentialProof.incorrect": "That credential was not accepted.",
1474
+ "credentialProof.lede": "Before adding a permanent sign-in method, prove one credential you already control. Verification lasts for 10 minutes in this session.",
1475
+ "credentialProof.linkedTitle": "Linked sign-in",
1476
+ "credentialProof.passkeySubmit": "Verify with a passkey",
1477
+ "credentialProof.passkeyWaiting": "Waiting for passkey",
1478
+ "credentialProof.passwordLabel": "Current password",
1479
+ "credentialProof.passwordSubmit": "Verify password",
1480
+ "credentialProof.signIn": "Sign in before verifying your identity.",
1481
+ "credentialProof.ssoSubmit": "Verify with {provider}",
1482
+ "credentialProof.title": "Verify your identity",
1468
1483
  "demo.aria": "About this demo",
1469
1484
  "demo.loginAs": "Log in as {logins}.",
1470
1485
  "demo.title": "This is a demo.",
@@ -1989,7 +2004,7 @@
1989
2004
  "installAction.unknownFailure": "Unknown failure.",
1990
2005
  "installPreflight.alreadyInstalled.detail": "The installer disabled itself when it finished, and it cannot be run again. Use /admin to configure the board, or the operator CLI if you have lost access.",
1991
2006
  "installPreflight.alreadyInstalled.title": "This board is already installed",
1992
- "installPreflight.authSecret.missingDetail": "Sessions and tokens are signed with it and there is no default, deliberately: a shipped default is a board anybody who has read the source can sign a session for.",
2007
+ "installPreflight.authSecret.missingDetail": "It signs the unsubscribe links in outgoing mail — sessions do not depend on it, they are random tokens stored hashed in the database — and there is no default, deliberately: a shipped default is a link anybody who has read the source can forge.",
1993
2008
  "installPreflight.authSecret.missingTitle": "AUTH_SECRET is not set",
1994
2009
  "installPreflight.authSecret.setTitle": "AUTH_SECRET is set",
1995
2010
  "installPreflight.blocker.one": "That has to be fixed before this board can be installed. Fix it, redeploy if it was an environment variable, and reload this page.",