TL Logs
This commit is contained in:
parent
ab9eaff26c
commit
53dd80a959
1 changed files with 16 additions and 16 deletions
|
|
@ -403,30 +403,30 @@ var $plugins = [
|
|||
status: true,
|
||||
description: "メッセージログにオプションを追加",
|
||||
parameters: {
|
||||
optionText: "メッセージログ設定",
|
||||
optionText: "Message Log",
|
||||
textON: "ON",
|
||||
textOFF: "OFF",
|
||||
logLimitBasicText: "ログ保存数(基本)",
|
||||
logLimitBasicHelp: "セーブデータの大きさに影響します。",
|
||||
logLimitBasicText: "Logs Stored (Basic)",
|
||||
logLimitBasicHelp: "Effects the size of the save data.",
|
||||
logLimitBasicItemList:
|
||||
'["{\\"text\\":\\"少ない\\",\\"value\\":\\"20\\"}","{\\"text\\":\\"標準\\",\\"value\\":\\"40\\"}","{\\"text\\":\\"多い\\",\\"value\\":\\"60\\"}","{\\"text\\":\\"とても多い\\",\\"value\\":\\"100\\"}"]',
|
||||
logLimitExtendsText: "ログ保持数(追加)",
|
||||
logLimitExtendsHelp: "メモリの消費量に影響します。",
|
||||
'["{\\"text\\":\\"Few\\",\\"value\\":\\"20\\"}","{\\"text\\":\\"Standard\\",\\"value\\":\\"40\\"}","{\\"text\\":\\"Many\\",\\"value\\":\\"60\\"}","{\\"text\\":\\"Very Many\\",\\"value\\":\\"100\\"}"]',
|
||||
logLimitExtendsText: "Log Retention Count (Additional)",
|
||||
logLimitExtendsHelp: "Affects memory consumption.",
|
||||
logLimitExtendsItemList:
|
||||
'["{\\"text\\":\\"少ない\\",\\"value\\":\\"20\\"}","{\\"text\\":\\"標準\\",\\"value\\":\\"50\\"}","{\\"text\\":\\"多い\\",\\"value\\":\\"80\\"}"]',
|
||||
autoWaitTimeText: "オート待ち時間",
|
||||
autoWaitTimeHelp: "文章表示完了後の待機時間です。",
|
||||
'["{\\"text\\":\\"Few\\",\\"value\\":\\"20\\"}","{\\"text\\":\\"Standard\\",\\"value\\":\\"50\\"}","{\\"text\\":\\"Many\\",\\"value\\":\\"80\\"}"]',
|
||||
autoWaitTimeText: "Auto Wait Time",
|
||||
autoWaitTimeHelp: "The waiting time after text display is complete.",
|
||||
autoWaitTimeItemList:
|
||||
'["{\\"text\\":\\"とても短い\\",\\"value\\":\\"120\\"}","{\\"text\\":\\"短い\\",\\"value\\":\\"180\\"}","{\\"text\\":\\"標準\\",\\"value\\":\\"360\\"}","{\\"text\\":\\"長い\\",\\"value\\":\\"480\\"}","{\\"text\\":\\"とても長い\\",\\"value\\":\\"600\\"}"]',
|
||||
gaugeColorText: "ゲージ色",
|
||||
gaugeColorHelp: "オート待ち時間の間に表示するゲージの色。",
|
||||
'["{\\"text\\":\\"Very Short\\",\\"value\\":\\"120\\"}","{\\"text\\":\\"Short\\",\\"value\\":\\"180\\"}","{\\"text\\":\\"Standard\\",\\"value\\":\\"360\\"}","{\\"text\\":\\"Long\\",\\"value\\":\\"480\\"}","{\\"text\\":\\"Very Long\\",\\"value\\":\\"600\\"}"]',
|
||||
gaugeColorText: "Gauge Color",
|
||||
gaugeColorHelp: "The color of the gauge displayed during the auto wait time.",
|
||||
gaugeColorItemListOld:
|
||||
'["13181999","12674371","8104783","3050327","45797","20362","16628736"]',
|
||||
keepAutoMode: "オートモードを保持",
|
||||
keepAutoModeHelp: "会話終了後もオートモードを維持します。",
|
||||
machinakaMode: "街中モード行数",
|
||||
keepAutoMode: "Maintain Auto Mode",
|
||||
keepAutoModeHelp: "Keeps auto mode after conversation ends.",
|
||||
machinakaMode: "In-town Mode Line Count",
|
||||
machinakaModeHelp:
|
||||
"表示する数を増やすと、その分ログを表示する場所が減ります。",
|
||||
"Increasing the display count reduces the space for displaying logs.",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue