From 2f53416e09579ee31e325420091099cce68e3c11 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Tue, 10 Sep 2024 13:51:47 +0800 Subject: [PATCH] docs: Update agent-related translations to use 'assistant' term. - "All agent-related translations have been updated to use the term 'assistant' instead of 'agent'." --- src/renderer/src/i18n/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/renderer/src/i18n/index.ts b/src/renderer/src/i18n/index.ts index 3606c8c4..1c896359 100644 --- a/src/renderer/src/i18n/index.ts +++ b/src/renderer/src/i18n/index.ts @@ -102,17 +102,17 @@ const resources = { 'message.new.context': 'New Context' }, agents: { - title: 'Agents', - my_agents: 'My Agents', - 'add.title': 'Add Agent', - 'edit.title': 'Edit Agent', + title: 'Assistants', + my_agents: 'My Assistants', + 'add.title': 'Add Assistant', + 'edit.title': 'Edit Assistant', 'add.name': 'Name', 'add.name.placeholder': 'Enter name', 'add.prompt': 'Prompt', 'add.prompt.placeholder': 'Enter prompt', 'add.button': 'Add', - 'manage.title': 'Manage Agents', - 'delete.popup.content': 'Are you sure you want to delete this agent?', + 'manage.title': 'Manage Assistants', + 'delete.popup.content': 'Are you sure you want to delete this assistant?', 'tag.default': 'Default', 'tag.system': 'System', 'tag.user': 'Mine'