From 34d4efd0eeaa45fd6289dac262f1d6096d8c04e9 Mon Sep 17 00:00:00 2001 From: BrotherSharper Date: Wed, 29 Dec 2021 15:08:58 +0900 Subject: [PATCH 1/2] add japanese localization location --- lang/ja.json | 4 ++++ module.json | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 lang/ja.json diff --git a/lang/ja.json b/lang/ja.json new file mode 100644 index 0000000..010626c --- /dev/null +++ b/lang/ja.json @@ -0,0 +1,4 @@ +{ + "localization-location":"You can find the japanese localization at the centralized localization module. It can be found here https://github.com/BrotherSharper/foundryVTTja", + "localization-location-ja":"この翻訳ファイルは本体日本語化Modに存在します。こちらから入手してください https://github.com/BrotherSharper/foundryVTTja" + } \ No newline at end of file diff --git a/module.json b/module.json index 1f6cb50..0096d8a 100644 --- a/module.json +++ b/module.json @@ -24,6 +24,11 @@ "lang": "de", "name": "Deutsch", "path": "lang/de.json" + }, + { + "lang": "ja", + "name": "日本語", + "path": "lang/ja.json" } ], "minimumCoreVersion": "9.238", From 45c3b2cd705ba08926e80ed5675c7b1cccd3ada5 Mon Sep 17 00:00:00 2001 From: BrotherSharper Date: Sat, 1 Jan 2022 23:35:48 +0900 Subject: [PATCH 2/2] add japanese json --- lang/ja.json | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 75 insertions(+), 3 deletions(-) diff --git a/lang/ja.json b/lang/ja.json index 010626c..77a7637 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -1,4 +1,76 @@ { - "localization-location":"You can find the japanese localization at the centralized localization module. It can be found here https://github.com/BrotherSharper/foundryVTTja", - "localization-location-ja":"この翻訳ファイルは本体日本語化Modに存在します。こちらから入手してください https://github.com/BrotherSharper/foundryVTTja" - } \ No newline at end of file + "Localization Provided By": "Brother Sharp", + "POINTER": { + "Settings": { + "Name": "注目マーカー、ポインター、ショートカットキーを選んでね!", + "Button": "設定変更スタジオ", + "Controls": { + "header": "ショートカット", + "inputhint": "入力ボックスに任意のキーを入力してください:", + "pointer": { + "label": "ポインター", + "hint": "このボタンを押している間はポインターがマウスを追尾します。キャンバス上にいるときだけ有効です。" + }, + "ping": { + "label": "注目マーカー", + "pointerActive": "ポインター出現時のみ表示", + "pointerActiveHint": "この設定が有効化されている時、ポインターが出現しているときにのみマウスを長めに押下すると注目マーカーが発動します。", + "hint": "このボタンを押すと画面上のマウスのいる位置に注目マーカーが出現します。キャンバス上にいるときだけ有効です。", + "force": "PLの視点を注目マーカーに集める", + "forceHint": "このボタンを押すと注目マーカーをマウスのあるところに出現させ、PLのカメラをGMと同じズーム、同じ位置に移動させます。" + } + }, + "GM": { + "applyToAll": { + "label": "すべてのユーザに適用?", + "button": "はい!", + "hint": "すべてのユーザがここで設定されたショートカットキーを自動的に適用されます。PLはその後独自にショートカットを変えることもできます。" + } + }, + "Designer": { + "Graphic": "見た目", + "Scale": { + "label": "大きさ" + }, + "Angle": { + "label": "角度" + }, + "Offset": { + "label": "オフセット" + }, + "Tint": { + "label": "色合い", + "userColor": "ユーザ色がデフォルトです。" + }, + "Animations": { + "header": "アニメーション", + "rotate": { + "label": "回転" + }, + "scale": { + "label": "サイズ" + }, + "duration": "持続時間", + "easing": "アニメーション方法" + }, + "pingDuration": "マーカの持続時間" + }, + "Chooser": { + "addPointer": "新規作成" + } + }, + "General": { + "min": "最低", + "max": "最大", + "name": "名前", + "ping": "注目マーカー", + "pointer": "ポインター", + "delete": "削除しますか?", + "units": { + "grid": "マス目単位", + "degree": "°", + "seconds": "秒" + } + } + } +} \ No newline at end of file