From 0835d1802ab1b113b027658a16a0e1b426b3f31f Mon Sep 17 00:00:00 2001
From: Vidya Nambiar <43621546+vidyanambiar@users.noreply.github.com>
Date: Fri, 20 Jan 2023 11:31:02 -0500
Subject: [PATCH] Fix failing test and add unit tests to PR checks (#182)
* root element
* Add unit testing to PR checks
* increased timeout for checking that react has loaded
* updated config
* fix for prepush failure
* update prettierignore
---
.github/workflows/pull-request.yml | 21 +
.prettierignore | 9 +-
cypress.config.ts | 5 -
.../views/jobs/hooks/useJobFilters.cy.tsx | 8 +-
locales/fr/translation.json | 1662 ++++++++---------
package-lock.json | 66 +-
package.json | 9 +-
7 files changed, 902 insertions(+), 878 deletions(-)
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 687c287d46..d98d2891d3 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -51,6 +51,27 @@ jobs:
key: modules-${{ hashFiles('package-lock-copy.json') }}
- run: npm run cypress
+ cypress-unit:
+ name: Cypress Unit Tests
+ runs-on: ubuntu-latest
+ needs: packages
+ steps:
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
+ with:
+ node-version: '18'
+ - name: PreCache
+ run: cat package-lock.json | jq '.version = "0.0.0"' | jq '.packages."".version = "0.0.0"' > package-lock-copy.json
+ - name: Cache dependencies
+ id: cache
+ uses: actions/cache@v3
+ with:
+ path: |
+ ./node_modules
+ /home/runner/.cache/Cypress
+ key: modules-${{ hashFiles('package-lock-copy.json') }}
+ - run: npm run test:unit
+
eslint:
name: ESLint
runs-on: ubuntu-latest
diff --git a/.prettierignore b/.prettierignore
index c99f08f3b1..0855afaae7 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,2 +1,9 @@
# Ignore generated interfaces
-frontend/controller/interfaces/generated-from-swagger
\ No newline at end of file
+frontend/controller/interfaces/generated-from-swagger
+
+.dockerignore
+.gitignore
+Dockerfile
+*.png
+*.svg
+*.sh
\ No newline at end of file
diff --git a/cypress.config.ts b/cypress.config.ts
index 7704214fc0..91fb07560c 100644
--- a/cypress.config.ts
+++ b/cypress.config.ts
@@ -60,11 +60,6 @@ export default defineConfig({
},
},
},
- env: {
- 'cypress-react-selector': {
- root: '#__cy_root',
- },
- },
specPattern: 'frontend/controller/**/*.cy.tsx',
supportFile: 'cypress/support/component.ts',
},
diff --git a/frontend/controller/views/jobs/hooks/useJobFilters.cy.tsx b/frontend/controller/views/jobs/hooks/useJobFilters.cy.tsx
index 976067dd7b..8885395204 100644
--- a/frontend/controller/views/jobs/hooks/useJobFilters.cy.tsx
+++ b/frontend/controller/views/jobs/hooks/useJobFilters.cy.tsx
@@ -8,13 +8,17 @@ function TestInner(props: { filters: IToolbarFilter[] }) {
function Test() {
const jobFilters = useJobsFilters();
- return ;
+ return (
+
+
+
+ );
}
describe('useJobsFilters', () => {
it('Returns expected number of filters', () => {
cy.mount();
- cy.waitForReact();
+ cy.waitForReact(10000, '#root');
cy.getReact('TestInner').getProps('filters').should('have.length', 7);
});
});
diff --git a/locales/fr/translation.json b/locales/fr/translation.json
index babb1e8351..596eb44e8f 100644
--- a/locales/fr/translation.json
+++ b/locales/fr/translation.json
@@ -1,834 +1,834 @@
{
- " activation": " _A_C_T_I_V_A_T_I_O_N",
- "A job template is a definition and set of parameters for running an Ansible job": "A_ _J_O_B_ _T_E_M_P_L_A_T_E_ _I_S_ _A_ _D_E_F_I_N_I_T_I_O_N_ _A_N_D_ _S_E_T_ _O_F_ _P_A_R_A_M_E_T_E_R_S_ _F_O_R_ _R_U_N_N_I_N_G_ _A_N_ _A_N_S_I_B_L_E_ _J_O_B_.",
- "A Project is a logical collection of Ansible playbooks, represented in Tower": "A_ _P_R_O_J_E_C_T_ _I_S_ _A_ _L_O_G_I_C_A_L_ _C_O_L_L_E_C_T_I_O_N_ _O_F_ _A_N_S_I_B_L_E_ _P_L_A_Y_B_O_O_K_S_,_ _R_E_P_R_E_S_E_N_T_E_D_ _I_N_ _T_O_W_E_R_.",
- "A system managed by Ansible, which may include a physical, virtual, cloud-based server, or other device": "A_ _S_Y_S_T_E_M_ _M_A_N_A_G_E_D_ _B_Y_ _A_N_S_I_B_L_E_,_ _W_H_I_C_H_ _M_A_Y_ _I_N_C_L_U_D_E_ _A_ _P_H_Y_S_I_C_A_L_,_ _V_I_R_T_U_A_L_,_ _C_L_O_U_D_-_B_A_S_E_D_ _S_E_R_V_E_R_,_ _O_R_ _O_T_H_E_R_ _D_E_V_I_C_E_.",
- "A system managed by Tower, which may include a physical, virtual, cloud-based server, or other device": {
- " Typically an operating system instance": {
- " Hosts are contained in Inventory": {
- " Sometimes referred to as a “node”": "A_ _S_Y_S_T_E_M_ _M_A_N_A_G_E_D_ _B_Y_ _T_O_W_E_R_,_ _W_H_I_C_H_ _M_A_Y_ _I_N_C_L_U_D_E_ _A_ _P_H_Y_S_I_C_A_L_,_ _V_I_R_T_U_A_L_,_ _C_L_O_U_D_-_B_A_S_E_D_ _S_E_R_V_E_R_,_ _O_R_ _O_T_H_E_R_ _D_E_V_I_C_E_._ _T_Y_P_I_C_A_L_L_Y_ _A_N_ _O_P_E_R_A_T_I_N_G_ _S_Y_S_T_E_M_ _I_N_S_T_A_N_C_E_._ _H_O_S_T_S_ _A_R_E_ _C_O_N_T_A_I_N_E_D_ _I_N_ _I_N_V_E_N_T_O_R_Y_._ _S_O_M_E_T_I_M_E_S_ _R_E_F_E_R_R_E_D_ _T_O_ _A_S_ _A_ _“_N_O_D_E_”_."
- }
- }
- },
- "About": "A_B_O_U_T",
- "Access": "A_C_C_E_S_S",
- "Actions": "A_C_T_I_O_N_S",
- "Activities": "A_C_T_I_V_I_T_I_E_S",
- "Add": "A_D_D",
- "Add automation server": "A_D_D_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
- "Add execution environment": "A_D_D_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
- "Add namespace": "A_D_D_ _N_A_M_E_S_P_A_C_E",
- "Add remote registry": "A_D_D_ _R_E_M_O_T_E_ _R_E_G_I_S_T_R_Y",
- "Add role": "A_D_D_ _R_O_L_E",
- "Add role to user": "A_D_D_ _R_O_L_E_ _T_O_ _U_S_E_R",
- "Add selected users to organizations": "A_D_D_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Add selected users to teams": "A_D_D_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
- "Add user to organization": "A_D_D_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Add user to organizations": "A_D_D_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Add user to team": "A_D_D_ _U_S_E_R_ _T_O_ _T_E_A_M",
- "Add user to teams": "A_D_D_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
- "Add users": "A_D_D_ _U_S_E_R_S",
- "Add users to organization": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Add users to organizations_one": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Add users to organizations_many": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Add users to organizations_other": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Add users to selected organizations": "A_D_D_ _U_S_E_R_S_ _T_O_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Add users to selected teams": "A_D_D_ _U_S_E_R_S_ _T_O_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
- "Add users to team": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M",
- "Add users to teams_one": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
- "Add users to teams_many": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
- "Add users to teams_other": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
- "Adding a user to an organization adds them as a member only": {
- " Permissions can be granted using teams and user roles": "A_D_D_I_N_G_ _A_ _U_S_E_R_ _T_O_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N_ _A_D_D_S_ _T_H_E_M_ _A_S_ _A_ _M_E_M_B_E_R_ _O_N_L_Y_._ _P_E_R_M_I_S_S_I_O_N_S_ _C_A_N_ _B_E_ _G_R_A_N_T_E_D_ _U_S_I_N_G_ _T_E_A_M_S_ _A_N_D_ _U_S_E_R_ _R_O_L_E_S_."
- },
- "Adding user to organizations": {
- "_one": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_many": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_other": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
- },
- "Adding user to teams": {
- "_one": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S_._._.",
- "_many": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S_._._.",
- "_other": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S_._._."
- },
- "Adding user to teams_one": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
- "Adding user to teams_many": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
- "Adding user to teams_other": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
- "Adding users to organizations": {
- "_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
- },
- "Adding users to organizations_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Adding users to organizations_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Adding users to organizations_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Adding users to teams": {
- "_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S_._._.",
- "_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S_._._.",
- "_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S_._._."
- },
- "Adding users to teams_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
- "Adding users to teams_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
- "Adding users to teams_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
- "Administration": "A_D_M_I_N_I_S_T_R_A_T_I_O_N",
- "All": "A_L_L",
- "Amazing Collection": "A_M_A_Z_I_N_G_ _C_O_L_L_E_C_T_I_O_N",
- "An API token can be used to authenticate the ansible-galaxy client": "A_N_ _A_P_I_ _T_O_K_E_N_ _C_A_N_ _B_E_ _U_S_E_D_ _T_O_ _A_U_T_H_E_N_T_I_C_A_T_E_ _T_H_E_ _A_N_S_I_B_L_E_-_G_A_L_A_X_Y_ _C_L_I_E_N_T_.",
- "An error occured": "A_N_ _E_R_R_O_R_ _O_C_C_U_R_E_D",
- "An Instance Group provides the ability to group instances in a clustered environment": "A_N_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_ _P_R_O_V_I_D_E_S_ _T_H_E_ _A_B_I_L_I_T_Y_ _T_O_ _G_R_O_U_P_ _I_N_S_T_A_N_C_E_S_ _I_N_ _A_ _C_L_U_S_T_E_R_E_D_ _E_N_V_I_R_O_N_M_E_N_T_.",
- "An inventory defines the hosts and groups of hosts upon which commands, modules, and tasks in a playbook operate": "A_N_ _I_N_V_E_N_T_O_R_Y_ _D_E_F_I_N_E_S_ _T_H_E_ _H_O_S_T_S_ _A_N_D_ _G_R_O_U_P_S_ _O_F_ _H_O_S_T_S_ _U_P_O_N_ _W_H_I_C_H_ _C_O_M_M_A_N_D_S_,_ _M_O_D_U_L_E_S_,_ _A_N_D_ _T_A_S_K_S_ _I_N_ _A_ _P_L_A_Y_B_O_O_K_ _O_P_E_R_A_T_E_.",
- "An unknown error occured": "A_N_ _U_N_K_N_O_W_N_ _E_R_R_O_R_ _O_C_C_U_R_E_D_.",
- "Ansible": "A_N_S_I_B_L_E",
- "Ansible Automation Platform": "A_N_S_I_B_L_E_ _A_U_T_O_M_A_T_I_O_N_ _P_L_A_T_F_O_R_M",
- "Ansible Galaxy/Automation Hub API Token": "A_N_S_I_B_L_E_ _G_A_L_A_X_Y_/_A_U_T_O_M_A_T_I_O_N_ _H_U_B_ _A_P_I_ _T_O_K_E_N",
- "Ansible node instances dedicated for a particular purpose indicated by node type": "A_N_S_I_B_L_E_ _N_O_D_E_ _I_N_S_T_A_N_C_E_S_ _D_E_D_I_C_A_T_E_D_ _F_O_R_ _A_ _P_A_R_T_I_C_U_L_A_R_ _P_U_R_P_O_S_E_ _I_N_D_I_C_A_T_E_D_ _B_Y_ _N_O_D_E_ _T_Y_P_E_.",
- "Ansible works against multiple managed nodes or “hosts” in your infrastructure at the same time, using a list or group of lists known as inventory": {
- " Once your inventory is defined, you use patterns to select the hosts or groups you want Ansible to run against": "A_N_S_I_B_L_E_ _W_O_R_K_S_ _A_G_A_I_N_S_T_ _M_U_L_T_I_P_L_E_ _M_A_N_A_G_E_D_ _N_O_D_E_S_ _O_R_ _“_H_O_S_T_S_”_ _I_N_ _Y_O_U_R_ _I_N_F_R_A_S_T_R_U_C_T_U_R_E_ _A_T_ _T_H_E_ _S_A_M_E_ _T_I_M_E_,_ _U_S_I_N_G_ _A_ _L_I_S_T_ _O_R_ _G_R_O_U_P_ _O_F_ _L_I_S_T_S_ _K_N_O_W_N_ _A_S_ _I_N_V_E_N_T_O_R_Y_._ _O_N_C_E_ _Y_O_U_R_ _I_N_V_E_N_T_O_R_Y_ _I_S_ _D_E_F_I_N_E_D_,_ _Y_O_U_ _U_S_E_ _P_A_T_T_E_R_N_S_ _T_O_ _S_E_L_E_C_T_ _T_H_E_ _H_O_S_T_S_ _O_R_ _G_R_O_U_P_S_ _Y_O_U_ _W_A_N_T_ _A_N_S_I_B_L_E_ _T_O_ _R_U_N_ _A_G_A_I_N_S_T_."
- },
- "API token": "A_P_I_ _T_O_K_E_N",
- "Approvals": "A_P_P_R_O_V_A_L_S",
- "Approve": "A_P_P_R_O_V_E",
- "Approve collections": "A_P_P_R_O_V_E_ _C_O_L_L_E_C_T_I_O_N_S",
- "Approved": "A_P_P_R_O_V_E_D",
- "Auto": "A_U_T_O",
- "Automation Content": "A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_E_N_T",
- "Automation controller": "A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_R_O_L_L_E_R",
- "Automation controllers": "A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_R_O_L_L_E_R_S",
- "Automation hub": "A_U_T_O_M_A_T_I_O_N_ _H_U_B",
- "Automation hubs": "A_U_T_O_M_A_T_I_O_N_ _H_U_B_S",
- "Automation server": "A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
- "Automation servers": "A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
- "Automation Servers": "A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
- "Automation type": "A_U_T_O_M_A_T_I_O_N_ _T_Y_P_E",
- "Being a team member grants the user all the permissions of the team": "B_E_I_N_G_ _A_ _T_E_A_M_ _M_E_M_B_E_R_ _G_R_A_N_T_S_ _T_H_E_ _U_S_E_R_ _A_L_L_ _T_H_E_ _P_E_R_M_I_S_S_I_O_N_S_ _O_F_ _T_H_E_ _T_E_A_M_.",
- "Browse all certified collections": "B_R_O_W_S_E_ _A_L_L_ _C_E_R_T_I_F_I_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
- "by": "B_Y",
- "can edit, change, and update any inventory or automation definition": "C_A_N_ _E_D_I_T_,_ _C_H_A_N_G_E_,_ _A_N_D_ _U_P_D_A_T_E_ _A_N_Y_ _I_N_V_E_N_T_O_R_Y_ _O_R_ _A_U_T_O_M_A_T_I_O_N_ _D_E_F_I_N_I_T_I_O_N",
- "can see all aspects of the systems automation, but has no permission to run or change automation": "C_A_N_ _S_E_E_ _A_L_L_ _A_S_P_E_C_T_S_ _O_F_ _T_H_E_ _S_Y_S_T_E_M_S_ _A_U_T_O_M_A_T_I_O_N_,_ _B_U_T_ _H_A_S_ _N_O_ _P_E_R_M_I_S_S_I_O_N_ _T_O_ _R_U_N_ _O_R_ _C_H_A_N_G_E_ _A_U_T_O_M_A_T_I_O_N",
- "Cancel": "C_A_N_C_E_L",
- "Cancel job": "C_A_N_C_E_L_ _J_O_B",
- "Cancel jobs_one": "C_A_N_C_E_L_ _J_O_B_S",
- "Cancel jobs_many": "C_A_N_C_E_L_ _J_O_B_S",
- "Cancel jobs_other": "C_A_N_C_E_L_ _J_O_B_S",
- "Cancel selected jobs": "C_A_N_C_E_L_ _S_E_L_E_C_T_E_D_ _J_O_B_S",
- "Canceled": "C_A_N_C_E_L_E_D",
- "Capacity": "C_A_P_A_C_I_T_Y",
- "Certified": "C_E_R_T_I_F_I_E_D",
- "Choices": "C_H_O_I_C_E_S",
- "Clear all filters": "C_L_E_A_R_ _A_L_L_ _F_I_L_T_E_R_S",
- "Close": "C_L_O_S_E",
- "Collection": "C_O_L_L_E_C_T_I_O_N",
- "Collection approval": "C_O_L_L_E_C_T_I_O_N_ _A_P_P_R_O_V_A_L",
- "Collection approvals": "C_O_L_L_E_C_T_I_O_N_ _A_P_P_R_O_V_A_L_S",
- "Collection file": "C_O_L_L_E_C_T_I_O_N_ _F_I_L_E",
- "Collection repository": "C_O_L_L_E_C_T_I_O_N_ _R_E_P_O_S_I_T_O_R_Y",
- "Collections": "C_O_L_L_E_C_T_I_O_N_S",
- "Collections are a distribution format for Ansible content that can include playbooks, roles, modules, and plugins": "C_O_L_L_E_C_T_I_O_N_S_ _A_R_E_ _A_ _D_I_S_T_R_I_B_U_T_I_O_N_ _F_O_R_M_A_T_ _F_O_R_ _A_N_S_I_B_L_E_ _C_O_N_T_E_N_T_ _T_H_A_T_ _C_A_N_ _I_N_C_L_U_D_E_ _P_L_A_Y_B_O_O_K_S_,_ _R_O_L_E_S_,_ _M_O_D_U_L_E_S_,_ _A_N_D_ _P_L_U_G_I_N_S_.",
- "Command": "C_O_M_M_A_N_D",
- "Comments": "C_O_M_M_E_N_T_S",
- "Community": "C_O_M_M_U_N_I_T_Y",
- "Completed": "C_O_M_P_L_E_T_E_D",
- "Configure repository": "C_O_N_F_I_G_U_R_E_ _R_E_P_O_S_I_T_O_R_Y",
- "Confirm": "C_O_N_F_I_R_M",
- "Confirm password": "C_O_N_F_I_R_M_ _P_A_S_S_W_O_R_D",
- "Container group": "C_O_N_T_A_I_N_E_R_ _G_R_O_U_P",
- "Contents": "C_O_N_T_E_N_T_S",
- "Control": "C_O_N_T_R_O_L",
- "Control node": "C_O_N_T_R_O_L_ _N_O_D_E",
- "control nodes run project and inventory updates and system jobs, but not regular jobs": {
- " Execution capabilities are disabled on these nodes": "C_O_N_T_R_O_L_ _N_O_D_E_S_ _R_U_N_ _P_R_O_J_E_C_T_ _A_N_D_ _I_N_V_E_N_T_O_R_Y_ _U_P_D_A_T_E_S_ _A_N_D_ _S_Y_S_T_E_M_ _J_O_B_S_,_ _B_U_T_ _N_O_T_ _R_E_G_U_L_A_R_ _J_O_B_S_._ _E_X_E_C_U_T_I_O_N_ _C_A_P_A_B_I_L_I_T_I_E_S_ _A_R_E_ _D_I_S_A_B_L_E_D_ _O_N_ _T_H_E_S_E_ _N_O_D_E_S_."
- },
- "Copy this token now": {
- " This is the only time you will ever see it": "C_O_P_Y_ _T_H_I_S_ _T_O_K_E_N_ _N_O_W_._ _T_H_I_S_ _I_S_ _T_H_E_ _O_N_L_Y_ _T_I_M_E_ _Y_O_U_ _W_I_L_L_ _E_V_E_R_ _S_E_E_ _I_T_."
- },
- "Create container group": "C_R_E_A_T_E_ _C_O_N_T_A_I_N_E_R_ _G_R_O_U_P",
- "Create credential": "C_R_E_A_T_E_ _C_R_E_D_E_N_T_I_A_L",
- "Create execution environment": "C_R_E_A_T_E_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
- "Create group": "C_R_E_A_T_E_ _G_R_O_U_P",
- "Create host": "C_R_E_A_T_E_ _H_O_S_T",
- "Create instance": "C_R_E_A_T_E_ _I_N_S_T_A_N_C_E",
- "Create instance group": "C_R_E_A_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Create inventory": "C_R_E_A_T_E_ _I_N_V_E_N_T_O_R_Y",
- "Create Job Template": "C_R_E_A_T_E_ _J_O_B_ _T_E_M_P_L_A_T_E",
- "Create organization": "C_R_E_A_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Create project": "C_R_E_A_T_E_ _P_R_O_J_E_C_T",
- "Create rule": "C_R_E_A_T_E_ _R_U_L_E",
- "Create rulebook": "C_R_E_A_T_E_ _R_U_L_E_B_O_O_K",
- "Create rulebook activation": "C_R_E_A_T_E_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
- "Create team": "C_R_E_A_T_E_ _T_E_A_M",
- "Create template": "C_R_E_A_T_E_ _T_E_M_P_L_A_T_E",
- "Create user": "C_R_E_A_T_E_ _U_S_E_R",
- "Create Workflow Job Template": "C_R_E_A_T_E_ _W_O_R_K_F_L_O_W_ _J_O_B_ _T_E_M_P_L_A_T_E",
- "Created": "C_R_E_A_T_E_D",
- "Created by": "C_R_E_A_T_E_D_ _B_Y",
- "Credential type": "C_R_E_D_E_N_T_I_A_L_ _T_Y_P_E",
- "credentials": {
- "title": {
- "description": "C_R_E_D_E_N_T_I_A_L_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
- "help": "C_R_E_D_E_N_T_I_A_L_S_._T_I_T_L_E_._H_E_L_P"
- }
- },
- "Credentials": "C_R_E_D_E_N_T_I_A_L_S",
- "Dashboard": "D_A_S_H_B_O_A_R_D",
- "Debug": "D_E_B_U_G",
- "Define, operate, scale, and delegate automation across your enterprise": "D_E_F_I_N_E_,_ _O_P_E_R_A_T_E_,_ _S_C_A_L_E_,_ _A_N_D_ _D_E_L_E_G_A_T_E_ _A_U_T_O_M_A_T_I_O_N_ _A_C_R_O_S_S_ _Y_O_U_R_ _E_N_T_E_R_P_R_I_S_E_.",
- "Delete collections_one": "D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
- "Delete collections_many": "D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
- "Delete collections_other": "D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
- "Delete credential": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
- "Delete credential_one": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
- "Delete credential_many": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
- "Delete credential_other": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
- "Delete entire collection": "D_E_L_E_T_E_ _E_N_T_I_R_E_ _C_O_L_L_E_C_T_I_O_N",
- "Delete execution environment": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
- "Delete executionEnvironment": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
- "Delete executionEnvironment_one": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
- "Delete executionEnvironment_many": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
- "Delete executionEnvironment_other": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
- "Delete executionEnvironments_one": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Delete executionEnvironments_many": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Delete executionEnvironments_other": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Delete host": "D_E_L_E_T_E_ _H_O_S_T",
- "Delete hosts_one": "D_E_L_E_T_E_ _H_O_S_T_S",
- "Delete hosts_many": "D_E_L_E_T_E_ _H_O_S_T_S",
- "Delete hosts_other": "D_E_L_E_T_E_ _H_O_S_T_S",
- "Delete instance group": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Delete instance group_one": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Delete instance group_many": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Delete instance group_other": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Delete inventories_one": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
- "Delete inventories_many": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
- "Delete inventories_other": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
- "Delete inventory": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
- "Delete inventory_one": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
- "Delete inventory_many": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
- "Delete inventory_other": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
- "Delete job": "D_E_L_E_T_E_ _J_O_B",
- "Delete jobs_one": "D_E_L_E_T_E_ _J_O_B_S",
- "Delete jobs_many": "D_E_L_E_T_E_ _J_O_B_S",
- "Delete jobs_other": "D_E_L_E_T_E_ _J_O_B_S",
- "Delete organization": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Delete organization_one": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Delete organization_many": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Delete organization_other": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Delete project": "D_E_L_E_T_E_ _P_R_O_J_E_C_T",
- "Delete projects_one": "D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
- "Delete projects_many": "D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
- "Delete projects_other": "D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
- "Delete rule": "D_E_L_E_T_E_ _R_U_L_E",
- "Delete rulebook": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K",
- "Delete rulebookActivation": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N",
- "Delete rulebookActivations_one": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
- "Delete rulebookActivations_many": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
- "Delete rulebookActivations_other": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
- "Delete rulebooks_one": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
- "Delete rulebooks_many": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
- "Delete rulebooks_other": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
- "Delete rules_one": "D_E_L_E_T_E_ _R_U_L_E_S",
- "Delete rules_many": "D_E_L_E_T_E_ _R_U_L_E_S",
- "Delete rules_other": "D_E_L_E_T_E_ _R_U_L_E_S",
- "Delete selected collections": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
- "Delete selected credentials": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _C_R_E_D_E_N_T_I_A_L_S",
- "Delete selected execution environments": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
- "Delete selected hosts": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _H_O_S_T_S",
- "Delete selected instance groups": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
- "Delete selected inventories": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _I_N_V_E_N_T_O_R_I_E_S",
- "Delete selected jobs": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _J_O_B_S",
- "Delete selected organizations": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Delete selected projects": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _P_R_O_J_E_C_T_S",
- "Delete selected rulebook activations": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S",
- "Delete selected rulebooks": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _R_U_L_E_B_O_O_K_S",
- "Delete selected rules": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _R_U_L_E_S",
- "Delete selected teams": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
- "Delete selected users": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S",
- "Delete servers_one": "D_E_L_E_T_E_ _S_E_R_V_E_R_S",
- "Delete servers_many": "D_E_L_E_T_E_ _S_E_R_V_E_R_S",
- "Delete servers_other": "D_E_L_E_T_E_ _S_E_R_V_E_R_S",
- "Delete team": "D_E_L_E_T_E_ _T_E_A_M",
- "Delete teams_one": "D_E_L_E_T_E_ _T_E_A_M_S",
- "Delete teams_many": "D_E_L_E_T_E_ _T_E_A_M_S",
- "Delete teams_other": "D_E_L_E_T_E_ _T_E_A_M_S",
- "Delete template_one": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
- "Delete template_many": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
- "Delete template_other": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
- "Delete Template": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
- "Delete user": "D_E_L_E_T_E_ _U_S_E_R",
- "Delete users_one": "D_E_L_E_T_E_ _U_S_E_R_S",
- "Delete users_many": "D_E_L_E_T_E_ _U_S_E_R_S",
- "Delete users_other": "D_E_L_E_T_E_ _U_S_E_R_S",
- "Deny collections": "D_E_N_Y_ _C_O_L_L_E_C_T_I_O_N_S",
- "Dependencies": "D_E_P_E_N_D_E_N_C_I_E_S",
- "Deprecate selected collections": "D_E_P_R_E_C_A_T_E_ _S_E_L_E_C_T_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
- "Description": "D_E_S_C_R_I_P_T_I_O_N",
- "Details": "D_E_T_A_I_L_S",
- "Disabled": "D_I_S_A_B_L_E_D",
- "Discover, publish, and manage your Ansible Collections": "D_I_S_C_O_V_E_R_,_ _P_U_B_L_I_S_H_,_ _A_N_D_ _M_A_N_A_G_E_ _Y_O_U_R_ _A_N_S_I_B_L_E_ _C_O_L_L_E_C_T_I_O_N_S_.",
- "Documentation": "D_O_C_U_M_E_N_T_A_T_I_O_N",
- "Download key": "D_O_W_N_L_O_A_D_ _K_E_Y",
- "Duration": "D_U_R_A_T_I_O_N",
- "Edit": "E_D_I_T",
- "Edit automation server": "E_D_I_T_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
- "Edit credential": "E_D_I_T_ _C_R_E_D_E_N_T_I_A_L",
- "Edit execution environment": "E_D_I_T_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
- "Edit executionEnvironment": "E_D_I_T_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
- "Edit host": "E_D_I_T_ _H_O_S_T",
- "Edit instance": "E_D_I_T_ _I_N_S_T_A_N_C_E",
- "Edit instance group": "E_D_I_T_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Edit inventory": "E_D_I_T_ _I_N_V_E_N_T_O_R_Y",
- "Edit organization": "E_D_I_T_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Edit project": "E_D_I_T_ _P_R_O_J_E_C_T",
- "Edit repository": "E_D_I_T_ _R_E_P_O_S_I_T_O_R_Y",
- "Edit rule": "E_D_I_T_ _R_U_L_E",
- "Edit rulebook": "E_D_I_T_ _R_U_L_E_B_O_O_K",
- "Edit rulebook activation": "E_D_I_T_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
- "Edit rulebookActivation": "E_D_I_T_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N",
- "Edit team": "E_D_I_T_ _T_E_A_M",
- "Edit Template": "E_D_I_T_ _T_E_M_P_L_A_T_E",
- "Edit user": "E_D_I_T_ _U_S_E_R",
- "Email": "E_M_A_I_L",
- "Enabled": "E_N_A_B_L_E_D",
- "Enter a friendly name for the automation server": "E_N_T_E_R_ _A_ _F_R_I_E_N_D_L_Y_ _N_A_M_E_ _F_O_R_ _T_H_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
- "Enter collection": "E_N_T_E_R_ _C_O_L_L_E_C_T_I_O_N",
- "Enter description": "E_N_T_E_R_ _D_E_S_C_R_I_P_T_I_O_N",
- "Enter inventory": "E_N_T_E_R_ _I_N_V_E_N_T_O_R_Y",
- "Enter keywords": "E_N_T_E_R_ _K_E_Y_W_O_R_D_S",
- "Enter name": "E_N_T_E_R_ _N_A_M_E",
- "Enter namespace": "E_N_T_E_R_ _N_A_M_E_S_P_A_C_E",
- "Enter password": "E_N_T_E_R_ _P_A_S_S_W_O_R_D",
- "Enter tags": "E_N_T_E_R_ _T_A_G_S",
- "Enter the name": "E_N_T_E_R_ _T_H_E_ _N_A_M_E",
- "Enter the organization": "E_N_T_E_R_ _T_H_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Enter the URL": "E_N_T_E_R_ _T_H_E_ _U_R_L",
- "Enter the url of the automation server": "E_N_T_E_R_ _T_H_E_ _U_R_L_ _O_F_ _T_H_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
- "Enter username": "E_N_T_E_R_ _U_S_E_R_N_A_M_E",
- "Error": "E_R_R_O_R",
- "Error loading approvals": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _A_P_P_R_O_V_A_L_S",
- "Error loading automation servers": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
- "Error loading collections": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _C_O_L_L_E_C_T_I_O_N_S",
- "Error loading credentials": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _C_R_E_D_E_N_T_I_A_L_S",
- "Error loading execution environments": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
- "Error loading hosts": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _H_O_S_T_S",
- "Error loading instance groups": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
- "Error loading instances": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _I_N_S_T_A_N_C_E_S",
- "Error loading inventories": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _I_N_V_E_N_T_O_R_I_E_S",
- "Error loading jobs": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _J_O_B_S",
- "Error loading namespaces": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _N_A_M_E_S_P_A_C_E_S",
- "Error loading organizations": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Error loading projects": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _P_R_O_J_E_C_T_S",
- "Error loading remote registries": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_E_M_O_T_E_ _R_E_G_I_S_T_R_I_E_S",
- "Error loading repositories": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_E_P_O_S_I_T_O_R_I_E_S",
- "Error loading roles": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_O_L_E_S",
- "Error loading rulebook activations": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S",
- "Error loading rulebooks": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_U_L_E_B_O_O_K_S",
- "Error loading rules": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_U_L_E_S",
- "Error loading signature keys": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _S_I_G_N_A_T_U_R_E_ _K_E_Y_S",
- "Error loading tasks": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _T_A_S_K_S",
- "Error loading teams": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _T_E_A_M_S",
- "Error loading templates": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _T_E_M_P_L_A_T_E_S",
- "Error loading users": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _U_S_E_R_S",
- "Event driven": "E_V_E_N_T_ _D_R_I_V_E_N",
- "Event driven automation": "E_V_E_N_T_ _D_R_I_V_E_N_ _A_U_T_O_M_A_T_I_O_N",
- "Examples": "E_X_A_M_P_L_E_S",
- "Execution": "E_X_E_C_U_T_I_O_N",
- "Execution environment": "E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
- "Execution environments": "E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
- "Execution Environments": "E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
- "Execution node": "E_X_E_C_U_T_I_O_N_ _N_O_D_E",
- "Execution nodes run jobs under ansible-runner with podman isolation": {
- " This node type is similar to isolated nodes": {
- " This is the default node type for execution plane nodes": "E_X_E_C_U_T_I_O_N_ _N_O_D_E_S_ _R_U_N_ _J_O_B_S_ _U_N_D_E_R_ _A_N_S_I_B_L_E_-_R_U_N_N_E_R_ _W_I_T_H_ _P_O_D_M_A_N_ _I_S_O_L_A_T_I_O_N_._ _T_H_I_S_ _N_O_D_E_ _T_Y_P_E_ _I_S_ _S_I_M_I_L_A_R_ _T_O_ _I_S_O_L_A_T_E_D_ _N_O_D_E_S_._ _T_H_I_S_ _I_S_ _T_H_E_ _D_E_F_A_U_L_T_ _N_O_D_E_ _T_Y_P_E_ _F_O_R_ _E_X_E_C_U_T_I_O_N_ _P_L_A_N_E_ _N_O_D_E_S_."
- }
- },
- "executionEnvironments": {
- "title": {
- "description": "E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
- "help": "E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_._T_I_T_L_E_._H_E_L_P"
- }
- },
- "ExecutionEnvironments": "E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Failed": "F_A_I_L_E_D",
- "Failed to relaunch job": "F_A_I_L_E_D_ _T_O_ _R_E_L_A_U_N_C_H_ _J_O_B",
- "Featured Collections": "F_E_A_T_U_R_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
- "Filter By Job Type": "F_I_L_T_E_R_ _B_Y_ _J_O_B_ _T_Y_P_E",
- "Filter by name": "F_I_L_T_E_R_ _B_Y_ _N_A_M_E",
- "Filter By Status": "F_I_L_T_E_R_ _B_Y_ _S_T_A_T_U_S",
- "Find content": "F_I_N_D_ _C_O_N_T_E_N_T",
- "Fingerprint": "F_I_N_G_E_R_P_R_I_N_T",
- "Finished": "F_I_N_I_S_H_E_D",
- "First name": "F_I_R_S_T_ _N_A_M_E",
- "Galaxy credentials": "G_A_L_A_X_Y_ _C_R_E_D_E_N_T_I_A_L_S",
- "Generate token": "G_E_N_E_R_A_T_E_ _T_O_K_E_N",
- "Generating a new token will delete your old token": "G_E_N_E_R_A_T_I_N_G_ _A_ _N_E_W_ _T_O_K_E_N_ _W_I_L_L_ _D_E_L_E_T_E_ _Y_O_U_R_ _O_L_D_ _T_O_K_E_N_.",
- "Git": "G_I_T",
- "has read and write access limited to the resources (such as inventory, projects, and job templates) for which that user has been granted the appropriate roles and privileges": "H_A_S_ _R_E_A_D_ _A_N_D_ _W_R_I_T_E_ _A_C_C_E_S_S_ _L_I_M_I_T_E_D_ _T_O_ _T_H_E_ _R_E_S_O_U_R_C_E_S_ _(_S_U_C_H_ _A_S_ _I_N_V_E_N_T_O_R_Y_,_ _P_R_O_J_E_C_T_S_,_ _A_N_D_ _J_O_B_ _T_E_M_P_L_A_T_E_S_)_ _F_O_R_ _W_H_I_C_H_ _T_H_A_T_ _U_S_E_R_ _H_A_S_ _B_E_E_N_ _G_R_A_N_T_E_D_ _T_H_E_ _A_P_P_R_O_P_R_I_A_T_E_ _R_O_L_E_S_ _A_N_D_ _P_R_I_V_I_L_E_G_E_S",
- "Health check failed": "H_E_A_L_T_H_ _C_H_E_C_K_ _F_A_I_L_E_D",
- "Health check running": "H_E_A_L_T_H_ _C_H_E_C_K_ _R_U_N_N_I_N_G",
- "Health check success": "H_E_A_L_T_H_ _C_H_E_C_K_ _S_U_C_C_E_S_S",
- "Healthy": "H_E_A_L_T_H_Y",
- "Hop": "H_O_P",
- "HOP node": "H_O_P_ _N_O_D_E",
- "Hosts": "H_O_S_T_S",
- "Hybrid": "H_Y_B_R_I_D",
- "Hybrid is the default node type for control plane nodes, responsible for automation controller runtime functions like project updates, management jobs and ansible-runner task operations": {
- " Hybrid nodes are also used for automation execution": "H_Y_B_R_I_D_ _I_S_ _T_H_E_ _D_E_F_A_U_L_T_ _N_O_D_E_ _T_Y_P_E_ _F_O_R_ _C_O_N_T_R_O_L_ _P_L_A_N_E_ _N_O_D_E_S_,_ _R_E_S_P_O_N_S_I_B_L_E_ _F_O_R_ _A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_R_O_L_L_E_R_ _R_U_N_T_I_M_E_ _F_U_N_C_T_I_O_N_S_ _L_I_K_E_ _P_R_O_J_E_C_T_ _U_P_D_A_T_E_S_,_ _M_A_N_A_G_E_M_E_N_T_ _J_O_B_S_ _A_N_D_ _A_N_S_I_B_L_E_-_R_U_N_N_E_R_ _T_A_S_K_ _O_P_E_R_A_T_I_O_N_S_._ _H_Y_B_R_I_D_ _N_O_D_E_S_ _A_R_E_ _A_L_S_O_ _U_S_E_D_ _F_O_R_ _A_U_T_O_M_A_T_I_O_N_ _E_X_E_C_U_T_I_O_N_."
- },
- "Hybrid node": "H_Y_B_R_I_D_ _N_O_D_E",
- "ID": "I_D",
- "Image": "I_M_A_G_E",
- "Import log": "I_M_P_O_R_T_ _L_O_G",
- "Install": "I_N_S_T_A_L_L",
- "Installation": "I_N_S_T_A_L_L_A_T_I_O_N",
- "Instance group": "I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Instance groups": "I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
- "Instances": "I_N_S_T_A_N_C_E_S",
- "Invalid username or password": {
- " Please try again": "I_N_V_A_L_I_D_ _U_S_E_R_N_A_M_E_ _O_R_ _P_A_S_S_W_O_R_D_._ _P_L_E_A_S_E_ _T_R_Y_ _A_G_A_I_N_."
- },
- "Inventories": "I_N_V_E_N_T_O_R_I_E_S",
- "Inventory": "I_N_V_E_N_T_O_R_Y",
- "Inventory Sync": "I_N_V_E_N_T_O_R_Y_ _S_Y_N_C",
- "Job relaunched": "J_O_B_ _R_E_L_A_U_N_C_H_E_D",
- "Job templates": "J_O_B_ _T_E_M_P_L_A_T_E_S",
- "Job Type": "J_O_B_ _T_Y_P_E",
- "jobs": {
- "title": {
- "description": "J_O_B_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
- "help": "J_O_B_S_._T_I_T_L_E_._H_E_L_P"
- }
- },
- "Jobs": "J_O_B_S",
- "Key": "K_E_Y",
- "Keywords": "K_E_Y_W_O_R_D_S",
- "Label Name": "L_A_B_E_L_ _N_A_M_E",
- "Last health check": "L_A_S_T_ _H_E_A_L_T_H_ _C_H_E_C_K",
- "Last modified": "L_A_S_T_ _M_O_D_I_F_I_E_D",
- "Last name": "L_A_S_T_ _N_A_M_E",
- "Last sync": "L_A_S_T_ _S_Y_N_C",
- "Launched By (Username)": "L_A_U_N_C_H_E_D_ _B_Y_ _(_U_S_E_R_N_A_M_E_)",
- "License": "L_I_C_E_N_S_E",
- "Limit": "L_I_M_I_T",
- "Local": "L_O_C_A_L",
- "Log In": "L_O_G_ _I_N",
- "Logout": "L_O_G_O_U_T",
- "Machine": "M_A_C_H_I_N_E",
- "Manage automation servers": "M_A_N_A_G_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
- "Management Job": "M_A_N_A_G_E_M_E_N_T_ _J_O_B",
- "Manual": "M_A_N_U_A_L",
- "Members": "M_E_M_B_E_R_S",
- "Memory": "M_E_M_O_R_Y",
- "Modified": "M_O_D_I_F_I_E_D",
- "Modified by": "M_O_D_I_F_I_E_D_ _B_Y",
- "Modules": "M_O_D_U_L_E_S",
- "My namespaces": "M_Y_ _N_A_M_E_S_P_A_C_E_S",
- "Name": "N_A_M_E",
- "Namespace": "N_A_M_E_S_P_A_C_E",
- "Namespaces": "N_A_M_E_S_P_A_C_E_S",
- "Needs review": "N_E_E_D_S_ _R_E_V_I_E_W",
- "Never updated": "N_E_V_E_R_ _U_P_D_A_T_E_D",
- "New": "N_E_W",
- "No approvals yet": "N_O_ _A_P_P_R_O_V_A_L_S_ _Y_E_T",
- "No collections yet": "N_O_ _C_O_L_L_E_C_T_I_O_N_S_ _Y_E_T",
- "No credentials yet": "N_O_ _C_R_E_D_E_N_T_I_A_L_S_ _Y_E_T",
- "No execution environments yet": "N_O_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S_ _Y_E_T",
- "No hosts yet": "N_O_ _H_O_S_T_S_ _Y_E_T",
- "No instance groups yet": "N_O_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_ _Y_E_T",
- "No instances yet": "N_O_ _I_N_S_T_A_N_C_E_S_ _Y_E_T",
- "No inventories yet": "N_O_ _I_N_V_E_N_T_O_R_I_E_S_ _Y_E_T",
- "No jobs yet": "N_O_ _J_O_B_S_ _Y_E_T",
- "No namespaces yet": "N_O_ _N_A_M_E_S_P_A_C_E_S_ _Y_E_T",
- "No organizations yet": "N_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_ _Y_E_T",
- "No projects yet": "N_O_ _P_R_O_J_E_C_T_S_ _Y_E_T",
- "No remote registries yet": "N_O_ _R_E_M_O_T_E_ _R_E_G_I_S_T_R_I_E_S_ _Y_E_T",
- "No repositories yet": "N_O_ _R_E_P_O_S_I_T_O_R_I_E_S_ _Y_E_T",
- "No results found": "N_O_ _R_E_S_U_L_T_S_ _F_O_U_N_D",
- "No results match this filter criteria": {
- " Adjust your filters and try again": "N_O_ _R_E_S_U_L_T_S_ _M_A_T_C_H_ _T_H_I_S_ _F_I_L_T_E_R_ _C_R_I_T_E_R_I_A_._ _A_D_J_U_S_T_ _Y_O_U_R_ _F_I_L_T_E_R_S_ _A_N_D_ _T_R_Y_ _A_G_A_I_N_."
- },
- "No rulebook activations yet": "N_O_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S_ _Y_E_T",
- "No rulebooks yet": "N_O_ _R_U_L_E_B_O_O_K_S_ _Y_E_T",
- "No rules yet": "N_O_ _R_U_L_E_S_ _Y_E_T",
- "No signature keys yet": "N_O_ _S_I_G_N_A_T_U_R_E_ _K_E_Y_S_ _Y_E_T",
- "No tasks yet": "N_O_ _T_A_S_K_S_ _Y_E_T",
- "No teams yet": "N_O_ _T_E_A_M_S_ _Y_E_T",
- "No Templates yet": "N_O_ _T_E_M_P_L_A_T_E_S_ _Y_E_T",
- "No users yet": "N_O_ _U_S_E_R_S_ _Y_E_T",
- "Node instances": "N_O_D_E_ _I_N_S_T_A_N_C_E_S",
- "Node type": "N_O_D_E_ _T_Y_P_E",
- "Normal user": "N_O_R_M_A_L_ _U_S_E_R",
- "Notes": "N_O_T_E_S",
- "Notifications": "N_O_T_I_F_I_C_A_T_I_O_N_S",
- "Organization": "O_R_G_A_N_I_Z_A_T_I_O_N",
- "Organization not found": "O_R_G_A_N_I_Z_A_T_I_O_N_ _N_O_T_ _F_O_U_N_D",
- "organizations": {
- "title": {
- "description": "O_R_G_A_N_I_Z_A_T_I_O_N_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
- "help": "O_R_G_A_N_I_Z_A_T_I_O_N_S_._T_I_T_L_E_._H_E_L_P"
- }
- },
- "Organizations": "O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Parameter": "P_A_R_A_M_E_T_E_R",
- "Parameters": "P_A_R_A_M_E_T_E_R_S",
- "Password": "P_A_S_S_W_O_R_D",
- "Password does not match": "P_A_S_S_W_O_R_D_ _D_O_E_S_ _N_O_T_ _M_A_T_C_H_.",
- "Pending": "P_E_N_D_I_N_G",
- "Permanently delete collections_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
- "Permanently delete collections_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
- "Permanently delete collections_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
- "Permanently delete credential": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
- "Permanently delete credentials": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L_S",
- "Permanently delete executionEnvironment": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
- "Permanently delete executionEnvironments": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Permanently delete executionEnvironments_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Permanently delete executionEnvironments_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Permanently delete executionEnvironments_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
- "Permanently delete hosts_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _H_O_S_T_S",
- "Permanently delete hosts_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _H_O_S_T_S",
- "Permanently delete hosts_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _H_O_S_T_S",
- "Permanently delete instance group": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
- "Permanently delete instance groups": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
- "Permanently delete inventories": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
- "Permanently delete inventories_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
- "Permanently delete inventories_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
- "Permanently delete inventories_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
- "Permanently delete inventory": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
- "Permanently delete jobs_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _J_O_B_S",
- "Permanently delete jobs_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _J_O_B_S",
- "Permanently delete jobs_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _J_O_B_S",
- "Permanently delete organization": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Permanently delete organizations": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Permanently delete projects_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
- "Permanently delete projects_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
- "Permanently delete projects_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
- "Permanently delete rulebookActivations_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
- "Permanently delete rulebookActivations_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
- "Permanently delete rulebookActivations_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
- "Permanently delete rulebooks_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
- "Permanently delete rulebooks_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
- "Permanently delete rulebooks_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
- "Permanently delete rules_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_S",
- "Permanently delete rules_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_S",
- "Permanently delete rules_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_S",
- "Permanently delete servers_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _S_E_R_V_E_R_S",
- "Permanently delete servers_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _S_E_R_V_E_R_S",
- "Permanently delete servers_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _S_E_R_V_E_R_S",
- "Permanently delete teams_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_A_M_S",
- "Permanently delete teams_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_A_M_S",
- "Permanently delete teams_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_A_M_S",
- "Permanently delete template": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
- "Permanently delete templates": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_M_P_L_A_T_E_S",
- "Permanently delete users_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _U_S_E_R_S",
- "Permanently delete users_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _U_S_E_R_S",
- "Permanently delete users_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _U_S_E_R_S",
- "Playbook Check": "P_L_A_Y_B_O_O_K_ _C_H_E_C_K",
- "Playbook Run": "P_L_A_Y_B_O_O_K_ _R_U_N",
- "Please run a job to populate this list": "P_L_E_A_S_E_ _R_U_N_ _A_ _J_O_B_ _T_O_ _P_O_P_U_L_A_T_E_ _T_H_I_S_ _L_I_S_T_.",
- "Plugins": "P_L_U_G_I_N_S",
- "Policy type": "P_O_L_I_C_Y_ _T_Y_P_E",
- "Project": "P_R_O_J_E_C_T",
- "Projects": "P_R_O_J_E_C_T_S",
- "Public key": "P_U_B_L_I_C_ _K_E_Y",
- "Published": "P_U_B_L_I_S_H_E_D",
- "Readme": "R_E_A_D_M_E",
- "Red Hat": "R_E_D_ _H_A_T",
- "Red Hat certified": "R_E_D_ _H_A_T_ _C_E_R_T_I_F_I_E_D",
- "Red Hat insights": "R_E_D_ _H_A_T_ _I_N_S_I_G_H_T_S",
- "Registry URL": "R_E_G_I_S_T_R_Y_ _U_R_L",
- "Reject": "R_E_J_E_C_T",
- "Rejected": "R_E_J_E_C_T_E_D",
- "Relaunch job": "R_E_L_A_U_N_C_H_ _J_O_B",
- "Relaunch on all hosts": "R_E_L_A_U_N_C_H_ _O_N_ _A_L_L_ _H_O_S_T_S",
- "Relaunch on failed hosts": "R_E_L_A_U_N_C_H_ _O_N_ _F_A_I_L_E_D_ _H_O_S_T_S",
- "Relaunch using host parameters": "R_E_L_A_U_N_C_H_ _U_S_I_N_G_ _H_O_S_T_ _P_A_R_A_M_E_T_E_R_S",
- "Relaunching job": "R_E_L_A_U_N_C_H_I_N_G_ _J_O_B",
- "Remote": "R_E_M_O_T_E",
- "Remote archive": "R_E_M_O_T_E_ _A_R_C_H_I_V_E",
- "Remote registries": "R_E_M_O_T_E_ _R_E_G_I_S_T_R_I_E_S",
- "Remove": "R_E_M_O_V_E",
- "Remove automation server": "R_E_M_O_V_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
- "Remove role from user": "R_E_M_O_V_E_ _R_O_L_E_ _F_R_O_M_ _U_S_E_R",
- "Remove roles": "R_E_M_O_V_E_ _R_O_L_E_S",
- "Remove selected automation servers": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
- "Remove selected roles from user": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _R_O_L_E_S_ _F_R_O_M_ _U_S_E_R",
- "Remove selected users": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S",
- "Remove selected users from organizations": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Remove selected users from teams": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
- "Remove user": "R_E_M_O_V_E_ _U_S_E_R",
- "Remove user from organization": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Remove user from organizations": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Remove user from selected organizations": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Remove user from selected teams": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
- "Remove user from team": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M",
- "Remove user from teams": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
- "Remove users from organization": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Remove users from organizations_one": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Remove users from organizations_many": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Remove users from organizations_other": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Remove users from selected organizations": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Remove users from selected teams": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
- "Remove users from team": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M",
- "Remove users from teams_one": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
- "Remove users from teams_many": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
- "Remove users from teams_other": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
- "Removing user from organizations": {
- "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
- },
- "Removing user from organizations_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Removing user from organizations_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Removing user from organizations_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Removing user from teams": {
- "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S_._._.",
- "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S_._._.",
- "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S_._._."
- },
- "Removing user from teams_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
- "Removing user from teams_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
- "Removing user from teams_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
- "Removing users from organizations": {
- "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
- "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
- },
- "Removing users from organizations_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Removing users from organizations_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Removing users from organizations_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
- "Removing users from teams": {
- "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S_._._.",
- "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S_._._.",
- "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S_._._."
- },
- "Removing users from teams_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
- "Removing users from teams_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
- "Removing users from teams_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
- "Repositories": "R_E_P_O_S_I_T_O_R_I_E_S",
- "Repository": "R_E_P_O_S_I_T_O_R_Y",
- "Repository management": "R_E_P_O_S_I_T_O_R_Y_ _M_A_N_A_G_E_M_E_N_T",
- "Requires": "R_E_Q_U_I_R_E_S",
- "Resource name": "R_E_S_O_U_R_C_E_ _N_A_M_E",
- "Resource type": "R_E_S_O_U_R_C_E_ _T_Y_P_E",
- "Resources": "R_E_S_O_U_R_C_E_S",
- "Returned": "R_E_T_U_R_N_E_D",
- "Returns": "R_E_T_U_R_N_S",
- "Revision": "R_E_V_I_S_I_O_N",
- "Role": "R_O_L_E",
- "Roles": "R_O_L_E_S",
- "Rule": "R_U_L_E",
- "Rulebook": "R_U_L_E_B_O_O_K",
- "Rulebook activation": "R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
- "Rulebook activations": "R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S",
- "RulebookActivations": "R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
- "Rulebooks": "R_U_L_E_B_O_O_K_S",
- "Rules": "R_U_L_E_S",
- "Run health check": "R_U_N_ _H_E_A_L_T_H_ _C_H_E_C_K",
- "Running": "R_U_N_N_I_N_G",
- "Running jobs": "R_U_N_N_I_N_G_ _J_O_B_S",
- "Save execution environment": "S_A_V_E_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
- "Save instance": "S_A_V_E_ _I_N_S_T_A_N_C_E",
- "Save inventory": "S_A_V_E_ _I_N_V_E_N_T_O_R_Y",
- "Save organization": "S_A_V_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Save project": "S_A_V_E_ _P_R_O_J_E_C_T",
- "Save rule": "S_A_V_E_ _R_U_L_E",
- "Save rulebook": "S_A_V_E_ _R_U_L_E_B_O_O_K",
- "Save rulebook activation": "S_A_V_E_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
- "Save team": "S_A_V_E_ _T_E_A_M",
- "Save user": "S_A_V_E_ _U_S_E_R",
- "Select an organization": "S_E_L_E_C_T_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N",
- "Select automation server": "S_E_L_E_C_T_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
- "Select automation type": "S_E_L_E_C_T_ _A_U_T_O_M_A_T_I_O_N_ _T_Y_P_E",
- "Select repository": "S_E_L_E_C_T_ _R_E_P_O_S_I_T_O_R_Y",
- "Select signature": "S_E_L_E_C_T_ _S_I_G_N_A_T_U_R_E",
- "Select statuses": "S_E_L_E_C_T_ _S_T_A_T_U_S_E_S",
- "Select type": "S_E_L_E_C_T_ _T_Y_P_E",
- "Select types": "S_E_L_E_C_T_ _T_Y_P_E_S",
- "Selected": "S_E_L_E_C_T_E_D",
- "Signature": "S_I_G_N_A_T_U_R_E",
- "Signature keys": "S_I_G_N_A_T_U_R_E_ _K_E_Y_S",
- "SignatureKeys": "S_I_G_N_A_T_U_R_E_K_E_Y_S",
- "Signed": "S_I_G_N_E_D",
- "Signed state": "S_I_G_N_E_D_ _S_T_A_T_E",
- "similar to a jump host, hop nodes will route traffic to other execution nodes": {
- " Hop nodes cannot execute automation": "S_I_M_I_L_A_R_ _T_O_ _A_ _J_U_M_P_ _H_O_S_T_,_ _H_O_P_ _N_O_D_E_S_ _W_I_L_L_ _R_O_U_T_E_ _T_R_A_F_F_I_C_ _T_O_ _O_T_H_E_R_ _E_X_E_C_U_T_I_O_N_ _N_O_D_E_S_._ _H_O_P_ _N_O_D_E_S_ _C_A_N_N_O_T_ _E_X_E_C_U_T_E_ _A_U_T_O_M_A_T_I_O_N_."
- },
- "Source Control Update": "S_O_U_R_C_E_ _C_O_N_T_R_O_L_ _U_P_D_A_T_E",
- "Started": "S_T_A_R_T_E_D",
- "Status": "S_T_A_T_U_S",
- "Subversion": "S_U_B_V_E_R_S_I_O_N",
- "Successful": "S_U_C_C_E_S_S_F_U_L",
- "Sync": "S_Y_N_C",
- "Sync repository": "S_Y_N_C_ _R_E_P_O_S_I_T_O_R_Y",
- "Sync status": "S_Y_N_C_ _S_T_A_T_U_S",
- "Synced": "S_Y_N_C_E_D",
- "Synopsis": "S_Y_N_O_P_S_I_S",
- "System administrator": "S_Y_S_T_E_M_ _A_D_M_I_N_I_S_T_R_A_T_O_R",
- "System administrators have unrestricted access to all resources": "S_Y_S_T_E_M_ _A_D_M_I_N_I_S_T_R_A_T_O_R_S_ _H_A_V_E_ _U_N_R_E_S_T_R_I_C_T_E_D_ _A_C_C_E_S_S_ _T_O_ _A_L_L_ _R_E_S_O_U_R_C_E_S_.",
- "System auditor": "S_Y_S_T_E_M_ _A_U_D_I_T_O_R",
- "Tags": "T_A_G_S",
- "Task": "T_A_S_K",
- "Task management": "T_A_S_K_ _M_A_N_A_G_E_M_E_N_T",
- "Task name": "T_A_S_K_ _N_A_M_E",
- "Tasks": "T_A_S_K_S",
- "Team": "T_E_A_M",
- "teams": {
- "title": {
- "description": "T_E_A_M_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
- "help": "T_E_A_M_S_._T_I_T_L_E_._H_E_L_P"
- }
- },
- "Teams": "T_E_A_M_S",
- "Templates": "T_E_M_P_L_A_T_E_S",
- "The collection cannot be imported": {
- " Please create namespace before importing": "T_H_E_ _C_O_L_L_E_C_T_I_O_N_ _C_A_N_N_O_T_ _B_E_ _I_M_P_O_R_T_E_D_._ _P_L_E_A_S_E_ _C_R_E_A_T_E_ _N_A_M_E_S_P_A_C_E_ _B_E_F_O_R_E_ _I_M_P_O_R_T_I_N_G_."
- },
- "The job cannot be canceled because it is not running": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _C_A_N_C_E_L_E_D_ _B_E_C_A_U_S_E_ _I_T_ _I_S_ _N_O_T_ _R_U_N_N_I_N_G",
- "The job cannot be canceled due to insufficient permission": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _C_A_N_C_E_L_E_D_ _D_U_E_ _T_O_ _I_N_S_U_F_F_I_C_I_E_N_T_ _P_E_R_M_I_S_S_I_O_N",
- "The job cannot be deleted due to a running job status": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _D_E_L_E_T_E_D_ _D_U_E_ _T_O_ _A_ _R_U_N_N_I_N_G_ _J_O_B_ _S_T_A_T_U_S",
- "The job cannot be deleted due to insufficient permission": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _D_E_L_E_T_E_D_ _D_U_E_ _T_O_ _I_N_S_U_F_F_I_C_I_E_N_T_ _P_E_R_M_I_S_S_I_O_N",
- "This is the description of the collection": "T_H_I_S_ _I_S_ _T_H_E_ _D_E_S_C_R_I_P_T_I_O_N_ _O_F_ _T_H_E_ _C_O_L_L_E_C_T_I_O_N_.",
- "To get started, add an automation server": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _A_N_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_.",
- "To get started, add roles to the user": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _R_O_L_E_S_ _T_O_ _T_H_E_ _U_S_E_R_.",
- "To get started, add the user to a team": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _T_H_E_ _U_S_E_R_ _T_O_ _A_ _T_E_A_M_.",
- "To get started, add the user to an organization": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _T_H_E_ _U_S_E_R_ _T_O_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N_.",
- "To get started, create a execution evironment": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _E_X_E_C_U_T_I_O_N_ _E_V_I_R_O_N_M_E_N_T_.",
- "To get started, create a inventory": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _I_N_V_E_N_T_O_R_Y_.",
- "To get started, create a project": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _P_R_O_J_E_C_T_.",
- "To get started, create a rule": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _R_U_L_E_.",
- "To get started, create a rulebook": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _R_U_L_E_B_O_O_K_.",
- "To get started, create a rulebook activation": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_.",
- "To get started, create a team": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _T_E_A_M_.",
- "To get started, create a template": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _T_E_M_P_L_A_T_E_.",
- "To get started, create a user": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _U_S_E_R_.",
- "To get started, create an credential": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _C_R_E_D_E_N_T_I_A_L_.",
- "To get started, create an execution environment": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_.",
- "To get started, create an host": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _H_O_S_T_.",
- "To get started, create an instance": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _I_N_S_T_A_N_C_E_.",
- "To get started, create an instance group": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_.",
- "To get started, create an inventory": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _I_N_V_E_N_T_O_R_Y_.",
- "To get started, create an namespace": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _N_A_M_E_S_P_A_C_E_.",
- "To get started, create an organization": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N_.",
- "To get started, create an project": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _P_R_O_J_E_C_T_.",
- "To get started, upload a collection": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _U_P_L_O_A_D_ _A_ _C_O_L_L_E_C_T_I_O_N_.",
- "Topology view": "T_O_P_O_L_O_G_Y_ _V_I_E_W",
- "Total jobs": "T_O_T_A_L_ _J_O_B_S",
- "Type": "T_Y_P_E",
- "Under development": "U_N_D_E_R_ _D_E_V_E_L_O_P_M_E_N_T",
- "Unknown": "U_N_K_N_O_W_N",
- "Unsigned": "U_N_S_I_G_N_E_D",
- "Unsynced": "U_N_S_Y_N_C_E_D",
- "Updated": "U_P_D_A_T_E_D",
- "Upload collection": "U_P_L_O_A_D_ _C_O_L_L_E_C_T_I_O_N",
- "Upload new version": "U_P_L_O_A_D_ _N_E_W_ _V_E_R_S_I_O_N",
- "Url": "U_R_L",
- "URL": "U_R_L",
- "Use namespaces to organize the collections created by automation developers in your organization": {
- " Create namespaces, upload collections and add additional information and resources that help your end users in their automation tasks": "U_S_E_ _N_A_M_E_S_P_A_C_E_S_ _T_O_ _O_R_G_A_N_I_Z_E_ _T_H_E_ _C_O_L_L_E_C_T_I_O_N_S_ _C_R_E_A_T_E_D_ _B_Y_ _A_U_T_O_M_A_T_I_O_N_ _D_E_V_E_L_O_P_E_R_S_ _I_N_ _Y_O_U_R_ _O_R_G_A_N_I_Z_A_T_I_O_N_._ _C_R_E_A_T_E_ _N_A_M_E_S_P_A_C_E_S_,_ _U_P_L_O_A_D_ _C_O_L_L_E_C_T_I_O_N_S_ _A_N_D_ _A_D_D_ _A_D_D_I_T_I_O_N_A_L_ _I_N_F_O_R_M_A_T_I_O_N_ _A_N_D_ _R_E_S_O_U_R_C_E_S_ _T_H_A_T_ _H_E_L_P_ _Y_O_U_R_ _E_N_D_ _U_S_E_R_S_ _I_N_ _T_H_E_I_R_ _A_U_T_O_M_A_T_I_O_N_ _T_A_S_K_S_."
- },
- "Used capacity": "U_S_E_D_ _C_A_P_A_C_I_T_Y",
- "User": "U_S_E_R",
- "User details": "U_S_E_R_ _D_E_T_A_I_L_S",
- "User does not have any roles": "U_S_E_R_ _D_O_E_S_ _N_O_T_ _H_A_V_E_ _A_N_Y_ _R_O_L_E_S_.",
- "User is not a member of any organizations": "U_S_E_R_ _I_S_ _N_O_T_ _A_ _M_E_M_B_E_R_ _O_F_ _A_N_Y_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_.",
- "User is not a member of any teams": "U_S_E_R_ _I_S_ _N_O_T_ _A_ _M_E_M_B_E_R_ _O_F_ _A_N_Y_ _T_E_A_M_S_.",
- "User role": "U_S_E_R_ _R_O_L_E",
- "User type": "U_S_E_R_ _T_Y_P_E",
- "Username": "U_S_E_R_N_A_M_E",
- "users": {
- "title": {
- "description": "U_S_E_R_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
- "help": "U_S_E_R_S_._T_I_T_L_E_._H_E_L_P"
- }
- },
- "Users": "U_S_E_R_S",
- "Validated": "V_A_L_I_D_A_T_E_D",
- "Version": "V_E_R_S_I_O_N",
- "Views": "V_I_E_W_S",
- "Waiting": "W_A_I_T_I_N_G",
- "Welcome to the": "W_E_L_C_O_M_E_ _T_O_ _T_H_E",
- "Welcome to the ansible automation platform": "W_E_L_C_O_M_E_ _T_O_ _T_H_E_ _A_N_S_I_B_L_E_ _A_U_T_O_M_A_T_I_O_N_ _P_L_A_T_F_O_R_M",
- "Workflow Job": "W_O_R_K_F_L_O_W_ _J_O_B",
- "Yes, I confirm that I want to cancel these {{count}} jobs": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _C_A_N_C_E_L_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _C_A_N_C_E_L_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _C_A_N_C_E_L_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} collections": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_O_L_L_E_C_T_I_O_N_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_O_L_L_E_C_T_I_O_N_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_O_L_L_E_C_T_I_O_N_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} credentials": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_R_E_D_E_N_T_I_A_L_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_R_E_D_E_N_T_I_A_L_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_R_E_D_E_N_T_I_A_L_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} executionEnvironments": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} hosts": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _H_O_S_T_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _H_O_S_T_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _H_O_S_T_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} instance groups": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} inventories": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_V_E_N_T_O_R_I_E_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_V_E_N_T_O_R_I_E_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_V_E_N_T_O_R_I_E_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} jobs": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} organizations": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} projects": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _P_R_O_J_E_C_T_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _P_R_O_J_E_C_T_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _P_R_O_J_E_C_T_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} rulebookActivations": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} rulebooks": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} rules": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} servers": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _S_E_R_V_E_R_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _S_E_R_V_E_R_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _S_E_R_V_E_R_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} teams": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_A_M_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_A_M_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_A_M_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} templates": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_M_P_L_A_T_E_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_M_P_L_A_T_E_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_M_P_L_A_T_E_S_."
- },
- "Yes, I confirm that I want to delete these {{count}} users": {
- "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _U_S_E_R_S_.",
- "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _U_S_E_R_S_.",
- "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _U_S_E_R_S_."
+ " activation": " _A_C_T_I_V_A_T_I_O_N",
+ "A job template is a definition and set of parameters for running an Ansible job": "A_ _J_O_B_ _T_E_M_P_L_A_T_E_ _I_S_ _A_ _D_E_F_I_N_I_T_I_O_N_ _A_N_D_ _S_E_T_ _O_F_ _P_A_R_A_M_E_T_E_R_S_ _F_O_R_ _R_U_N_N_I_N_G_ _A_N_ _A_N_S_I_B_L_E_ _J_O_B_.",
+ "A Project is a logical collection of Ansible playbooks, represented in Tower": "A_ _P_R_O_J_E_C_T_ _I_S_ _A_ _L_O_G_I_C_A_L_ _C_O_L_L_E_C_T_I_O_N_ _O_F_ _A_N_S_I_B_L_E_ _P_L_A_Y_B_O_O_K_S_,_ _R_E_P_R_E_S_E_N_T_E_D_ _I_N_ _T_O_W_E_R_.",
+ "A system managed by Ansible, which may include a physical, virtual, cloud-based server, or other device": "A_ _S_Y_S_T_E_M_ _M_A_N_A_G_E_D_ _B_Y_ _A_N_S_I_B_L_E_,_ _W_H_I_C_H_ _M_A_Y_ _I_N_C_L_U_D_E_ _A_ _P_H_Y_S_I_C_A_L_,_ _V_I_R_T_U_A_L_,_ _C_L_O_U_D_-_B_A_S_E_D_ _S_E_R_V_E_R_,_ _O_R_ _O_T_H_E_R_ _D_E_V_I_C_E_.",
+ "A system managed by Tower, which may include a physical, virtual, cloud-based server, or other device": {
+ " Typically an operating system instance": {
+ " Hosts are contained in Inventory": {
+ " Sometimes referred to as a “node”": "A_ _S_Y_S_T_E_M_ _M_A_N_A_G_E_D_ _B_Y_ _T_O_W_E_R_,_ _W_H_I_C_H_ _M_A_Y_ _I_N_C_L_U_D_E_ _A_ _P_H_Y_S_I_C_A_L_,_ _V_I_R_T_U_A_L_,_ _C_L_O_U_D_-_B_A_S_E_D_ _S_E_R_V_E_R_,_ _O_R_ _O_T_H_E_R_ _D_E_V_I_C_E_._ _T_Y_P_I_C_A_L_L_Y_ _A_N_ _O_P_E_R_A_T_I_N_G_ _S_Y_S_T_E_M_ _I_N_S_T_A_N_C_E_._ _H_O_S_T_S_ _A_R_E_ _C_O_N_T_A_I_N_E_D_ _I_N_ _I_N_V_E_N_T_O_R_Y_._ _S_O_M_E_T_I_M_E_S_ _R_E_F_E_R_R_E_D_ _T_O_ _A_S_ _A_ _“_N_O_D_E_”_."
+ }
}
+ },
+ "About": "A_B_O_U_T",
+ "Access": "A_C_C_E_S_S",
+ "Actions": "A_C_T_I_O_N_S",
+ "Activities": "A_C_T_I_V_I_T_I_E_S",
+ "Add": "A_D_D",
+ "Add automation server": "A_D_D_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
+ "Add execution environment": "A_D_D_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
+ "Add namespace": "A_D_D_ _N_A_M_E_S_P_A_C_E",
+ "Add remote registry": "A_D_D_ _R_E_M_O_T_E_ _R_E_G_I_S_T_R_Y",
+ "Add role": "A_D_D_ _R_O_L_E",
+ "Add role to user": "A_D_D_ _R_O_L_E_ _T_O_ _U_S_E_R",
+ "Add selected users to organizations": "A_D_D_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Add selected users to teams": "A_D_D_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
+ "Add user to organization": "A_D_D_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Add user to organizations": "A_D_D_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Add user to team": "A_D_D_ _U_S_E_R_ _T_O_ _T_E_A_M",
+ "Add user to teams": "A_D_D_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
+ "Add users": "A_D_D_ _U_S_E_R_S",
+ "Add users to organization": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Add users to organizations_one": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Add users to organizations_many": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Add users to organizations_other": "A_D_D_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Add users to selected organizations": "A_D_D_ _U_S_E_R_S_ _T_O_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Add users to selected teams": "A_D_D_ _U_S_E_R_S_ _T_O_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
+ "Add users to team": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M",
+ "Add users to teams_one": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
+ "Add users to teams_many": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
+ "Add users to teams_other": "A_D_D_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
+ "Adding a user to an organization adds them as a member only": {
+ " Permissions can be granted using teams and user roles": "A_D_D_I_N_G_ _A_ _U_S_E_R_ _T_O_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N_ _A_D_D_S_ _T_H_E_M_ _A_S_ _A_ _M_E_M_B_E_R_ _O_N_L_Y_._ _P_E_R_M_I_S_S_I_O_N_S_ _C_A_N_ _B_E_ _G_R_A_N_T_E_D_ _U_S_I_N_G_ _T_E_A_M_S_ _A_N_D_ _U_S_E_R_ _R_O_L_E_S_."
+ },
+ "Adding user to organizations": {
+ "_one": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_many": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_other": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
+ },
+ "Adding user to teams": {
+ "_one": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S_._._.",
+ "_many": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S_._._.",
+ "_other": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S_._._."
+ },
+ "Adding user to teams_one": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
+ "Adding user to teams_many": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
+ "Adding user to teams_other": "A_D_D_I_N_G_ _U_S_E_R_ _T_O_ _T_E_A_M_S",
+ "Adding users to organizations": {
+ "_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
+ },
+ "Adding users to organizations_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Adding users to organizations_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Adding users to organizations_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Adding users to teams": {
+ "_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S_._._.",
+ "_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S_._._.",
+ "_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S_._._."
+ },
+ "Adding users to teams_one": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
+ "Adding users to teams_many": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
+ "Adding users to teams_other": "A_D_D_I_N_G_ _U_S_E_R_S_ _T_O_ _T_E_A_M_S",
+ "Administration": "A_D_M_I_N_I_S_T_R_A_T_I_O_N",
+ "All": "A_L_L",
+ "Amazing Collection": "A_M_A_Z_I_N_G_ _C_O_L_L_E_C_T_I_O_N",
+ "An API token can be used to authenticate the ansible-galaxy client": "A_N_ _A_P_I_ _T_O_K_E_N_ _C_A_N_ _B_E_ _U_S_E_D_ _T_O_ _A_U_T_H_E_N_T_I_C_A_T_E_ _T_H_E_ _A_N_S_I_B_L_E_-_G_A_L_A_X_Y_ _C_L_I_E_N_T_.",
+ "An error occured": "A_N_ _E_R_R_O_R_ _O_C_C_U_R_E_D",
+ "An Instance Group provides the ability to group instances in a clustered environment": "A_N_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_ _P_R_O_V_I_D_E_S_ _T_H_E_ _A_B_I_L_I_T_Y_ _T_O_ _G_R_O_U_P_ _I_N_S_T_A_N_C_E_S_ _I_N_ _A_ _C_L_U_S_T_E_R_E_D_ _E_N_V_I_R_O_N_M_E_N_T_.",
+ "An inventory defines the hosts and groups of hosts upon which commands, modules, and tasks in a playbook operate": "A_N_ _I_N_V_E_N_T_O_R_Y_ _D_E_F_I_N_E_S_ _T_H_E_ _H_O_S_T_S_ _A_N_D_ _G_R_O_U_P_S_ _O_F_ _H_O_S_T_S_ _U_P_O_N_ _W_H_I_C_H_ _C_O_M_M_A_N_D_S_,_ _M_O_D_U_L_E_S_,_ _A_N_D_ _T_A_S_K_S_ _I_N_ _A_ _P_L_A_Y_B_O_O_K_ _O_P_E_R_A_T_E_.",
+ "An unknown error occured": "A_N_ _U_N_K_N_O_W_N_ _E_R_R_O_R_ _O_C_C_U_R_E_D_.",
+ "Ansible": "A_N_S_I_B_L_E",
+ "Ansible Automation Platform": "A_N_S_I_B_L_E_ _A_U_T_O_M_A_T_I_O_N_ _P_L_A_T_F_O_R_M",
+ "Ansible Galaxy/Automation Hub API Token": "A_N_S_I_B_L_E_ _G_A_L_A_X_Y_/_A_U_T_O_M_A_T_I_O_N_ _H_U_B_ _A_P_I_ _T_O_K_E_N",
+ "Ansible node instances dedicated for a particular purpose indicated by node type": "A_N_S_I_B_L_E_ _N_O_D_E_ _I_N_S_T_A_N_C_E_S_ _D_E_D_I_C_A_T_E_D_ _F_O_R_ _A_ _P_A_R_T_I_C_U_L_A_R_ _P_U_R_P_O_S_E_ _I_N_D_I_C_A_T_E_D_ _B_Y_ _N_O_D_E_ _T_Y_P_E_.",
+ "Ansible works against multiple managed nodes or “hosts” in your infrastructure at the same time, using a list or group of lists known as inventory": {
+ " Once your inventory is defined, you use patterns to select the hosts or groups you want Ansible to run against": "A_N_S_I_B_L_E_ _W_O_R_K_S_ _A_G_A_I_N_S_T_ _M_U_L_T_I_P_L_E_ _M_A_N_A_G_E_D_ _N_O_D_E_S_ _O_R_ _“_H_O_S_T_S_”_ _I_N_ _Y_O_U_R_ _I_N_F_R_A_S_T_R_U_C_T_U_R_E_ _A_T_ _T_H_E_ _S_A_M_E_ _T_I_M_E_,_ _U_S_I_N_G_ _A_ _L_I_S_T_ _O_R_ _G_R_O_U_P_ _O_F_ _L_I_S_T_S_ _K_N_O_W_N_ _A_S_ _I_N_V_E_N_T_O_R_Y_._ _O_N_C_E_ _Y_O_U_R_ _I_N_V_E_N_T_O_R_Y_ _I_S_ _D_E_F_I_N_E_D_,_ _Y_O_U_ _U_S_E_ _P_A_T_T_E_R_N_S_ _T_O_ _S_E_L_E_C_T_ _T_H_E_ _H_O_S_T_S_ _O_R_ _G_R_O_U_P_S_ _Y_O_U_ _W_A_N_T_ _A_N_S_I_B_L_E_ _T_O_ _R_U_N_ _A_G_A_I_N_S_T_."
+ },
+ "API token": "A_P_I_ _T_O_K_E_N",
+ "Approvals": "A_P_P_R_O_V_A_L_S",
+ "Approve": "A_P_P_R_O_V_E",
+ "Approve collections": "A_P_P_R_O_V_E_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Approved": "A_P_P_R_O_V_E_D",
+ "Auto": "A_U_T_O",
+ "Automation Content": "A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_E_N_T",
+ "Automation controller": "A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_R_O_L_L_E_R",
+ "Automation controllers": "A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_R_O_L_L_E_R_S",
+ "Automation hub": "A_U_T_O_M_A_T_I_O_N_ _H_U_B",
+ "Automation hubs": "A_U_T_O_M_A_T_I_O_N_ _H_U_B_S",
+ "Automation server": "A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
+ "Automation servers": "A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
+ "Automation Servers": "A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
+ "Automation type": "A_U_T_O_M_A_T_I_O_N_ _T_Y_P_E",
+ "Being a team member grants the user all the permissions of the team": "B_E_I_N_G_ _A_ _T_E_A_M_ _M_E_M_B_E_R_ _G_R_A_N_T_S_ _T_H_E_ _U_S_E_R_ _A_L_L_ _T_H_E_ _P_E_R_M_I_S_S_I_O_N_S_ _O_F_ _T_H_E_ _T_E_A_M_.",
+ "Browse all certified collections": "B_R_O_W_S_E_ _A_L_L_ _C_E_R_T_I_F_I_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
+ "by": "B_Y",
+ "can edit, change, and update any inventory or automation definition": "C_A_N_ _E_D_I_T_,_ _C_H_A_N_G_E_,_ _A_N_D_ _U_P_D_A_T_E_ _A_N_Y_ _I_N_V_E_N_T_O_R_Y_ _O_R_ _A_U_T_O_M_A_T_I_O_N_ _D_E_F_I_N_I_T_I_O_N",
+ "can see all aspects of the systems automation, but has no permission to run or change automation": "C_A_N_ _S_E_E_ _A_L_L_ _A_S_P_E_C_T_S_ _O_F_ _T_H_E_ _S_Y_S_T_E_M_S_ _A_U_T_O_M_A_T_I_O_N_,_ _B_U_T_ _H_A_S_ _N_O_ _P_E_R_M_I_S_S_I_O_N_ _T_O_ _R_U_N_ _O_R_ _C_H_A_N_G_E_ _A_U_T_O_M_A_T_I_O_N",
+ "Cancel": "C_A_N_C_E_L",
+ "Cancel job": "C_A_N_C_E_L_ _J_O_B",
+ "Cancel jobs_one": "C_A_N_C_E_L_ _J_O_B_S",
+ "Cancel jobs_many": "C_A_N_C_E_L_ _J_O_B_S",
+ "Cancel jobs_other": "C_A_N_C_E_L_ _J_O_B_S",
+ "Cancel selected jobs": "C_A_N_C_E_L_ _S_E_L_E_C_T_E_D_ _J_O_B_S",
+ "Canceled": "C_A_N_C_E_L_E_D",
+ "Capacity": "C_A_P_A_C_I_T_Y",
+ "Certified": "C_E_R_T_I_F_I_E_D",
+ "Choices": "C_H_O_I_C_E_S",
+ "Clear all filters": "C_L_E_A_R_ _A_L_L_ _F_I_L_T_E_R_S",
+ "Close": "C_L_O_S_E",
+ "Collection": "C_O_L_L_E_C_T_I_O_N",
+ "Collection approval": "C_O_L_L_E_C_T_I_O_N_ _A_P_P_R_O_V_A_L",
+ "Collection approvals": "C_O_L_L_E_C_T_I_O_N_ _A_P_P_R_O_V_A_L_S",
+ "Collection file": "C_O_L_L_E_C_T_I_O_N_ _F_I_L_E",
+ "Collection repository": "C_O_L_L_E_C_T_I_O_N_ _R_E_P_O_S_I_T_O_R_Y",
+ "Collections": "C_O_L_L_E_C_T_I_O_N_S",
+ "Collections are a distribution format for Ansible content that can include playbooks, roles, modules, and plugins": "C_O_L_L_E_C_T_I_O_N_S_ _A_R_E_ _A_ _D_I_S_T_R_I_B_U_T_I_O_N_ _F_O_R_M_A_T_ _F_O_R_ _A_N_S_I_B_L_E_ _C_O_N_T_E_N_T_ _T_H_A_T_ _C_A_N_ _I_N_C_L_U_D_E_ _P_L_A_Y_B_O_O_K_S_,_ _R_O_L_E_S_,_ _M_O_D_U_L_E_S_,_ _A_N_D_ _P_L_U_G_I_N_S_.",
+ "Command": "C_O_M_M_A_N_D",
+ "Comments": "C_O_M_M_E_N_T_S",
+ "Community": "C_O_M_M_U_N_I_T_Y",
+ "Completed": "C_O_M_P_L_E_T_E_D",
+ "Configure repository": "C_O_N_F_I_G_U_R_E_ _R_E_P_O_S_I_T_O_R_Y",
+ "Confirm": "C_O_N_F_I_R_M",
+ "Confirm password": "C_O_N_F_I_R_M_ _P_A_S_S_W_O_R_D",
+ "Container group": "C_O_N_T_A_I_N_E_R_ _G_R_O_U_P",
+ "Contents": "C_O_N_T_E_N_T_S",
+ "Control": "C_O_N_T_R_O_L",
+ "Control node": "C_O_N_T_R_O_L_ _N_O_D_E",
+ "control nodes run project and inventory updates and system jobs, but not regular jobs": {
+ " Execution capabilities are disabled on these nodes": "C_O_N_T_R_O_L_ _N_O_D_E_S_ _R_U_N_ _P_R_O_J_E_C_T_ _A_N_D_ _I_N_V_E_N_T_O_R_Y_ _U_P_D_A_T_E_S_ _A_N_D_ _S_Y_S_T_E_M_ _J_O_B_S_,_ _B_U_T_ _N_O_T_ _R_E_G_U_L_A_R_ _J_O_B_S_._ _E_X_E_C_U_T_I_O_N_ _C_A_P_A_B_I_L_I_T_I_E_S_ _A_R_E_ _D_I_S_A_B_L_E_D_ _O_N_ _T_H_E_S_E_ _N_O_D_E_S_."
+ },
+ "Copy this token now": {
+ " This is the only time you will ever see it": "C_O_P_Y_ _T_H_I_S_ _T_O_K_E_N_ _N_O_W_._ _T_H_I_S_ _I_S_ _T_H_E_ _O_N_L_Y_ _T_I_M_E_ _Y_O_U_ _W_I_L_L_ _E_V_E_R_ _S_E_E_ _I_T_."
+ },
+ "Create container group": "C_R_E_A_T_E_ _C_O_N_T_A_I_N_E_R_ _G_R_O_U_P",
+ "Create credential": "C_R_E_A_T_E_ _C_R_E_D_E_N_T_I_A_L",
+ "Create execution environment": "C_R_E_A_T_E_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
+ "Create group": "C_R_E_A_T_E_ _G_R_O_U_P",
+ "Create host": "C_R_E_A_T_E_ _H_O_S_T",
+ "Create instance": "C_R_E_A_T_E_ _I_N_S_T_A_N_C_E",
+ "Create instance group": "C_R_E_A_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Create inventory": "C_R_E_A_T_E_ _I_N_V_E_N_T_O_R_Y",
+ "Create Job Template": "C_R_E_A_T_E_ _J_O_B_ _T_E_M_P_L_A_T_E",
+ "Create organization": "C_R_E_A_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Create project": "C_R_E_A_T_E_ _P_R_O_J_E_C_T",
+ "Create rule": "C_R_E_A_T_E_ _R_U_L_E",
+ "Create rulebook": "C_R_E_A_T_E_ _R_U_L_E_B_O_O_K",
+ "Create rulebook activation": "C_R_E_A_T_E_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
+ "Create team": "C_R_E_A_T_E_ _T_E_A_M",
+ "Create template": "C_R_E_A_T_E_ _T_E_M_P_L_A_T_E",
+ "Create user": "C_R_E_A_T_E_ _U_S_E_R",
+ "Create Workflow Job Template": "C_R_E_A_T_E_ _W_O_R_K_F_L_O_W_ _J_O_B_ _T_E_M_P_L_A_T_E",
+ "Created": "C_R_E_A_T_E_D",
+ "Created by": "C_R_E_A_T_E_D_ _B_Y",
+ "Credential type": "C_R_E_D_E_N_T_I_A_L_ _T_Y_P_E",
+ "credentials": {
+ "title": {
+ "description": "C_R_E_D_E_N_T_I_A_L_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
+ "help": "C_R_E_D_E_N_T_I_A_L_S_._T_I_T_L_E_._H_E_L_P"
+ }
+ },
+ "Credentials": "C_R_E_D_E_N_T_I_A_L_S",
+ "Dashboard": "D_A_S_H_B_O_A_R_D",
+ "Debug": "D_E_B_U_G",
+ "Define, operate, scale, and delegate automation across your enterprise": "D_E_F_I_N_E_,_ _O_P_E_R_A_T_E_,_ _S_C_A_L_E_,_ _A_N_D_ _D_E_L_E_G_A_T_E_ _A_U_T_O_M_A_T_I_O_N_ _A_C_R_O_S_S_ _Y_O_U_R_ _E_N_T_E_R_P_R_I_S_E_.",
+ "Delete collections_one": "D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Delete collections_many": "D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Delete collections_other": "D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Delete credential": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
+ "Delete credential_one": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
+ "Delete credential_many": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
+ "Delete credential_other": "D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
+ "Delete entire collection": "D_E_L_E_T_E_ _E_N_T_I_R_E_ _C_O_L_L_E_C_T_I_O_N",
+ "Delete execution environment": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
+ "Delete executionEnvironment": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
+ "Delete executionEnvironment_one": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
+ "Delete executionEnvironment_many": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
+ "Delete executionEnvironment_other": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
+ "Delete executionEnvironments_one": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Delete executionEnvironments_many": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Delete executionEnvironments_other": "D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Delete host": "D_E_L_E_T_E_ _H_O_S_T",
+ "Delete hosts_one": "D_E_L_E_T_E_ _H_O_S_T_S",
+ "Delete hosts_many": "D_E_L_E_T_E_ _H_O_S_T_S",
+ "Delete hosts_other": "D_E_L_E_T_E_ _H_O_S_T_S",
+ "Delete instance group": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Delete instance group_one": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Delete instance group_many": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Delete instance group_other": "D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Delete inventories_one": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Delete inventories_many": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Delete inventories_other": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Delete inventory": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
+ "Delete inventory_one": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
+ "Delete inventory_many": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
+ "Delete inventory_other": "D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
+ "Delete job": "D_E_L_E_T_E_ _J_O_B",
+ "Delete jobs_one": "D_E_L_E_T_E_ _J_O_B_S",
+ "Delete jobs_many": "D_E_L_E_T_E_ _J_O_B_S",
+ "Delete jobs_other": "D_E_L_E_T_E_ _J_O_B_S",
+ "Delete organization": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Delete organization_one": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Delete organization_many": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Delete organization_other": "D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Delete project": "D_E_L_E_T_E_ _P_R_O_J_E_C_T",
+ "Delete projects_one": "D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
+ "Delete projects_many": "D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
+ "Delete projects_other": "D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
+ "Delete rule": "D_E_L_E_T_E_ _R_U_L_E",
+ "Delete rulebook": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K",
+ "Delete rulebookActivation": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N",
+ "Delete rulebookActivations_one": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
+ "Delete rulebookActivations_many": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
+ "Delete rulebookActivations_other": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
+ "Delete rulebooks_one": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
+ "Delete rulebooks_many": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
+ "Delete rulebooks_other": "D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
+ "Delete rules_one": "D_E_L_E_T_E_ _R_U_L_E_S",
+ "Delete rules_many": "D_E_L_E_T_E_ _R_U_L_E_S",
+ "Delete rules_other": "D_E_L_E_T_E_ _R_U_L_E_S",
+ "Delete selected collections": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Delete selected credentials": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _C_R_E_D_E_N_T_I_A_L_S",
+ "Delete selected execution environments": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
+ "Delete selected hosts": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _H_O_S_T_S",
+ "Delete selected instance groups": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
+ "Delete selected inventories": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Delete selected jobs": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _J_O_B_S",
+ "Delete selected organizations": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Delete selected projects": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _P_R_O_J_E_C_T_S",
+ "Delete selected rulebook activations": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S",
+ "Delete selected rulebooks": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _R_U_L_E_B_O_O_K_S",
+ "Delete selected rules": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _R_U_L_E_S",
+ "Delete selected teams": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
+ "Delete selected users": "D_E_L_E_T_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S",
+ "Delete servers_one": "D_E_L_E_T_E_ _S_E_R_V_E_R_S",
+ "Delete servers_many": "D_E_L_E_T_E_ _S_E_R_V_E_R_S",
+ "Delete servers_other": "D_E_L_E_T_E_ _S_E_R_V_E_R_S",
+ "Delete team": "D_E_L_E_T_E_ _T_E_A_M",
+ "Delete teams_one": "D_E_L_E_T_E_ _T_E_A_M_S",
+ "Delete teams_many": "D_E_L_E_T_E_ _T_E_A_M_S",
+ "Delete teams_other": "D_E_L_E_T_E_ _T_E_A_M_S",
+ "Delete template_one": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
+ "Delete template_many": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
+ "Delete template_other": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
+ "Delete Template": "D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
+ "Delete user": "D_E_L_E_T_E_ _U_S_E_R",
+ "Delete users_one": "D_E_L_E_T_E_ _U_S_E_R_S",
+ "Delete users_many": "D_E_L_E_T_E_ _U_S_E_R_S",
+ "Delete users_other": "D_E_L_E_T_E_ _U_S_E_R_S",
+ "Deny collections": "D_E_N_Y_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Dependencies": "D_E_P_E_N_D_E_N_C_I_E_S",
+ "Deprecate selected collections": "D_E_P_R_E_C_A_T_E_ _S_E_L_E_C_T_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Description": "D_E_S_C_R_I_P_T_I_O_N",
+ "Details": "D_E_T_A_I_L_S",
+ "Disabled": "D_I_S_A_B_L_E_D",
+ "Discover, publish, and manage your Ansible Collections": "D_I_S_C_O_V_E_R_,_ _P_U_B_L_I_S_H_,_ _A_N_D_ _M_A_N_A_G_E_ _Y_O_U_R_ _A_N_S_I_B_L_E_ _C_O_L_L_E_C_T_I_O_N_S_.",
+ "Documentation": "D_O_C_U_M_E_N_T_A_T_I_O_N",
+ "Download key": "D_O_W_N_L_O_A_D_ _K_E_Y",
+ "Duration": "D_U_R_A_T_I_O_N",
+ "Edit": "E_D_I_T",
+ "Edit automation server": "E_D_I_T_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
+ "Edit credential": "E_D_I_T_ _C_R_E_D_E_N_T_I_A_L",
+ "Edit execution environment": "E_D_I_T_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
+ "Edit executionEnvironment": "E_D_I_T_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
+ "Edit host": "E_D_I_T_ _H_O_S_T",
+ "Edit instance": "E_D_I_T_ _I_N_S_T_A_N_C_E",
+ "Edit instance group": "E_D_I_T_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Edit inventory": "E_D_I_T_ _I_N_V_E_N_T_O_R_Y",
+ "Edit organization": "E_D_I_T_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Edit project": "E_D_I_T_ _P_R_O_J_E_C_T",
+ "Edit repository": "E_D_I_T_ _R_E_P_O_S_I_T_O_R_Y",
+ "Edit rule": "E_D_I_T_ _R_U_L_E",
+ "Edit rulebook": "E_D_I_T_ _R_U_L_E_B_O_O_K",
+ "Edit rulebook activation": "E_D_I_T_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
+ "Edit rulebookActivation": "E_D_I_T_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N",
+ "Edit team": "E_D_I_T_ _T_E_A_M",
+ "Edit Template": "E_D_I_T_ _T_E_M_P_L_A_T_E",
+ "Edit user": "E_D_I_T_ _U_S_E_R",
+ "Email": "E_M_A_I_L",
+ "Enabled": "E_N_A_B_L_E_D",
+ "Enter a friendly name for the automation server": "E_N_T_E_R_ _A_ _F_R_I_E_N_D_L_Y_ _N_A_M_E_ _F_O_R_ _T_H_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
+ "Enter collection": "E_N_T_E_R_ _C_O_L_L_E_C_T_I_O_N",
+ "Enter description": "E_N_T_E_R_ _D_E_S_C_R_I_P_T_I_O_N",
+ "Enter inventory": "E_N_T_E_R_ _I_N_V_E_N_T_O_R_Y",
+ "Enter keywords": "E_N_T_E_R_ _K_E_Y_W_O_R_D_S",
+ "Enter name": "E_N_T_E_R_ _N_A_M_E",
+ "Enter namespace": "E_N_T_E_R_ _N_A_M_E_S_P_A_C_E",
+ "Enter password": "E_N_T_E_R_ _P_A_S_S_W_O_R_D",
+ "Enter tags": "E_N_T_E_R_ _T_A_G_S",
+ "Enter the name": "E_N_T_E_R_ _T_H_E_ _N_A_M_E",
+ "Enter the organization": "E_N_T_E_R_ _T_H_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Enter the URL": "E_N_T_E_R_ _T_H_E_ _U_R_L",
+ "Enter the url of the automation server": "E_N_T_E_R_ _T_H_E_ _U_R_L_ _O_F_ _T_H_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
+ "Enter username": "E_N_T_E_R_ _U_S_E_R_N_A_M_E",
+ "Error": "E_R_R_O_R",
+ "Error loading approvals": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _A_P_P_R_O_V_A_L_S",
+ "Error loading automation servers": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
+ "Error loading collections": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Error loading credentials": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _C_R_E_D_E_N_T_I_A_L_S",
+ "Error loading execution environments": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
+ "Error loading hosts": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _H_O_S_T_S",
+ "Error loading instance groups": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
+ "Error loading instances": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _I_N_S_T_A_N_C_E_S",
+ "Error loading inventories": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Error loading jobs": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _J_O_B_S",
+ "Error loading namespaces": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _N_A_M_E_S_P_A_C_E_S",
+ "Error loading organizations": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Error loading projects": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _P_R_O_J_E_C_T_S",
+ "Error loading remote registries": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_E_M_O_T_E_ _R_E_G_I_S_T_R_I_E_S",
+ "Error loading repositories": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_E_P_O_S_I_T_O_R_I_E_S",
+ "Error loading roles": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_O_L_E_S",
+ "Error loading rulebook activations": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S",
+ "Error loading rulebooks": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_U_L_E_B_O_O_K_S",
+ "Error loading rules": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _R_U_L_E_S",
+ "Error loading signature keys": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _S_I_G_N_A_T_U_R_E_ _K_E_Y_S",
+ "Error loading tasks": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _T_A_S_K_S",
+ "Error loading teams": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _T_E_A_M_S",
+ "Error loading templates": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _T_E_M_P_L_A_T_E_S",
+ "Error loading users": "E_R_R_O_R_ _L_O_A_D_I_N_G_ _U_S_E_R_S",
+ "Event driven": "E_V_E_N_T_ _D_R_I_V_E_N",
+ "Event driven automation": "E_V_E_N_T_ _D_R_I_V_E_N_ _A_U_T_O_M_A_T_I_O_N",
+ "Examples": "E_X_A_M_P_L_E_S",
+ "Execution": "E_X_E_C_U_T_I_O_N",
+ "Execution environment": "E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
+ "Execution environments": "E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
+ "Execution Environments": "E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S",
+ "Execution node": "E_X_E_C_U_T_I_O_N_ _N_O_D_E",
+ "Execution nodes run jobs under ansible-runner with podman isolation": {
+ " This node type is similar to isolated nodes": {
+ " This is the default node type for execution plane nodes": "E_X_E_C_U_T_I_O_N_ _N_O_D_E_S_ _R_U_N_ _J_O_B_S_ _U_N_D_E_R_ _A_N_S_I_B_L_E_-_R_U_N_N_E_R_ _W_I_T_H_ _P_O_D_M_A_N_ _I_S_O_L_A_T_I_O_N_._ _T_H_I_S_ _N_O_D_E_ _T_Y_P_E_ _I_S_ _S_I_M_I_L_A_R_ _T_O_ _I_S_O_L_A_T_E_D_ _N_O_D_E_S_._ _T_H_I_S_ _I_S_ _T_H_E_ _D_E_F_A_U_L_T_ _N_O_D_E_ _T_Y_P_E_ _F_O_R_ _E_X_E_C_U_T_I_O_N_ _P_L_A_N_E_ _N_O_D_E_S_."
+ }
+ },
+ "executionEnvironments": {
+ "title": {
+ "description": "E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
+ "help": "E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_._T_I_T_L_E_._H_E_L_P"
+ }
+ },
+ "ExecutionEnvironments": "E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Failed": "F_A_I_L_E_D",
+ "Failed to relaunch job": "F_A_I_L_E_D_ _T_O_ _R_E_L_A_U_N_C_H_ _J_O_B",
+ "Featured Collections": "F_E_A_T_U_R_E_D_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Filter By Job Type": "F_I_L_T_E_R_ _B_Y_ _J_O_B_ _T_Y_P_E",
+ "Filter by name": "F_I_L_T_E_R_ _B_Y_ _N_A_M_E",
+ "Filter By Status": "F_I_L_T_E_R_ _B_Y_ _S_T_A_T_U_S",
+ "Find content": "F_I_N_D_ _C_O_N_T_E_N_T",
+ "Fingerprint": "F_I_N_G_E_R_P_R_I_N_T",
+ "Finished": "F_I_N_I_S_H_E_D",
+ "First name": "F_I_R_S_T_ _N_A_M_E",
+ "Galaxy credentials": "G_A_L_A_X_Y_ _C_R_E_D_E_N_T_I_A_L_S",
+ "Generate token": "G_E_N_E_R_A_T_E_ _T_O_K_E_N",
+ "Generating a new token will delete your old token": "G_E_N_E_R_A_T_I_N_G_ _A_ _N_E_W_ _T_O_K_E_N_ _W_I_L_L_ _D_E_L_E_T_E_ _Y_O_U_R_ _O_L_D_ _T_O_K_E_N_.",
+ "Git": "G_I_T",
+ "has read and write access limited to the resources (such as inventory, projects, and job templates) for which that user has been granted the appropriate roles and privileges": "H_A_S_ _R_E_A_D_ _A_N_D_ _W_R_I_T_E_ _A_C_C_E_S_S_ _L_I_M_I_T_E_D_ _T_O_ _T_H_E_ _R_E_S_O_U_R_C_E_S_ _(_S_U_C_H_ _A_S_ _I_N_V_E_N_T_O_R_Y_,_ _P_R_O_J_E_C_T_S_,_ _A_N_D_ _J_O_B_ _T_E_M_P_L_A_T_E_S_)_ _F_O_R_ _W_H_I_C_H_ _T_H_A_T_ _U_S_E_R_ _H_A_S_ _B_E_E_N_ _G_R_A_N_T_E_D_ _T_H_E_ _A_P_P_R_O_P_R_I_A_T_E_ _R_O_L_E_S_ _A_N_D_ _P_R_I_V_I_L_E_G_E_S",
+ "Health check failed": "H_E_A_L_T_H_ _C_H_E_C_K_ _F_A_I_L_E_D",
+ "Health check running": "H_E_A_L_T_H_ _C_H_E_C_K_ _R_U_N_N_I_N_G",
+ "Health check success": "H_E_A_L_T_H_ _C_H_E_C_K_ _S_U_C_C_E_S_S",
+ "Healthy": "H_E_A_L_T_H_Y",
+ "Hop": "H_O_P",
+ "HOP node": "H_O_P_ _N_O_D_E",
+ "Hosts": "H_O_S_T_S",
+ "Hybrid": "H_Y_B_R_I_D",
+ "Hybrid is the default node type for control plane nodes, responsible for automation controller runtime functions like project updates, management jobs and ansible-runner task operations": {
+ " Hybrid nodes are also used for automation execution": "H_Y_B_R_I_D_ _I_S_ _T_H_E_ _D_E_F_A_U_L_T_ _N_O_D_E_ _T_Y_P_E_ _F_O_R_ _C_O_N_T_R_O_L_ _P_L_A_N_E_ _N_O_D_E_S_,_ _R_E_S_P_O_N_S_I_B_L_E_ _F_O_R_ _A_U_T_O_M_A_T_I_O_N_ _C_O_N_T_R_O_L_L_E_R_ _R_U_N_T_I_M_E_ _F_U_N_C_T_I_O_N_S_ _L_I_K_E_ _P_R_O_J_E_C_T_ _U_P_D_A_T_E_S_,_ _M_A_N_A_G_E_M_E_N_T_ _J_O_B_S_ _A_N_D_ _A_N_S_I_B_L_E_-_R_U_N_N_E_R_ _T_A_S_K_ _O_P_E_R_A_T_I_O_N_S_._ _H_Y_B_R_I_D_ _N_O_D_E_S_ _A_R_E_ _A_L_S_O_ _U_S_E_D_ _F_O_R_ _A_U_T_O_M_A_T_I_O_N_ _E_X_E_C_U_T_I_O_N_."
+ },
+ "Hybrid node": "H_Y_B_R_I_D_ _N_O_D_E",
+ "ID": "I_D",
+ "Image": "I_M_A_G_E",
+ "Import log": "I_M_P_O_R_T_ _L_O_G",
+ "Install": "I_N_S_T_A_L_L",
+ "Installation": "I_N_S_T_A_L_L_A_T_I_O_N",
+ "Instance group": "I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Instance groups": "I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
+ "Instances": "I_N_S_T_A_N_C_E_S",
+ "Invalid username or password": {
+ " Please try again": "I_N_V_A_L_I_D_ _U_S_E_R_N_A_M_E_ _O_R_ _P_A_S_S_W_O_R_D_._ _P_L_E_A_S_E_ _T_R_Y_ _A_G_A_I_N_."
+ },
+ "Inventories": "I_N_V_E_N_T_O_R_I_E_S",
+ "Inventory": "I_N_V_E_N_T_O_R_Y",
+ "Inventory Sync": "I_N_V_E_N_T_O_R_Y_ _S_Y_N_C",
+ "Job relaunched": "J_O_B_ _R_E_L_A_U_N_C_H_E_D",
+ "Job templates": "J_O_B_ _T_E_M_P_L_A_T_E_S",
+ "Job Type": "J_O_B_ _T_Y_P_E",
+ "jobs": {
+ "title": {
+ "description": "J_O_B_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
+ "help": "J_O_B_S_._T_I_T_L_E_._H_E_L_P"
+ }
+ },
+ "Jobs": "J_O_B_S",
+ "Key": "K_E_Y",
+ "Keywords": "K_E_Y_W_O_R_D_S",
+ "Label Name": "L_A_B_E_L_ _N_A_M_E",
+ "Last health check": "L_A_S_T_ _H_E_A_L_T_H_ _C_H_E_C_K",
+ "Last modified": "L_A_S_T_ _M_O_D_I_F_I_E_D",
+ "Last name": "L_A_S_T_ _N_A_M_E",
+ "Last sync": "L_A_S_T_ _S_Y_N_C",
+ "Launched By (Username)": "L_A_U_N_C_H_E_D_ _B_Y_ _(_U_S_E_R_N_A_M_E_)",
+ "License": "L_I_C_E_N_S_E",
+ "Limit": "L_I_M_I_T",
+ "Local": "L_O_C_A_L",
+ "Log In": "L_O_G_ _I_N",
+ "Logout": "L_O_G_O_U_T",
+ "Machine": "M_A_C_H_I_N_E",
+ "Manage automation servers": "M_A_N_A_G_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
+ "Management Job": "M_A_N_A_G_E_M_E_N_T_ _J_O_B",
+ "Manual": "M_A_N_U_A_L",
+ "Members": "M_E_M_B_E_R_S",
+ "Memory": "M_E_M_O_R_Y",
+ "Modified": "M_O_D_I_F_I_E_D",
+ "Modified by": "M_O_D_I_F_I_E_D_ _B_Y",
+ "Modules": "M_O_D_U_L_E_S",
+ "My namespaces": "M_Y_ _N_A_M_E_S_P_A_C_E_S",
+ "Name": "N_A_M_E",
+ "Namespace": "N_A_M_E_S_P_A_C_E",
+ "Namespaces": "N_A_M_E_S_P_A_C_E_S",
+ "Needs review": "N_E_E_D_S_ _R_E_V_I_E_W",
+ "Never updated": "N_E_V_E_R_ _U_P_D_A_T_E_D",
+ "New": "N_E_W",
+ "No approvals yet": "N_O_ _A_P_P_R_O_V_A_L_S_ _Y_E_T",
+ "No collections yet": "N_O_ _C_O_L_L_E_C_T_I_O_N_S_ _Y_E_T",
+ "No credentials yet": "N_O_ _C_R_E_D_E_N_T_I_A_L_S_ _Y_E_T",
+ "No execution environments yet": "N_O_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_S_ _Y_E_T",
+ "No hosts yet": "N_O_ _H_O_S_T_S_ _Y_E_T",
+ "No instance groups yet": "N_O_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_ _Y_E_T",
+ "No instances yet": "N_O_ _I_N_S_T_A_N_C_E_S_ _Y_E_T",
+ "No inventories yet": "N_O_ _I_N_V_E_N_T_O_R_I_E_S_ _Y_E_T",
+ "No jobs yet": "N_O_ _J_O_B_S_ _Y_E_T",
+ "No namespaces yet": "N_O_ _N_A_M_E_S_P_A_C_E_S_ _Y_E_T",
+ "No organizations yet": "N_O_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_ _Y_E_T",
+ "No projects yet": "N_O_ _P_R_O_J_E_C_T_S_ _Y_E_T",
+ "No remote registries yet": "N_O_ _R_E_M_O_T_E_ _R_E_G_I_S_T_R_I_E_S_ _Y_E_T",
+ "No repositories yet": "N_O_ _R_E_P_O_S_I_T_O_R_I_E_S_ _Y_E_T",
+ "No results found": "N_O_ _R_E_S_U_L_T_S_ _F_O_U_N_D",
+ "No results match this filter criteria": {
+ " Adjust your filters and try again": "N_O_ _R_E_S_U_L_T_S_ _M_A_T_C_H_ _T_H_I_S_ _F_I_L_T_E_R_ _C_R_I_T_E_R_I_A_._ _A_D_J_U_S_T_ _Y_O_U_R_ _F_I_L_T_E_R_S_ _A_N_D_ _T_R_Y_ _A_G_A_I_N_."
+ },
+ "No rulebook activations yet": "N_O_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S_ _Y_E_T",
+ "No rulebooks yet": "N_O_ _R_U_L_E_B_O_O_K_S_ _Y_E_T",
+ "No rules yet": "N_O_ _R_U_L_E_S_ _Y_E_T",
+ "No signature keys yet": "N_O_ _S_I_G_N_A_T_U_R_E_ _K_E_Y_S_ _Y_E_T",
+ "No tasks yet": "N_O_ _T_A_S_K_S_ _Y_E_T",
+ "No teams yet": "N_O_ _T_E_A_M_S_ _Y_E_T",
+ "No Templates yet": "N_O_ _T_E_M_P_L_A_T_E_S_ _Y_E_T",
+ "No users yet": "N_O_ _U_S_E_R_S_ _Y_E_T",
+ "Node instances": "N_O_D_E_ _I_N_S_T_A_N_C_E_S",
+ "Node type": "N_O_D_E_ _T_Y_P_E",
+ "Normal user": "N_O_R_M_A_L_ _U_S_E_R",
+ "Notes": "N_O_T_E_S",
+ "Notifications": "N_O_T_I_F_I_C_A_T_I_O_N_S",
+ "Organization": "O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Organization not found": "O_R_G_A_N_I_Z_A_T_I_O_N_ _N_O_T_ _F_O_U_N_D",
+ "organizations": {
+ "title": {
+ "description": "O_R_G_A_N_I_Z_A_T_I_O_N_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
+ "help": "O_R_G_A_N_I_Z_A_T_I_O_N_S_._T_I_T_L_E_._H_E_L_P"
+ }
+ },
+ "Organizations": "O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Parameter": "P_A_R_A_M_E_T_E_R",
+ "Parameters": "P_A_R_A_M_E_T_E_R_S",
+ "Password": "P_A_S_S_W_O_R_D",
+ "Password does not match": "P_A_S_S_W_O_R_D_ _D_O_E_S_ _N_O_T_ _M_A_T_C_H_.",
+ "Pending": "P_E_N_D_I_N_G",
+ "Permanently delete collections_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Permanently delete collections_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Permanently delete collections_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_O_L_L_E_C_T_I_O_N_S",
+ "Permanently delete credential": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L",
+ "Permanently delete credentials": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _C_R_E_D_E_N_T_I_A_L_S",
+ "Permanently delete executionEnvironment": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T",
+ "Permanently delete executionEnvironments": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Permanently delete executionEnvironments_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Permanently delete executionEnvironments_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Permanently delete executionEnvironments_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S",
+ "Permanently delete hosts_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _H_O_S_T_S",
+ "Permanently delete hosts_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _H_O_S_T_S",
+ "Permanently delete hosts_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _H_O_S_T_S",
+ "Permanently delete instance group": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P",
+ "Permanently delete instance groups": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S",
+ "Permanently delete inventories": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Permanently delete inventories_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Permanently delete inventories_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Permanently delete inventories_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_I_E_S",
+ "Permanently delete inventory": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _I_N_V_E_N_T_O_R_Y",
+ "Permanently delete jobs_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _J_O_B_S",
+ "Permanently delete jobs_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _J_O_B_S",
+ "Permanently delete jobs_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _J_O_B_S",
+ "Permanently delete organization": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Permanently delete organizations": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Permanently delete projects_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
+ "Permanently delete projects_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
+ "Permanently delete projects_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _P_R_O_J_E_C_T_S",
+ "Permanently delete rulebookActivations_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
+ "Permanently delete rulebookActivations_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
+ "Permanently delete rulebookActivations_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
+ "Permanently delete rulebooks_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
+ "Permanently delete rulebooks_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
+ "Permanently delete rulebooks_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_B_O_O_K_S",
+ "Permanently delete rules_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_S",
+ "Permanently delete rules_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_S",
+ "Permanently delete rules_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _R_U_L_E_S",
+ "Permanently delete servers_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _S_E_R_V_E_R_S",
+ "Permanently delete servers_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _S_E_R_V_E_R_S",
+ "Permanently delete servers_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _S_E_R_V_E_R_S",
+ "Permanently delete teams_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_A_M_S",
+ "Permanently delete teams_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_A_M_S",
+ "Permanently delete teams_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_A_M_S",
+ "Permanently delete template": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_M_P_L_A_T_E",
+ "Permanently delete templates": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _T_E_M_P_L_A_T_E_S",
+ "Permanently delete users_one": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _U_S_E_R_S",
+ "Permanently delete users_many": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _U_S_E_R_S",
+ "Permanently delete users_other": "P_E_R_M_A_N_E_N_T_L_Y_ _D_E_L_E_T_E_ _U_S_E_R_S",
+ "Playbook Check": "P_L_A_Y_B_O_O_K_ _C_H_E_C_K",
+ "Playbook Run": "P_L_A_Y_B_O_O_K_ _R_U_N",
+ "Please run a job to populate this list": "P_L_E_A_S_E_ _R_U_N_ _A_ _J_O_B_ _T_O_ _P_O_P_U_L_A_T_E_ _T_H_I_S_ _L_I_S_T_.",
+ "Plugins": "P_L_U_G_I_N_S",
+ "Policy type": "P_O_L_I_C_Y_ _T_Y_P_E",
+ "Project": "P_R_O_J_E_C_T",
+ "Projects": "P_R_O_J_E_C_T_S",
+ "Public key": "P_U_B_L_I_C_ _K_E_Y",
+ "Published": "P_U_B_L_I_S_H_E_D",
+ "Readme": "R_E_A_D_M_E",
+ "Red Hat": "R_E_D_ _H_A_T",
+ "Red Hat certified": "R_E_D_ _H_A_T_ _C_E_R_T_I_F_I_E_D",
+ "Red Hat insights": "R_E_D_ _H_A_T_ _I_N_S_I_G_H_T_S",
+ "Registry URL": "R_E_G_I_S_T_R_Y_ _U_R_L",
+ "Reject": "R_E_J_E_C_T",
+ "Rejected": "R_E_J_E_C_T_E_D",
+ "Relaunch job": "R_E_L_A_U_N_C_H_ _J_O_B",
+ "Relaunch on all hosts": "R_E_L_A_U_N_C_H_ _O_N_ _A_L_L_ _H_O_S_T_S",
+ "Relaunch on failed hosts": "R_E_L_A_U_N_C_H_ _O_N_ _F_A_I_L_E_D_ _H_O_S_T_S",
+ "Relaunch using host parameters": "R_E_L_A_U_N_C_H_ _U_S_I_N_G_ _H_O_S_T_ _P_A_R_A_M_E_T_E_R_S",
+ "Relaunching job": "R_E_L_A_U_N_C_H_I_N_G_ _J_O_B",
+ "Remote": "R_E_M_O_T_E",
+ "Remote archive": "R_E_M_O_T_E_ _A_R_C_H_I_V_E",
+ "Remote registries": "R_E_M_O_T_E_ _R_E_G_I_S_T_R_I_E_S",
+ "Remove": "R_E_M_O_V_E",
+ "Remove automation server": "R_E_M_O_V_E_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
+ "Remove role from user": "R_E_M_O_V_E_ _R_O_L_E_ _F_R_O_M_ _U_S_E_R",
+ "Remove roles": "R_E_M_O_V_E_ _R_O_L_E_S",
+ "Remove selected automation servers": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_S",
+ "Remove selected roles from user": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _R_O_L_E_S_ _F_R_O_M_ _U_S_E_R",
+ "Remove selected users": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S",
+ "Remove selected users from organizations": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Remove selected users from teams": "R_E_M_O_V_E_ _S_E_L_E_C_T_E_D_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
+ "Remove user": "R_E_M_O_V_E_ _U_S_E_R",
+ "Remove user from organization": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Remove user from organizations": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Remove user from selected organizations": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Remove user from selected teams": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
+ "Remove user from team": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M",
+ "Remove user from teams": "R_E_M_O_V_E_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
+ "Remove users from organization": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Remove users from organizations_one": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Remove users from organizations_many": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Remove users from organizations_other": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Remove users from selected organizations": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Remove users from selected teams": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _S_E_L_E_C_T_E_D_ _T_E_A_M_S",
+ "Remove users from team": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M",
+ "Remove users from teams_one": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
+ "Remove users from teams_many": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
+ "Remove users from teams_other": "R_E_M_O_V_E_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
+ "Removing user from organizations": {
+ "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
+ },
+ "Removing user from organizations_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Removing user from organizations_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Removing user from organizations_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Removing user from teams": {
+ "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S_._._.",
+ "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S_._._.",
+ "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S_._._."
+ },
+ "Removing user from teams_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
+ "Removing user from teams_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
+ "Removing user from teams_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_ _F_R_O_M_ _T_E_A_M_S",
+ "Removing users from organizations": {
+ "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._.",
+ "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_._._."
+ },
+ "Removing users from organizations_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Removing users from organizations_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Removing users from organizations_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _O_R_G_A_N_I_Z_A_T_I_O_N_S",
+ "Removing users from teams": {
+ "_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S_._._.",
+ "_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S_._._.",
+ "_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S_._._."
+ },
+ "Removing users from teams_one": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
+ "Removing users from teams_many": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
+ "Removing users from teams_other": "R_E_M_O_V_I_N_G_ _U_S_E_R_S_ _F_R_O_M_ _T_E_A_M_S",
+ "Repositories": "R_E_P_O_S_I_T_O_R_I_E_S",
+ "Repository": "R_E_P_O_S_I_T_O_R_Y",
+ "Repository management": "R_E_P_O_S_I_T_O_R_Y_ _M_A_N_A_G_E_M_E_N_T",
+ "Requires": "R_E_Q_U_I_R_E_S",
+ "Resource name": "R_E_S_O_U_R_C_E_ _N_A_M_E",
+ "Resource type": "R_E_S_O_U_R_C_E_ _T_Y_P_E",
+ "Resources": "R_E_S_O_U_R_C_E_S",
+ "Returned": "R_E_T_U_R_N_E_D",
+ "Returns": "R_E_T_U_R_N_S",
+ "Revision": "R_E_V_I_S_I_O_N",
+ "Role": "R_O_L_E",
+ "Roles": "R_O_L_E_S",
+ "Rule": "R_U_L_E",
+ "Rulebook": "R_U_L_E_B_O_O_K",
+ "Rulebook activation": "R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
+ "Rulebook activations": "R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_S",
+ "RulebookActivations": "R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S",
+ "Rulebooks": "R_U_L_E_B_O_O_K_S",
+ "Rules": "R_U_L_E_S",
+ "Run health check": "R_U_N_ _H_E_A_L_T_H_ _C_H_E_C_K",
+ "Running": "R_U_N_N_I_N_G",
+ "Running jobs": "R_U_N_N_I_N_G_ _J_O_B_S",
+ "Save execution environment": "S_A_V_E_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T",
+ "Save instance": "S_A_V_E_ _I_N_S_T_A_N_C_E",
+ "Save inventory": "S_A_V_E_ _I_N_V_E_N_T_O_R_Y",
+ "Save organization": "S_A_V_E_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Save project": "S_A_V_E_ _P_R_O_J_E_C_T",
+ "Save rule": "S_A_V_E_ _R_U_L_E",
+ "Save rulebook": "S_A_V_E_ _R_U_L_E_B_O_O_K",
+ "Save rulebook activation": "S_A_V_E_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N",
+ "Save team": "S_A_V_E_ _T_E_A_M",
+ "Save user": "S_A_V_E_ _U_S_E_R",
+ "Select an organization": "S_E_L_E_C_T_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N",
+ "Select automation server": "S_E_L_E_C_T_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R",
+ "Select automation type": "S_E_L_E_C_T_ _A_U_T_O_M_A_T_I_O_N_ _T_Y_P_E",
+ "Select repository": "S_E_L_E_C_T_ _R_E_P_O_S_I_T_O_R_Y",
+ "Select signature": "S_E_L_E_C_T_ _S_I_G_N_A_T_U_R_E",
+ "Select statuses": "S_E_L_E_C_T_ _S_T_A_T_U_S_E_S",
+ "Select type": "S_E_L_E_C_T_ _T_Y_P_E",
+ "Select types": "S_E_L_E_C_T_ _T_Y_P_E_S",
+ "Selected": "S_E_L_E_C_T_E_D",
+ "Signature": "S_I_G_N_A_T_U_R_E",
+ "Signature keys": "S_I_G_N_A_T_U_R_E_ _K_E_Y_S",
+ "SignatureKeys": "S_I_G_N_A_T_U_R_E_K_E_Y_S",
+ "Signed": "S_I_G_N_E_D",
+ "Signed state": "S_I_G_N_E_D_ _S_T_A_T_E",
+ "similar to a jump host, hop nodes will route traffic to other execution nodes": {
+ " Hop nodes cannot execute automation": "S_I_M_I_L_A_R_ _T_O_ _A_ _J_U_M_P_ _H_O_S_T_,_ _H_O_P_ _N_O_D_E_S_ _W_I_L_L_ _R_O_U_T_E_ _T_R_A_F_F_I_C_ _T_O_ _O_T_H_E_R_ _E_X_E_C_U_T_I_O_N_ _N_O_D_E_S_._ _H_O_P_ _N_O_D_E_S_ _C_A_N_N_O_T_ _E_X_E_C_U_T_E_ _A_U_T_O_M_A_T_I_O_N_."
+ },
+ "Source Control Update": "S_O_U_R_C_E_ _C_O_N_T_R_O_L_ _U_P_D_A_T_E",
+ "Started": "S_T_A_R_T_E_D",
+ "Status": "S_T_A_T_U_S",
+ "Subversion": "S_U_B_V_E_R_S_I_O_N",
+ "Successful": "S_U_C_C_E_S_S_F_U_L",
+ "Sync": "S_Y_N_C",
+ "Sync repository": "S_Y_N_C_ _R_E_P_O_S_I_T_O_R_Y",
+ "Sync status": "S_Y_N_C_ _S_T_A_T_U_S",
+ "Synced": "S_Y_N_C_E_D",
+ "Synopsis": "S_Y_N_O_P_S_I_S",
+ "System administrator": "S_Y_S_T_E_M_ _A_D_M_I_N_I_S_T_R_A_T_O_R",
+ "System administrators have unrestricted access to all resources": "S_Y_S_T_E_M_ _A_D_M_I_N_I_S_T_R_A_T_O_R_S_ _H_A_V_E_ _U_N_R_E_S_T_R_I_C_T_E_D_ _A_C_C_E_S_S_ _T_O_ _A_L_L_ _R_E_S_O_U_R_C_E_S_.",
+ "System auditor": "S_Y_S_T_E_M_ _A_U_D_I_T_O_R",
+ "Tags": "T_A_G_S",
+ "Task": "T_A_S_K",
+ "Task management": "T_A_S_K_ _M_A_N_A_G_E_M_E_N_T",
+ "Task name": "T_A_S_K_ _N_A_M_E",
+ "Tasks": "T_A_S_K_S",
+ "Team": "T_E_A_M",
+ "teams": {
+ "title": {
+ "description": "T_E_A_M_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
+ "help": "T_E_A_M_S_._T_I_T_L_E_._H_E_L_P"
+ }
+ },
+ "Teams": "T_E_A_M_S",
+ "Templates": "T_E_M_P_L_A_T_E_S",
+ "The collection cannot be imported": {
+ " Please create namespace before importing": "T_H_E_ _C_O_L_L_E_C_T_I_O_N_ _C_A_N_N_O_T_ _B_E_ _I_M_P_O_R_T_E_D_._ _P_L_E_A_S_E_ _C_R_E_A_T_E_ _N_A_M_E_S_P_A_C_E_ _B_E_F_O_R_E_ _I_M_P_O_R_T_I_N_G_."
+ },
+ "The job cannot be canceled because it is not running": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _C_A_N_C_E_L_E_D_ _B_E_C_A_U_S_E_ _I_T_ _I_S_ _N_O_T_ _R_U_N_N_I_N_G",
+ "The job cannot be canceled due to insufficient permission": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _C_A_N_C_E_L_E_D_ _D_U_E_ _T_O_ _I_N_S_U_F_F_I_C_I_E_N_T_ _P_E_R_M_I_S_S_I_O_N",
+ "The job cannot be deleted due to a running job status": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _D_E_L_E_T_E_D_ _D_U_E_ _T_O_ _A_ _R_U_N_N_I_N_G_ _J_O_B_ _S_T_A_T_U_S",
+ "The job cannot be deleted due to insufficient permission": "T_H_E_ _J_O_B_ _C_A_N_N_O_T_ _B_E_ _D_E_L_E_T_E_D_ _D_U_E_ _T_O_ _I_N_S_U_F_F_I_C_I_E_N_T_ _P_E_R_M_I_S_S_I_O_N",
+ "This is the description of the collection": "T_H_I_S_ _I_S_ _T_H_E_ _D_E_S_C_R_I_P_T_I_O_N_ _O_F_ _T_H_E_ _C_O_L_L_E_C_T_I_O_N_.",
+ "To get started, add an automation server": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _A_N_ _A_U_T_O_M_A_T_I_O_N_ _S_E_R_V_E_R_.",
+ "To get started, add roles to the user": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _R_O_L_E_S_ _T_O_ _T_H_E_ _U_S_E_R_.",
+ "To get started, add the user to a team": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _T_H_E_ _U_S_E_R_ _T_O_ _A_ _T_E_A_M_.",
+ "To get started, add the user to an organization": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _A_D_D_ _T_H_E_ _U_S_E_R_ _T_O_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N_.",
+ "To get started, create a execution evironment": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _E_X_E_C_U_T_I_O_N_ _E_V_I_R_O_N_M_E_N_T_.",
+ "To get started, create a inventory": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _I_N_V_E_N_T_O_R_Y_.",
+ "To get started, create a project": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _P_R_O_J_E_C_T_.",
+ "To get started, create a rule": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _R_U_L_E_.",
+ "To get started, create a rulebook": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _R_U_L_E_B_O_O_K_.",
+ "To get started, create a rulebook activation": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _R_U_L_E_B_O_O_K_ _A_C_T_I_V_A_T_I_O_N_.",
+ "To get started, create a team": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _T_E_A_M_.",
+ "To get started, create a template": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _T_E_M_P_L_A_T_E_.",
+ "To get started, create a user": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_ _U_S_E_R_.",
+ "To get started, create an credential": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _C_R_E_D_E_N_T_I_A_L_.",
+ "To get started, create an execution environment": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _E_X_E_C_U_T_I_O_N_ _E_N_V_I_R_O_N_M_E_N_T_.",
+ "To get started, create an host": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _H_O_S_T_.",
+ "To get started, create an instance": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _I_N_S_T_A_N_C_E_.",
+ "To get started, create an instance group": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_.",
+ "To get started, create an inventory": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _I_N_V_E_N_T_O_R_Y_.",
+ "To get started, create an namespace": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _N_A_M_E_S_P_A_C_E_.",
+ "To get started, create an organization": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _O_R_G_A_N_I_Z_A_T_I_O_N_.",
+ "To get started, create an project": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _C_R_E_A_T_E_ _A_N_ _P_R_O_J_E_C_T_.",
+ "To get started, upload a collection": "T_O_ _G_E_T_ _S_T_A_R_T_E_D_,_ _U_P_L_O_A_D_ _A_ _C_O_L_L_E_C_T_I_O_N_.",
+ "Topology view": "T_O_P_O_L_O_G_Y_ _V_I_E_W",
+ "Total jobs": "T_O_T_A_L_ _J_O_B_S",
+ "Type": "T_Y_P_E",
+ "Under development": "U_N_D_E_R_ _D_E_V_E_L_O_P_M_E_N_T",
+ "Unknown": "U_N_K_N_O_W_N",
+ "Unsigned": "U_N_S_I_G_N_E_D",
+ "Unsynced": "U_N_S_Y_N_C_E_D",
+ "Updated": "U_P_D_A_T_E_D",
+ "Upload collection": "U_P_L_O_A_D_ _C_O_L_L_E_C_T_I_O_N",
+ "Upload new version": "U_P_L_O_A_D_ _N_E_W_ _V_E_R_S_I_O_N",
+ "Url": "U_R_L",
+ "URL": "U_R_L",
+ "Use namespaces to organize the collections created by automation developers in your organization": {
+ " Create namespaces, upload collections and add additional information and resources that help your end users in their automation tasks": "U_S_E_ _N_A_M_E_S_P_A_C_E_S_ _T_O_ _O_R_G_A_N_I_Z_E_ _T_H_E_ _C_O_L_L_E_C_T_I_O_N_S_ _C_R_E_A_T_E_D_ _B_Y_ _A_U_T_O_M_A_T_I_O_N_ _D_E_V_E_L_O_P_E_R_S_ _I_N_ _Y_O_U_R_ _O_R_G_A_N_I_Z_A_T_I_O_N_._ _C_R_E_A_T_E_ _N_A_M_E_S_P_A_C_E_S_,_ _U_P_L_O_A_D_ _C_O_L_L_E_C_T_I_O_N_S_ _A_N_D_ _A_D_D_ _A_D_D_I_T_I_O_N_A_L_ _I_N_F_O_R_M_A_T_I_O_N_ _A_N_D_ _R_E_S_O_U_R_C_E_S_ _T_H_A_T_ _H_E_L_P_ _Y_O_U_R_ _E_N_D_ _U_S_E_R_S_ _I_N_ _T_H_E_I_R_ _A_U_T_O_M_A_T_I_O_N_ _T_A_S_K_S_."
+ },
+ "Used capacity": "U_S_E_D_ _C_A_P_A_C_I_T_Y",
+ "User": "U_S_E_R",
+ "User details": "U_S_E_R_ _D_E_T_A_I_L_S",
+ "User does not have any roles": "U_S_E_R_ _D_O_E_S_ _N_O_T_ _H_A_V_E_ _A_N_Y_ _R_O_L_E_S_.",
+ "User is not a member of any organizations": "U_S_E_R_ _I_S_ _N_O_T_ _A_ _M_E_M_B_E_R_ _O_F_ _A_N_Y_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_.",
+ "User is not a member of any teams": "U_S_E_R_ _I_S_ _N_O_T_ _A_ _M_E_M_B_E_R_ _O_F_ _A_N_Y_ _T_E_A_M_S_.",
+ "User role": "U_S_E_R_ _R_O_L_E",
+ "User type": "U_S_E_R_ _T_Y_P_E",
+ "Username": "U_S_E_R_N_A_M_E",
+ "users": {
+ "title": {
+ "description": "U_S_E_R_S_._T_I_T_L_E_._D_E_S_C_R_I_P_T_I_O_N",
+ "help": "U_S_E_R_S_._T_I_T_L_E_._H_E_L_P"
+ }
+ },
+ "Users": "U_S_E_R_S",
+ "Validated": "V_A_L_I_D_A_T_E_D",
+ "Version": "V_E_R_S_I_O_N",
+ "Views": "V_I_E_W_S",
+ "Waiting": "W_A_I_T_I_N_G",
+ "Welcome to the": "W_E_L_C_O_M_E_ _T_O_ _T_H_E",
+ "Welcome to the ansible automation platform": "W_E_L_C_O_M_E_ _T_O_ _T_H_E_ _A_N_S_I_B_L_E_ _A_U_T_O_M_A_T_I_O_N_ _P_L_A_T_F_O_R_M",
+ "Workflow Job": "W_O_R_K_F_L_O_W_ _J_O_B",
+ "Yes, I confirm that I want to cancel these {{count}} jobs": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _C_A_N_C_E_L_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _C_A_N_C_E_L_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _C_A_N_C_E_L_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} collections": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_O_L_L_E_C_T_I_O_N_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_O_L_L_E_C_T_I_O_N_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_O_L_L_E_C_T_I_O_N_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} credentials": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_R_E_D_E_N_T_I_A_L_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_R_E_D_E_N_T_I_A_L_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _C_R_E_D_E_N_T_I_A_L_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} executionEnvironments": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _E_X_E_C_U_T_I_O_N_E_N_V_I_R_O_N_M_E_N_T_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} hosts": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _H_O_S_T_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _H_O_S_T_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _H_O_S_T_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} instance groups": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_S_T_A_N_C_E_ _G_R_O_U_P_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} inventories": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_V_E_N_T_O_R_I_E_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_V_E_N_T_O_R_I_E_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _I_N_V_E_N_T_O_R_I_E_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} jobs": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _J_O_B_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} organizations": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _O_R_G_A_N_I_Z_A_T_I_O_N_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} projects": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _P_R_O_J_E_C_T_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _P_R_O_J_E_C_T_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _P_R_O_J_E_C_T_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} rulebookActivations": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_A_C_T_I_V_A_T_I_O_N_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} rulebooks": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_B_O_O_K_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} rules": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _R_U_L_E_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} servers": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _S_E_R_V_E_R_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _S_E_R_V_E_R_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _S_E_R_V_E_R_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} teams": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_A_M_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_A_M_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_A_M_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} templates": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_M_P_L_A_T_E_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_M_P_L_A_T_E_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _T_E_M_P_L_A_T_E_S_."
+ },
+ "Yes, I confirm that I want to delete these {{count}} users": {
+ "_one": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _U_S_E_R_S_.",
+ "_many": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _U_S_E_R_S_.",
+ "_other": "Y_E_S_,_ _I_ _C_O_N_F_I_R_M_ _T_H_A_T_ _I_ _W_A_N_T_ _T_O_ _D_E_L_E_T_E_ _T_H_E_S_E_ _{{count}}_ _U_S_E_R_S_."
+ }
}
diff --git a/package-lock.json b/package-lock.json
index a0802d6e4b..87fd366142 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17566,6 +17566,21 @@
"resq": "1.10.2"
}
},
+ "node_modules/cypress-react-selector/node_modules/fast-deep-equal": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
+ "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==",
+ "dev": true
+ },
+ "node_modules/cypress-react-selector/node_modules/resq": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/resq/-/resq-1.10.2.tgz",
+ "integrity": "sha512-HmgVS3j+FLrEDBTDYysPdPVF9/hioDMJ/otOiQDKqk77YfZeeLOj0qi34yObumcud1gBpk+wpBTEg4kMicD++A==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^2.0.1"
+ }
+ },
"node_modules/cypress/node_modules/@types/node": {
"version": "14.18.36",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.36.tgz",
@@ -28870,21 +28885,6 @@
"lowercase-keys": "^1.0.0"
}
},
- "node_modules/resq": {
- "version": "1.11.0",
- "resolved": "https://registry.npmjs.org/resq/-/resq-1.11.0.tgz",
- "integrity": "sha512-G10EBz+zAAy3zUd/CDoBbXRL6ia9kOo3xRHrMDsHljI0GDkhYlyjwoCx5+3eCC4swi1uCoZQhskuJkj7Gp57Bw==",
- "dev": true,
- "dependencies": {
- "fast-deep-equal": "^2.0.1"
- }
- },
- "node_modules/resq/node_modules/fast-deep-equal": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
- "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==",
- "dev": true
- },
"node_modules/restore-cursor": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
@@ -47469,7 +47469,24 @@
"integrity": "sha512-AQCgwbcMDkIdYcf6knvLxqzBnejahIbJPHqUhARi8k+QbM8sgUBDds98PaHJVMdPiX2J8RJjXHmUMPD8VerPSw==",
"dev": true,
"requires": {
- "resq": "^1.11.0"
+ "resq": "1.10.2"
+ },
+ "dependencies": {
+ "fast-deep-equal": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
+ "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==",
+ "dev": true
+ },
+ "resq": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/resq/-/resq-1.10.2.tgz",
+ "integrity": "sha512-HmgVS3j+FLrEDBTDYysPdPVF9/hioDMJ/otOiQDKqk77YfZeeLOj0qi34yObumcud1gBpk+wpBTEg4kMicD++A==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^2.0.1"
+ }
+ }
}
},
"d3-array": {
@@ -55963,23 +55980,6 @@
"lowercase-keys": "^1.0.0"
}
},
- "resq": {
- "version": "1.11.0",
- "resolved": "https://registry.npmjs.org/resq/-/resq-1.11.0.tgz",
- "integrity": "sha512-G10EBz+zAAy3zUd/CDoBbXRL6ia9kOo3xRHrMDsHljI0GDkhYlyjwoCx5+3eCC4swi1uCoZQhskuJkj7Gp57Bw==",
- "dev": true,
- "requires": {
- "fast-deep-equal": "^2.0.1"
- },
- "dependencies": {
- "fast-deep-equal": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
- "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==",
- "dev": true
- }
- }
- },
"restore-cursor": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
diff --git a/package.json b/package.json
index fdfae7f17c..368d81245d 100644
--- a/package.json
+++ b/package.json
@@ -28,11 +28,11 @@
"tsc": "tsc -v && tsc --noEmit",
"eslint": "eslint --max-warnings=0 frontend proxy framework cypress",
"eslint:fix": "eslint --fix frontend proxy framework cypress",
- "eslint:changed": "eslint --max-warnings=0 $(git diff --name-only origin/main -- '*.ts' '*.tsx' '*.jsx' '*.js'| xargs)",
+ "eslint:changed": "eslint --max-warnings=0 $(git diff --name-only --diff-filter=M origin/main -- '*.ts' '*.tsx' '*.jsx' '*.js'| xargs)",
"prettier": "prettier --check !**/*.scss frontend proxy framework cypress",
"prettier:fix": "prettier --write frontend proxy framework cypress",
- "prettier:changed": "prettier --check $(git diff --name-only origin/main | xargs)",
- "prettier:changed:fix": "prettier --write $(git diff --name-only origin/main | xargs)",
+ "prettier:changed": "prettier --check $(git diff --name-only --diff-filter=M origin/main | xargs)",
+ "prettier:changed:fix": "prettier --write $(git diff --name-only --diff-filter=M origin/main | xargs)",
"upgrade": "npx npm-check-updates '/^@patternfly.*$/' --upgrade --target latest --doctor && npx npm-check-updates '/^(?!@patternfly).*$/' --upgrade --target minor --doctor && npm audit fix || true && npm dedup || true ",
"docker:build": "docker build --tag ansible/console .",
"docker:run": "npm run docker:build && docker run --rm -e LOG_LEVEL=debug -p 3001:3001 -e PORT=3001 -v $PWD/certs:/home/node/certs ansible/console| pino-zen",
@@ -169,8 +169,5 @@
"../frontend/src/**/*.ts",
"../frontend/src/**/*.tsx"
]
- },
- "overrides": {
- "resq": "^1.11.0"
}
}