antosdk-apps/vTerm/package.json

22 lines
659 B
JSON
Raw Normal View History

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"
},
2020-08-08 19:40:21 +02:00
"version":"0.1.2-a",
2020-08-06 23:21:42 +02:00
"category":"System",
"iconclass":"fa fa-terminal",
"mimes":["none"],
"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"
}
}
}