@meith/i18n 0.35.1 → 0.36.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.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
|
@@ -2188,7 +2188,9 @@
|
|
|
2188
2188
|
"errorNotice.home": "Forum home",
|
|
2189
2189
|
"errorNotice.notFound.message": "The page you requested does not exist or is no longer available.",
|
|
2190
2190
|
"errorNotice.notFound.title": "Page not found",
|
|
2191
|
+
"form.hidePassword": "Hide password",
|
|
2191
2192
|
"form.notSaved": "Not saved.",
|
|
2193
|
+
"form.showPassword": "Show password",
|
|
2192
2194
|
"form.working": "Working…",
|
|
2193
2195
|
"forum.threadDeleted": "The thread was deleted. It is removed rather than destroyed, so a moderator can restore it.",
|
|
2194
2196
|
"forum.threadHeld": "Your thread was posted and is waiting for a moderator to approve it.",
|
|
@@ -2273,7 +2275,6 @@
|
|
|
2273
2275
|
"install.restore.hint": "A bundle taken by another deployment of this board — the nightly one, or the one you took before the server died — becomes this board again. It replaces the empty schema the migrator just wrote, applies any migrations the bundle predates, and puts the uploads back. Nothing here can be overwritten: a board with members refuses to restore.",
|
|
2274
2276
|
"install.restore.idleNote": "Takes seconds for a small board and minutes for a large one. When it finishes, the installer is gone and the board is back.",
|
|
2275
2277
|
"install.restore.migrated": "{count, plural, one {# migration the bundle predates was} other {# migrations the bundle predates were}} applied on top.",
|
|
2276
|
-
|
|
2277
2278
|
"install.restore.next": "Restart the web and worker containers so nothing holds a connection from before the restore, then sign in with an account from the restored board.",
|
|
2278
2279
|
"install.restore.noUploads": "The bundle carried no uploads. If they lived in an object store, point this deployment at the same bucket; otherwise posts will have broken images.",
|
|
2279
2280
|
"install.restore.noneAnywhere": "No bundles in the backup directory, and none at {destination}.",
|
|
@@ -2382,7 +2383,6 @@
|
|
|
2382
2383
|
"installRestore.busy": "Another install or restore is running on this board. Wait for it and reload.",
|
|
2383
2384
|
"installRestore.confirmFirst": "Confirm that you hold the AUTH_SECRET the board ran with before restoring.",
|
|
2384
2385
|
"installRestore.failed": "The restore stopped: {error}",
|
|
2385
|
-
|
|
2386
2386
|
"installRestore.pickOne": "Pick a bundle to restore.",
|
|
2387
2387
|
"installUnlock.button": "Unlock the installer",
|
|
2388
2388
|
"installUnlock.incorrect": "That does not match the AUTH_SECRET this board runs with.",
|