@meith/i18n 0.23.3 → 0.25.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 +1 -1
- package/src/catalogs/en.json +6 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.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": {
|
package/src/catalogs/en.json
CHANGED
|
@@ -511,27 +511,10 @@
|
|
|
511
511
|
"adminLog.everything": "Everything",
|
|
512
512
|
"adminLog.filter": "Filter",
|
|
513
513
|
"adminLog.from": "from {address}",
|
|
514
|
-
"adminMarketplace.
|
|
515
|
-
"adminMarketplace.
|
|
516
|
-
"adminMarketplace.
|
|
517
|
-
"adminMarketplace.
|
|
518
|
-
"adminMarketplace.emptyThemes": "The catalog has no theme listings right now.",
|
|
519
|
-
"adminMarketplace.graduationLink": "This board can't install anything itself — moving to a custom board",
|
|
520
|
-
"adminMarketplace.installDocsLink": "More about the marketplace",
|
|
521
|
-
"adminMarketplace.installSteps": "To install this on your own board:",
|
|
522
|
-
"adminMarketplace.installedVersion": "This board runs {version}.",
|
|
523
|
-
"adminMarketplace.lastFetched": "Catalog fetched {time}",
|
|
524
|
-
"adminMarketplace.neverFetched": "The catalog has not been fetched yet — it refreshes once a day, or press Refresh.",
|
|
525
|
-
"adminMarketplace.repository": "Source",
|
|
526
|
-
"adminMarketplace.status.active": "Active",
|
|
527
|
-
"adminMarketplace.status.incompatible": "Incompatible",
|
|
528
|
-
"adminMarketplace.status.installedDisabled": "Installed — disabled",
|
|
529
|
-
"adminMarketplace.status.notInstalled": "Not installed",
|
|
530
|
-
"adminMarketplace.status.updateAvailable": "Update available",
|
|
531
|
-
"adminMarketplace.tab.browse": "Browse",
|
|
532
|
-
"adminMarketplace.tab.installed": "Installed",
|
|
533
|
-
"adminMarketplace.tabsLabel": "Installed and Browse",
|
|
534
|
-
"adminMarketplace.unreachable": "The catalog could not be loaded — unreachable, or it did not answer with a feed this board understands. The installed list above is still accurate; try Refresh, or check the feed URL under Settings → Marketplace.",
|
|
514
|
+
"adminMarketplace.lastChecked": "Checked for updates {time}",
|
|
515
|
+
"adminMarketplace.neverChecked": "Not checked for updates yet — this happens once a day, or check now.",
|
|
516
|
+
"adminMarketplace.unreachable": "The marketplace could not be reached, so update checks are paused. The list below is still accurate; try again, or check the feed URL under Settings → Marketplace.",
|
|
517
|
+
"adminMarketplace.updateAvailable": "Update available: {version}",
|
|
535
518
|
"adminNav.admin-antispam.blurb": "The honeypot, the question, the limits, and first-post moderation.",
|
|
536
519
|
"adminNav.admin-antispam.title": "Anti-spam",
|
|
537
520
|
"adminNav.admin-api-tokens.blurb": "Issue and revoke tokens, and see what each one may reach.",
|
|
@@ -626,8 +609,8 @@
|
|
|
626
609
|
"adminPanel.mail.testNote": "Goes to the address on your own account, through the configuration the board has {saved} — so save any changes below first, or you will be testing the old one. A provider that rejects the message says why, and that message is shown here verbatim.",
|
|
627
610
|
"adminPanel.mail.testNoteSaved": "saved",
|
|
628
611
|
"adminPanel.mail.title": "How this board sends mail",
|
|
629
|
-
"adminPanel.marketplace.refresh": "
|
|
630
|
-
"adminPanel.marketplace.refreshed": "
|
|
612
|
+
"adminPanel.marketplace.refresh": "Check for updates",
|
|
613
|
+
"adminPanel.marketplace.refreshed": "Checked for updates.",
|
|
631
614
|
"adminPanel.password": "Password",
|
|
632
615
|
"adminPanel.plugin.advanced": " · advanced",
|
|
633
616
|
"adminPanel.plugin.clearFailures": "Clear failures and re-enable",
|