@meith/i18n 0.29.0 → 0.30.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.29.0",
3
+ "version": "0.30.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": {
@@ -600,6 +600,10 @@
600
600
  "adminPanel.branding.upload": "Upload",
601
601
  "adminPanel.cancel": "Cancel",
602
602
  "adminPanel.enter": "Enter the control panel",
603
+ "adminPanel.favicon.formats": "PNG, JPEG, WebP or SVG, up to {maxKib} KiB. Shown a few dozen pixels wide. An SVG containing script is refused.",
604
+ "adminPanel.favicon.nothing": "Nothing uploaded — an icon is generated from the board’s name and colours.",
605
+ "adminPanel.favicon.removed": "Removed. Meith generates an icon from the board’s name again.",
606
+ "adminPanel.favicon.saved": "Saved. Browser tabs and installed shortcuts show it now.",
603
607
  "adminPanel.idleNote": "The panel signs you out after {minutes} minutes of inactivity. Your board session is not affected.",
604
608
  "adminPanel.leave": "Sign out of admin panel",
605
609
  "adminPanel.mail.driverOverrides": "{name} is set in this deployment’s environment, which overrides everything below.",
@@ -2814,6 +2818,8 @@
2814
2818
  "setting.antispam.upload_per_hour.label": "Uploads per hour",
2815
2819
  "setting.board.description.description": "Used as the default meta description for the board index.",
2816
2820
  "setting.board.description.label": "Board description",
2821
+ "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
+ "setting.board.favicon.label": "Favicon",
2817
2823
  "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.",
2818
2824
  "setting.board.legacy_redirects.label": "Redirect old forum URLs",
2819
2825
  "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.",
@@ -2888,7 +2894,7 @@
2888
2894
  "setting.mail.from.label": "Sender address",
2889
2895
  "setting.mail.from_name.description": "Display name shown beside the sender address. Empty sends the bare address.",
2890
2896
  "setting.mail.from_name.label": "Sender name",
2891
- "setting.mail.http_endpoint.description": "Only for the provider-API transport. The board posts Resend’s exact field names with a Bearer token, so this works for Resend and for anything that copies it — and not for Postmark or Mailgun, whose SMTP hosts are the way in.",
2897
+ "setting.mail.http_endpoint.description": "Only for the provider-API transport. The board posts Resend’s exact field names with a Bearer token, so this works for Resend and for anything that copies it — and not for Postmark or Mailgun, whose SMTP hosts are the way in. It must be an https:// address with no embedded credentials, and the board refuses to reach one that resolves to a private or internal address.",
2892
2898
  "setting.mail.http_endpoint.label": "Provider API endpoint",
2893
2899
  "setting.mail.http_token.description": "Only for the provider-API transport. Stored on the board.",
2894
2900
  "setting.mail.http_token.label": "Provider API key",