@meith/i18n 0.28.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.28.
|
|
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
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
"adminPanel.system.retry": "Retry",
|
|
658
658
|
"adminPanel.system.sessionsRemoved": "{removed} session rows removed.",
|
|
659
659
|
"adminPanel.system.tokensRemoved": "{removed} token rows removed.",
|
|
660
|
-
"adminPanel.system.upgradeApplied": "
|
|
660
|
+
"adminPanel.system.upgradeApplied": "Pending migrations applied. This deployment is up to date.",
|
|
661
661
|
"adminPanel.title": "Control panel",
|
|
662
662
|
"adminPanel.token.copyNow": "Copy this now — it is not shown again and cannot be recovered.",
|
|
663
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.",
|
|
@@ -766,7 +766,7 @@
|
|
|
766
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.",
|
|
767
767
|
"adminSystem.members": "{count, plural, one {# member} other {# members}}",
|
|
768
768
|
"adminSystem.migrations": "Version & migrations",
|
|
769
|
-
"adminSystem.migrationsHint": "This applies the pending
|
|
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
770
|
"adminSystem.migrationsUpToDate": "The database matches this version. There is nothing to apply.",
|
|
771
771
|
"adminSystem.neverRun": "never run",
|
|
772
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.",
|