Initial commit from agent-native create
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
const messages = {
|
||||
settings: {
|
||||
title: "設定",
|
||||
description: "此應用的語言和工作區偏好設定。",
|
||||
languageTitle: "語言",
|
||||
languageDescription: "選取介面語言。此偏好會儲存到你的帳戶。",
|
||||
languageLabel: "介面語言",
|
||||
workspaceTitle: "工作區",
|
||||
workspaceDescription: "管理團隊成員、組織存取權限和共用工作區偏好。",
|
||||
openTeamSettings: "開啟團隊設定",
|
||||
openResourceSettings: "開啟資源設定",
|
||||
agentTitle: "管理代理",
|
||||
agentDescription: "管理代理的模型、API 金鑰、自動化、語音和其他控制項。",
|
||||
openAgentSettings: "管理代理",
|
||||
},
|
||||
chat: {
|
||||
archiveChat: "封存聊天",
|
||||
archiveFailed: "封存失敗",
|
||||
chats: "聊天",
|
||||
composerPlaceholder: "詢問代理...",
|
||||
emptyState: "問我任何問題",
|
||||
heroDescription: "讓代理檢查、解釋或更改此應用。",
|
||||
heroTitle: "我能幫你什麼?",
|
||||
inspectEmptyState: "詢問我有關此應用的任何問題",
|
||||
inspectSuggestionAction: "顯示可用操作",
|
||||
inspectSuggestionCapabilities: "這個應用能做什麼?",
|
||||
inspectSuggestionHello: "幫我開始使用",
|
||||
newChat: "新建聊天",
|
||||
optionsFor: "選項:",
|
||||
pinChat: "置頂聊天",
|
||||
renameChat: "重新命名聊天",
|
||||
renameFailed: "重新命名失敗",
|
||||
renameThread: "重新命名對話",
|
||||
suggestionActions: "顯示可用操作",
|
||||
suggestionCapabilities: "這個應用能做什麼?",
|
||||
suggestionCustomize: "幫我自訂此應用",
|
||||
unpinChat: "取消置頂聊天",
|
||||
},
|
||||
navigation: {
|
||||
chat: "聊天",
|
||||
collapseSidebar: "收起側邊欄",
|
||||
database: "資料庫",
|
||||
expandSidebar: "展開側邊欄",
|
||||
extensions: "擴充功能",
|
||||
navigation: "導覽",
|
||||
navigationDescription: "主導覽",
|
||||
observability: "可觀測性",
|
||||
openNavigation: "開啟導覽",
|
||||
settings: "設定",
|
||||
team: "團隊",
|
||||
},
|
||||
pages: {
|
||||
databaseTitle: "資料庫",
|
||||
observabilityPageTitle: "代理可觀測性",
|
||||
teamTitle: "團隊",
|
||||
teamCreateOrgDescription: "建立組織以邀請隊友並共用此應用。",
|
||||
},
|
||||
root: {
|
||||
commandActions: "操作",
|
||||
commandAppearance: "外觀",
|
||||
commandSearch: "搜尋",
|
||||
toggleTheme: "切換主題",
|
||||
},
|
||||
};
|
||||
|
||||
export default messages;
|
||||
Reference in New Issue
Block a user