@meith/i18n 0.32.0 → 0.33.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 +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.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
|
@@ -182,6 +182,7 @@
|
|
|
182
182
|
"admin.undoUntil": "Undo is available until {time}.",
|
|
183
183
|
"adminAction.codeReplayed": "That code has been used already. Wait for the next one.",
|
|
184
184
|
"adminAction.codeWrong": "That code is not right.",
|
|
185
|
+
"adminAction.twoFactorExpired": "That took too long. Enter your password again.",
|
|
185
186
|
"adminAction.twoFactorRequired": "This board requires two-factor authentication of anyone who can reach the control panel. Set up an authenticator app on your account security page first.",
|
|
186
187
|
"adminAnnouncements.by": " · by {username}",
|
|
187
188
|
"adminAnnouncements.lede": "A dated notice above the forums. Nobody can reply to one, it disappears on its own date, and removing it removes nothing anybody wrote — which is what makes it a different thing from a pinned thread rather than a worse one.",
|
|
@@ -708,8 +709,13 @@
|
|
|
708
709
|
"adminPanel.token.revoke": "Revoke",
|
|
709
710
|
"adminPanel.token.scopes": "Scopes",
|
|
710
711
|
"adminPanel.token.scopesHint": "A token can never do more than its owner may. Scopes narrow it further.",
|
|
712
|
+
"adminPanel.twoFactor.cancel": "Cancel",
|
|
713
|
+
"adminPanel.twoFactor.lede": "Your password was right. Enter the code your authenticator app is showing.",
|
|
714
|
+
"adminPanel.twoFactor.recoveryHint": "Or one of the recovery codes you saved when you set this up.",
|
|
715
|
+
"adminPanel.twoFactor.recoveryHintExhausted": "Or one of the recovery codes you saved when you set this up. You have none left — replace them from your account security page once you are in.",
|
|
716
|
+
"adminPanel.twoFactor.submit": "Enter the control panel",
|
|
717
|
+
"adminPanel.twoFactor.title": "One more step",
|
|
711
718
|
"adminPanel.twoFactorCode": "Two-factor code",
|
|
712
|
-
"adminPanel.twoFactorCodeHint": "Only if your account asks for one. Leave it empty otherwise.",
|
|
713
719
|
"adminPanel.webhook.active": "Deliver events to this endpoint",
|
|
714
720
|
"adminPanel.webhook.copyNow": "Copy this signing secret now — it is shown once. Each delivery is signed with it.",
|
|
715
721
|
"adminPanel.webhook.create": "Add subscription",
|
|
@@ -2457,6 +2463,7 @@
|
|
|
2457
2463
|
"notice.app.notification-exist": "That notification does not exist.",
|
|
2458
2464
|
"notice.app.passkey-could-found": "That passkey could not be found.",
|
|
2459
2465
|
"notice.app.post-exist": "That post does not exist.",
|
|
2466
|
+
"notice.app.push-subscription-limit": "This account already has the most push subscriptions it may register. Remove one before adding another.",
|
|
2460
2467
|
"notice.app.push-subscription-valid": "That push subscription is not valid.",
|
|
2461
2468
|
"notice.app.report-exist": "That report does not exist.",
|
|
2462
2469
|
"notice.app.session-could-found": "That session could not be found.",
|