@meith/i18n 0.14.0 → 0.15.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 +11 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.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": "LGPL-3.0-or-later",
|
|
6
6
|
"repository": {
|
package/src/catalogs/en.json
CHANGED
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"adminContent.directive.block": "Block",
|
|
228
228
|
"adminContent.directive.name": "Name",
|
|
229
229
|
"adminContent.directive.nameHint": "1–16 letters or digits. Written {block} as a block, or {inline} inline.",
|
|
230
|
-
"adminContent.directive.namePlaceholder": "
|
|
230
|
+
"adminContent.directive.namePlaceholder": "note",
|
|
231
231
|
"adminContent.directive.note": "Note",
|
|
232
232
|
"adminContent.directive.noteHint": "For you. Never shown to members.",
|
|
233
233
|
"adminContent.enabled": "Enabled",
|
|
@@ -1344,6 +1344,7 @@
|
|
|
1344
1344
|
"board.warnings.item": "{title} — {count, plural, one {# point} other {# points}}",
|
|
1345
1345
|
"board.warnings.standing": "{points, plural, one {# point} other {# points}}{threshold, select, none {. No threshold reached.} other { — {threshold} at {thresholdPoints}.}}",
|
|
1346
1346
|
"board.warnings.title": "Warnings for {username}",
|
|
1347
|
+
"composer.attachment.uploading": "Uploading…",
|
|
1347
1348
|
"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.",
|
|
1348
1349
|
"composer.attachments.label": "Attachments",
|
|
1349
1350
|
"composer.draftSaved": "Draft saved.",
|
|
@@ -1354,6 +1355,7 @@
|
|
|
1354
1355
|
"composer.edit.restoreBlurb": "This post is deleted. Restoring puts it back in the thread and back into the board’s counts.",
|
|
1355
1356
|
"composer.edit.submit": "Save changes",
|
|
1356
1357
|
"composer.formatting": "Formatting",
|
|
1358
|
+
"composer.help.attachment": "places an uploaded file inline; the toolbar button inserts it",
|
|
1357
1359
|
"composer.help.bold": "bold",
|
|
1358
1360
|
"composer.help.codeBlock": "a code block, closed by another ```",
|
|
1359
1361
|
"composer.help.codeInline": "code, inline",
|
|
@@ -1361,10 +1363,13 @@
|
|
|
1361
1363
|
"composer.help.italic": "italic",
|
|
1362
1364
|
"composer.help.link": "a link",
|
|
1363
1365
|
"composer.help.list": "a list; 1. for a numbered one",
|
|
1366
|
+
"composer.help.mention": "mentions a member; type a few letters for suggestions",
|
|
1364
1367
|
"composer.help.note": "A single Return is a line break, exactly as you typed it. HTML is shown as text, never rendered.",
|
|
1365
1368
|
"composer.help.quote": "a quote",
|
|
1369
|
+
"composer.help.spoiler": "a spoiler, hidden until clicked",
|
|
1366
1370
|
"composer.help.struck": "struck out",
|
|
1367
1371
|
"composer.help.summary": "Formatting help",
|
|
1372
|
+
"composer.mention.suggestions": "Mention suggestions",
|
|
1368
1373
|
"composer.message": "Message",
|
|
1369
1374
|
"composer.multiquote.addToReply": "Add to reply",
|
|
1370
1375
|
"composer.multiquote.added": "Added to multi-quote — {count, plural, =0 {nothing selected} one {# post selected} other {# posts selected}}.",
|
|
@@ -1390,6 +1395,7 @@
|
|
|
1390
1395
|
"composer.notifyReplies": "Notify me of replies",
|
|
1391
1396
|
"composer.placeholder.bold": "bold text",
|
|
1392
1397
|
"composer.placeholder.italic": "italic text",
|
|
1398
|
+
"composer.placeholder.spoiler": "hidden text",
|
|
1393
1399
|
"composer.placeholder.struck": "struck out",
|
|
1394
1400
|
"composer.preview": "Preview",
|
|
1395
1401
|
"composer.previewEmpty": "Nothing to preview yet.",
|
|
@@ -1404,6 +1410,7 @@
|
|
|
1404
1410
|
"composer.thanks.count": "{count, plural, one {person has thanked this} other {people have thanked this}}",
|
|
1405
1411
|
"composer.thanks.thanked": "Thanked",
|
|
1406
1412
|
"composer.thanks.thanks": "Thanks",
|
|
1413
|
+
"composer.tool.attachment": "Insert attachment",
|
|
1407
1414
|
"composer.tool.bold": "Bold",
|
|
1408
1415
|
"composer.tool.bulletedList": "Bulleted list",
|
|
1409
1416
|
"composer.tool.code": "Code",
|
|
@@ -1412,6 +1419,7 @@
|
|
|
1412
1419
|
"composer.tool.link": "Link",
|
|
1413
1420
|
"composer.tool.numberedList": "Numbered list",
|
|
1414
1421
|
"composer.tool.quote": "Quote",
|
|
1422
|
+
"composer.tool.spoiler": "Spoiler",
|
|
1415
1423
|
"composer.tool.strikethrough": "Strikethrough",
|
|
1416
1424
|
"composer.toolShortcut": "{label} (Ctrl+{key})",
|
|
1417
1425
|
"composer.write": "Write",
|
|
@@ -1708,6 +1716,7 @@
|
|
|
1708
1716
|
"error.attachments.too-large": "“{name}” is {size}, over the {limit} limit.",
|
|
1709
1717
|
"error.attachments.too-many-pixels": "“{name}” is {width}×{height}, over the {max} megapixel limit.",
|
|
1710
1718
|
"error.attachments.too-short": "“{name}” is too short to be a file of any type this board accepts.",
|
|
1719
|
+
"error.attachments.upload-failed": "That file could not be uploaded.",
|
|
1711
1720
|
"error.avatars.avatar-must-png-jpeg": "An avatar must be a PNG or a JPEG.",
|
|
1712
1721
|
"error.avatars.give-reason-member-shown": "Give a reason. The member is shown it.",
|
|
1713
1722
|
"error.avatars.moderator-locked-avatar-so-changed": "A moderator has locked your avatar, so it cannot be changed.",
|
|
@@ -2061,6 +2070,7 @@
|
|
|
2061
2070
|
"mailTest.subject": "Test message",
|
|
2062
2071
|
"markdown.quote.attribution": "{author} wrote:",
|
|
2063
2072
|
"markdown.quote.view-post": "View post",
|
|
2073
|
+
"markdown.spoiler.label": "Spoiler",
|
|
2064
2074
|
"message.deletedMember": "A deleted member",
|
|
2065
2075
|
"message.noSubject": "(no subject)",
|
|
2066
2076
|
"message.notRead": "Not read yet",
|