Add language translations for "Log"
This commit is contained in:
@@ -546,4 +546,5 @@ export const languageEnglish = {
|
||||
inputTokens: "Input Tokens",
|
||||
outputTokens: "Output Tokens",
|
||||
tokenWarning: "Token caculation can be inaccurate. it is recommended to use it as a reference.",
|
||||
log: "Log",
|
||||
}
|
||||
@@ -174,10 +174,10 @@
|
||||
{:else if $alertStore.type === 'requestdata'}
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<Button selected={generationInfoMenuIndex === 0} size="sm" on:click={() => {generationInfoMenuIndex = 0}}>
|
||||
Tokens
|
||||
{language.tokens}
|
||||
</Button>
|
||||
<Button selected={generationInfoMenuIndex === 2} size="sm" on:click={() => {generationInfoMenuIndex = 2}}>
|
||||
Log
|
||||
{language.log}
|
||||
</Button>
|
||||
<button class="ml-auto" on:click={() => {
|
||||
alertStore.set({
|
||||
|
||||
Reference in New Issue
Block a user