[App Search, Crawler] Fix typo: falure -> failure (#120065)

This commit is contained in:
Orhan Toy 2021-12-01 15:28:49 +01:00 committed by GitHub
parent 78c24d7294
commit ae12131aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -79,7 +79,7 @@ const allFailureResultChanges: CrawlerDomainValidationResultChange = {
networkConnectivity: {
state: 'invalid',
message: i18n.translate(
'xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFalureMessage',
'xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFailureMessage',
{
defaultMessage:
'Unable to establish a network connection because the "Initial Validation" check failed.',
@ -89,7 +89,7 @@ const allFailureResultChanges: CrawlerDomainValidationResultChange = {
indexingRestrictions: {
state: 'invalid',
message: i18n.translate(
'xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsFalureMessage',
'xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsFailureMessage',
{
defaultMessage:
'Unable to determine indexing restrictions because the "Network Connectivity" check failed.',
@ -99,7 +99,7 @@ const allFailureResultChanges: CrawlerDomainValidationResultChange = {
contentVerification: {
state: 'invalid',
message: i18n.translate(
'xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationFalureMessage',
'xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationFailureMessage',
{
defaultMessage:
'Unable to verify content because the "Indexing Restrictions" check failed.',

View file

@ -8486,14 +8486,14 @@
"xpack.enterpriseSearch.appSearch.crawler.addDomainFlyout.description": "複数のドメインをこのエンジンのWebクローラーに追加できます。ここで別のドメインを追加して、[管理]ページからエントリポイントとクロールルールを変更します。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainFlyout.openButtonLabel": "ドメインを追加",
"xpack.enterpriseSearch.appSearch.crawler.addDomainFlyout.title": "新しいドメインを追加",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationFalureMessage": "[インデックス制限]チェックが失敗したため、コンテンツを検証できません。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationFailureMessage": "[インデックス制限]チェックが失敗したため、コンテンツを検証できません。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationLabel": "コンテンツ検証",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.entryPointLabel": "Webクローラーエントリポイントが{entryPointValue}として設定されました",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.errorsTitle": "何か問題が発生しましたエラーを解決して、再試行してください。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsFalureMessage": "[ネットワーク接続]チェックが失敗したため、インデックス制限を判定できません。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsFailureMessage": "[ネットワーク接続]チェックが失敗したため、インデックス制限を判定できません。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsLabel": "インデックスの制約",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.initialVaidationLabel": "初期検証",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFalureMessage": "[初期検証]チェックが失敗したため、ネットワーク接続を確立できません。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFailureMessage": "[初期検証]チェックが失敗したため、ネットワーク接続を確立できません。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityLabel": "ネットワーク接続",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.submitButtonLabel": "ドメインを追加",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.testUrlButtonLabel": "ブラウザーでURLをテスト",

View file

@ -8561,14 +8561,14 @@
"xpack.enterpriseSearch.appSearch.crawler.addDomainFlyout.description": "可以将多个域添加到此引擎的网络爬虫。在此添加其他域并从“管理”页面修改入口点和爬网规则。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainFlyout.openButtonLabel": "添加域",
"xpack.enterpriseSearch.appSearch.crawler.addDomainFlyout.title": "添加新域",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationFalureMessage": "因为“索引限制”检查失败,所以无法验证内容。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationFailureMessage": "因为“索引限制”检查失败,所以无法验证内容。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.contentVerificationLabel": "内容验证",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.entryPointLabel": "网络爬虫入口点已设置为 {entryPointValue}",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.errorsTitle": "出问题了。请解决这些错误,然后重试。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsFalureMessage": "无法确定索引限制,因为“网络连接性”检查失败。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsFailureMessage": "无法确定索引限制,因为“网络连接性”检查失败。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.indexingRestrictionsLabel": "索引限制",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.initialVaidationLabel": "初始验证",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFalureMessage": "无法建立网络连接,因为“初始验证”检查失败。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFailureMessage": "无法建立网络连接,因为“初始验证”检查失败。",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityLabel": "网络连接性",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.submitButtonLabel": "添加域",
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.testUrlButtonLabel": "在浏览器中测试 URL",