fix: add missing like i18n (#512)
This commit is contained in:
@@ -6,6 +6,11 @@ const translation = {
|
||||
addFeature: 'Add Feature',
|
||||
automatic: 'Automatic',
|
||||
stopResponding: 'Stop responding',
|
||||
agree: 'agree',
|
||||
disagree: 'disagree',
|
||||
cancelAgree: 'Cancel agree',
|
||||
cancelDisagree: 'Cancel disagree',
|
||||
userAction: 'User ',
|
||||
},
|
||||
notSetAPIKey: {
|
||||
title: 'LLM provider key has not been set',
|
||||
|
||||
@@ -6,6 +6,11 @@ const translation = {
|
||||
addFeature: '添加功能',
|
||||
automatic: '自动编排',
|
||||
stopResponding: '停止响应',
|
||||
agree: '赞同',
|
||||
disagree: '反对',
|
||||
cancelAgree: '取消赞同',
|
||||
cancelDisagree: '取消反对',
|
||||
userAction: '用户表示',
|
||||
},
|
||||
notSetAPIKey: {
|
||||
title: 'LLM 提供者的密钥未设置',
|
||||
|
||||
Reference in New Issue
Block a user