Skip to content

Commit

Permalink
v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed May 22, 2021
2 parents e725a10 + 769c63e commit af3b71b
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 47 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.13

- Add chinese localization. Thanks to GitHub User 长耳 ( @FuyuEnnju ) for contributing this!
- Add [Bug reporter module](https://www.foundryvtt-hub.com/package/bug-reporter/) support
- Add [Developer Mode module](https://www.foundryvtt-hub.com/package/_dev-mode/) support

# v2.12

- Add german adjective list
Expand Down
82 changes: 82 additions & 0 deletions lang/cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"I18N.MAINTAINERS": [ "Chivell" ],

"Token Mold": "指示物模板",

"tmold.config.applySettings": "将设置应用于",
"tmold.config.unlinkedOnly": "仅未同步数据的指示物",

"tmold.tab.infoHelp": "信息/帮助",
"tmold.tab.name": "名称",
"tmold.tab.systemSpecific": "系统特性" ,
"tmold.tab.defaultConfig": "修改默认设置",
"tmold.tab.statOverlay": "叠加统计",

"tmold.info.featureOverview": "功能概述/读我!",
"tmold.info.bugsOrSuggestions": "错误或功能建议?在此处提出问题。",
"tmold.info.changelog": "更新日志",
"tmold.info.support": "想要支持开发?",
"tmold.info.clickHere": "单击此处",

"tmold.name.addNumbers": "将计数数作为后缀添加到名称中。",
"tmold.name.numberStyle": "选择数字样式。第一段不能为空!",
"tmold.name.prefix": "前缀",
"tmold.name.suffix": "后缀",
"tmold.name.increaseIndex": "每次计数最多增加",
"tmold.name.increaseIndexHelp": "计数增加将从这个范围内随机选择。最小为1。(均匀分布)。",
"tmold.name.resetCounter": "为这个场景的所有指示物重置计数。",
"tmold.name.resetCounterHelp": "重置新创建指示物的计数数。 页面重新加载后,这将重置为最高位置的索引。在指示物数量较多的地图上,这可能需要几秒钟。",
"tmold.name.addAdjective": "从词典中随机添加形容词",
"tmold.name.chooseRolltable": "从以下列表中选择形容词:",
"tmold.name.adjectivePlacement": "形容词的位置:",
"tmold.name.adjectivePlacementFront": "前面",
"tmold.name.adjectivePlacementBack": "后面",
"tmold.name.baseName": "基础名称:",
"tmold.name.baseNameNothing": "不动",
"tmold.name.baseNameRemove": "消除",
"tmold.name.baseNameReplace": "替换为随机的名称",
"tmold.name.replaceHelp": "有关该功能如何工作的更多信息,请查看模块主页。",
"tmold.name.replaceInfo1": "所选选项将用生成的名称替换指示物的基础名称。",
"tmold.name.replaceInfo2": "您可以选择多个属性。 对于每个属性,可以选择可能的值并为其指定语言。在指示物创建时,将选择第一个适合的值。如果没有找到合适的值,将使用默认值。",
"tmold.name.replaceInfo3": "重要提示:启用该功能将导致使用约100MB的额外内存!(仅限GM)。",
"tmold.name.generateLength": "生成的名称长度",
"tmold.name.minimum": "最小长度:",
"tmold.name.maximum": "最大长度:",
"tmold.name.regenerate": "为选定的指示物重新生成名称",
"tmold.name.attribute": "属性",
"tmold.name.value": "数值",
"tmold.name.language": "语言",
"tmold.name.reset": "重置为默认值",
"tmold.name.default": "默认",
"tmold.name.random": "随机",
"tmold.name.delete": "删除",
"tmold.stat.none": "",
"tmold.stat.name": "名称",
"tmold.name.addValue": "添加数值",
"tmold.name.addAttribute": "添加属性",

"tmold.system.sendToChat": "发送结果到聊天消息 (这个设置只是改变了是否将结果发送至聊天消息。HP是否被发送是基于侧边栏的设置.)",
"tmold.system.setTokenSize": "将指示物的大小设置为生物的大小,并按地图比例进行缩放。",
"tmold.system.setTokenSizeHelp": "根据角色单中设置的尺寸规则来设置指示物的大小。如果地图上的距离单位是英尺,它就会相应地放大。",

"tmold.default.overwrite": "覆盖",
"tmold.default.active": "启用",
"tmold.default.vision": "视觉:",
"tmold.default.randScale": "随机比例乘数",
"tmold.default.min": "最小",
"tmold.default.max": "最大",
"tmold.default.randRotation": "随机范围旋转",
"tmold.default.minAngle": "最小角度",
"tmold.default.maxAngle": "最大角度",
"tmold.default.randMirroring": "随机镜像",
"tmold.default.horizontal": "横向",
"tmold.default.vertical": "纵向",

"tmold.stat.attributeChooseDisplay": "选择要显示的属性",
"tmold.stat.attribute": "属性",
"tmold.stat.attributeIcon": "图标",
"tmold.stat.attributeNone": "",
"tmold.stat.attributeName": "名称",
"tmold.stat.attributeDelete": "删除",
"tmold.stat.attributeAdd": "添加属性"
}
86 changes: 40 additions & 46 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,42 @@
{
"name": "token-mold",
"title": "Token Mold",
"description": "<p>Gives the option to cast your tokens into a mold of your choosing.</p> <p>Possible options for your mold include:</p> <ul><li>Adding incrementing number suffixes.</li><li>Name generation for tokens.</li><li>Random adjective prefixes. (Examples: angry, calm, bloodthirsty, ...)</li><li>Rolling Hit Points by formula (dnd5e only)</li><li>Set token configuration on placement.</li><li>Providing an overlay to quickly check some stats on token hover.</li><li>Automatic creature size scaling (dnd5e only)</li></ul><hr>",
"author": "Moerill",
"authors": [],
"url": "https://github.com/Moerill/token-mold",
"flags": {},
"version": "2.12.0",
"minimumCoreVersion": "0.8.4",
"compatibleCoreVersion": "0.8,4",
"scripts": [],
"esmodules": [
"scripts/index.js"
],
"styles": [
"token-mold.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json"
}
],
"packs": [
{
"name": "adjectives",
"label": "Adjectives",
"module": "token-mold",
"path": "assets/adjectives.db",
"entity": "RollTable",
"private": false
}
],
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/Moerill/token-mold/master/module.json",
"download": "https://github.com/Moerill/token-mold/releases/download/v2.12.0/v2.12.0.zip",
"protected": false,
"coreTranslation": false
"author": "Moerill",
"compatibleCoreVersion": "0.8,4",
"description": "<p>Gives the option to cast your tokens into a mold of your choosing.</p> <p>Possible options for your mold include:</p> <ul><li>Adding incrementing number suffixes.</li><li>Name generation for tokens.</li><li>Random adjective prefixes. (Examples: angry, calm, bloodthirsty, ...)</li><li>Rolling Hit Points by formula (dnd5e only)</li><li>Set token configuration on placement.</li><li>Providing an overlay to quickly check some stats on token hover.</li><li>Automatic creature size scaling (dnd5e only)</li></ul><hr>",
"download": "https://github.com/Moerill/token-mold/releases/download/v2.13.0/v2.13.0.zip",
"bugs": "https://github.com/Moerill/token-mold/issues",
"esmodules": ["scripts/index.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json"
}
],
"manifest": "https://raw.githubusercontent.com/Moerill/token-mold/master/module.json",
"minimumCoreVersion": "0.8.4",
"name": "token-mold",
"packs": [
{
"name": "adjectives",
"label": "Adjectives",
"module": "token-mold",
"path": "assets/adjectives.db",
"entity": "RollTable"
}
],
"styles": ["token-mold.css"],
"title": "Token Mold",
"type": "module",
"url": "https://github.com/Moerill/token-mold",
"version": "2.13.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "module-template",
"version": "2.12.0",
"version": "2.13.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit af3b71b

Please sign in to comment.