@meith/i18n 0.34.0 → 0.35.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.34.0",
3
+ "version": "0.35.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": {
@@ -2384,6 +2384,13 @@
2384
2384
  "installRestore.failed": "The restore stopped: {error}",
2385
2385
 
2386
2386
  "installRestore.pickOne": "Pick a bundle to restore.",
2387
+ "installUnlock.button": "Unlock the installer",
2388
+ "installUnlock.incorrect": "That does not match the AUTH_SECRET this board runs with.",
2389
+ "installUnlock.label": "AUTH_SECRET",
2390
+ "installUnlock.lede": "Only the operator who deployed this board holds its AUTH_SECRET. Paste it to prove you are that operator before choosing the administrator account or restoring a backup.",
2391
+ "installUnlock.pending": "Checking…",
2392
+ "installUnlock.required": "Unlock the installer with the board's AUTH_SECRET first.",
2393
+ "installUnlock.title": "Prove you deployed this board",
2387
2394
  "legal.page.privacy.footer": "Privacy",
2388
2395
  "legal.page.privacy.title": "Privacy policy",
2389
2396
  "legal.page.rules.footer": "Rules & FAQ",