@meith/i18n 0.30.0 → 0.31.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.30.0",
3
+ "version": "0.31.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": "MIT",
6
6
  "repository": {
@@ -2131,6 +2131,10 @@
2131
2131
  "installAction.noProviderResponse": "nothing at all.",
2132
2132
  "installAction.notReady": "The board is not ready to install. Reload this page for the current checks.",
2133
2133
  "installAction.unknownFailure": "Unknown failure.",
2134
+ "installBanner.dismiss": "Not now",
2135
+ "installBanner.how": "Open your browser's menu and choose Add to Home Screen — in Safari it is under Share.",
2136
+ "installBanner.install": "Install",
2137
+ "installBanner.message": "{board} installs as an app — add it to your home screen.",
2134
2138
  "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.",
2135
2139
  "installPreflight.alreadyInstalled.title": "This board is already installed",
2136
2140
  "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.",
@@ -2820,6 +2824,8 @@
2820
2824
  "setting.board.description.label": "Board description",
2821
2825
  "setting.board.favicon.description": "The icon browser tabs, bookmarks and an installed shortcut show for this board. Uploaded, not typed. Left empty, an icon is generated from the board name and its theme colours.",
2822
2826
  "setting.board.favicon.label": "Favicon",
2827
+ "setting.board.install_banner.description": "Pins a dismissable bar to the bottom of small screens inviting the reader to add this board to their home screen, with an Install button that opens the browser prompt where one exists and brief directions where none does. It never shows inside the installed app, and dismissing it keeps it away on that device for a year. Off by default: turn it on while you want installs encouraged, and off again once the point is made.",
2828
+ "setting.board.install_banner.label": "Offer to install the board",
2823
2829
  "setting.board.legacy_redirects.description": "Answer legacy addresses — MyBB’s showthread.php forms and rewritten routes, plus phpBB’s viewtopic.php, viewforum.php and memberlist.php — with a permanent redirect (308) to the imported content. Needs an import: the redirect is a lookup in the legacy id map.",
2824
2830
  "setting.board.legacy_redirects.label": "Redirect old forum URLs",
2825
2831
  "setting.board.logo_alt.description": "What a screen reader announces in place of the logo. Leave empty to use the board name, which is usually what the logo says anyway.",