foreman_templates 9.3.3 → 9.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_templates/locale/cs_CZ/foreman_templates.js +211 -0
  3. data/app/assets/javascripts/foreman_templates/locale/de/foreman_templates.js +211 -0
  4. data/app/assets/javascripts/foreman_templates/locale/en_GB/foreman_templates.js +211 -0
  5. data/app/assets/javascripts/foreman_templates/locale/es/foreman_templates.js +211 -0
  6. data/app/assets/javascripts/foreman_templates/locale/fr/foreman_templates.js +211 -0
  7. data/app/assets/javascripts/foreman_templates/locale/gl/foreman_templates.js +211 -0
  8. data/app/assets/javascripts/foreman_templates/locale/it/foreman_templates.js +211 -0
  9. data/app/assets/javascripts/foreman_templates/locale/ja/foreman_templates.js +211 -0
  10. data/app/assets/javascripts/foreman_templates/locale/ka/foreman_templates.js +211 -0
  11. data/app/assets/javascripts/foreman_templates/locale/ko/foreman_templates.js +211 -0
  12. data/app/assets/javascripts/foreman_templates/locale/pt_BR/foreman_templates.js +211 -0
  13. data/app/assets/javascripts/foreman_templates/locale/ru/foreman_templates.js +211 -0
  14. data/app/assets/javascripts/foreman_templates/locale/sv_SE/foreman_templates.js +211 -0
  15. data/app/assets/javascripts/foreman_templates/locale/zh_CN/foreman_templates.js +211 -0
  16. data/app/assets/javascripts/foreman_templates/locale/zh_TW/foreman_templates.js +211 -0
  17. data/app/services/foreman_templates/template_exporter.rb +9 -2
  18. data/lib/foreman_templates/engine.rb +2 -1
  19. data/lib/foreman_templates/version.rb +1 -1
  20. data/locale/cs_CZ/LC_MESSAGES/foreman_templates.mo +0 -0
  21. data/locale/cs_CZ/foreman_templates.po +211 -0
  22. data/locale/de/LC_MESSAGES/foreman_templates.mo +0 -0
  23. data/locale/de/foreman_templates.po +215 -0
  24. data/locale/en_GB/LC_MESSAGES/foreman_templates.mo +0 -0
  25. data/locale/en_GB/foreman_templates.po +211 -0
  26. data/locale/es/LC_MESSAGES/foreman_templates.mo +0 -0
  27. data/locale/es/foreman_templates.po +211 -0
  28. data/locale/fr/LC_MESSAGES/foreman_templates.mo +0 -0
  29. data/locale/fr/foreman_templates.po +214 -0
  30. data/locale/gl/LC_MESSAGES/foreman_templates.mo +0 -0
  31. data/locale/gl/foreman_templates.po +209 -0
  32. data/locale/it/LC_MESSAGES/foreman_templates.mo +0 -0
  33. data/locale/it/foreman_templates.po +212 -0
  34. data/locale/ja/LC_MESSAGES/foreman_templates.mo +0 -0
  35. data/locale/ja/foreman_templates.po +212 -0
  36. data/locale/ka/LC_MESSAGES/foreman_templates.mo +0 -0
  37. data/locale/ka/foreman_templates.po +209 -0
  38. data/locale/ko/LC_MESSAGES/foreman_templates.mo +0 -0
  39. data/locale/ko/foreman_templates.po +210 -0
  40. data/locale/pt_BR/LC_MESSAGES/foreman_templates.mo +0 -0
  41. data/locale/pt_BR/foreman_templates.po +213 -0
  42. data/locale/ru/LC_MESSAGES/foreman_templates.mo +0 -0
  43. data/locale/ru/foreman_templates.po +214 -0
  44. data/locale/sv_SE/LC_MESSAGES/foreman_templates.mo +0 -0
  45. data/locale/sv_SE/foreman_templates.po +210 -0
  46. data/locale/zh_CN/LC_MESSAGES/foreman_templates.mo +0 -0
  47. data/locale/zh_CN/foreman_templates.po +212 -0
  48. data/locale/zh_TW/LC_MESSAGES/foreman_templates.mo +0 -0
  49. data/locale/zh_TW/foreman_templates.po +211 -0
  50. data/package.json +1 -0
  51. data/webpack/components/NewTemplateSync/components/NewTemplateSyncForm/NewTemplateSyncForm.js +4 -3
  52. data/webpack/components/NewTemplateSync/components/SyncSettingField.js +3 -2
  53. data/webpack/components/TemplateSyncResult/components/SyncedTemplate/StringInfoItem.js +2 -16
  54. data/webpack/components/TemplateSyncResult/components/SyncedTemplate/helpers.js +0 -1
  55. data/webpack/components/TemplateSyncResult/components/__tests__/__snapshots__/SyncedTemplate.test.js.snap +0 -8
  56. metadata +47 -2
@@ -0,0 +1,211 @@
1
+ locales['foreman_templates'] = locales['foreman_templates'] || {}; locales['foreman_templates']['it'] = {
2
+ "domain": "foreman_templates",
3
+ "locale_data": {
4
+ "foreman_templates": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_templates 9.3.0",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2019-10-14 12:27+0000",
9
+ "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2022",
10
+ "Language-Team": "Italian (https://www.transifex.com/foreman/teams/114/it/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "it",
15
+ "Plural-Forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
16
+ "lang": "it",
17
+ "domain": "foreman_templates",
18
+ "plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
19
+ },
20
+ "Branch in Git repo.": [
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
+ ""
31
+ ],
32
+ "The directory within Git repo containing the templates": [
33
+ ""
34
+ ],
35
+ "Initiate Import": [
36
+ ""
37
+ ],
38
+ "The string all imported templates should begin with.": [
39
+ ""
40
+ ],
41
+ "Associate to OS's, Locations & Organizations. Options are: always, new or never.": [
42
+ ""
43
+ ],
44
+ "Update templates that are locked": [
45
+ ""
46
+ ],
47
+ "Lock imported templates": [
48
+ ""
49
+ ],
50
+ "Show template diff in response": [
51
+ ""
52
+ ],
53
+ "Initiate Export": [
54
+ ""
55
+ ],
56
+ "Specify how to handle metadata": [
57
+ ""
58
+ ],
59
+ "Custom commit message for templates export": [
60
+ ""
61
+ ],
62
+ "Using file-based synchronization, but couldn't access %s. ": [
63
+ ""
64
+ ],
65
+ "Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [
66
+ ""
67
+ ],
68
+ "Always": [
69
+ ""
70
+ ],
71
+ "New": [
72
+ "Nuovo"
73
+ ],
74
+ "Never": [
75
+ "Mai"
76
+ ],
77
+ "Lock": [
78
+ "Blocca"
79
+ ],
80
+ "Keep, lock new": [
81
+ ""
82
+ ],
83
+ "Keep, do not lock new": [
84
+ ""
85
+ ],
86
+ "Unlock": [
87
+ "Sblocca"
88
+ ],
89
+ "Refresh": [
90
+ "Aggiorna"
91
+ ],
92
+ "Keep": [
93
+ ""
94
+ ],
95
+ "Remove": [
96
+ "Rimuovi"
97
+ ],
98
+ "Template Sync": [
99
+ ""
100
+ ],
101
+ "Choose verbosity for Rake task importing templates": [
102
+ ""
103
+ ],
104
+ "Verbosity": [
105
+ ""
106
+ ],
107
+ "Associate templates to OS, organization and location": [
108
+ ""
109
+ ],
110
+ "Associate": [
111
+ ""
112
+ ],
113
+ "The string that will be added as prefix to imported templates": [
114
+ ""
115
+ ],
116
+ "Prefix": [
117
+ ""
118
+ ],
119
+ "The directory within the Git repo containing the templates": [
120
+ ""
121
+ ],
122
+ "Dirname": [
123
+ ""
124
+ ],
125
+ "Import/export names matching this regex (case-insensitive; snippets are not filtered)": [
126
+ ""
127
+ ],
128
+ "Filter": [
129
+ "Filtro"
130
+ ],
131
+ "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.": [
132
+ ""
133
+ ],
134
+ "Repo": [
135
+ "Repo"
136
+ ],
137
+ "Negate the filter for import/export": [
138
+ ""
139
+ ],
140
+ "Negate": [
141
+ ""
142
+ ],
143
+ "Default branch in Git repo": [
144
+ ""
145
+ ],
146
+ "Branch": [
147
+ ""
148
+ ],
149
+ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [
150
+ ""
151
+ ],
152
+ "Metadata export mode": [
153
+ ""
154
+ ],
155
+ "Should importing overwrite locked templates?": [
156
+ ""
157
+ ],
158
+ "Force import": [
159
+ ""
160
+ ],
161
+ "How to handle lock for imported templates?": [
162
+ ""
163
+ ],
164
+ "Lock templates": [
165
+ ""
166
+ ],
167
+ "Commit message": [
168
+ ""
169
+ ],
170
+ "Sync Templates": [
171
+ ""
172
+ ],
173
+ "Import or Export Templates": [
174
+ ""
175
+ ],
176
+ "Use default value from settings": [
177
+ ""
178
+ ],
179
+ "Page Not Found": [
180
+ ""
181
+ ],
182
+ "The page you are looking for does not exist": [
183
+ ""
184
+ ],
185
+ "You are not authorized to perform this action.": [
186
+ "Non sei autorizzato a eseguire questa azione."
187
+ ],
188
+ "Please request one of the required permissions listed below from a Foreman administrator:": [
189
+ ""
190
+ ],
191
+ "Permission Denied": [
192
+ ""
193
+ ],
194
+ "Back to sync form": [
195
+ ""
196
+ ],
197
+ "Remote action:": [
198
+ "Azione remota:"
199
+ ],
200
+ "Import facts": [
201
+ "Importa gli eventi"
202
+ ],
203
+ "Action with sub plans": [
204
+ ""
205
+ ],
206
+ "Import Puppet classes": [
207
+ "Importa classi Puppet"
208
+ ]
209
+ }
210
+ }
211
+ };
@@ -0,0 +1,211 @@
1
+ locales['foreman_templates'] = locales['foreman_templates'] || {}; locales['foreman_templates']['ja'] = {
2
+ "domain": "foreman_templates",
3
+ "locale_data": {
4
+ "foreman_templates": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_templates 9.3.0",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2019-10-14 12:27+0000",
9
+ "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2022",
10
+ "Language-Team": "Japanese (https://www.transifex.com/foreman/teams/114/ja/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "ja",
15
+ "Plural-Forms": "nplurals=1; plural=0;",
16
+ "lang": "ja",
17
+ "domain": "foreman_templates",
18
+ "plural_forms": "nplurals=1; plural=0;"
19
+ },
20
+ "Branch in Git repo.": [
21
+ "Git リポジトリーのブランチ。"
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
+ "プレフィックスを無効にします (パージ用)。"
31
+ ],
32
+ "The directory within Git repo containing the templates": [
33
+ "テンプレートを含む Git リポジトリー内のディレクトリー"
34
+ ],
35
+ "Initiate Import": [
36
+ "インポートを開始します"
37
+ ],
38
+ "The string all imported templates should begin with.": [
39
+ "インポートされたすべてのテンプレートが開始する文字列"
40
+ ],
41
+ "Associate to OS's, Locations & Organizations. Options are: always, new or never.": [
42
+ "OS、ロケーション、組織に関連付けます。オプションは always、new、または never。"
43
+ ],
44
+ "Update templates that are locked": [
45
+ "ロックされているテンプレートを更新します"
46
+ ],
47
+ "Lock imported templates": [
48
+ "インポートしたテンプレートをロックします"
49
+ ],
50
+ "Show template diff in response": [
51
+ "応答としてテンプレートの差分を表示します"
52
+ ],
53
+ "Initiate Export": [
54
+ "エクスポートを開始します"
55
+ ],
56
+ "Specify how to handle metadata": [
57
+ "メタデータの処理方法を指定します"
58
+ ],
59
+ "Custom commit message for templates export": [
60
+ "テンプレートエクスポート用のカスタムコミットメッセージ"
61
+ ],
62
+ "Using file-based synchronization, but couldn't access %s. ": [
63
+ "ファイルベースの同期を使用していますが、%s にアクセスできませんでした。 "
64
+ ],
65
+ "Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [
66
+ "アクセス許可/SELinux を確認し、Web アプリケーションのユーザーアカウント (通常は '%s') に対して読み取り/書き込み可能であることを確認してください。"
67
+ ],
68
+ "Always": [
69
+ "常に"
70
+ ],
71
+ "New": [
72
+ "新規"
73
+ ],
74
+ "Never": [
75
+ "なし"
76
+ ],
77
+ "Lock": [
78
+ "ロック"
79
+ ],
80
+ "Keep, lock new": [
81
+ "保持、新規項目のロック"
82
+ ],
83
+ "Keep, do not lock new": [
84
+ "保持、新規項目のロックなし"
85
+ ],
86
+ "Unlock": [
87
+ "ロック解除"
88
+ ],
89
+ "Refresh": [
90
+ "更新"
91
+ ],
92
+ "Keep": [
93
+ "保持"
94
+ ],
95
+ "Remove": [
96
+ "削除"
97
+ ],
98
+ "Template Sync": [
99
+ "テンプレート同期"
100
+ ],
101
+ "Choose verbosity for Rake task importing templates": [
102
+ "テンプレートをインポートする Rake タスクの詳細を選択します"
103
+ ],
104
+ "Verbosity": [
105
+ "詳細"
106
+ ],
107
+ "Associate templates to OS, organization and location": [
108
+ "テンプレートをOS、組織、ロケーションに関連付けます"
109
+ ],
110
+ "Associate": [
111
+ "関連付け"
112
+ ],
113
+ "The string that will be added as prefix to imported templates": [
114
+ "インポートされたテンプレートの接頭辞として追加される文字列"
115
+ ],
116
+ "Prefix": [
117
+ "接頭辞"
118
+ ],
119
+ "The directory within the Git repo containing the templates": [
120
+ "テンプレートを含む Git リポジトリー内のディレクトリー"
121
+ ],
122
+ "Dirname": [
123
+ "Dirname"
124
+ ],
125
+ "Import/export names matching this regex (case-insensitive; snippets are not filtered)": [
126
+ "この正規表現に一致する名前をインポートまたはエクスポートします (大文字と小文字は区別されず、スニペットはフィルタリングされません)"
127
+ ],
128
+ "Filter": [
129
+ "フィルター"
130
+ ],
131
+ "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.": [
132
+ "インポート/エクスポートのターゲットパス。/tmp/dir、git://example.com、https://example.com、ssh://example.com などの異なるプロトコルを使用できます。/tmp にエクスポートする場合には、実稼働デプロイメントがプライベート tmp を使用するように設定されている可能性があることに注意してください。"
133
+ ],
134
+ "Repo": [
135
+ "リポジトリー"
136
+ ],
137
+ "Negate the filter for import/export": [
138
+ "インポート/エクスポートのフィルターを無効にします。"
139
+ ],
140
+ "Negate": [
141
+ "無効化"
142
+ ],
143
+ "Default branch in Git repo": [
144
+ "Git リポジトリーのデフォルトブランチ"
145
+ ],
146
+ "Branch": [
147
+ "ブランチ"
148
+ ],
149
+ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [
150
+ "デフォルトのメタデータエクスポートモード、更新はメタデータを再レンダリングし、保持は既存のメタデータを保持し、削除はメタデータなしでテンプレートをエクスポートします"
151
+ ],
152
+ "Metadata export mode": [
153
+ "メタデータエクスポートモード"
154
+ ],
155
+ "Should importing overwrite locked templates?": [
156
+ "インポートするとロックされたテンプレートは上書きされますか?"
157
+ ],
158
+ "Force import": [
159
+ "強制インポート"
160
+ ],
161
+ "How to handle lock for imported templates?": [
162
+ "インポートされたテンプレートのロックを処理する方法"
163
+ ],
164
+ "Lock templates": [
165
+ "テンプレートのロック"
166
+ ],
167
+ "Commit message": [
168
+ "メッセージのコミット"
169
+ ],
170
+ "Sync Templates": [
171
+ "テンプレートの同期"
172
+ ],
173
+ "Import or Export Templates": [
174
+ "テンプレートのインポートまたはエクスポート"
175
+ ],
176
+ "Use default value from settings": [
177
+ "設定のデフォルト値の使用"
178
+ ],
179
+ "Page Not Found": [
180
+ "ページが見つかりませんでした"
181
+ ],
182
+ "The page you are looking for does not exist": [
183
+ "探しているページは存在しません"
184
+ ],
185
+ "You are not authorized to perform this action.": [
186
+ "このアクションを実行する権限がありません。"
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
+ ]
209
+ }
210
+ }
211
+ };
@@ -0,0 +1,211 @@
1
+ locales['foreman_templates'] = locales['foreman_templates'] || {}; locales['foreman_templates']['ka'] = {
2
+ "domain": "foreman_templates",
3
+ "locale_data": {
4
+ "foreman_templates": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_templates 9.3.0",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2019-10-14 12:27+0000",
9
+ "Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022",
10
+ "Language-Team": "Georgian (https://www.transifex.com/foreman/teams/114/ka/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "ka",
15
+ "Plural-Forms": "nplurals=2; plural=(n!=1);",
16
+ "lang": "ka",
17
+ "domain": "foreman_templates",
18
+ "plural_forms": "nplurals=2; plural=(n!=1);"
19
+ },
20
+ "Branch in Git repo.": [
21
+ "Git რეპოს ბრენჩი."
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
+ "პრეფიქსის უარყოფა(გასასუფთავებლად)"
31
+ ],
32
+ "The directory within Git repo containing the templates": [
33
+ "შაბლონების შემცველი საქაღალდე Git-ის რეპოში"
34
+ ],
35
+ "Initiate Import": [
36
+ "შემოტანის დაწყება"
37
+ ],
38
+ "The string all imported templates should begin with.": [
39
+ "სტრიქონი, რომლითაც შემოტანილი შაბლონები უნდა იწყებოდეს."
40
+ ],
41
+ "Associate to OS's, Locations & Organizations. Options are: always, new or never.": [
42
+ "ასოცირება ოს-ებთან, მდებარეობებთან და ორგანიზაციებთან. ვარიანტებია: ყოველთვის, ახალი ან არასდროს."
43
+ ],
44
+ "Update templates that are locked": [
45
+ "დაბლოკილი შაბლონების განახლება"
46
+ ],
47
+ "Lock imported templates": [
48
+ "შემოტანილი შაბლონების დაბლოკვა"
49
+ ],
50
+ "Show template diff in response": [
51
+ "პასუხად შაბლონის სხვაობის ჩვენება"
52
+ ],
53
+ "Initiate Export": [
54
+ "გატანის დაწყება"
55
+ ],
56
+ "Specify how to handle metadata": [
57
+ "მეტამონაცემების დამუშავების ხერხი"
58
+ ],
59
+ "Custom commit message for templates export": [
60
+ "შაბლონების გადაცემის შეტყობინების ხელით მითითება"
61
+ ],
62
+ "Using file-based synchronization, but couldn't access %s. ": [
63
+ "გამოიყენება ფაილების სინქრონიზაცია, მაგრამ %s-სთან წვდომის უფლება არ მაქვს. "
64
+ ],
65
+ "Please check the access permissions/SELinux and make sure it is readable/writable for the web application user account, typically '%s'.": [
66
+ "შეამოწმეთ SELinux/წვდომის უფლებები და დარწმუნდით, რომ ის ჩაწერადი/კითხვადია ვებ აპლიკაციის მომხმარებლის მიერ (ჩვეულებრივ, '%s')."
67
+ ],
68
+ "Always": [
69
+ "ყოველთვის"
70
+ ],
71
+ "New": [
72
+ "ახალი"
73
+ ],
74
+ "Never": [
75
+ "არასდროს"
76
+ ],
77
+ "Lock": [
78
+ "ჩაკეტვა"
79
+ ],
80
+ "Keep, lock new": [
81
+ "შენარჩუნება, ახლის დაბლოკვა"
82
+ ],
83
+ "Keep, do not lock new": [
84
+ "შენარჩუნება, ახლოს არ დაბლოკვა"
85
+ ],
86
+ "Unlock": [
87
+ "განბლოკვა"
88
+ ],
89
+ "Refresh": [
90
+ "განახლება"
91
+ ],
92
+ "Keep": [
93
+ "დატოვება"
94
+ ],
95
+ "Remove": [
96
+ "წაშლა"
97
+ ],
98
+ "Template Sync": [
99
+ "შაბლონების სინქრონიზაცია"
100
+ ],
101
+ "Choose verbosity for Rake task importing templates": [
102
+ "აირჩიეთ შაბლონების შემომტანი პროცესის შეტყობინებების სიმრავლე"
103
+ ],
104
+ "Verbosity": [
105
+ "გამოტანილი შეტყობინებების რაოდენობა"
106
+ ],
107
+ "Associate templates to OS, organization and location": [
108
+ "შაბლონების ასოცირება ოს-თან, ორგანიზაციასთან და მდებარეობებთან"
109
+ ],
110
+ "Associate": [
111
+ "ასოცირება"
112
+ ],
113
+ "The string that will be added as prefix to imported templates": [
114
+ "ეს სტრიქონი შემოტანილ შაბლონებზე პრეფიქსად დაემატება"
115
+ ],
116
+ "Prefix": [
117
+ "პრეფიქსი"
118
+ ],
119
+ "The directory within the Git repo containing the templates": [
120
+ "შაბლონების შემცველი საქაღალდე Git-ის რეპოში"
121
+ ],
122
+ "Dirname": [
123
+ "საქაღალდის სახელი"
124
+ ],
125
+ "Import/export names matching this regex (case-insensitive; snippets are not filtered)": [
126
+ "რეგულარულ გამოსახულებაზე დამთხვეული სახელების შეტანა/გატანა (ნაწილობრივი დამთხვევები გამოტოვებული არ იქნება)"
127
+ ],
128
+ "Filter": [
129
+ "ფილტრი"
130
+ ],
131
+ "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.": [
132
+ "შეტანა/გამოტანის სამიზნე ბილიკი. შეგიძლიათ გამოიყენოთ სხვადასხვა პროტოკოლები. მაგალთად: /tmp/dir, git://example.com, https://example.com, ssh://example.com. /tmp-ზე გატანისას დაიმახსოვრეთ, რომ საწარმოო გაშლები შეიძლება საკუთარ დროებით საქაღალდეს იყენებდნენ."
133
+ ],
134
+ "Repo": [
135
+ "რეპო"
136
+ ],
137
+ "Negate the filter for import/export": [
138
+ "ფილტრის გაუარყოფითება შეტანა/გატანისთვის"
139
+ ],
140
+ "Negate": [
141
+ "უარყოფა"
142
+ ],
143
+ "Default branch in Git repo": [
144
+ "Git რეპოს ნაგულისხმები ბრენჩი"
145
+ ],
146
+ "Branch": [
147
+ "ბრენჩი"
148
+ ],
149
+ "Default metadata export mode, refresh re-renders metadata, keep will keep existing metadata, remove exports template without metadata": [
150
+ "მეტამონაცემების გატანის ნაგულისხმები რეჟიმი, განახლება ხელახლა გადასცემს მეტამონაცემებს, შენახვა შეინარჩუნებს არსებულ მეტამონაცემებს, გატანის შაბლონის წაშლა მეტამონაცემების გარეშე"
151
+ ],
152
+ "Metadata export mode": [
153
+ "მეტამონაცემების გატანის რეჟიმი"
154
+ ],
155
+ "Should importing overwrite locked templates?": [
156
+ "შემოტანამ დაბლოკილ შაბლონებს გადააწეროს თუ არა?"
157
+ ],
158
+ "Force import": [
159
+ "ძალით შემოტანა"
160
+ ],
161
+ "How to handle lock for imported templates?": [
162
+ "როგორ დავამუშაო ბლოკირება შემოტანილი შაბლონებისთვის?"
163
+ ],
164
+ "Lock templates": [
165
+ "შაბლონების დაბლოკვა"
166
+ ],
167
+ "Commit message": [
168
+ "კომიტის შეტყობინება"
169
+ ],
170
+ "Sync Templates": [
171
+ "შაბლონების სინქრონიზაცია"
172
+ ],
173
+ "Import or Export Templates": [
174
+ "შაბლონების შემოტანა და გატანა"
175
+ ],
176
+ "Use default value from settings": [
177
+ "პარამეტრებიდან ნაგულისხმები მნიშვნელობის გამოყენება"
178
+ ],
179
+ "Page Not Found": [
180
+ "გვერდი ვერ მოიძებნა"
181
+ ],
182
+ "The page you are looking for does not exist": [
183
+ "გვერდი, რომელსაც ეძებთ, არ არსებობს"
184
+ ],
185
+ "You are not authorized to perform this action.": [
186
+ "ამ ქმედებისთვის საჭირო ავტორიზაცია არ გაგაჩნიათ."
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
+ ]
209
+ }
210
+ }
211
+ };