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.
@@ -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>, 2024
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.0\n"
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>, 2024\n"
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
 
@@ -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
- <TextInputField
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.5
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-01-30 00:00:00.000000000 Z
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.3.27
511
+ rubygems_version: 3.5.23
514
512
  signing_key:
515
513
  specification_version: 4
516
514
  summary: Ansible integration with Foreman (theforeman.org)