mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 13:19:33 +08:00
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:
parent
2ac2f90711
commit
f579e5c899
@ -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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user