Transit translation system (#309)

* update schemas

* update schemas

* update schemas

* schema update

* update translation

* upd
This commit is contained in:
brindosch
2016-12-04 19:32:23 +01:00
committed by redPanther
parent 3124bb8bf1
commit 8d55154164
82 changed files with 3120 additions and 1850 deletions

View File

@@ -1,20 +1,20 @@
{
"type":"object",
"script" : "fade.py",
"title":"Fade",
"title":"edt_eff_fade_header_title",
"required":true,
"properties":{
"fade-time": {
"type": "number",
"title":"Fade Time",
"title":"edt_eff_fadetime_title",
"default": 5.0,
"minimum" : 0.1,
"append" : "s",
"append" : "edt_append_s",
"propertyOrder" : 1
},
"color-start": {
"type": "array",
"title":"Color Start",
"title":"edt_eff_colorstart_title",
"format":"colorpicker",
"default": [255,174,11],
"items" : {
@@ -29,7 +29,7 @@
},
"color-end": {
"type": "array",
"title":"Color End",
"title":"edt_eff_colorend_title",
"format":"colorpicker",
"default": [100,100,100],
"items" : {