@agent-native/core 0.79.2 → 0.79.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/corpus/README.md +2 -2
- package/corpus/core/CHANGELOG.md +30 -0
- package/corpus/core/docs/content/locales/zh-TW/a2a-protocol.md +392 -0
- package/corpus/core/docs/content/locales/zh-TW/actions.md +583 -0
- package/corpus/core/docs/content/locales/zh-TW/agent-mentions.md +164 -0
- package/corpus/core/docs/content/locales/zh-TW/agent-surfaces.md +397 -0
- package/corpus/core/docs/content/locales/zh-TW/agent-teams.md +171 -0
- package/corpus/core/docs/content/locales/zh-TW/agent-web-surfaces.md +161 -0
- package/corpus/core/docs/content/locales/zh-TW/audit-log.md +111 -0
- package/corpus/core/docs/content/locales/zh-TW/authentication.md +332 -0
- package/corpus/core/docs/content/locales/zh-TW/automations.md +268 -0
- package/corpus/core/docs/content/locales/zh-TW/blueprint-installer.md +83 -0
- package/corpus/core/docs/content/locales/zh-TW/cli-adapters.md +129 -0
- package/corpus/core/docs/content/locales/zh-TW/client.md +398 -0
- package/corpus/core/docs/content/locales/zh-TW/cloneable-saas.md +114 -0
- package/corpus/core/docs/content/locales/zh-TW/code-agents-ui.md +436 -0
- package/corpus/core/docs/content/locales/zh-TW/components.md +368 -0
- package/corpus/core/docs/content/locales/zh-TW/context-awareness.md +373 -0
- package/corpus/core/docs/content/locales/zh-TW/creating-templates.md +411 -0
- package/corpus/core/docs/content/locales/zh-TW/cross-app-sso.md +188 -0
- package/corpus/core/docs/content/locales/zh-TW/database.md +183 -0
- package/corpus/core/docs/content/locales/zh-TW/deployment.md +348 -0
- package/corpus/core/docs/content/locales/zh-TW/dispatch.md +146 -0
- package/corpus/core/docs/content/locales/zh-TW/drop-in-agent.md +260 -0
- package/corpus/core/docs/content/locales/zh-TW/durable-resume.md +65 -0
- package/corpus/core/docs/content/locales/zh-TW/embedding-sdk.md +597 -0
- package/corpus/core/docs/content/locales/zh-TW/evals.md +155 -0
- package/corpus/core/docs/content/locales/zh-TW/extensions.md +360 -0
- package/corpus/core/docs/content/locales/zh-TW/external-agents.md +619 -0
- package/corpus/core/docs/content/locales/zh-TW/faq.md +142 -0
- package/corpus/core/docs/content/locales/zh-TW/file-uploads.md +122 -0
- package/corpus/core/docs/content/locales/zh-TW/frames.md +153 -0
- package/corpus/core/docs/content/locales/zh-TW/getting-started.md +199 -0
- package/corpus/core/docs/content/locales/zh-TW/harness-agents.md +349 -0
- package/corpus/core/docs/content/locales/zh-TW/human-approval.md +86 -0
- package/corpus/core/docs/content/locales/zh-TW/internationalization.md +147 -0
- package/corpus/core/docs/content/locales/zh-TW/key-concepts.md +312 -0
- package/corpus/core/docs/content/locales/zh-TW/local-file-mode.md +433 -0
- package/corpus/core/docs/content/locales/zh-TW/mcp-apps.md +147 -0
- package/corpus/core/docs/content/locales/zh-TW/mcp-clients.md +330 -0
- package/corpus/core/docs/content/locales/zh-TW/mcp-protocol.md +279 -0
- package/corpus/core/docs/content/locales/zh-TW/messaging.md +461 -0
- package/corpus/core/docs/content/locales/zh-TW/migration-workbench.md +33 -0
- package/corpus/core/docs/content/locales/zh-TW/multi-app-workspace.md +312 -0
- package/corpus/core/docs/content/locales/zh-TW/multi-tenancy.md +52 -0
- package/corpus/core/docs/content/locales/zh-TW/native-chat-ui.md +321 -0
- package/corpus/core/docs/content/locales/zh-TW/notifications.md +231 -0
- package/corpus/core/docs/content/locales/zh-TW/observability.md +294 -0
- package/corpus/core/docs/content/locales/zh-TW/observational-memory.md +77 -0
- package/corpus/core/docs/content/locales/zh-TW/onboarding.md +216 -0
- package/corpus/core/docs/content/locales/zh-TW/plan-plugin.md +200 -0
- package/corpus/core/docs/content/locales/zh-TW/pr-visual-recap.md +384 -0
- package/corpus/core/docs/content/locales/zh-TW/processors.md +106 -0
- package/corpus/core/docs/content/locales/zh-TW/progress.md +199 -0
- package/corpus/core/docs/content/locales/zh-TW/pure-agent-apps.md +39 -0
- package/corpus/core/docs/content/locales/zh-TW/real-time-collaboration.md +680 -0
- package/corpus/core/docs/content/locales/zh-TW/recurring-jobs.md +142 -0
- package/corpus/core/docs/content/locales/zh-TW/routing.md +79 -0
- package/corpus/core/docs/content/locales/zh-TW/sandbox-adapters.md +227 -0
- package/corpus/core/docs/content/locales/zh-TW/security.md +330 -0
- package/corpus/core/docs/content/locales/zh-TW/server.md +265 -0
- package/corpus/core/docs/content/locales/zh-TW/sharing.md +219 -0
- package/corpus/core/docs/content/locales/zh-TW/skills-guide.md +281 -0
- package/corpus/core/docs/content/locales/zh-TW/template-analytics.md +259 -0
- package/corpus/core/docs/content/locales/zh-TW/template-assets.md +303 -0
- package/corpus/core/docs/content/locales/zh-TW/template-brain.md +324 -0
- package/corpus/core/docs/content/locales/zh-TW/template-calendar.md +194 -0
- package/corpus/core/docs/content/locales/zh-TW/template-chat.md +129 -0
- package/corpus/core/docs/content/locales/zh-TW/template-clips.md +368 -0
- package/corpus/core/docs/content/locales/zh-TW/template-content.md +402 -0
- package/corpus/core/docs/content/locales/zh-TW/template-design.md +173 -0
- package/corpus/core/docs/content/locales/zh-TW/template-dispatch.md +220 -0
- package/corpus/core/docs/content/locales/zh-TW/template-forms.md +178 -0
- package/corpus/core/docs/content/locales/zh-TW/template-mail.md +239 -0
- package/corpus/core/docs/content/locales/zh-TW/template-plan.md +814 -0
- package/corpus/core/docs/content/locales/zh-TW/template-slides.md +293 -0
- package/corpus/core/docs/content/locales/zh-TW/template-videos.md +222 -0
- package/corpus/core/docs/content/locales/zh-TW/tracking.md +236 -0
- package/corpus/core/docs/content/locales/zh-TW/using-your-agent.md +71 -0
- package/corpus/core/docs/content/locales/zh-TW/voice-input.md +81 -0
- package/corpus/core/docs/content/locales/zh-TW/what-is-agent-native.md +202 -0
- package/corpus/core/docs/content/locales/zh-TW/workspace-connections.md +321 -0
- package/corpus/core/docs/content/locales/zh-TW/workspace-management.md +175 -0
- package/corpus/core/docs/content/locales/zh-TW/workspace.md +323 -0
- package/corpus/core/docs/content/locales/zh-TW/writing-agent-instructions.md +173 -0
- package/corpus/core/package.json +2 -2
- package/corpus/core/scripts/check-dist-imports.mjs +35 -0
- package/corpus/core/src/client/ErrorBoundary.tsx +10 -0
- package/corpus/core/src/client/FeedbackButton.tsx +12 -0
- package/corpus/core/src/client/blocks/library/block-copy.ts +32 -0
- package/corpus/core/src/client/extensions/ExtensionsSidebarSection.tsx +33 -0
- package/corpus/core/src/client/i18n.tsx +6 -1
- package/corpus/core/src/localization/actions/set-localization-preference.ts +2 -1
- package/corpus/core/src/localization/default-messages.ts +492 -0
- package/corpus/core/src/localization/shared.ts +45 -0
- package/corpus/core/src/server/agent-chat-plugin.ts +38 -0
- package/corpus/core/src/server/onboarding-html.ts +99 -0
- package/corpus/core/src/templates/default/app/i18n/index.ts +2 -0
- package/corpus/core/src/templates/default/app/i18n/zh-TW.ts +466 -0
- package/corpus/core/src/templates/default/app/root.tsx +8 -0
- package/corpus/templates/analytics/app/i18n/index.ts +2 -0
- package/corpus/templates/analytics/app/i18n/zh-TW.ts +818 -0
- package/corpus/templates/analytics/app/i18n-data.ts +9 -0
- package/corpus/templates/assets/app/i18n/index.ts +2 -0
- package/corpus/templates/assets/app/i18n/zh-TW.ts +860 -0
- package/corpus/templates/assets/app/i18n-data.ts +3 -0
- package/corpus/templates/brain/app/i18n/index.ts +2 -0
- package/corpus/templates/brain/app/i18n/zh-TW.ts +709 -0
- package/corpus/templates/brain/app/i18n-data.ts +3 -0
- package/corpus/templates/calendar/app/i18n/zh-TW.ts +836 -0
- package/corpus/templates/calendar/app/i18n-data.ts +4 -0
- package/corpus/templates/chat/app/i18n/index.ts +2 -0
- package/corpus/templates/chat/app/i18n/zh-TW.ts +67 -0
- package/corpus/templates/chat/app/i18n-data.ts +3 -0
- package/corpus/templates/clips/app/i18n/index.ts +2 -0
- package/corpus/templates/clips/app/i18n/zh-TW.ts +1280 -0
- package/corpus/templates/content/app/i18n/index.ts +2 -0
- package/corpus/templates/content/app/i18n/zh-TW.ts +906 -0
- package/corpus/templates/content/app/i18n-data.ts +4 -0
- package/corpus/templates/design/app/i18n/index.ts +2 -0
- package/corpus/templates/design/app/i18n/zh-TW.ts +517 -0
- package/corpus/templates/design/app/i18n-data.ts +6 -0
- package/corpus/templates/dispatch/app/i18n/index.ts +2 -0
- package/corpus/templates/dispatch/app/i18n/zh-TW.ts +195 -0
- package/corpus/templates/dispatch/app/i18n-data.ts +3 -0
- package/corpus/templates/forms/app/i18n/index.ts +2 -0
- package/corpus/templates/forms/app/i18n/zh-TW.ts +349 -0
- package/corpus/templates/macros/app/i18n/index.ts +2 -0
- package/corpus/templates/macros/app/i18n/zh-TW.ts +224 -0
- package/corpus/templates/mail/app/i18n/index.ts +2 -0
- package/corpus/templates/mail/app/i18n/zh-TW.ts +562 -0
- package/corpus/templates/mail/app/root.tsx +6 -0
- package/corpus/templates/plan/app/i18n/index.ts +2 -0
- package/corpus/templates/plan/app/i18n/zh-TW.ts +712 -0
- package/corpus/templates/slides/app/i18n/index.ts +2 -0
- package/corpus/templates/slides/app/i18n/zh-TW.ts +531 -0
- package/corpus/templates/videos/app/i18n/index.ts +2 -0
- package/corpus/templates/videos/app/i18n/zh-TW.ts +435 -0
- package/dist/client/ErrorBoundary.d.ts.map +1 -1
- package/dist/client/ErrorBoundary.js +10 -0
- package/dist/client/ErrorBoundary.js.map +1 -1
- package/dist/client/FeedbackButton.d.ts.map +1 -1
- package/dist/client/FeedbackButton.js +12 -0
- package/dist/client/FeedbackButton.js.map +1 -1
- package/dist/client/blocks/library/block-copy.d.ts.map +1 -1
- package/dist/client/blocks/library/block-copy.js +32 -0
- package/dist/client/blocks/library/block-copy.js.map +1 -1
- package/dist/client/extensions/ExtensionsSidebarSection.d.ts.map +1 -1
- package/dist/client/extensions/ExtensionsSidebarSection.js +32 -0
- package/dist/client/extensions/ExtensionsSidebarSection.js.map +1 -1
- package/dist/client/i18n.d.ts.map +1 -1
- package/dist/client/i18n.js +6 -1
- package/dist/client/i18n.js.map +1 -1
- package/dist/collab/routes.d.ts +2 -2
- package/dist/file-upload/actions/upload-image.d.ts +2 -2
- package/dist/localization/actions/set-localization-preference.d.ts.map +1 -1
- package/dist/localization/actions/set-localization-preference.js +2 -2
- package/dist/localization/actions/set-localization-preference.js.map +1 -1
- package/dist/localization/default-messages.d.ts +443 -0
- package/dist/localization/default-messages.d.ts.map +1 -0
- package/dist/localization/default-messages.js +448 -0
- package/dist/localization/default-messages.js.map +1 -0
- package/dist/localization/shared.d.ts +1 -1
- package/dist/localization/shared.d.ts.map +1 -1
- package/dist/localization/shared.js +43 -0
- package/dist/localization/shared.js.map +1 -1
- package/dist/notifications/routes.d.ts +2 -2
- package/dist/observability/routes.d.ts +7 -7
- package/dist/progress/routes.d.ts +1 -1
- package/dist/resources/handlers.d.ts +3 -3
- package/dist/server/agent-chat-plugin.d.ts.map +1 -1
- package/dist/server/agent-chat-plugin.js +39 -0
- package/dist/server/agent-chat-plugin.js.map +1 -1
- package/dist/server/agent-engine-api-key-route.d.ts +1 -1
- package/dist/server/onboarding-html.d.ts.map +1 -1
- package/dist/server/onboarding-html.js +96 -0
- package/dist/server/onboarding-html.js.map +1 -1
- package/dist/server/transcribe-voice.d.ts +1 -1
- package/dist/templates/default/app/i18n/index.ts +2 -0
- package/dist/templates/default/app/i18n/zh-TW.ts +466 -0
- package/dist/templates/default/app/root.tsx +8 -0
- package/docs/content/locales/zh-TW/a2a-protocol.md +392 -0
- package/docs/content/locales/zh-TW/actions.md +583 -0
- package/docs/content/locales/zh-TW/agent-mentions.md +164 -0
- package/docs/content/locales/zh-TW/agent-surfaces.md +397 -0
- package/docs/content/locales/zh-TW/agent-teams.md +171 -0
- package/docs/content/locales/zh-TW/agent-web-surfaces.md +161 -0
- package/docs/content/locales/zh-TW/audit-log.md +111 -0
- package/docs/content/locales/zh-TW/authentication.md +332 -0
- package/docs/content/locales/zh-TW/automations.md +268 -0
- package/docs/content/locales/zh-TW/blueprint-installer.md +83 -0
- package/docs/content/locales/zh-TW/cli-adapters.md +129 -0
- package/docs/content/locales/zh-TW/client.md +398 -0
- package/docs/content/locales/zh-TW/cloneable-saas.md +114 -0
- package/docs/content/locales/zh-TW/code-agents-ui.md +436 -0
- package/docs/content/locales/zh-TW/components.md +368 -0
- package/docs/content/locales/zh-TW/context-awareness.md +373 -0
- package/docs/content/locales/zh-TW/creating-templates.md +411 -0
- package/docs/content/locales/zh-TW/cross-app-sso.md +188 -0
- package/docs/content/locales/zh-TW/database.md +183 -0
- package/docs/content/locales/zh-TW/deployment.md +348 -0
- package/docs/content/locales/zh-TW/dispatch.md +146 -0
- package/docs/content/locales/zh-TW/drop-in-agent.md +260 -0
- package/docs/content/locales/zh-TW/durable-resume.md +65 -0
- package/docs/content/locales/zh-TW/embedding-sdk.md +597 -0
- package/docs/content/locales/zh-TW/evals.md +155 -0
- package/docs/content/locales/zh-TW/extensions.md +360 -0
- package/docs/content/locales/zh-TW/external-agents.md +619 -0
- package/docs/content/locales/zh-TW/faq.md +142 -0
- package/docs/content/locales/zh-TW/file-uploads.md +122 -0
- package/docs/content/locales/zh-TW/frames.md +153 -0
- package/docs/content/locales/zh-TW/getting-started.md +199 -0
- package/docs/content/locales/zh-TW/harness-agents.md +349 -0
- package/docs/content/locales/zh-TW/human-approval.md +86 -0
- package/docs/content/locales/zh-TW/internationalization.md +147 -0
- package/docs/content/locales/zh-TW/key-concepts.md +312 -0
- package/docs/content/locales/zh-TW/local-file-mode.md +433 -0
- package/docs/content/locales/zh-TW/mcp-apps.md +147 -0
- package/docs/content/locales/zh-TW/mcp-clients.md +330 -0
- package/docs/content/locales/zh-TW/mcp-protocol.md +279 -0
- package/docs/content/locales/zh-TW/messaging.md +461 -0
- package/docs/content/locales/zh-TW/migration-workbench.md +33 -0
- package/docs/content/locales/zh-TW/multi-app-workspace.md +312 -0
- package/docs/content/locales/zh-TW/multi-tenancy.md +52 -0
- package/docs/content/locales/zh-TW/native-chat-ui.md +321 -0
- package/docs/content/locales/zh-TW/notifications.md +231 -0
- package/docs/content/locales/zh-TW/observability.md +294 -0
- package/docs/content/locales/zh-TW/observational-memory.md +77 -0
- package/docs/content/locales/zh-TW/onboarding.md +216 -0
- package/docs/content/locales/zh-TW/plan-plugin.md +200 -0
- package/docs/content/locales/zh-TW/pr-visual-recap.md +384 -0
- package/docs/content/locales/zh-TW/processors.md +106 -0
- package/docs/content/locales/zh-TW/progress.md +199 -0
- package/docs/content/locales/zh-TW/pure-agent-apps.md +39 -0
- package/docs/content/locales/zh-TW/real-time-collaboration.md +680 -0
- package/docs/content/locales/zh-TW/recurring-jobs.md +142 -0
- package/docs/content/locales/zh-TW/routing.md +79 -0
- package/docs/content/locales/zh-TW/sandbox-adapters.md +227 -0
- package/docs/content/locales/zh-TW/security.md +330 -0
- package/docs/content/locales/zh-TW/server.md +265 -0
- package/docs/content/locales/zh-TW/sharing.md +219 -0
- package/docs/content/locales/zh-TW/skills-guide.md +281 -0
- package/docs/content/locales/zh-TW/template-analytics.md +259 -0
- package/docs/content/locales/zh-TW/template-assets.md +303 -0
- package/docs/content/locales/zh-TW/template-brain.md +324 -0
- package/docs/content/locales/zh-TW/template-calendar.md +194 -0
- package/docs/content/locales/zh-TW/template-chat.md +129 -0
- package/docs/content/locales/zh-TW/template-clips.md +368 -0
- package/docs/content/locales/zh-TW/template-content.md +402 -0
- package/docs/content/locales/zh-TW/template-design.md +173 -0
- package/docs/content/locales/zh-TW/template-dispatch.md +220 -0
- package/docs/content/locales/zh-TW/template-forms.md +178 -0
- package/docs/content/locales/zh-TW/template-mail.md +239 -0
- package/docs/content/locales/zh-TW/template-plan.md +814 -0
- package/docs/content/locales/zh-TW/template-slides.md +293 -0
- package/docs/content/locales/zh-TW/template-videos.md +222 -0
- package/docs/content/locales/zh-TW/tracking.md +236 -0
- package/docs/content/locales/zh-TW/using-your-agent.md +71 -0
- package/docs/content/locales/zh-TW/voice-input.md +81 -0
- package/docs/content/locales/zh-TW/what-is-agent-native.md +202 -0
- package/docs/content/locales/zh-TW/workspace-connections.md +321 -0
- package/docs/content/locales/zh-TW/workspace-management.md +175 -0
- package/docs/content/locales/zh-TW/workspace.md +323 -0
- package/docs/content/locales/zh-TW/writing-agent-instructions.md +173 -0
- package/package.json +2 -2
- package/src/templates/default/app/i18n/index.ts +2 -0
- package/src/templates/default/app/i18n/zh-TW.ts +466 -0
- package/src/templates/default/app/root.tsx +8 -0
|
@@ -0,0 +1,1280 @@
|
|
|
1
|
+
const messages = {
|
|
2
|
+
common: {
|
|
3
|
+
cancel: "取消",
|
|
4
|
+
create: "建立",
|
|
5
|
+
save: "儲存",
|
|
6
|
+
saving: "正在儲存…",
|
|
7
|
+
saveChanges: "儲存更改",
|
|
8
|
+
connected: "已連線",
|
|
9
|
+
notConnected: "未連線",
|
|
10
|
+
disconnect: "斷開連線",
|
|
11
|
+
disconnecting: "正在斷開連線...",
|
|
12
|
+
},
|
|
13
|
+
root: {
|
|
14
|
+
commandActions: "操作",
|
|
15
|
+
commandSearch: "搜尋",
|
|
16
|
+
commandAppearance: "外觀",
|
|
17
|
+
toggleTheme: "切換主題",
|
|
18
|
+
extensionSignedInTitle: "已登入",
|
|
19
|
+
extensionSignedInDescription: "再次開啟 Clips 擴充功能即可開始錄製。",
|
|
20
|
+
gotIt: "知道了",
|
|
21
|
+
},
|
|
22
|
+
recorder: {
|
|
23
|
+
cameraBlurTitle: "虛化背景",
|
|
24
|
+
cameraBlurDescription: "讓你保持清晰,同時虛化身後的內容",
|
|
25
|
+
cameraBlurToggle: "虛化攝像頭背景",
|
|
26
|
+
cameraBlurIntensityLabel: "強度",
|
|
27
|
+
cameraBlurIntensityAria: "背景虛化強度",
|
|
28
|
+
},
|
|
29
|
+
navigation: {
|
|
30
|
+
brand: "剪輯",
|
|
31
|
+
library: "資料庫",
|
|
32
|
+
spaces: "空間",
|
|
33
|
+
meetings: "會議",
|
|
34
|
+
dictate: "听寫",
|
|
35
|
+
archive: "封存",
|
|
36
|
+
trash: "廢紙簍",
|
|
37
|
+
settings: "設定",
|
|
38
|
+
notifications: "通知",
|
|
39
|
+
insights: "洞察",
|
|
40
|
+
space: "空間",
|
|
41
|
+
folder: "資料夾",
|
|
42
|
+
extensions: "擴充功能",
|
|
43
|
+
newRecording: "新建錄製",
|
|
44
|
+
folders: "資料夾",
|
|
45
|
+
newFolder: "新建資料夾",
|
|
46
|
+
noSpaces: "暫無空間",
|
|
47
|
+
desktopCta: "獲取桌面應用",
|
|
48
|
+
desktopTitle: "獲取 Clips 桌面應用。",
|
|
49
|
+
desktopBody: "從選單欄錄製,使用全域快速鍵,並自動更新。",
|
|
50
|
+
expandSidebar: "展開側邊欄",
|
|
51
|
+
collapseSidebar: "收起側邊欄",
|
|
52
|
+
agentEmptyState: "我可以怎樣幫助你處理錄製?",
|
|
53
|
+
agentSuggestionSummary: "總結我最近的錄製",
|
|
54
|
+
agentSuggestionPricing: "查找我提到價格的位置",
|
|
55
|
+
agentSuggestionFiller: "從這個剪輯中移除口頭禪",
|
|
56
|
+
createFolderError: "建立失敗",
|
|
57
|
+
folderCreated: "資料夾已建立",
|
|
58
|
+
folderNamePlaceholder: "資料夾名稱",
|
|
59
|
+
},
|
|
60
|
+
empty: {
|
|
61
|
+
library: {
|
|
62
|
+
title: "你的資料庫還是空的",
|
|
63
|
+
body: "錄製第一個螢幕影片後,它會出現在這裡,隨時可以分享。",
|
|
64
|
+
cta: "錄製第一個 Clip",
|
|
65
|
+
},
|
|
66
|
+
folder: {
|
|
67
|
+
title: "這個資料夾是空的",
|
|
68
|
+
body: "拖入錄製,或點擊錄製在此資料夾中開始新內容。",
|
|
69
|
+
cta: "在這裡錄製",
|
|
70
|
+
},
|
|
71
|
+
space: {
|
|
72
|
+
title: "這個空間還沒有錄製",
|
|
73
|
+
body: "將錄製分享到空間,或錄製新內容,團隊會在這裡看到。",
|
|
74
|
+
cta: "為這個空間錄製",
|
|
75
|
+
},
|
|
76
|
+
archive: {
|
|
77
|
+
title: "沒有封存內容",
|
|
78
|
+
body: "封存的錄製會從資料庫隱藏但仍安全保留。你可以隨時恢復它們。",
|
|
79
|
+
},
|
|
80
|
+
trash: {
|
|
81
|
+
title: "廢紙簍是空的",
|
|
82
|
+
body: "刪除的錄製會在這裡保留 30 天,然後永久移除。",
|
|
83
|
+
},
|
|
84
|
+
search: {
|
|
85
|
+
title: "沒有匹配結果",
|
|
86
|
+
body: "嘗試其他搜尋詞,或檢查你的筛選條件。",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
trashRoute: {
|
|
90
|
+
title: "廢紙簍",
|
|
91
|
+
selected: "已選取 {{count}} 項",
|
|
92
|
+
deselectAll: "取消全選",
|
|
93
|
+
selectAll: "全選",
|
|
94
|
+
restore: "恢復",
|
|
95
|
+
deleteForever: "永久刪除",
|
|
96
|
+
deleteForeverTitle: "永久刪除?",
|
|
97
|
+
bulkDeleteDescription: "{{count}} 個錄製將被永久移除。此操作無法撤銷。",
|
|
98
|
+
singleDeleteDescription: "此錄製將被永久移除。此操作無法撤銷。",
|
|
99
|
+
restored: "已恢復",
|
|
100
|
+
restoreFailed: "恢復失敗",
|
|
101
|
+
permanentlyDeleted: "已永久刪除",
|
|
102
|
+
deleteFailed: "刪除失敗",
|
|
103
|
+
},
|
|
104
|
+
recordingRoute: {
|
|
105
|
+
pageTitle: "剪輯錄製 · Clips",
|
|
106
|
+
},
|
|
107
|
+
meetingDetailRoute: {
|
|
108
|
+
pageTitle: "會議 · Clips",
|
|
109
|
+
},
|
|
110
|
+
recordingPage: {
|
|
111
|
+
untitledClip: "無標題剪輯",
|
|
112
|
+
recordingNotFound: "找不到錄製",
|
|
113
|
+
noAccess: "您可能無權存取此剪輯。",
|
|
114
|
+
backToLibrary: "返回資料庫",
|
|
115
|
+
storageStillDisconnected: "存儲仍未連線",
|
|
116
|
+
finishBuilderOrS3: "完成 Builder.io 快顯窗口或設定 S3 存儲,然後重試。",
|
|
117
|
+
loomImportResumed: "Loom 匯入已恢復",
|
|
118
|
+
clipUploadResumed: "剪輯上傳已恢復",
|
|
119
|
+
couldNotRetryLoom: "無法重試 Loom 匯入",
|
|
120
|
+
couldNotResumeUpload: "無法恢復上傳",
|
|
121
|
+
tryAgainMoment: "稍後再試一次。",
|
|
122
|
+
aiRequestFailed: "AI請求失敗",
|
|
123
|
+
titleUpdated: "標題已更新",
|
|
124
|
+
transcriptNotReady: "成績單尚未準備好",
|
|
125
|
+
tryAfterTranscription: "轉錄完成後重試。",
|
|
126
|
+
titleGenerationQueued: "標題生成已排隊",
|
|
127
|
+
descriptionQueued: "說明請求已排隊",
|
|
128
|
+
chapterQueued: "章節請求已排隊",
|
|
129
|
+
fillerQueued: "填充詞刪除已排隊",
|
|
130
|
+
silenceQueued: "靜音移除已排隊",
|
|
131
|
+
workflowQueued: "工作流請求已排隊",
|
|
132
|
+
pageTitle: "剪輯錄製·Clips",
|
|
133
|
+
loomMissingUrl: "此 Loom 錄音缺少其來源 URL。",
|
|
134
|
+
finalizeFailed: "完成失敗 ({{status}})",
|
|
135
|
+
uploadTooLarge:
|
|
136
|
+
"Clips 嘗試壓縮此桌面錄音,但它仍然太大而無法上傳。原件儲存在本機,可以從 Clips 選單重試。",
|
|
137
|
+
desktopSavedUploadFailed:
|
|
138
|
+
"桌面錄音機完成並儲存了本機副本,但Clips無法上傳。您可以從 Clips 選單重試,而無需再次錄製。",
|
|
139
|
+
retryLibrary: "您可以從庫中重試。",
|
|
140
|
+
processingStuck:
|
|
141
|
+
"30 秒後處理尚未完成(狀態={{status}})。剪輯可能尚未完成上傳 - 檢查伺服器記錄中的塊/最終訊息。",
|
|
142
|
+
uploadingAssembling: "上傳和組合影片——通常只需要幾秒鐘。",
|
|
143
|
+
connectStorageImportLoom: "連線存儲匯入這個Loom。",
|
|
144
|
+
connectStorageFinishClip: "連線存儲以完成此剪輯的儲存。",
|
|
145
|
+
uploadPausedSaved: "上傳已暫停;剪輯儲存在本機。",
|
|
146
|
+
savingWentWrong: "儲存此剪輯時出現問題。",
|
|
147
|
+
finishingClip: "正在完成您的剪輯...",
|
|
148
|
+
loomSourcePreserved:
|
|
149
|
+
"Loom 來源連結被保留。連線 Builder.io 或 S3 存儲,Clips 將重試儲存其自己的副本。",
|
|
150
|
+
clipDataPreserved:
|
|
151
|
+
"Your clip data is still preserved.連線Builder.io或S3存儲,Clips將自動上傳。",
|
|
152
|
+
details: "細節",
|
|
153
|
+
importingLoom: "正在匯入 Loom...",
|
|
154
|
+
uploadingSavedClip: "正在上傳儲存的剪輯...",
|
|
155
|
+
storageConnectedSavingLoom: "存儲已連線。 Clips 現在正在儲存自己的副本。",
|
|
156
|
+
storageConnectedFinishing: "存儲已連線。 Clips 正在完成上傳。",
|
|
157
|
+
connectStorageImportLoomTitle: "連線存儲匯入Loom",
|
|
158
|
+
connectStorageFinishSaving: "連線存儲完成儲存",
|
|
159
|
+
chooseStorageRetryLoom:
|
|
160
|
+
"選取 Clips 存儲影片的位置。連線後,Clips 將重試此 Loom 匯入。",
|
|
161
|
+
chooseStorageUpload:
|
|
162
|
+
"選取 Clips 存儲影片的位置。連線後,儲存的剪輯將自動上傳。",
|
|
163
|
+
storageConnectedImporting: "存儲已連線。正在匯入 Loom...",
|
|
164
|
+
storageConnectedUploading: "存儲已連線。正在上傳此剪輯...",
|
|
165
|
+
retryImport: "重試匯入",
|
|
166
|
+
retryUpload: "重試上傳",
|
|
167
|
+
checkAgain: "再次檢查",
|
|
168
|
+
back: "後退",
|
|
169
|
+
done: "完成",
|
|
170
|
+
edit: "編輯",
|
|
171
|
+
aiTools: "人工智能工具",
|
|
172
|
+
enhanceRecording: "增強此錄音",
|
|
173
|
+
regenerateTitle: "重新生成標題",
|
|
174
|
+
regenerateDescription: "重新生成描述",
|
|
175
|
+
autoChapters: "汽車章節",
|
|
176
|
+
removeFillerWords: "刪除填充詞",
|
|
177
|
+
removeSilences: "消除靜音 (>1.2s)",
|
|
178
|
+
generatePrSummary: "生成公關摘要",
|
|
179
|
+
generateSop: "生成SOP",
|
|
180
|
+
generateSopTooltip:
|
|
181
|
+
"SOP 表示標準操作程序:從此剪輯生成的可重複使用的分步操作手冊。",
|
|
182
|
+
generateTicket: "生成票證",
|
|
183
|
+
generateEmail: "生成電子郵件",
|
|
184
|
+
share: "分享",
|
|
185
|
+
fromMeeting: "來自會議:",
|
|
186
|
+
untitled: "無題",
|
|
187
|
+
agent: "代理",
|
|
188
|
+
activity: "活動",
|
|
189
|
+
transcript: "轉錄",
|
|
190
|
+
insights: "洞察",
|
|
191
|
+
settings: "設定",
|
|
192
|
+
askAboutClip: "詢問這個剪輯...",
|
|
193
|
+
summarizeClip: "總結一下這個剪輯",
|
|
194
|
+
generateChapters: "從成績單生成章節",
|
|
195
|
+
findActionItems: "查找行動專案和後續行動",
|
|
196
|
+
draftRecap: "起草可分享的回顧",
|
|
197
|
+
findKeyMoments: "找到關鍵時刻",
|
|
198
|
+
listFollowUpActions: "列出後續行動",
|
|
199
|
+
draftQuestions: "向作者提出的草稿問題",
|
|
200
|
+
retryFailed: "重試失敗:{{message}}",
|
|
201
|
+
networkError: "網路錯誤",
|
|
202
|
+
ownerInsights: "業主見解",
|
|
203
|
+
ownerInsightsDescription:
|
|
204
|
+
"此剪輯的編輯者可以看到視圖、完成情況和檢視者詳細資訊。",
|
|
205
|
+
},
|
|
206
|
+
sharePage: {
|
|
207
|
+
agentReadableContext: "代理可讀的剪輯上下文",
|
|
208
|
+
agentInstructions:
|
|
209
|
+
"獲取腳本的 agentContextUrl 和 JPEG 幀 URLs。獲取幀 URLs 以檢視螢幕,而不僅僅是閱讀文字紀錄。",
|
|
210
|
+
untitledClip: "無標題剪輯",
|
|
211
|
+
incorrectPassword: "密碼錯誤",
|
|
212
|
+
passwordProtected: "該剪輯受密碼保護",
|
|
213
|
+
linkExpired: "連結已過期",
|
|
214
|
+
linkExpiredMessage: "建立者為此共用連結設定了過期時間。",
|
|
215
|
+
clipUnavailable: "剪輯不可用",
|
|
216
|
+
clipUnavailableMessage:
|
|
217
|
+
"該錄音不公開,或者連結無效。如果這是您的剪輯,請登入以檢查存取權限。",
|
|
218
|
+
signIn: "登入",
|
|
219
|
+
somethingWentWrong: "出了點問題",
|
|
220
|
+
pleaseTryAgain: "請再試一次。",
|
|
221
|
+
connectStorageFinish: "連線存儲來完成此剪輯。",
|
|
222
|
+
needsAttention: "該剪輯需要注意才能完成。",
|
|
223
|
+
savingWentWrong: "儲存此剪輯時出現問題。",
|
|
224
|
+
finishingClip: "完成這個剪輯...",
|
|
225
|
+
loomPreservedManage:
|
|
226
|
+
"Loom 來源連結被保留。連線 Builder.io 或 S3 存儲,然後重試匯入。",
|
|
227
|
+
videoPreservedManage:
|
|
228
|
+
"影片被保留。連線Builder.io或S3存儲,Clips將完成上傳。",
|
|
229
|
+
creatorNeedsStorage: "建立者需要連線 Builder.io 或 S3 存儲才能完成此剪輯。",
|
|
230
|
+
signInStorage:
|
|
231
|
+
"如果這是您的剪輯,請在此處登入以連線 Builder.io 或 S3 存儲並完成上傳。",
|
|
232
|
+
uploadNotCompleteSession:
|
|
233
|
+
"上傳尚未完成。開啟此剪輯的儀表板或要求建立者檢查存儲空間。",
|
|
234
|
+
uploadNotCompleteSignIn:
|
|
235
|
+
"上傳尚未完成。如果這是您的剪輯,請登入以開啟所有者控件並檢查存儲空間。",
|
|
236
|
+
creatorMayRetry: "建立者可能需要重試。",
|
|
237
|
+
uploadingAssembling: "上傳並組裝影片。該頁面將自動更新。",
|
|
238
|
+
details: "細節",
|
|
239
|
+
connectStorageFinishSaving: "連線存儲完成儲存",
|
|
240
|
+
chooseStorageCheck: "選取 Clips 存儲影片的位置。連線後,該頁面會再次檢查。",
|
|
241
|
+
storageConnectedChecking: "存儲已連線。檢查這個剪輯...",
|
|
242
|
+
signInToFinish: "登入以完成",
|
|
243
|
+
signInIfYours: "如果這是您的,請登入",
|
|
244
|
+
openDashboard: "開啟儀表盤",
|
|
245
|
+
checkAgain: "再次檢查",
|
|
246
|
+
backToHome: "回到家",
|
|
247
|
+
generatingTitle: "生成標題",
|
|
248
|
+
tryClips: "試試Clips",
|
|
249
|
+
clipOptions: "剪輯選項",
|
|
250
|
+
downloading: "正在下載...",
|
|
251
|
+
downloadMp4: "下載MP4",
|
|
252
|
+
share: "分享",
|
|
253
|
+
agent: "代理人",
|
|
254
|
+
comments: "評論",
|
|
255
|
+
transcript: "轉錄",
|
|
256
|
+
insights: "洞察",
|
|
257
|
+
downloadForMac: "下載 Mac",
|
|
258
|
+
downloadForWindows: "下載 Windows",
|
|
259
|
+
downloadDesktopApp: "下載桌面應用程式",
|
|
260
|
+
agentNativeClips: "Agent-Native Clips",
|
|
261
|
+
agentNativeClipsIntro: "是一款免費的",
|
|
262
|
+
openSource: "開來源",
|
|
263
|
+
agentFriendly: "智能體友好",
|
|
264
|
+
loomAlternative: "Loom 替代品",
|
|
265
|
+
signUp: "註冊",
|
|
266
|
+
ownerInsights: "所有者洞察",
|
|
267
|
+
ownerInsightsDescription:
|
|
268
|
+
"觀看次數、完成率和觀看者詳情對該剪輯的編輯者可見。",
|
|
269
|
+
},
|
|
270
|
+
meetingDetail: {
|
|
271
|
+
untitledMeeting: "無標題會議",
|
|
272
|
+
unassigned: "未分配",
|
|
273
|
+
them: "他們",
|
|
274
|
+
me: "我",
|
|
275
|
+
regeneratingNotes: "重新生成筆記——保留您自己的筆記",
|
|
276
|
+
meetingRemoved: "會議已刪除",
|
|
277
|
+
couldNotRemoveMeeting: "無法刪除會議",
|
|
278
|
+
couldNotLoadMeeting: "無法載入該會議。",
|
|
279
|
+
transcriptCopied: "複製成績單",
|
|
280
|
+
couldNotCopyTranscript: "無法複製成績單",
|
|
281
|
+
allMeetings: "所有會議",
|
|
282
|
+
live: "居住",
|
|
283
|
+
generatingNotesInline: "正在生成筆記...",
|
|
284
|
+
regenerateNotes: "重新生成筆記",
|
|
285
|
+
share: "分享",
|
|
286
|
+
meetingOptions: "會議選項",
|
|
287
|
+
removeMeeting: "刪除會議",
|
|
288
|
+
removeThisMeeting: "刪除這次會議嗎?",
|
|
289
|
+
removeDescription:
|
|
290
|
+
"這將從 Clips 中刪除會議。它不會刪除任何連結的文字紀錄或更改您的 Google Calendar。",
|
|
291
|
+
cancel: "取消",
|
|
292
|
+
removing: "正在刪除...",
|
|
293
|
+
remove: "消除",
|
|
294
|
+
desktopHint:
|
|
295
|
+
"從 Clips 桌面應用程式紀錄本次會議的實時筆記 — 文字紀錄和 AI 筆記將自動出現在此處。",
|
|
296
|
+
getDesktopApp: "獲取桌面應用程式",
|
|
297
|
+
generateNotesFailed: "無法生成筆記。再試一次。",
|
|
298
|
+
attendee_one: "{{count}} 與會者",
|
|
299
|
+
attendee_other: "{{count}} 與會者",
|
|
300
|
+
joinCall: "加入通話",
|
|
301
|
+
myNotes: "我的筆記",
|
|
302
|
+
aiNotes: "人工智能筆記",
|
|
303
|
+
actionItems: "行動專案",
|
|
304
|
+
working: "在職的…",
|
|
305
|
+
noActionItems: "還沒有行動專案。從紀錄生成筆記後,它們會出現在此處。",
|
|
306
|
+
transcript: "成績單",
|
|
307
|
+
segments: "{{count}} 段",
|
|
308
|
+
copyTranscript: "複製成績單",
|
|
309
|
+
copyFullTranscript: "複製完整成績單",
|
|
310
|
+
},
|
|
311
|
+
transcriptPanel: {
|
|
312
|
+
transcribing: "正在抄寫…",
|
|
313
|
+
pendingDescription:
|
|
314
|
+
"捕獲語音後,實時文字紀錄就會出現。清理工作在後台繼續進行。",
|
|
315
|
+
noSpeechDetected: "未檢測到語音",
|
|
316
|
+
noSpeechDescription:
|
|
317
|
+
"我們在這段錄音中沒有听到任何講話。如果這是故意的,那么一切都準備好了。如果沒有,請檢查您的麥克風和語音權限,然後重試轉錄。",
|
|
318
|
+
retry: "重試",
|
|
319
|
+
transcriptUnavailable: "成績單不可用:{{reason}}",
|
|
320
|
+
searchPlaceholder: "搜尋成績單",
|
|
321
|
+
copyTranscript: "複製成績單",
|
|
322
|
+
downloadSrt: "下載.srt",
|
|
323
|
+
cleanupRunning: "在後台清理成績單。",
|
|
324
|
+
noMatches: "沒有匹配項。",
|
|
325
|
+
noTranscript: "還沒有文字紀錄。",
|
|
326
|
+
noTranscriptCaptured: "沒有捕獲任何文字紀錄。",
|
|
327
|
+
backupFailed:
|
|
328
|
+
"本機未捕獲任何語音,備份轉錄未完成。重試或檢查麥克風和語音權限。",
|
|
329
|
+
backupNotSetup: "本機未捕獲任何語音,且未設定備份轉錄。",
|
|
330
|
+
cleanupKept: "清理工作無法完成。保留了本機轉錄本。",
|
|
331
|
+
cleanupBuilderFailed:
|
|
332
|
+
"即使 Builder.io 已連線,清理也無法完成。保留了本機轉錄本。",
|
|
333
|
+
cleanupPaused: "清理已暫停。在“設定”中連線 Builder.io 即可啟用它。",
|
|
334
|
+
builderNoResponse: "沒有收到Builder的回複。允許快顯窗口並重試。",
|
|
335
|
+
saveFailed: "儲存失敗({{status}})",
|
|
336
|
+
savedRetrying: "已儲存。正在重試轉錄...",
|
|
337
|
+
getGroqKey: "獲取 Groq 金鑰",
|
|
338
|
+
groqKeysStart: "Groq 鍵開頭為",
|
|
339
|
+
waiting: "等待…",
|
|
340
|
+
nativeSpeechPrimary: "原生語音仍然是主要的轉錄來源。",
|
|
341
|
+
},
|
|
342
|
+
thumbnailPicker: {
|
|
343
|
+
failedCapture: "捕捉幀失敗",
|
|
344
|
+
failedGif: "無法生成 GIF — 嘗試更短的範圍",
|
|
345
|
+
nothingToApply: "還沒有什么可以申請的",
|
|
346
|
+
updated: "縮略圖已更新",
|
|
347
|
+
failedUpdate: "更新縮略圖失敗",
|
|
348
|
+
thumbnail: "縮略圖",
|
|
349
|
+
upload: "上傳",
|
|
350
|
+
frame: "畫面幀",
|
|
351
|
+
animatedGif: "動態 GIF",
|
|
352
|
+
uploadImage: "上傳圖片",
|
|
353
|
+
uploadedPreview: "已上傳預覽",
|
|
354
|
+
currentThumbnail: "目前縮略圖",
|
|
355
|
+
frameAt: "幀位於 {{time}}",
|
|
356
|
+
captureFrame: "捕捉幀",
|
|
357
|
+
preview: "預覽",
|
|
358
|
+
capturedFrame: "捕獲的幀",
|
|
359
|
+
capturePreview: "捕獲一幀進行預覽",
|
|
360
|
+
start: "開始: {{time}}",
|
|
361
|
+
duration: "持續時間:{{time}}",
|
|
362
|
+
generateGif: "生成GIF",
|
|
363
|
+
animatedPreview: "動畫縮略圖預覽",
|
|
364
|
+
generateGifPreview: "生成GIF來預覽",
|
|
365
|
+
cancel: "取消",
|
|
366
|
+
saveThumbnail: "儲存縮略圖",
|
|
367
|
+
},
|
|
368
|
+
shareDialog: {
|
|
369
|
+
publicDescription: "知道連結的任何人都可以檢視 - 登入後發表評論或做出反應",
|
|
370
|
+
shareRecording: "分享錄音",
|
|
371
|
+
shareTitle: "分享“{{title}}”",
|
|
372
|
+
link: "連結",
|
|
373
|
+
invite: "邀請",
|
|
374
|
+
embed: "嵌入",
|
|
375
|
+
shareLink: "分享連結",
|
|
376
|
+
shareWithAgents: "與代理商分享",
|
|
377
|
+
agentTokenDescription:
|
|
378
|
+
"該代理 URL 使用短期權杖,因此代理可以在不暴露密碼的情況下讀取剪輯。",
|
|
379
|
+
gifPreview: "GIF 預覽",
|
|
380
|
+
openPlayer: "開放玩家",
|
|
381
|
+
downloadMp4: "下載MP4",
|
|
382
|
+
embedsNeedPublic: "嵌入需要公開剪輯",
|
|
383
|
+
embedPublicDescription:
|
|
384
|
+
"該剪輯目前為 {{visibility}}。嵌入式 iframe 會匿名載入,因此剪輯必須公開以供觀看者觀看。",
|
|
385
|
+
makingPublic: "公開…",
|
|
386
|
+
makePublic: "公開",
|
|
387
|
+
askOwnerPublic: "請樓主公開一下。",
|
|
388
|
+
responsive: "反應靈敏 (16:9)",
|
|
389
|
+
fixedSize: "固定尺寸",
|
|
390
|
+
width: "寬度",
|
|
391
|
+
height: "高度",
|
|
392
|
+
autoplay: "自動播放",
|
|
393
|
+
startAt: "開始時間(秒)",
|
|
394
|
+
embedCode: "嵌入程式碼",
|
|
395
|
+
sharePlainTitle: "分享 {{title}}",
|
|
396
|
+
},
|
|
397
|
+
shareUi: {
|
|
398
|
+
owner: "所有者: {{email}}",
|
|
399
|
+
generalAccess: "一般存取",
|
|
400
|
+
restrictedLinkDescription: "此連結僅適用於已經具有存取權限的人員。",
|
|
401
|
+
makingPublic: "公開…",
|
|
402
|
+
makePublicAndCopy: "公開並複製",
|
|
403
|
+
copy: "複製",
|
|
404
|
+
addPeopleByEmail: "通過電子郵件新增人員",
|
|
405
|
+
notifyPeople: "通知人們",
|
|
406
|
+
peopleWithAccess: "有存取權限的人",
|
|
407
|
+
ownerRole: "所有者",
|
|
408
|
+
remove: "消除",
|
|
409
|
+
noAccessYet: "目前還沒有人可以存取。",
|
|
410
|
+
visibility: {
|
|
411
|
+
private: {
|
|
412
|
+
label: "私人的",
|
|
413
|
+
description: "只有有權存取的人才能檢視",
|
|
414
|
+
},
|
|
415
|
+
org: {
|
|
416
|
+
label: "組織",
|
|
417
|
+
description: "您組織中的任何人都可以檢視",
|
|
418
|
+
},
|
|
419
|
+
public: {
|
|
420
|
+
label: "民眾",
|
|
421
|
+
description: "知道連結的人都可以檢視",
|
|
422
|
+
},
|
|
423
|
+
},
|
|
424
|
+
roles: {
|
|
425
|
+
viewer: "觀眾",
|
|
426
|
+
editor: "編輯",
|
|
427
|
+
admin: "行政",
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
quickAsk: {
|
|
431
|
+
title: "詢問本次會議",
|
|
432
|
+
toggleHint: "切換 · Esc 關閉",
|
|
433
|
+
quickPrompts: "快速提示",
|
|
434
|
+
whatDidIMiss: "我錯過了什么?",
|
|
435
|
+
whatDidIMissPrompt: "我錯過了什么?",
|
|
436
|
+
summarizeLastFive: "總結一下最後5分鐘",
|
|
437
|
+
summarizeLastFivePrompt: "用 3-5 個要點總結本次會議的最後 5 分鐘。",
|
|
438
|
+
actionItemsForMe: "我的行動專案",
|
|
439
|
+
actionItemsForMePrompt:
|
|
440
|
+
"列出本次會議中分配給我的行動專案。使用核取方塊專案符號。",
|
|
441
|
+
history: "歷史",
|
|
442
|
+
emptyDescription: "詢問任何事情。代理擁有完整的紀錄和會議背景。",
|
|
443
|
+
placeholder: "詢問任何事情...",
|
|
444
|
+
send: "發送",
|
|
445
|
+
sentToChat: "已發送至聊天 - 請參閱代理側邊欄以獲取回複。",
|
|
446
|
+
},
|
|
447
|
+
brandingEditor: {
|
|
448
|
+
title: "品牌推廣",
|
|
449
|
+
uploadImageFile: "請上傳圖片檔案。",
|
|
450
|
+
logoUploaded: "徽標已上傳",
|
|
451
|
+
uploadFailed: "上傳失敗",
|
|
452
|
+
brandingUpdated: "品牌更新",
|
|
453
|
+
saveFailed: "儲存失敗",
|
|
454
|
+
organizationName: "組織名稱",
|
|
455
|
+
brandColor: "品牌顏色",
|
|
456
|
+
brandColorPicker: "品牌顏色選取器",
|
|
457
|
+
useColor: "使用 {{color}}",
|
|
458
|
+
logo: "標識",
|
|
459
|
+
logoPreview: "標志預覽",
|
|
460
|
+
dropReplace: "刪除一個新圖片來替換",
|
|
461
|
+
dropHere: "在此處放置 PNG / JPG / SVG",
|
|
462
|
+
uploading: "正在上傳...",
|
|
463
|
+
chooseFile: "選取檔案",
|
|
464
|
+
remove: "消除",
|
|
465
|
+
preview: "預覽",
|
|
466
|
+
organizationFallback: "組織",
|
|
467
|
+
saving: "儲存…",
|
|
468
|
+
save: "節省",
|
|
469
|
+
},
|
|
470
|
+
downloadRoute: {
|
|
471
|
+
pageTitle: "下載 Clips Desktop",
|
|
472
|
+
description: "從選單欄錄製螢幕。自動更新 macOS 和 Windows 的桌面應用程式。",
|
|
473
|
+
macSublabel: "通用(Apple Silicon + Intel)",
|
|
474
|
+
windowsSublabel: "64 位 MSI 安裝程序",
|
|
475
|
+
downloadFor: "下載 {{platform}}",
|
|
476
|
+
alsoFor: "也可用於 {{platform}}",
|
|
477
|
+
backToLibrary: "返回資料庫",
|
|
478
|
+
clipsDesktop: "Clips 桌面版",
|
|
479
|
+
heroDescription:
|
|
480
|
+
"用於螢幕、相機和螢幕+相機的選單欄紀錄器。一鍵啟動,可拖動相機氣泡,停止時即時分享連結。",
|
|
481
|
+
versionReleased: "版本 {{version}} — 發布 {{date}}",
|
|
482
|
+
version: "版本{{version}}",
|
|
483
|
+
manifestError: "無法載入版本清單 - 從版本頁面選取安裝程序。",
|
|
484
|
+
loadingRelease: "正在載入最新版本...",
|
|
485
|
+
chromeTitle: "Chrome 瀏覽器記錄擴充功能",
|
|
486
|
+
chromeDescription:
|
|
487
|
+
"當您需要錄製以及經過編輯的控制台並從啟動的分頁獲取/XHR 診斷時,請使用該擴充功能。桌面應用程式仍然是最流暢的日常錄音機。",
|
|
488
|
+
installChrome: "安裝 Chrome 擴充功能",
|
|
489
|
+
chromePending: "Chrome Web Store URL 待定",
|
|
490
|
+
},
|
|
491
|
+
inviteRoute: {
|
|
492
|
+
missingToken: "缺少邀請權杖。",
|
|
493
|
+
notFound: "未找到邀請或邀請已過期。",
|
|
494
|
+
loadFailed: "無法載入邀請",
|
|
495
|
+
joined: "已加入{{team}}",
|
|
496
|
+
theTeam: "團隊",
|
|
497
|
+
acceptFailed: "無法接受邀請",
|
|
498
|
+
declined: "邀請被拒絕",
|
|
499
|
+
declineFailed: "拒絕失敗",
|
|
500
|
+
signInRequired: "需要登入",
|
|
501
|
+
signInDescription: "您需要先登入才能接受邀請。",
|
|
502
|
+
signIn: "登入",
|
|
503
|
+
invited: "你已被邀請",
|
|
504
|
+
loading: "正在載入…",
|
|
505
|
+
role: "角色:",
|
|
506
|
+
invitedToJoin: "{{inviter}} 邀請您加入 Clips 上的 {{team}}。",
|
|
507
|
+
emailMismatch:
|
|
508
|
+
"注意:此邀請已發送至 {{inviteEmail}}。您以 {{sessionEmail}} 身分登入。接受仍然有效,但加入的將是您的帳戶電子郵件。",
|
|
509
|
+
decline: "拒絕",
|
|
510
|
+
joining: "正在加入……",
|
|
511
|
+
acceptInvite: "接受邀請",
|
|
512
|
+
declineInvite: "拒絕此邀請?",
|
|
513
|
+
declineDescription: "邀請將被刪除。管理員可以隨時向您發送新的。",
|
|
514
|
+
cancel: "取消",
|
|
515
|
+
pageTitle: "加入團隊 · Clips",
|
|
516
|
+
},
|
|
517
|
+
settings: {
|
|
518
|
+
openAgentSettings: "開啟代理設定",
|
|
519
|
+
agentDescription:
|
|
520
|
+
"開啟代理側邊欄設定,管理模型、API 金鑰、自動化、語音和其他代理控制項。",
|
|
521
|
+
agentTitle: "代理設定",
|
|
522
|
+
title: "設定",
|
|
523
|
+
pageTitle: "設定 · Clips",
|
|
524
|
+
intro: "此 Clips 工作區的偏好設定和已連線服務。",
|
|
525
|
+
languageTitle: "語言",
|
|
526
|
+
languageDescription:
|
|
527
|
+
"選取此帳號的介面語言。Clips 會在不同設備上記住你的選取。",
|
|
528
|
+
languageLabel: "介面語言",
|
|
529
|
+
whatsNew: "最新變化",
|
|
530
|
+
changelogEmpty: "暫無更新。",
|
|
531
|
+
viewAllUpdates: "檢視所有更新",
|
|
532
|
+
expand: "展開",
|
|
533
|
+
collapse: "收起",
|
|
534
|
+
changelogMarkdown:
|
|
535
|
+
"# 更新記錄\n\nClips 中所有面向使用者的重要更改都會紀錄在這裡。你可以隨時從指令選單(Cmd+K -> “最新變化”)或設定中開啟。\n\n## 2026-06-23\n\n### 新增\n\n- 現在可以直接在 Clips 中檢視最新變化。更新記錄已加入指令選單(Cmd+K)和設定。",
|
|
536
|
+
profile: "個人資料",
|
|
537
|
+
email: "郵箱",
|
|
538
|
+
displayName: "顯示名稱",
|
|
539
|
+
displayNamePlaceholder: "你的姓名",
|
|
540
|
+
playback: "播放",
|
|
541
|
+
defaultPlaybackSpeed: "預設播放速度",
|
|
542
|
+
playbackDescription: "開啟錄製時會自動應用。",
|
|
543
|
+
transcript: "轉錄",
|
|
544
|
+
transcriptCleanup: "後台清理",
|
|
545
|
+
transcriptCleanupDescription: "先立即顯示原生轉錄,後台可用時再進行清理。",
|
|
546
|
+
notifications: "通知",
|
|
547
|
+
emailNotifications: "郵件通知",
|
|
548
|
+
emailNotificationsDescription:
|
|
549
|
+
"當有人評論、回應或與你分享錄製時,收到郵件通知。",
|
|
550
|
+
saved: "設定已儲存",
|
|
551
|
+
saveFailed: "儲存失敗",
|
|
552
|
+
builderConnectedToast: "Builder.io 已連線",
|
|
553
|
+
videoStorage: "影片存儲",
|
|
554
|
+
videoStorageDescription:
|
|
555
|
+
"Builder.io 是 Clips 上傳的主要存儲路徑。需要自帶存儲桶時,也可以使用 S3。",
|
|
556
|
+
checkingBuilder: "正在檢查 Builder.io",
|
|
557
|
+
builderConnected: "Builder.io 已連線",
|
|
558
|
+
connectBuilder: "連線 Builder.io",
|
|
559
|
+
builderConnectedFor: "正在為 {{orgName}} 使用 Builder.io。",
|
|
560
|
+
builderConnectedGeneric: "新的剪輯會使用已連線的 Builder.io 提供方。",
|
|
561
|
+
builderIncludes: "包含物件存儲、上傳,以及新剪輯的託管轉錄。",
|
|
562
|
+
s3Title: "S3 兼容存儲",
|
|
563
|
+
secondary: "備用",
|
|
564
|
+
active: "目前啟用",
|
|
565
|
+
s3BuilderConnectedDescription:
|
|
566
|
+
"僅當此工作區應上傳到你自己的存儲桶而不是 Builder.io 時使用。",
|
|
567
|
+
s3CurrentProvider: "目前正在使用 {{providerName}}。",
|
|
568
|
+
s3OwnBucketDescription:
|
|
569
|
+
"如果不想使用 Builder.io 存儲,可以使用自己的存儲桶。",
|
|
570
|
+
configureS3: "設定 S3",
|
|
571
|
+
hideS3: "隱藏 S3",
|
|
572
|
+
saveStorage: "儲存存儲設定",
|
|
573
|
+
storageSaved: "存儲設定已儲存",
|
|
574
|
+
storageRequired: "Endpoint、bucket、access key 和 secret 為必填項。",
|
|
575
|
+
s3EndpointLabel: "端點 URL",
|
|
576
|
+
s3BucketLabel: "存儲桶",
|
|
577
|
+
s3AccessKeyLabel: "存取金鑰 ID",
|
|
578
|
+
s3SecretAccessKeyLabel: "秘密存取金鑰",
|
|
579
|
+
s3RegionLabel: "區域",
|
|
580
|
+
s3PublicBaseUrlLabel: "公開基礎 URL",
|
|
581
|
+
apiSetup: "AI 設定",
|
|
582
|
+
apiSetupDescription:
|
|
583
|
+
"Builder.io 是託管 AI 額度的預設路徑。也可以在這裡新增可選的提供方金鑰。",
|
|
584
|
+
builderEasySetup: "Builder.io 是最簡單的設定方式",
|
|
585
|
+
builderAiAvailable: "Clips 可使用包含的 AI 額度和託管轉錄。",
|
|
586
|
+
builderAiDescription:
|
|
587
|
+
"先連線 Builder,即可使用包含的 AI 額度、物件存儲、上傳和託管轉錄。",
|
|
588
|
+
providerKeyTitle: "使用自己的提供方金鑰",
|
|
589
|
+
providerKeyDescription:
|
|
590
|
+
"新增 Anthropic、OpenAI、Gemini、Groq 或 OpenRouter 金鑰,用於按提供方計費的使用。",
|
|
591
|
+
providerKeysSet: "已設定 {{count}} 個",
|
|
592
|
+
checkingProviderKeys: "正在檢查提供方金鑰…",
|
|
593
|
+
keySet: "已設定",
|
|
594
|
+
replaceKey: "替換金鑰…",
|
|
595
|
+
pasteProviderKey: "請先貼上提供方金鑰。",
|
|
596
|
+
apiKeySaved: "API 金鑰已儲存",
|
|
597
|
+
apiKeyFailed: "儲存金鑰失敗",
|
|
598
|
+
slackTitle: "Agent-Native Clips 為 Slack",
|
|
599
|
+
slackDescription:
|
|
600
|
+
"分享公開剪輯,將連結貼上到 Slack 後即可內聯播放,觀看者無需額外步驟。每個工作區連線一次即可。",
|
|
601
|
+
checkingSlack: "正在檢查 Slack",
|
|
602
|
+
slackConnected_other: "已連線 {{count}} 個工作區",
|
|
603
|
+
slackOauthNeeded: "需要 OAuth 憑證",
|
|
604
|
+
slackPreviewDescription: "公開 Clips 連結可以顯示為可播放的 Slack 預覽。",
|
|
605
|
+
connectSlack: "連線 Slack",
|
|
606
|
+
slackClientMissing:
|
|
607
|
+
"連線工作區前,請為此部署設定 SLACK_CLIENT_ID 和 SLACK_CLIENT_SECRET。",
|
|
608
|
+
slackSigningMissing:
|
|
609
|
+
"請設定 SLACK_SIGNING_SECRET,以便驗證 Slack 事件回調。",
|
|
610
|
+
connectedBy: "由 {{email}} 連線",
|
|
611
|
+
disconnectSlackLabel: "斷開 {{team}}",
|
|
612
|
+
slackConnectedToast: "Slack 已連線",
|
|
613
|
+
slackCheckedToast: "Slack 連線已檢查",
|
|
614
|
+
slackDisconnectedToast: "Slack 已斷開連線",
|
|
615
|
+
slackConnectFailed: "連線 Slack 失敗",
|
|
616
|
+
slackDisconnectFailed: "斷開 Slack 失敗",
|
|
617
|
+
disconnectSlackTitle: "斷開 Slack?",
|
|
618
|
+
disconnectSlackDescription:
|
|
619
|
+
"Clips 將刪除 {{team}} 的已存儲機器人權杖,並停止發送可播放的 Slack 預覽。",
|
|
620
|
+
thisWorkspace: "此工作區",
|
|
621
|
+
slackConnected: "Slack 已連線",
|
|
622
|
+
},
|
|
623
|
+
insightsHub: {
|
|
624
|
+
title: "洞察",
|
|
625
|
+
period: "時間範圍",
|
|
626
|
+
last7Days: "最近 7 天",
|
|
627
|
+
last14Days: "最近 14 天",
|
|
628
|
+
last30Days: "最近 30 天",
|
|
629
|
+
last90Days: "最近 90 天",
|
|
630
|
+
exportCsv: "匯出 CSV",
|
|
631
|
+
description: "過去 {{days}} 天內整個組織的互動情況。",
|
|
632
|
+
views: "觀看次數",
|
|
633
|
+
reactions: "回應",
|
|
634
|
+
comments: "評論",
|
|
635
|
+
recordings: "錄製",
|
|
636
|
+
engagementTrend: "互動趨勢",
|
|
637
|
+
topVideos: "熱門影片",
|
|
638
|
+
topCreators: "熱門創作者",
|
|
639
|
+
},
|
|
640
|
+
folderTree: {
|
|
641
|
+
noFolders: "還沒有資料夾",
|
|
642
|
+
rename: "重命名",
|
|
643
|
+
newSubfolder: "新建子資料夾",
|
|
644
|
+
delete: "刪除",
|
|
645
|
+
renameFolder: "重命名資料夾",
|
|
646
|
+
renamed: "資料夾已重命名",
|
|
647
|
+
renameFailed: "重命名失敗",
|
|
648
|
+
createInside: "在“{{name}}”內建立資料夾。",
|
|
649
|
+
folderName: "資料夾名稱",
|
|
650
|
+
created: "資料夾已建立",
|
|
651
|
+
createFailed: "建立失敗",
|
|
652
|
+
deleteFolder: "刪除資料夾?",
|
|
653
|
+
deleteDescription:
|
|
654
|
+
"其中的錄製會行動到父級範圍(資料庫根目錄或父資料夾)。嵌套子資料夾會被移除。此操作無法撤銷。",
|
|
655
|
+
deleted: "資料夾已刪除",
|
|
656
|
+
deleteFailed: "刪除失敗",
|
|
657
|
+
},
|
|
658
|
+
organizationSettings: {
|
|
659
|
+
pageTitle: "組織設定 · Clips",
|
|
660
|
+
title: "組織 · 設定",
|
|
661
|
+
namedTitle: "{{name}} · 設定",
|
|
662
|
+
noOrganization: "還沒有組織。請從組織切換器建立一個以開始使用。",
|
|
663
|
+
description: "組織管理:品牌、成員、邀請。",
|
|
664
|
+
adminsOnlyBranding: "只有管理員可以編輯品牌。",
|
|
665
|
+
members: "成員",
|
|
666
|
+
pendingInvites: "待處理邀請",
|
|
667
|
+
noPendingInvites: "沒有待處理邀請。",
|
|
668
|
+
email: "電子郵件",
|
|
669
|
+
role: "角色",
|
|
670
|
+
sent: "已發送",
|
|
671
|
+
},
|
|
672
|
+
recordingInsights: {
|
|
673
|
+
loading: "正在載入洞察…",
|
|
674
|
+
noData: "還沒有資料。",
|
|
675
|
+
views: "觀看次數",
|
|
676
|
+
uniqueViewers: "獨立觀看者",
|
|
677
|
+
completion: "完成率",
|
|
678
|
+
ctaConversion: "CTA 轉化",
|
|
679
|
+
dropOff: "流失",
|
|
680
|
+
viewersCount: "{{count}} 位觀看者",
|
|
681
|
+
watching: "正在觀看",
|
|
682
|
+
recentViewers: "最近觀看者",
|
|
683
|
+
noViewers: "還沒有觀看者。",
|
|
684
|
+
anonymous: "匿名",
|
|
685
|
+
anon: "匿名",
|
|
686
|
+
moreViewers: "+{{count}} 更多",
|
|
687
|
+
},
|
|
688
|
+
libraryGrid: {
|
|
689
|
+
spaceRoot: "空間根目錄",
|
|
690
|
+
libraryRoot: "資料庫根目錄",
|
|
691
|
+
clipsMoved: "已行動 {{count}} 個剪輯",
|
|
692
|
+
moveFailed: "行動剪輯失敗",
|
|
693
|
+
titleRequired: "標題不能為空",
|
|
694
|
+
clipRenamed: "剪輯已重命名",
|
|
695
|
+
renameFailed: "重命名剪輯失敗",
|
|
696
|
+
renameClip: "重命名剪輯",
|
|
697
|
+
clipTitle: "剪輯標題",
|
|
698
|
+
movedToTrash: "已移至廢紙簍",
|
|
699
|
+
restoredFromArchive: "已從封存恢復",
|
|
700
|
+
archived: "已封存",
|
|
701
|
+
clipsArchived: "已封存 {{count}} 個剪輯",
|
|
702
|
+
clipsArchiveFailed: "{{count}} 個剪輯無法封存",
|
|
703
|
+
clipsMovedToTrash: "已將 {{count}} 個剪輯移至廢紙簍",
|
|
704
|
+
clipsTrashFailed: "{{count}} 個剪輯無法移至廢紙簍",
|
|
705
|
+
},
|
|
706
|
+
notificationsRoute: {
|
|
707
|
+
pageTitle: "通知 · Clips",
|
|
708
|
+
title: "通知",
|
|
709
|
+
description: "過去 30 天內你的錄製上的評論、回應、提及和分享。",
|
|
710
|
+
replySent: "回複已發送",
|
|
711
|
+
sendFailed: "發送失敗",
|
|
712
|
+
all: "全部",
|
|
713
|
+
comments: "評論",
|
|
714
|
+
reactions: "回應",
|
|
715
|
+
mentions: "提及",
|
|
716
|
+
shares: "分享",
|
|
717
|
+
loading: "正在載入…",
|
|
718
|
+
replyTo: "回複 {{email}},位於",
|
|
719
|
+
replyPlaceholder: "寫回複…",
|
|
720
|
+
},
|
|
721
|
+
stitchManager: {
|
|
722
|
+
defaultTitle: "拼接錄製",
|
|
723
|
+
title: "拼接錄製",
|
|
724
|
+
pickAtLeastTwo: "請選取至少 2 個錄製進行拼接",
|
|
725
|
+
videoUrlMissing: "一個或多個錄製還沒有可用的影片 URL",
|
|
726
|
+
connectStorage: "拼接錄製前請連線 Builder.io 或 S3 兼容存儲。",
|
|
727
|
+
created: "拼接錄製已建立",
|
|
728
|
+
failed: "拼接錄製失敗",
|
|
729
|
+
noOtherRecordings: "沒有其他可用錄製。",
|
|
730
|
+
combineOrder: "合並順序",
|
|
731
|
+
emptyQueue: "點擊左側錄製將其新增到此處。拖動可重新排序。",
|
|
732
|
+
titleLabel: "標題",
|
|
733
|
+
combining:
|
|
734
|
+
"正在用 ffmpeg.wasm 合並 — {{progress}}%。大型拼接可能需要一分鐘。",
|
|
735
|
+
combine: "合並",
|
|
736
|
+
},
|
|
737
|
+
inviteDialog: {
|
|
738
|
+
title: "邀請成員",
|
|
739
|
+
description:
|
|
740
|
+
"貼上一個或多個電子郵件,用逗號或換行分隔。邀請將在 7 天後過期。",
|
|
741
|
+
enterEmail: "請輸入至少一個電子郵件地址。",
|
|
742
|
+
invalidEmails: "無效電子郵件:{{emails}}",
|
|
743
|
+
emailFailed: "{{email}}:{{message}}",
|
|
744
|
+
failed: "失敗",
|
|
745
|
+
sent: "已發送 {{count}} 個邀請。",
|
|
746
|
+
sentWithFailures: "已發送 {{sent}} 個邀請,{{failed}} 個失敗。",
|
|
747
|
+
emails: "電子郵件",
|
|
748
|
+
memberRole: "成員 — 錄製、編輯、分享",
|
|
749
|
+
adminRole: "管理員 — 完全控制",
|
|
750
|
+
sending: "正在發送…",
|
|
751
|
+
sendInvites: "發送邀請",
|
|
752
|
+
},
|
|
753
|
+
membersList: {
|
|
754
|
+
memberRole: "成員",
|
|
755
|
+
adminRole: "管理員",
|
|
756
|
+
roleUpdated: "已將 {{email}} 的角色更新為 {{role}}",
|
|
757
|
+
updateFailed: "更新角色失敗",
|
|
758
|
+
removed: "已從組織中移除 {{email}}",
|
|
759
|
+
removeFailed: "移除成員失敗",
|
|
760
|
+
noMembers: "還沒有成員。",
|
|
761
|
+
member: "成員",
|
|
762
|
+
joined: "加入時間",
|
|
763
|
+
you: "(你)",
|
|
764
|
+
removeMemberLabel: "移除 {{email}}",
|
|
765
|
+
removeTitle: "移除成員?",
|
|
766
|
+
removeDescription:
|
|
767
|
+
"{{email}} 將失去對此組織的存取權限。你隨時可以重新邀請他們。",
|
|
768
|
+
remove: "移除",
|
|
769
|
+
},
|
|
770
|
+
slackShareHint: {
|
|
771
|
+
playsInline: "可在 Slack 中內聯播放",
|
|
772
|
+
connectedDescription: "將此連結貼上到任何已連線工作區即可內聯播放。",
|
|
773
|
+
makeInline: "讓它在 Slack 中內聯播放",
|
|
774
|
+
connectDescription: "連線一個工作區,讓此連結展開為影片。",
|
|
775
|
+
connect: "連線",
|
|
776
|
+
},
|
|
777
|
+
commentsPanel: {
|
|
778
|
+
disabled: "此錄製已停用評論。",
|
|
779
|
+
beFirst: "成為第一個評論的人",
|
|
780
|
+
leaveNotePanel: "在此面板頂部留下備注。",
|
|
781
|
+
leaveNoteTimestamp: "在目前時間戳留下備注。",
|
|
782
|
+
leaveComment: "留下評論...",
|
|
783
|
+
signInToComment: "登入以發表評論。",
|
|
784
|
+
signIn: "登入",
|
|
785
|
+
replyingTo: "正在回複",
|
|
786
|
+
commentAt: "評論於",
|
|
787
|
+
writeReply: "寫回複...",
|
|
788
|
+
},
|
|
789
|
+
shareMeeting: {
|
|
790
|
+
pageTitle: "會議筆記 · Clips",
|
|
791
|
+
description: "通過 Clips 分享的 AI 會議筆記。",
|
|
792
|
+
unavailable: "此會議是私密的或不再可用。",
|
|
793
|
+
tryClips: "試用 Clips",
|
|
794
|
+
attendees: "{{count}} 位參會者",
|
|
795
|
+
noAiNotes: "此會議尚未生成 AI 筆記。",
|
|
796
|
+
summary: "摘要",
|
|
797
|
+
keyPoints: "要點",
|
|
798
|
+
actionItems: "行動項",
|
|
799
|
+
},
|
|
800
|
+
deleteRecordingMenu: {
|
|
801
|
+
movedToTrash: "剪輯已移至廢紙簍",
|
|
802
|
+
deleteFailed: "刪除剪輯失敗",
|
|
803
|
+
clipOptions: "剪輯選項",
|
|
804
|
+
delete: "刪除",
|
|
805
|
+
moveTitle: "將此剪輯移至廢紙簍?",
|
|
806
|
+
moveDescription:
|
|
807
|
+
"這會從你的資料庫中移除此剪輯。你以後可以從廢紙簍恢復,或永久刪除。",
|
|
808
|
+
deleting: "正在刪除...",
|
|
809
|
+
moveToTrash: "移至廢紙簍",
|
|
810
|
+
},
|
|
811
|
+
recordingToolbar: {
|
|
812
|
+
controls: "錄製控制",
|
|
813
|
+
resumeRecording: "繼續錄製",
|
|
814
|
+
pauseRecording: "暫停錄製",
|
|
815
|
+
resumeShortcut: "繼續 (⌥⇧P)",
|
|
816
|
+
pauseShortcut: "暫停 (⌥⇧P)",
|
|
817
|
+
stop: "停止錄製",
|
|
818
|
+
elapsed: "已用時間",
|
|
819
|
+
cancel: "取消錄製",
|
|
820
|
+
cancelShortcut: "取消 (⌥⇧C)",
|
|
821
|
+
},
|
|
822
|
+
countdownOverlay: {
|
|
823
|
+
startsIn: "錄製將在 {{count}} 後開始",
|
|
824
|
+
cancel: "取消錄製",
|
|
825
|
+
skip: "跳過倒計時並立即開始錄製",
|
|
826
|
+
hint: "Esc 取消 · Enter 立即開始",
|
|
827
|
+
},
|
|
828
|
+
videoPlayer: {
|
|
829
|
+
loomVideo: "Loom 影片",
|
|
830
|
+
noVideo: "沒有可用影片",
|
|
831
|
+
thanks: "感謝觀看",
|
|
832
|
+
playClip: "播放剪輯",
|
|
833
|
+
},
|
|
834
|
+
searchBar: {
|
|
835
|
+
placeholder: "搜尋錄製…",
|
|
836
|
+
clear: "清除搜尋",
|
|
837
|
+
searching: "正在搜尋…",
|
|
838
|
+
noMatchesFor: "沒有匹配項:",
|
|
839
|
+
titleTranscript: "標題 + 轉錄",
|
|
840
|
+
titleComment: "標題 + 評論",
|
|
841
|
+
transcript: "轉錄",
|
|
842
|
+
comment: "評論",
|
|
843
|
+
titleOrDescription: "標題或描述",
|
|
844
|
+
},
|
|
845
|
+
organizationSwitcher: {
|
|
846
|
+
noOrganization: "沒有組織",
|
|
847
|
+
organizationCount: "{{count}} 個組織",
|
|
848
|
+
organizations: "組織",
|
|
849
|
+
noOrganizations: "還沒有組織",
|
|
850
|
+
switchFailed: "切換組織失敗",
|
|
851
|
+
newOrganization: "新建組織",
|
|
852
|
+
createOrganization: "建立組織",
|
|
853
|
+
organizationName: "組織名稱",
|
|
854
|
+
created: "已建立“{{name}}”",
|
|
855
|
+
createFailed: "建立組織失敗",
|
|
856
|
+
creating: "正在建立…",
|
|
857
|
+
},
|
|
858
|
+
playerControls: {
|
|
859
|
+
playbackSpeed: "播放速度",
|
|
860
|
+
},
|
|
861
|
+
autoRecordPrompt: {
|
|
862
|
+
notesStarted: "筆記已開始。",
|
|
863
|
+
cancelWithSeconds: "取消({{count}} 秒)",
|
|
864
|
+
startNotesQuestion: "會議時間到了,要開始紀錄嗎?",
|
|
865
|
+
autoStartsIn: "{{count}} 秒後自動開始",
|
|
866
|
+
startNotes: "開始紀錄",
|
|
867
|
+
dismiss: "關閉",
|
|
868
|
+
},
|
|
869
|
+
meetingCanvas: {
|
|
870
|
+
noAiNotes: "還沒有 AI 筆記。請從已完成的轉錄生成筆記。",
|
|
871
|
+
noNotes: "沒有筆記。",
|
|
872
|
+
yourNotes: "你的筆記…",
|
|
873
|
+
clickToEdit: "點擊編輯",
|
|
874
|
+
},
|
|
875
|
+
meetingCard: {
|
|
876
|
+
live: "直播中",
|
|
877
|
+
transcript: "轉錄",
|
|
878
|
+
aiNotesReady: "AI 筆記已就緒",
|
|
879
|
+
noSummary: "還沒有摘要",
|
|
880
|
+
transcriptSource: "轉錄來源",
|
|
881
|
+
now: "現在",
|
|
882
|
+
started: "已開始",
|
|
883
|
+
inMinutes: "{{count}} 分鐘後",
|
|
884
|
+
inHours: "{{count}} 小時後",
|
|
885
|
+
join: "加入",
|
|
886
|
+
openNotes: "開啟筆記",
|
|
887
|
+
open: "開啟",
|
|
888
|
+
},
|
|
889
|
+
transcriptBubbles: {
|
|
890
|
+
listening: "正在聆听…",
|
|
891
|
+
noTranscript: "還沒有轉錄。",
|
|
892
|
+
liveTranscriptDescription: "開始紀錄後,實時轉錄會顯示在這裡。",
|
|
893
|
+
me: "我",
|
|
894
|
+
them: "對方",
|
|
895
|
+
},
|
|
896
|
+
editorLayout: {
|
|
897
|
+
trimmed: "已修剪",
|
|
898
|
+
trimFailed: "修剪失敗",
|
|
899
|
+
cut: "已剪切",
|
|
900
|
+
cutFailed: "剪切失敗",
|
|
901
|
+
split: "已拆分",
|
|
902
|
+
splitFailed: "拆分失敗",
|
|
903
|
+
loadingRecording: "正在載入錄製…",
|
|
904
|
+
recordingNotFound: "找不到錄製",
|
|
905
|
+
noVideoYet: "還沒有可用影片。",
|
|
906
|
+
},
|
|
907
|
+
transcriptEditor: {
|
|
908
|
+
transcript: "轉錄",
|
|
909
|
+
selectionRange: "· 已選取 {{start}} → {{end}}",
|
|
910
|
+
selectTextToTrim: "· 選取文本進行修剪",
|
|
911
|
+
cutSelection: "剪切所選內容",
|
|
912
|
+
noTranscript: "還沒有轉錄。",
|
|
913
|
+
},
|
|
914
|
+
createSpaceDialog: {
|
|
915
|
+
newSpace: "新建空間",
|
|
916
|
+
description: "在目前組織中建立空間。",
|
|
917
|
+
name: "名稱",
|
|
918
|
+
color: "顏色",
|
|
919
|
+
useColor: "使用顏色 {{color}}",
|
|
920
|
+
spaceCreated: "空間已建立",
|
|
921
|
+
createFailed: "無法建立空間",
|
|
922
|
+
},
|
|
923
|
+
signInPrompt: {
|
|
924
|
+
title: "登入以{{intent}}",
|
|
925
|
+
description:
|
|
926
|
+
"建立帳號或登入即可在此剪輯上{{intent}}。完成後我們會把你帶回這裡。",
|
|
927
|
+
notNow: "暫不",
|
|
928
|
+
signIn: "登入",
|
|
929
|
+
},
|
|
930
|
+
embedRoute: {
|
|
931
|
+
passwordRequired: "需要密碼",
|
|
932
|
+
unavailable: "剪輯不可用。",
|
|
933
|
+
},
|
|
934
|
+
cameraVisualizer: {
|
|
935
|
+
bubble: "氣泡",
|
|
936
|
+
live: "實時",
|
|
937
|
+
waiting: "等待中",
|
|
938
|
+
opening: "正在開啟",
|
|
939
|
+
stop: "停止",
|
|
940
|
+
openingEllipsis: "正在開啟...",
|
|
941
|
+
test: "測試",
|
|
942
|
+
selectedPreview: "已選攝像頭預覽",
|
|
943
|
+
preview: "攝像頭預覽",
|
|
944
|
+
setBubbleSize: "設定攝像頭氣泡大小 {{size}}",
|
|
945
|
+
},
|
|
946
|
+
storageSetup: {
|
|
947
|
+
builderTimeout: "5 分鐘內未收到 Builder 回應。請檢查快顯窗口並重試。",
|
|
948
|
+
builderConnected: "Builder.io 已連線",
|
|
949
|
+
waitingForBuilder: "正在等待 Builder...",
|
|
950
|
+
connectBuilder: "連線 Builder.io",
|
|
951
|
+
free: "免費",
|
|
952
|
+
configureS3: "設定 S3 兼容存儲",
|
|
953
|
+
},
|
|
954
|
+
captureInstall: {
|
|
955
|
+
title: "Choose your recorder (已本機化)",
|
|
956
|
+
description:
|
|
957
|
+
"Use Chrome when you need browser logs, or desktop for the smoothest everyday capture. (已本機化)",
|
|
958
|
+
chromeTitle: "Chrome extension (已本機化)",
|
|
959
|
+
chromeDescription:
|
|
960
|
+
"Best when you want redacted console and network diagnostics from the browser tab. (已本機化)",
|
|
961
|
+
chromePendingDescription:
|
|
962
|
+
"Browser logs option is ready, pending the Chrome Web Store URL. (已本機化)",
|
|
963
|
+
desktopTitle: "Desktop app (已本機化)",
|
|
964
|
+
desktopDescription:
|
|
965
|
+
"Most seamless for global shortcuts, menu-bar recording, meetings, and repeat captures. (已本機化)",
|
|
966
|
+
},
|
|
967
|
+
editableTitle: {
|
|
968
|
+
untitled: "Untitled Clip (已本機化)",
|
|
969
|
+
renameFailed: "Failed to rename clip (已本機化)",
|
|
970
|
+
emptyTitle: "Title cannot be empty (已本機化)",
|
|
971
|
+
generatingTitle: "Generating title (已本機化)",
|
|
972
|
+
placeholder: "Clip title (已本機化)",
|
|
973
|
+
editLabel: "Edit clip title (已本機化)",
|
|
974
|
+
},
|
|
975
|
+
chapters: {
|
|
976
|
+
title: "Chapters (已本機化)",
|
|
977
|
+
addHere: "Add here (已本機化)",
|
|
978
|
+
empty: "No chapters yet. (已本機化)",
|
|
979
|
+
remove: "Remove chapter (已本機化)",
|
|
980
|
+
saveFailed: "Failed to save chapters (已本機化)",
|
|
981
|
+
duplicateAtPoint: "A chapter already exists at this point (已本機化)",
|
|
982
|
+
defaultTitle: "Chapter {{count}} (已本機化)",
|
|
983
|
+
seekTo: "Seek to {{time}} (已本機化)",
|
|
984
|
+
},
|
|
985
|
+
editorToolbar: {
|
|
986
|
+
undoTooltip: "Undo (Cmd/Ctrl+Z) (已本機化)",
|
|
987
|
+
playPauseTooltip: "Play / Pause (Space) (已本機化)",
|
|
988
|
+
sourceDuration: "({{duration}} src) (已本機化)",
|
|
989
|
+
previewSpeed: "Preview speed (已本機化)",
|
|
990
|
+
previewSpeedTooltip: "Preview speed while trimming (已本機化)",
|
|
991
|
+
cutSelection: "Cut selection (已本機化)",
|
|
992
|
+
cutSelectedRange: "Cut selected range (已本機化)",
|
|
993
|
+
edit: "Edit (已本機化)",
|
|
994
|
+
playheadEdits: "Playhead edits (已本機化)",
|
|
995
|
+
splitAtPlayhead: "Split at playhead (已本機化)",
|
|
996
|
+
cutBeforePlayhead: "Cut before playhead (已本機化)",
|
|
997
|
+
cutAfterPlayhead: "Cut after playhead (已本機化)",
|
|
998
|
+
panels: "Panels (已本機化)",
|
|
999
|
+
hideChapters: "Hide chapters (已本機化)",
|
|
1000
|
+
showChapters: "Show chapters (已本機化)",
|
|
1001
|
+
thumbnail: "Thumbnail (已本機化)",
|
|
1002
|
+
stitchClips: "Stitch clips (已本機化)",
|
|
1003
|
+
zoom: "Zoom (已本機化)",
|
|
1004
|
+
zoomOut: "Zoom out (已本機化)",
|
|
1005
|
+
fitToWidth: "Fit to width (已本機化)",
|
|
1006
|
+
zoomIn: "Zoom in (已本機化)",
|
|
1007
|
+
clearAllEdits: "Clear all edits (已本機化)",
|
|
1008
|
+
loadingFfmpeg: "Loading ffmpeg… (已本機化)",
|
|
1009
|
+
exportMp4: "Export MP4 (已本機化)",
|
|
1010
|
+
longExportTitle: "This export is long (已本機化)",
|
|
1011
|
+
longExportDescription:
|
|
1012
|
+
"The edited video is {{duration}}. ffmpeg.wasm runs in your browser and may run out of memory for very long exports. You can try anyway or download the original file instead. (已本機化)",
|
|
1013
|
+
downloadOriginal: "Download original (已本機化)",
|
|
1014
|
+
exportAnyway: "Export anyway (已本機化)",
|
|
1015
|
+
clearAllEditsTitle: "Clear all edits? (已本機化)",
|
|
1016
|
+
clearAllEditsDescription:
|
|
1017
|
+
"This removes every trim, blur, and the custom thumbnail from this recording. The original video is never modified. (已本機化)",
|
|
1018
|
+
clearEdits: "Clear edits (已本機化)",
|
|
1019
|
+
nothingToUndo: "Nothing to undo (已本機化)",
|
|
1020
|
+
undoFailed: "Undo failed (已本機化)",
|
|
1021
|
+
editsCleared: "Edits cleared (已本機化)",
|
|
1022
|
+
clearFailed: "Clear failed (已本機化)",
|
|
1023
|
+
selectRangeFirst:
|
|
1024
|
+
"Select a range on the waveform or transcript first (已本機化)",
|
|
1025
|
+
selectionCut: "Selection cut (已本機化)",
|
|
1026
|
+
trimFailed: "Trim failed (已本機化)",
|
|
1027
|
+
movePlayheadPastIntro:
|
|
1028
|
+
"Move the playhead past the intro you want to cut (已本機化)",
|
|
1029
|
+
startCut: "Start cut (已本機化)",
|
|
1030
|
+
movePlayheadBeforeEnding:
|
|
1031
|
+
"Move the playhead before the ending you want to cut (已本機化)",
|
|
1032
|
+
endCut: "End cut (已本機化)",
|
|
1033
|
+
splitAdded: "Split added (已本機化)",
|
|
1034
|
+
splitFailed: "Split failed (已本機化)",
|
|
1035
|
+
videoNotReady: "Video not ready yet (已本機化)",
|
|
1036
|
+
exportedMp4: "Exported MP4 (已本機化)",
|
|
1037
|
+
exportFailed:
|
|
1038
|
+
"Export failed — ffmpeg.wasm can't always handle long videos. Try shorter edits or use the original file. (已本機化)",
|
|
1039
|
+
},
|
|
1040
|
+
preRecord: {
|
|
1041
|
+
modeScreenCamera: "Screen + cam (已本機化)",
|
|
1042
|
+
modeScreenOnly: "Screen only (已本機化)",
|
|
1043
|
+
modeCameraOnly: "Camera only (已本機化)",
|
|
1044
|
+
surfaceWindow: "Window (已本機化)",
|
|
1045
|
+
surfaceWindowDescription: "Best for slides or one app (已本機化)",
|
|
1046
|
+
surfaceBrowser: "Browser tab (已本機化)",
|
|
1047
|
+
surfaceBrowserDescription: "Choose an open tab (已本機化)",
|
|
1048
|
+
surfaceScreen: "Screen (已本機化)",
|
|
1049
|
+
surfaceScreenDescription: "Capture everything (已本機化)",
|
|
1050
|
+
microphoneSelectionUnsupported:
|
|
1051
|
+
"This browser does not support microphone device selection. (已本機化)",
|
|
1052
|
+
enumerateFailed: "Could not enumerate devices (已本機化)",
|
|
1053
|
+
noMicrophone: "No microphone (已本機化)",
|
|
1054
|
+
defaultMicrophone: "Default microphone (已本機化)",
|
|
1055
|
+
shortMicLabel: "Mic {{id}} (已本機化)",
|
|
1056
|
+
defaultCamera: "Default camera (已本機化)",
|
|
1057
|
+
shortCameraLabel: "Camera {{id}} (已本機化)",
|
|
1058
|
+
noAudio: "No audio (已本機化)",
|
|
1059
|
+
noCamera: "No camera (已本機化)",
|
|
1060
|
+
loomImportFailed: "Could not import that Loom. (已本機化)",
|
|
1061
|
+
fixMicrophoneAccess:
|
|
1062
|
+
"Fix microphone access or turn audio off before recording. (已本機化)",
|
|
1063
|
+
fixCameraAccess:
|
|
1064
|
+
"Fix camera access or switch to Screen mode before recording. (已本機化)",
|
|
1065
|
+
captureSource: "擷取來源",
|
|
1066
|
+
selectedSurface: "{{surface}} selected (已本機化)",
|
|
1067
|
+
change: "Change (已本機化)",
|
|
1068
|
+
audioAndCamera: "Audio & camera (已本機化)",
|
|
1069
|
+
audio: "Audio (已本機化)",
|
|
1070
|
+
check: "Check (已本機化)",
|
|
1071
|
+
choose: "Choose (已本機化)",
|
|
1072
|
+
defaultMicPlaceholder: "Default mic (已本機化)",
|
|
1073
|
+
openingMicrophone: "Opening microphone... (已本機化)",
|
|
1074
|
+
chooseMicrophone: "Choose microphone... (已本機化)",
|
|
1075
|
+
includeAudioAria: "Include audio in this recording (已本機化)",
|
|
1076
|
+
tryClipsDesktop: "Try Clips Desktop. (已本機化)",
|
|
1077
|
+
cameraOff: "Camera off (已本機化)",
|
|
1078
|
+
includeCameraAria: "Include camera in this recording (已本機化)",
|
|
1079
|
+
startRecording: "Start recording (已本機化)",
|
|
1080
|
+
uploadVideo: "Upload video (已本機化)",
|
|
1081
|
+
importLoom: "Import Loom (已本機化)",
|
|
1082
|
+
importing: "Importing... (已本機化)",
|
|
1083
|
+
import: "Import (已本機化)",
|
|
1084
|
+
},
|
|
1085
|
+
playerSettings: {
|
|
1086
|
+
title: "設定",
|
|
1087
|
+
privacy: "隱私",
|
|
1088
|
+
visibility: "可見性",
|
|
1089
|
+
visibilityPrivate: "私人",
|
|
1090
|
+
visibilityOrg: "組織",
|
|
1091
|
+
visibilityPublic: "公開",
|
|
1092
|
+
passwordProtection: "密碼保護",
|
|
1093
|
+
passwordSetPlaceholder:
|
|
1094
|
+
"已設定密碼。輸入新密碼即可取代;留空並儲存即可清除。",
|
|
1095
|
+
noPasswordPlaceholder: "無密碼",
|
|
1096
|
+
expiry: "到期時間",
|
|
1097
|
+
viewerOptions: "觀看者選項",
|
|
1098
|
+
comments: "留言",
|
|
1099
|
+
reactions: "反應",
|
|
1100
|
+
allowDownloads: "允許下載",
|
|
1101
|
+
animatedThumbnail: "動畫縮圖",
|
|
1102
|
+
defaultPlaybackSpeed: "預設播放速度",
|
|
1103
|
+
callToAction: "行動呼籲",
|
|
1104
|
+
defaultCtaLabel: "Learn more (已本機化)",
|
|
1105
|
+
addCta: "+ Add (已本機化)",
|
|
1106
|
+
noCtas:
|
|
1107
|
+
"No CTAs yet. Add a button that appears during or after the video. (已本機化)",
|
|
1108
|
+
buttonLabelPlaceholder: "Button label (已本機化)",
|
|
1109
|
+
placementThroughout: "Throughout (已本機化)",
|
|
1110
|
+
placementEnd: "At end (已本機化)",
|
|
1111
|
+
delete: "Delete (已本機化)",
|
|
1112
|
+
},
|
|
1113
|
+
recordRoute: {
|
|
1114
|
+
pageTitle: "New recording — Clips (已本機化)",
|
|
1115
|
+
uploadFailed: "Upload failed (已本機化)",
|
|
1116
|
+
uploadFailedAtChunk:
|
|
1117
|
+
"Upload failed at chunk {{chunk}}/{{total}}: {{message}} (已本機化)",
|
|
1118
|
+
couldNotStartRecording: "Could not start recording (已本機化)",
|
|
1119
|
+
couldNotStartRecorder: "Could not start recorder (已本機化)",
|
|
1120
|
+
openSettings: "Open settings (已本機化)",
|
|
1121
|
+
openedRecorderInNewTab: "Opened recorder in a new tab (已本機化)",
|
|
1122
|
+
videoReadyToUpload: "Video is ready to upload (已本機化)",
|
|
1123
|
+
videoUploaded: "Video uploaded (已本機化)",
|
|
1124
|
+
videoTooLarge: "Video is too large (已本機化)",
|
|
1125
|
+
storageNeededToFinishLoomImport:
|
|
1126
|
+
"Storage needed to finish Loom import (已本機化)",
|
|
1127
|
+
loomImported: "Loom imported (已本機化)",
|
|
1128
|
+
couldNotImportLoom: "Could not import that Loom. (已本機化)",
|
|
1129
|
+
recordingReadyToUpload: "Recording is ready to upload (已本機化)",
|
|
1130
|
+
recordingSaved: "Recording saved (已本機化)",
|
|
1131
|
+
noLocalRecordingData:
|
|
1132
|
+
"No local recording data is available to download. (已本機化)",
|
|
1133
|
+
recordingDownloadStarted: "Recording download started (已本機化)",
|
|
1134
|
+
backToLibrary: "Back to library (已本機化)",
|
|
1135
|
+
clipsRecorder: "Clips recorder (已本機化)",
|
|
1136
|
+
preparingSources: "Preparing sources… (已本機化)",
|
|
1137
|
+
recordingScreen:
|
|
1138
|
+
"Recording your screen — switch to the window you want to capture (已本機化)",
|
|
1139
|
+
largeClipsNeedReencode:
|
|
1140
|
+
"Large clips need a quick re-encode before upload. (已本機化)",
|
|
1141
|
+
savingRecording: "Saving your recording… (已本機化)",
|
|
1142
|
+
sessionExpired: "Session expired (已本機化)",
|
|
1143
|
+
sessionExpiredDescription:
|
|
1144
|
+
"Your login session has expired. Log in again to start recording. (已本機化)",
|
|
1145
|
+
logIn: "Log in (已本機化)",
|
|
1146
|
+
betterInDesktop: "Better in the desktop app (已本機化)",
|
|
1147
|
+
desktopAppDescription:
|
|
1148
|
+
"Menu-bar launch, global shortcuts, auto-updates, and smoother repeat recordings. (已本機化)",
|
|
1149
|
+
downloadDesktopApp: "Download desktop app (已本機化)",
|
|
1150
|
+
technicalDetails: "Technical details (已本機化)",
|
|
1151
|
+
whatToCheck: "What to check (已本機化)",
|
|
1152
|
+
downloadRecording: "Download recording (已本機化)",
|
|
1153
|
+
openRecorderInTab: "Open recorder in tab (已本機化)",
|
|
1154
|
+
connectStorageToFinish:
|
|
1155
|
+
"Connect Builder.io or S3 storage on the next screen and Clips will finish saving it. (已本機化)",
|
|
1156
|
+
connectStorageToRetryLoom:
|
|
1157
|
+
"Connect Builder.io or S3 storage on the next screen and Clips will retry the import. (已本機化)",
|
|
1158
|
+
},
|
|
1159
|
+
dictateRoute: {
|
|
1160
|
+
pageTitle: "Dictate · Clips (已本機化)",
|
|
1161
|
+
howToUse: "How to use Dictate (已本機化)",
|
|
1162
|
+
browserDictation: "Browser dictation (已本機化)",
|
|
1163
|
+
browserDictationDescription:
|
|
1164
|
+
"Use the button on this page, or press the shortcut while this tab is focused. Browser dictation saves here for copy and cleanup. (已本機化)",
|
|
1165
|
+
desktopShortcuts: "Desktop shortcuts (已本機化)",
|
|
1166
|
+
desktopShortcutsDescriptionSuffix: ", in the desktop app. (已本機化)",
|
|
1167
|
+
holdFn: "Hold Fn (已本機化)",
|
|
1168
|
+
browserUnavailable:
|
|
1169
|
+
"Browser speech recognition is unavailable here. Use Chrome or the desktop app for global dictation. (已本機化)",
|
|
1170
|
+
browserUnavailableShort:
|
|
1171
|
+
"Browser speech recognition is unavailable here (已本機化)",
|
|
1172
|
+
startSpeaking: "Start speaking... (已本機化)",
|
|
1173
|
+
replacedOriginal: "Replaced original with cleaned text (已本機化)",
|
|
1174
|
+
noText: "No text (已本機化)",
|
|
1175
|
+
emptyTranscript: "Empty transcript (已本機化)",
|
|
1176
|
+
replaceOriginal: "Replace original with cleaned (已本機化)",
|
|
1177
|
+
cleanupWithAi: "Cleanup with AI (已本機化)",
|
|
1178
|
+
cleanupHint:
|
|
1179
|
+
'Click "Cleanup with AI" to fix punctuation, casing, and filler words. (已本機化)',
|
|
1180
|
+
startFirst: "Start your first dictation (已本機化)",
|
|
1181
|
+
emptyDesktopDescription:
|
|
1182
|
+
"Hold {{fnKey}} anywhere on your Mac, or press {{modifierKey}} ⇧ Space. Your history will live here. (已本機化)",
|
|
1183
|
+
emptyWebDescription:
|
|
1184
|
+
"Dictation runs through the desktop app for global shortcuts that work in any app — Slack, your editor, anywhere. (已本機化)",
|
|
1185
|
+
downloadDesktopApp: "Download Clips desktop app (已本機化)",
|
|
1186
|
+
holdToDictate: "hold to dictate (已本機化)",
|
|
1187
|
+
toggle: "toggle (已本機化)",
|
|
1188
|
+
desktopCtaTitle: "Dictate from anywhere with the desktop app (已本機化)",
|
|
1189
|
+
desktopCtaDescription:
|
|
1190
|
+
"Press {{modifierKey}} ⇧ Space in any app. Browser dictation is unreliable — the desktop app is the way to use this. (已本機化)",
|
|
1191
|
+
noSpeechCaptured: "No speech captured (已本機化)",
|
|
1192
|
+
dictationSaved: "Dictation saved (已本機化)",
|
|
1193
|
+
voiceToTextDescription:
|
|
1194
|
+
"Voice-to-text dictation with AI cleanup. Get the desktop app to dictate from anywhere with a global shortcut. (已本機化)",
|
|
1195
|
+
loadFailed: "Couldn't load dictations. (已本機化)",
|
|
1196
|
+
noFilterMatches: "No dictations matching this filter. (已本機化)",
|
|
1197
|
+
},
|
|
1198
|
+
clipsFinalRaw: {
|
|
1199
|
+
splitAtPlayhead: "在播放頭處分割 (S)",
|
|
1200
|
+
selectedCount: "已選取 {{count}} 項",
|
|
1201
|
+
move: "行動",
|
|
1202
|
+
moveSelected: "行動已選取的 {{count}} 項",
|
|
1203
|
+
current: "目前",
|
|
1204
|
+
clearSelection: "清除選取",
|
|
1205
|
+
waitingForStorage: "正在等待存儲",
|
|
1206
|
+
savedLocally: "已儲存到本機",
|
|
1207
|
+
uploadFailed: "上傳失敗",
|
|
1208
|
+
connectStorageToFinish: "開啟以連線存儲並完成儲存。",
|
|
1209
|
+
retryFromClipsMenu: "從 Clips 選單重試;無需重新錄製。",
|
|
1210
|
+
removeFailedClip: "移除此失敗剪輯。",
|
|
1211
|
+
remove: "移除",
|
|
1212
|
+
viewsCount: "{{count}} 次觀看",
|
|
1213
|
+
recordingMenu: "錄製選單",
|
|
1214
|
+
moveToFolder: "行動到資料夾",
|
|
1215
|
+
unarchive: "取消封存",
|
|
1216
|
+
shareNamedMeeting: "分享“{{title}}”",
|
|
1217
|
+
shareMeeting: "分享會議",
|
|
1218
|
+
shareLink: "分享連結",
|
|
1219
|
+
alreadyHaveIt: "我已經有了",
|
|
1220
|
+
link: "連結",
|
|
1221
|
+
invite: "邀請",
|
|
1222
|
+
inviteFailed: "無法邀請此人",
|
|
1223
|
+
removePersonFailed: "無法移除此人",
|
|
1224
|
+
passwordProtectedDescription: "此影片受密碼保護。請輸入密碼觀看。",
|
|
1225
|
+
password: "密碼",
|
|
1226
|
+
unlock: "解鎖",
|
|
1227
|
+
noEngagementData: "暫無互動資料。",
|
|
1228
|
+
allCaughtUp: "你已經全部處理完了。",
|
|
1229
|
+
someone: "某人",
|
|
1230
|
+
view: "檢視",
|
|
1231
|
+
reply: "回複",
|
|
1232
|
+
commentedOn: "評論了",
|
|
1233
|
+
reactedTo: "回應了",
|
|
1234
|
+
mentionedYouIn: "提到了你:",
|
|
1235
|
+
shared: "分享了",
|
|
1236
|
+
noCreatorsYet: "暫無創作者。",
|
|
1237
|
+
creator: "創作者",
|
|
1238
|
+
engagement: "互動",
|
|
1239
|
+
selectedMicrophoneWaveform: "所選麥克風波形",
|
|
1240
|
+
goHome: "返回首頁面",
|
|
1241
|
+
testMic: "測試麥克風",
|
|
1242
|
+
archivePageTitle: "封存 · Clips",
|
|
1243
|
+
insightsPageTitle: "洞察 · Clips",
|
|
1244
|
+
folderPageTitle: "資料夾 · Clips",
|
|
1245
|
+
spacePageTitle: "空間 · Clips",
|
|
1246
|
+
spacesPageTitle: "空間 · Clips",
|
|
1247
|
+
trashPageTitle: "廢紙簍 · Clips",
|
|
1248
|
+
},
|
|
1249
|
+
meetingsRoute: {
|
|
1250
|
+
pageTitle: "Meetings · Clips (已本機化)",
|
|
1251
|
+
transcriptPending: "Transcript pending (已本機化)",
|
|
1252
|
+
notesPending: "Notes pending (已本機化)",
|
|
1253
|
+
pastRecordings: "Past recordings (已本機化)",
|
|
1254
|
+
calendarNeedsReconnect:
|
|
1255
|
+
"Google Calendar needs to be reconnected to keep showing your upcoming meetings. (已本機化)",
|
|
1256
|
+
connectGoogleCalendar: "Connect Google Calendar (已本機化)",
|
|
1257
|
+
desktopReminder:
|
|
1258
|
+
"Get a desktop reminder when meetings start so recorded notes land in this history automatically. (已本機化)",
|
|
1259
|
+
getDesktopApp: "Get desktop app (已本機化)",
|
|
1260
|
+
requiredForReminders:
|
|
1261
|
+
"Required for meeting reminders and transcription. (已本機化)",
|
|
1262
|
+
calendarConnected: "Calendar connected (已本機化)",
|
|
1263
|
+
calendarDisconnected: "Calendar disconnected (已本機化)",
|
|
1264
|
+
calendarSettings: "Calendar settings (已本機化)",
|
|
1265
|
+
connectCalendarReminder:
|
|
1266
|
+
"Connect Google Calendar for meeting reminders. (已本機化)",
|
|
1267
|
+
disconnectGoogleCalendarTitle: "Disconnect Google Calendar? (已本機化)",
|
|
1268
|
+
title: "Meetings (已本機化)",
|
|
1269
|
+
intro: "Upcoming calendar meetings and your recorded notes. (已本機化)",
|
|
1270
|
+
searchPlaceholder: "Search meetings... (已本機化)",
|
|
1271
|
+
clearSearch: "Clear search (已本機化)",
|
|
1272
|
+
noMeetingsYet: "No meetings yet (已本機化)",
|
|
1273
|
+
noMeetingsDescription:
|
|
1274
|
+
"Upcoming calendar meetings show up here, and finished recordings land here once you take notes. (已本機化)",
|
|
1275
|
+
noMeetingsMatch: 'No meetings match "{{query}}" (已本機化)',
|
|
1276
|
+
refreshing: "Refreshing… (已本機化)",
|
|
1277
|
+
},
|
|
1278
|
+
};
|
|
1279
|
+
|
|
1280
|
+
export default messages;
|