foreman_templates 9.4.0 → 9.5.0
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 +95 -98
- data/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js +108 -111
- data/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js +64 -67
- data/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js +108 -111
- data/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js +108 -111
- data/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js +63 -66
- data/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js +78 -81
- data/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js +116 -119
- data/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js +116 -119
- data/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js +79 -82
- data/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js +108 -111
- data/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js +79 -82
- data/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js +63 -66
- data/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js +116 -119
- data/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js +79 -82
- data/app/models/concerns/foreman_templates/template_extensions.rb +1 -1
- data/app/services/foreman_templates/parse_result.rb +2 -2
- data/app/services/foreman_templates/template_exporter.rb +4 -2
- data/app/services/foreman_templates/template_importer.rb +2 -2
- data/lib/foreman_templates/version.rb +1 -1
- data/locale/cs_CZ/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/cs_CZ/foreman_templates.po +7 -10
- data/locale/de/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/de/foreman_templates.po +7 -10
- data/locale/en_GB/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/en_GB/foreman_templates.po +7 -10
- data/locale/es/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/es/foreman_templates.po +7 -10
- data/locale/fr/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/fr/foreman_templates.po +7 -10
- data/locale/gl/foreman_templates.po +5 -8
- data/locale/it/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/it/foreman_templates.po +6 -9
- data/locale/ja/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ja/foreman_templates.po +7 -10
- data/locale/ka/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ka/foreman_templates.po +7 -10
- data/locale/ko/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ko/foreman_templates.po +7 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/pt_BR/foreman_templates.po +7 -10
- data/locale/ru/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/ru/foreman_templates.po +7 -10
- data/locale/sv_SE/foreman_templates.po +5 -8
- data/locale/zh_CN/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/zh_CN/foreman_templates.po +7 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_templates.mo +0 -0
- data/locale/zh_TW/foreman_templates.po +7 -10
- data/package.json +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1995901d11f41b45386544be8a92092b100e96c66d690bd0420e2266cf973ba
|
|
4
|
+
data.tar.gz: 7bf488734d914eee33e197b0c95ada060e83abd1971123e44f2c0f5a2bc814f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '089ad5dfec9c1c0cefe77ee48e3da6956b083682de8a0ae22e23562e6cdefdd736f36a1c29df0f579c3a162cd1ba274e82142b124ad7955c06af4a1024c172f2'
|
|
7
|
+
data.tar.gz: 8eb6a511a5953f2fe82c101b5128f9a88b40fc1b447ca0d5508cf35ada62c3ac846a823b9b99d03485750f6bb38df1627fd8caeaa382ed511a9c493a91395a25
|
|
@@ -17,194 +17,191 @@
|
|
|
17
17
|
"domain": "foreman_templates",
|
|
18
18
|
"plural_forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"Action type": [
|
|
21
|
+
""
|
|
22
22
|
],
|
|
23
|
-
"
|
|
23
|
+
"Always": [
|
|
24
|
+
"Vždy"
|
|
25
|
+
],
|
|
26
|
+
"Associate": [
|
|
24
27
|
""
|
|
25
28
|
],
|
|
26
|
-
"
|
|
29
|
+
"Associate templates to OS, organization and location": [
|
|
27
30
|
""
|
|
28
31
|
],
|
|
29
|
-
"
|
|
32
|
+
"Associate to OS's, Locations & Organizations. Options are: always, new or never.": [
|
|
30
33
|
""
|
|
31
34
|
],
|
|
32
|
-
"
|
|
35
|
+
"Back to sync form": [
|
|
33
36
|
""
|
|
34
37
|
],
|
|
35
|
-
"
|
|
36
|
-
"
|
|
38
|
+
"Branch": [
|
|
39
|
+
"Větev"
|
|
37
40
|
],
|
|
38
|
-
"
|
|
39
|
-
"
|
|
41
|
+
"Branch in Git repo.": [
|
|
42
|
+
"Větev v Git repozitáři."
|
|
40
43
|
],
|
|
41
|
-
"
|
|
44
|
+
"Choose verbosity for Rake task importing templates": [
|
|
42
45
|
""
|
|
43
46
|
],
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
],
|
|
47
|
-
"Lock imported templates": [
|
|
48
|
-
"Uzamknout naimportované šablony"
|
|
47
|
+
"Commit message": [
|
|
48
|
+
""
|
|
49
49
|
],
|
|
50
|
-
"
|
|
50
|
+
"Custom commit message for templates export": [
|
|
51
51
|
""
|
|
52
52
|
],
|
|
53
|
-
"
|
|
54
|
-
"
|
|
53
|
+
"Default branch in Git repo": [
|
|
54
|
+
"Výchozí větev v Git repozitáři"
|
|
55
55
|
],
|
|
56
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [
|
|
57
|
+
""
|
|
58
58
|
],
|
|
59
|
-
"
|
|
59
|
+
"Dirname": [
|
|
60
60
|
""
|
|
61
61
|
],
|
|
62
|
-
"
|
|
62
|
+
"Export": [
|
|
63
63
|
""
|
|
64
64
|
],
|
|
65
|
-
"
|
|
65
|
+
"Export templates with names matching this regex (case-insensitive; snippets are not filtered).": [
|
|
66
66
|
""
|
|
67
67
|
],
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"Filter": [
|
|
69
|
+
""
|
|
70
70
|
],
|
|
71
|
-
"
|
|
72
|
-
"
|
|
71
|
+
"Force import": [
|
|
72
|
+
"Vynutit import"
|
|
73
73
|
],
|
|
74
|
-
"
|
|
75
|
-
"
|
|
74
|
+
"How to handle lock for imported templates?": [
|
|
75
|
+
""
|
|
76
76
|
],
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"Import": [
|
|
78
|
+
""
|
|
79
79
|
],
|
|
80
|
-
"
|
|
80
|
+
"Import or Export Templates": [
|
|
81
81
|
""
|
|
82
82
|
],
|
|
83
|
-
"
|
|
83
|
+
"Import/export names matching this regex (case-insensitive; snippets are not filtered)": [
|
|
84
84
|
""
|
|
85
85
|
],
|
|
86
|
-
"
|
|
87
|
-
"
|
|
86
|
+
"Initiate Export": [
|
|
87
|
+
"Zahájit export"
|
|
88
88
|
],
|
|
89
|
-
"
|
|
90
|
-
"
|
|
89
|
+
"Initiate Import": [
|
|
90
|
+
"Zahájit import"
|
|
91
91
|
],
|
|
92
92
|
"Keep": [
|
|
93
93
|
"Ponechat"
|
|
94
94
|
],
|
|
95
|
-
"
|
|
96
|
-
"Odebrat"
|
|
97
|
-
],
|
|
98
|
-
"Template Sync": [
|
|
95
|
+
"Keep, do not lock new": [
|
|
99
96
|
""
|
|
100
97
|
],
|
|
101
|
-
"
|
|
98
|
+
"Keep, lock new": [
|
|
102
99
|
""
|
|
103
100
|
],
|
|
104
|
-
"
|
|
105
|
-
"
|
|
101
|
+
"Lock": [
|
|
102
|
+
"Zamknout"
|
|
106
103
|
],
|
|
107
|
-
"
|
|
108
|
-
""
|
|
104
|
+
"Lock imported templates": [
|
|
105
|
+
"Uzamknout naimportované šablony"
|
|
109
106
|
],
|
|
110
|
-
"
|
|
111
|
-
""
|
|
107
|
+
"Lock templates": [
|
|
108
|
+
"Uzamknout šablony"
|
|
112
109
|
],
|
|
113
|
-
"
|
|
110
|
+
"Metadata export mode": [
|
|
114
111
|
""
|
|
115
112
|
],
|
|
116
|
-
"
|
|
117
|
-
"
|
|
113
|
+
"Negate": [
|
|
114
|
+
"Negovat"
|
|
118
115
|
],
|
|
119
|
-
"
|
|
116
|
+
"Negate the filter for import/export": [
|
|
120
117
|
""
|
|
121
118
|
],
|
|
122
|
-
"
|
|
119
|
+
"Negate the prefix (for purging).": [
|
|
123
120
|
""
|
|
124
121
|
],
|
|
125
|
-
"
|
|
126
|
-
""
|
|
122
|
+
"Never": [
|
|
123
|
+
"Nikdy"
|
|
127
124
|
],
|
|
128
|
-
"
|
|
125
|
+
"New": [
|
|
126
|
+
"Nové"
|
|
127
|
+
],
|
|
128
|
+
"Override the default repo from settings.": [
|
|
129
129
|
""
|
|
130
130
|
],
|
|
131
|
-
"
|
|
131
|
+
"Page Not Found": [
|
|
132
132
|
""
|
|
133
133
|
],
|
|
134
|
-
"
|
|
135
|
-
"
|
|
134
|
+
"Permission Denied": [
|
|
135
|
+
""
|
|
136
136
|
],
|
|
137
|
-
"
|
|
137
|
+
"Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [
|
|
138
138
|
""
|
|
139
139
|
],
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
|
141
|
+
""
|
|
142
142
|
],
|
|
143
|
-
"
|
|
144
|
-
"
|
|
143
|
+
"Prefix": [
|
|
144
|
+
"Předpona"
|
|
145
145
|
],
|
|
146
|
-
"
|
|
147
|
-
"
|
|
146
|
+
"Refresh": [
|
|
147
|
+
"Načíst znovu"
|
|
148
148
|
],
|
|
149
|
-
"
|
|
150
|
-
""
|
|
149
|
+
"Remove": [
|
|
150
|
+
"Odebrat"
|
|
151
151
|
],
|
|
152
|
-
"
|
|
153
|
-
""
|
|
152
|
+
"Repo": [
|
|
153
|
+
"Repozitář"
|
|
154
154
|
],
|
|
155
155
|
"Should importing overwrite locked templates?": [
|
|
156
156
|
""
|
|
157
157
|
],
|
|
158
|
-
"
|
|
159
|
-
"Vynutit import"
|
|
160
|
-
],
|
|
161
|
-
"How to handle lock for imported templates?": [
|
|
158
|
+
"Show template diff in response": [
|
|
162
159
|
""
|
|
163
160
|
],
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
],
|
|
167
|
-
"Commit message": [
|
|
168
|
-
""
|
|
161
|
+
"Specify how to handle metadata": [
|
|
162
|
+
"Zadat jak zacházet s metadaty"
|
|
169
163
|
],
|
|
170
164
|
"Sync Templates": [
|
|
171
165
|
"Synchronizovat šablony"
|
|
172
166
|
],
|
|
173
|
-
"
|
|
167
|
+
"Target path to import/export. Different protocols can be used, for example /tmp/dir, git://example.com, https://example.com, ssh://example.com. When exporting to /tmp, note that production deployments may be configured to use private tmp.": [
|
|
174
168
|
""
|
|
175
169
|
],
|
|
176
|
-
"
|
|
170
|
+
"Template Sync": [
|
|
177
171
|
""
|
|
178
172
|
],
|
|
179
|
-
"
|
|
173
|
+
"The directory within Git repo containing the templates": [
|
|
180
174
|
""
|
|
181
175
|
],
|
|
182
|
-
"The
|
|
176
|
+
"The directory within the Git repo containing the templates": [
|
|
183
177
|
""
|
|
184
178
|
],
|
|
185
|
-
"
|
|
179
|
+
"The page you are looking for does not exist": [
|
|
186
180
|
""
|
|
187
181
|
],
|
|
188
|
-
"
|
|
189
|
-
""
|
|
182
|
+
"The string all imported templates should begin with.": [
|
|
183
|
+
"Řetězec všech importovaných šablon by měl začínat na."
|
|
190
184
|
],
|
|
191
|
-
"
|
|
185
|
+
"The string that will be added as prefix to imported templates": [
|
|
192
186
|
""
|
|
193
187
|
],
|
|
194
|
-
"
|
|
195
|
-
""
|
|
188
|
+
"Unlock": [
|
|
189
|
+
"Odemknout"
|
|
196
190
|
],
|
|
197
|
-
"
|
|
198
|
-
"
|
|
191
|
+
"Update templates that are locked": [
|
|
192
|
+
"Aktualizovat šablony, které jsou uzamčeny"
|
|
199
193
|
],
|
|
200
|
-
"
|
|
201
|
-
"
|
|
194
|
+
"Use default value from settings": [
|
|
195
|
+
""
|
|
202
196
|
],
|
|
203
|
-
"
|
|
204
|
-
"
|
|
197
|
+
"Using file-based synchronization, but couldn't access %s. ": [
|
|
198
|
+
""
|
|
205
199
|
],
|
|
206
|
-
"
|
|
207
|
-
"
|
|
200
|
+
"Verbosity": [
|
|
201
|
+
"Stupeň podrobnosti"
|
|
202
|
+
],
|
|
203
|
+
"You are not authorized to perform this action.": [
|
|
204
|
+
""
|
|
208
205
|
]
|
|
209
206
|
}
|
|
210
207
|
}
|
|
@@ -17,194 +17,191 @@
|
|
|
17
17
|
"domain": "foreman_templates",
|
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
],
|
|
23
|
-
"Override the default repo from settings.": [
|
|
24
|
-
"Überschreiben Sie das Standard-Repository aus den Einstellungen."
|
|
25
|
-
],
|
|
26
|
-
"Export templates with names matching this regex (case-insensitive; snippets are not filtered).": [
|
|
27
|
-
"Exportieren Sie Vorlagen mit Namen, die dieser Regex entsprechen (Groß-/Kleinschreibung wird nicht beachtet; Snippets werden nicht gefiltert)."
|
|
28
|
-
],
|
|
29
|
-
"Negate the prefix (for purging).": [
|
|
30
|
-
"Negieren Sie das Präfix (zum Bereinigen)."
|
|
20
|
+
"Action type": [
|
|
21
|
+
""
|
|
31
22
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
23
|
+
"Always": [
|
|
24
|
+
"Immer"
|
|
34
25
|
],
|
|
35
|
-
"
|
|
36
|
-
"
|
|
26
|
+
"Associate": [
|
|
27
|
+
"Assoziieren"
|
|
37
28
|
],
|
|
38
|
-
"
|
|
39
|
-
"
|
|
29
|
+
"Associate templates to OS, organization and location": [
|
|
30
|
+
"Verknüpfen Sie Vorlagen mit Betriebssystem, Organisation und Standort"
|
|
40
31
|
],
|
|
41
32
|
"Associate to OS's, Locations & Organizations. Options are: always, new or never.": [
|
|
42
33
|
"Assoziieren mit Betriebssystemen, Standorten und Organisationen. Optionen sind: immer, neu oder nie."
|
|
43
34
|
],
|
|
44
|
-
"
|
|
45
|
-
"
|
|
35
|
+
"Back to sync form": [
|
|
36
|
+
""
|
|
46
37
|
],
|
|
47
|
-
"
|
|
48
|
-
"
|
|
38
|
+
"Branch": [
|
|
39
|
+
"Zweig"
|
|
49
40
|
],
|
|
50
|
-
"
|
|
51
|
-
"
|
|
41
|
+
"Branch in Git repo.": [
|
|
42
|
+
"Branch im Git-Repo."
|
|
52
43
|
],
|
|
53
|
-
"
|
|
54
|
-
"
|
|
44
|
+
"Choose verbosity for Rake task importing templates": [
|
|
45
|
+
"Wählen Sie die Ausführlichkeit für Importvorlagen für Rake-Tasks"
|
|
55
46
|
],
|
|
56
|
-
"
|
|
57
|
-
"
|
|
47
|
+
"Commit message": [
|
|
48
|
+
""
|
|
58
49
|
],
|
|
59
50
|
"Custom commit message for templates export": [
|
|
60
51
|
""
|
|
61
52
|
],
|
|
62
|
-
"
|
|
63
|
-
"
|
|
53
|
+
"Default branch in Git repo": [
|
|
54
|
+
"Standard-Branch im Git-Repository"
|
|
64
55
|
],
|
|
65
|
-
"
|
|
56
|
+
"Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [
|
|
57
|
+
"Standard-Metadaten-Exportmodus, Aktualisieren, rendert Metadaten neu, behält vorhandene Metadaten bei, entfernt Exportvorlagen ohne Metadaten"
|
|
58
|
+
],
|
|
59
|
+
"Dirname": [
|
|
60
|
+
"Dirname"
|
|
61
|
+
],
|
|
62
|
+
"Export": [
|
|
66
63
|
""
|
|
67
64
|
],
|
|
68
|
-
"
|
|
69
|
-
"
|
|
65
|
+
"Export templates with names matching this regex (case-insensitive; snippets are not filtered).": [
|
|
66
|
+
"Exportieren Sie Vorlagen mit Namen, die dieser Regex entsprechen (Groß-/Kleinschreibung wird nicht beachtet; Snippets werden nicht gefiltert)."
|
|
70
67
|
],
|
|
71
|
-
"
|
|
72
|
-
"
|
|
68
|
+
"Filter": [
|
|
69
|
+
"Filter"
|
|
73
70
|
],
|
|
74
|
-
"
|
|
75
|
-
"
|
|
71
|
+
"Force import": [
|
|
72
|
+
"Import erzwingen"
|
|
76
73
|
],
|
|
77
|
-
"
|
|
78
|
-
"
|
|
74
|
+
"How to handle lock for imported templates?": [
|
|
75
|
+
""
|
|
79
76
|
],
|
|
80
|
-
"
|
|
77
|
+
"Import": [
|
|
81
78
|
""
|
|
82
79
|
],
|
|
83
|
-
"
|
|
80
|
+
"Import or Export Templates": [
|
|
84
81
|
""
|
|
85
82
|
],
|
|
86
|
-
"
|
|
87
|
-
"
|
|
83
|
+
"Import/export names matching this regex (case-insensitive; snippets are not filtered)": [
|
|
84
|
+
""
|
|
88
85
|
],
|
|
89
|
-
"
|
|
90
|
-
"
|
|
86
|
+
"Initiate Export": [
|
|
87
|
+
"Export initiieren"
|
|
88
|
+
],
|
|
89
|
+
"Initiate Import": [
|
|
90
|
+
"Import einleiten"
|
|
91
91
|
],
|
|
92
92
|
"Keep": [
|
|
93
93
|
"Behalten"
|
|
94
94
|
],
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"Keep, do not lock new": [
|
|
96
|
+
""
|
|
97
97
|
],
|
|
98
|
-
"
|
|
98
|
+
"Keep, lock new": [
|
|
99
99
|
""
|
|
100
100
|
],
|
|
101
|
-
"
|
|
102
|
-
"
|
|
101
|
+
"Lock": [
|
|
102
|
+
"Sperren"
|
|
103
103
|
],
|
|
104
|
-
"
|
|
105
|
-
"
|
|
104
|
+
"Lock imported templates": [
|
|
105
|
+
"Importierte Vorlagen sperren"
|
|
106
106
|
],
|
|
107
|
-
"
|
|
108
|
-
"
|
|
107
|
+
"Lock templates": [
|
|
108
|
+
"Vorlagen sperren"
|
|
109
109
|
],
|
|
110
|
-
"
|
|
111
|
-
"
|
|
110
|
+
"Metadata export mode": [
|
|
111
|
+
"Metadaten-Exportmodus"
|
|
112
112
|
],
|
|
113
|
-
"
|
|
114
|
-
""
|
|
113
|
+
"Negate": [
|
|
114
|
+
"Negieren"
|
|
115
115
|
],
|
|
116
|
-
"
|
|
117
|
-
"
|
|
116
|
+
"Negate the filter for import/export": [
|
|
117
|
+
""
|
|
118
118
|
],
|
|
119
|
-
"
|
|
120
|
-
"
|
|
119
|
+
"Negate the prefix (for purging).": [
|
|
120
|
+
"Negieren Sie das Präfix (zum Bereinigen)."
|
|
121
121
|
],
|
|
122
|
-
"
|
|
123
|
-
"
|
|
122
|
+
"Never": [
|
|
123
|
+
"Nie"
|
|
124
124
|
],
|
|
125
|
-
"
|
|
126
|
-
""
|
|
125
|
+
"New": [
|
|
126
|
+
"Neu"
|
|
127
127
|
],
|
|
128
|
-
"
|
|
129
|
-
"
|
|
128
|
+
"Override the default repo from settings.": [
|
|
129
|
+
"Überschreiben Sie das Standard-Repository aus den Einstellungen."
|
|
130
130
|
],
|
|
131
|
-
"
|
|
131
|
+
"Page Not Found": [
|
|
132
132
|
""
|
|
133
133
|
],
|
|
134
|
-
"
|
|
135
|
-
"
|
|
134
|
+
"Permission Denied": [
|
|
135
|
+
""
|
|
136
136
|
],
|
|
137
|
-
"
|
|
137
|
+
"Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [
|
|
138
138
|
""
|
|
139
139
|
],
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
|
141
|
+
"Bitte fordern Sie eine der erforderlichen Berechtigungen unterhalb bei einem Foreman-Administrator an:"
|
|
142
142
|
],
|
|
143
|
-
"
|
|
144
|
-
"
|
|
143
|
+
"Prefix": [
|
|
144
|
+
"Präfix"
|
|
145
145
|
],
|
|
146
|
-
"
|
|
147
|
-
"
|
|
146
|
+
"Refresh": [
|
|
147
|
+
"Aktualisieren"
|
|
148
148
|
],
|
|
149
|
-
"
|
|
150
|
-
"
|
|
149
|
+
"Remove": [
|
|
150
|
+
"Entfernen"
|
|
151
151
|
],
|
|
152
|
-
"
|
|
153
|
-
"
|
|
152
|
+
"Repo": [
|
|
153
|
+
"Repository"
|
|
154
154
|
],
|
|
155
155
|
"Should importing overwrite locked templates?": [
|
|
156
156
|
"Sollen beim Importieren gesperrte Vorlagen überschrieben werden?"
|
|
157
157
|
],
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
],
|
|
161
|
-
"How to handle lock for imported templates?": [
|
|
162
|
-
""
|
|
163
|
-
],
|
|
164
|
-
"Lock templates": [
|
|
165
|
-
"Vorlagen sperren"
|
|
158
|
+
"Show template diff in response": [
|
|
159
|
+
"Vorlagenunterschied in Antwort anzeigen"
|
|
166
160
|
],
|
|
167
|
-
"
|
|
168
|
-
""
|
|
161
|
+
"Specify how to handle metadata": [
|
|
162
|
+
"Geben Sie an, wie mit Metadaten umgegangen werden soll"
|
|
169
163
|
],
|
|
170
164
|
"Sync Templates": [
|
|
171
165
|
"Sync Templates"
|
|
172
166
|
],
|
|
173
|
-
"
|
|
167
|
+
"Target path to import/export. Different protocols can be used, for example /tmp/dir, git://example.com, https://example.com, ssh://example.com. When exporting to /tmp, note that production deployments may be configured to use private tmp.": [
|
|
174
168
|
""
|
|
175
169
|
],
|
|
176
|
-
"
|
|
170
|
+
"Template Sync": [
|
|
177
171
|
""
|
|
178
172
|
],
|
|
179
|
-
"
|
|
180
|
-
""
|
|
173
|
+
"The directory within Git repo containing the templates": [
|
|
174
|
+
"Das Verzeichnis im Git-Repository, das die Vorlagen enthält"
|
|
175
|
+
],
|
|
176
|
+
"The directory within the Git repo containing the templates": [
|
|
177
|
+
"Das Verzeichnis im Git-Repository, das die Vorlagen enthält"
|
|
181
178
|
],
|
|
182
179
|
"The page you are looking for does not exist": [
|
|
183
180
|
""
|
|
184
181
|
],
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
],
|
|
188
|
-
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
|
189
|
-
"Bitte fordern Sie eine der erforderlichen Berechtigungen unterhalb bei einem Foreman-Administrator an:"
|
|
182
|
+
"The string all imported templates should begin with.": [
|
|
183
|
+
"Die Zeichenfolge, mit der alle importierten Vorlagen beginnen sollten."
|
|
190
184
|
],
|
|
191
|
-
"
|
|
185
|
+
"The string that will be added as prefix to imported templates": [
|
|
192
186
|
""
|
|
193
187
|
],
|
|
194
|
-
"
|
|
195
|
-
""
|
|
188
|
+
"Unlock": [
|
|
189
|
+
"Entsperren"
|
|
196
190
|
],
|
|
197
|
-
"
|
|
198
|
-
"
|
|
191
|
+
"Update templates that are locked": [
|
|
192
|
+
"Gesperrte Vorlagen aktualisieren"
|
|
199
193
|
],
|
|
200
|
-
"
|
|
201
|
-
"
|
|
194
|
+
"Use default value from settings": [
|
|
195
|
+
""
|
|
202
196
|
],
|
|
203
|
-
"
|
|
204
|
-
"
|
|
197
|
+
"Using file-based synchronization, but couldn't access %s. ": [
|
|
198
|
+
"Using file-based synchronization, but couldn't access %s . "
|
|
199
|
+
],
|
|
200
|
+
"Verbosity": [
|
|
201
|
+
"Ausführlichkeit"
|
|
205
202
|
],
|
|
206
|
-
"
|
|
207
|
-
"
|
|
203
|
+
"You are not authorized to perform this action.": [
|
|
204
|
+
"Sie sind nicht berechtigt, diese Aktion durchzuführen."
|
|
208
205
|
]
|
|
209
206
|
}
|
|
210
207
|
}
|