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
Binary file
|
@@ -8,15 +8,15 @@
|
|
8
8
|
# tim123, 2022
|
9
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
10
10
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
11
|
-
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
11
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
12
12
|
#
|
13
13
|
msgid ""
|
14
14
|
msgstr ""
|
15
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
15
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
17
17
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
18
18
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
19
|
-
"n.nl>,
|
19
|
+
"n.nl>, 2025\n"
|
20
20
|
"Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh"
|
21
21
|
"_CN/)\n"
|
22
22
|
"MIME-Version: 1.0\n"
|
@@ -292,6 +292,12 @@ msgstr "编辑 Ansible 角色"
|
|
292
292
|
msgid "Enable Ansible Callback"
|
293
293
|
msgstr "启用 Ansible 回调"
|
294
294
|
|
295
|
+
msgid "Enable Ansible Check Mode"
|
296
|
+
msgstr "启用 Ansible 检查模式"
|
297
|
+
|
298
|
+
msgid "Enable Ansible Check Mode for this template"
|
299
|
+
msgstr "为此模板启用 Ansible 检查模式"
|
300
|
+
|
295
301
|
msgid "Enable the callback plugin for this template"
|
296
302
|
msgstr "为此模板启用回调插件"
|
297
303
|
|
@@ -827,6 +833,9 @@ msgstr "更新角色变量"
|
|
827
833
|
msgid "Update Smart Proxy"
|
828
834
|
msgstr "更新智能代理"
|
829
835
|
|
836
|
+
msgid "Update an override value"
|
837
|
+
msgstr "更新覆盖值"
|
838
|
+
|
830
839
|
msgid "Updates Ansible variable"
|
831
840
|
msgstr "更新 Ansible 变量"
|
832
841
|
|
data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js
CHANGED
@@ -4,11 +4,7 @@ import { translate as __ } from 'foremanReact/common/I18n';
|
|
4
4
|
|
5
5
|
import { formatValue } from './AnsibleVariableOverridesTableHelper';
|
6
6
|
|
7
|
-
import {
|
8
|
-
TextAreaField,
|
9
|
-
TextInputField,
|
10
|
-
SelectField,
|
11
|
-
} from './EditableValueHelper';
|
7
|
+
import { TextAreaField, SelectField } from './EditableValueHelper';
|
12
8
|
|
13
9
|
const EditableValue = props => {
|
14
10
|
if (!props.editing) {
|
@@ -50,7 +46,7 @@ const EditableValue = props => {
|
|
50
46
|
}
|
51
47
|
|
52
48
|
return (
|
53
|
-
<
|
49
|
+
<TextAreaField
|
54
50
|
onChange={props.onChange}
|
55
51
|
value={props.value}
|
56
52
|
validation={props.validation}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_ansible
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 15.0.
|
4
|
+
version: 15.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Lobato Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: acts_as_list
|
@@ -285,9 +285,7 @@ files:
|
|
285
285
|
- locale/cs_CZ/foreman_ansible.po
|
286
286
|
- locale/de/LC_MESSAGES/foreman_ansible.mo
|
287
287
|
- locale/de/foreman_ansible.po
|
288
|
-
- locale/en/LC_MESSAGES/foreman_ansible.mo
|
289
288
|
- locale/en/foreman_ansible.po
|
290
|
-
- locale/en_GB/LC_MESSAGES/foreman_ansible.mo
|
291
289
|
- locale/en_GB/foreman_ansible.po
|
292
290
|
- locale/es/LC_MESSAGES/foreman_ansible.mo
|
293
291
|
- locale/es/foreman_ansible.po
|
@@ -510,7 +508,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
510
508
|
- !ruby/object:Gem::Version
|
511
509
|
version: '0'
|
512
510
|
requirements: []
|
513
|
-
rubygems_version: 3.
|
511
|
+
rubygems_version: 3.5.23
|
514
512
|
signing_key:
|
515
513
|
specification_version: 4
|
516
514
|
summary: Ansible integration with Foreman (theforeman.org)
|
Binary file
|
Binary file
|