Skip to content

Commit

Permalink
chore: add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-docs-eng-opensource-bot committed Oct 25, 2024
1 parent 6a67bd1 commit 7ed42e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\{ "smartling" : \{ "translate\_paths" : \[ \{ "path" : "title" }, \{ "path" : "metaDescription" }, \{ "path" : "appInfo/label" }, \{ "path" : "appInfo/placeholder" }, \{ "path" : "appInfo/placeholder" }, \{ "path" : "appInfo/options/displayName" }] }, "agentName" : "cassandra", "agentType" : "integration", "title" : "Cassandra monitoreo integracion", "metaDescription" : "Instalar la integración de Cassandra", "introFilePath" : "src/install/cassandra/intro.mdx", "redirects" : \["/docs/infrastructure/host-integrations/host-integrations-list/cassandra-monitoring-integration"], "appInfo" : \[ \{ "optionType" : "dropdown1", "label" : "", "placeholder" : "Seleccione su entorno", "options" : \[ \{ "value" : "linux", "displayName" : "Linux", "logo" : "linux" }, \{ "value" : "ecs", "displayName" : "ECS", "logo" : "amazonECS" }, \{ "value" : "kubernetes", "displayName" : "Kubernetes", "logo" : "k8" }] }, \{ "optionType" : "deployment", "label" : "Elija su ruta de instalación", "placeholder" : "Elige uno:", "options" : \[ \{ "value" : "apt", "displayName" : "Instalar usando Apt (Debian, Ubuntu)" }, \{ "value" : "yum", "logo" : "linux", "displayName" : "Instalar usando Yum (Amazon Linux, CentOS, RHEL)" }, \{ "value" : "zypper", "displayName" : "Instalar usando Zypper (SLES)" }, \{ "value" : "tar", "displayName" : "Instalar desde tarball (otras distribuciones de Linux)", "logo" : "linux" }] }], "steps" : \[ \{ "filePath" : "src/install/cassandra/guided.mdx" }, \{ "filePath" : "src/install/cassandra/default-requirements.mdx", "overrides" : \[ \{ "filePath" : "src/install/cassandra/ecs/requirements-ecs.mdx", "selectedOptions" : \[ \{ "optionType" : "dropdown1", "options" : \[ \{ "value" : "ecs" }] }] }, \{ "filePath" : "src/install/cassandra/kubernetes/requirements-k8s.mdx", "selectedOptions" : \[ \{ "optionType" : "dropdown1", "options" : \[ \{ "value" : "kubernetes" }] }] }, \{ "filePath" : "src/install/cassandra/linux/requirements-linux.mdx", "selectedOptions" : \[ \{ "optionType" : "dropdown1", "options" : \[ \{ "value" : "linux" }] }] }] }, \{ "filePath" : "src/install/cassandra/install-infra.mdx" }, \{ "filePath" : "src/install/cassandra/linux/install-apt.mdx", "overrides" : \[ \{ "filePath" : "src/install/cassandra/linux/install-apt.mdx", "selectedOptions" : \[ \{ "optionType" : "deployment", "options" : \[ \{ "value" : "apt" }] }] }, \{ "filePath" : "src/install/cassandra/linux/install-yum.mdx", "selectedOptions" : \[ \{ "optionType" : "deployment", "options" : \[ \{ "value" : "yum" }] }] }, \{ "filePath" : "src/install/cassandra/linux/install-tarball.mdx", "selectedOptions" : \[ \{ "optionType" : "deployment", "options" : \[ \{ "value" : "tar" }] }] }, \{ "filePath" : "src/install/cassandra/linux/install-zypper.mdx", "selectedOptions" : \[ \{ "optionType" : "deployment", "options" : \[ \{ "value" : "zypper" }] }] }] }, \{ "filePath" : "src/install/cassandra/linux/install-linux.mdx", "overrides" : \[ \{ "filePath" : "src/install/cassandra/linux/install-linux.mdx", "selectedOptions" : \[ \{ "optionType" : "dropdown1", "options" : \[ \{ "value" : "linux" }] }] }, \{ "filePath" : "src/install/cassandra/ecs/install-ecs.mdx", "selectedOptions" : \[ \{ "optionType" : "dropdown1", "options" : \[ \{ "value" : "ecs" }] }] }, \{ "filePath" : "src/install/cassandra/kubernetes/install-k8s.mdx", "selectedOptions" : \[ \{ "optionType" : "dropdown1", "options" : \[ \{ "value" : "kubernetes" }] }] }] }, \{ "filePath" : "src/install/cassandra/find-data.mdx" }], "whatsNextFilePath" : "src/install/cassandra/whatsNext.mdx" }
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,8 @@ translationType: machine
<Collapser id="upgrade-monitor-runtime" title="모니터의 런타임 업그레이드">
아래 예제를 사용하여 간단한 브라우저, 스크립트 API 또는 스크립트 브라우저 모니터를 새로운 Chrome 100+ 또는 Node.js 16.10 런타임으로 업데이트할 수 있습니다. 다음 예제에서는 스크립팅된 브라우저 모니터를 레거시 런타임에서 새 런타임으로 업그레이드합니다.

* 아래 예를 사용하여 간단한 브라우저 모니터를 업데이트하려면 `syntheticsUpdateScriptBrowserMonitor` 대신 `syntheticsUpdateSimpleBrowserMonitor` 으로 변형을 변경합니다.
* 아래 예를 사용하여 스크립팅된 API 모니터를 업데이트하려면 변형을 `syntheticsUpdateScriptBrowserMonitor` `syntheticsUpdateScriptApiMonitor` 으로 변경합니다.
* 아래 예를 사용하여 간단한 브라우저 모니터를 업데이트하려면 `syntheticsUpdateScriptBrowserMonitor` } 대신 `syntheticsUpdateSimpleBrowserMonitor` 으로 변형을 변경합니다.
* 아래 예를 사용하여 스크립팅된 API 모니터를 업데이트하려면 변형을 \{ `syntheticsUpdateScriptBrowserMonitor` `syntheticsUpdateScriptApiMonitor` 으로 변경합니다.

런타임 설정에 대한 자세한 내용은 [optional-fields](#optional-fields) 를 확인하세요.

Expand Down Expand Up @@ -939,7 +939,7 @@ translationType: machine
아래 예를 사용하여 간단한 브라우저, 스크립트 API 또는 멀티미디어 브라우저 모니터를 업데이트하여 2024년 10월 22일 EOL 이전의 구형 런타임을 사용할 수 있습니다. 다음 예에서는 멀티미디어 브라우저 모니터를 새 런타임에서 구형 런타임으로 다운그레이드합니다.

* 아래 예를 사용하여 간단한 브라우저 모니터를 업데이트하려면 `syntheticsUpdateScriptBrowserMonitor` } 대신 `syntheticsUpdateSimpleBrowserMonitor` 으로 변형을 변경합니다.
* 아래 예를 사용하여 스크립팅된 API 모니터를 업데이트하려면 변형을 `syntheticsUpdateScriptBrowserMonitor` `syntheticsUpdateScriptApiMonitor` 으로 변경합니다.
* 아래 예를 사용하여 스크립팅된 API 모니터를 업데이트하려면 변형을 \{ `syntheticsUpdateScriptBrowserMonitor` `syntheticsUpdateScriptApiMonitor` 으로 변경합니다.

런타임 설정에 대한 자세한 내용은 [optional-fields](#optional-fields) 를 확인하세요.

Expand Down Expand Up @@ -1336,4 +1336,4 @@ translationType: machine
}
```
</Collapser>
</CollapserGroup>
</CollapserGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ A lista a seguir contém as diferentes chamadas que você pode fazer com a API,

### Devoluções

Wrapper de segmento descartável que cria e finaliza o segmento automaticamente.
Wrapper de segmento IDisposable que cria e finaliza o segmento automaticamente.

### Exemplo

Expand Down

0 comments on commit 7ed42e0

Please sign in to comment.