Skip to content

Commit

Permalink
Added translation for zh-tw and made committed translation for pt-br …
Browse files Browse the repository at this point in the history
…visible in module.json.
  • Loading branch information
Lupestro committed Jun 25, 2021
1 parent 0205424 commit cb04c00
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ This module was originally written by @Deuce. After several months of no activit

This has needed to be pieced together a bit, but here's what I've gleaned from the GIT history.

* 1.3.0 - June 25, 2021 - (Lupestro) Incorporated pending Taiwan Chinese and Brazilian Portuguese translations from zeteticl and rinnocenti.
* 1.2.1 - June 11, 2021 - (Lupestro) Cleaned up console logging noise I had created
* 1.2.0 - June 10, 2021 - (Lupestro) Updated for 0.8.6, but ensured it still functions in 0.7.x.
* 1.1.4 - October 21, 2020 - (Stephen Hurd) Marked as 0.7.5 compatible.
* 1.1.3 - October 18, 2020 - (Stephen Hurd) Fix spelling.
* 1.1.2 - October 18, 2020 - (Stephen Hurd) Fix JSON syntax.
* 1.1.1 - October 18, 2020 - (Stephen Hurd) Name adjustment.
* 1.1.0 - October 18, 2020 - (Jose E Lozano) Add Spanish, (Stephen Hurd) Fix bright/dim radius of Dancing Lights.
* 1.1.0 - October 18, 2020 - (Jose E Lozano) Add Spanish,
(Stephen Hurd) Fix bright/dim radius of Dancing Lights.
* 1.0.9 - May 28, 2020 - (Stephen Hurd) Marked as 0.6.0 compatible.
* 1.0.8 - May 19, 2020 - (Aymeric DeMoura) Add French, Marked as 0.5.8 compatible.
* 1.0.7 - April 29, 2020 - (Stephen Hurd) Add Chinese, fix torch inventory usage.
Expand Down
17 changes: 17 additions & 0 deletions lang/zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"I18N.MAINTAINERS": ["Chivell"],

"torch.playerTorches.name": "玩家火炬",
"torch.playerTorches.hint": "允許玩家自行開關自己的火炬。",
"torch.brightRadius.hint": "發出多少格單位的亮光。",
"torch.dimRadius.hint": "發出多少格單位的微光。",
"torch.gmUsesInventory.name": "使用庫存",
"torch.gmUsesInventory.hint": "當GM開關火炬時,將使用角色庫存。",
"torch.offBrightRadius.name": "關閉時發出亮光",
"torch.offBrightRadius.hint": "關閉時發出多少格單位的亮光。",
"torch.offDimRadius.name": "關閉時發出微光。",
"torch.offDimRadius.hint": "關閉時發出多少格單位的微光。",
"torch.turnOffAllLights": "強制亮/微光設置為OFF",
"torch.holdCtrlOnClick": "按住 <span class=\"key\">Ctrl</span> 點擊"
}

18 changes: 14 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "1.2.1",
"version": "1.3.0",
"author": "Deuce",
"languages": [
{
Expand All @@ -22,9 +22,19 @@
},
{
"lang": "es",
"name": "Spanish",
"name": "Español",
"path": "./lang/es.json"
}
},
{
"lang": "pt-br",
"name": "Português (Brasil)",
"path": "./lang/pt-BR.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "./lang/zh-TW.json"
}
],
"esmodules": ["./torch.js"],
"socket": true,
Expand All @@ -33,5 +43,5 @@
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/master/module.json",
"download": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/master/torch.zip",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.8.6"
"compatibleCoreVersion": "0.8.8"
}
Binary file modified torch.zip
Binary file not shown.

0 comments on commit cb04c00

Please sign in to comment.