foreman_templates 10.0.1 → 10.0.3
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_templates/locale/cs_CZ/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js +79 -49
- data/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js +34 -4
- data/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js +34 -4
- data/app/controllers/api/v2/template_controller.rb +3 -1
- data/app/controllers/concerns/foreman/controller/parameters/template_params.rb +1 -1
- data/app/controllers/ui_template_syncs_controller.rb +21 -1
- data/app/services/foreman_templates/action.rb +32 -1
- data/app/services/foreman_templates/parse_result.rb +10 -4
- data/app/services/foreman_templates/template_exporter.rb +2 -2
- data/app/services/foreman_templates/template_importer.rb +3 -3
- data/lib/foreman_templates/engine.rb +6 -0
- data/lib/foreman_templates/version.rb +1 -1
- data/lib/foreman_templates.rb +4 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/cs_CZ/foreman_templates.po +34 -4
- data/locale/de/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/de/foreman_templates.po +34 -4
- data/locale/en_GB/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/en_GB/foreman_templates.po +34 -4
- data/locale/es/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/es/foreman_templates.po +34 -4
- data/locale/fr/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/fr/foreman_templates.po +34 -4
- data/locale/gl/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/gl/foreman_templates.po +34 -4
- data/locale/it/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/it/foreman_templates.po +34 -4
- data/locale/ja/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ja/foreman_templates.po +34 -4
- data/locale/ka/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ka/foreman_templates.po +34 -4
- data/locale/ko/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ko/foreman_templates.po +81 -49
- data/locale/pt_BR/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/pt_BR/foreman_templates.po +34 -4
- data/locale/ru/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ru/foreman_templates.po +34 -4
- data/locale/sv_SE/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/sv_SE/foreman_templates.po +34 -4
- data/locale/zh_CN/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/zh_CN/foreman_templates.po +34 -4
- data/locale/zh_TW/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/zh_TW/foreman_templates.po +34 -4
- data/webpack/components/NewTemplateSync/components/NewTemplateSyncForm/NewTemplateSyncFormHelpers.js +15 -3
- data/webpack/components/NewTemplateSync/components/ProxySettingField.js +44 -0
- data/webpack/components/NewTemplateSync/components/ProxySettingFields.js +82 -0
- data/webpack/components/NewTemplateSync/components/SyncSettingField.js +5 -12
- data/webpack/components/NewTemplateSync/components/SyncSettingFields.js +18 -0
- data/webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncSettingField.test.js.snap +3 -3
- data/webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncSettingFields.test.js.snap +14 -0
- metadata +4 -2
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_templates 10.0.
|
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,24 @@ 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 "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter."
|
93
|
+
msgstr ""
|
94
|
+
|
77
95
|
msgid "How to handle lock for imported templates?"
|
78
96
|
msgstr ""
|
79
97
|
|
98
|
+
msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
|
99
|
+
msgstr ""
|
100
|
+
|
80
101
|
msgid "Import"
|
81
102
|
msgstr ""
|
82
103
|
|
@@ -92,6 +113,9 @@ msgstr ""
|
|
92
113
|
msgid "Initiate Import"
|
93
114
|
msgstr ""
|
94
115
|
|
116
|
+
msgid "Invalid repo format, must start with one of: "
|
117
|
+
msgstr ""
|
118
|
+
|
95
119
|
msgid "Keep"
|
96
120
|
msgstr ""
|
97
121
|
|
@@ -128,6 +152,9 @@ msgstr ""
|
|
128
152
|
msgid "New"
|
129
153
|
msgstr ""
|
130
154
|
|
155
|
+
msgid "No HTTP proxy"
|
156
|
+
msgstr ""
|
157
|
+
|
131
158
|
msgid "Override the default repo from settings."
|
132
159
|
msgstr ""
|
133
160
|
|
@@ -155,6 +182,12 @@ msgstr ""
|
|
155
182
|
msgid "Repo"
|
156
183
|
msgstr ""
|
157
184
|
|
185
|
+
msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
|
186
|
+
msgstr ""
|
187
|
+
|
188
|
+
msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
|
189
|
+
msgstr ""
|
190
|
+
|
158
191
|
msgid "Should importing overwrite locked templates?"
|
159
192
|
msgstr ""
|
160
193
|
|
@@ -173,9 +206,6 @@ msgstr ""
|
|
173
206
|
msgid "Template Sync"
|
174
207
|
msgstr ""
|
175
208
|
|
176
|
-
msgid "The directory within Git repo containing the templates"
|
177
|
-
msgstr ""
|
178
|
-
|
179
209
|
msgid "The directory within the Git repo containing the templates"
|
180
210
|
msgstr ""
|
181
211
|
|
Binary file
|
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_templates 10.0.
|
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
16
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\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,24 @@ 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 ""
|
90
|
+
|
91
|
+
msgid "HTTP proxy policy"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter."
|
95
|
+
msgstr ""
|
96
|
+
|
79
97
|
msgid "How to handle lock for imported templates?"
|
80
98
|
msgstr "如何处理导入的模板锁定?"
|
81
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
|
+
|
82
103
|
msgid "Import"
|
83
104
|
msgstr "Importar"
|
84
105
|
|
@@ -94,6 +115,9 @@ msgstr "启动导出"
|
|
94
115
|
msgid "Initiate Import"
|
95
116
|
msgstr "启动导入"
|
96
117
|
|
118
|
+
msgid "Invalid repo format, must start with one of: "
|
119
|
+
msgstr ""
|
120
|
+
|
97
121
|
msgid "Keep"
|
98
122
|
msgstr "保持"
|
99
123
|
|
@@ -130,6 +154,9 @@ msgstr "Nunca"
|
|
130
154
|
msgid "New"
|
131
155
|
msgstr "Nuevo"
|
132
156
|
|
157
|
+
msgid "No HTTP proxy"
|
158
|
+
msgstr ""
|
159
|
+
|
133
160
|
msgid "Override the default repo from settings."
|
134
161
|
msgstr "覆盖设置中的默认仓库。"
|
135
162
|
|
@@ -157,6 +184,12 @@ msgstr "Eliminar"
|
|
157
184
|
msgid "Repo"
|
158
185
|
msgstr "仓库"
|
159
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
|
+
|
160
193
|
msgid "Should importing overwrite locked templates?"
|
161
194
|
msgstr "是否应该导入覆盖锁定的模板?"
|
162
195
|
|
@@ -175,9 +208,6 @@ msgstr "要导入/导出的目标路径。可以使用不同的协议,如 /tmp
|
|
175
208
|
msgid "Template Sync"
|
176
209
|
msgstr "模板同步"
|
177
210
|
|
178
|
-
msgid "The directory within Git repo containing the templates"
|
179
|
-
msgstr "Git 仓库中包含模板的目录"
|
180
|
-
|
181
211
|
msgid "The directory within the Git repo containing the templates"
|
182
212
|
msgstr "Git 仓库中包含模板的目录"
|
183
213
|
|
Binary file
|
@@ -12,7 +12,7 @@
|
|
12
12
|
#
|
13
13
|
msgid ""
|
14
14
|
msgstr ""
|
15
|
-
"Project-Id-Version: foreman_templates 10.0.
|
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
18
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
@@ -55,6 +55,9 @@ msgstr "Choisir la verbosité pour les modèles d'importation de tâches Rake"
|
|
55
55
|
msgid "Commit message"
|
56
56
|
msgstr "Message de validation"
|
57
57
|
|
58
|
+
msgid "Custom HTTP proxy"
|
59
|
+
msgstr ""
|
60
|
+
|
58
61
|
msgid "Custom commit message for templates export"
|
59
62
|
msgstr "Message de validation personnalisé pour l'exportation de modèles"
|
60
63
|
|
@@ -64,6 +67,9 @@ msgstr "Branche par défaut dans le repo Git"
|
|
64
67
|
msgid "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata"
|
65
68
|
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
69
|
|
70
|
+
msgid "Directory within Git repo containing the templates."
|
71
|
+
msgstr ""
|
72
|
+
|
67
73
|
msgid "Dirname"
|
68
74
|
msgstr "Dirname"
|
69
75
|
|
@@ -79,9 +85,24 @@ msgstr "Filtre"
|
|
79
85
|
msgid "Force import"
|
80
86
|
msgstr "Forcer l'importation"
|
81
87
|
|
88
|
+
msgid "Global default HTTP proxy"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
msgid "HTTP proxy"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
msgid "HTTP proxy policy"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter."
|
98
|
+
msgstr ""
|
99
|
+
|
82
100
|
msgid "How to handle lock for imported templates?"
|
83
101
|
msgstr "Comment gérer le verrouillage des modèles importés ?"
|
84
102
|
|
103
|
+
msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
|
104
|
+
msgstr ""
|
105
|
+
|
85
106
|
msgid "Import"
|
86
107
|
msgstr "Importation"
|
87
108
|
|
@@ -97,6 +118,9 @@ msgstr "Initier l'exportation"
|
|
97
118
|
msgid "Initiate Import"
|
98
119
|
msgstr "Initier l'importation"
|
99
120
|
|
121
|
+
msgid "Invalid repo format, must start with one of: "
|
122
|
+
msgstr ""
|
123
|
+
|
100
124
|
msgid "Keep"
|
101
125
|
msgstr "Gardez"
|
102
126
|
|
@@ -133,6 +157,9 @@ msgstr "Jamais"
|
|
133
157
|
msgid "New"
|
134
158
|
msgstr "Nouveau"
|
135
159
|
|
160
|
+
msgid "No HTTP proxy"
|
161
|
+
msgstr ""
|
162
|
+
|
136
163
|
msgid "Override the default repo from settings."
|
137
164
|
msgstr "Remplace le référentiel par défaut des paramètres."
|
138
165
|
|
@@ -160,6 +187,12 @@ msgstr "Supprimer"
|
|
160
187
|
msgid "Repo"
|
161
188
|
msgstr "Référentiel"
|
162
189
|
|
190
|
+
msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
|
191
|
+
msgstr ""
|
192
|
+
|
193
|
+
msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
|
194
|
+
msgstr ""
|
195
|
+
|
163
196
|
msgid "Should importing overwrite locked templates?"
|
164
197
|
msgstr "L'importation doit-elle écraser les modèles verrouillés ?"
|
165
198
|
|
@@ -178,9 +211,6 @@ msgstr "Chemin cible pour l'importation/exportation. Différents protocoles peuv
|
|
178
211
|
msgid "Template Sync"
|
179
212
|
msgstr "Sync Modèle"
|
180
213
|
|
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
214
|
msgid "The directory within the Git repo containing the templates"
|
185
215
|
msgstr "Le répertoire du référentiel Git contenant les modèles"
|
186
216
|
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_templates 10.0.
|
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,24 @@ 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 "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter."
|
92
|
+
msgstr ""
|
93
|
+
|
76
94
|
msgid "How to handle lock for imported templates?"
|
77
95
|
msgstr ""
|
78
96
|
|
97
|
+
msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
|
98
|
+
msgstr ""
|
99
|
+
|
79
100
|
msgid "Import"
|
80
101
|
msgstr "Importar"
|
81
102
|
|
@@ -91,6 +112,9 @@ msgstr ""
|
|
91
112
|
msgid "Initiate Import"
|
92
113
|
msgstr ""
|
93
114
|
|
115
|
+
msgid "Invalid repo format, must start with one of: "
|
116
|
+
msgstr ""
|
117
|
+
|
94
118
|
msgid "Keep"
|
95
119
|
msgstr ""
|
96
120
|
|
@@ -127,6 +151,9 @@ msgstr ""
|
|
127
151
|
msgid "New"
|
128
152
|
msgstr "Novo"
|
129
153
|
|
154
|
+
msgid "No HTTP proxy"
|
155
|
+
msgstr ""
|
156
|
+
|
130
157
|
msgid "Override the default repo from settings."
|
131
158
|
msgstr ""
|
132
159
|
|
@@ -154,6 +181,12 @@ msgstr ""
|
|
154
181
|
msgid "Repo"
|
155
182
|
msgstr ""
|
156
183
|
|
184
|
+
msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
|
188
|
+
msgstr ""
|
189
|
+
|
157
190
|
msgid "Should importing overwrite locked templates?"
|
158
191
|
msgstr ""
|
159
192
|
|
@@ -172,9 +205,6 @@ msgstr ""
|
|
172
205
|
msgid "Template Sync"
|
173
206
|
msgstr ""
|
174
207
|
|
175
|
-
msgid "The directory within Git repo containing the templates"
|
176
|
-
msgstr ""
|
177
|
-
|
178
208
|
msgid "The directory within the Git repo containing the templates"
|
179
209
|
msgstr ""
|
180
210
|
|
Binary file
|
@@ -9,7 +9,7 @@
|
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: foreman_templates 10.0.
|
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
15
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\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,24 @@ 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 ""
|
89
|
+
|
90
|
+
msgid "HTTP proxy policy"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter."
|
94
|
+
msgstr ""
|
95
|
+
|
78
96
|
msgid "How to handle lock for imported templates?"
|
79
97
|
msgstr ""
|
80
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
|
+
|
81
102
|
msgid "Import"
|
82
103
|
msgstr "Importa"
|
83
104
|
|
@@ -93,6 +114,9 @@ msgstr ""
|
|
93
114
|
msgid "Initiate Import"
|
94
115
|
msgstr ""
|
95
116
|
|
117
|
+
msgid "Invalid repo format, must start with one of: "
|
118
|
+
msgstr ""
|
119
|
+
|
96
120
|
msgid "Keep"
|
97
121
|
msgstr ""
|
98
122
|
|
@@ -129,6 +153,9 @@ msgstr "Mai"
|
|
129
153
|
msgid "New"
|
130
154
|
msgstr "Nuovo"
|
131
155
|
|
156
|
+
msgid "No HTTP proxy"
|
157
|
+
msgstr ""
|
158
|
+
|
132
159
|
msgid "Override the default repo from settings."
|
133
160
|
msgstr ""
|
134
161
|
|
@@ -156,6 +183,12 @@ msgstr "Rimuovi"
|
|
156
183
|
msgid "Repo"
|
157
184
|
msgstr "Repo"
|
158
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
|
+
|
159
192
|
msgid "Should importing overwrite locked templates?"
|
160
193
|
msgstr ""
|
161
194
|
|
@@ -174,9 +207,6 @@ msgstr ""
|
|
174
207
|
msgid "Template Sync"
|
175
208
|
msgstr ""
|
176
209
|
|
177
|
-
msgid "The directory within Git repo containing the templates"
|
178
|
-
msgstr ""
|
179
|
-
|
180
210
|
msgid "The directory within the Git repo containing the templates"
|
181
211
|
msgstr ""
|
182
212
|
|
Binary file
|
@@ -9,7 +9,7 @@
|
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: foreman_templates 10.0.
|
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
15
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
@@ -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,24 @@ 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 ""
|
89
|
+
|
90
|
+
msgid "HTTP proxy policy"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
msgid "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter."
|
94
|
+
msgstr ""
|
95
|
+
|
78
96
|
msgid "How to handle lock for imported templates?"
|
79
97
|
msgstr "インポートされたテンプレートのロックを処理する方法"
|
80
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
|
+
|
81
102
|
msgid "Import"
|
82
103
|
msgstr "インポート"
|
83
104
|
|
@@ -93,6 +114,9 @@ msgstr "エクスポートを開始します"
|
|
93
114
|
msgid "Initiate Import"
|
94
115
|
msgstr "インポートを開始します"
|
95
116
|
|
117
|
+
msgid "Invalid repo format, must start with one of: "
|
118
|
+
msgstr ""
|
119
|
+
|
96
120
|
msgid "Keep"
|
97
121
|
msgstr "保持"
|
98
122
|
|
@@ -129,6 +153,9 @@ msgstr "なし"
|
|
129
153
|
msgid "New"
|
130
154
|
msgstr "新規"
|
131
155
|
|
156
|
+
msgid "No HTTP proxy"
|
157
|
+
msgstr ""
|
158
|
+
|
132
159
|
msgid "Override the default repo from settings."
|
133
160
|
msgstr "設定からデフォルトのリポジトリーを上書きします。"
|
134
161
|
|
@@ -156,6 +183,12 @@ msgstr "削除"
|
|
156
183
|
msgid "Repo"
|
157
184
|
msgstr "リポジトリー"
|
158
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
|
+
|
159
192
|
msgid "Should importing overwrite locked templates?"
|
160
193
|
msgstr "インポートするとロックされたテンプレートは上書きされますか?"
|
161
194
|
|
@@ -174,9 +207,6 @@ msgstr "インポート/エクスポートのターゲットパス。/tmp/dir、
|
|
174
207
|
msgid "Template Sync"
|
175
208
|
msgstr "テンプレート同期"
|
176
209
|
|
177
|
-
msgid "The directory within Git repo containing the templates"
|
178
|
-
msgstr "テンプレートを含む Git リポジトリー内のディレクトリー"
|
179
|
-
|
180
210
|
msgid "The directory within the Git repo containing the templates"
|
181
211
|
msgstr "テンプレートを含む Git リポジトリー内のディレクトリー"
|
182
212
|
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_templates 10.0.
|
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: Temuri Doghonadze <temuri.doghonadze@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 "Git რეპოს ნაგულისხმები ბრენჩ
|
|
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,24 @@ msgstr "ფილტრი"
|
|
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 "HTTP proxy policy for template sync. If you choose 'selected', provide the `http_proxy_id` parameter."
|
92
|
+
msgstr ""
|
93
|
+
|
76
94
|
msgid "How to handle lock for imported templates?"
|
77
95
|
msgstr "როგორ დავამუშაო ბლოკირება შემოტანილი შაბლონებისთვის?"
|
78
96
|
|
97
|
+
msgid "ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`"
|
98
|
+
msgstr ""
|
99
|
+
|
79
100
|
msgid "Import"
|
80
101
|
msgstr "შემოტანა"
|
81
102
|
|
@@ -91,6 +112,9 @@ msgstr "გატანის დაწყება"
|
|
91
112
|
msgid "Initiate Import"
|
92
113
|
msgstr "შემოტანის დაწყება"
|
93
114
|
|
115
|
+
msgid "Invalid repo format, must start with one of: "
|
116
|
+
msgstr ""
|
117
|
+
|
94
118
|
msgid "Keep"
|
95
119
|
msgstr "დატოვება"
|
96
120
|
|
@@ -127,6 +151,9 @@ msgstr "არასდროს"
|
|
127
151
|
msgid "New"
|
128
152
|
msgstr "ახალი"
|
129
153
|
|
154
|
+
msgid "No HTTP proxy"
|
155
|
+
msgstr ""
|
156
|
+
|
130
157
|
msgid "Override the default repo from settings."
|
131
158
|
msgstr "პარამეტრებში მითითებული ნაგულისხმები რეპოს გადაფარვა."
|
132
159
|
|
@@ -154,6 +181,12 @@ msgstr "წაშლა"
|
|
154
181
|
msgid "Repo"
|
155
182
|
msgstr "რეპო"
|
156
183
|
|
184
|
+
msgid "Select an HTTP proxy to use for template sync. You can add HTTP proxies on the Infrastructure > HTTP proxies page."
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Should an HTTP proxy be used for template sync? If you select Custom HTTP proxy, you will be prompted to select one."
|
188
|
+
msgstr ""
|
189
|
+
|
157
190
|
msgid "Should importing overwrite locked templates?"
|
158
191
|
msgstr "შემოტანამ დაბლოკილ შაბლონებს გადააწეროს თუ არა?"
|
159
192
|
|
@@ -172,9 +205,6 @@ msgstr "შეტანა/გამოტანის სამიზნე ბ
|
|
172
205
|
msgid "Template Sync"
|
173
206
|
msgstr "შაბლონების სინქრონიზაცია"
|
174
207
|
|
175
|
-
msgid "The directory within Git repo containing the templates"
|
176
|
-
msgstr "შაბლონების შემცველი საქაღალდე Git-ის რეპოში"
|
177
|
-
|
178
208
|
msgid "The directory within the Git repo containing the templates"
|
179
209
|
msgstr "შაბლონების შემცველი საქაღალდე Git-ის რეპოში"
|
180
210
|
|
Binary file
|