From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- i18n/en-US/common.ts | 57 +++++---------------------------------------------------- 1 files changed, 5 insertions(+), 52 deletions(-) diff --git a/i18n/en-US/common.ts b/i18n/en-US/common.ts index b194f6e..c116e08 100644 --- a/i18n/en-US/common.ts +++ b/i18n/en-US/common.ts @@ -1,10 +1,4 @@ const translation = { - theme: { - theme: 'Theme', - light: 'light', - dark: 'dark', - auto: 'system', - }, api: { success: 'Success', actionSuccess: 'Action succeeded', @@ -29,15 +23,10 @@ remove: 'Remove', send: 'Send', copy: 'Copy', - copied: 'Copied', lineBreak: 'Line break', sure: 'I\'m sure', download: 'Download', - downloadSuccess: 'Download Completed.', - downloadFailed: 'Download failed. Please try again later.', - viewDetails: 'View Details', delete: 'Delete', - deleteApp: 'Delete App', settings: 'Settings', setup: 'Setup', getForFree: 'Get for free', @@ -49,21 +38,18 @@ duplicate: 'Duplicate', rename: 'Rename', audioSourceUnavailable: 'AudioSource is unavailable', - close: 'Close', copyImage: 'Copy Image', imageCopied: 'Image copied', zoomOut: 'Zoom Out', zoomIn: 'Zoom In', openInNewTab: 'Open in new tab', - in: 'in', saveAndRegenerate: 'Save & Regenerate Child Chunks', + close: 'Close', view: 'View', viewMore: 'VIEW MORE', regenerate: 'Regenerate', submit: 'Submit', skip: 'Skip', - format: 'Format', - more: 'More', }, errorMsg: { fieldRequired: '{{field}} is required', @@ -140,15 +126,12 @@ Custom: 'Custom', }, addMoreModel: 'Go to settings to add more models', - settingsLink: 'Model Provider Settings', - capabilities: 'MultiModal Capabilities', }, menus: { status: 'beta', explore: 'Explore', apps: 'Studio', plugins: 'Plugins', - exploreMarketplace: 'Explore Marketplace', pluginsTips: 'Integrate third-party plugins or create ChatGPT-compatible AI-Plugins.', datasets: 'Knowledge', datasetsTips: 'COMING SOON: Import your own text data or write data in real-time via Webhook for LLM context enhancement.', @@ -161,28 +144,16 @@ emailSupport: 'Email Support', workspace: 'Workspace', createWorkspace: 'Create Workspace', - helpCenter: 'Docs', - support: 'Support', - compliance: 'Compliance', + helpCenter: 'Help', communityFeedback: 'Feedback', roadmap: 'Roadmap', - github: 'GitHub', community: 'Community', about: 'About', logout: 'Log out', }, - compliance: { - soc2Type1: 'SOC 2 Type I Report', - soc2Type2: 'SOC 2 Type II Report', - iso27001: 'ISO 27001:2022 Certification', - gdpr: 'GDPR DPA', - sandboxUpgradeTooltip: 'Only available with a Professional or Team plan.', - professionalUpgradeTooltip: 'Only available with a Team plan or above.', - }, settings: { accountGroup: 'GENERAL', workplaceGroup: 'WORKSPACE', - generalGroup: 'GENERAL', account: 'My account', members: 'Members', billing: 'Billing', @@ -226,9 +197,6 @@ feedbackTitle: 'Feedback', feedbackLabel: 'Tell us why you deleted your account?', feedbackPlaceholder: 'Optional', - editWorkspaceInfo: 'Edit Workspace Info', - workspaceName: 'Workspace Name', - workspaceIcon: 'Workspace Icon', }, members: { team: 'Team', @@ -321,7 +289,6 @@ usedUp: 'Trial quota used up. Add own Model Provider.', useYourModel: 'Currently using own Model Provider.', close: 'Close', - trialQuotaTip: 'Your Anthropic trial quota will expire on 2025/03/17 and will no longer be available thereafter. Please make use of it in time.', }, anthropic: { using: 'The embedding capability is using', @@ -335,7 +302,7 @@ }, }, modelProvider: { - notConfigured: 'The system model has not yet been fully configured', + notConfigured: 'The system model has not yet been fully configured, and some functions may be unavailable.', systemModelSettings: 'System Model Settings', systemModelSettingsLink: 'Why is it necessary to set up a system model?', selectModel: 'Select your model', @@ -433,12 +400,6 @@ loadBalancingLeastKeyWarning: 'To enable load balancing at least 2 keys must be enabled.', loadBalancingInfo: 'By default, load balancing uses the Round-robin strategy. If rate limiting is triggered, a 1-minute cooldown period will be applied.', upgradeForLoadBalancing: 'Upgrade your plan to enable Load Balancing.', - toBeConfigured: 'To be configured', - configureTip: 'Set up api-key or add model to use', - installProvider: 'Install model providers', - discoverMore: 'Discover more in ', - emptyProviderTitle: 'Model provider not set up', - emptyProviderTip: 'Please install a model provider first.', }, dataSource: { add: 'Add a data source', @@ -482,7 +443,7 @@ apiBasedExtension: { title: 'API extensions provide centralized API management, simplifying configuration for easy use across Dify\'s applications.', link: 'Learn how to develop your own API Extension.', - linkUrl: 'https://docs.dify.ai/en/guides/extension/api-based-extension/README', + linkUrl: 'https://docs.dify.ai/features/extension/api_based_extension', add: 'Add API Extension', selector: { title: 'API Extension', @@ -518,7 +479,7 @@ overview: 'Monitoring', promptEng: 'Orchestrate', apiAccess: 'API Access', - logAndAnn: 'Logs & Annotations', + logAndAnn: 'Logs & Ann.', logs: 'Logs', }, environment: { @@ -568,9 +529,6 @@ hitScore: 'Retrieval Score:', }, inputPlaceholder: 'Talk to Bot', - thinking: 'Thinking...', - thought: 'Thought', - resend: 'Resend', }, promptEditor: { placeholder: 'Write your prompt word here, enter \'{\' to insert a variable, enter \'/\' to insert a prompt content block', @@ -660,11 +618,6 @@ }, pagination: { perPage: 'Items per page', - }, - imageInput: { - dropImageHere: 'Drop your image here, or', - browse: 'browse', - supportedFormats: 'Supports PNG, JPG, JPEG, WEBP and GIF', }, } -- Gitblit v1.8.0