@meith/i18n 0.23.1 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/i18n",
3
- "version": "0.23.1",
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": {
@@ -293,6 +293,7 @@
293
293
  "adminForum.description": "Description",
294
294
  "adminForum.displayOrder": "Display order",
295
295
  "adminForum.displayOrderHint": "Its place among the forums beside it, counting from zero. Dragging it on the tree screen writes this for you, and renumbers its siblings to match.",
296
+ "adminForum.inheritsAll": "All inherited",
296
297
  "adminForum.inside": "Inside",
297
298
  "adminForum.kind": "Kind",
298
299
  "adminForum.kind.category": "Category — a heading that holds forums",
@@ -312,6 +313,7 @@
312
313
  "adminForum.noRights": "No rights — can read the queue and nothing else",
313
314
  "adminForum.options": "Options",
314
315
  "adminForum.orGroup": "…or a group",
316
+ "adminForum.overridesSet": "{count, plural, one {# set here} other {# set here}}",
315
317
  "adminForum.perm.allowed": "allowed",
316
318
  "adminForum.perm.ancestor": "an ancestor",
317
319
  "adminForum.perm.denied": "denied",
@@ -325,6 +327,13 @@
325
327
  "adminForum.perm.required": "required",
326
328
  "adminForum.perm.requiredOption": "Required",
327
329
  "adminForum.perm.setHere": "set here: {value}",
330
+ "adminForum.permGroup.approvals": "Approval required",
331
+ "adminForum.permGroup.attachments": "Attachments",
332
+ "adminForum.permGroup.moderation": "Moderation",
333
+ "adminForum.permGroup.other": "Other",
334
+ "adminForum.permGroup.ownContent": "Own content",
335
+ "adminForum.permGroup.posting": "Posting",
336
+ "adminForum.permGroup.viewing": "Viewing",
328
337
  "adminForum.right.canApproveContent": "Approve content",
329
338
  "adminForum.right.canEditPosts": "Edit posts",
330
339
  "adminForum.right.canMergeThreads": "Merge threads",
@@ -605,9 +614,10 @@
605
614
  "adminPanel.branding.removed": "Removed. The header is showing the board’s name again.",
606
615
  "adminPanel.branding.saved": "Saved. The header is showing it now.",
607
616
  "adminPanel.branding.upload": "Upload",
617
+ "adminPanel.cancel": "Cancel",
608
618
  "adminPanel.enter": "Enter the control panel",
609
619
  "adminPanel.idleNote": "The panel signs you out after {minutes} minutes of inactivity. Your board session is not affected.",
610
- "adminPanel.leave": "Leave the control panel",
620
+ "adminPanel.leave": "Sign out of admin panel",
611
621
  "adminPanel.mail.driverOverrides": "{name} is set in this deployment’s environment, which overrides everything below.",
612
622
  "adminPanel.mail.driverUntilUnset": "The fields on this screen are stored but not used until {name} is unset and the board redeployed.",
613
623
  "adminPanel.mail.reachesNobody": "— so password resets, registration confirmations and notification e-mail reach nobody.",
@@ -2412,6 +2422,9 @@
2412
2422
  "onboarding.profile.cta": "Complete your profile",
2413
2423
  "onboarding.profile.message": "Add a photo and a short bio so other members know who they're talking to.",
2414
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",
2415
2428
  "page.account-security": "Account security",
2416
2429
  "page.add-forum": "Add a forum",
2417
2430
  "page.add-group": "Add a group",