docs: Update agent-related translations to use 'assistant' term.

- "All agent-related translations have been updated to use the term 'assistant' instead of 'agent'."
This commit is contained in:
kangfenmao 2024-09-10 13:51:47 +08:00
parent 2ac2f90711
commit f579e5c899

View File

@ -102,17 +102,17 @@ const resources = {
'message.new.context': 'New Context' 'message.new.context': 'New Context'
}, },
agents: { agents: {
title: 'Agents', title: 'Assistants',
my_agents: 'My Agents', my_agents: 'My Assistants',
'add.title': 'Add Agent', 'add.title': 'Add Assistant',
'edit.title': 'Edit Agent', 'edit.title': 'Edit Assistant',
'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 Agents', 'manage.title': 'Manage Assistants',
'delete.popup.content': 'Are you sure you want to delete this agent?', 'delete.popup.content': 'Are you sure you want to delete this assistant?',
'tag.default': 'Default', 'tag.default': 'Default',
'tag.system': 'System', 'tag.system': 'System',
'tag.user': 'Mine' 'tag.user': 'Mine'