mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Merge pull request #4283 from falcon78921/wip-awx-minor-fix
awx/ui: minor fix on Update on Project Update description Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
be975fc051
@ -380,7 +380,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n){
|
||||
ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)'
|
||||
}, {
|
||||
name: 'update_on_project_update',
|
||||
label: i18n._('Update on Project Change'),
|
||||
label: i18n._('Update on Project Update'),
|
||||
type: 'checkbox',
|
||||
ngShow: "source.value === 'scm'",
|
||||
awPopOver: "<p>" + i18n._("After every project update where the SCM revision changes, " +
|
||||
|
||||
@ -5629,10 +5629,6 @@ msgstr ""
|
||||
msgid "Update on Launch"
|
||||
msgstr ""
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388
|
||||
msgid "Update on Project Change"
|
||||
msgstr ""
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394
|
||||
msgid "Update on Project Update"
|
||||
msgstr ""
|
||||
|
||||
@ -6250,10 +6250,6 @@ msgstr "Actualización faltante. Haga clic para obtener más información."
|
||||
msgid "Update on Launch"
|
||||
msgstr "Actualizar al ejecutar"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388
|
||||
msgid "Update on Project Change"
|
||||
msgstr "Actualizar en el cambio de proyecto"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394
|
||||
msgid "Update on Project Update"
|
||||
msgstr "Actualizar en la actualización del proyecto"
|
||||
|
||||
@ -6258,10 +6258,6 @@ msgstr "Mise à jour manquante. Cliquer pour plus de détails."
|
||||
msgid "Update on Launch"
|
||||
msgstr "Mettre à jour au lancement"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388
|
||||
msgid "Update on Project Change"
|
||||
msgstr "Mettre à jour lorsqu'une modification est apportée au projet"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394
|
||||
msgid "Update on Project Update"
|
||||
msgstr "Mettre à jour lorsque le projet est actualisé"
|
||||
|
||||
@ -5963,10 +5963,6 @@ msgstr "更新がありません。クリックして詳細を確認してくだ
|
||||
msgid "Update on Launch"
|
||||
msgstr "起動時の更新"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388
|
||||
msgid "Update on Project Change"
|
||||
msgstr "プロジェクト変更時の更新"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394
|
||||
msgid "Update on Project Update"
|
||||
msgstr "プロジェクト更新時の更新"
|
||||
|
||||
@ -6216,10 +6216,6 @@ msgstr "Update ontbreekt. Klik voor meer informatie"
|
||||
msgid "Update on Launch"
|
||||
msgstr "Update bij opstarten"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:388
|
||||
msgid "Update on Project Change"
|
||||
msgstr "Update voor projectwijziging"
|
||||
|
||||
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:394
|
||||
msgid "Update on Project Update"
|
||||
msgstr "Update voor projectupdate"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user