@meith/i18n 0.23.0 → 0.23.2
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 +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.2",
|
|
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
|
@@ -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",
|