chore: languages settings
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
'playground.system.tips': '在这里输入系统消息...',
|
||||
'playground.title': '对话',
|
||||
'playground.system': '系统',
|
||||
'playground.user': '用户',
|
||||
'playground.assistant': '助手',
|
||||
'playground.newMessage': '新消息',
|
||||
'playground.viewcode': '查看代码',
|
||||
'playground.model': '模型',
|
||||
'playground.parameters': '参数',
|
||||
'playground.viewcode.info':
|
||||
'你可以使用以下代码将当前的提示和设置集成到你的应用程序中。',
|
||||
'playground.completion': '补全',
|
||||
'playground.prompt': '提示',
|
||||
'playground.tokenusage': 'Token 使用量'
|
||||
};
|
||||
Reference in New Issue
Block a user