Skip to content

Commit

Permalink
Merge pull request #20 from BrotherSharper/master
Browse files Browse the repository at this point in the history
add japanese localization
  • Loading branch information
mclemente authored Jan 8, 2022
2 parents 39fde37 + 2990e27 commit 9e6ebc6
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
43 changes: 43 additions & 0 deletions lang/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"party-overview": {
"EnablePlayerAccess": {
"Name": "PLもパーティ概要を閲覧できる",
"Hint": "パーティ概要のウィンドウをPLも閲覧できるようになります。"
},
"SystemProvider": {
"Name": "システム設定提供元",
"choices": {
"module": "Mod{name}",
"native": "汎用",
"system": "システム{name}"
}
},
"keybinds": {
"open": {
"name": "パーティ概要を開く",
"hint": "パーティ概要ウィンドウを開きます。"
},
"close": {
"name": "パーティ概要を閉じる",
"hint": "パーティ概要ウィンドウを閉じます。"
},
"toggle": {
"name": "パーティ概要切替",
"hint": "パーティ概要ウィンドウを開閉します。"
}
},
"GENERAL": "一般",
"LIMIT": "限定",
"NAME": "名前",
"SKILLS": "技能",
"PROFICIENCIES": "習熟",
"TOTAL": "合計",
"WEALTH": "財産",
"DND5E": {
"Traits": "特徴"
},
"PF2E": {
"EncumberedAt": "荷重境界"
}
}
}
5 changes: 5 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"esmodules": ["./party-overview.js"],
Expand Down

0 comments on commit 9e6ebc6

Please sign in to comment.