modalTitle:s__('ClusterAgents|Install new Agent'),
selectAgentTitle:s__('ClusterAgents|Select which Agent you want to install'),
selectAgentBody:s__(
`ClusterAgents|Select the Agent you want to register with GitLab and install on your cluster. To learn more about the Kubernetes Agent registration process %{linkStart}go to the documentation%{linkEnd}.`,
`ClusterAgents|The registration token will be used to connect the Agent on your cluster to GitLab. To learn more about the registration tokens and how they are used %{linkStart}go to the documentation%{linkEnd}.`,
),
tokenSingleUseWarningTitle:s__(
'ClusterAgents|The token value will not be shown again after you close this window.',
),
tokenSingleUseWarningBody:s__(
`ClusterAgents|The recommended installation method provided below includes the token. If you want to follow the alternative installation method provided in the docs make sure you save the token value before you close the window.`,
`Open a CLI and connect to the cluster you want to install the Agent in. Use this installation method to minimize any manual steps. The token is already included in the command.`,
'ClusterAgents|Use GitLab Agents to more securely integrate with your clusters to deploy your applications, run your pipelines, use review apps and much more.',
),
multipleClustersText:s__(
'ClusterAgents|If you are setting up multiple clusters and are using Auto DevOps, %{linkStart}read about using multiple Kubernetes clusters first.%{linkEnd}',
),
learnMoreText:s__('ClusterAgents|Learn more about the GitLab Kubernetes Agent.'),
warningText:s__(
'ClusterAgents|To install an Agent you should create an agent directory in the Repository first. We recommend that you add the Agent configuration to the directory before you start the installation process.',
),
readMoreText:s__('ClusterAgents|Read more about getting started'),
repositoryButtonText:s__('ClusterAgents|Go to the repository'),
primaryButtonText:s__('ClusterAgents|Connect with a GitLab Agent'),
};
exportconstI18N_CLUSTERS_EMPTY_STATE={
description:s__(
'ClusterIntegration|Use certificates to integrate with your clusters to deploy your applications, run your pipelines, use review apps and much more in an easy way.',
),
multipleClustersText:s__(
'ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{linkStart}read about using multiple Kubernetes clusters first.%{linkEnd}',
),
learnMoreLinkText:s__('ClusterIntegration|Learn more about the GitLab managed clusters'),
buttonText:s__('ClusterIntegration|Connect with a certificate'),
};
exportconstAGENT_CARD_INFO={
tabName:'agent',
title:sprintf(s__('ClusterAgents|%{number} of %{total} Agent based integrations')),
emptyTitle:s__('ClusterAgents|No Agent based integrations'),
tooltip:{
label:s__('ClusterAgents|Recommended'),
title:s__('ClusterAgents|GitLab Agents'),
text:sprintf(
s__(
'ClusterAgents|GitLab Agents provide an increased level of security when integrating with clusters. %{linkStart}Learn more about the GitLab Kubernetes Agent.%{linkEnd}',
),
),
link:helpPagePath('user/clusters/agent/index'),
},
actionText:s__('ClusterAgents|Install new Agent'),
footerText:sprintf(s__('ClusterAgents|View all %{number} Agent based integrations')),
};
exportconstCERTIFICATE_BASED_CARD_INFO={
tabName:'certificate_based',
title:sprintf(s__('ClusterAgents|%{number} of %{total} Certificate based integrations')),
emptyTitle:s__('ClusterAgents|No Certificate based integrations'),