Translate a few missing text
This commit is contained in:
parent
8bd09a58cd
commit
52cf010695
4 changed files with 6 additions and 13 deletions
|
|
@ -12291,14 +12291,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\>This screen allows you to check the details of the normal bad states that "
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\>are currently assigned to Konoha and the bad states that may be assigned."
|
||||
"\\>This screen allows you to check the details of the normal bad states \nthat are currently assigned to Konoha and the bad states \nthat may be assigned. "
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2279,7 +2279,7 @@
|
|||
"カルマ",
|
||||
"性交回数",
|
||||
"アナル回数",
|
||||
"中出し回数",
|
||||
"Creampies",
|
||||
"オナニー回数",
|
||||
"絶頂数",
|
||||
"妊娠回数",
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ var $plugins =
|
|||
{ "name": "AnotherNewGame", "status": true, "description": "アナザーニューゲーム追加プラグイン", "parameters": { "anotherDataList": "[\"{\\\"name\\\":\\\"LOAD GAME\\\",\\\"mapId\\\":\\\"340\\\",\\\"mapX\\\":\\\"1\\\",\\\"mapY\\\":\\\"1\\\",\\\"hidden\\\":\\\"false\\\",\\\"disable\\\":\\\"false\\\",\\\"addPosition\\\":\\\"3\\\",\\\"switchId\\\":\\\"0\\\",\\\"fileLoad\\\":\\\"false\\\",\\\"noFadeout\\\":\\\"false\\\"}\",\"{\\\"name\\\":\\\"MEMORIES ROOM\\\",\\\"mapId\\\":\\\"398\\\",\\\"mapX\\\":\\\"19\\\",\\\"mapY\\\":\\\"13\\\",\\\"hidden\\\":\\\"true\\\",\\\"disable\\\":\\\"true\\\",\\\"addPosition\\\":\\\"0\\\",\\\"switchId\\\":\\\"0\\\",\\\"fileLoad\\\":\\\"false\\\",\\\"noFadeout\\\":\\\"false\\\"}\"]", "manageNumber": "" } },
|
||||
{ "name": "AB_HelpScene", "status": true, "description": "v1.00 画像でヘルプを表示する機能を追加します。", "parameters": { "ヘルプタイトル": "Tips", "メニュー表示スイッチ": "14", "メニュー有効化スイッチ": "0", "ヘルプリスト": "[\"{\\\"name\\\":\\\"Theft\\\",\\\"ImageList\\\":\\\"[\\\\\\\"tip_settou\\\\\\\"]\\\"}\",\"{\\\"name\\\":\\\"Combat 1\\\",\\\"ImageList\\\":\\\"[\\\\\\\"tip_bt01\\\\\\\",\\\\\\\"tip_bt02\\\\\\\",\\\\\\\"tip_bt03\\\\\\\",\\\\\\\"tip_bt04\\\\\\\",\\\\\\\"tip_bt05\\\\\\\",\\\\\\\"tip_bt06\\\\\\\",\\\\\\\"tip_bt07\\\\\\\",\\\\\\\"tip_bt08\\\\\\\",\\\\\\\"tip_bt09\\\\\\\"]\\\"}\",\"{\\\"name\\\":\\\"Enemy Symbols\\\",\\\"ImageList\\\":\\\"[\\\\\\\"tip_Enemy01\\\\\\\"]\\\"}\",\"{\\\"name\\\":\\\"Picking\\\",\\\"ImageList\\\":\\\"[\\\\\\\"tip_pic01\\\\\\\",\\\\\\\"tip_pic02\\\\\\\",\\\\\\\"tip_pic03\\\\\\\",\\\\\\\"tip_pic04\\\\\\\"]\\\"}\",\"{\\\"name\\\":\\\"Additional Scenes\\\",\\\"ImageList\\\":\\\"[\\\\\\\"ex_tips01\\\\\\\",\\\\\\\"ex_tips02\\\\\\\",\\\\\\\"ex_tips03\\\\\\\",\\\\\\\"ex_tips04\\\\\\\",\\\\\\\"ex_tips05\\\\\\\",\\\\\\\"ex_tips06\\\\\\\",\\\\\\\"ex_tips07\\\\\\\",\\\\\\\"ex_tips08\\\\\\\",\\\\\\\"ex_tips09\\\\\\\",\\\\\\\"ex_tips10\\\\\\\"]\\\"}\",\"{\\\"name\\\":\\\"Combat 2\\\",\\\"ImageList\\\":\\\"[\\\\\\\"tip_bt10\\\\\\\",\\\\\\\"tip_bt11\\\\\\\",\\\\\\\"tip_bt12\\\\\\\"]\\\"}\"]", "未閲覧ヘルプアイコン": "533", "未開放ヘルプ名前": "???", "次へ名前": ">", "閉じる名前": "OK" } },
|
||||
{ "name": "------------------------", "status": true, "description": "----------------------------------------------------------------------------------", "parameters": {} },
|
||||
{ "name": "PH_Warehouse", "status": true, "description": "アイテムを保管できる倉庫を作成できます。", "parameters": { "---オプション---": "", "All Together": "0", "Stack Item Quantity": "0", "---表示テキスト---": "", "Withdraw Text": "引き出す", "Deposit Text": "預ける", "All Text": "全て", "Available Space Text": "利用可能容量:" } },
|
||||
{ "name": "PH_Warehouse", "status": true, "description": "アイテムを保管できる倉庫を作成できます。", "parameters": { "---オプション---": "", "All Together": "0", "Stack Item Quantity": "0", "---表示テキスト---": "", "Withdraw Text": "Withdraw", "Deposit Text": "Deposit", "All Text": "All", "Available Space Text": "Available Space:" } },
|
||||
{ "name": "setItemMax", "status": true, "description": "アイテムの最大所持個数をアイテムIdごとに指定できます。", "parameters": {} },
|
||||
{ "name": "TYA_SwitchControl", "status": true, "description": "全マップの全イベントのセルフスイッチを一括で操作します。\r\n詳しい使い方はヘルプを参照してください。", "parameters": {} },
|
||||
{ "name": "------------------------", "status": true, "description": "----------------------------------------------------------------------------------", "parameters": {} },
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@
|
|||
};
|
||||
|
||||
Window_ActorCommand.prototype.addResistCommands = function () {
|
||||
this.addCommand('振りほどく', 'extract');
|
||||
this.addCommand('耐える', 'bear');
|
||||
this.addCommand('受け入れる', 'skill', true, 4);
|
||||
this.addCommand('Struggle', 'extract');
|
||||
this.addCommand('Endure', 'bear');
|
||||
this.addCommand('Accept', 'skill', true, 4);
|
||||
};
|
||||
|
||||
Window_ActorCommand.prototype.makeCommandList = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue