mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
22 lines
651 B
JSON
22 lines
651 B
JSON
{
|
|
"app":"wTerm",
|
|
"name":"Terminal",
|
|
"description":"Access Unix terminal from web",
|
|
"info":{
|
|
"author": "Xuan Sang LE",
|
|
"email": "xsang.le@gmail.com"
|
|
},
|
|
"version":"0.0.2-a",
|
|
"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"
|
|
}
|
|
}
|
|
} |