@meith/i18n 0.29.1 → 0.30.1
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 +12 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.1",
|
|
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": {
|
package/src/catalogs/en.json
CHANGED
|
@@ -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.",
|
|
@@ -2127,6 +2131,10 @@
|
|
|
2127
2131
|
"installAction.noProviderResponse": "nothing at all.",
|
|
2128
2132
|
"installAction.notReady": "The board is not ready to install. Reload this page for the current checks.",
|
|
2129
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.",
|
|
2130
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.",
|
|
2131
2139
|
"installPreflight.alreadyInstalled.title": "This board is already installed",
|
|
2132
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.",
|
|
@@ -2814,6 +2822,10 @@
|
|
|
2814
2822
|
"setting.antispam.upload_per_hour.label": "Uploads per hour",
|
|
2815
2823
|
"setting.board.description.description": "Used as the default meta description for the board index.",
|
|
2816
2824
|
"setting.board.description.label": "Board description",
|
|
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.",
|
|
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",
|
|
2817
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.",
|
|
2818
2830
|
"setting.board.legacy_redirects.label": "Redirect old forum URLs",
|
|
2819
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.",
|