@meith/i18n 0.28.1 → 0.29.1
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 +20 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.1",
|
|
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
|
@@ -1288,6 +1288,17 @@
|
|
|
1288
1288
|
"board.member.reputation": "Reputation",
|
|
1289
1289
|
"board.member.signature": "Signature: {status}",
|
|
1290
1290
|
"board.member.stopIgnoring": "Stop ignoring",
|
|
1291
|
+
"board.memberlist.apply": "Apply",
|
|
1292
|
+
"board.memberlist.empty": "No members match.",
|
|
1293
|
+
"board.memberlist.joined": "joined {time}",
|
|
1294
|
+
"board.memberlist.lede": "{count, plural, one {The board's one account.} other {Every account on the board — # all told.}}",
|
|
1295
|
+
"board.memberlist.needsDatabase": "The member list needs a database behind the board.",
|
|
1296
|
+
"board.memberlist.posts": "{count, plural, one {# post} other {# posts}}",
|
|
1297
|
+
"board.memberlist.search": "Username contains",
|
|
1298
|
+
"board.memberlist.sort": "Sort by",
|
|
1299
|
+
"board.memberlist.sortJoined": "Newest first",
|
|
1300
|
+
"board.memberlist.sortName": "Name",
|
|
1301
|
+
"board.memberlist.sortPosts": "Most posts",
|
|
1291
1302
|
"board.messages.emptyInbox": "No messages. When somebody writes to you, it will appear here.",
|
|
1292
1303
|
"board.messages.emptySent": "You have not sent anything yet.",
|
|
1293
1304
|
"board.messages.emptyTrash": "The trash is empty.",
|
|
@@ -1397,6 +1408,9 @@
|
|
|
1397
1408
|
"board.search.tooLong": "That search is too long to run.",
|
|
1398
1409
|
"board.search.tooShort": "That search is too short — one word in it has to be at least {count} characters.",
|
|
1399
1410
|
"board.search.unknownAuthor": "Nobody here is called “{name}”.",
|
|
1411
|
+
"board.staff.empty": "Nobody is on the staff page yet.",
|
|
1412
|
+
"board.staff.emptyHint": "Tick “staff group” on a group under Admin → Groups and its members appear here.",
|
|
1413
|
+
"board.staff.lede": "Who is answerable for this board, group by group.",
|
|
1400
1414
|
"board.stats.counted": "Totals counted",
|
|
1401
1415
|
"board.stats.inForum": "in {forum}",
|
|
1402
1416
|
"board.stats.live": "The tables below are live.",
|
|
@@ -2276,6 +2290,7 @@
|
|
|
2276
2290
|
"nav.adminCp": "Admin CP",
|
|
2277
2291
|
"nav.home": "Home",
|
|
2278
2292
|
"nav.logOut": "Log out",
|
|
2293
|
+
"nav.members": "Members",
|
|
2279
2294
|
"nav.messages": "Messages",
|
|
2280
2295
|
"nav.modCp": "Moderator CP",
|
|
2281
2296
|
"nav.moderationQueue": "Moderation queue",
|
|
@@ -2289,6 +2304,7 @@
|
|
|
2289
2304
|
"nav.reports": "Reports",
|
|
2290
2305
|
"nav.search": "Search",
|
|
2291
2306
|
"nav.signIn": "Sign in",
|
|
2307
|
+
"nav.staff": "Staff",
|
|
2292
2308
|
"nav.subscriptions": "Subscriptions",
|
|
2293
2309
|
"nav.unanswered": "Unanswered",
|
|
2294
2310
|
"nav.userCp": "Your control panel",
|
|
@@ -2613,6 +2629,7 @@
|
|
|
2613
2629
|
"page.signature": "Your signature",
|
|
2614
2630
|
"page.skip-content": "Skip to content",
|
|
2615
2631
|
"page.slow-calls": "Slow calls",
|
|
2632
|
+
"page.staff": "Staff",
|
|
2616
2633
|
"page.subscriptions": "Subscriptions",
|
|
2617
2634
|
"page.subscriptions.noForums": "You are not following any forums.",
|
|
2618
2635
|
"page.subscriptions.noThreads": "You are not following any threads.",
|
|
@@ -2815,6 +2832,8 @@
|
|
|
2815
2832
|
"setting.board.url.label": "Board address",
|
|
2816
2833
|
"setting.display.default_locale.description": "The language a page is written in when the reader has expressed no preference — a BCP-47 tag such as en, de or pt-BR. A signed-in member overrides it in their control panel, and a visitor who has not is served whichever language their browser asks for that this board has a catalog for. Left at a language nothing translates, every message falls back to English rather than disappearing.",
|
|
2817
2834
|
"setting.display.default_locale.label": "Default language",
|
|
2835
|
+
"setting.display.max_displayed_groups.description": "How many of a member's groups are shown with their name, in the postbit and on their profile. The display group comes first and the rest follow in display order; 1 shows the display group alone.",
|
|
2836
|
+
"setting.display.max_displayed_groups.label": "Maximum displayed groups",
|
|
2818
2837
|
"setting.display.posts_per_page.description": "Capped to protect the thread-view query budget.",
|
|
2819
2838
|
"setting.display.posts_per_page.label": "Posts per page",
|
|
2820
2839
|
"setting.display.threads_per_page.description": "Capped to protect the forum-display query budget.",
|
|
@@ -2869,7 +2888,7 @@
|
|
|
2869
2888
|
"setting.mail.from.label": "Sender address",
|
|
2870
2889
|
"setting.mail.from_name.description": "Display name shown beside the sender address. Empty sends the bare address.",
|
|
2871
2890
|
"setting.mail.from_name.label": "Sender name",
|
|
2872
|
-
"setting.mail.http_endpoint.description": "Only for the provider-API transport. The board posts Resend’s exact field names with a Bearer token, so this works for Resend and for anything that copies it — and not for Postmark or Mailgun, whose SMTP hosts are the way in.",
|
|
2891
|
+
"setting.mail.http_endpoint.description": "Only for the provider-API transport. The board posts Resend’s exact field names with a Bearer token, so this works for Resend and for anything that copies it — and not for Postmark or Mailgun, whose SMTP hosts are the way in. It must be an https:// address with no embedded credentials, and the board refuses to reach one that resolves to a private or internal address.",
|
|
2873
2892
|
"setting.mail.http_endpoint.label": "Provider API endpoint",
|
|
2874
2893
|
"setting.mail.http_token.description": "Only for the provider-API transport. Stored on the board.",
|
|
2875
2894
|
"setting.mail.http_token.label": "Provider API key",
|