summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/locale/locale-en.json
blob: f82b567ea178586eef8d3daaaa2ac7f2a14de272 (plain)
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
{
	"common": {
		"actions": {
			"save": "Save",
			"upload": "Upload",
			"delete": "Delete",
			"close": "Close",
			"search": "Search",
			"download": "Download",
			"yes": "Yes",
			"no": "No",
			"update": "Re Upload",
			"clickHere": "Click Here",
			"getApp": "get_app",
			"fileUpload": "file_upload",
			"ok": "Ok",
			"return": "Return",
			"detail": "See Details",
			"backToList": "Back to List",
			"add": "Add file"
		},
		"message": {
			"statusTitle": "Status : ",
			"statusText": "Status text : ",
			"viewDetails": "Click here to view details"
		},
		"tabs": {
			"validation": {
				"title": "Validation",
				"stepTHead": "Step",
				"ParamTHead": "Parameter",
				"ResultTHead": "Result"
			},
			"lifeCycle": {
				"title": "Lifecycle Test",
				"stepTHead": "Step",
				"ParamTHead": "Parameter",
				"ResultTHead": "Result"
			},
			"functionTest": {
				"title": "Functional Test",
				"testTHead": "Test case",
				"descTHead": "Description",
				"resultTHead": "Test Result"
			}
		}
	},
	"module": {
		"marketplace": {
			"serviceDelete": {
				"title": "Delete Service",
				"confirmationMesaage": "Are you sure that you want to delete "
			},
			"serviceUpload": {
				"title": "Upload Service",
				"updateTitle": "Re Upload",
				"fields": {
					"fileUpload": {
						"label": "Select File",
						"noFileSelected": "No file selected (Select .csar file)"
					},
					"shortDescription": {
						"placeholder": "Short Description"
					},
					"details": {
						"placeholder": "Details"
					},
					"remarks": {
						"placeholder": "Remarks"
					},
					"funcTestReport": {
						"label": "Function Test Report: "
					}
				},
				"messages": {
					"onUploading": "Please wait, Upload is in progress",
					"onSuccessful": "Service upload successful"
				},
				"onBoarding": {
					"onBoardProcessTitle": "Onboarding Process"
				},
				"onBoardingSuccess": {
					"successTitle": "Onboarding is successful"
				}
			},
			"serviceDetails": {
				"title": "Service Name : ",
				"info": {
					"details": "Details",
					"remarks": "Remarks",
					"provider": "Provider",
					"serviceType": "Service Type",
					"csarId": "CSAR Id",
					"fileSize": "File Size",
					"funcTestReport": "Function Test Report",
					"reportTitle": "Onboarding Report",
					"typeLbl": "Type",
					"createLbl": "Created At",
					"modLbl": "Last Modfied at"
				},
				"tabs": {
					"validationTabTitle": "Validation",
					"lifecycleTabTitle": "Lifecycle Test",
					"functionalTabTitle": "Function Test"
				}
			},
			"sideNav": {
				"title": "VNF  Repository",
				"marketplaceNav": "VNF Repository"
			},
			"main": {
				"headerTitle": "Welcome to VNF Repository",
				"description": "Market place for VNF-SDK does the following task:",
				"pointOne": "Upload and download of VNF products and offerings",
				"pointTwo": "Show the interface about other component in VNF-SDK",
				"sortBy": {
					"title": "Please select",
					"label": "Sort by ",
					"options": {
						"name": {
							"key": "Name",
							"value": "name"
						},
						"dateModified": {
							"key": "Data Modified",
							"value": "date"
						},
						"downloads": {
							"key": "Downloads",
							"value": "downloads"
						}
					}
				},
				"search": {
					"label": "Search",
					"placeholder": "Search keyword",
					"close": "Close"
				},
				"upload": {
					"label": "Upload"
				},
				"gridView": {
					"label": "Grid View",
					"serviceType": {
						"label": "Type",
						"value": "description"
					},
					"downloads": {
						"label": "Downloads",
						"value": "get_app",
						"tooltip": "Download history",
						"buttonLabel": "Downloads"
					},
					"upload": {
						"tooltip": "Uploads history",
						"buttonLabel": "Uploads"
					},
					"moreDetails": {
						"label": "More details"
					},
					"title": {
						"label": "Title"
					}
				},
				"listView": {
					"label": "List View",
					"headers": {
						"name": "Name",
						"provider": "Provider",
						"description": "Description",
						"type": "Type",
						"size": "Size",
						"createdAt": "Created at",
						"lastModified": "Last Modified at",
						"donwloads": "Downloads",
						"actions": "Actions"
					}
				},
				"refresh": {
					"label": "Refresh"
				},
				"emptyList": {
					"label": "Service list is empty. Would you like to upload one? If yes,",
					"anchor": "Click here",
					"labelContinued": "to upload a new service"
				}
			}
		}
	}
}