@meith/i18n 0.10.0 → 0.11.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/i18n",
3
- "version": "0.10.0",
3
+ "version": "0.11.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": "LGPL-3.0-or-later",
6
6
  "repository": {
@@ -1271,6 +1271,27 @@
1271
1271
  "board.modlog.warning.issue": "Issued a warning",
1272
1272
  "board.modlog.warning.revoke": "Revoked a warning",
1273
1273
  "board.newThread.closed": "This forum is closed to new threads.",
1274
+ "board.notificationMenu.close": "Close",
1275
+ "board.notificationMenu.empty.messages": "No new messages.",
1276
+ "board.notificationMenu.empty.mod": "Nothing needs a moderator right now.",
1277
+ "board.notificationMenu.empty.notifications": "No new notifications.",
1278
+ "board.notificationMenu.from": "From {name}",
1279
+ "board.notificationMenu.fromMany": "From {name} and {count, plural, one {# other} other {# others}}",
1280
+ "board.notificationMenu.heading": "Notifications",
1281
+ "board.notificationMenu.markAllSeen": "Mark all as seen",
1282
+ "board.notificationMenu.markSeen": "Mark as seen",
1283
+ "board.notificationMenu.mod.pending": "Awaiting approval",
1284
+ "board.notificationMenu.mod.report": "Report",
1285
+ "board.notificationMenu.noSubject": "(no subject)",
1286
+ "board.notificationMenu.tab.messages": "Messages",
1287
+ "board.notificationMenu.tab.mod": "Mod",
1288
+ "board.notificationMenu.tab.notifications": "Notifications",
1289
+ "board.notificationMenu.totalUnread": "{count, plural, =0 {No unread notifications} one {# unread notification} other {# unread notifications}}",
1290
+ "board.notificationMenu.trigger": "Notifications",
1291
+ "board.notificationMenu.unreadMessages": "unread messages",
1292
+ "board.notificationMenu.unreadMod": "unread moderator notifications",
1293
+ "board.notificationMenu.unreadNotifications": "unread notifications",
1294
+ "board.notificationMenu.viewAll": "View all",
1274
1295
  "board.notifications.empty": "You have no notifications. When a moderator warns you, or a report you filed is closed, it will appear here.",
1275
1296
  "board.notifications.new": "New",
1276
1297
  "board.notifications.unread": "{count, plural, =0 {Nothing unread.} one {# unread.} other {# unread.}}",