foreman_templates 10.0.2 → 10.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_templates/locale/cs_CZ/foreman_templates.js +35 -5
  3. data/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js +35 -5
  4. data/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js +34 -4
  5. data/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js +35 -5
  6. data/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js +35 -5
  7. data/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js +34 -4
  8. data/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js +35 -5
  9. data/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js +35 -5
  10. data/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js +35 -5
  11. data/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js +79 -49
  12. data/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js +35 -5
  13. data/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js +35 -5
  14. data/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js +34 -4
  15. data/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js +35 -5
  16. data/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js +35 -5
  17. data/app/controllers/api/v2/template_controller.rb +4 -1
  18. data/app/controllers/concerns/foreman/controller/parameters/template_params.rb +1 -1
  19. data/app/controllers/ui_template_syncs_controller.rb +21 -1
  20. data/app/services/foreman_templates/action.rb +32 -1
  21. data/app/services/foreman_templates/template_exporter.rb +2 -2
  22. data/app/services/foreman_templates/template_importer.rb +3 -3
  23. data/lib/foreman_templates/engine.rb +6 -0
  24. data/lib/foreman_templates/version.rb +1 -1
  25. data/lib/foreman_templates.rb +4 -0
  26. data/locale/cs_CZ/LC_MESSAGES/foreman_templates.mo +0 -0
  27. data/locale/cs_CZ/foreman_templates.po +38 -6
  28. data/locale/de/LC_MESSAGES/foreman_templates.mo +0 -0
  29. data/locale/de/foreman_templates.po +38 -6
  30. data/locale/en_GB/LC_MESSAGES/foreman_templates.mo +0 -0
  31. data/locale/en_GB/foreman_templates.po +36 -4
  32. data/locale/es/LC_MESSAGES/foreman_templates.mo +0 -0
  33. data/locale/es/foreman_templates.po +38 -6
  34. data/locale/fr/LC_MESSAGES/foreman_templates.mo +0 -0
  35. data/locale/fr/foreman_templates.po +38 -7
  36. data/locale/gl/LC_MESSAGES/foreman_templates.mo +0 -0
  37. data/locale/gl/foreman_templates.po +36 -4
  38. data/locale/it/LC_MESSAGES/foreman_templates.mo +0 -0
  39. data/locale/it/foreman_templates.po +38 -6
  40. data/locale/ja/LC_MESSAGES/foreman_templates.mo +0 -0
  41. data/locale/ja/foreman_templates.po +38 -6
  42. data/locale/ka/LC_MESSAGES/foreman_templates.mo +0 -0
  43. data/locale/ka/foreman_templates.po +38 -6
  44. data/locale/ko/LC_MESSAGES/foreman_templates.mo +0 -0
  45. data/locale/ko/foreman_templates.po +83 -50
  46. data/locale/pt_BR/LC_MESSAGES/foreman_templates.mo +0 -0
  47. data/locale/pt_BR/foreman_templates.po +38 -6
  48. data/locale/ru/LC_MESSAGES/foreman_templates.mo +0 -0
  49. data/locale/ru/foreman_templates.po +38 -6
  50. data/locale/sv_SE/LC_MESSAGES/foreman_templates.mo +0 -0
  51. data/locale/sv_SE/foreman_templates.po +36 -4
  52. data/locale/zh_CN/LC_MESSAGES/foreman_templates.mo +0 -0
  53. data/locale/zh_CN/foreman_templates.po +38 -7
  54. data/locale/zh_TW/LC_MESSAGES/foreman_templates.mo +0 -0
  55. data/locale/zh_TW/foreman_templates.po +38 -6
  56. data/webpack/components/NewTemplateSync/components/NewTemplateSyncForm/NewTemplateSyncFormHelpers.js +15 -3
  57. data/webpack/components/NewTemplateSync/components/ProxySettingField.js +44 -0
  58. data/webpack/components/NewTemplateSync/components/ProxySettingFields.js +86 -0
  59. data/webpack/components/NewTemplateSync/components/SyncSettingField.js +5 -12
  60. data/webpack/components/NewTemplateSync/components/SyncSettingFields.js +18 -0
  61. data/webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncSettingField.test.js.snap +3 -3
  62. data/webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncSettingFields.test.js.snap +14 -0
  63. metadata +5 -3
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_templates 10.0.1\n"
11
+ "Project-Id-Version: foreman_templates 10.0.3\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2019-10-14 12:27+0000\n"
14
14
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
@@ -50,6 +50,9 @@ msgstr ""
50
50
  msgid "Commit message"
51
51
  msgstr ""
52
52
 
53
+ msgid "Custom HTTP proxy"
54
+ msgstr ""
55
+
53
56
  msgid "Custom commit message for templates export"
54
57
  msgstr ""
55
58
 
@@ -59,6 +62,9 @@ msgstr ""
59
62
  msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata"
60
63
  msgstr ""
61
64
 
65
+ msgid "Directory within Git repo containing the templates."
66
+ msgstr ""
67
+
62
68
  msgid "Dirname"
63
69
  msgstr ""
64
70
 
@@ -74,9 +80,26 @@ msgstr ""
74
80
  msgid "Force import"
75
81
  msgstr ""
76
82
 
83
+ msgid "Global default HTTP proxy"
84
+ msgstr ""
85
+
86
+ msgid "HTTP proxy"
87
+ msgstr ""
88
+
89
+ msgid "HTTP proxy policy"
90
+ msgstr ""
91
+
92
+ msgid ""
93
+ "HTTP proxy policy for template sync. \\\n"
94
+ " Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter."
95
+ msgstr ""
96
+
77
97
  msgid "How to handle lock for imported templates?"
78
98
  msgstr ""
79
99
 
100
+ msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
101
+ msgstr ""
102
+
80
103
  msgid "Import"
81
104
  msgstr ""
82
105
 
@@ -92,6 +115,9 @@ msgstr ""
92
115
  msgid "Initiate Import"
93
116
  msgstr ""
94
117
 
118
+ msgid "Invalid repo format, must start with one of: "
119
+ msgstr ""
120
+
95
121
  msgid "Keep"
96
122
  msgstr ""
97
123
 
@@ -128,6 +154,9 @@ msgstr ""
128
154
  msgid "New"
129
155
  msgstr ""
130
156
 
157
+ msgid "No HTTP proxy"
158
+ msgstr ""
159
+
131
160
  msgid "Override the default repo from settings."
132
161
  msgstr ""
133
162
 
@@ -155,6 +184,12 @@ msgstr ""
155
184
  msgid "Repo"
156
185
  msgstr ""
157
186
 
187
+ msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
188
+ msgstr ""
189
+
190
+ msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
191
+ msgstr ""
192
+
158
193
  msgid "Should importing overwrite locked templates?"
159
194
  msgstr ""
160
195
 
@@ -173,9 +208,6 @@ msgstr ""
173
208
  msgid "Template Sync"
174
209
  msgstr ""
175
210
 
176
- msgid "The directory within Git repo containing the templates"
177
- msgstr ""
178
-
179
211
  msgid "The directory within the Git repo containing the templates"
180
212
  msgstr ""
181
213
 
@@ -6,14 +6,14 @@
6
6
  # Translators:
7
7
  # Amit Upadhye <aupadhye@redhat.com>, 2023
8
8
  # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
9
- # Bryan Kearney <bryan.kearney@gmail.com>, 2023
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2024
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_templates 10.0.1\n"
13
+ "Project-Id-Version: foreman_templates 10.0.3\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2019-10-14 12:27+0000\n"
16
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
17
17
  "Language-Team: Spanish (https://app.transifex.com/foreman/teams/114/es/)\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -52,6 +52,9 @@ msgstr "为 Rake 任务导入模板选择详细程度"
52
52
  msgid "Commit message"
53
53
  msgstr "提交消息"
54
54
 
55
+ msgid "Custom HTTP proxy"
56
+ msgstr ""
57
+
55
58
  msgid "Custom commit message for templates export"
56
59
  msgstr "模板导出的自定义提交消息"
57
60
 
@@ -61,6 +64,9 @@ msgstr "Git 仓库中的默认分支"
61
64
  msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata"
62
65
  msgstr "默认元数据导出模式,刷新后重新渲染元数据,保留将保留现有元数据,删除不包含元数据的导出模板"
63
66
 
67
+ msgid "Directory within Git repo containing the templates."
68
+ msgstr ""
69
+
64
70
  msgid "Dirname"
65
71
  msgstr "Dirname"
66
72
 
@@ -76,9 +82,26 @@ msgstr "Filtro"
76
82
  msgid "Force import"
77
83
  msgstr "强制导入"
78
84
 
85
+ msgid "Global default HTTP proxy"
86
+ msgstr ""
87
+
88
+ msgid "HTTP proxy"
89
+ msgstr "Proxy HTTP"
90
+
91
+ msgid "HTTP proxy policy"
92
+ msgstr ""
93
+
94
+ msgid ""
95
+ "HTTP proxy policy for template sync. \\\n"
96
+ " Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter."
97
+ msgstr ""
98
+
79
99
  msgid "How to handle lock for imported templates?"
80
100
  msgstr "如何处理导入的模板锁定?"
81
101
 
102
+ msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
103
+ msgstr ""
104
+
82
105
  msgid "Import"
83
106
  msgstr "Importar"
84
107
 
@@ -94,6 +117,9 @@ msgstr "启动导出"
94
117
  msgid "Initiate Import"
95
118
  msgstr "启动导入"
96
119
 
120
+ msgid "Invalid repo format, must start with one of: "
121
+ msgstr ""
122
+
97
123
  msgid "Keep"
98
124
  msgstr "保持"
99
125
 
@@ -130,6 +156,9 @@ msgstr "Nunca"
130
156
  msgid "New"
131
157
  msgstr "Nuevo"
132
158
 
159
+ msgid "No HTTP proxy"
160
+ msgstr ""
161
+
133
162
  msgid "Override the default repo from settings."
134
163
  msgstr "覆盖设置中的默认仓库。"
135
164
 
@@ -157,6 +186,12 @@ msgstr "Eliminar"
157
186
  msgid "Repo"
158
187
  msgstr "仓库"
159
188
 
189
+ msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
190
+ msgstr ""
191
+
192
+ msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
193
+ msgstr ""
194
+
160
195
  msgid "Should importing overwrite locked templates?"
161
196
  msgstr "是否应该导入覆盖锁定的模板?"
162
197
 
@@ -175,9 +210,6 @@ msgstr "要导入/导出的目标路径。可以使用不同的协议,如 /tmp
175
210
  msgid "Template Sync"
176
211
  msgstr "模板同步"
177
212
 
178
- msgid "The directory within Git repo containing the templates"
179
- msgstr "Git 仓库中包含模板的目录"
180
-
181
213
  msgid "The directory within the Git repo containing the templates"
182
214
  msgstr "Git 仓库中包含模板的目录"
183
215
 
@@ -5,18 +5,17 @@
5
5
  #
6
6
  # Translators:
7
7
  # 21966816214bc546c1fc8a185e75ca1c, 2019
8
- # Bryan Kearney <bryan.kearney@gmail.com>, 2019
9
8
  # Claer <transiblu@claer.hammock.fr>, 2022
10
9
  # Amit Upadhye <aupadhye@redhat.com>, 2023
11
10
  # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
11
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2024
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_templates 10.0.1\n"
15
+ "Project-Id-Version: foreman_templates 10.0.3\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
17
  "PO-Revision-Date: 2019-10-14 12:27+0000\n"
18
- "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
19
- "n.nl>, 2024\n"
18
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
20
19
  "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
21
20
  "MIME-Version: 1.0\n"
22
21
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -55,6 +54,9 @@ msgstr "Choisir la verbosité pour les modèles d'importation de tâches Rake"
55
54
  msgid "Commit message"
56
55
  msgstr "Message de validation"
57
56
 
57
+ msgid "Custom HTTP proxy"
58
+ msgstr ""
59
+
58
60
  msgid "Custom commit message for templates export"
59
61
  msgstr "Message de validation personnalisé pour l'exportation de modèles"
60
62
 
@@ -64,6 +66,9 @@ msgstr "Branche par défaut dans le repo Git"
64
66
  msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata"
65
67
  msgstr "Mode d'exportation des métadonnées par défaut, rafraîchir restitue les métadonnées, conserver les métadonnées existantes, supprimer exporte le modèle sans métadonnées"
66
68
 
69
+ msgid "Directory within Git repo containing the templates."
70
+ msgstr ""
71
+
67
72
  msgid "Dirname"
68
73
  msgstr "Dirname"
69
74
 
@@ -79,9 +84,26 @@ msgstr "Filtre"
79
84
  msgid "Force import"
80
85
  msgstr "Forcer l'importation"
81
86
 
87
+ msgid "Global default HTTP proxy"
88
+ msgstr ""
89
+
90
+ msgid "HTTP proxy"
91
+ msgstr "Proxy HTTP"
92
+
93
+ msgid "HTTP proxy policy"
94
+ msgstr ""
95
+
96
+ msgid ""
97
+ "HTTP proxy policy for template sync. \\\n"
98
+ " Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter."
99
+ msgstr ""
100
+
82
101
  msgid "How to handle lock for imported templates?"
83
102
  msgstr "Comment gérer le verrouillage des modèles importés ?"
84
103
 
104
+ msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
105
+ msgstr ""
106
+
85
107
  msgid "Import"
86
108
  msgstr "Importation"
87
109
 
@@ -97,6 +119,9 @@ msgstr "Initier l'exportation"
97
119
  msgid "Initiate Import"
98
120
  msgstr "Initier l'importation"
99
121
 
122
+ msgid "Invalid repo format, must start with one of: "
123
+ msgstr ""
124
+
100
125
  msgid "Keep"
101
126
  msgstr "Gardez"
102
127
 
@@ -133,6 +158,9 @@ msgstr "Jamais"
133
158
  msgid "New"
134
159
  msgstr "Nouveau"
135
160
 
161
+ msgid "No HTTP proxy"
162
+ msgstr ""
163
+
136
164
  msgid "Override the default repo from settings."
137
165
  msgstr "Remplace le référentiel par défaut des paramètres."
138
166
 
@@ -160,6 +188,12 @@ msgstr "Supprimer"
160
188
  msgid "Repo"
161
189
  msgstr "Référentiel"
162
190
 
191
+ msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
192
+ msgstr ""
193
+
194
+ msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
195
+ msgstr ""
196
+
163
197
  msgid "Should importing overwrite locked templates?"
164
198
  msgstr "L'importation doit-elle écraser les modèles verrouillés ?"
165
199
 
@@ -178,9 +212,6 @@ msgstr "Chemin cible pour l'importation/exportation. Différents protocoles peuv
178
212
  msgid "Template Sync"
179
213
  msgstr "Sync Modèle"
180
214
 
181
- msgid "The directory within Git repo containing the templates"
182
- msgstr "Le répertoire du référentiel Git contenant les modèles"
183
-
184
215
  msgid "The directory within the Git repo containing the templates"
185
216
  msgstr "Le répertoire du référentiel Git contenant les modèles"
186
217
 
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_templates 10.0.1\n"
11
+ "Project-Id-Version: foreman_templates 10.0.3\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2019-10-14 12:27+0000\n"
14
14
  "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2023\n"
@@ -49,6 +49,9 @@ msgstr ""
49
49
  msgid "Commit message"
50
50
  msgstr ""
51
51
 
52
+ msgid "Custom HTTP proxy"
53
+ msgstr ""
54
+
52
55
  msgid "Custom commit message for templates export"
53
56
  msgstr ""
54
57
 
@@ -58,6 +61,9 @@ msgstr ""
58
61
  msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata"
59
62
  msgstr ""
60
63
 
64
+ msgid "Directory within Git repo containing the templates."
65
+ msgstr ""
66
+
61
67
  msgid "Dirname"
62
68
  msgstr ""
63
69
 
@@ -73,9 +79,26 @@ msgstr "Filtro"
73
79
  msgid "Force import"
74
80
  msgstr ""
75
81
 
82
+ msgid "Global default HTTP proxy"
83
+ msgstr ""
84
+
85
+ msgid "HTTP proxy"
86
+ msgstr ""
87
+
88
+ msgid "HTTP proxy policy"
89
+ msgstr ""
90
+
91
+ msgid ""
92
+ "HTTP proxy policy for template sync. \\\n"
93
+ " Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter."
94
+ msgstr ""
95
+
76
96
  msgid "How to handle lock for imported templates?"
77
97
  msgstr ""
78
98
 
99
+ msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
100
+ msgstr ""
101
+
79
102
  msgid "Import"
80
103
  msgstr "Importar"
81
104
 
@@ -91,6 +114,9 @@ msgstr ""
91
114
  msgid "Initiate Import"
92
115
  msgstr ""
93
116
 
117
+ msgid "Invalid repo format, must start with one of: "
118
+ msgstr ""
119
+
94
120
  msgid "Keep"
95
121
  msgstr ""
96
122
 
@@ -127,6 +153,9 @@ msgstr ""
127
153
  msgid "New"
128
154
  msgstr "Novo"
129
155
 
156
+ msgid "No HTTP proxy"
157
+ msgstr ""
158
+
130
159
  msgid "Override the default repo from settings."
131
160
  msgstr ""
132
161
 
@@ -154,6 +183,12 @@ msgstr ""
154
183
  msgid "Repo"
155
184
  msgstr ""
156
185
 
186
+ msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
187
+ msgstr ""
188
+
189
+ msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
190
+ msgstr ""
191
+
157
192
  msgid "Should importing overwrite locked templates?"
158
193
  msgstr ""
159
194
 
@@ -172,9 +207,6 @@ msgstr ""
172
207
  msgid "Template Sync"
173
208
  msgstr ""
174
209
 
175
- msgid "The directory within Git repo containing the templates"
176
- msgstr ""
177
-
178
210
  msgid "The directory within the Git repo containing the templates"
179
211
  msgstr ""
180
212
 
@@ -5,14 +5,14 @@
5
5
  #
6
6
  # Translators:
7
7
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2019
8
- # Bryan Kearney <bryan.kearney@gmail.com>, 2023
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2024
9
9
  #
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_templates 10.0.1\n"
12
+ "Project-Id-Version: foreman_templates 10.0.3\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "PO-Revision-Date: 2019-10-14 12:27+0000\n"
15
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
15
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
16
16
  "Language-Team: Italian (https://app.transifex.com/foreman/teams/114/it/)\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -51,6 +51,9 @@ msgstr ""
51
51
  msgid "Commit message"
52
52
  msgstr ""
53
53
 
54
+ msgid "Custom HTTP proxy"
55
+ msgstr ""
56
+
54
57
  msgid "Custom commit message for templates export"
55
58
  msgstr ""
56
59
 
@@ -60,6 +63,9 @@ msgstr ""
60
63
  msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata"
61
64
  msgstr ""
62
65
 
66
+ msgid "Directory within Git repo containing the templates."
67
+ msgstr ""
68
+
63
69
  msgid "Dirname"
64
70
  msgstr ""
65
71
 
@@ -75,9 +81,26 @@ msgstr "Filtro"
75
81
  msgid "Force import"
76
82
  msgstr ""
77
83
 
84
+ msgid "Global default HTTP proxy"
85
+ msgstr ""
86
+
87
+ msgid "HTTP proxy"
88
+ msgstr "HTTP proxy"
89
+
90
+ msgid "HTTP proxy policy"
91
+ msgstr ""
92
+
93
+ msgid ""
94
+ "HTTP proxy policy for template sync. \\\n"
95
+ " Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter."
96
+ msgstr ""
97
+
78
98
  msgid "How to handle lock for imported templates?"
79
99
  msgstr ""
80
100
 
101
+ msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
102
+ msgstr ""
103
+
81
104
  msgid "Import"
82
105
  msgstr "Importa"
83
106
 
@@ -93,6 +116,9 @@ msgstr ""
93
116
  msgid "Initiate Import"
94
117
  msgstr ""
95
118
 
119
+ msgid "Invalid repo format, must start with one of: "
120
+ msgstr ""
121
+
96
122
  msgid "Keep"
97
123
  msgstr ""
98
124
 
@@ -129,6 +155,9 @@ msgstr "Mai"
129
155
  msgid "New"
130
156
  msgstr "Nuovo"
131
157
 
158
+ msgid "No HTTP proxy"
159
+ msgstr ""
160
+
132
161
  msgid "Override the default repo from settings."
133
162
  msgstr ""
134
163
 
@@ -156,6 +185,12 @@ msgstr "Rimuovi"
156
185
  msgid "Repo"
157
186
  msgstr "Repo"
158
187
 
188
+ msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
189
+ msgstr ""
190
+
191
+ msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
192
+ msgstr ""
193
+
159
194
  msgid "Should importing overwrite locked templates?"
160
195
  msgstr ""
161
196
 
@@ -174,9 +209,6 @@ msgstr ""
174
209
  msgid "Template Sync"
175
210
  msgstr ""
176
211
 
177
- msgid "The directory within Git repo containing the templates"
178
- msgstr ""
179
-
180
212
  msgid "The directory within the Git repo containing the templates"
181
213
  msgstr ""
182
214
 
@@ -6,14 +6,14 @@
6
6
  # Translators:
7
7
  # Amit Upadhye <aupadhye@redhat.com>, 2021
8
8
  # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2024
9
10
  #
10
11
  msgid ""
11
12
  msgstr ""
12
- "Project-Id-Version: foreman_templates 10.0.1\n"
13
+ "Project-Id-Version: foreman_templates 10.0.3\n"
13
14
  "Report-Msgid-Bugs-To: \n"
14
15
  "PO-Revision-Date: 2019-10-14 12:27+0000\n"
15
- "Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
16
- "n.nl>, 2024\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
17
17
  "Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -51,6 +51,9 @@ msgstr "テンプレートをインポートする Rake タスクの詳細を選
51
51
  msgid "Commit message"
52
52
  msgstr "メッセージのコミット"
53
53
 
54
+ msgid "Custom HTTP proxy"
55
+ msgstr ""
56
+
54
57
  msgid "Custom commit message for templates export"
55
58
  msgstr "テンプレートエクスポート用のカスタムコミットメッセージ"
56
59
 
@@ -60,6 +63,9 @@ msgstr "Git リポジトリーのデフォルトブランチ"
60
63
  msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata"
61
64
  msgstr "デフォルトのメタデータエクスポートモード、更新はメタデータを再レンダリングし、保持は既存のメタデータを保持し、削除はメタデータなしでテンプレートをエクスポートします"
62
65
 
66
+ msgid "Directory within Git repo containing the templates."
67
+ msgstr ""
68
+
63
69
  msgid "Dirname"
64
70
  msgstr "Dirname"
65
71
 
@@ -75,9 +81,26 @@ msgstr "フィルター"
75
81
  msgid "Force import"
76
82
  msgstr "強制インポート"
77
83
 
84
+ msgid "Global default HTTP proxy"
85
+ msgstr ""
86
+
87
+ msgid "HTTP proxy"
88
+ msgstr "HTTP プロキシー"
89
+
90
+ msgid "HTTP proxy policy"
91
+ msgstr ""
92
+
93
+ msgid ""
94
+ "HTTP proxy policy for template sync. \\\n"
95
+ " Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter."
96
+ msgstr ""
97
+
78
98
  msgid "How to handle lock for imported templates?"
79
99
  msgstr "インポートされたテンプレートのロックを処理する方法"
80
100
 
101
+ msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
102
+ msgstr ""
103
+
81
104
  msgid "Import"
82
105
  msgstr "インポート"
83
106
 
@@ -93,6 +116,9 @@ msgstr "エクスポートを開始します"
93
116
  msgid "Initiate Import"
94
117
  msgstr "インポートを開始します"
95
118
 
119
+ msgid "Invalid repo format, must start with one of: "
120
+ msgstr ""
121
+
96
122
  msgid "Keep"
97
123
  msgstr "保持"
98
124
 
@@ -129,6 +155,9 @@ msgstr "なし"
129
155
  msgid "New"
130
156
  msgstr "新規"
131
157
 
158
+ msgid "No HTTP proxy"
159
+ msgstr ""
160
+
132
161
  msgid "Override the default repo from settings."
133
162
  msgstr "設定からデフォルトのリポジトリーを上書きします。"
134
163
 
@@ -156,6 +185,12 @@ msgstr "削除"
156
185
  msgid "Repo"
157
186
  msgstr "リポジトリー"
158
187
 
188
+ msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
189
+ msgstr ""
190
+
191
+ msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
192
+ msgstr ""
193
+
159
194
  msgid "Should importing overwrite locked templates?"
160
195
  msgstr "インポートするとロックされたテンプレートは上書きされますか?"
161
196
 
@@ -174,9 +209,6 @@ msgstr "インポート/エクスポートのターゲットパス。/tmp/dir、
174
209
  msgid "Template Sync"
175
210
  msgstr "テンプレート同期"
176
211
 
177
- msgid "The directory within Git repo containing the templates"
178
- msgstr "テンプレートを含む Git リポジトリー内のディレクトリー"
179
-
180
212
  msgid "The directory within the Git repo containing the templates"
181
213
  msgstr "テンプレートを含む Git リポジトリー内のディレクトリー"
182
214