@meith/i18n 0.33.0 → 0.33.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.33.0",
3
+ "version": "0.33.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": {
@@ -819,6 +819,9 @@
819
819
  "adminSystem.environmentMailBefore": "Mail is configured from this deployment’s environment, so it has to be fixed there: complete the",
820
820
  "adminSystem.environmentMailBetween": "variables and redeploy, or unset",
821
821
  "adminSystem.environmentMailEnd": "to configure mail on the board instead.",
822
+ "adminSystem.legacyPasswords": "Imported passwords",
823
+ "adminSystem.legacyPasswordsCount": "{count, plural, one {# member is} other {# members are}} still signing in on a password hash carried over from the import.",
824
+ "adminSystem.legacyPasswordsHint": "Each one upgrades to the board’s own hash automatically the next time that member signs in successfully. Nothing to do here — this is a gauge of how much of the migration is left, not a problem to fix by hand.",
822
825
  "adminSystem.mail": "Mail",
823
826
  "adminSystem.mailDoesNotSend": "— nothing this board sends reaches anybody.",
824
827
  "adminSystem.mailSchedule": "Notification and mass mail leave on the tick above, so a stopped scheduler is also a board that sends none of them. Verification and password-reset links are sent as the request happens and do not wait for it.",
@@ -1839,6 +1842,7 @@
1839
1842
  "error.app.control-panel-available-from-address": "The control panel is not available from this address.",
1840
1843
  "error.app.control-panel-board": "No control panel on this board.",
1841
1844
  "error.app.control-panel-sign-in": "Sign in to the control panel and try that again.",
1845
+ "error.app.core-migrations-pending": "This board is missing {count} core migration(s): {migrations}. Run `meith migrate` — under Compose, redeploy — and try again. The panel applies plugin migrations only.",
1842
1846
  "error.app.current-password": "That is not your current password.",
1843
1847
  "error.app.default-theme-make-another-theme": "This is the default theme. Make another theme the default first, then turn this one off.",
1844
1848
  "error.app.delete-post": "You cannot delete that post.",
@@ -1917,6 +1921,7 @@
1917
1921
  "error.app.such-row": "No such row.",
1918
1922
  "error.app.such-search": "No such search.",
1919
1923
  "error.app.such-theme": "No such theme.",
1924
+ "error.app.svg-contains-external-reference": "That SVG references an external file, so it will not be stored. Inline the referenced content, or upload a PNG.",
1920
1925
  "error.app.svg-contains-script-event-handler": "That SVG contains script or an event handler, so it will not be stored. Export it again without interactivity, or upload a PNG.",
1921
1926
  "error.app.system-group-granted-by-plugins": "A system group cannot be granted by plugins. The board resolves it by key.",
1922
1927
  "error.app.theme-board-built-with-so": "This is the theme the board is built with, so it always stays available. Change `defaultTheme` in meith.config.ts and redeploy to swap it.",
@@ -2887,6 +2892,10 @@
2887
2892
  "profile.warnMember": "Warn this member",
2888
2893
  "queue.newThread": "New thread",
2889
2894
  "queue.reply": "Reply",
2895
+ "redirectNotice.continuing": "Continuing…",
2896
+ "redirectNotice.posted": "Posted.",
2897
+ "redirectNotice.saved": "Saved.",
2898
+ "redirectNotice.signedOut": "You have been signed out.",
2890
2899
  "reputation.deletedMember": "A deleted member",
2891
2900
  "reputation.negative": "{count, number} negative",
2892
2901
  "reputation.neutral": "{count, number} neutral",