foreman_templates 9.4.0 → 9.5.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -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
|
-
"პარამეტრებში მითითებული ნაგულისხმები რეპოს გადაფარვა."
|
25
|
-
],
|
26
|
-
"Export templates with names matching this regex (case-insensitive; snippets are not filtered).": [
|
27
|
-
"ამ რეგულარულ გამოსახულებაზე დამთხვეული სახელების მქონე შაბლონების გატანა (ნაწილობრივი დამთხვევები გამოტოვებული არ იქნება)."
|
28
|
-
],
|
29
|
-
"Negate the prefix (for purging).": [
|
30
|
-
"პრეფიქსის უარყოფა(გასასუფთავებლად)"
|
20
|
+
"Action type": [
|
21
|
+
""
|
31
22
|
],
|
32
|
-
"
|
33
|
-
"
|
23
|
+
"Always": [
|
24
|
+
"ყოველთვის"
|
34
25
|
],
|
35
|
-
"
|
36
|
-
"
|
26
|
+
"Associate": [
|
27
|
+
"ასოცირება"
|
37
28
|
],
|
38
|
-
"
|
39
|
-
"
|
29
|
+
"Associate templates to OS, organization and location": [
|
30
|
+
"შაბლონების ასოცირება ოს-თან, ორგანიზაციასთან და მდებარეობებთან"
|
40
31
|
],
|
41
32
|
"Associate to OS's, Locations & Organizations. Options are: always, new or never.": [
|
42
33
|
"ასოცირება ოს-ებთან, მდებარეობებთან და ორგანიზაციებთან. ვარიანტებია: ყოველთვის, ახალი ან არასდროს."
|
43
34
|
],
|
44
|
-
"
|
45
|
-
"
|
35
|
+
"Back to sync form": [
|
36
|
+
"სინქრონიზაციის ფორმაზე დაბრუნება"
|
46
37
|
],
|
47
|
-
"
|
48
|
-
"
|
38
|
+
"Branch": [
|
39
|
+
"ბრენჩი"
|
49
40
|
],
|
50
|
-
"
|
51
|
-
"
|
41
|
+
"Branch in Git repo.": [
|
42
|
+
"Git რეპოს ბრენჩი."
|
52
43
|
],
|
53
|
-
"
|
54
|
-
"
|
44
|
+
"Choose verbosity for Rake task importing templates": [
|
45
|
+
"აირჩიეთ შაბლონების შემომტანი პროცესის შეტყობინებების სიმრავლე"
|
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
|
+
"Git რეპოს ნაგულისხმები ბრენჩი"
|
64
55
|
],
|
65
|
-
"
|
66
|
-
"
|
56
|
+
"Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [
|
57
|
+
"მეტამონაცემების გატანის ნაგულისხმები რეჟიმი, განახლება ხელახლა გადასცემს მეტამონაცემებს, შენახვა შეინარჩუნებს არსებულ მეტამონაცემებს, გატანის შაბლონის წაშლა მეტამონაცემების გარეშე"
|
67
58
|
],
|
68
|
-
"
|
69
|
-
"
|
59
|
+
"Dirname": [
|
60
|
+
"საქაღალდის სახელი"
|
70
61
|
],
|
71
|
-
"
|
72
|
-
"
|
62
|
+
"Export": [
|
63
|
+
""
|
73
64
|
],
|
74
|
-
"
|
75
|
-
"
|
65
|
+
"Export templates with names matching this regex (case-insensitive; snippets are not filtered).": [
|
66
|
+
"ამ რეგულარულ გამოსახულებაზე დამთხვეული სახელების მქონე შაბლონების გატანა (ნაწილობრივი დამთხვევები გამოტოვებული არ იქნება)."
|
76
67
|
],
|
77
|
-
"
|
78
|
-
"
|
68
|
+
"Filter": [
|
69
|
+
"ფილტრი"
|
79
70
|
],
|
80
|
-
"
|
81
|
-
"
|
71
|
+
"Force import": [
|
72
|
+
"ძალით შემოტანა"
|
82
73
|
],
|
83
|
-
"
|
84
|
-
"
|
74
|
+
"How to handle lock for imported templates?": [
|
75
|
+
"როგორ დავამუშაო ბლოკირება შემოტანილი შაბლონებისთვის?"
|
85
76
|
],
|
86
|
-
"
|
87
|
-
"
|
77
|
+
"Import": [
|
78
|
+
""
|
88
79
|
],
|
89
|
-
"
|
90
|
-
"
|
80
|
+
"Import or Export Templates": [
|
81
|
+
"შაბლონების შემოტანა და გატანა"
|
82
|
+
],
|
83
|
+
"Import/export names matching this regex (case-insensitive; snippets are not filtered)": [
|
84
|
+
"რეგულარულ გამოსახულებაზე დამთხვეული სახელების შეტანა/გატანა (ნაწილობრივი დამთხვევები გამოტოვებული არ იქნება)"
|
85
|
+
],
|
86
|
+
"Initiate Export": [
|
87
|
+
"გატანის დაწყება"
|
88
|
+
],
|
89
|
+
"Initiate Import": [
|
90
|
+
"შემოტანის დაწყება"
|
91
91
|
],
|
92
92
|
"Keep": [
|
93
93
|
"დატოვება"
|
94
94
|
],
|
95
|
-
"
|
96
|
-
"
|
95
|
+
"Keep, do not lock new": [
|
96
|
+
"შენარჩუნება, ახლოს არ დაბლოკვა"
|
97
97
|
],
|
98
|
-
"
|
99
|
-
"
|
98
|
+
"Keep, lock new": [
|
99
|
+
"შენარჩუნება, ახლის დაბლოკვა"
|
100
100
|
],
|
101
|
-
"
|
102
|
-
"
|
101
|
+
"Lock": [
|
102
|
+
"ჩაკეტვა"
|
103
103
|
],
|
104
|
-
"
|
105
|
-
"
|
104
|
+
"Lock imported templates": [
|
105
|
+
"შემოტანილი შაბლონების დაბლოკვა"
|
106
106
|
],
|
107
|
-
"
|
108
|
-
"შაბლონების
|
107
|
+
"Lock templates": [
|
108
|
+
"შაბლონების დაბლოკვა"
|
109
109
|
],
|
110
|
-
"
|
111
|
-
"
|
110
|
+
"Metadata export mode": [
|
111
|
+
"მეტამონაცემების გატანის რეჟიმი"
|
112
112
|
],
|
113
|
-
"
|
114
|
-
"
|
113
|
+
"Negate": [
|
114
|
+
"უარყოფა"
|
115
115
|
],
|
116
|
-
"
|
117
|
-
"
|
116
|
+
"Negate the filter for import/export": [
|
117
|
+
"ფილტრის გაუარყოფითება შეტანა/გატანისთვის"
|
118
118
|
],
|
119
|
-
"
|
120
|
-
"
|
119
|
+
"Negate the prefix (for purging).": [
|
120
|
+
"პრეფიქსის უარყოფა(გასასუფთავებლად)"
|
121
121
|
],
|
122
|
-
"
|
123
|
-
"
|
122
|
+
"Never": [
|
123
|
+
"არასდროს"
|
124
124
|
],
|
125
|
-
"
|
126
|
-
"
|
125
|
+
"New": [
|
126
|
+
"ახალი"
|
127
127
|
],
|
128
|
-
"
|
129
|
-
"
|
128
|
+
"Override the default repo from settings.": [
|
129
|
+
"პარამეტრებში მითითებული ნაგულისხმები რეპოს გადაფარვა."
|
130
130
|
],
|
131
|
-
"
|
132
|
-
"
|
131
|
+
"Page Not Found": [
|
132
|
+
"გვერდი ვერ მოიძებნა"
|
133
133
|
],
|
134
|
-
"
|
135
|
-
"
|
134
|
+
"Permission Denied": [
|
135
|
+
"წვდომა აკრძალულია"
|
136
136
|
],
|
137
|
-
"
|
138
|
-
"
|
137
|
+
"Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [
|
138
|
+
"შეამოწმეთ SELinux/წვდომის უფლებები და დარწმუნდით, რომ ის ჩაწერადი/კითხვადია ვებ აპლიკაციის მომხმარებლის მიერ (ჩვეულებრივ, '%s')."
|
139
139
|
],
|
140
|
-
"
|
141
|
-
"
|
140
|
+
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
141
|
+
"საჭიროა ერთი ან მეტი ქვემოთ ჩამოთვლილი წვდომის გამოთხოვა Foreman-ის ადმინისტრატორისგან:"
|
142
142
|
],
|
143
|
-
"
|
144
|
-
"
|
143
|
+
"Prefix": [
|
144
|
+
"პრეფიქსი"
|
145
145
|
],
|
146
|
-
"
|
147
|
-
"
|
146
|
+
"Refresh": [
|
147
|
+
"განახლება"
|
148
148
|
],
|
149
|
-
"
|
150
|
-
"
|
149
|
+
"Remove": [
|
150
|
+
"წაშლა"
|
151
151
|
],
|
152
|
-
"
|
153
|
-
"
|
152
|
+
"Repo": [
|
153
|
+
"რეპო"
|
154
154
|
],
|
155
155
|
"Should importing overwrite locked templates?": [
|
156
156
|
"შემოტანამ დაბლოკილ შაბლონებს გადააწეროს თუ არა?"
|
157
157
|
],
|
158
|
-
"
|
159
|
-
"
|
160
|
-
],
|
161
|
-
"How to handle lock for imported templates?": [
|
162
|
-
"როგორ დავამუშაო ბლოკირება შემოტანილი შაბლონებისთვის?"
|
163
|
-
],
|
164
|
-
"Lock templates": [
|
165
|
-
"შაბლონების დაბლოკვა"
|
158
|
+
"Show template diff in response": [
|
159
|
+
"პასუხად შაბლონის სხვაობის ჩვენება"
|
166
160
|
],
|
167
|
-
"
|
168
|
-
"
|
161
|
+
"Specify how to handle metadata": [
|
162
|
+
"მეტამონაცემების დამუშავების ხერხი"
|
169
163
|
],
|
170
164
|
"Sync Templates": [
|
171
165
|
"შაბლონების სინქრონიზაცია"
|
172
166
|
],
|
173
|
-
"
|
174
|
-
"
|
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.": [
|
168
|
+
"შეტანა/გამოტანის სამიზნე ბილიკი. შეგიძლიათ გამოიყენოთ სხვადასხვა პროტოკოლები. მაგალთად: /tmp/dir, git://example.com, https://example.com, ssh://example.com. /tmp-ზე გატანისას დაიმახსოვრეთ, რომ საწარმოო გაშლები შეიძლება საკუთარ დროებით საქაღალდეს იყენებდნენ."
|
175
169
|
],
|
176
|
-
"
|
177
|
-
"
|
170
|
+
"Template Sync": [
|
171
|
+
"შაბლონების სინქრონიზაცია"
|
178
172
|
],
|
179
|
-
"
|
180
|
-
"
|
173
|
+
"The directory within Git repo containing the templates": [
|
174
|
+
"შაბლონების შემცველი საქაღალდე Git-ის რეპოში"
|
175
|
+
],
|
176
|
+
"The directory within the Git repo containing the templates": [
|
177
|
+
"შაბლონების შემცველი საქაღალდე Git-ის რეპოში"
|
181
178
|
],
|
182
179
|
"The page you are looking for does not exist": [
|
183
180
|
"გვერდი, რომელსაც ეძებთ, არ არსებობს"
|
184
181
|
],
|
185
|
-
"
|
186
|
-
"
|
182
|
+
"The string all imported templates should begin with.": [
|
183
|
+
"სტრიქონი, რომლითაც შემოტანილი შაბლონები უნდა იწყებოდეს."
|
187
184
|
],
|
188
|
-
"
|
189
|
-
"
|
185
|
+
"The string that will be added as prefix to imported templates": [
|
186
|
+
"ეს სტრიქონი შემოტანილ შაბლონებზე პრეფიქსად დაემატება"
|
190
187
|
],
|
191
|
-
"
|
192
|
-
"
|
188
|
+
"Unlock": [
|
189
|
+
"განბლოკვა"
|
193
190
|
],
|
194
|
-
"
|
195
|
-
"
|
191
|
+
"Update templates that are locked": [
|
192
|
+
"დაბლოკილი შაბლონების განახლება"
|
196
193
|
],
|
197
|
-
"
|
198
|
-
"
|
194
|
+
"Use default value from settings": [
|
195
|
+
"პარამეტრებიდან ნაგულისხმები მნიშვნელობის გამოყენება"
|
199
196
|
],
|
200
|
-
"
|
201
|
-
"
|
197
|
+
"Using file-based synchronization, but couldn't access %s. ": [
|
198
|
+
"გამოიყენება ფაილების სინქრონიზაცია, მაგრამ %s-სთან წვდომის უფლება არ მაქვს. "
|
202
199
|
],
|
203
|
-
"
|
204
|
-
"
|
200
|
+
"Verbosity": [
|
201
|
+
"გამოტანილი შეტყობინებების რაოდენობა"
|
205
202
|
],
|
206
|
-
"
|
207
|
-
"
|
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=1; plural=0;"
|
19
19
|
},
|
20
|
-
"
|
20
|
+
"Action type": [
|
21
21
|
""
|
22
22
|
],
|
23
|
-
"
|
23
|
+
"Always": [
|
24
24
|
""
|
25
25
|
],
|
26
|
-
"
|
26
|
+
"Associate": [
|
27
27
|
""
|
28
28
|
],
|
29
|
-
"
|
29
|
+
"Associate templates to OS, organization and location": [
|
30
30
|
""
|
31
31
|
],
|
32
|
-
"
|
32
|
+
"Associate to OS's, Locations & Organizations. Options are: always, new or never.": [
|
33
33
|
""
|
34
34
|
],
|
35
|
-
"
|
35
|
+
"Back to sync form": [
|
36
36
|
""
|
37
37
|
],
|
38
|
-
"
|
38
|
+
"Branch": [
|
39
39
|
""
|
40
40
|
],
|
41
|
-
"
|
41
|
+
"Branch in Git repo.": [
|
42
42
|
""
|
43
43
|
],
|
44
|
-
"
|
44
|
+
"Choose verbosity for Rake task importing templates": [
|
45
45
|
""
|
46
46
|
],
|
47
|
-
"
|
47
|
+
"Commit message": [
|
48
48
|
""
|
49
49
|
],
|
50
|
-
"
|
50
|
+
"Custom commit message for templates export": [
|
51
51
|
""
|
52
52
|
],
|
53
|
-
"
|
53
|
+
"Default branch in Git repo": [
|
54
54
|
""
|
55
55
|
],
|
56
|
-
"
|
56
|
+
"Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [
|
57
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
|
+
""
|
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
|
+
""
|
88
88
|
],
|
89
|
-
"
|
90
|
-
"
|
89
|
+
"Initiate Import": [
|
90
|
+
""
|
91
91
|
],
|
92
92
|
"Keep": [
|
93
93
|
""
|
94
94
|
],
|
95
|
-
"
|
96
|
-
"
|
95
|
+
"Keep, do not lock new": [
|
96
|
+
""
|
97
97
|
],
|
98
|
-
"
|
98
|
+
"Keep, lock new": [
|
99
99
|
""
|
100
100
|
],
|
101
|
-
"
|
101
|
+
"Lock": [
|
102
|
+
"잠금"
|
103
|
+
],
|
104
|
+
"Lock imported templates": [
|
102
105
|
""
|
103
106
|
],
|
104
|
-
"
|
107
|
+
"Lock templates": [
|
105
108
|
""
|
106
109
|
],
|
107
|
-
"
|
110
|
+
"Metadata export mode": [
|
108
111
|
""
|
109
112
|
],
|
110
|
-
"
|
113
|
+
"Negate": [
|
111
114
|
""
|
112
115
|
],
|
113
|
-
"
|
116
|
+
"Negate the filter for import/export": [
|
114
117
|
""
|
115
118
|
],
|
116
|
-
"
|
119
|
+
"Negate the prefix (for purging).": [
|
117
120
|
""
|
118
121
|
],
|
119
|
-
"
|
122
|
+
"Never": [
|
123
|
+
"사용 안 함"
|
124
|
+
],
|
125
|
+
"New": [
|
126
|
+
"신규"
|
127
|
+
],
|
128
|
+
"Override the default repo from settings.": [
|
120
129
|
""
|
121
130
|
],
|
122
|
-
"
|
131
|
+
"Page Not Found": [
|
123
132
|
""
|
124
133
|
],
|
125
|
-
"
|
134
|
+
"Permission Denied": [
|
126
135
|
""
|
127
136
|
],
|
128
|
-
"
|
129
|
-
"
|
137
|
+
"Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [
|
138
|
+
""
|
130
139
|
],
|
131
|
-
"
|
140
|
+
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
141
|
+
"Foreman 관리자에게 아래에 나열된 필수 권한 중 하나를 요청하십시오."
|
142
|
+
],
|
143
|
+
"Prefix": [
|
132
144
|
""
|
133
145
|
],
|
146
|
+
"Refresh": [
|
147
|
+
"새로고침 "
|
148
|
+
],
|
149
|
+
"Remove": [
|
150
|
+
"삭제 "
|
151
|
+
],
|
134
152
|
"Repo": [
|
135
153
|
"리포지터리 "
|
136
154
|
],
|
137
|
-
"
|
155
|
+
"Should importing overwrite locked templates?": [
|
138
156
|
""
|
139
157
|
],
|
140
|
-
"
|
158
|
+
"Show template diff in response": [
|
141
159
|
""
|
142
160
|
],
|
143
|
-
"
|
161
|
+
"Specify how to handle metadata": [
|
144
162
|
""
|
145
163
|
],
|
146
|
-
"
|
164
|
+
"Sync Templates": [
|
147
165
|
""
|
148
166
|
],
|
149
|
-
"
|
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.": [
|
150
168
|
""
|
151
169
|
],
|
152
|
-
"
|
170
|
+
"Template Sync": [
|
153
171
|
""
|
154
172
|
],
|
155
|
-
"
|
173
|
+
"The directory within Git repo containing the templates": [
|
156
174
|
""
|
157
175
|
],
|
158
|
-
"
|
176
|
+
"The directory within the Git repo containing the templates": [
|
159
177
|
""
|
160
178
|
],
|
161
|
-
"
|
179
|
+
"The page you are looking for does not exist": [
|
162
180
|
""
|
163
181
|
],
|
164
|
-
"
|
182
|
+
"The string all imported templates should begin with.": [
|
165
183
|
""
|
166
184
|
],
|
167
|
-
"
|
185
|
+
"The string that will be added as prefix to imported templates": [
|
168
186
|
""
|
169
187
|
],
|
170
|
-
"
|
171
|
-
""
|
188
|
+
"Unlock": [
|
189
|
+
"잠금 풀기"
|
172
190
|
],
|
173
|
-
"
|
191
|
+
"Update templates that are locked": [
|
174
192
|
""
|
175
193
|
],
|
176
194
|
"Use default value from settings": [
|
177
195
|
""
|
178
196
|
],
|
179
|
-
"
|
197
|
+
"Using file-based synchronization, but couldn't access %s. ": [
|
180
198
|
""
|
181
199
|
],
|
182
|
-
"
|
200
|
+
"Verbosity": [
|
183
201
|
""
|
184
202
|
],
|
185
203
|
"You are not authorized to perform this action.": [
|
186
204
|
"이 작업을 수행할 권한이 없습니다."
|
187
|
-
],
|
188
|
-
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
189
|
-
"Foreman 관리자에게 아래에 나열된 필수 권한 중 하나를 요청하십시오."
|
190
|
-
],
|
191
|
-
"Permission Denied": [
|
192
|
-
""
|
193
|
-
],
|
194
|
-
"Back to sync form": [
|
195
|
-
""
|
196
|
-
],
|
197
|
-
"Remote action:": [
|
198
|
-
"원격 작업:"
|
199
|
-
],
|
200
|
-
"Import facts": [
|
201
|
-
"팩트 불러오기"
|
202
|
-
],
|
203
|
-
"Action with sub plans": [
|
204
|
-
"하위 계획이 있는 작업"
|
205
|
-
],
|
206
|
-
"Import Puppet classes": [
|
207
|
-
"Puppet 클래스 가져오기"
|
208
205
|
]
|
209
206
|
}
|
210
207
|
}
|