@meith/i18n 0.21.0 → 0.21.2

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.21.0",
3
+ "version": "0.21.2",
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": "MIT",
6
6
  "repository": {
@@ -2032,12 +2032,13 @@
2032
2032
  "install.password.label": "Your password",
2033
2033
  "install.raced.inFlight": "Another install is already running against this database. Wait for it to finish, then reload this page.",
2034
2034
  "install.raced.sealed": "Another install sealed the board while this one was running. Nothing here was kept.",
2035
+ "install.schema.missing": "The database does not have every table this board needs. Migrations run before the board serves anything — as `community migrate` in the deploy build command, or from the container entrypoint. Run that against this database and reload this page.",
2035
2036
  "install.step.admin.detail": "Argon2id, the same registration path a member uses, then promoted.",
2036
2037
  "install.step.admin.title": "Create the administrator",
2037
2038
  "install.step.forum.detail": "A category and one forum inside it, so the index is not empty.",
2038
2039
  "install.step.forum.title": "Create a first forum",
2039
- "install.step.migrate.detail": "Creates every table, index and seeded usergroup. Forward-only.",
2040
- "install.step.migrate.title": "Apply migrations",
2040
+ "install.step.migrate.detail": "Confirms every table is there. Migrations run before the board starts.",
2041
+ "install.step.migrate.title": "Check the schema",
2041
2042
  "install.step.seal.detail": "Irreversible. /install answers 404 from here on.",
2042
2043
  "install.step.seal.title": "Disable the installer",
2043
2044
  "install.step.settings.detail": "The only settings the installer writes. Everything else has a default and a screen.",