Update itemizationChat.html: fix data-i18n

8a80b43c52984d26099924b4c82da36a8e4f9cda

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +21 -21Showing whitespace changes
public/scripts/templates/itemizationChat.html+21 -21
@@ -1,21 +1,21 @@
11<h3 class="flex-container justifyCenter alignitemscenter" data-i18n="Prompt Itemization">
2- Prompt Itemization
2+ <span data-i18n="Prompt Itemization">Prompt Itemization</span>
33 <div id="showRawPrompt" class="fa-solid fa-square-poll-horizontal menu_button" title="Show Raw Prompt" data-i18n="[title]Show Raw Prompt"></div>
44 <div id="copyPromptToClipboard" class="fa-solid fa-copy menu_button" title="Copy Prompt" data-i18n="[title]Copy Prompt"></div>
55 <div id="diffPrevPrompt" class="fa-solid fa-code-compare menu_button" title="Show Prompt Differences" data-i18n="[title]Show Prompt Differences"></div>
66</h3>
77<div>
88 <div>
99 <span data-i18n="API/Model:">API/Model:</span> {{mainApiFriendlyName}} {{#if apiUsed}}({{apiUsed}}){{/if}} {{#if modelUsed}}&ndash; {{modelUsed}}{{/if}}
1010 </div>
1111 <div>
1212 <small data-i18n="Preset:">Preset:</small><small> {{presetName}}</small>
1313 <span>|</span>
1414 <small data-i18n="Tokenizer:">Tokenizer:</small><small> {{selectedTokenizer}}</small>
1515 </div>
1616</div>
1717
18-<span class="tokenItemizingSubclass">
18+<span class="tokenItemizingSubclass" data-i18n="Only the white numbers really matter. All numbers are estimates. Grey color items may not have been included in the context due to certain prompt format settings.">
1919 Only the white numbers really matter. All numbers are estimates.
2020 Grey color items may not have been included in the context due to certain prompt format settings.
2121</span>
@@ -37,8 +37,8 @@
3737 <div class="flex-container wide50p">
3838 <div class="wide100p flex-container flexNoGap flexFlowColumn">
3939 <div class="flex-container wide100p">
4040 <div class="flex1" style="color: grey;"><b data-i18n="System Info:">System Info:</b></div>
4141 <div class=""> <b>{{oaiSystemTokens}}</b></div>
4242 </div>
4343 <div class="flex-container ">
4444 <div class=" flex1 tokenItemizingSubclass">-- Chat Start: </div>
@@ -67,8 +67,8 @@
6767 </div>
6868 <div class="wide100p flex-container flexNoGap flexFlowColumn">
6969 <div class="flex-container wide100p">
7070 <div class="flex1" style="color: indianred;"><b data-i18n="Prompt Tokens:">Prompt Tokens:</b></div>
7171 <div class=""> <b>{{oaiPromptTokens}}</b></div>
7272 </div>
7373 <div class="flex-container ">
7474 <div class=" flex1 tokenItemizingSubclass">-- Description: </div>
@@ -92,17 +92,17 @@
9292 </div>
9393 </div>
9494 <div class="wide100p flex-container">
9595 <div class="flex1" style="color: gold;"><b data-i18n="World Info:">World Info:</b></div>
9696 <div class=""><b>{{worldInfoStringTokens}}</b></div>
9797 </div>
9898 <div class="wide100p flex-container">
9999 <div class="flex1" style="color: palegreen;"><b data-i18n="Chat History:">Chat History:</b></div>
100100 <div class=""> <b>{{ActualChatHistoryTokens}}</b></div>
101101 </div>
102102 <div class="wide100p flex-container flexNoGap flexFlowColumn">
103103 <div class="wide100p flex-container">
104104 <div class="flex1" style="color: cornflowerblue;"><b data-i18n="Extensions:">Extensions:</b></div>
105105 <div class=""><b>{{allAnchorsTokens}}</b></div>
106106 </div>
107107 <div class="flex-container ">
108108 <div class=" flex1 tokenItemizingSubclass">-- Summarize: </div>
@@ -126,7 +126,7 @@
126126 </div>
127127 </div>
128128 <div class="wide100p flex-container">
129129 <div class="flex1" style="color: mediumpurple;"><b>&lcub;&lcub;&rcub;&rcub;</b> <b data-i18n="Bias:">Bias:</b></div>
130130 <div class="">{{oaiBiasTokens}}</div>
131131 </div>
132132 </div>
@@ -135,12 +135,12 @@
135135 <hr>
136136 <div class="wide100p flex-container flexFlowColumns">
137137 <div class="flex-container wide100p">
138138 <div class="flex1"><b data-i18n="Total Tokens in Prompt:">Total Tokens in Prompt:</b></div>
139139 <div class=""> <b>{{finalPromptTokens}}</b></div>
140140 </div>
141141 <div class="flex-container wide100p">
142142 <div class="flex1"><b data-i18n="Max Context">Max Context</b><small data-i18n="(Context Size - Response Length)">(Context Size - Response Length)</small><b data-i18n=":">:</b></div>
143143 <div class=""><b>{{thisPrompt_max_context}}</b></div>
144144 </div>
145145 </div>
146146</div>