fix: i18n for data source internal configuration fields (#17217)

This commit is contained in:
euvre
2026-07-22 16:13:20 +08:00
committed by GitHub
parent dabe426c36
commit 21e5f00a53
10 changed files with 849 additions and 321 deletions

View File

@@ -18,6 +18,8 @@ export default {
rename: 'Rename',
name: 'Name',
save: 'Save',
stop: 'Stop',
resume: 'Resume',
namePlaceholder: 'Please input name',
descriptionPlaceholder: 'Enter description',
next: 'Next',
@@ -1268,6 +1270,231 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
configureModelTitle: 'Configure model',
connectorNameTip: 'A descriptive name for the connector',
syncDeletedFiles: 'Sync deleted files',
// Data source form field labels
dataSourceFieldName: 'Name',
dataSourceFieldSource: 'Source',
dataSourceFieldTenantId: 'Tenant ID',
dataSourceFieldClientId: 'Client ID',
dataSourceFieldClientSecret: 'Client Secret',
dataSourceFieldFolderPathOptional: 'Folder Path (optional)',
dataSourceFieldBatchSize: 'Batch Size',
dataSourceFieldMailFolder: 'Mail Folder',
dataSourceFieldMailboxUserIds: 'Mailbox User IDs (optional)',
dataSourceFieldInstanceUrl: 'Instance URL',
dataSourceFieldObjects: 'Objects',
dataSourceFieldApiVersion: 'API Version',
dataSourceFieldAuthMode: 'Auth Mode',
dataSourceFieldAccountName: 'Account Name',
dataSourceFieldAccountKey: 'Account Key',
dataSourceFieldConnectionString: 'Connection String',
dataSourceFieldContainerUrl: 'Container URL',
dataSourceFieldSasToken: 'SAS Token',
dataSourceFieldContainerName: 'Container Name',
dataSourceFieldPrefixOptional: 'Prefix (optional)',
dataSourceFieldFeedUrl: 'Feed URL',
dataSourceFieldGcsAccessKeyId: 'GCS Access Key ID',
dataSourceFieldGcsSecretAccessKey: 'GCS Secret Access Key',
dataSourceFieldBucketName: 'Bucket Name',
dataSourceFieldOciNamespace: 'OCI Namespace',
dataSourceFieldOciRegion: 'OCI Region',
dataSourceFieldOciAccessKeyId: 'OCI Access Key ID',
dataSourceFieldOciSecretAccessKey: 'OCI Secret Access Key',
dataSourceFieldR2AccountId: 'R2 Account ID',
dataSourceFieldR2AccessKeyId: 'R2 Access Key ID',
dataSourceFieldR2SecretAccessKey: 'R2 Secret Access Key',
dataSourceFieldNotionIntegrationToken: 'Notion Integration Token',
dataSourceFieldRootPageId: 'Root Page Id',
dataSourceFieldDiscordBotToken: 'Discord Bot Token',
dataSourceFieldServerIds: 'Server IDs',
dataSourceFieldChannels: 'Channels',
dataSourceFieldPrimaryAdminEmail: 'Primary Admin Email',
dataSourceFieldOauthTokenJson: 'OAuth Token JSON',
dataSourceFieldMyDriveEmails: 'My Drive Emails',
dataSourceFieldSharedFolderUrls: 'Shared Folder URLs',
dataSourceFieldMoodleUrl: 'Moodle URL',
dataSourceFieldApiToken: 'API Token',
dataSourceFieldSlackBotToken: 'Slack Bot Token',
dataSourceFieldSiteUrl: 'Site URL',
dataSourceFieldWebdavServerUrl: 'WebDAV Server URL',
dataSourceFieldUsername: 'Username',
dataSourceFieldPassword: 'Password',
dataSourceFieldRemotePath: 'Remote Path',
dataSourceFieldAccessToken: 'Access Token',
dataSourceFieldBoxOauthConfiguration: 'Box OAuth Configuration',
dataSourceFieldFolderId: 'Folder ID',
dataSourceFieldBaseId: 'Base ID',
dataSourceFieldTableNameOrId: 'Table Name OR ID',
dataSourceFieldOperatorId: 'Operator ID',
dataSourceFieldProjectOwner: 'Project Owner',
dataSourceFieldProjectName: 'Project Name',
dataSourceFieldGitlabPersonalAccessToken: 'GitLab Personal Access Token',
dataSourceFieldGitlabUrl: 'GitLab URL',
dataSourceFieldIncludeIssues: 'Include Issues',
dataSourceFieldWorkspaceId: 'Workspace ID',
dataSourceFieldProjectIds: 'Project IDs',
dataSourceFieldTeamId: 'Team ID',
dataSourceFieldRepositoryOwner: 'Repository Owner',
dataSourceFieldRepositoryName: 'Repository Name',
dataSourceFieldGithubAccessToken: 'GitHub Access Token',
dataSourceFieldHost: 'Host',
dataSourceFieldPort: 'Port',
dataSourceFieldMailboxes: 'Mailboxes',
dataSourceFieldPollRange: 'Poll Range',
dataSourceFieldZendeskDomain: 'Zendesk Domain',
dataSourceFieldZendeskEmail: 'Zendesk Email',
dataSourceFieldZendeskToken: 'Zendesk Token',
dataSourceFieldContent: 'Content',
dataSourceFieldDatabase: 'Database',
dataSourceFieldSqlQuery: 'SQL Query',
dataSourceFieldContentColumns: 'Content Columns',
dataSourceFieldMetadataColumns: 'Metadata Columns',
dataSourceFieldIdColumn: 'ID Column',
dataSourceFieldTimestampColumn: 'Timestamp Column',
dataSourceFieldProjectId: 'Project ID',
dataSourceFieldLocation: 'Location',
dataSourceFieldServiceAccountJson: 'Service Account JSON',
dataSourceFieldDatasetId: 'Dataset ID',
dataSourceFieldTableId: 'Table ID',
dataSourceFieldMaxBytesBilled: 'Max Bytes Billed',
dataSourceFieldJobTimeout: 'Job Timeout (ms)',
dataSourceFieldPageSize: 'Page Size',
dataSourceFieldUseQueryCache: 'Use Query Cache',
dataSourceFieldBaseUrl: 'Base URL',
dataSourceFieldHttpMethod: 'HTTP Method',
dataSourceFieldQueryParameters: 'Query Parameters',
dataSourceFieldItemsPath: 'Items Path',
dataSourceFieldIdField: 'ID Field',
dataSourceFieldAuthType: 'Auth Type',
dataSourceFieldApiKeyHeaderName: 'API Key Header Name',
dataSourceFieldApiKeyValue: 'API Key Value',
dataSourceFieldBearerToken: 'Bearer Token',
dataSourceFieldContentFields: 'Content Fields',
dataSourceFieldMetadataFields: 'Metadata Fields',
dataSourceFieldPaginationType: 'Pagination Type',
dataSourceFieldStartPage: 'Start Page',
dataSourceFieldOffsetParam: 'Offset Param',
dataSourceFieldStartOffset: 'Start Offset',
dataSourceFieldCursorParam: 'Cursor Param',
dataSourceFieldNextCursorJsonpath: 'Next Cursor JSONPath',
dataSourceFieldAdvancedSettings: 'Advanced Settings',
dataSourceFieldCustomHeaders: 'Custom Headers (JSON)',
dataSourceFieldLimitParam: 'Limit Param',
dataSourceFieldInitialCursor: 'Initial Cursor',
dataSourceFieldMaxPages: 'Max Pages',
dataSourceFieldRequestDelay: 'Request Delay (seconds)',
dataSourceFieldPollTimestampField: 'Poll Timestamp Field',
dataSourceFieldRequestBody: 'Request Body (POST) JSON',
dataSourceFieldConfluenceUsername: 'Confluence Username',
dataSourceFieldConfluenceAccessToken: 'Confluence Access Token',
dataSourceFieldWikiBaseUrl: 'Wiki Base URL',
dataSourceFieldIsCloud: 'Is Cloud',
dataSourceFieldIndexMode: 'Index Mode',
dataSourceFieldPageId: 'Page ID',
dataSourceFieldSpaceKey: 'Space Key',
dataSourceFieldIndexRecursively: 'Index Recursively',
dataSourceFieldJiraUserEmail: 'Jira User Email',
dataSourceFieldJiraUsername: 'Jira Username',
dataSourceFieldJiraBaseUrl: 'Jira Base URL',
dataSourceFieldProjectKey: 'Project Key',
dataSourceFieldCustomJql: 'Custom JQL',
dataSourceFieldAttachmentSizeLimit: 'Attachment Size Limit (bytes)',
dataSourceFieldLabelsToSkip: 'Labels to Skip',
dataSourceFieldCommentEmailBlacklist: 'Comment Email Blacklist',
dataSourceFieldIncludeComments: 'Include Comments',
dataSourceFieldIncludeAttachments: 'Include Attachments',
dataSourceFieldMode: 'Mode',
dataSourceFieldJiraApiToken: 'Jira API Token',
dataSourceFieldJiraPassword: 'Jira Password',
dataSourceFieldUseScopedToken: 'Use Scoped Token',
dataSourceFieldRegion: 'Region',
dataSourceFieldPrefix: 'Prefix',
dataSourceFieldAuthentication: 'Authentication',
dataSourceFieldAwsAccessKeyId: 'AWS Access Key ID',
dataSourceFieldAwsSecretAccessKey: 'AWS Secret Access Key',
dataSourceFieldRoleArn: 'Role ARN',
dataSourceFieldAddressingStyle: 'Addressing Style',
dataSourceFieldEndpointUrl: 'Endpoint URL',
dataSourceFieldSeafileServerUrl: 'SeaFile Server URL',
dataSourceFieldSyncScope: 'Sync Scope',
dataSourceFieldAccountApiToken: 'Account API Token',
dataSourceFieldIncludeSharedLibraries: 'Include Shared Libraries',
dataSourceFieldLibraryToken: 'Library Token',
dataSourceFieldLibraryId: 'Library ID',
dataSourceFieldDirectoryPath: 'Directory Path',
dataSourceFieldBitbucketAccountEmail: 'Bitbucket Account Email',
dataSourceFieldBitbucketApiToken: 'Bitbucket API Token',
dataSourceFieldWorkspace: 'Workspace',
dataSourceFieldRepositorySlugs: 'Repository Slugs',
dataSourceFieldProjects: 'Projects',
dataSourceIncludePullRequests: 'Include Pull Requests',
dataSourceIncludeMergeRequests: 'Include Merge Requests',
dataSourceIncludeIssues: 'Include Issues',
dataSourceIncludeCodeFiles: 'Include Code Files',
// Data source form options
dataSourceOptionAccountKey: 'Account Key',
dataSourceOptionConnectionString: 'Connection String',
dataSourceOptionSasToken: 'SAS Token',
dataSourceOptionArticles: 'Articles',
dataSourceOptionTickets: 'Tickets',
dataSourceOptionNone: 'None',
dataSourceOptionApiKeyHeader: 'API Key (Header)',
dataSourceOptionBearerToken: 'Bearer Token',
dataSourceOptionBasicAuth: 'Basic Auth',
dataSourceOptionPage: 'Page',
dataSourceOptionOffset: 'Offset',
dataSourceOptionCursor: 'Cursor',
dataSourceOptionEverything: 'Everything',
dataSourceOptionSpace: 'Space',
dataSourceOptionCloud: 'Cloud',
dataSourceOptionServer: 'Server',
dataSourceOptionS3Compatible: 'S3 Compatible',
dataSourceOptionAccessKey: 'Access Key',
dataSourceOptionIamRole: 'IAM Role',
dataSourceOptionAssumeRole: 'Assume Role',
dataSourceOptionVirtualHostedStyle: 'Virtual Hosted Style',
dataSourceOptionPathStyle: 'Path Style',
dataSourceOptionEntireAccount: 'Entire Account',
dataSourceOptionSingleLibrary: 'Single Library',
dataSourceOptionSpecificDirectory: 'Specific Directory',
dataSourceOptionRepositories: 'Repositories',
dataSourceOptionProjects: 'Projects',
dataSourceOptionWorkspace: 'Workspace',
// Data source validation messages
dataSourceValidationFieldRequired: '{{label}} is required',
dataSourceValidationMinOne: '{{label}} must be at least 1',
dataSourceConfluenceEverythingTip:
'This choice will index all pages the provided credentials have access to.',
dataSourceS3AssumeRoleTip:
'No credentials required. Uses the default environment role.',
dataSourceS3RoleArnTip:
'The role will be assumed by the runtime environment.',
dataSourceS3RegionRequired: 'Region is required when using access key',
dataSourceAzureAccountNameRequired:
'Account name is required for account key auth',
dataSourceAzureAccountKeyRequired:
'Account key is required for account key auth',
dataSourceAzureConnectionStringRequired:
'Connection string is required for connection string auth',
dataSourceAzureContainerUrlRequired:
'Container URL is required for SAS token auth',
dataSourceAzureSasTokenRequired:
'SAS token is required for SAS token auth',
dataSourceAzureContainerNameRequired:
'Container name is required for this auth mode',
dataSourceBigqueryDatasetIdRequired:
'Dataset ID is required when not using a custom SQL Query',
dataSourceBigqueryTableIdRequired:
'Table ID is required when not using a custom SQL Query',
dataSourceBigqueryQueryRequired:
'Provide a SQL Query, or both Dataset ID and Table ID',
dataSourceSalesforceInstanceUrlInvalid:
'Must be a valid Salesforce domain (https://...salesforce.com)',
dataSourceSalesforceApiVersionInvalid:
'API version must match format like v59.0',
// Data source detail page labels
dataSourcePruneFreq: 'Prune Freq',
dataSourceRefreshFreq: 'Refresh Freq',
dataSourceTimeoutSecs: 'Timeout Secs',
confluenceIsCloudTip:
'Check if this is a Confluence Cloud instance, uncheck for Confluence Server/Data Center',
confluenceWikiBaseUrlTip:

View File

@@ -18,6 +18,8 @@ export default {
rename: '重命名',
name: '名称',
save: '保存',
stop: '停止',
resume: '恢复',
namePlaceholder: '请输入名称',
descriptionPlaceholder: '请输入描述',
next: '下一步',
@@ -1259,6 +1261,225 @@ NER使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
'用英文逗号分隔的仓库 slug例如repo-one,repo-two',
connectorNameTip: '为连接器命名',
syncDeletedFiles: '同步删除文件',
// Data source form field labels
dataSourceFieldName: '名称',
dataSourceFieldSource: '数据源',
dataSourceFieldTenantId: '租户 ID',
dataSourceFieldClientId: '客户端 ID',
dataSourceFieldClientSecret: '客户端密钥',
dataSourceFieldFolderPathOptional: '文件夹路径(可选)',
dataSourceFieldBatchSize: '批量大小',
dataSourceFieldMailFolder: '邮件文件夹',
dataSourceFieldMailboxUserIds: '邮箱用户 ID可选',
dataSourceFieldInstanceUrl: '实例 URL',
dataSourceFieldObjects: '对象',
dataSourceFieldApiVersion: 'API 版本',
dataSourceFieldAuthMode: '认证模式',
dataSourceFieldAccountName: '账户名称',
dataSourceFieldAccountKey: '账户密钥',
dataSourceFieldConnectionString: '连接字符串',
dataSourceFieldContainerUrl: '容器 URL',
dataSourceFieldSasToken: 'SAS 令牌',
dataSourceFieldContainerName: '容器名称',
dataSourceFieldPrefixOptional: '前缀(可选)',
dataSourceFieldFeedUrl: '订阅源 URL',
dataSourceFieldGcsAccessKeyId: 'GCS 访问密钥 ID',
dataSourceFieldGcsSecretAccessKey: 'GCS 访问密钥',
dataSourceFieldBucketName: '存储桶名称',
dataSourceFieldOciNamespace: 'OCI 命名空间',
dataSourceFieldOciRegion: 'OCI 区域',
dataSourceFieldOciAccessKeyId: 'OCI 访问密钥 ID',
dataSourceFieldOciSecretAccessKey: 'OCI 访问密钥',
dataSourceFieldR2AccountId: 'R2 账户 ID',
dataSourceFieldR2AccessKeyId: 'R2 访问密钥 ID',
dataSourceFieldR2SecretAccessKey: 'R2 访问密钥',
dataSourceFieldNotionIntegrationToken: 'Notion 集成令牌',
dataSourceFieldRootPageId: '根页面 ID',
dataSourceFieldDiscordBotToken: 'Discord 机器人令牌',
dataSourceFieldServerIds: '服务器 ID',
dataSourceFieldChannels: '频道',
dataSourceFieldPrimaryAdminEmail: '主管理员邮箱',
dataSourceFieldOauthTokenJson: 'OAuth 令牌 JSON',
dataSourceFieldMyDriveEmails: '我的云端硬盘邮箱',
dataSourceFieldSharedFolderUrls: '共享文件夹 URL',
dataSourceFieldMoodleUrl: 'Moodle URL',
dataSourceFieldApiToken: 'API 令牌',
dataSourceFieldSlackBotToken: 'Slack 机器人令牌',
dataSourceFieldSiteUrl: '站点 URL',
dataSourceFieldWebdavServerUrl: 'WebDAV 服务器 URL',
dataSourceFieldUsername: '用户名',
dataSourceFieldPassword: '密码',
dataSourceFieldRemotePath: '远程路径',
dataSourceFieldAccessToken: '访问令牌',
dataSourceFieldBoxOauthConfiguration: 'Box OAuth 配置',
dataSourceFieldFolderId: '文件夹 ID',
dataSourceFieldBaseId: 'Base ID',
dataSourceFieldTableNameOrId: '表名称或 ID',
dataSourceFieldOperatorId: '操作员 ID',
dataSourceFieldProjectOwner: '项目所有者',
dataSourceFieldProjectName: '项目名称',
dataSourceFieldGitlabPersonalAccessToken: 'GitLab 个人访问令牌',
dataSourceFieldGitlabUrl: 'GitLab URL',
dataSourceFieldIncludeIssues: '包含 Issues',
dataSourceFieldWorkspaceId: '工作区 ID',
dataSourceFieldProjectIds: '项目 ID',
dataSourceFieldTeamId: '团队 ID',
dataSourceFieldRepositoryOwner: '仓库所有者',
dataSourceFieldRepositoryName: '仓库名称',
dataSourceFieldGithubAccessToken: 'GitHub 访问令牌',
dataSourceFieldHost: '主机',
dataSourceFieldPort: '端口',
dataSourceFieldMailboxes: '邮箱',
dataSourceFieldPollRange: '轮询范围',
dataSourceFieldZendeskDomain: 'Zendesk 域名',
dataSourceFieldZendeskEmail: 'Zendesk 邮箱',
dataSourceFieldZendeskToken: 'Zendesk 令牌',
dataSourceFieldContent: '内容',
dataSourceFieldDatabase: '数据库',
dataSourceFieldSqlQuery: 'SQL 查询',
dataSourceFieldContentColumns: '内容列',
dataSourceFieldMetadataColumns: '元数据列',
dataSourceFieldIdColumn: 'ID 列',
dataSourceFieldTimestampColumn: '时间戳列',
dataSourceFieldProjectId: '项目 ID',
dataSourceFieldLocation: '位置',
dataSourceFieldServiceAccountJson: '服务账号 JSON',
dataSourceFieldDatasetId: '数据集 ID',
dataSourceFieldTableId: '表 ID',
dataSourceFieldMaxBytesBilled: '最大计费字节数',
dataSourceFieldJobTimeout: '作业超时时间(毫秒)',
dataSourceFieldPageSize: '每页大小',
dataSourceFieldUseQueryCache: '使用查询缓存',
dataSourceFieldBaseUrl: '基础 URL',
dataSourceFieldHttpMethod: 'HTTP 方法',
dataSourceFieldQueryParameters: '查询参数',
dataSourceFieldItemsPath: '数据项路径',
dataSourceFieldIdField: 'ID 字段',
dataSourceFieldAuthType: '认证类型',
dataSourceFieldApiKeyHeaderName: 'API Key 请求头名称',
dataSourceFieldApiKeyValue: 'API Key 值',
dataSourceFieldBearerToken: 'Bearer 令牌',
dataSourceFieldContentFields: '内容字段',
dataSourceFieldMetadataFields: '元数据字段',
dataSourceFieldPaginationType: '分页类型',
dataSourceFieldStartPage: '起始页',
dataSourceFieldOffsetParam: 'Offset 参数',
dataSourceFieldStartOffset: '起始偏移量',
dataSourceFieldCursorParam: '游标参数',
dataSourceFieldNextCursorJsonpath: '下一游标 JSONPath',
dataSourceFieldAdvancedSettings: '高级设置',
dataSourceFieldCustomHeaders: '自定义请求头JSON',
dataSourceFieldLimitParam: 'Limit 参数',
dataSourceFieldInitialCursor: '初始游标',
dataSourceFieldMaxPages: '最大页数',
dataSourceFieldRequestDelay: '请求延迟(秒)',
dataSourceFieldPollTimestampField: '轮询时间戳字段',
dataSourceFieldRequestBody: '请求体POSTJSON',
dataSourceFieldConfluenceUsername: 'Confluence 用户名',
dataSourceFieldConfluenceAccessToken: 'Confluence 访问令牌',
dataSourceFieldWikiBaseUrl: 'Wiki 基础 URL',
dataSourceFieldIsCloud: '是否为云版本',
dataSourceFieldIndexMode: '索引模式',
dataSourceFieldPageId: '页面 ID',
dataSourceFieldSpaceKey: '空间标识Space Key',
dataSourceFieldIndexRecursively: '递归索引',
dataSourceFieldJiraUserEmail: 'Jira 用户邮箱',
dataSourceFieldJiraUsername: 'Jira 用户名',
dataSourceFieldJiraBaseUrl: 'Jira 基础 URL',
dataSourceFieldProjectKey: '项目标识Project Key',
dataSourceFieldCustomJql: '自定义 JQL',
dataSourceFieldAttachmentSizeLimit: '附件大小限制(字节)',
dataSourceFieldLabelsToSkip: '跳过的标签',
dataSourceFieldCommentEmailBlacklist: '评论邮箱黑名单',
dataSourceFieldIncludeComments: '包含评论',
dataSourceFieldIncludeAttachments: '包含附件',
dataSourceFieldMode: '模式',
dataSourceFieldJiraApiToken: 'Jira API 令牌',
dataSourceFieldJiraPassword: 'Jira 密码',
dataSourceFieldUseScopedToken: '使用受限令牌Scoped Token',
dataSourceFieldRegion: '区域',
dataSourceFieldPrefix: '前缀',
dataSourceFieldAuthentication: '认证方式',
dataSourceFieldAwsAccessKeyId: 'AWS Access Key ID',
dataSourceFieldAwsSecretAccessKey: 'AWS Secret Access Key',
dataSourceFieldRoleArn: 'Role ARN',
dataSourceFieldAddressingStyle: '寻址方式',
dataSourceFieldEndpointUrl: 'Endpoint URL',
dataSourceFieldSeafileServerUrl: 'SeaFile 服务器 URL',
dataSourceFieldSyncScope: '同步范围',
dataSourceFieldAccountApiToken: '账户 API 令牌',
dataSourceFieldIncludeSharedLibraries: '包含共享资料库',
dataSourceFieldLibraryToken: '资料库令牌',
dataSourceFieldLibraryId: '资料库 ID',
dataSourceFieldDirectoryPath: '目录路径',
dataSourceFieldBitbucketAccountEmail: 'Bitbucket 账户邮箱',
dataSourceFieldBitbucketApiToken: 'Bitbucket API 令牌',
dataSourceFieldWorkspace: '工作区',
dataSourceFieldRepositorySlugs: '仓库 Slugs',
dataSourceFieldProjects: '项目',
dataSourceIncludePullRequests: '包含 Pull Requests',
dataSourceIncludeMergeRequests: '包含合并请求MR',
dataSourceIncludeIssues: '包含 Issues',
dataSourceIncludeCodeFiles: '包含代码文件',
// Data source form options
dataSourceOptionAccountKey: '账户密钥',
dataSourceOptionConnectionString: '连接字符串',
dataSourceOptionSasToken: 'SAS 令牌',
dataSourceOptionArticles: '文章',
dataSourceOptionTickets: '工单',
dataSourceOptionNone: '无',
dataSourceOptionApiKeyHeader: 'API Key请求头',
dataSourceOptionBearerToken: 'Bearer 令牌',
dataSourceOptionBasicAuth: 'Basic 认证',
dataSourceOptionPage: '页码',
dataSourceOptionOffset: '偏移量',
dataSourceOptionCursor: '游标',
dataSourceOptionEverything: '全部',
dataSourceOptionSpace: '空间',
dataSourceOptionCloud: '云版本',
dataSourceOptionServer: '服务器版',
dataSourceOptionS3Compatible: 'S3 兼容',
dataSourceOptionAccessKey: '访问密钥',
dataSourceOptionIamRole: 'IAM 角色',
dataSourceOptionAssumeRole: 'Assume Role',
dataSourceOptionVirtualHostedStyle: '虚拟主机方式',
dataSourceOptionPathStyle: '路径方式',
dataSourceOptionEntireAccount: '整个账户',
dataSourceOptionSingleLibrary: '单个资料库',
dataSourceOptionSpecificDirectory: '指定目录',
dataSourceOptionRepositories: '仓库',
dataSourceOptionProjects: '项目',
dataSourceOptionWorkspace: '工作区',
// Data source validation messages
dataSourceValidationFieldRequired: '{{label}}为必填项',
dataSourceValidationMinOne: '{{label}}至少为 1',
dataSourceConfluenceEverythingTip:
'该选项将索引所提供凭据有权访问的所有页面。',
dataSourceS3AssumeRoleTip: '无需提供凭据,将使用运行环境的默认角色。',
dataSourceS3RoleArnTip: '该角色将由运行环境扮演。',
dataSourceS3RegionRequired: '使用访问密钥时区域为必填项',
dataSourceAzureAccountNameRequired:
'使用账户密钥认证时,账户名称为必填项',
dataSourceAzureAccountKeyRequired: '使用账户密钥认证时,账户密钥为必填项',
dataSourceAzureConnectionStringRequired:
'使用连接字符串认证时,连接字符串为必填项',
dataSourceAzureContainerUrlRequired:
'使用 SAS 令牌认证时,容器 URL 为必填项',
dataSourceAzureSasTokenRequired: '使用 SAS 令牌认证时SAS 令牌为必填项',
dataSourceAzureContainerNameRequired: '在此认证模式下,容器名称为必填项',
dataSourceBigqueryDatasetIdRequired:
'未使用自定义 SQL 查询时,数据集 ID 为必填项',
dataSourceBigqueryTableIdRequired:
'未使用自定义 SQL 查询时,表 ID 为必填项',
dataSourceBigqueryQueryRequired:
'请提供 SQL 查询,或同时提供数据集 ID 和表 ID',
dataSourceSalesforceInstanceUrlInvalid:
'必须为合法的 Salesforce 域名 (https://...salesforce.com)',
dataSourceSalesforceApiVersionInvalid: 'API 版本格式必须如 v59.0',
// Data source detail page labels
dataSourcePruneFreq: '清理间隔',
dataSourceRefreshFreq: '刷新间隔',
dataSourceTimeoutSecs: '超时时间(秒)',
githubDescription:
'连接 GitHub可同步 Pull Request 与 Issue 内容用于检索。',
airtableDescription: '连接 Airtable同步指定工作区下指定表格中的文件。',