aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/common/locale/locale-en.json
blob: b3a9936b685b6269160c3595257676a225806b78 (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
 {
	"common" : {
		"actions" : {
			"save" : "Save",
			"upload":"Upload",
			"delete" : "Delete",
			"close" : "Close",
			"search" : "Search",
			"download" :"Download",
			"yes" : "Yes",
			"no" : "No",
			"update" :"Update",
			"clickHere" : "Click Here",
			"getApp" : "get_app",
			"fileUpload" : "file_upload",
			"ok" : "Ok"
		},
		"message" : {
			"statusTitle" : "Status : ",
			"statusText" : "Status text : "
		}
	},
	"module" : {
		"marketplace" : {
			"serviceDelete" : {
				"title" : "Delete Service",
				"confirmationMesaage" : "Are you sure that you want to delete "

			},
			"serviceUpload" : {
				"title" : "Upload Service",
				"fields" : {
					"fileUpload" : {
						 "label" : "Select 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"
				}

			},
			"serviceDetails" : {
				"title" : "Service Name : ",
				"info" : {
					"details" : "Details",
					"remarks" : "Remarks",
					"provider" : "Provider",
					"serviceType" : "Service Type",
					"csarId" : "CSAR Id",
					"fileSize" : "File Size",
					"funcTestReport"  :"Function Test Report"

				}
			},
			"sideNav" : {
				"title" :  "VNF  Marketplace",
				"marketplaceNav" : "Marketplace"
			},
			"main" : {
				"headerTitle" : "Welcome to VNF Marketplace",
				"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" : "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 Service"
				},
				"gridView" : {
					"label" :  "Grid View",
					"serviceType" : {
						"label" : "Service Type",
						"value": "description"
					},
					"downloads" : {
						"label" : "Number of Downloads",
						"value":"get_app",
						"tooltip" : "Download history",
						"buttonLabel" :"Downloads"
					},
					"upload" : {
						"tooltip" : "Uploads history",
						"buttonLabel" : "Uploads"
					},
					"moreDetails" : {
						"label" : "More details"
					}
				},
				"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"
				}
			}
		}
	}
}