antosdk-apps/vTerm/package.json

27 lines
770 B
JSON
Raw Normal View History

2020-08-06 23:21:42 +02:00
{
2021-11-27 17:42:20 +01:00
"pkgname":"vTerm" ,
2020-08-06 23:21:42 +02:00
"app":"vTerm",
"name":"Virtual Terminal",
"description":"Access Unix terminal from web",
"info":{
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
2023-01-04 09:55:18 +01:00
"version":"0.1.20-a",
2020-08-06 23:21:42 +02:00
"category":"System",
2021-03-31 23:09:40 +02:00
"iconclass":"bi bi-terminal-fill",
2020-08-06 23:21:42 +02:00
"mimes":["none"],
2020-12-17 13:53:12 +01:00
"dependencies": [
2021-12-06 19:47:51 +01:00
"Antunnel@0.2.1-b",
2023-01-04 09:45:08 +01:00
"xTerm@5.1.0-r"
2020-12-17 13:53:12 +01:00
],
2020-08-06 23:21:42 +02:00
"locales":{
"fr_FR": {
"Open terminal": "Ouvrir terminal",
"Edit": "Modifier",
"Please enter terminal URI": "Merci d'entrer l'URI du terminal",
"Unable to connect to: {0}": "Impossible de connecter a: {0}",
"Terminal connection closed": "Connexion terminal est fermee"
}
}
}