{
  "microsub": {
    "reader": {
      "title": "Reader",
      "empty": "No items to display",
      "markAllRead": "Mark all as read",
      "markViewRead": "Mark current view as read",
      "filterChannels": "Filter channels",
      "apply": "Apply",
      "showRead": "Show read ({{count}})",
      "hideRead": "Hide read items",
      "allRead": "All caught up!",
      "older": "Older"
    },
    "channels": {
      "title": "Channels",
      "name": "Channel name",
      "new": "New channel",
      "create": "Create channel",
      "settings": "Channel settings",
      "empty": "No channels yet. Create one to get started."
    },
    "timeline": {
      "empty": "No items in this channel",
      "markRead": "Mark as read"
    },
    "feeds": {
      "title": "Feeds",
      "follow": "Follow",
      "subscribe": "Subscribe to a feed",
      "empty": "No feeds followed in this channel",
      "url": "Feed URL",
      "urlPlaceholder": "https://example.com/feed.xml",
      "edit": "Edit feed"
    },
    "item": {
      "reply": "Reply",
      "like": "Like",
      "repost": "Repost",
      "bookmark": "Bookmark",
      "viewOriginal": "View original"
    },
    "compose": {
      "title": "Compose",
      "content": "What's on your mind?",
      "comment": "Add a comment (optional)",
      "commentHint": "Your comment will be included when this is syndicated",
      "syndicateTo": "Syndicate to",
      "syndicateHint": "Select where to cross-post this",
      "submit": "Post",
      "cancel": "Cancel",
      "replyTo": "Replying to",
      "likeOf": "Liking",
      "repostOf": "Reposting",
      "bookmarkOf": "Bookmarking"
    },
    "settings": {
      "title": "{{channel}} settings",
      "excludeTypes": "Exclude interaction types",
      "excludeTypesHelp": "Select types of posts to hide from this channel",
      "excludeRegex": "Exclude pattern",
      "excludeRegexHelp": "Regular expression to filter out matching content",
      "save": "Save settings",
      "retentionTitle": "Retention",
      "retentionHelp": "Control how many items this channel keeps in MongoDB. Useful for high-volume aggregator channels that would otherwise grow without bound. Leave any field blank to use the global default.",
      "maxItems": "Maximum items in channel",
      "maxItemsHelp": "Keep at most this many items total. Oldest items are deleted regardless of read state. Default: {{default}}.",
      "maxItemsPerFeed": "Maximum items per feed",
      "maxItemsPerFeedHelp": "Keep at most this many items per feed inside this channel. Prevents one prolific feed from monopolising the channel cap. Default: {{default}}.",
      "maxUnreadAgeDays": "Drop unread items older than (days)",
      "maxUnreadAgeDaysHelp": "Unread items older than this are deleted, even if the channel is below its item cap. Default: {{default}}.",
      "dangerZone": "Danger zone",
      "deleteWarning": "Deleting this channel will permanently remove all feeds and items. This action cannot be undone.",
      "deleteConfirm": "Are you sure you want to delete this channel and all its content?",
      "delete": "Delete channel",
      "types": {
        "like": "Likes",
        "repost": "Reposts",
        "bookmark": "Bookmarks",
        "reply": "Replies",
        "checkin": "Check-ins"
      }
    },
    "search": {
      "title": "Search",
      "placeholder": "Enter URL or search term",
      "submit": "Search",
      "noResults": "No results found"
    },
    "views": {
      "channels": "Channels",
      "deck": "Deck",
      "timeline": "Timeline"
    }
  }
}
