CMD_ADD_DESC: Add a new subscription
CMD_ADD_USAGE: |
  Add a new subscription

  Usage: dmhy add <title> [keywords...]

    keywords := included keyword | -x excluded keyword (blacklist keyword)
CMD_ADD_EXAMPLE1: dmhy add 搖曳露營 喵萌 繁體
CMD_ADD_EXAMPLE1_DESC: Subscribe by "搖曳露營", "喵萌", and "繁體"
CMD_ADD_EXAMPLE2: dmhy add 搖曳露營 喵萌 繁體 -x 720p
CMD_ADD_EXAMPLE2_DESC: Same as above, but filter out posts containing "720p"
CMD_ADD_EXAMPLE3: dmhy add 搖曳露營 露營 悠哈 二季 --exclude-title
CMD_ADD_EXAMPLE3_DESC: Subscribe by "露營", "悠哈", and "二季"
CMD_ADD_PROMPTS_CONFIRM: A subscription for the title "%title%" already exists in the database. Continue to add? (y/N)
CMD_ADD_SUCCESS: Successfully added subscription for "%title%"!

CMD_CONFIG_DESC: Personalized configuration
CMD_CONFIG_USAGE: |
  Personalized configuration

  Usage: dmhy config [config-key] [config-value]
CMD_CONFIG_EXAMPLE1: dmhy config
CMD_CONFIG_EXAMPLE1_DESC: Show all configuration
CMD_CONFIG_EXAMPLE2: dmhy config downloader
CMD_CONFIG_EXAMPLE2_DESC: Show the configuration value for "downloader"
CMD_CONFIG_EXAMPLE3: dmhy config downloader system
CMD_CONFIG_EXAMPLE3_DESC: Set the configuration value for "downloader" to "system"
CMD_CONFIG_KEY_NOT_FOUND: configuration key "%key%" not found
CMD_CONFIG_SUCCESS: Configure successfully
CMD_CONFIG_TH_KEY: key
CMD_CONFIG_TH_VALUE: value

CMD_DL_DESC: Download subscribed posts
CMD_DL_USAGE: |
  Download subscribed posts

  Usage: dmhy download <sid> [episode-queries...]

    episode-queries := integer | float | @integer | integer~integer | float~float | @integer~integer

    sid and post order can be queried with `dmhy ls`
CMD_DL_EXAMPLE1: dmhy dl XYZ
CMD_DL_EXAMPLE1_DESC: Download all posts for sid "XYZ"
CMD_DL_EXAMPLE2: dmhy dl XYZ 1 3 5~7
CMD_DL_EXAMPLE2_DESC: |
  Download posts for sid "XYZ" with episodes 1, 3, 5, 6, 7 included
CMD_DL_EXAMPLE3: dmhy dl XYZ @1 3 @5~7
CMD_DL_EXAMPLE3_DESC: |
  Download posts for sid "XYZ" with episode 3 and episodes @1, @5, @6, @7 in order included
CMD_DL_DLR_NOT_FOUND: Downloader "%name%" not found
CMD_DL_SID_NOT_FOUND: sid "%sid%" not found

CMD_FIND_DESC: Search posts with keywords
CMD_FIND_USAGE: |
  Search posts with keywords

  Usage: dmhy find <title> [keywords...]

    keywords := included keyword | -x excluded keyword (blacklist keyword)
CMD_FIND_EXAMPLE1: dmhy find 搖曳露營 喵萌 繁體
CMD_FIND_EXAMPLE1_DESC: Search for posts with "搖曳露營", "喵萌", and "繁體"
CMD_FIND_EXAMPLE2: dmhy find 搖曳露營 喵萌 繁體 -x 720p
CMD_FIND_EXAMPLE2_DESC: Same as above, but filter out posts containing "720p"
CMD_FIND_EXAMPLE3: dmhy find 搖曳露營 露營 悠哈 二季 --exclude-title
CMD_FIND_EXAMPLE3_DESC: Search for posts with "露營", "悠哈", and "二季"

CMD_LS_DESC: List specified or all subscriptions
CMD_LS_USAGE: |
  List specified or all subscriptions

  Usage: dmhy list [sid]
CMD_LS_SID_NOT_FOUND: Can't find sid "%sid%"
CMD_LS_TH_ORDER: Order
CMD_LS_TH_EPISODE: Episode
CMD_LS_TH_TITLE: Title
CMD_LS_TH_EPISODE_ALL: Latest Episode
CMD_LS_TH_TITLE_ALL: Subscription Title

CMD_PULL_DESC: Update the posts of subscriptions
CMD_PULL_USAGE: |
  Update the posts of subscriptions

  Usage: dmhy pull [sid..]
CMD_PULL_SUCCESS: Update post "%title%"

CMD_RM_DESC: Remove subscriptions by sid
CMD_RM_USAGE: |
  Remove subscriptions by sid

  Usage: dmhy remove [sid..]
CMD_RM_EXAMPLE1: dmhy rm ABC
CMD_RM_EXAMPLE1_DESC: Unsubscribes the subscription with the sid "ABC".
CMD_RM_EXAMPLE2: dmhy rm ABC XYZ
CMD_RM_EXAMPLE2_DESC: Unsubscribes the subscriptions with the sid "ABC" and "XYZ".
CMD_RM_EXAMPLE3: dmhy rm -f ABC XYZ
CMD_RM_EXAMPLE3_DESC: Same as above, without any error messages or user interaction.
CMD_RM_SUCCESS: Successfully removed subscription for "%title%"!
CMD_RM_SID_NOT_FOUND: Can't find sid "%sid%"
CMD_RM_PROMPTS_CONFIRM: Do you want to unsubscribe the subscription "%title%"? (y/N)

DLR_KEY_NOT_FOUND: Unsupported downloader

DLR_ARIA2_HOST_ERR: Please set the correct "aria2-jsonrpc" URL using `dmhy config` first
DLR_ARIA2_SECRET_ERR: |
  The "aria2-jsonrpc" URL must include token:secret
DLR_ARIA2_SUCCESS: Successfully downloaded "%title%"

DLR_SYSTEM_SUCCESS: Successfully downloaded "%title%"

DLR_WEBHOOK_URL_ERR: Please set "webhook-url" by using `dmhy config` first
DLR_WEBHOOK_TOKEN_ERR: Please set "webhook-token" by using `dmhy config` first
DLR_WEBHOOK_SUCCESS: Successfully downloaded "%title%"

DB_MIGRATION_SUCCESS: Successfully executed "%filename%"
