From 1bfd0f22ea85a3fd4328091e09deb0c49405cd72 Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 4 Jan 2020 15:17:41 +0100 Subject: [PATCH] Add files via upload --- lang/en.json | 3 ++- lang/ja.json | 5 +++-- module.json | 2 +- template/settings.html | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lang/en.json b/lang/en.json index befd196..979aaec 100644 --- a/lang/en.json +++ b/lang/en.json @@ -5,7 +5,8 @@ "CMPBrowser.generalSettings":"General Settings", "CMPBrowser.allowSpellAcc":"Allow Players Access to the spell browser", "CMPBrowser.allowNpcAcc":"Allow Players Access to the npc browser", - "CMPBrowser.compSettings":"Spell Compendium Settings", + "CMPBrowser.compSettingsSpell":"Spell Compendium Settings", + "CMPBrowser.compSettingsNpc":"NPC Compendium Settings", "CMPBrowser.load":"Load", "CMPBrowser.lvl":"Level", "CMPBrowser.ritual":"Ritual", diff --git a/lang/ja.json b/lang/ja.json index 34e1c86..5490318 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -5,7 +5,8 @@ "CMPBrowser.generalSettings":"一般設定", "CMPBrowser.allowSpellAcc":"プレイヤーに呪文辞典の使用を許可する。", "CMPBrowser.allowNpcAcc":"プレイヤーにNPC辞典の使用を許可する。", - "CMPBrowser.compSettings":"呪文辞典設定", + "CMPBrowser.compSettingsSpell":"呪文辞典設定", + "CMPBrowser.compSettingsNpc":"NPC辞典設定", "CMPBrowser.load":"追加", "CMPBrowser.lvl":"レベル", "CMPBrowser.ritual":"儀式", @@ -53,7 +54,7 @@ "CMPBrowser.dmgInteraction": "ダメージ関連", "CMPBrowser.dmgDealt": "与えるダメージ種別", "CMPBrowser.size": "サイズ", - "CMPBrowser.spellBrowser":"呪文ブラいざ", + "CMPBrowser.spellBrowser":"呪文ブラウザ", "CMPBrowser.npcBrowser":"NPCブラウザ", "CMPBrowser.settings":"設定" } \ No newline at end of file diff --git a/module.json b/module.json index 3860e35..f1b363a 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "compendium-browser", "title": "Compendium Browser", "description": "A module to easily browse and filter spells as well as npcs loaded from compendie.", - "version": "0.1.6", + "version": "0.1.7", "author": "Felix#6196", "systems": ["dnd5e"], "scripts": ["./compendium-browser.js"], diff --git a/template/settings.html b/template/settings.html index 51374bd..dd97165 100644 --- a/template/settings.html +++ b/template/settings.html @@ -12,7 +12,7 @@
-

{{localize "CMPBrowser.compSettings"}}

+

{{localize "CMPBrowser.compSettingsSpell"}}

{{#each settings.loadedSpellCompendium as |spellComp key|}}
-

Npc Compendium Settings

+

{{localize "CMPBrowser.compSettingsNpc"}}

{{#each settings.loadedNpcCompendium as |npcComp key|}}