@meith/i18n 0.11.1 → 0.13.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 +1 -1
- package/src/catalogs/en.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.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": {
|
package/src/catalogs/en.json
CHANGED
|
@@ -1989,7 +1989,7 @@
|
|
|
1989
1989
|
"installAction.unknownFailure": "Unknown failure.",
|
|
1990
1990
|
"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
1991
|
"installPreflight.alreadyInstalled.title": "This board is already installed",
|
|
1992
|
-
"installPreflight.authSecret.missingDetail": "
|
|
1992
|
+
"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
1993
|
"installPreflight.authSecret.missingTitle": "AUTH_SECRET is not set",
|
|
1994
1994
|
"installPreflight.authSecret.setTitle": "AUTH_SECRET is set",
|
|
1995
1995
|
"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.",
|