@meith/i18n 0.26.0 → 0.27.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.26.0",
3
+ "version": "0.27.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": {
@@ -378,6 +378,7 @@
378
378
  "adminForum.tree.type.link": "link",
379
379
  "adminForum.tree.where.inside": "inside {parent}",
380
380
  "adminForum.tree.where.topLevel": "at the top level",
381
+ "adminForum.unsavedChanges": "Unsaved changes",
381
382
  "adminForum.usernamePlaceholder": "Username",
382
383
  "adminForums.all": "All forums",
383
384
  "adminForums.copyPreview": "This would change {changes, plural, one {# setting} other {# settings}} across {forums, plural, one {# forum} other {# forums}}{unchanged, plural, =0 {} other {, leaving # unchanged}}.",
@@ -680,13 +681,13 @@
680
681
  "adminPluginDetail.hooks": "Hooks",
681
682
  "adminPluginDetail.lastFailure": "Last failure in {hook}: {message}",
682
683
  "adminPluginDetail.migrations": "Migrations",
683
- "adminPluginDetail.migrationsHint": "Applied by community upgrade, in one transaction each, recorded as they run. There is no button here on purpose: schema changes belong to the deploy that shipped the code expecting them, and a panel that could run them out of band is a panel that can put a board’s schema ahead of its code.",
684
+ "adminPluginDetail.migrationsHint": "Applied by meith upgrade, in one transaction each, recorded as they run. There is no button here on purpose: schema changes belong to the deploy that shipped the code expecting them, and a panel that could run them out of band is a panel that can put a board’s schema ahead of its code.",
684
685
  "adminPluginDetail.notApplied": "not applied",
685
686
  "adminPluginDetail.pluginPageError": "This page failed to render. The plugin’s error is in the server log, and the rest of the panel is unaffected.",
686
687
  "adminPluginDetail.pluginPageMetaAfter": "plugin.",
687
688
  "adminPluginDetail.pluginPageMetaBefore": "Rendered by the",
688
689
  "adminPluginDetail.regions": "Regions",
689
- "adminPluginDetail.runUpgrade": "Run community upgrade before relying on this plugin — until then its code is running against a schema that does not have what it expects.",
690
+ "adminPluginDetail.runUpgrade": "Run meith upgrade before relying on this plugin — until then its code is running against a schema that does not have what it expects.",
690
691
  "adminPluginDetail.runningNo": "no",
691
692
  "adminPluginDetail.runningNoDisabled": "no — an administrator turned it off",
692
693
  "adminPluginDetail.runningRegisteredDisabled": "registered, but disabled in meith.config.ts",
@@ -707,10 +708,10 @@
707
708
  "adminPlugins.ledeAfter": "so the bundler can see it and the compiler can check it. Nothing is discovered by scanning a directory at request time.",
708
709
  "adminPlugins.ledeBefore": "Everything installable is named in",
709
710
  "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.",
710
- "adminPlugins.pendingMigrations": "{count, plural, one {# migration not applied — run community upgrade.} other {# migrations not applied — run community upgrade.}}",
711
+ "adminPlugins.pendingMigrations": "{count, plural, one {# migration not applied — run meith upgrade.} other {# migrations not applied — run meith upgrade.}}",
711
712
  "adminPlugins.recordedFailures": "{count, plural, one {# recorded failure across every instance of this board.} other {# recorded failures across every instance of this board.}}",
712
713
  "adminPlugins.serverDisabled": "Switched off after repeated failures, and it stays off until an operator clears the record: {reason}",
713
- "adminPlugins.uninstallHint": "There is no uninstall button, and that is deliberate: removing a plugin is pnpm remove, a line out of that file, and a redeploy. Run community plugin:purge first if its data should go too — that has to happen while the code is still installed, because it runs the plugin’s own onUninstall. 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.",
714
+ "adminPlugins.uninstallHint": "There is no uninstall button, and that is deliberate: removing a plugin is pnpm remove, a line out of that file, and a redeploy. Run meith plugin:purge first if its data should go too — that has to happen while the code is still installed, because it runs the plugin’s own onUninstall. 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.",
714
715
  "adminSecurity.everything": "Everything",
715
716
  "adminSecurity.filter": "Filter",
716
717
  "adminSecurity.kind": "Kind",
@@ -734,7 +735,7 @@
734
735
  "adminSettings.matchCount": "{count, plural, one {# match} other {# matches}} for “{query}”, across every group.",
735
736
  "adminSettings.noAddress": "Every link the board sends is built from it, so password resets and confirmations arrive carrying no link at all — they are polite and useless. Feeds and canonical URLs fall back to a localhost address. Set “Board address” below.",
736
737
  "adminSettings.pushNoContact": "A push service is told who to contact about the traffic it carries, and this board has nobody to give it: the contact box below is empty, no mail-from address is set, and the board’s own address is not an https one. Fill in any of the three.",
737
- "adminSettings.pushNoKeys": "This board has no usable VAPID key pair, so no push service will accept anything from it. Generate one with `community push:keys`, or paste a pair into the two boxes below. Nothing is pushed until you do, and members see no subscribe button.",
738
+ "adminSettings.pushNoKeys": "This board has no usable VAPID key pair, so no push service will accept anything from it. Generate one with `meith push:keys`, or paste a pair into the two boxes below. Nothing is pushed until you do, and members see no subscribe button.",
738
739
  "adminSettings.pushNotLive": "Web push is on and nothing is being pushed",
739
740
  "adminSettings.searchPlaceholder": "Search every group by name or description",
740
741
  "adminSettings.settingCount": "{count, plural, one {# setting} other {# settings}} in {group}.",
@@ -2057,7 +2058,7 @@
2057
2058
  "install.password.label": "Your password",
2058
2059
  "install.raced.inFlight": "Another install is already running against this database. Wait for it to finish, then reload this page.",
2059
2060
  "install.raced.sealed": "Another install sealed the board while this one was running. Nothing here was kept.",
2060
- "install.schema.missing": "The database does not have every table this board needs. Migrations run before the board serves anything — as `community migrate` in the deploy build command, or from the container entrypoint. Run that against this database and reload this page.",
2061
+ "install.schema.missing": "The database does not have every table this board needs. Migrations run before the board serves anything — as `meith migrate` in the deploy build command, or from the container entrypoint. Run that against this database and reload this page.",
2061
2062
  "install.step.admin.detail": "Argon2id, the same registration path a member uses, then promoted.",
2062
2063
  "install.step.admin.title": "Create the administrator",
2063
2064
  "install.step.forum.detail": "A category and one forum inside it, so the index is not empty.",
@@ -2845,7 +2846,6 @@
2845
2846
  "setting.group.federation": "Sign-in providers",
2846
2847
  "setting.group.legal": "Legal",
2847
2848
  "setting.group.mail": "Mail",
2848
- "setting.group.marketplace": "Marketplace",
2849
2849
  "setting.group.posting": "Posting",
2850
2850
  "setting.group.push": "Push",
2851
2851
  "setting.group.registration": "Registration",
@@ -2894,9 +2894,9 @@
2894
2894
  "setting.push.enabled.label": "Offer web push",
2895
2895
  "setting.push.vapid_private_key.description": "The other half of the pair, and the half that signs. Stored on the board. Leave the box empty to keep the key already saved.",
2896
2896
  "setting.push.vapid_private_key.label": "VAPID private key",
2897
- "setting.push.vapid_public_key.description": "The board identifies itself to a push service with this key, and every browser stores it when it subscribes. Generate the pair with `community push:keys`. Replacing it invalidates every subscription already stored, because the browsers hold the old one.",
2897
+ "setting.push.vapid_public_key.description": "The board identifies itself to a push service with this key, and every browser stores it when it subscribes. Generate the pair with `meith push:keys`. Replacing it invalidates every subscription already stored, because the browsers hold the old one.",
2898
2898
  "setting.push.vapid_public_key.label": "VAPID public key",
2899
- "setting.registration.enabled.description": "Off closes the board to new members: the Register link goes, /register says so instead of offering a form, and the action behind it refuses a submission sent straight to it. Existing members sign in as before, the installer still creates the first administrator, and \"community user:create\" still works — closing the door is not the same as locking yourself out.",
2899
+ "setting.registration.enabled.description": "Off closes the board to new members: the Register link goes, /register says so instead of offering a form, and the action behind it refuses a submission sent straight to it. Existing members sign in as before, the installer still creates the first administrator, and \"meith user:create\" still works — closing the door is not the same as locking yourself out.",
2900
2900
  "setting.registration.enabled.label": "Allow new registrations",
2901
2901
  "setting.registration.method.description": "\"none\" logs the user straight in. \"email\" requires a link. \"admin\" queues the account for manual approval. \"both\" requires e-mail then admin.",
2902
2902
  "setting.registration.method.label": "Activation method",