foreman_ansible 15.0.6 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +13 -4
- data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +242 -233
- data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +10 -1
- data/app/controllers/concerns/foreman/controller/parameters/job_template_extensions.rb +1 -1
- data/app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb +1 -0
- data/app/models/foreman_ansible/ansible_provider.rb +1 -0
- data/app/views/api/v2/job_templates/job_templates.json.rabl +1 -1
- data/app/views/job_templates/_job_template_callback_tab_content.html.erb +1 -0
- data/db/migrate/20241022000000_add_ansible_check_mode_to_templates.rb +5 -0
- data/lib/foreman_ansible/register.rb +1 -1
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ca/foreman_ansible.po +10 -1
- data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/cs_CZ/foreman_ansible.po +10 -1
- data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/de/foreman_ansible.po +10 -1
- data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/foreman_ansible.po +11 -2
- data/locale/foreman_ansible.pot +20 -7
- data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/fr/foreman_ansible.po +10 -1
- data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/gl/foreman_ansible.po +10 -1
- data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/it/foreman_ansible.po +10 -1
- data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ja/foreman_ansible.po +14 -5
- data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ka/foreman_ansible.po +10 -1
- data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ko/foreman_ansible.po +244 -233
- data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/nl_NL/foreman_ansible.po +10 -1
- data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pl/foreman_ansible.po +10 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pt_BR/foreman_ansible.po +10 -1
- data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ru/foreman_ansible.po +10 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/sv_SE/foreman_ansible.po +10 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_CN/foreman_ansible.po +10 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_TW/foreman_ansible.po +10 -1
- data/webpack/components/AnsibleHostDetail/AnsibleHostDetail.scss +1 -1
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js +4 -11
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValueHelper.js +11 -5
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverrides.test.js +1 -1
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverridesDelete.test.js +2 -2
- data/webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobModal.scss +2 -2
- data/webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/JobsTab/__test__/JobsTab.test.js +2 -1
- data/webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesModal.scss +1 -1
- data/webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js +3 -10
- data/webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariables.js +3 -3
- data/webpack/components/DualList/ListControls.js +9 -9
- data/webpack/components/DualList/ListHeader.js +5 -3
- data/webpack/components/DualList/ListItem.js +9 -9
- data/webpack/components/DualList/ListPane.js +3 -3
- data/webpack/components/DualList/SelectedStatus.js +2 -2
- data/webpack/components/DualList/index.js +1 -1
- data/webpack/formHelper.js +26 -29
- data/webpack/routes/HostgroupJobs/__test__/HostgroupJobs.test.js +1 -0
- metadata +10 -16
- data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +0 -910
- data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +0 -910
- data/locale/en/foreman_ansible.po +0 -908
- data/locale/en_GB/foreman_ansible.po +0 -912
@@ -6,15 +6,15 @@
|
|
6
6
|
# Translators:
|
7
7
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2018
|
8
8
|
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
9
|
-
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
9
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
13
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
16
16
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
17
|
-
"n.nl>,
|
17
|
+
"n.nl>, 2025\n"
|
18
18
|
"Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
|
19
19
|
"MIME-Version: 1.0\n"
|
20
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -289,6 +289,12 @@ msgstr "Ansible ロールの編集"
|
|
289
289
|
msgid "Enable Ansible Callback"
|
290
290
|
msgstr "Ansible コールバックの有効化"
|
291
291
|
|
292
|
+
msgid "Enable Ansible Check Mode"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
msgid "Enable Ansible Check Mode for this template"
|
296
|
+
msgstr ""
|
297
|
+
|
292
298
|
msgid "Enable the callback plugin for this template"
|
293
299
|
msgstr "このテンプレートの callback プラグインを有効にする"
|
294
300
|
|
@@ -558,7 +564,7 @@ msgid "Override the default value of the Ansible variable."
|
|
558
564
|
msgstr "Ansible 変数のデフォルト値を上書きします。"
|
559
565
|
|
560
566
|
msgid "Override value, required if omit is false"
|
561
|
-
msgstr "上書き値 (omit が false の場合に必要)"
|
567
|
+
msgstr "上書き値 (--omit が false の場合に必要)"
|
562
568
|
|
563
569
|
msgid "Overriden"
|
564
570
|
msgstr "上書き済み"
|
@@ -824,6 +830,9 @@ msgstr "ロール変数の更新"
|
|
824
830
|
msgid "Update Smart Proxy"
|
825
831
|
msgstr "Smart Proxy の更新"
|
826
832
|
|
833
|
+
msgid "Update an override value"
|
834
|
+
msgstr ""
|
835
|
+
|
827
836
|
msgid "Updates Ansible variable"
|
828
837
|
msgstr "Ansible 変数を更新します"
|
829
838
|
|
@@ -885,7 +894,7 @@ msgid "You are not authorized to view the page. "
|
|
885
894
|
msgstr "ページを表示する権限がありません。 "
|
886
895
|
|
887
896
|
msgid "daily"
|
888
|
-
msgstr "
|
897
|
+
msgstr "毎日"
|
889
898
|
|
890
899
|
msgid "false"
|
891
900
|
msgstr "false"
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
11
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
14
14
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023\n"
|
@@ -286,6 +286,12 @@ msgstr "Ansible-ის როლების ჩასწორება"
|
|
286
286
|
msgid "Enable Ansible Callback"
|
287
287
|
msgstr "Ansible-ის უკუგამოძახების ჩართვა"
|
288
288
|
|
289
|
+
msgid "Enable Ansible Check Mode"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Enable Ansible Check Mode for this template"
|
293
|
+
msgstr ""
|
294
|
+
|
289
295
|
msgid "Enable the callback plugin for this template"
|
290
296
|
msgstr "უკუგამოძახების დამატების ჩართვა ამ ნიმუშისთვის"
|
291
297
|
|
@@ -819,6 +825,9 @@ msgstr "როლის ცვლადების გარეშე"
|
|
819
825
|
msgid "Update Smart Proxy"
|
820
826
|
msgstr "ჭკვიანი პროქსის განახლება"
|
821
827
|
|
828
|
+
msgid "Update an override value"
|
829
|
+
msgstr ""
|
830
|
+
|
822
831
|
msgid "Updates Ansible variable"
|
823
832
|
msgstr "Ansible-ის ცვლადის განახლება"
|
824
833
|
|
Binary file
|