mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
chore(desktop): drop the now-unused assistant.tool.code string
The code-block header was its only consumer.
This commit is contained in:
parent
39bde52014
commit
b3174092f6
6 changed files with 0 additions and 6 deletions
|
|
@ -2326,7 +2326,6 @@ export const ar = defineLocale({
|
|||
continueLabel: 'متابعة'
|
||||
},
|
||||
tool: {
|
||||
code: 'الكود',
|
||||
copyCode: 'نسخ الكود',
|
||||
renderingImage: 'جار عرض الصورة...',
|
||||
copyOutput: 'نسخ الإخراج',
|
||||
|
|
|
|||
|
|
@ -2730,7 +2730,6 @@ export const en: Translations = {
|
|||
lateAnswerHint: 'This prompt is no longer waiting. Pick an option to draft it as a follow-up message.'
|
||||
},
|
||||
tool: {
|
||||
code: 'Code',
|
||||
copyCode: 'Copy code',
|
||||
renderingImage: 'Rendering image',
|
||||
copyOutput: 'Copy output',
|
||||
|
|
|
|||
|
|
@ -2574,7 +2574,6 @@ export const ja = defineLocale({
|
|||
lateAnswerHint: 'この質問はもう回答を待っていません。選択肢を選ぶとフォローアップメッセージとして下書きされます。'
|
||||
},
|
||||
tool: {
|
||||
code: 'コード',
|
||||
copyCode: 'コードをコピー',
|
||||
renderingImage: '画像をレンダリング中',
|
||||
copyOutput: '出力をコピー',
|
||||
|
|
|
|||
|
|
@ -2326,7 +2326,6 @@ export interface Translations {
|
|||
lateAnswerHint: string
|
||||
}
|
||||
tool: {
|
||||
code: string
|
||||
copyCode: string
|
||||
renderingImage: string
|
||||
copyOutput: string
|
||||
|
|
|
|||
|
|
@ -2495,7 +2495,6 @@ export const zhHant = defineLocale({
|
|||
lateAnswerHint: '此問題已不再等待回答。選擇一個選項會將其起草為後續訊息。'
|
||||
},
|
||||
tool: {
|
||||
code: '程式碼',
|
||||
copyCode: '複製程式碼',
|
||||
renderingImage: '正在渲染圖片',
|
||||
copyOutput: '複製輸出',
|
||||
|
|
|
|||
|
|
@ -2900,7 +2900,6 @@ export const zh: Translations = {
|
|||
lateAnswerHint: '此问题已不再等待回答。选择一个选项会将其起草为后续消息。'
|
||||
},
|
||||
tool: {
|
||||
code: '代码',
|
||||
copyCode: '复制代码',
|
||||
renderingImage: '正在渲染图片',
|
||||
copyOutput: '复制输出',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue