@meith/i18n 0.27.0 → 0.28.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 +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.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
|
@@ -639,6 +639,7 @@
|
|
|
639
639
|
"adminPanel.setting.saved": "Saved, and the caches those settings declare have been cleared.",
|
|
640
640
|
"adminPanel.setting.unchanged": "Nothing was different, so nothing was written.",
|
|
641
641
|
"adminPanel.setting.unchangedPlaceholder": "Unchanged",
|
|
642
|
+
"adminPanel.system.applyMigrations": "Apply pending migrations",
|
|
642
643
|
"adminPanel.system.clearForumTree": "Clear the forum tree",
|
|
643
644
|
"adminPanel.system.clearNote": "The forum tree is the only thing the board caches globally under a name this screen can reach. Everything else is either resolved per request or cleared by the write that changed it.",
|
|
644
645
|
"adminPanel.system.cleared": "Cleared {tag}.",
|
|
@@ -656,6 +657,7 @@
|
|
|
656
657
|
"adminPanel.system.retry": "Retry",
|
|
657
658
|
"adminPanel.system.sessionsRemoved": "{removed} session rows removed.",
|
|
658
659
|
"adminPanel.system.tokensRemoved": "{removed} token rows removed.",
|
|
660
|
+
"adminPanel.system.upgradeApplied": "Pending migrations applied. This deployment is up to date.",
|
|
659
661
|
"adminPanel.title": "Control panel",
|
|
660
662
|
"adminPanel.token.copyNow": "Copy this now — it is not shown again and cannot be recovered.",
|
|
661
663
|
"adminPanel.token.expiresHint": "A whole number of days. Leave it empty for a token that never expires — anything else is refused rather than read as never.",
|
|
@@ -704,14 +706,14 @@
|
|
|
704
706
|
"adminPlugins.details": "Details",
|
|
705
707
|
"adminPlugins.duplicateHint": "A duplicate key is refused when the configuration loads rather than at first use, so a board that boots has a registry that makes sense.",
|
|
706
708
|
"adminPlugins.hooksHint": "Only hooks something is listening on. The full list of every extension point is in the generated reference, and reproducing all ninety-one here would bury these. Plugins are listed in the order they run — priority first, then key — so where two of them change the same value, the last one named has the final say.",
|
|
707
|
-
"adminPlugins.installingHint": "A plugin is code, so it has to be in the build before it can run:
|
|
709
|
+
"adminPlugins.installingHint": "A plugin is code, so it has to be in the build before it can run: it is a change to your board's repository — its package and board.plugins.json — committed and redeployed, not something installed into the running board. This page lists what the build already carries; the installing-plugins-and-themes guide has the steps.",
|
|
708
710
|
"adminPlugins.ledeAfter": "so the bundler can see it and the compiler can check it. Nothing is discovered by scanning a directory at request time.",
|
|
709
711
|
"adminPlugins.ledeBefore": "Everything installable is named in",
|
|
710
712
|
"adminPlugins.migrationsUnknown": "This board could not be asked which plugin migrations have run, so the rows above do not say. On a board running on sample data there is no such table; on a real one, that is worth looking into.",
|
|
711
713
|
"adminPlugins.pendingMigrations": "{count, plural, one {# migration not applied — run meith upgrade.} other {# migrations not applied — run meith upgrade.}}",
|
|
712
714
|
"adminPlugins.recordedFailures": "{count, plural, one {# recorded failure across every instance of this board.} other {# recorded failures across every instance of this board.}}",
|
|
713
715
|
"adminPlugins.serverDisabled": "Switched off after repeated failures, and it stays off until an operator clears the record: {reason}",
|
|
714
|
-
"adminPlugins.uninstallHint": "There is no uninstall button, and that is deliberate: removing a plugin is
|
|
716
|
+
"adminPlugins.uninstallHint": "There is no uninstall button, and that is deliberate: removing a plugin is a change to your board's repository — out of board.plugins.json and its package — then a redeploy. Run meith plugin:purge first if its data should go too: that runs the plugin’s own onUninstall while the code is still installed. A button that dropped a plugin’s rows and left its code running would leave the board in a state neither installing nor removing produces.",
|
|
715
717
|
"adminSecurity.everything": "Everything",
|
|
716
718
|
"adminSecurity.filter": "Filter",
|
|
717
719
|
"adminSecurity.kind": "Kind",
|
|
@@ -763,6 +765,9 @@
|
|
|
763
765
|
"adminSystem.maintenance": "Maintenance",
|
|
764
766
|
"adminSystem.maintenanceHint": "Each of these is bounded to one batch. Nothing here destroys anything an operator would want back: expired sessions no longer authenticate anybody, expired tokens can no longer be used, and a cleared cache is a copy of data that still exists.",
|
|
765
767
|
"adminSystem.members": "{count, plural, one {# member} other {# members}}",
|
|
768
|
+
"adminSystem.migrations": "Version & migrations",
|
|
769
|
+
"adminSystem.migrationsHint": "This applies the pending plugin migrations here, so a plugin whose setup a deploy left undone is finished from the browser — the same ones meith upgrade would run, without the SSH. Core schema migrations belong to the deploy step (meith migrate) and are not run from here. You will be asked for your password.",
|
|
770
|
+
"adminSystem.migrationsUpToDate": "The database matches this version. There is nothing to apply.",
|
|
766
771
|
"adminSystem.neverRun": "never run",
|
|
767
772
|
"adminSystem.noTasks": "No tasks are registered. A build registers a task only when it has a worker that can genuinely do the work, so an absent one means the feature behind it is not wired up on this deployment.",
|
|
768
773
|
"adminSystem.posts": "{count, plural, one {# post} other {# posts}}",
|
|
@@ -770,6 +775,7 @@
|
|
|
770
775
|
"adminSystem.recount": "Recount & rebuild",
|
|
771
776
|
"adminSystem.recountHint": "Counters are denormalised, so they can drift. The recount walks the content and corrects them in bounded batches, keeping its phase and cursor in the database — so it resumes where it stopped rather than starting over, which is what makes it finish at all on a large board.",
|
|
772
777
|
"adminSystem.recountProgress": "{id}: phase {phase}, cursor {cursor}, {passes, plural, one {# complete pass} other {# complete passes}}, {corrected} corrected",
|
|
778
|
+
"adminSystem.runningVersion": "This board is running",
|
|
773
779
|
"adminSystem.sample": "This board is running on in-memory sample data, so it has no scheduler and nothing to maintain.",
|
|
774
780
|
"adminSystem.schedulerStopped": "Nothing is broken and nothing is lost — the tasks are written to catch up, so they will work through the backlog once it runs again. Check that whatever invokes the scheduled endpoint is still configured and still authorised.",
|
|
775
781
|
"adminSystem.schedulerStoppedAfter": ", digests and notification emails are not sent, counters drift, uploads that failed to process are not retried, and queued mail sits in the queue.",
|
|
@@ -1663,6 +1669,7 @@
|
|
|
1663
1669
|
"error.app.board-accept-avatar-uploads": "This board cannot accept avatar uploads.",
|
|
1664
1670
|
"error.app.board-accept-file-attachments": "This board cannot accept file attachments.",
|
|
1665
1671
|
"error.app.board-accept-posts": "This board cannot accept posts.",
|
|
1672
|
+
"error.app.board-cannot-be-upgraded": "This board cannot be upgraded.",
|
|
1666
1673
|
"error.app.board-database-so-api": "This board has no database, so it has no API.",
|
|
1667
1674
|
"error.app.board-keeps-avatars": "This board keeps no avatars.",
|
|
1668
1675
|
"error.app.board-keeps-signatures": "This board keeps no signatures.",
|