@meith/i18n 0.23.2 → 0.23.3
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 +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.3",
|
|
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
|
@@ -614,9 +614,10 @@
|
|
|
614
614
|
"adminPanel.branding.removed": "Removed. The header is showing the board’s name again.",
|
|
615
615
|
"adminPanel.branding.saved": "Saved. The header is showing it now.",
|
|
616
616
|
"adminPanel.branding.upload": "Upload",
|
|
617
|
+
"adminPanel.cancel": "Cancel",
|
|
617
618
|
"adminPanel.enter": "Enter the control panel",
|
|
618
619
|
"adminPanel.idleNote": "The panel signs you out after {minutes} minutes of inactivity. Your board session is not affected.",
|
|
619
|
-
"adminPanel.leave": "
|
|
620
|
+
"adminPanel.leave": "Sign out of admin panel",
|
|
620
621
|
"adminPanel.mail.driverOverrides": "{name} is set in this deployment’s environment, which overrides everything below.",
|
|
621
622
|
"adminPanel.mail.driverUntilUnset": "The fields on this screen are stored but not used until {name} is unset and the board redeployed.",
|
|
622
623
|
"adminPanel.mail.reachesNobody": "— so password resets, registration confirmations and notification e-mail reach nobody.",
|
|
@@ -2421,6 +2422,9 @@
|
|
|
2421
2422
|
"onboarding.profile.cta": "Complete your profile",
|
|
2422
2423
|
"onboarding.profile.message": "Add a photo and a short bio so other members know who they're talking to.",
|
|
2423
2424
|
"onboarding.welcome.message": "Welcome! Have a look around, and post whenever you're ready.",
|
|
2425
|
+
"otp.recoveryLabel": "Recovery code",
|
|
2426
|
+
"otp.useApp": "Enter a code from your app instead",
|
|
2427
|
+
"otp.useRecovery": "Enter a recovery code instead",
|
|
2424
2428
|
"page.account-security": "Account security",
|
|
2425
2429
|
"page.add-forum": "Add a forum",
|
|
2426
2430
|
"page.add-group": "Add a group",
|