foreman_ansible 15.0.5 → 15.0.7
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/fr/foreman_ansible.js +11 -2
- data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +14 -5
- data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +244 -235
- data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +11 -2
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/foreman_ansible.pot +22 -9
- data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/fr/foreman_ansible.po +12 -3
- data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ja/foreman_ansible.po +15 -6
- data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ko/foreman_ansible.po +246 -235
- data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_CN/foreman_ansible.po +12 -3
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js +2 -6
- metadata +3 -5
- data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
@@ -3,10 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_ansible": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_ansible 15.0.
|
6
|
+
"Project-Id-Version": "foreman_ansible 15.0.5",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2018-11-14 21:36+0000",
|
9
|
-
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
9
|
+
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
|
10
10
|
"Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -284,6 +284,12 @@
|
|
284
284
|
"Enable Ansible Callback": [
|
285
285
|
"启用 Ansible 回调"
|
286
286
|
],
|
287
|
+
"Enable Ansible Check Mode": [
|
288
|
+
"启用 Ansible 检查模式"
|
289
|
+
],
|
290
|
+
"Enable Ansible Check Mode for this template": [
|
291
|
+
"为此模板启用 Ansible 检查模式"
|
292
|
+
],
|
287
293
|
"Enable the callback plugin for this template": [
|
288
294
|
"为此模板启用回调插件"
|
289
295
|
],
|
@@ -815,6 +821,9 @@
|
|
815
821
|
"Update Smart Proxy": [
|
816
822
|
"更新智能代理"
|
817
823
|
],
|
824
|
+
"Update an override value": [
|
825
|
+
"更新覆盖值"
|
826
|
+
],
|
818
827
|
"Updates Ansible variable": [
|
819
828
|
"更新 Ansible 变量"
|
820
829
|
],
|
data/locale/foreman_ansible.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_ansible 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2025-03-17 19:38+0100\n"
|
12
|
+
"PO-Revision-Date: 2025-03-17 19:38+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -81,6 +81,10 @@ msgid "Create an override value for a specific ansible variable"
|
|
81
81
|
msgstr ""
|
82
82
|
|
83
83
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
|
84
|
+
msgid "Update an override value"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:51
|
84
88
|
msgid "Destroy an override value"
|
85
89
|
msgstr ""
|
86
90
|
|
@@ -350,6 +354,11 @@ msgstr ""
|
|
350
354
|
msgid "Enable the callback plugin for this template"
|
351
355
|
msgstr ""
|
352
356
|
|
357
|
+
#:
|
358
|
+
#: ../app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb:13
|
359
|
+
msgid "Enable Ansible Check Mode for this template"
|
360
|
+
msgstr ""
|
361
|
+
|
353
362
|
#:
|
354
363
|
#: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
|
355
364
|
msgid "Host group has no associated hosts"
|
@@ -466,23 +475,23 @@ msgstr ""
|
|
466
475
|
msgid "Unable to get playbooks from Ansible"
|
467
476
|
msgstr ""
|
468
477
|
|
469
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
478
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:69
|
470
479
|
msgid "Tags"
|
471
480
|
msgstr ""
|
472
481
|
|
473
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
482
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:76
|
474
483
|
msgid "Include/Exclude Tags"
|
475
484
|
msgstr ""
|
476
485
|
|
477
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
486
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:88
|
478
487
|
msgid "Ansible provider specific inputs"
|
479
488
|
msgstr ""
|
480
489
|
|
481
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
490
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:93
|
482
491
|
msgid "A comma separated list of tags to use for Ansible run"
|
483
492
|
msgstr ""
|
484
493
|
|
485
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
494
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:98
|
486
495
|
msgid "Include\\Exclude tags for Ansible run"
|
487
496
|
msgstr ""
|
488
497
|
|
@@ -715,6 +724,10 @@ msgstr ""
|
|
715
724
|
msgid "Enable Ansible Callback"
|
716
725
|
msgstr ""
|
717
726
|
|
727
|
+
#: ../app/views/job_templates/_job_template_callback_tab_content.html.erb:3
|
728
|
+
msgid "Enable Ansible Check Mode"
|
729
|
+
msgstr ""
|
730
|
+
|
718
731
|
#: ../app/views/job_templates/_job_template_callback_tab_headers.html.erb:1
|
719
732
|
#: ../lib/foreman_ansible/register.rb:8 ../lib/foreman_ansible/register.rb:213
|
720
733
|
#: ../lib/foreman_ansible/register.rb:263
|
@@ -987,12 +1000,12 @@ msgid "Ansible variable override successfully changed."
|
|
987
1000
|
msgstr ""
|
988
1001
|
|
989
1002
|
#:
|
990
|
-
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:
|
1003
|
+
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:37
|
991
1004
|
msgid "true"
|
992
1005
|
msgstr ""
|
993
1006
|
|
994
1007
|
#:
|
995
|
-
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:
|
1008
|
+
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:38
|
996
1009
|
msgid "false"
|
997
1010
|
msgstr ""
|
998
1011
|
|
Binary file
|
@@ -11,15 +11,15 @@
|
|
11
11
|
# Claer <transiblu@claer.hammock.fr>, 2022
|
12
12
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
13
13
|
# 21966816214bc546c1fc8a185e75ca1c, 2023
|
14
|
-
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
14
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
15
15
|
#
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
18
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
21
21
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
22
|
-
"n.nl>,
|
22
|
+
"n.nl>, 2025\n"
|
23
23
|
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
24
24
|
"MIME-Version: 1.0\n"
|
25
25
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -295,6 +295,12 @@ msgstr "Modifier les rôles Ansible"
|
|
295
295
|
msgid "Enable Ansible Callback"
|
296
296
|
msgstr "Activer Ansible Callback"
|
297
297
|
|
298
|
+
msgid "Enable Ansible Check Mode"
|
299
|
+
msgstr "Activer le mode de vérification Ansible"
|
300
|
+
|
301
|
+
msgid "Enable Ansible Check Mode for this template"
|
302
|
+
msgstr "Activer le mode de vérification Ansible pour ce modèle"
|
303
|
+
|
298
304
|
msgid "Enable the callback plugin for this template"
|
299
305
|
msgstr "Activer le plugin de rappel pour ce modèle"
|
300
306
|
|
@@ -830,6 +836,9 @@ msgstr "Mise à jour des variables de rôle"
|
|
830
836
|
msgid "Update Smart Proxy"
|
831
837
|
msgstr "Mise à jour du smart proxy"
|
832
838
|
|
839
|
+
msgid "Update an override value"
|
840
|
+
msgstr "Mettre à jour une valeur de remplacement"
|
841
|
+
|
833
842
|
msgid "Updates Ansible variable"
|
834
843
|
msgstr "Mises à jour des variables Ansible"
|
835
844
|
|
Binary file
|
@@ -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"
|
@@ -206,7 +206,7 @@ msgid "Create Ansible variable"
|
|
206
206
|
msgstr "Ansible 変数を作成します"
|
207
207
|
|
208
208
|
msgid "Create an override value for a specific ansible variable"
|
209
|
-
msgstr "特定の Ansible
|
209
|
+
msgstr "特定の Ansible 変数の上書き値を作成する"
|
210
210
|
|
211
211
|
msgid "DEPRECATED: Import Ansible roles"
|
212
212
|
msgstr "非推奨: Ansible ロールのインポート"
|
@@ -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 "Ansible チェックモードの有効化"
|
294
|
+
|
295
|
+
msgid "Enable Ansible Check Mode for this template"
|
296
|
+
msgstr "このテンプレートの Ansible チェックモードを有効にする"
|
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
|