mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Merge pull request #2947 from wenottingham/spelling-is-gud
Fix 'credential' typo. Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
949f383564
@ -2835,7 +2835,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: awx/main/models/credential/__init__.py:979
|
#: awx/main/models/credential/__init__.py:979
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine that corresponds to your CloudForm "
|
"Enter the URL for the virtual machine that corresponds to your CloudForms "
|
||||||
"instance. For example, https://cloudforms.example.org"
|
"instance. For example, https://cloudforms.example.org"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2835,7 +2835,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: awx/main/models/credential/__init__.py:979
|
#: awx/main/models/credential/__init__.py:979
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine that corresponds to your CloudForm "
|
"Enter the URL for the virtual machine that corresponds to your CloudForms "
|
||||||
"instance. For example, https://cloudforms.example.org"
|
"instance. For example, https://cloudforms.example.org"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -3086,7 +3086,7 @@ msgstr "URL CloudForms"
|
|||||||
|
|
||||||
#: awx/main/models/credential/__init__.py:982
|
#: awx/main/models/credential/__init__.py:982
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine that corresponds to your CloudForm "
|
"Enter the URL for the virtual machine that corresponds to your CloudForms "
|
||||||
"instance. For example, https://cloudforms.example.org"
|
"instance. For example, https://cloudforms.example.org"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Introduzca la URL para la máquina virtual que corresponda a su instancia "
|
"Introduzca la URL para la máquina virtual que corresponda a su instancia "
|
||||||
|
@ -3099,7 +3099,7 @@ msgstr "URL CloudForms"
|
|||||||
|
|
||||||
#: awx/main/models/credential/__init__.py:982
|
#: awx/main/models/credential/__init__.py:982
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine that corresponds to your CloudForm "
|
"Enter the URL for the virtual machine that corresponds to your CloudForms "
|
||||||
"instance. For example, https://cloudforms.example.org"
|
"instance. For example, https://cloudforms.example.org"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Veuillez saisir l’URL de la machine virtuelle qui correspond à votre "
|
"Veuillez saisir l’URL de la machine virtuelle qui correspond à votre "
|
||||||
|
@ -2858,7 +2858,7 @@ msgstr "CloudForms URL"
|
|||||||
|
|
||||||
#: awx/main/models/credential/__init__.py:982
|
#: awx/main/models/credential/__init__.py:982
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine that corresponds to your CloudForm "
|
"Enter the URL for the virtual machine that corresponds to your CloudForms "
|
||||||
"instance. For example, https://cloudforms.example.org"
|
"instance. For example, https://cloudforms.example.org"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"CloudForms インスタンスに対応する仮想マシンの URL を入力します (例: https://cloudforms.example.org)。"
|
"CloudForms インスタンスに対応する仮想マシンの URL を入力します (例: https://cloudforms.example.org)。"
|
||||||
|
@ -3072,7 +3072,7 @@ msgstr "CloudForms-URL"
|
|||||||
|
|
||||||
#: awx/main/models/credential/__init__.py:982
|
#: awx/main/models/credential/__init__.py:982
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine that corresponds to your CloudForm "
|
"Enter the URL for the virtual machine that corresponds to your CloudForms "
|
||||||
"instance. For example, https://cloudforms.example.org"
|
"instance. For example, https://cloudforms.example.org"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Voer de URL in voor de virtuele machine die overeenkomt met uw CloudForm-"
|
"Voer de URL in voor de virtuele machine die overeenkomt met uw CloudForm-"
|
||||||
|
@ -982,7 +982,7 @@ def cloudforms(cls):
|
|||||||
'label': ugettext_noop('CloudForms URL'),
|
'label': ugettext_noop('CloudForms URL'),
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'help_text': ugettext_noop('Enter the URL for the virtual machine that '
|
'help_text': ugettext_noop('Enter the URL for the virtual machine that '
|
||||||
'corresponds to your CloudForm instance. '
|
'corresponds to your CloudForms instance. '
|
||||||
'For example, https://cloudforms.example.org')
|
'For example, https://cloudforms.example.org')
|
||||||
}, {
|
}, {
|
||||||
'id': 'username',
|
'id': 'username',
|
||||||
|
@ -55,7 +55,7 @@ export default ['i18n', function(i18n){
|
|||||||
icon: 'fa-edit',
|
icon: 'fa-edit',
|
||||||
label: i18n._('Edit'),
|
label: i18n._('Edit'),
|
||||||
"class": 'btn-sm',
|
"class": 'btn-sm',
|
||||||
awToolTip: i18n._('Edit credenital type'),
|
awToolTip: i18n._('Edit credential type'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
ngShow: 'credential_type.summary_fields.user_capabilities.edit'
|
ngShow: 'credential_type.summary_fields.user_capabilities.edit'
|
||||||
},
|
},
|
||||||
|
@ -79,7 +79,7 @@ export default
|
|||||||
scope.host_required = true;
|
scope.host_required = true;
|
||||||
scope.hostLabel = i18n._("CloudForms URL");
|
scope.hostLabel = i18n._("CloudForms URL");
|
||||||
scope.hostPopOver = i18n.sprintf(i18n._("Enter the URL for the virtual machine which %s" +
|
scope.hostPopOver = i18n.sprintf(i18n._("Enter the URL for the virtual machine which %s" +
|
||||||
"corresponds to your CloudForm instance. %s" +
|
"corresponds to your CloudForms instance. %s" +
|
||||||
"For example, %s"), "<br />", "<br />", "https://cloudforms.example.org");
|
"For example, %s"), "<br />", "<br />", "https://cloudforms.example.org");
|
||||||
break;
|
break;
|
||||||
case 'net':
|
case 'net':
|
||||||
|
@ -136,7 +136,7 @@ export default
|
|||||||
scope.host_required = true;
|
scope.host_required = true;
|
||||||
scope.hostLabel = i18n._("CloudForms URL");
|
scope.hostLabel = i18n._("CloudForms URL");
|
||||||
scope.hostPopOver = i18n.sprintf(i18n._("Enter the URL for the virtual machine which %s" +
|
scope.hostPopOver = i18n.sprintf(i18n._("Enter the URL for the virtual machine which %s" +
|
||||||
"corresponds to your CloudForm instance. %s" +
|
"corresponds to your CloudForms instance. %s" +
|
||||||
"For example, %s"), "<br />", "<br />", "https://cloudforms.example.org");
|
"For example, %s"), "<br />", "<br />", "https://cloudforms.example.org");
|
||||||
break;
|
break;
|
||||||
case 'net':
|
case 'net':
|
||||||
|
@ -146,7 +146,7 @@ export default ['i18n', function(i18n) {
|
|||||||
ngClick: 'deletePermissionFromTeam(team_id, team_obj.name, permission.name, permission.summary_fields.resource_name, permission.related.teams)',
|
ngClick: 'deletePermissionFromTeam(team_id, team_obj.name, permission.name, permission.summary_fields.resource_name, permission.related.teams)',
|
||||||
'class': "List-actionButton--delete",
|
'class': "List-actionButton--delete",
|
||||||
iconClass: 'fa fa-times',
|
iconClass: 'fa fa-times',
|
||||||
awToolTip: i18n._('Dissasociate permission from team'),
|
awToolTip: i18n._('Dissassociate permission from team'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
ngShow: 'permission.summary_fields.user_capabilities.unattach'
|
ngShow: 'permission.summary_fields.user_capabilities.unattach'
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ export default
|
|||||||
{name: i18n._('Integer'), type: 'integer'},
|
{name: i18n._('Integer'), type: 'integer'},
|
||||||
{name: i18n._('Float'), type: 'float'}
|
{name: i18n._('Float'), type: 'float'}
|
||||||
];
|
];
|
||||||
scope.disableSurveyTooltip = i18n._('Disble Survey');
|
scope.disableSurveyTooltip = i18n._('Disable Survey');
|
||||||
scope.editQuestionTooltip = i18n._('Edit Question');
|
scope.editQuestionTooltip = i18n._('Edit Question');
|
||||||
scope.deleteQuestionTooltip = i18n._('Delete Question');
|
scope.deleteQuestionTooltip = i18n._('Delete Question');
|
||||||
scope.dragQuestionTooltip = i18n._('Drag to reorder question');
|
scope.dragQuestionTooltip = i18n._('Drag to reorder question');
|
||||||
|
@ -111,7 +111,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
|
|||||||
rows: 6,
|
rows: 6,
|
||||||
"default": "---",
|
"default": "---",
|
||||||
column: 2,
|
column: 2,
|
||||||
awPopOver:i18n._('Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentaton for example syntax.'),
|
awPopOver:i18n._('Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax.'),
|
||||||
dataTitle: i18n._('Extra Variables'),
|
dataTitle: i18n._('Extra Variables'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: "body",
|
dataContainer: "body",
|
||||||
|
@ -224,7 +224,7 @@ export default ['i18n', function(i18n) {
|
|||||||
label: i18n._('Remove'),
|
label: i18n._('Remove'),
|
||||||
ngClick: 'deletePermissionFromUser(user_id, username, permission.name, permission.summary_fields.resource_name, permission.related.users)',
|
ngClick: 'deletePermissionFromUser(user_id, username, permission.name, permission.summary_fields.resource_name, permission.related.users)',
|
||||||
iconClass: 'fa fa-times',
|
iconClass: 'fa fa-times',
|
||||||
awToolTip: i18n._('Dissasociate permission from user'),
|
awToolTip: i18n._('Dissassociate permission from user'),
|
||||||
ngShow: 'permission.summary_fields.user_capabilities.unattach'
|
ngShow: 'permission.summary_fields.user_capabilities.unattach'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1388,7 +1388,7 @@ msgid "Disassociate host"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
||||||
msgid "Disble Survey"
|
msgid "Disable Survey"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/configuration/forms/auth-form/configuration-auth.controller.js:54
|
#: client/src/configuration/forms/auth-form/configuration-auth.controller.js:54
|
||||||
@ -1398,11 +1398,11 @@ msgid "Discard changes"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/teams/teams.form.js:149
|
#: client/src/teams/teams.form.js:149
|
||||||
msgid "Dissasociate permission from team"
|
msgid "Dissassociate permission from team"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/users/users.form.js:227
|
#: client/src/users/users.form.js:227
|
||||||
msgid "Dissasociate permission from user"
|
msgid "Dissassociate permission from user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/templates/job_templates/job-template.form.js:270
|
#: client/src/templates/job_templates/job-template.form.js:270
|
||||||
@ -1525,7 +1525,7 @@ msgid "Edit Survey"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/credential-types/credential-types.list.js:58
|
#: client/src/credential-types/credential-types.list.js:58
|
||||||
msgid "Edit credenital type"
|
msgid "Edit credential type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/credentials/credentials.list.js:68
|
#: client/src/credentials/credentials.list.js:68
|
||||||
@ -1690,7 +1690,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: client/src/credentials/factories/become-method-change.factory.js:81
|
#: client/src/credentials/factories/become-method-change.factory.js:81
|
||||||
#: client/src/credentials/factories/kind-change.factory.js:138
|
#: client/src/credentials/factories/kind-change.factory.js:138
|
||||||
msgid "Enter the URL for the virtual machine which %scorresponds to your CloudForm instance. %sFor example, %s"
|
msgid "Enter the URL for the virtual machine which %scorresponds to your CloudForms instance. %sFor example, %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/credentials/factories/become-method-change.factory.js:71
|
#: client/src/credentials/factories/become-method-change.factory.js:71
|
||||||
@ -3495,7 +3495,7 @@ msgid "Pass extra command line variables to the playbook. Provide key/value pair
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/templates/workflows.form.js:114
|
#: client/src/templates/workflows.form.js:114
|
||||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentaton for example syntax."
|
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:139
|
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:139
|
||||||
|
@ -1566,7 +1566,7 @@ msgid "Disassociate host"
|
|||||||
msgstr "Disociar host"
|
msgstr "Disociar host"
|
||||||
|
|
||||||
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
||||||
msgid "Disble Survey"
|
msgid "Disable Survey"
|
||||||
msgstr "Desactivar la encuesta"
|
msgstr "Desactivar la encuesta"
|
||||||
|
|
||||||
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
||||||
@ -1577,11 +1577,11 @@ msgid "Discard changes"
|
|||||||
msgstr "Descartar cambios"
|
msgstr "Descartar cambios"
|
||||||
|
|
||||||
#: client/src/teams/teams.form.js:149
|
#: client/src/teams/teams.form.js:149
|
||||||
msgid "Dissasociate permission from team"
|
msgid "Dissassociate permission from team"
|
||||||
msgstr "Desasociar permiso de un equipo."
|
msgstr "Desasociar permiso de un equipo."
|
||||||
|
|
||||||
#: client/src/users/users.form.js:227
|
#: client/src/users/users.form.js:227
|
||||||
msgid "Dissasociate permission from user"
|
msgid "Dissassociate permission from user"
|
||||||
msgstr "Desasociar permiso de un usuario"
|
msgstr "Desasociar permiso de un usuario"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.form.js:384
|
#: client/src/credentials/credentials.form.js:384
|
||||||
@ -1720,7 +1720,7 @@ msgid "Edit Survey"
|
|||||||
msgstr "Editar la encuesta"
|
msgstr "Editar la encuesta"
|
||||||
|
|
||||||
#: client/src/credential-types/credential-types.list.js:58
|
#: client/src/credential-types/credential-types.list.js:58
|
||||||
msgid "Edit credenital type"
|
msgid "Edit credential type"
|
||||||
msgstr "Editar tipo de credencial"
|
msgstr "Editar tipo de credencial"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.list.js:68
|
#: client/src/credentials/credentials.list.js:68
|
||||||
@ -1927,7 +1927,7 @@ msgstr ""
|
|||||||
#: client/src/credentials/factories/become-method-change.factory.js:81
|
#: client/src/credentials/factories/become-method-change.factory.js:81
|
||||||
#: client/src/credentials/factories/kind-change.factory.js:138
|
#: client/src/credentials/factories/kind-change.factory.js:138
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine which %scorresponds to your CloudForm "
|
"Enter the URL for the virtual machine which %scorresponds to your CloudForms "
|
||||||
"instance. %sFor example, %s"
|
"instance. %sFor example, %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Introduzca la URL para la máquina virtual la cual %scorresponda a su "
|
"Introduzca la URL para la máquina virtual la cual %scorresponda a su "
|
||||||
@ -3851,7 +3851,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Pass extra command line variables to the playbook. This is the -e or "
|
"Pass extra command line variables to the playbook. This is the -e or "
|
||||||
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
||||||
"pairs using either YAML or JSON. Refer to the Ansible Tower documentaton for"
|
"pairs using either YAML or JSON. Refer to the Ansible Tower documentation for"
|
||||||
" example syntax."
|
" example syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Traslade variables de línea de comando adicionales al manual. Este es el "
|
"Traslade variables de línea de comando adicionales al manual. Este es el "
|
||||||
|
@ -1563,7 +1563,7 @@ msgid "Disassociate host"
|
|||||||
msgstr "Dissocier l'hôte"
|
msgstr "Dissocier l'hôte"
|
||||||
|
|
||||||
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
||||||
msgid "Disble Survey"
|
msgid "Disable Survey"
|
||||||
msgstr "Désactiver le questionnaire"
|
msgstr "Désactiver le questionnaire"
|
||||||
|
|
||||||
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
||||||
@ -1574,11 +1574,11 @@ msgid "Discard changes"
|
|||||||
msgstr "Ignorer les modifications"
|
msgstr "Ignorer les modifications"
|
||||||
|
|
||||||
#: client/src/teams/teams.form.js:149
|
#: client/src/teams/teams.form.js:149
|
||||||
msgid "Dissasociate permission from team"
|
msgid "Dissassociate permission from team"
|
||||||
msgstr "Dissocier la permission de l’équipe"
|
msgstr "Dissocier la permission de l’équipe"
|
||||||
|
|
||||||
#: client/src/users/users.form.js:227
|
#: client/src/users/users.form.js:227
|
||||||
msgid "Dissasociate permission from user"
|
msgid "Dissassociate permission from user"
|
||||||
msgstr "Dissocier la permission de l’utilisateur"
|
msgstr "Dissocier la permission de l’utilisateur"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.form.js:384
|
#: client/src/credentials/credentials.form.js:384
|
||||||
@ -1718,7 +1718,7 @@ msgid "Edit Survey"
|
|||||||
msgstr "Modifier le questionnaire"
|
msgstr "Modifier le questionnaire"
|
||||||
|
|
||||||
#: client/src/credential-types/credential-types.list.js:58
|
#: client/src/credential-types/credential-types.list.js:58
|
||||||
msgid "Edit credenital type"
|
msgid "Edit credential type"
|
||||||
msgstr "Modifier le type d'information d'identification"
|
msgstr "Modifier le type d'information d'identification"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.list.js:68
|
#: client/src/credentials/credentials.list.js:68
|
||||||
@ -1923,7 +1923,7 @@ msgstr ""
|
|||||||
#: client/src/credentials/factories/become-method-change.factory.js:81
|
#: client/src/credentials/factories/become-method-change.factory.js:81
|
||||||
#: client/src/credentials/factories/kind-change.factory.js:138
|
#: client/src/credentials/factories/kind-change.factory.js:138
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine which %scorresponds to your CloudForm "
|
"Enter the URL for the virtual machine which %scorresponds to your CloudForms "
|
||||||
"instance. %sFor example, %s"
|
"instance. %sFor example, %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Veuillez saisir l’URL de la machine virtuelle qui correspond à votre "
|
"Veuillez saisir l’URL de la machine virtuelle qui correspond à votre "
|
||||||
@ -3846,7 +3846,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Pass extra command line variables to the playbook. This is the -e or "
|
"Pass extra command line variables to the playbook. This is the -e or "
|
||||||
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
||||||
"pairs using either YAML or JSON. Refer to the Ansible Tower documentaton for"
|
"pairs using either YAML or JSON. Refer to the Ansible Tower documentation for"
|
||||||
" example syntax."
|
" example syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Transmettez des variables de ligne de commandes supplémentaires au playbook."
|
"Transmettez des variables de ligne de commandes supplémentaires au playbook."
|
||||||
|
@ -1510,7 +1510,7 @@ msgid "Disassociate host"
|
|||||||
msgstr "ホストの関連付けの解除"
|
msgstr "ホストの関連付けの解除"
|
||||||
|
|
||||||
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
||||||
msgid "Disble Survey"
|
msgid "Disable Survey"
|
||||||
msgstr "Survey の無効化"
|
msgstr "Survey の無効化"
|
||||||
|
|
||||||
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
||||||
@ -1521,11 +1521,11 @@ msgid "Discard changes"
|
|||||||
msgstr "変更の破棄"
|
msgstr "変更の破棄"
|
||||||
|
|
||||||
#: client/src/teams/teams.form.js:149
|
#: client/src/teams/teams.form.js:149
|
||||||
msgid "Dissasociate permission from team"
|
msgid "Dissassociate permission from team"
|
||||||
msgstr "チームからパーミッションの関連付けを解除"
|
msgstr "チームからパーミッションの関連付けを解除"
|
||||||
|
|
||||||
#: client/src/users/users.form.js:227
|
#: client/src/users/users.form.js:227
|
||||||
msgid "Dissasociate permission from user"
|
msgid "Dissassociate permission from user"
|
||||||
msgstr "ユーザーからパーミッションの関連付けを解除"
|
msgstr "ユーザーからパーミッションの関連付けを解除"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.form.js:384
|
#: client/src/credentials/credentials.form.js:384
|
||||||
@ -1659,7 +1659,7 @@ msgid "Edit Survey"
|
|||||||
msgstr "Survey の編集"
|
msgstr "Survey の編集"
|
||||||
|
|
||||||
#: client/src/credential-types/credential-types.list.js:58
|
#: client/src/credential-types/credential-types.list.js:58
|
||||||
msgid "Edit credenital type"
|
msgid "Edit credential type"
|
||||||
msgstr "認証情報タイプの編集"
|
msgstr "認証情報タイプの編集"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.list.js:68
|
#: client/src/credentials/credentials.list.js:68
|
||||||
@ -1851,7 +1851,7 @@ msgstr "各行に 1 つの電話番号を入力し、SMS メッセージのル
|
|||||||
#: client/src/credentials/factories/become-method-change.factory.js:81
|
#: client/src/credentials/factories/become-method-change.factory.js:81
|
||||||
#: client/src/credentials/factories/kind-change.factory.js:138
|
#: client/src/credentials/factories/kind-change.factory.js:138
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine which %scorresponds to your CloudForm "
|
"Enter the URL for the virtual machine which %scorresponds to your CloudForms "
|
||||||
"instance. %sFor example, %s"
|
"instance. %sFor example, %s"
|
||||||
msgstr "CloudForms インスタンスに対応する %s仮想マシンの URL を入力します (%s例: %s)。"
|
msgstr "CloudForms インスタンスに対応する %s仮想マシンの URL を入力します (%s例: %s)。"
|
||||||
|
|
||||||
@ -3703,7 +3703,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Pass extra command line variables to the playbook. This is the -e or "
|
"Pass extra command line variables to the playbook. This is the -e or "
|
||||||
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
||||||
"pairs using either YAML or JSON. Refer to the Ansible Tower documentaton for"
|
"pairs using either YAML or JSON. Refer to the Ansible Tower documentation for"
|
||||||
" example syntax."
|
" example syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"追加のコマンドライン変数を Playbook に渡します。これは、ansible-playbook の -e または --extra-vars "
|
"追加のコマンドライン変数を Playbook に渡します。これは、ansible-playbook の -e または --extra-vars "
|
||||||
|
@ -1555,7 +1555,7 @@ msgid "Disassociate host"
|
|||||||
msgstr "Host loskoppelen"
|
msgstr "Host loskoppelen"
|
||||||
|
|
||||||
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
#: client/src/templates/survey-maker/surveys/init.factory.js:21
|
||||||
msgid "Disble Survey"
|
msgid "Disable Survey"
|
||||||
msgstr "Vragenlijst uitschkelen"
|
msgstr "Vragenlijst uitschkelen"
|
||||||
|
|
||||||
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
#: client/src/configuration/auth-form/configuration-auth.controller.js:94
|
||||||
@ -1566,11 +1566,11 @@ msgid "Discard changes"
|
|||||||
msgstr "Wijzigingen annuleren"
|
msgstr "Wijzigingen annuleren"
|
||||||
|
|
||||||
#: client/src/teams/teams.form.js:149
|
#: client/src/teams/teams.form.js:149
|
||||||
msgid "Dissasociate permission from team"
|
msgid "Dissassociate permission from team"
|
||||||
msgstr "Machtiging loskoppelen van team"
|
msgstr "Machtiging loskoppelen van team"
|
||||||
|
|
||||||
#: client/src/users/users.form.js:227
|
#: client/src/users/users.form.js:227
|
||||||
msgid "Dissasociate permission from user"
|
msgid "Dissassociate permission from user"
|
||||||
msgstr "Machtiging loskoppelen van gebruiker"
|
msgstr "Machtiging loskoppelen van gebruiker"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.form.js:384
|
#: client/src/credentials/credentials.form.js:384
|
||||||
@ -1710,7 +1710,7 @@ msgid "Edit Survey"
|
|||||||
msgstr "Vragenlijst wijzigen"
|
msgstr "Vragenlijst wijzigen"
|
||||||
|
|
||||||
#: client/src/credential-types/credential-types.list.js:58
|
#: client/src/credential-types/credential-types.list.js:58
|
||||||
msgid "Edit credenital type"
|
msgid "Edit credential type"
|
||||||
msgstr "Soort toegangsgegevens wijzigen"
|
msgstr "Soort toegangsgegevens wijzigen"
|
||||||
|
|
||||||
#: client/src/credentials/credentials.list.js:68
|
#: client/src/credentials/credentials.list.js:68
|
||||||
@ -1914,7 +1914,7 @@ msgstr ""
|
|||||||
#: client/src/credentials/factories/become-method-change.factory.js:81
|
#: client/src/credentials/factories/become-method-change.factory.js:81
|
||||||
#: client/src/credentials/factories/kind-change.factory.js:138
|
#: client/src/credentials/factories/kind-change.factory.js:138
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter the URL for the virtual machine which %scorresponds to your CloudForm "
|
"Enter the URL for the virtual machine which %scorresponds to your CloudForms "
|
||||||
"instance. %sFor example, %s"
|
"instance. %sFor example, %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Voer de URL in voor de virtuele machine die %sovereenkomt met uw CloudForm-"
|
"Voer de URL in voor de virtuele machine die %sovereenkomt met uw CloudForm-"
|
||||||
@ -3826,7 +3826,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Pass extra command line variables to the playbook. This is the -e or "
|
"Pass extra command line variables to the playbook. This is the -e or "
|
||||||
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
|
||||||
"pairs using either YAML or JSON. Refer to the Ansible Tower documentaton for"
|
"pairs using either YAML or JSON. Refer to the Ansible Tower documentation for"
|
||||||
" example syntax."
|
" example syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Geef extra commandoregelvariabelen op in het draaiboek. Dit is de "
|
"Geef extra commandoregelvariabelen op in het draaiboek. Dit is de "
|
||||||
|
Loading…
Reference in New Issue
Block a user