generated from theripper93/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe8d82a
commit dd3a803
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"bossbar.controls.bossUI.name":"ボスHPを表示", | ||
"bossbar.controls.bossUI.warn":"コマが選択されていません、一つまたは複数個のコマを選択してからもう一度お試しください。", | ||
"bossbar.settings.currentHpPath.name":"現在HPパス", | ||
"bossbar.settings.currentHpPath.hint":"キャラクターの現在HPデータを格納しているパスを指定できます。", | ||
"bossbar.settings.maxHpPath.name":"最大HPパス", | ||
"bossbar.settings.maxHpPath.hint":"キャラクターの最大HPデータを格納しているパスを指定できます。", | ||
"bossbar.settings.barHeight.name":"ボスHPの高さ", | ||
"bossbar.settings.barHeight.hint":"ボスHPの高さの位置(ピクセル単位)", | ||
"bossbar.settings.backgroundPath.name":"背景画像", | ||
"bossbar.settings.backgroundPath.hint":"HP枠の背景として使用する画像", | ||
"bossbar.settings.foregroundPath.name":"前景画像", | ||
"bossbar.settings.foregroundPath.hint":"HP枠の前景として使用する画像。残存HPの割合によってこの画像は自動的に縮尺を調整されます。", | ||
"bossbar.settings.textSize.name":"フォントサイズ", | ||
"bossbar.settings.textSize.hint":"フォントのサイズ(ピクセル単位)", | ||
"bossbar.settings.cameraPan.name":"HP表示時にカメラを注目", | ||
"bossbar.settings.cameraPan.hint":"HPを最初に表示するとき、現在の参加者のカメラを強制的にHPを表示したコマに注目します。複数個のコマ選択しているときは、最後のコマに注目します。", | ||
"bossbar.settings.tempBarColor.name":"ダメージ色", | ||
"bossbar.settings.tempBarColor.hint":"ダメージを受けて、徐々にHPが減っているときに使用する色を設定します。", | ||
"bossbar.settings.tempBarColor.label":"色選択", | ||
"bossbar.settings.position.name":"位置", | ||
"bossbar.settings.position.hint":"ボスHPの位置。カメラを含むオプションはウェブカメラの起動を必要とします。", | ||
"bossbar.settings.position.opt0":"画面上部(デフォルト)", | ||
"bossbar.settings.position.opt1":"画面下部(カメラの上)", | ||
"bossbar.settings.position.opt2":"画面下部(カメラの下)", | ||
"bossbar.settings.position.opt3":"参加メンバーリスト", | ||
"bossbar.settings.position.opt4":"下部(ショートカットバーの上)" | ||
} |