fix: agent i18n tranlate
This commit is contained in:
parent
d76e7229fc
commit
994dac3af4
@ -125,17 +125,17 @@ const resources = {
|
|||||||
created_at: 'Created At'
|
created_at: 'Created At'
|
||||||
},
|
},
|
||||||
agents: {
|
agents: {
|
||||||
title: 'Assistants',
|
title: 'Agents',
|
||||||
my_agents: 'My Assistants',
|
my_agents: 'My Agents',
|
||||||
'add.title': 'Add Assistant',
|
'add.title': 'Add Agent',
|
||||||
'edit.title': 'Edit Assistant',
|
'edit.title': 'Edit Agent',
|
||||||
'add.name': 'Name',
|
'add.name': 'Name',
|
||||||
'add.name.placeholder': 'Enter name',
|
'add.name.placeholder': 'Enter name',
|
||||||
'add.prompt': 'Prompt',
|
'add.prompt': 'Prompt',
|
||||||
'add.prompt.placeholder': 'Enter prompt',
|
'add.prompt.placeholder': 'Enter prompt',
|
||||||
'add.button': 'Add',
|
'add.button': 'Add',
|
||||||
'manage.title': 'Manage Assistants',
|
'manage.title': 'Manage Agents',
|
||||||
'delete.popup.content': 'Are you sure you want to delete this assistant?',
|
'delete.popup.content': 'Are you sure you want to delete this agent?',
|
||||||
'tag.default': 'Default',
|
'tag.default': 'Default',
|
||||||
'tag.system': 'System',
|
'tag.system': 'System',
|
||||||
'tag.user': 'Mine'
|
'tag.user': 'Mine'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user