forked from redhat-developer/gitops-console-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin__gitops-plugin.json
More file actions
350 lines (350 loc) · 22.4 KB
/
plugin__gitops-plugin.json
File metadata and controls
350 lines (350 loc) · 22.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
{
"Environments": "環境",
"Select an application to view the environment it's deployed in.": "アプリケーションを選択して、デプロイされている環境を表示します。",
"Error cannot retrieve environments": "エラー、環境を取得できません",
"Compatibility Issue": "互換性の問題",
"Compatibility Issue Message": "互換性の問題に関するメッセージ",
"Error Encountered": "エラーが発生しました",
"Cluster URL not available": "クラスター URL は利用できません",
"{{message}}": "{{message}}",
"Commit message not available": "コミットメッセージ情報はありません",
"by {{author}}": "{{author}} 別",
"Commit author not available": "コミット作成者情報はありません",
"Commit details not available": "コミットの詳細は利用できません",
"Last deployed": "最終デプロイメント",
"Last deployed time not available": "最終デプロイ時刻情報はありません",
"Deployment history": "デプロイメント履歴",
"Application environments": "アプリケーション環境",
"Synced": "同期済み",
"OutOfSync": "同期なし",
"Unknown": "不明",
"{{x}} of {{total}} Unhealthy": "正常でない状態 {{x}} / {{total}}",
"{{x}} of {{total}} OutOfSync": "同期していない状態 {{x}} / {{total}}",
"Deployments": "Deployment",
"Secrets": "Secret",
"Services": "Service",
"Routes": "Route",
"Role Bindings": "ロールバインディング",
"Cluster Roles": "クラスターロール",
"Cluster Role Bindings": "クラスターのロールバインディング",
"Resources": "リソース",
"Overview": "概要",
"{{appName}} · Details": "{{appName}} · 詳細",
"Environment": "環境",
"The history cannot be obtained due to an HTTP Not Found Error. This could mean that the GitOps Operator needs to be upgraded to the latest version or the GitOps cluster pod is not running.": "HTTP Not Found Error が原因で履歴を取得できません。GitOps Operator を最新バージョンにアップグレードする必要があるか、GitOps クラスター Pod が実行されていない可能性があります。",
"The history cannot be obtained due to an error. Check the GitOps cluster pod log for any errors.": "エラーが原因で履歴を取得できません。GitOps クラスター Pod ログでエラーの有無を確認してください。",
"No history": "履歴がありません",
"Deployment Time": "デプロイメント時間",
"Message": "メッセージ",
"Author": "作成者",
"Revision": "リビジョン",
"Dev preview": "開発プレビュー",
"Tech preview": "Tech preview",
"Edit source code": "ソースコードの編集",
"Application name": "アプリケーション名",
"Git repository": "Git リポジトリー",
"Environment status": "環境のステータス",
"Last deployment": "最終デプロイメント",
"by name": "名前別",
"ConsoleLink": "ConsoleLink",
"ConsoleLinks": "ConsoleLinks",
"Rollouts in the Topology View is under tech preview": "Rollouts in the Topology View is under tech preview",
"No GitOps manifest URLs found": "GitOps マニフェスト URL が見つかりません",
"Error cannot retrieve applications": "エラー、アプリケーションを取得できません",
"No Application groups found": "アプリケーショングループが見つかりません",
"Environment details were not found. Try reloading the page or contacting an administrator.": "環境の詳細が見つかりませんでした。ページのリロードを試行するか、管理者にお問い合わせください。",
"Application details": "Application details",
"Health Status": "Health Status",
"Health status represents the overall health of the application.": "Health status represents the overall health of the application.",
"Current Sync Status": "Current Sync Status",
"Sync status represents the current synchronized state for the application.": "Sync status represents the current synchronized state for the application.",
"Last Sync Status": "Last Sync Status",
"The result of the last sync status.": "The result of the last sync status.",
"Target Revision": "Target Revision",
"The specified revision for the Application.": "The specified revision for the Application.",
"Project": "Project",
"The Argo CD Project that this application belongs to.": "The Argo CD Project that this application belongs to.",
"Destination": "Destination",
"The cluster and namespace where the application is targeted": "The cluster and namespace where the application is targeted",
"Sync Policy": "Sync Policy",
"Provides options to determine application synchronization behavior": "Provides options to determine application synchronization behavior",
"Automated": "Automated",
"Prune": "Prune",
"Self Heal": "Self Heal",
"Sync history": "Sync history",
"Details": "Details",
"YAML": "YAML",
"Sources": "Sources",
"Sync Status": "Sync Status",
"History": "History",
"Events": "Events",
"No resources": "No resources",
"There are no resources associated with the application.": "There are no resources associated with the application.",
"Application resources": "Application resources",
"The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.": "The graph and table views show health and sync status for the application's immediate resources only. Click the Argo CD Link to see the complete resource tree. Use the filter to filter resources based on status and kind.",
"Name": "Name",
"Namespace": "Namespace",
"Sync Wave": "Sync Wave",
"Kind": "Kind",
"Type": "Type",
"Repository": "Repository",
"Path / Chart": "Path / Chart",
"Ref": "Ref",
"No source": "No source",
"Error. There must at least one source in the application.": "Error. There must at least one source in the application.",
"Application sources": "Application sources",
"Sync status": "Sync status",
"Operation": "Operation",
"The operation that was performed.": "The operation that was performed.",
"Phase": "Phase",
"The operation phase.": "The operation phase.",
"The message from the operation.": "The message from the operation.",
"Initiated By": "Initiated By",
"Who initiated the operation.": "Who initiated the operation.",
"automated sync policy": "automated sync policy",
"Started At": "Started At",
"When the operation was started.": "When the operation was started.",
"Duration": "Duration",
"How long the operation took to complete.": "How long the operation took to complete.",
"Finished At": "Finished At",
"When the operation was finished.": "When the operation was finished.",
"Resources Last Synced": "Resources Last Synced",
"Status": "Status",
"Hook": "Hook",
"Edit labels": "Edit labels",
"Edit annotations": "Edit annotations",
"Delete {{x}}": "Delete {{x}}",
"Edit {{x}}": "Edit {{x}}",
"View in Argo CD": "View in Argo CD",
"Edit Application": "Edit Application",
"Delete Application": "Delete Application",
"Show {{x}}": "Show {{x}}",
"Hide {{x}}": "Hide {{x}}",
"Group resources of the same kind into one node": "Group resources of the same kind into one node",
"Group Nodes": "Group Nodes",
"There is no health status for this resource": "There is no health status for this resource",
"Sync Unknown": "Sync Unknown",
"One or more resources are in Progressing state": "One or more resources are in Progressing state",
"Go to application": "Go to application",
"Step {{x}}": "Step {{x}}",
"Step: unmatched": "Step: unmatched",
"There is no history associated with the application.": "There is no history associated with the application.",
"ID": "ID",
"Deploy Started At": "Deploy Started At",
"Deployed At": "Deployed At",
"Revision(s) and Source Repo URL(s)": "Revision(s) and Source Repo URL(s)",
"ApplicationSet details": "ApplicationSet details",
"Current health status of the ApplicationSet.": "Current health status of the ApplicationSet.",
"Generated Apps": "Generated Apps",
"Number of applications generated by this ApplicationSet.": "Number of applications generated by this ApplicationSet.",
"application": "application",
"applications": "applications",
"Generators": "Generators",
"Number of generators configured in this ApplicationSet.": "Number of generators configured in this ApplicationSet.",
"generator": "generator",
"generators": "generators",
"App Project": "AppProject",
"Argo CD project that this ApplicationSet belongs to.": "Argo CD project that this ApplicationSet belongs to.",
"Git repository URL where the ApplicationSet configuration is stored.": "Git repository URL where the ApplicationSet configuration is stored.",
"Applications": "Applications",
"Edit ApplicationSet": "Edit ApplicationSet",
"Delete ApplicationSet": "Delete ApplicationSet",
"AppSet ownerReference Tree View": "AppSet ownerReference Tree View",
"Progressive Sync Flow View": "Progressive Sync Flow View",
"Expand or collapse all progressive sync step groups": "Expand or collapse all progressive sync step groups",
"No Applications In This Step": "No Applications In This Step",
"Server": "Server",
"Deny": "Deny",
"Allow": "Allow",
"No destinations configured": "No destinations configured",
"This AppProject does not have any destinations configured.": "This AppProject does not have any destinations configured.",
"Edit AppProject": "Edit AppProject",
"Delete": "Delete",
"Allowed Sources": "Allowed Sources",
"Allowed Sources help": "Git repositories and namespaces that are allowed as sources for applications in this project.",
"Repositories": "Repositories",
"Namespaces": "Namespaces",
"Allowed Destinations": "Allowed Destinations",
"Allowed Destinations help": "Clusters and namespaces where applications in this project are allowed to be deployed.",
"Resource Allow/Deny Lists": "Resource Allow/Deny Lists",
"Resource Allow/Deny Lists help": "Lists of Kubernetes resources that are allowed or denied for applications in this project. Cluster-scoped resources apply to all clusters, while namespace-scoped resources apply to specific namespaces.",
"Cluster Resource Allow List": "Cluster Resource Allow List",
"Cluster Resource Deny List": "Cluster Resource Deny List",
"Namespace Resource Allow List": "Namespace Resource Allow List",
"Namespace Resource Deny List": "Namespace Resource Deny List",
"Error: Missing required route parameters": "Error: Missing required route parameters",
"AppProject details": "AppProject details",
"Project Type": "Project Type",
"The default project is created automatically and cannot be deleted. It can be modified but is recommended to create dedicated projects for production use.": "The default project is created automatically and cannot be deleted. It can be modified but is recommended to create dedicated projects for production use.",
"Default Project": "Default Project",
"Description": "Description",
"Description of the AppProject.": "Description of the AppProject.",
"Number of applications using this AppProject.": "Number of applications using this AppProject.",
"Destinations": "Destinations",
"Number of clusters and namespaces where applications are allowed to be deployed.": "Number of clusters and namespaces where applications are allowed to be deployed.",
"destination": "destination",
"destinations": "destinations",
"Source Repositories": "Source Repositories",
"Number of allowed source repositories for this AppProject.": "Number of allowed source repositories for this AppProject.",
"repository": "repository",
"repositories": "repositories",
"Source Namespaces": "Source Namespaces",
"Number of allowed source namespaces for this AppProject.": "Number of allowed source namespaces for this AppProject.",
"namespace": "namespace",
"namespaces": "namespaces",
"Roles": "Roles",
"Number of roles configured in this AppProject.": "Number of roles configured in this AppProject.",
"role": "role",
"roles": "roles",
"Sync Windows": "Sync Windows",
"Number of sync windows configured in this AppProject.": "Number of sync windows configured in this AppProject.",
"sync window": "sync window",
"sync windows": "sync windows",
"Project-Scoped Clusters Only": "Project-Scoped Clusters Only",
"When enabled, applications can only be deployed to clusters that are scoped to this project. This prevents deploying to clusters that are not part of the project.": "When enabled, applications can only be deployed to clusters that are scoped to this project. This prevents deploying to clusters that are not part of the project.",
"Enabled": "Enabled",
"Disabled": "Disabled",
"Conditions": "Conditions",
"No Argo CD App Projects match the search filter": "No Argo CD App Projects match the search filter",
"Try removing the filter or searching for a different term to see more App Projects.": "Try removing the filter or searching for a different term to see more App Projects.",
"There are no Argo CD App Projects in this project.": "There are no Argo CD App Projects in this project.",
"There are no Argo CD App Projects in all projects.": "There are no Argo CD App Projects in all projects.",
"No matching Argo CD App Projects": "No matching Argo CD App Projects",
"No Argo CD App Projects": "No Argo CD App Projects",
"Unable to load data": "Unable to load data",
"There was an error retrieving App Projects. Check your connection and reload the page.": "There was an error retrieving App Projects. Check your connection and reload the page.",
"AppProjects": "AppProjects",
"This list page is under tech preview, but not necessarily the resources it represents": "This list page is under tech preview, but not necessarily the resources it represents",
"Create AppProject": "Create AppProject",
"Search by name...": "Search by name...",
"Labels": "Labels",
"Last Updated": "Last Updated",
"Has Description": "Has Description",
"No Description": "No Description",
"Has Applications": "Has Applications",
"No Applications": "No Applications",
"Custom Projects": "Custom Projects",
"Has Source Repos": "Has Source Repos",
"No Source Repos": "No Source Repos",
"Has Destinations": "Has Destinations",
"No Destinations": "No Destinations",
"Allow/Deny": "Allow/Deny",
"ArgoCD AppProject": "ArgoCD AppProject",
"There was an error retrieving the AppProject. Check your connection and reload the page.": "There was an error retrieving the AppProject. Check your connection and reload the page.",
"Policy Role": "Policy Role",
"Policy Resource Type": "Policy Resource Type",
"Policy Permission": "Policy Permission",
"Policy Object": "Policy Object",
"Policy Effect": "Policy Effect",
"No roles configured": "No roles configured",
"This AppProject does not have any roles configured.": "This AppProject does not have any roles configured.",
"Groups": "Groups",
"Policies": "Policies",
"No sync windows configured": "No sync windows configured",
"This AppProject does not have any sync windows configured.": "This AppProject does not have any sync windows configured.",
"Schedule": "Schedule",
"Clusters": "Clusters",
"Manual Sync": "Manual Sync",
"Time Zone": "Time Zone",
"All": "All",
"Allowed": "Allowed",
"Denied": "Denied",
"Group": "Group",
"No resources configured": "No resources configured",
"This list does not have any resources configured.": "This list does not have any resources configured.",
"Traffic": "Traffic",
"Ready": "Ready",
"Restarts": "Restarts",
"Owner": "Owner",
"Memory": "Memory",
"CPU": "CPU",
"Created At": "Created At",
"No pods": "No pods",
"There are no pods associated with the rollout.": "There are no pods associated with the rollout.",
"Edit Pod": "Edit Pod",
"Promote": "Promote",
"Full Promote": "Full Promote",
"Abort": "Abort",
"Retry": "Retry",
"Restart": "Restart",
"Edit Rollout": "Edit Rollout",
"Age": "Age",
"Info": "Info",
"Ready containers": "Ready containers",
"ready": "ready",
"0 Pods": "0 Pods",
"Stable": "Stable",
"Active": "Active",
"Preview": "Preview",
"Canary": "Canary",
"Rollout details": "Rollout details",
"Replicas": "Replicas",
"The number of desired replicas for the rollout": "The number of desired replicas for the rollout",
"The current status of the rollout": "The current status of the rollout",
"Strategy": "Strategy",
"Whether the rollout is using a blue-green or canary strategy": "Whether the rollout is using a blue-green or canary strategy",
"No Argo Rollouts": "No Argo Rollouts",
"There are no Argo Rollouts in this project.": "There are no Argo Rollouts in this project.",
"There are no Argo Rollouts in all projects.": "There are no Argo Rollouts in all projects.",
"There was an error retrieving rollouts. Check your connection and reload the page.": "There was an error retrieving rollouts. Check your connection and reload the page.",
"Argo Rollouts": "Argo Rollouts",
"Create Rollout": "Create Rollout",
"Pods": "Pods",
"Selector": "Selector",
"No labels": "No labels",
"Rollout Status": "Rollout Status",
"Revisions": "Revisions",
"There was an error retrieving the rollout. Check your connection and reload the page.": "There was an error retrieving the rollout. Check your connection and reload the page.",
"There was an error retrieving the rollout revisions. Check your connection and reload the page.": "There was an error retrieving the rollout revisions. Check your connection and reload the page.",
"Rollout Revisions": "Rollout Revisions",
"Active Service": "Active Service",
"The active blue-green service": "The active blue-green service",
"Preview Service": "Preview Service",
"The preview blue-green service": "The preview blue-green service",
"ClusterAnalysis Template": "ClusterAnalysis Template",
"Analysis Template": "Analysis Template",
"Stable Service": "Stable Service",
"The stable service": "The stable service",
"Canary Service": "Canary Service",
"The canary service": "The canary service",
"Analysis Templates": "Analysis Templates",
"The analysis and cluster-scoped analysis templates used for the canary strategy": "The analysis and cluster-scoped analysis templates used for the canary strategy",
"Topology view": "Topology view",
"No matching Argo CD Applications": "No matching Argo CD Applications",
"No Argo CD Applications": "No Argo CD Applications",
"No Argo CD Applications match the label filter": "No Argo CD Applications match the label filter",
"Try removing the filter or selecting a different label to see more applications.": "Try removing the filter or selecting a different label to see more applications.",
"There are no Argo CD Applications in this project.": "There are no Argo CD Applications in this project.",
"There are no Argo CD Applications in all projects.": "There are no Argo CD Applications in all projects.",
"There was an error retrieving applications. Check your connection and reload the page.": "There was an error retrieving applications. Check your connection and reload the page.",
"ApplicationSet Applications": "ApplicationSet Applications",
"The graph and table views show the ApplicationSet's applications. Use the filter below the graph to filter applications based on their health and sync status.": "The graph and table views show the ApplicationSet's applications. Use the filter below the graph to filter applications based on their health and sync status.",
"No Argo CD ApplicationSets match the label filter": "No Argo CD ApplicationSets match the label filter",
"Try removing the filter or selecting a different label to see more ApplicationSets.": "Try removing the filter or selecting a different label to see more ApplicationSets.",
"There are no Argo CD ApplicationSets in this project.": "There are no Argo CD ApplicationSets in this project.",
"There are no Argo CD ApplicationSets in all projects.": "There are no Argo CD ApplicationSets in all projects.",
"No matching Argo CD ApplicationSets": "No matching Argo CD ApplicationSets",
"No Argo CD ApplicationSets": "No Argo CD ApplicationSets",
"There was an error retrieving applicationsets. Check your connection and reload the page.": "There was an error retrieving applicationsets. Check your connection and reload the page.",
"ApplicationSets": "ApplicationSets",
"Create ApplicationSet": "Create ApplicationSet",
"Name must be unique within a namespace.": "Name must be unique within a namespace.",
"Namespace defines the space within which each name must be unique.": "Namespace defines the space within which each name must be unique.",
"Map of string keys and values that can be used to organize and categorize (scope and select) objects.": "Map of string keys and values that can be used to organize and categorize (scope and select) objects.",
"Edit": "Edit",
"Annotations": "Annotations",
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.",
"Created at": "Created at",
"Time is a wrapper around time. Time which supports correct marshaling to YAML and JSON.": "Time is a wrapper around time. Time which supports correct marshaling to YAML and JSON.",
"Owner references link this resource to its parent object. For example, Applications generated by an ApplicationSet will have that ApplicationSet as their owner. This relationship enables proper resource lifecycle management and garbage collection.": "Owner references link this resource to its parent object. For example, Applications generated by an ApplicationSet will have that ApplicationSet as their owner. This relationship enables proper resource lifecycle management and garbage collection.",
"This details page is under tech preview, but not necessarily the resource it represents": "This details page is under tech preview, but not necessarily the resource it represents",
"Sync": "Sync",
"Stop": "Stop",
"Refresh": "Refresh",
"Refresh (Hard)": "Refresh (Hard)",
"Actions": "Actions",
"You don't have permission to perform this action": "You don't have permission to perform this action",
"annotations": "annotations",
"annotation": "annotation",
"No owner": "No owner"
}