From 80b299e8c4f290e3b16f35eea922cac989b6e767 Mon Sep 17 00:00:00 2001 From: seshukm Date: Wed, 8 Mar 2017 11:54:56 +0530 Subject: VnfMarket place refactor IssueId : CLIENT-4 Change-Id: Ia1b076400f9c3bedf9db714099a608ece392aa59 Signed-off-by: seshukm --- .../src/main/webapp/common/locale/locale-en.json | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 vnfmarket/src/main/webapp/common/locale/locale-en.json (limited to 'vnfmarket/src/main/webapp/common/locale') diff --git a/vnfmarket/src/main/webapp/common/locale/locale-en.json b/vnfmarket/src/main/webapp/common/locale/locale-en.json new file mode 100644 index 00000000..b3a9936b --- /dev/null +++ b/vnfmarket/src/main/webapp/common/locale/locale-en.json @@ -0,0 +1,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" + } + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg