-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata-ng.json
66 lines (66 loc) · 2.83 KB
/
metadata-ng.json
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
{
"name" : "Runtime for Swift",
"services" : [],
"type" : "web",
"version" : "1.0.0",
"buildpack" : "swift_buildpack",
"startCommand": "Kitura-Starter",
"defaultMemory": 256,
"description" : "A Kitura based server application that you can use as a starting point to get your own Kitura application up and running quickly on Bluemix.",
"smallIcon" : "swift_24.png",
"icon" : "swift_32.png",
"largeIcon" : "swift_50.png",
"featuredIcon" : "swift_64.png",
"system_tags" : ["ibm_created"],
"categories" : ["runtime"],
"metadata" : {
"termsUrl" : "https://www.ibm.com/software/sla/sladb.nsf/sla/bm-6626-01",
"bssRuntimeName" : "swift_buildpack"
},
"source" : {
"scmType" : "git",
"url" : "https://github.com/IBM-Bluemix/Kitura-Starter.git",
"appPath" : ""
},
"docURL" : "/#runtimes/swift/index.html",
"extra" : {
"i18n" : {
"de" : {
"name" : "Swift",
"description" : "Eine Kitura-basierte Serveranwendung, die Sie als Ausgangspunkt für eine rasche Betriebsbereitschaft Ihrer eigenen Kitura-Anwendung in Bluemix verwenden können."
},
"es" : {
"name" : "Swift",
"description" : "Una aplicación sencilla escrita en Swift, que utiliza la infraestructura digital de Kitura, la cual podrá configurar y ejecutar rápidamente en Bluemix."
},
"fr" : {
"name" : "Swift",
"description" : "Application reposant sur Kitura, que vous pouvez utiliser comme point de départ pour rendre votre propre application Kitura opérationnelle rapidement dans Bluemix."
},
"it" : {
"name" : "Swift",
"description" : "Un'applicazione server basata su Kitura che puoi utilizzare come punto di partenza per rendere operativa velocemente la tua propria applicazione Kitura su Bluemix."
},
"ja" : {
"name" : "Swift",
"description" : "自分の Kitura アプリケーションを Bluemix 上で素早く稼働させるための開始点として使用できる、Kitura ベースのサーバー・アプリケーション。"
},
"ko" : {
"name" : "Swift",
"description" : "Bluemix에서 고유 Kitura 애플리케이션을 신속하게 시작하여 실행하기 위한 시작점으로 사용할 수 있는 Kitura 기반 서버 애플리케이션입니다."
},
"pt-BR" : {
"name" : "Swift",
"description" : "Um aplicativo servidor baseado no Kitura que pode ser usado como ponto de início para deixar seu próprio aplicativo Kitura funcionando rapidamente no Bluemix."
},
"zh-Hans" : {
"name" : "Swift",
"description" : "一种基于 Kitura 的服务器应用程序,可用作起点在 Bluemix 上快速入门和熟悉运用自己的 Kitura 应用程序。"
},
"zh-Hant" : {
"name" : "Swift",
"description" : "以 Kitura 為基礎的伺服器應用程式,您可以用來作為起點,在 Bluemix 上快速開始執行您自己的 Kitura 應用程式。"
}
}
}
}