Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
efegurkan committed Apr 18, 2024
1 parent 3ab55c7 commit 8751e7c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
9 changes: 3 additions & 6 deletions packages/kbn-search-connectors/types/native_connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,9 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record<string, NativeConnector | unde
order: 1,
required: false,
sensitive: false,
tooltip: i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.nativeConnectors.box.pathTooltip',
{
defaultMessage: 'Path is ignored when Advanced Sync Rules are used. ',
}
),
tooltip: i18n.translate('searchConnectors.nativeConnectors.box.pathTooltip', {
defaultMessage: 'Path is ignored when Advanced Sync Rules are used. ',
}),
type: FieldType.STRING,
ui_restrictions: [],
validations: [],
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -5620,7 +5620,6 @@
"searchConnectors.nativeConnectors.databaseLabel": "Base de données",
"searchConnectors.nativeConnectors.dropbox.name": "Dropbox",
"searchConnectors.nativeConnectors.enableDLS.label": "Activer la sécurité au niveau du document",
"searchConnectors.nativeConnectors.enableDLS.tooltip": "La sécurité au niveau du document préserve dans Elasticsearch les identités et permissions paramétrées dans Google Drive. Vous pouvez ainsi restreindre et personnaliser l'accès en lecture des utilisateurs et des groupes pour les documents dans cet index. La synchronisation de contrôle d'accès garantit que ces métadonnées sont correctement actualisées dans vos documents Elasticsearch.",
"searchConnectors.nativeConnectors.enableSSL.label": "Activer SSL",
"searchConnectors.nativeConnectors.gdrive.label": "Compte de service JSON Google Drive",
"searchConnectors.nativeConnectors.gdrive.maxHTTPRequest.label": "Requêtes HTTP simultanées maximales",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -5613,7 +5613,6 @@
"searchConnectors.nativeConnectors.databaseLabel": "データベース",
"searchConnectors.nativeConnectors.dropbox.name": "Dropbox",
"searchConnectors.nativeConnectors.enableDLS.label": "ドキュメントレベルのセキュリティを有効化",
"searchConnectors.nativeConnectors.enableDLS.tooltip": "ドキュメントレベルのセキュリティにより、Google Driveで設定されたIDと権限がElasticsearchでも維持されます。これにより、このインデックス内のドキュメントに対するユーザーやグループの読み取りアクセスを制限し、パーソナライズすることができます。アクセス制御の同期により、Elasticsearchドキュメント内のメタデータは常に最新の状態に保たれます。",
"searchConnectors.nativeConnectors.enableSSL.label": "SSLを有効にする",
"searchConnectors.nativeConnectors.gdrive.label": "Google DriveサービスアカウントJSON",
"searchConnectors.nativeConnectors.gdrive.maxHTTPRequest.label": "最大同時HTTPリクエスト数",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -5624,7 +5624,6 @@
"searchConnectors.nativeConnectors.databaseLabel": "数据库",
"searchConnectors.nativeConnectors.dropbox.name": "Dropbox",
"searchConnectors.nativeConnectors.enableDLS.label": "启用文档级别安全性",
"searchConnectors.nativeConnectors.enableDLS.tooltip": "文档级别安全性确保在 Elasticsearch 中维护在 Google 云端硬盘中设置的身份和权限。这样,您就可以限制用户和组对此索引中的文档具有的读取访问权限并对其进行个性化。访问控制同步将确保此元数据在 Elasticsearch 文档中保持最新。",
"searchConnectors.nativeConnectors.enableSSL.label": "启用 SSL",
"searchConnectors.nativeConnectors.gdrive.label": "Google 云端硬盘服务帐户 JSON",
"searchConnectors.nativeConnectors.gdrive.maxHTTPRequest.label": "最大并发 HTTP 请求数",
Expand Down

0 comments on commit 8751e7c

Please sign in to comment.