@meith/i18n 0.30.1 → 0.32.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 +142 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.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
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"accountForm.avatar.removeBlurb": "Removing it takes the image down everywhere it appears.",
|
|
20
20
|
"accountForm.avatar.title": "Your avatar",
|
|
21
21
|
"accountForm.avatar.upload": "Upload",
|
|
22
|
+
"accountForm.boardDigest.description": "How often it arrives, once the board digest is switched on above.",
|
|
23
|
+
"accountForm.boardDigest.legend": "Board digest cadence",
|
|
24
|
+
"accountForm.boardDigest.monthly": "Monthly",
|
|
25
|
+
"accountForm.boardDigest.submit": "Save cadence",
|
|
26
|
+
"accountForm.boardDigest.weekly": "Weekly",
|
|
22
27
|
"accountForm.displayGroup.hint": "Every group you are in is here, and the one you pick decides the title, colour and badge beside your posts. A group you hold only until a date drops off this list when it lapses, and your name goes back to your main group.",
|
|
23
28
|
"accountForm.displayGroup.label": "Shown under your name",
|
|
24
29
|
"accountForm.displayGroup.submit": "Save display group",
|
|
@@ -28,6 +33,20 @@
|
|
|
28
33
|
"accountForm.email.note": "Nothing changes until you follow the link we send to the new address.",
|
|
29
34
|
"accountForm.email.submit": "Send confirmation",
|
|
30
35
|
"accountForm.email.title": "Change your e-mail address",
|
|
36
|
+
"accountForm.feed.active": "Your feed token is active.",
|
|
37
|
+
"accountForm.feed.atomLabel": "Your private Atom address",
|
|
38
|
+
"accountForm.feed.blurb": "Feeds are public by default, so an address you can hand to any reader never carries a private forum. A feed token adds a secret to your feed address that shows exactly the forums you can see when signed in — no more. Treat it like a password.",
|
|
39
|
+
"accountForm.feed.copyNow": "Copy your feed token now — it is shown only once.",
|
|
40
|
+
"accountForm.feed.detail": "Created {created}. Last used {used}.",
|
|
41
|
+
"accountForm.feed.generate": "Generate feed token",
|
|
42
|
+
"accountForm.feed.neverUsed": "not yet",
|
|
43
|
+
"accountForm.feed.none": "You have no feed token. Generate one to follow your private forums by RSS or Atom.",
|
|
44
|
+
"accountForm.feed.regenerate": "Regenerate feed token",
|
|
45
|
+
"accountForm.feed.revealHint": "Keep it secret: anyone who holds this address can read every forum you can. Regenerating it, or changing your password, replaces it and the old address stops working.",
|
|
46
|
+
"accountForm.feed.revoke": "Revoke feed token",
|
|
47
|
+
"accountForm.feed.rssLabel": "Your private RSS address",
|
|
48
|
+
"accountForm.feed.title": "Feed token",
|
|
49
|
+
"accountForm.feed.warning": "Regenerating replaces the token, so any reader using the old address will need the new one.",
|
|
31
50
|
"accountForm.follow.follow": "Follow",
|
|
32
51
|
"accountForm.follow.forum": "Follow this forum",
|
|
33
52
|
"accountForm.follow.frequency": "How often to notify me",
|
|
@@ -52,6 +71,10 @@
|
|
|
52
71
|
"accountForm.notifications.markRead": "Mark as read",
|
|
53
72
|
"accountForm.notifications.push": "Push",
|
|
54
73
|
"accountForm.notifications.submit": "Save preferences",
|
|
74
|
+
"accountForm.options.autoWatchOwnThreads": "Follow threads I start",
|
|
75
|
+
"accountForm.options.autoWatchOwnThreadsHint": "Starting a thread follows it for you at this cadence, and pre-ticks the composer's Notify me of replies box so you can see it coming. Untick the box on any one post to skip it just that once.",
|
|
76
|
+
"accountForm.options.autoWatchRepliedThreads": "Follow threads I reply to",
|
|
77
|
+
"accountForm.options.autoWatchRepliedThreadsHint": "Replying to a thread you are not already following starts following it at this cadence. A thread you have muted stays muted, however you reply to it.",
|
|
55
78
|
"accountForm.options.invisible": "Browse invisibly",
|
|
56
79
|
"accountForm.options.invisibleHint": "You will not appear in the online list, and you will not be counted in it either. Your posts are unaffected, and moderators can still see that you are here.",
|
|
57
80
|
"accountForm.options.locale": "Language",
|
|
@@ -220,6 +243,7 @@
|
|
|
220
243
|
"adminAttachments.stored": "Stored",
|
|
221
244
|
"adminBanFilter.addFilter": "Add filter",
|
|
222
245
|
"adminBanFilter.added": "Filter added.",
|
|
246
|
+
"adminBanFilter.confirm.remove": "Remove this ban filter? Registrations it currently blocks will be allowed again.",
|
|
223
247
|
"adminBanFilter.note": "Note",
|
|
224
248
|
"adminBanFilter.noteHint": "Optional, and only ever seen here. Why the filter exists, so the next administrator knows whether it still needs to.",
|
|
225
249
|
"adminBanFilter.pattern": "Pattern",
|
|
@@ -255,6 +279,13 @@
|
|
|
255
279
|
"adminContent.captcha.answersHint": "One per line. Any of them is accepted, ignoring case and extra spaces.",
|
|
256
280
|
"adminContent.captcha.question": "Question",
|
|
257
281
|
"adminContent.captcha.questionPlaceholder": "What is the name of this forum?",
|
|
282
|
+
"adminContent.confirm.deleteAnnouncement": "Delete this announcement? It disappears from every page it shows on.",
|
|
283
|
+
"adminContent.confirm.deleteAttachment": "Delete this attachment? The file is removed for good and any post using it loses it.",
|
|
284
|
+
"adminContent.confirm.deleteCaptchaQuestion": "Delete this registration question? It will no longer be asked.",
|
|
285
|
+
"adminContent.confirm.deleteDirective": "Delete this directive? Posts that use it stop rendering it.",
|
|
286
|
+
"adminContent.confirm.deletePrefix": "Delete this prefix? Threads that use it lose it.",
|
|
287
|
+
"adminContent.confirm.deleteSmiley": "Delete this smiley? Its code stops rendering as an image.",
|
|
288
|
+
"adminContent.confirm.deleteWordFilter": "Delete this word filter? Its replacement stops being applied to new posts.",
|
|
258
289
|
"adminContent.directive.block": "Block",
|
|
259
290
|
"adminContent.directive.name": "Name",
|
|
260
291
|
"adminContent.directive.nameHint": "1–16 letters or digits. Written {block} as a block, or {inline} inline.",
|
|
@@ -293,7 +324,6 @@
|
|
|
293
324
|
"adminForum.description": "Description",
|
|
294
325
|
"adminForum.displayOrder": "Display order",
|
|
295
326
|
"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",
|
|
297
327
|
"adminForum.inside": "Inside",
|
|
298
328
|
"adminForum.kind": "Kind",
|
|
299
329
|
"adminForum.kind.category": "Category — a heading that holds forums",
|
|
@@ -313,7 +343,6 @@
|
|
|
313
343
|
"adminForum.noRights": "No rights — can read the queue and nothing else",
|
|
314
344
|
"adminForum.options": "Options",
|
|
315
345
|
"adminForum.orGroup": "…or a group",
|
|
316
|
-
"adminForum.overridesSet": "{count, plural, one {# set here} other {# set here}}",
|
|
317
346
|
"adminForum.perm.allowed": "allowed",
|
|
318
347
|
"adminForum.perm.ancestor": "an ancestor",
|
|
319
348
|
"adminForum.perm.denied": "denied",
|
|
@@ -326,14 +355,15 @@
|
|
|
326
355
|
"adminForum.perm.notRequiredOption": "Not required",
|
|
327
356
|
"adminForum.perm.required": "required",
|
|
328
357
|
"adminForum.perm.requiredOption": "Required",
|
|
329
|
-
"adminForum.perm.setHere": "set here: {value}",
|
|
330
358
|
"adminForum.permGroup.approvals": "Approval required",
|
|
331
359
|
"adminForum.permGroup.attachments": "Attachments",
|
|
332
360
|
"adminForum.permGroup.moderation": "Moderation",
|
|
361
|
+
"adminForum.permGroup.numeric": "Numeric limits",
|
|
333
362
|
"adminForum.permGroup.other": "Other",
|
|
334
363
|
"adminForum.permGroup.ownContent": "Own content",
|
|
335
364
|
"adminForum.permGroup.posting": "Posting",
|
|
336
365
|
"adminForum.permGroup.viewing": "Viewing",
|
|
366
|
+
"adminForum.permission": "Permission",
|
|
337
367
|
"adminForum.right.canApproveContent": "Approve content",
|
|
338
368
|
"adminForum.right.canEditPosts": "Edit posts",
|
|
339
369
|
"adminForum.right.canMergeThreads": "Merge threads",
|
|
@@ -345,7 +375,7 @@
|
|
|
345
375
|
"adminForum.right.canStickThreads": "Stick threads",
|
|
346
376
|
"adminForum.saveAppointment": "Save appointment",
|
|
347
377
|
"adminForum.saveForum": "Save forum",
|
|
348
|
-
"adminForum.
|
|
378
|
+
"adminForum.saveMatrix": "Save permissions",
|
|
349
379
|
"adminForum.slug": "Slug",
|
|
350
380
|
"adminForum.slugHint": "Appears in every link to this forum. Lower-case letters, numbers and single hyphens — anything else would have to be escaped, and a URL nobody can paste is worse than an ugly one.",
|
|
351
381
|
"adminForum.title": "Title",
|
|
@@ -548,6 +578,8 @@
|
|
|
548
578
|
"adminNav.admin-users-prune.title": "Prune members",
|
|
549
579
|
"adminNav.admin-users.blurb": "Find an account, change it, merge or prune, or mail the board.",
|
|
550
580
|
"adminNav.admin-users.title": "Users",
|
|
581
|
+
"adminNav.admin-webhooks.blurb": "Deliver new threads, posts and reports to an endpoint you choose.",
|
|
582
|
+
"adminNav.admin-webhooks.title": "Webhooks",
|
|
551
583
|
"adminNav.admin.blurb": "What is waiting, the board at a glance, and the latest activity.",
|
|
552
584
|
"adminNav.admin.title": "Overview",
|
|
553
585
|
"adminNav.plugin.blurb": "Every screen {name} adds to the panel.",
|
|
@@ -559,6 +591,7 @@
|
|
|
559
591
|
"adminNavigation.audience.members": "Signed-in members",
|
|
560
592
|
"adminNavigation.audience.staff": "Staff",
|
|
561
593
|
"adminNavigation.builtIn": "from the board",
|
|
594
|
+
"adminNavigation.confirm.delete": "Delete this navigation link? It is removed from the menu.",
|
|
562
595
|
"adminNavigation.custom": "added here",
|
|
563
596
|
"adminNavigation.groups": "Groups",
|
|
564
597
|
"adminNavigation.groupsHint": "Tick none to show the item to everyone the audience above admits. Tick some and only members of those groups see it.",
|
|
@@ -663,6 +696,7 @@
|
|
|
663
696
|
"adminPanel.system.tokensRemoved": "{removed} token rows removed.",
|
|
664
697
|
"adminPanel.system.upgradeApplied": "Pending migrations applied. This deployment is up to date.",
|
|
665
698
|
"adminPanel.title": "Control panel",
|
|
699
|
+
"adminPanel.token.confirmRevoke": "Revoke this token? Anything using it will immediately stop working, and it cannot be restored.",
|
|
666
700
|
"adminPanel.token.copyNow": "Copy this now — it is not shown again and cannot be recovered.",
|
|
667
701
|
"adminPanel.token.expiresHint": "A whole number of days. Leave it empty for a token that never expires — anything else is refused rather than read as never.",
|
|
668
702
|
"adminPanel.token.expiresInDays": "Expires in (days)",
|
|
@@ -676,6 +710,21 @@
|
|
|
676
710
|
"adminPanel.token.scopesHint": "A token can never do more than its owner may. Scopes narrow it further.",
|
|
677
711
|
"adminPanel.twoFactorCode": "Two-factor code",
|
|
678
712
|
"adminPanel.twoFactorCodeHint": "Only if your account asks for one. Leave it empty otherwise.",
|
|
713
|
+
"adminPanel.webhook.active": "Deliver events to this endpoint",
|
|
714
|
+
"adminPanel.webhook.copyNow": "Copy this signing secret now — it is shown once. Each delivery is signed with it.",
|
|
715
|
+
"adminPanel.webhook.create": "Add subscription",
|
|
716
|
+
"adminPanel.webhook.delete": "Delete",
|
|
717
|
+
"adminPanel.webhook.disable": "Pause",
|
|
718
|
+
"adminPanel.webhook.enable": "Resume",
|
|
719
|
+
"adminPanel.webhook.format": "Payload format",
|
|
720
|
+
"adminPanel.webhook.format.discord": "Discord",
|
|
721
|
+
"adminPanel.webhook.format.json": "Plain JSON",
|
|
722
|
+
"adminPanel.webhook.formatHint": "Discord posts a message with a link. Plain JSON posts the event and its ids, signed.",
|
|
723
|
+
"adminPanel.webhook.topics": "Topics",
|
|
724
|
+
"adminPanel.webhook.topicsHint": "The events this endpoint receives.",
|
|
725
|
+
"adminPanel.webhook.url": "Endpoint",
|
|
726
|
+
"adminPanel.webhook.urlHint": "The https:// address each event is posted to. Plain http:// is refused.",
|
|
727
|
+
"adminPanel.webhook.urlPlaceholder": "https://example.com/hooks/meith",
|
|
679
728
|
"adminPluginDetail.allPlugins": "All plugins",
|
|
680
729
|
"adminPluginDetail.applied": "applied",
|
|
681
730
|
"adminPluginDetail.calls": "Calls",
|
|
@@ -698,6 +747,7 @@
|
|
|
698
747
|
"adminPluginDetail.runningNoDisabled": "no — an administrator turned it off",
|
|
699
748
|
"adminPluginDetail.runningRegisteredDisabled": "registered, but disabled in meith.config.ts",
|
|
700
749
|
"adminPluginDetail.runningUndefined": "a key with no definition",
|
|
750
|
+
"adminPluginDetail.schedule": "at {schedule} UTC",
|
|
701
751
|
"adminPluginDetail.screens": "{plugin} screens",
|
|
702
752
|
"adminPluginDetail.settings": "Settings",
|
|
703
753
|
"adminPluginDetail.settingsHint": "Stored under this plugin’s own namespace, so two plugins cannot collide and neither can reach a board setting.",
|
|
@@ -796,6 +846,8 @@
|
|
|
796
846
|
"adminSystem.task.avatarsSweep.title": "Fail unfinished avatar uploads",
|
|
797
847
|
"adminSystem.task.bansExpire.description": "Lifts bans whose expiry has passed, restoring each user to the group they held when banned. Acts on outstanding state rather than on what expired since the last run, so a skipped day costs a delay and nothing else, and a doubled tick lifts nothing twice.",
|
|
798
848
|
"adminSystem.task.bansExpire.title": "Expire temporary bans",
|
|
849
|
+
"adminSystem.task.boardDigestSend.description": "Sends the recap a member opted into after they have been away long enough to count as lapsed, and only once their own cadence — weekly or monthly — is due. Content is fetched per recipient through the same permission filter as the rest of the board, so a digest never names a thread its reader could not open. Hourly, for the same reason the subscription digest is: a due check is a query that finds nobody most of the time.",
|
|
850
|
+
"adminSystem.task.boardDigestSend.title": "Send board activity digests",
|
|
799
851
|
"adminSystem.task.countersReconcile.description": "Recomputes forum and thread counters from source rows. Counters are maintained incrementally on the write path for speed; this is the safety net that repairs drift from a crashed request or a bad import. Idempotent by construction — it writes a computed truth, not a delta.",
|
|
800
852
|
"adminSystem.task.countersReconcile.title": "Reconcile denormalised counters",
|
|
801
853
|
"adminSystem.task.groupsExpire.description": "Deletes secondary group memberships whose expiry has passed and bumps the permission version so derived caches follow. Actor assembly already excludes a lapsed row, so access ended on time regardless — this tidies the table rather than enforcing the boundary, and a doubled tick deletes nothing twice.",
|
|
@@ -1140,6 +1192,16 @@
|
|
|
1140
1192
|
"adminUsers.until": "until",
|
|
1141
1193
|
"adminUsers.username": "Username",
|
|
1142
1194
|
"adminUsers.warningPoints": "{count, plural, one {# warning point} other {# warning points}}",
|
|
1195
|
+
"adminWebhooks.add": "Add a subscription",
|
|
1196
|
+
"adminWebhooks.dead": "failed",
|
|
1197
|
+
"adminWebhooks.delivered": "delivered",
|
|
1198
|
+
"adminWebhooks.empty": "No webhook subscriptions yet.",
|
|
1199
|
+
"adminWebhooks.existing": "Subscriptions",
|
|
1200
|
+
"adminWebhooks.lede": "New threads, posts and reports delivered to an endpoint of your choosing — signed, queued, and retried with backoff.",
|
|
1201
|
+
"adminWebhooks.pending": "pending",
|
|
1202
|
+
"adminWebhooks.recent": "Recent deliveries",
|
|
1203
|
+
"adminWebhooks.state.active": "active",
|
|
1204
|
+
"adminWebhooks.state.paused": "paused",
|
|
1143
1205
|
"appearance.apply": "Apply",
|
|
1144
1206
|
"appearance.scheme.dark": "Dark",
|
|
1145
1207
|
"appearance.scheme.light": "Light",
|
|
@@ -1342,6 +1404,7 @@
|
|
|
1342
1404
|
"board.modlog.ipLookup": "Looked up an address",
|
|
1343
1405
|
"board.modlog.moderation.approve": "Approved held content",
|
|
1344
1406
|
"board.modlog.moderation.reject": "Rejected held content",
|
|
1407
|
+
"board.modlog.post.autohold": "Held content after community reports",
|
|
1345
1408
|
"board.modlog.post.delete": "Deleted a post",
|
|
1346
1409
|
"board.modlog.post.edit": "Edited a post they did not write",
|
|
1347
1410
|
"board.modlog.post.restore": "Restored a post",
|
|
@@ -1395,6 +1458,9 @@
|
|
|
1395
1458
|
"board.reports.deletedAccount": "a deleted account",
|
|
1396
1459
|
"board.reports.deletedMember": "a deleted member",
|
|
1397
1460
|
"board.reports.dismissed": "Report dismissed.",
|
|
1461
|
+
"board.reports.filterAll": "All categories",
|
|
1462
|
+
"board.reports.filterApply": "Filter",
|
|
1463
|
+
"board.reports.filterCategory": "Category",
|
|
1398
1464
|
"board.reports.message": "The reported message",
|
|
1399
1465
|
"board.reports.messageDeleted": "This message has since been deleted by everybody who held it.",
|
|
1400
1466
|
"board.reports.messageFrom": "The reported message, from {username}",
|
|
@@ -1440,13 +1506,20 @@
|
|
|
1440
1506
|
"composer.attachment.uploading": "Uploading…",
|
|
1441
1507
|
"composer.attachments.hint": "Drop files here, or choose up to {count, plural, one {# file} other {# files}} of {size} each — PNG, JPEG, PDF or ZIP. Images are re-encoded, which removes any metadata they carry.",
|
|
1442
1508
|
"composer.attachments.label": "Attachments",
|
|
1509
|
+
"composer.attachments.remove": "Remove",
|
|
1510
|
+
"composer.attachments.removeChosen": "Remove {name}",
|
|
1443
1511
|
"composer.autosave.failed": "Autosave failed. Use Save draft to keep this version on the server.",
|
|
1444
1512
|
"composer.autosave.saved": "Saved just now.",
|
|
1445
1513
|
"composer.autosave.saving": "Saving…",
|
|
1446
1514
|
"composer.draftSaved": "Draft saved.",
|
|
1515
|
+
"composer.edit.attachmentFailed": "Could not be processed.",
|
|
1516
|
+
"composer.edit.attachmentProcessing": "Still being processed.",
|
|
1517
|
+
"composer.edit.attachments": "Current attachments",
|
|
1447
1518
|
"composer.edit.delete": "Delete this post",
|
|
1448
1519
|
"composer.edit.deleteBlurb": "Deleting hides this post from the thread. A moderator can put it back.",
|
|
1449
1520
|
"composer.edit.reason": "Reason for editing (optional)",
|
|
1521
|
+
"composer.edit.remove": "Remove",
|
|
1522
|
+
"composer.edit.removeAttachment": "Remove {name}",
|
|
1450
1523
|
"composer.edit.restore": "Restore this post",
|
|
1451
1524
|
"composer.edit.restoreBlurb": "This post is deleted. Restoring puts it back in the thread and back into the board’s counts.",
|
|
1452
1525
|
"composer.edit.submit": "Save changes",
|
|
@@ -1456,6 +1529,7 @@
|
|
|
1456
1529
|
"composer.help.codeBlock": "a code block, closed by another ```",
|
|
1457
1530
|
"composer.help.codeInline": "code, inline",
|
|
1458
1531
|
"composer.help.heading": "a heading",
|
|
1532
|
+
"composer.help.image": "an image from a URL; the text in brackets describes it",
|
|
1459
1533
|
"composer.help.italic": "italic",
|
|
1460
1534
|
"composer.help.link": "a link",
|
|
1461
1535
|
"composer.help.list": "a list; 1. for a numbered one",
|
|
@@ -1465,6 +1539,9 @@
|
|
|
1465
1539
|
"composer.help.spoiler": "a spoiler, hidden until clicked",
|
|
1466
1540
|
"composer.help.struck": "struck out",
|
|
1467
1541
|
"composer.help.summary": "Formatting help",
|
|
1542
|
+
"composer.help.table": "a table; the row of dashes separates the header",
|
|
1543
|
+
"composer.help.taskList": "a task list item; write - [x] when it is done",
|
|
1544
|
+
"composer.mention.available": "{count, plural, one {# suggestion available} other {# suggestions available}}",
|
|
1468
1545
|
"composer.mention.suggestions": "Mention suggestions",
|
|
1469
1546
|
"composer.message": "Message",
|
|
1470
1547
|
"composer.multiquote.addToReply": "Add to reply",
|
|
@@ -1478,8 +1555,10 @@
|
|
|
1478
1555
|
"composer.multiquote.quotesPartial": "{added, plural, one {# quote} other {# quotes}} added to your reply — {missed} could not be quoted.",
|
|
1479
1556
|
"composer.multiquote.removed": "Removed from multi-quote — {count, plural, =0 {nothing selected} one {# post selected} other {# posts selected}}.",
|
|
1480
1557
|
"composer.multiquote.selectedToQuote": "{count, plural, =0 {Nothing selected to quote} one {# post selected to quote} other {# posts selected to quote}}",
|
|
1558
|
+
"composer.multiquote.tooltip": "Collect posts to quote together in one reply.",
|
|
1481
1559
|
"composer.newThread.addPoll": "Add a poll",
|
|
1482
1560
|
"composer.newThread.choosePrefix": "Choose a prefix…",
|
|
1561
|
+
"composer.newThread.morePollOptions": "More options",
|
|
1483
1562
|
"composer.newThread.noPrefix": "None",
|
|
1484
1563
|
"composer.newThread.option": "Option {number}",
|
|
1485
1564
|
"composer.newThread.optional": "Optional",
|
|
@@ -1494,12 +1573,15 @@
|
|
|
1494
1573
|
"composer.newThread.submit": "Post thread",
|
|
1495
1574
|
"composer.notifyReplies": "Notify me of replies",
|
|
1496
1575
|
"composer.placeholder.bold": "bold text",
|
|
1576
|
+
"composer.placeholder.image": "alt text",
|
|
1497
1577
|
"composer.placeholder.italic": "italic text",
|
|
1498
1578
|
"composer.placeholder.spoiler": "hidden text",
|
|
1499
1579
|
"composer.placeholder.struck": "struck out",
|
|
1580
|
+
"composer.placeholder.table": "Heading",
|
|
1500
1581
|
"composer.preview": "Preview",
|
|
1501
1582
|
"composer.previewEmpty": "Nothing to preview yet.",
|
|
1502
1583
|
"composer.previewFailed": "The preview could not be rendered. Your post is untouched — switch back to Write.",
|
|
1584
|
+
"composer.recipient.suggestions": "Recipient suggestions",
|
|
1503
1585
|
"composer.recovery.available": "A newer unsent version was recovered from this browser.",
|
|
1504
1586
|
"composer.recovery.discard": "Discard",
|
|
1505
1587
|
"composer.recovery.restore": "Restore",
|
|
@@ -1518,14 +1600,20 @@
|
|
|
1518
1600
|
"composer.tool.bulletedList": "Bulleted list",
|
|
1519
1601
|
"composer.tool.code": "Code",
|
|
1520
1602
|
"composer.tool.heading": "Heading",
|
|
1603
|
+
"composer.tool.image": "Image",
|
|
1521
1604
|
"composer.tool.italic": "Italic",
|
|
1522
1605
|
"composer.tool.link": "Link",
|
|
1523
1606
|
"composer.tool.numberedList": "Numbered list",
|
|
1524
1607
|
"composer.tool.quote": "Quote",
|
|
1525
1608
|
"composer.tool.spoiler": "Spoiler",
|
|
1526
1609
|
"composer.tool.strikethrough": "Strikethrough",
|
|
1610
|
+
"composer.tool.table": "Table",
|
|
1611
|
+
"composer.tool.taskList": "Task list",
|
|
1527
1612
|
"composer.toolShortcut": "{label} (Ctrl+{key})",
|
|
1528
1613
|
"composer.write": "Write",
|
|
1614
|
+
"confirm.cancel": "Cancel",
|
|
1615
|
+
"confirm.confirm": "Confirm",
|
|
1616
|
+
"confirm.heading": "Please confirm",
|
|
1529
1617
|
"contacts.added": "{name} is now on your buddy list.",
|
|
1530
1618
|
"contacts.ignored": "You are now ignoring {name}. Their posts are hidden behind a link, and they cannot send you private messages.",
|
|
1531
1619
|
"contacts.removed": "{name} has been taken off your lists.",
|
|
@@ -1612,6 +1700,15 @@
|
|
|
1612
1700
|
"discovery.today.label": "Today's posts",
|
|
1613
1701
|
"discovery.unanswered.blurb": "Threads nobody has replied to yet — a good place to help.",
|
|
1614
1702
|
"discovery.unanswered.label": "Unanswered",
|
|
1703
|
+
"discovery.unread.blurb": "Threads with something new since you last read them.",
|
|
1704
|
+
"discovery.unread.label": "Unread",
|
|
1705
|
+
"draftsPage.confirm.delete": "Delete this draft? What you wrote will be gone for good.",
|
|
1706
|
+
"draftsPage.delete": "Delete",
|
|
1707
|
+
"draftsPage.kind.reply": "Reply",
|
|
1708
|
+
"draftsPage.kind.thread": "New thread",
|
|
1709
|
+
"draftsPage.lede": "Threads and replies you started but never posted. Resuming one drops you back into the composer with what you wrote still there.",
|
|
1710
|
+
"draftsPage.none": "You have no saved drafts.",
|
|
1711
|
+
"draftsPage.resume": "Resume",
|
|
1615
1712
|
"error.accounts.account-already-asks-for-code": "Your account already asks for a code. Turn that off before setting it up again.",
|
|
1616
1713
|
"error.accounts.account-already-asks-for-code-2": "Your account already asks for a code.",
|
|
1617
1714
|
"error.accounts.account-behind-passkey-longer-exists": "The account behind that passkey no longer exists.",
|
|
@@ -1622,6 +1719,7 @@
|
|
|
1622
1719
|
"error.accounts.account-used-board-contact-administrator": "This account cannot be used on this board. Contact an administrator if you believe this is a mistake.",
|
|
1623
1720
|
"error.accounts.address-already-use-board": "That address is already in use on this board.",
|
|
1624
1721
|
"error.accounts.address-already-using": "That is the address you are already using.",
|
|
1722
|
+
"error.accounts.auto-watch-preference": "That is not a follow cadence this board recognises.",
|
|
1625
1723
|
"error.accounts.ban-expire-past": "A ban cannot expire in the past.",
|
|
1626
1724
|
"error.accounts.ban-filter-already-held": "This board already holds that filter.",
|
|
1627
1725
|
"error.accounts.ban-filter-needs-pattern": "A ban filter needs a pattern.",
|
|
@@ -1632,6 +1730,7 @@
|
|
|
1632
1730
|
"error.accounts.board-read-secret-behind-authenticator": "This board cannot read the secret behind your authenticator app. Its AUTH_SECRET has changed, so two-factor authentication must be set up again.",
|
|
1633
1731
|
"error.accounts.could-settle-free-username-for": "Could not settle on a free username for that account. Register with a password instead, then link the two from your account security page.",
|
|
1634
1732
|
"error.accounts.current-password": "That is not your current password.",
|
|
1733
|
+
"error.accounts.digest-cadence-weekly-monthly": "Give weekly or monthly.",
|
|
1635
1734
|
"error.accounts.email-already-registered": "That email is already registered.",
|
|
1636
1735
|
"error.accounts.github-refused-sign-in-code-start": "GitHub refused the sign-in code. Start again from the sign-in page.",
|
|
1637
1736
|
"error.accounts.github-sent-account-with-stable": "GitHub sent an account with no stable identifier.",
|
|
@@ -1689,6 +1788,7 @@
|
|
|
1689
1788
|
"error.app.board-accept-posts": "This board cannot accept posts.",
|
|
1690
1789
|
"error.app.board-cannot-be-upgraded": "This board cannot be upgraded.",
|
|
1691
1790
|
"error.app.board-database-so-api": "This board has no database, so it has no API.",
|
|
1791
|
+
"error.app.board-database-webhooks": "This board has no database, so it keeps no webhooks.",
|
|
1692
1792
|
"error.app.board-keeps-avatars": "This board keeps no avatars.",
|
|
1693
1793
|
"error.app.board-keeps-signatures": "This board keeps no signatures.",
|
|
1694
1794
|
"error.app.board-manages-sign-ins-for-its": "This board manages sign-ins for its members.",
|
|
@@ -1745,6 +1845,7 @@
|
|
|
1745
1845
|
"error.app.enter-password": "Enter your password.",
|
|
1746
1846
|
"error.app.exist": "That does not exist.",
|
|
1747
1847
|
"error.app.expires-days-must-whole-number": "Expires in (days) must be a whole number of days above zero. Leave it empty for a token that never expires.",
|
|
1848
|
+
"error.app.feed-token-needs-database": "The board has no database, so feed tokens are unavailable.",
|
|
1748
1849
|
"error.app.file-png-jpeg-webp-svg": "That file is not a PNG, JPEG, WebP or SVG. The name is not what decides this — the contents are.",
|
|
1749
1850
|
"error.app.filter-match-you-lock-out": "That pattern matches your own account, and saving it would lock you out with no way back through this screen. Narrow it.",
|
|
1750
1851
|
"error.app.form-submitted-settings": "That form submitted no settings.",
|
|
@@ -1817,6 +1918,8 @@
|
|
|
1817
1918
|
"error.app.token-needs-at-least-one": "A token needs at least one scope, or it can do nothing.",
|
|
1818
1919
|
"error.app.use-private-messages": "You cannot use private messages.",
|
|
1819
1920
|
"error.app.valid-date": "That is not a valid date.",
|
|
1921
|
+
"error.app.webhook-needs-at-least-one-topic": "A webhook needs at least one topic, or it delivers nothing.",
|
|
1922
|
+
"error.app.webhook-url-https": "A webhook endpoint must be an https:// URL.",
|
|
1820
1923
|
"error.attachments.bad-type": "“{name}” is not a type this board accepts. Attachments may be PNG, JPEG, PDF or ZIP.",
|
|
1821
1924
|
"error.attachments.damaged": "“{name}” has a damaged header and cannot be read.",
|
|
1822
1925
|
"error.attachments.empty": "“{name}” is empty.",
|
|
@@ -2207,6 +2310,8 @@
|
|
|
2207
2310
|
"messageForm.bcc": "Bcc",
|
|
2208
2311
|
"messageForm.bccHint": "Optional. These names are hidden from the other recipients.",
|
|
2209
2312
|
"messageForm.bodyHint": "Markdown, the same as in a post.",
|
|
2313
|
+
"messageForm.confirm.deleteForever": "Permanently delete the selected messages? This cannot be undone.",
|
|
2314
|
+
"messageForm.confirm.emptyTrash": "Empty the trash? Every message in it is permanently deleted, and this cannot be undone.",
|
|
2210
2315
|
"messageForm.deleteForever": "Delete permanently",
|
|
2211
2316
|
"messageForm.emptyTrash": "Empty trash",
|
|
2212
2317
|
"messageForm.markRead": "Mark read",
|
|
@@ -2232,6 +2337,7 @@
|
|
|
2232
2337
|
"modCpNav.moderation-warn.title": "Warn a member",
|
|
2233
2338
|
"modCpNav.moderation.blurb": "Posts and threads held for approval in the forums you moderate.",
|
|
2234
2339
|
"modCpNav.moderation.title": "Approval queue",
|
|
2340
|
+
"modCpNav.plugin.blurb": "Every moderator screen {name} adds to the panel.",
|
|
2235
2341
|
"modcp.right.approve-content": "Approve content",
|
|
2236
2342
|
"modcp.right.delete-posts": "Delete posts",
|
|
2237
2343
|
"modcp.right.edit-posts": "Edit posts",
|
|
@@ -2241,6 +2347,8 @@
|
|
|
2241
2347
|
"modcp.right.pin-unpin": "Pin and unpin",
|
|
2242
2348
|
"modcp.right.restore-posts": "Restore posts",
|
|
2243
2349
|
"modcp.right.split-threads": "Split threads",
|
|
2350
|
+
"moderationForm.confirm.delete": "Delete the selected items? Members will no longer see them.",
|
|
2351
|
+
"moderationForm.confirm.deleteThread": "Delete this thread? Members will no longer see it.",
|
|
2244
2352
|
"moderationForm.inline.approve": "Approve",
|
|
2245
2353
|
"moderationForm.inline.delete": "Delete",
|
|
2246
2354
|
"moderationForm.inline.moderatePosts": "Moderate selected posts",
|
|
@@ -2261,6 +2369,11 @@
|
|
|
2261
2369
|
"moderationForm.queue.by": "by {author}",
|
|
2262
2370
|
"moderationForm.queue.inForum": "in {forum}",
|
|
2263
2371
|
"moderationForm.queue.reject": "Reject selected",
|
|
2372
|
+
"moderationForm.report.category.abuse": "Abuse",
|
|
2373
|
+
"moderationForm.report.category.off_topic": "Off-topic",
|
|
2374
|
+
"moderationForm.report.category.other": "Something else",
|
|
2375
|
+
"moderationForm.report.category.spam": "Spam",
|
|
2376
|
+
"moderationForm.report.categoryLegend": "Why are you reporting this?",
|
|
2264
2377
|
"moderationForm.report.dismiss": "Dismiss",
|
|
2265
2378
|
"moderationForm.report.hint": "Say what a moderator should look at. The member you are reporting never sees this.",
|
|
2266
2379
|
"moderationForm.report.label": "What is wrong with it?",
|
|
@@ -2320,6 +2433,7 @@
|
|
|
2320
2433
|
"notice.announcementsSaved": "Saved — the board will e-mail you its announcements only while you ask for them.",
|
|
2321
2434
|
"notice.app.account-e-mail-address-send-test": "Your account has no e-mail address to send a test to.",
|
|
2322
2435
|
"notice.app.board-database-api": "This board has no database, so it has no API.",
|
|
2436
|
+
"notice.app.board-database-webhooks": "This board has no database, so it keeps no webhooks.",
|
|
2323
2437
|
"notice.app.board-offering-web-push": "This board is not offering web push.",
|
|
2324
2438
|
"notice.app.board-reports": "This board has no reports.",
|
|
2325
2439
|
"notice.app.board-running-in-memory-sample-data": "This board is running on in-memory sample data, so it has no warnings.",
|
|
@@ -2332,12 +2446,14 @@
|
|
|
2332
2446
|
"notice.app.board-working-mail-configuration-there": "This board has no working mail configuration, so there is nothing to test. ",
|
|
2333
2447
|
"notice.app.choose-approve-reject": "Choose approve or reject.",
|
|
2334
2448
|
"notice.app.choose-post-split-from": "Choose the post to split from.",
|
|
2449
|
+
"notice.app.choose-report-category": "Choose a category.",
|
|
2335
2450
|
"notice.app.choose-resolve-dismiss": "Choose resolve or dismiss.",
|
|
2336
2451
|
"notice.app.choose-what-with-selected-items": "Choose what to do with the selected items.",
|
|
2337
2452
|
"notice.app.enter-number-thread-merge-into": "Enter the number of the thread to merge into.",
|
|
2338
2453
|
"notice.app.exist": "That does not exist.",
|
|
2339
2454
|
"notice.app.forum-exist": "That forum does not exist.",
|
|
2340
2455
|
"notice.app.member-exist": "That member does not exist.",
|
|
2456
|
+
"notice.app.moderators-only-endpoint": "This endpoint is for the board’s moderators.",
|
|
2341
2457
|
"notice.app.notification-exist": "That notification does not exist.",
|
|
2342
2458
|
"notice.app.passkey-could-found": "That passkey could not be found.",
|
|
2343
2459
|
"notice.app.post-exist": "That post does not exist.",
|
|
@@ -2349,6 +2465,7 @@
|
|
|
2349
2465
|
"notice.app.sign-in-could-found": "That sign-in could not be found.",
|
|
2350
2466
|
"notice.app.something-went-wrong-please-try": "Something went wrong. Please try again.",
|
|
2351
2467
|
"notice.app.such-token": "No such token.",
|
|
2468
|
+
"notice.app.such-webhook": "No such webhook.",
|
|
2352
2469
|
"notice.app.test-could-run": "The test could not be run.",
|
|
2353
2470
|
"notice.app.thread-exist": "That thread does not exist.",
|
|
2354
2471
|
"notice.app.too-many-calls-endpoint-give": "Too many calls to this endpoint. Give it a moment.",
|
|
@@ -2356,10 +2473,14 @@
|
|
|
2356
2473
|
"notice.app.two-passwords-match": "The two passwords do not match.",
|
|
2357
2474
|
"notice.app.unsubscribe-link-valid": "That unsubscribe link is not valid.",
|
|
2358
2475
|
"notice.app.warning-exist": "That warning does not exist.",
|
|
2476
|
+
"notice.boardDigestCadenceSaved": "Saved — your board digest cadence was updated.",
|
|
2477
|
+
"notice.dismiss": "Dismiss",
|
|
2359
2478
|
"notice.markedRead": "Marked as read.",
|
|
2360
2479
|
"notice.preferencesSaved": "Your notification preferences were saved.",
|
|
2361
2480
|
"notice.pushSubscribed": "This browser will now receive pushed notifications.",
|
|
2362
2481
|
"notice.pushUnsubscribed": "This browser will no longer receive pushed notifications.",
|
|
2482
|
+
"notification.board.digest.description": "Sent only after you have been away a while, listing the busiest threads since your last visit. Off by default — nobody gets this without asking for it.",
|
|
2483
|
+
"notification.board.digest.title": "A recap of what you missed on the board",
|
|
2363
2484
|
"notification.mail.boardFallback": "the forum",
|
|
2364
2485
|
"notification.mail.greeting": "Hello {username},",
|
|
2365
2486
|
"notification.marketplace.update_available.description": "The daily catalog fetch finds a newer, compatible version of a plugin this board runs. Sent once per version, whether or not anybody installs it.",
|
|
@@ -2372,6 +2493,10 @@
|
|
|
2372
2493
|
"notification.post.mentioned.title": "Somebody mentions you in a post",
|
|
2373
2494
|
"notification.post.quoted.description": "Somebody carries your words into their reply with the quote button. The notification links to the reply that quotes you.",
|
|
2374
2495
|
"notification.post.quoted.title": "Somebody quotes your post",
|
|
2496
|
+
"notification.render.boardDigest.entry": "• {title} — {forum}",
|
|
2497
|
+
"notification.render.boardDigest.forumFallback": "the board",
|
|
2498
|
+
"notification.render.boardDigest.monthly": "monthly",
|
|
2499
|
+
"notification.render.boardDigest.subject": "Your {cadence} digest: {threads, plural, one {# thread} other {# threads}} worth catching up on",
|
|
2375
2500
|
"notification.render.digest.daily": "daily",
|
|
2376
2501
|
"notification.render.digest.entry": "• {title} — {count, plural, one {# post} other {# posts}}{author}",
|
|
2377
2502
|
"notification.render.digest.entryAuthor": ", latest from {author}",
|
|
@@ -2483,6 +2608,7 @@
|
|
|
2483
2608
|
"page.create-account": "Create account",
|
|
2484
2609
|
"page.create-account-2": "Create your account",
|
|
2485
2610
|
"page.custom-directives": "Custom directives",
|
|
2611
|
+
"page.drafts": "Drafts",
|
|
2486
2612
|
"page.edit-poll": "Edit poll",
|
|
2487
2613
|
"page.edit-post": "Edit post",
|
|
2488
2614
|
"page.email-cannot-be-unsent": "An email cannot be unsent.",
|
|
@@ -2662,6 +2788,7 @@
|
|
|
2662
2788
|
"page.this-board-running-in-memory-sample-8": "This board is running on in-memory sample data, so promotions cannot run.",
|
|
2663
2789
|
"page.this-board-running-in-memory-sample-9": "This board is running on in-memory sample data, so it stores no questions.",
|
|
2664
2790
|
"page.this-board-running-in-memory-sample-b": "This board is running on in-memory sample data, so it has no API.",
|
|
2791
|
+
"page.this-board-running-in-memory-sample-c": "This board is running on in-memory sample data, so it has no webhooks.",
|
|
2665
2792
|
"page.this-build": "In this build",
|
|
2666
2793
|
"page.this-forum-has-nothing-beneath": "This forum has nothing beneath it.",
|
|
2667
2794
|
"page.this-link-missing-its-token": "This link is missing its token. Request a new one to continue.",
|
|
@@ -2673,6 +2800,7 @@
|
|
|
2673
2800
|
"page.totals": "Totals",
|
|
2674
2801
|
"page.totals-rolled-up-by-scheduled": "The totals are rolled up by a scheduled task, and it has not run.",
|
|
2675
2802
|
"page.unsubscribe": "Unsubscribe",
|
|
2803
|
+
"page.unsubscribe.boardDigestScope": "This will turn off your board activity digest. Nothing else about your notifications changes.",
|
|
2676
2804
|
"page.unsubscribe.emailScope": "This will stop subscription e-mails. What you follow stays as it is, and new posts will still appear in your notifications on the board.",
|
|
2677
2805
|
"page.unsubscribe.massMailScope": "This will stop the board’s announcements. Nothing else changes: you will still be notified about what you follow, and your account stays as it is.",
|
|
2678
2806
|
"page.unsubscribe.targetScope": "This will stop notifications about the thread or forum this message was about. Everything else you follow stays as it is.",
|
|
@@ -2684,6 +2812,7 @@
|
|
|
2684
2812
|
"page.waiting-for": "Waiting for you",
|
|
2685
2813
|
"page.warn-member": "Warn a member",
|
|
2686
2814
|
"page.we-have-sent-confirmation-link": "We have sent a confirmation link. Follow it to finish setting up your account.",
|
|
2815
|
+
"page.webhooks": "Webhooks",
|
|
2687
2816
|
"page.welcome-back": "Welcome back",
|
|
2688
2817
|
"page.what-board-does-schedule-whether": "What the board does on a schedule, and whether it is doing it.",
|
|
2689
2818
|
"page.what-each-control-worth": "What each control is worth",
|
|
@@ -2822,6 +2951,8 @@
|
|
|
2822
2951
|
"setting.antispam.upload_per_hour.label": "Uploads per hour",
|
|
2823
2952
|
"setting.board.description.description": "Used as the default meta description for the board index.",
|
|
2824
2953
|
"setting.board.description.label": "Board description",
|
|
2954
|
+
"setting.board.digest_lapsed_days.description": "A member whose board activity digest is switched on only receives one once their last visit is at least this many days ago — a member who drops in daily should not be told what they already saw. Their own chosen cadence, weekly or monthly, decides how often after that.",
|
|
2955
|
+
"setting.board.digest_lapsed_days.label": "Board digest: days away before a member counts as lapsed",
|
|
2825
2956
|
"setting.board.favicon.description": "The icon browser tabs, bookmarks and an installed shortcut show for this board. Uploaded, not typed. Left empty, an icon is generated from the board name and its theme colours.",
|
|
2826
2957
|
"setting.board.favicon.label": "Favicon",
|
|
2827
2958
|
"setting.board.install_banner.description": "Pins a dismissable bar to the bottom of small screens inviting the reader to add this board to their home screen, with an Install button that opens the browser prompt where one exists and brief directions where none does. It never shows inside the installed app, and dismissing it keeps it away on that device for a year. Off by default: turn it on while you want installs encouraged, and off again once the point is made.",
|
|
@@ -2918,6 +3049,8 @@
|
|
|
2918
3049
|
"setting.mail.transport.label": "How mail is sent",
|
|
2919
3050
|
"setting.marketplace.feed_url.description": "Where the daily catalog fetch and the Browse tab’s Refresh button read the marketplace feed from. The default is meith.dev’s own curated feed; point it at a self-hosted mirror serving the same /v1.json shape to run a private catalog instead. The board fetches this address itself — a member’s browser never does.",
|
|
2920
3051
|
"setting.marketplace.feed_url.label": "Catalog feed URL",
|
|
3052
|
+
"setting.moderation.flag_threshold.description": "How many different members must report the same visible post before the board holds it for a moderator to look at. 0 turns community flagging off. One member reporting the same post many times never trips it — the count is of distinct members.",
|
|
3053
|
+
"setting.moderation.flag_threshold.label": "Community flag threshold",
|
|
2921
3054
|
"setting.posting.edit_grace_seconds.description": "Seconds after posting during which an author fixing their own post leaves no \"edited by\" notice on it. 0 always shows the notice. A moderator editing somebody else's post is never silent, however soon it happens, and the revision history records every edit either way — this hides the line under the post, nothing else.",
|
|
2922
3055
|
"setting.posting.edit_grace_seconds.label": "Silent edit window",
|
|
2923
3056
|
"setting.posting.flood_seconds.description": "Minimum seconds between posts by one user. 0 disables the check. Users with \"bypass flood check\" are exempt.",
|
|
@@ -2956,6 +3089,8 @@
|
|
|
2956
3089
|
"setting.search.enabled.label": "Enable search",
|
|
2957
3090
|
"setting.search.flood_seconds.description": "Minimum seconds between searches per user. Replaces the per-group searchfloodtime permission, which could not obey the numeric combination rule — see docs/reference/mybb-parity.md.",
|
|
2958
3091
|
"setting.search.flood_seconds.label": "Search flood interval",
|
|
3092
|
+
"setting.search.language.description": "The Postgres text-search configuration used to stem posts as they are indexed and to stem the words a member searches for. Match it to the language the board is written in, so a search for one form of a word finds the others — the German configuration ties \"Häuser\" to \"Haus\", where English would leave them apart. \"No stemming\" indexes and matches whole words only, which is the safe choice for a board that mixes languages. Changing it schedules a background reindex: every post is rewritten under the new configuration by the search reindex task, a batch at a time, and stays findable under the old one until its turn comes.",
|
|
3093
|
+
"setting.search.language.label": "Search language",
|
|
2959
3094
|
"setting.search.min_word_length.description": "A search is refused unless at least one of its words is this long, so at 3 \"a good post\" runs and \"a b c\" does not. The short words are not dropped — they are still sent to the index, which drops the ones carrying no meaning on its own. Raise it if short words are what your expensive searches turn out to be.",
|
|
2960
3095
|
"setting.search.min_word_length.label": "Shortest word a search may rest on",
|
|
2961
3096
|
"setting.security.auth_event_retention_days.description": "How long the sign-in activity log holds an entry before the hourly prune drops it. 0 keeps every entry forever, which is the default: an audit trail that deletes itself without being asked is one you cannot rely on. Set a number of days where a retention policy says you must.",
|
|
@@ -2987,6 +3122,7 @@
|
|
|
2987
3122
|
"stats.replies": "{count, plural, one {# reply} other {# replies}}",
|
|
2988
3123
|
"stats.views": "{count, plural, one {# view} other {# views}}",
|
|
2989
3124
|
"subscription.announcementsOff": "Done — the board’s announcements are off. Nothing else has changed, and you can ask for them again from your notification preferences.",
|
|
3125
|
+
"subscription.boardDigestOff": "Done — your board activity digest is off. Everything else about your notifications is unchanged.",
|
|
2990
3126
|
"subscription.doneOne": "Done — you will not be notified about that any more.",
|
|
2991
3127
|
"subscription.emailsOff": "Done — subscription e-mails are off. Your subscriptions are unchanged, and you will still see them in your notifications.",
|
|
2992
3128
|
"subscription.followed": "Saved. You are following this.",
|
|
@@ -3147,6 +3283,8 @@
|
|
|
3147
3283
|
"userCpNav.usercp-avatar.title": "Avatar",
|
|
3148
3284
|
"userCpNav.usercp-contacts.blurb": "Who you follow, and whose posts you would rather not read.",
|
|
3149
3285
|
"userCpNav.usercp-contacts.title": "Buddies and ignored members",
|
|
3286
|
+
"userCpNav.usercp-drafts.blurb": "Threads and replies you started but never posted.",
|
|
3287
|
+
"userCpNav.usercp-drafts.title": "Drafts",
|
|
3150
3288
|
"userCpNav.usercp-options.blurb": "Your timezone, and how much of a thread fits on a page.",
|
|
3151
3289
|
"userCpNav.usercp-options.title": "Options",
|
|
3152
3290
|
"userCpNav.usercp-profile.blurb": "What other members see about you.",
|