diff --git a/README.md b/README.md index a8b8145..f5ec5b8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lang/zh-TW.json b/lang/zh-TW.json new file mode 100644 index 0000000..52e9128 --- /dev/null +++ b/lang/zh-TW.json @@ -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": "按住 Ctrl 點擊" + } + \ No newline at end of file diff --git a/module.json b/module.json index dddd988..b0c6c6d 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "1.2.1", + "version": "1.3.0", "author": "Deuce", "languages": [ { @@ -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, @@ -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" } diff --git a/torch.zip b/torch.zip index fd95404..89eb706 100644 Binary files a/torch.zip and b/torch.zip differ