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