aMediocreDad / litm

A Rustic Fantasy RPG for the Foundry Virtual Tabletop
https://www.kickstarter.com/projects/sonofoak/legend-in-the-mist-rpg
MIT License
9 stars 4 forks source link

Update cn.json #77

Open 0rac1e404 opened 2 weeks ago

0rac1e404 commented 2 weeks ago

fixed in lang/cn.json:

Litm.ui.approve Litm.ui.drag-apply Litm.ui.user-manual

height[bot] commented 2 weeks ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

aMediocreDad commented 1 week ago

I approved it, but when I ran the diff from your PR I noticed there were a few that I have added since I posted that issue:

{
  "Litm": {
    "other": {
      "transfer": "Transfer"
    }
  }
}
{
  "Litm": {
    "ui": {
      "context-remove-all-tags": "<span class='reference'>Right-Click</span> to remove all story tags",
      "error-no-backpack": "No backpack found. Try duplicating the actor to solve this issue.",
      "item-transfer-title": "Transfer Backpack tags",
      "item-transfer-content": "Select the tags you want to transfer to your backpack.",
      "item-transfer-success": "Transferred {items} to your backpack."
     }
  }
}