@meith/i18n 0.36.1 → 0.36.2

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.36.1",
3
+ "version": "0.36.2",
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": {
@@ -875,6 +875,7 @@
875
875
  "adminSystem.boardSettings": "board settings",
876
876
  "adminSystem.changeMailBefore": "Change it — and send a test message to prove it works — on the",
877
877
  "adminSystem.changeMailEnd": ".",
878
+ "adminSystem.closeMaintenance": "Hide maintenance tools",
878
879
  "adminSystem.configuredFrom": " · configured from",
879
880
  "adminSystem.deadLettered": "{count} dead-lettered",
880
881
  "adminSystem.environment": "the environment",
@@ -886,29 +887,64 @@
886
887
  "adminSystem.legacyPasswordsHint": "Each one upgrades to the board’s own hash automatically the next time that member signs in successfully. Nothing to do here — this is a gauge of how much of the migration is left, not a problem to fix by hand.",
887
888
  "adminSystem.mail": "Mail",
888
889
  "adminSystem.mailDoesNotSend": "— nothing this board sends reaches anybody.",
889
- "adminSystem.mailSchedule": "Notification and mass mail leave on the tick above, so a stopped scheduler is also a board that sends none of them. Verification and password-reset links are sent as the request happens and do not wait for it.",
890
+ "adminSystem.mailSchedule": "Scheduled mail depends on the scheduler. Verification and password-reset emails are sent immediately.",
890
891
  "adminSystem.maintenance": "Maintenance",
891
- "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.",
892
+ "adminSystem.maintenanceHint": "Remove expired sessions and tokens, clear cached forum data, or retry a failed job. Each action runs one batch.",
892
893
  "adminSystem.members": "{count, plural, one {# member} other {# members}}",
893
894
  "adminSystem.migrations": "Version & migrations",
894
895
  "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.",
895
896
  "adminSystem.migrationsUpToDate": "The database matches this version. There is nothing to apply.",
896
897
  "adminSystem.neverRun": "never run",
897
898
  "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.",
899
+ "adminSystem.openMaintenance": "Open maintenance tools",
898
900
  "adminSystem.posts": "{count, plural, one {# post} other {# posts}}",
899
901
  "adminSystem.queuedJobs": "{count, plural, one {# job waiting} other {# jobs waiting}}",
900
902
  "adminSystem.recount": "Recount & rebuild",
901
- "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.",
903
+ "adminSystem.recountHint": "Recalculate forum, thread and member counters. Each batch resumes where the previous one stopped.",
902
904
  "adminSystem.recountProgress": "{id}: phase {phase}, cursor {cursor}, {passes, plural, one {# complete pass} other {# complete passes}}, {corrected} corrected",
905
+ "adminSystem.result.attempted": "Attempted",
906
+ "adminSystem.result.bundle": "Backup file",
907
+ "adminSystem.result.corrected": "Corrected",
908
+ "adminSystem.result.dead": "Failed permanently",
909
+ "adminSystem.result.deleted": "Deleted",
910
+ "adminSystem.result.delivered": "Delivered",
911
+ "adminSystem.result.empty": "None",
912
+ "adminSystem.result.expired": "Expired",
913
+ "adminSystem.result.failed": "Failed",
914
+ "adminSystem.result.flushed": "Views saved",
915
+ "adminSystem.result.indexed": "Posts indexed",
916
+ "adminSystem.result.lifted": "Bans lifted",
917
+ "adminSystem.result.listingCount": "Listings",
918
+ "adminSystem.result.memberCount": "Members",
919
+ "adminSystem.result.no": "No",
920
+ "adminSystem.result.notified": "Notified",
921
+ "adminSystem.result.ok": "Successful",
922
+ "adminSystem.result.online": "Online",
923
+ "adminSystem.result.processed": "Processed",
924
+ "adminSystem.result.promoted": "Promoted",
925
+ "adminSystem.result.ran": "Backups run",
926
+ "adminSystem.result.record": "New online record",
927
+ "adminSystem.result.relayed": "Relayed",
928
+ "adminSystem.result.removed": "Removed",
929
+ "adminSystem.result.rendered": "Posts rendered",
930
+ "adminSystem.result.retried": "Retried",
931
+ "adminSystem.result.skipped": "Skipped",
932
+ "adminSystem.result.status": "Status",
933
+ "adminSystem.result.trigger": "Trigger",
934
+ "adminSystem.result.value": "Result",
935
+ "adminSystem.result.yes": "Yes",
936
+ "adminSystem.runCount": "{count, plural, one {# recent run} other {# recent runs}}",
903
937
  "adminSystem.runningVersion": "This board is running",
904
938
  "adminSystem.sample": "This board is running on in-memory sample data, so it has no scheduler and nothing to maintain.",
905
939
  "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.",
906
940
  "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.",
907
941
  "adminSystem.schedulerStoppedBefore": "Every task is overdue, which means the tick is not firing at all. While this is true:",
908
942
  "adminSystem.schedulerStoppedStrong": "bans do not expire",
909
- "adminSystem.searchIndexHint": "A post is indexed when it is written or edited, so this is only ever a backfill — an existing board adopting search, or one whose index was invalidated. It resumes by construction: the batch is “posts with no index entry”, a set that only shrinks, so an interrupted run costs nothing and a repeated one does nothing.",
943
+ "adminSystem.searchIndexHint": "Make older posts searchable. New and edited posts are indexed automatically.",
910
944
  "adminSystem.searchIndexIndexed": "{count} indexed",
911
945
  "adminSystem.searchIndexPending": "{count} not yet searchable",
946
+ "adminSystem.showRuns": "View recent runs",
947
+ "adminSystem.showTasks": "View scheduled tasks",
912
948
  "adminSystem.task.attachmentsSweep.description": "Deletes objects in the file store that nothing owns, and fails uploads whose re-encoding never finished. An object key is recorded before its bytes are written and forgotten when a row takes ownership, so what this collects is exactly what a crash between those two steps left behind — a question that is an indexed query here and a full bucket listing anywhere else. Purely subtractive, and bounded by a grace period, so an upload in flight is never collected out from under itself.",
913
949
  "adminSystem.task.attachmentsSweep.title": "Collect abandoned attachment files",
914
950
  "adminSystem.task.authEventsPrune.description": "Drops sign-in activity older than the retention the board is set to keep. Does nothing at all while that setting is 0, which is the default: the log is an audit trail, and one that expires without being asked to is worse than one that grows.",
@@ -955,6 +991,8 @@
955
991
  "adminSystem.task.warningsExpire.title": "Expire warnings",
956
992
  "adminSystem.task.webhooksDeliver.description": "Sends pending webhook deliveries to their subscribers, then records each verdict: delivered, retried with backoff, or dead-lettered.",
957
993
  "adminSystem.task.webhooksDeliver.title": "Deliver queued webhooks",
994
+ "adminSystem.taskCount": "{count, plural, one {# scheduled task} other {# scheduled tasks}}",
995
+ "adminSystem.taskDetails": "Task details",
958
996
  "adminSystem.taskFailures": "{count, plural, one {# failure in a row} other {# failures in a row}}",
959
997
  "adminSystem.taskInterval": "every {seconds}s",
960
998
  "adminSystem.taskLastRun": "last ran {time}",
@@ -968,6 +1006,7 @@
968
1006
  "adminSystem.taskStatus.running": "running",
969
1007
  "adminSystem.taskStatus.stale": "stale",
970
1008
  "adminSystem.tasksFailing": "{count, plural, one {# task is failing repeatedly — running, and losing. The log below says why.} other {# tasks are failing repeatedly — running, and losing. The log below says why.}}",
1009
+ "adminSystem.tasksInState": "{count} {status}",
971
1010
  "adminSystem.tasksOverdue": "{count, plural, one {# task is overdue by several of its own intervals.} other {# tasks are overdue by several of their own intervals.}}",
972
1011
  "adminSystem.threads": "{count, plural, one {# thread} other {# threads}}",
973
1012
  "adminSystem.volumes": "Volumes",