mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Add new white_algorithms to web UI
This commit is contained in:
		| @@ -294,7 +294,8 @@ | ||||
|     "wiz_cc_btn_stop": "Stopnout video", | ||||
|     "wiz_cc_summary": "Závěr nastavení. Během přehrávání videa můžete znovu měnit nebo otestovat hodnoty. Pokud jste hotovi, klikněte na tlačítko Uložit.", | ||||
|     "edt_dev_enum_subtract_minimum": "Odčtěte minimum", | ||||
|     "edt_dev_enum_sub_min_warm_adjust": "Teplota barvy", | ||||
|     "edt_dev_enum_sub_min_cool_adjust": "Teplota barvy: cool", | ||||
|     "edt_dev_enum_sub_min_warm_adjust": "Teplota barvy: warm", | ||||
|     "edt_dev_enum_white_off": "Bílá vypnutá", | ||||
|     "edt_dev_general_heading_title": "Obecné nastavení", | ||||
|     "edt_dev_general_name_title": "Název konfigurace", | ||||
|   | ||||
| @@ -348,6 +348,7 @@ | ||||
| 	"wiz_cc_summary" : "Im folgenden eine Zusammenfassung deiner Einstellungen. Während du ein Video abspielst, kannst du hier weiter ausprobieren. Wenn du fertig bist, klicke auf speichern.", | ||||
| 	"edt_dev_auth_key_title" : "Aurora API Schlüssel", | ||||
| 	"edt_dev_enum_subtract_minimum" : "Subtrahiere minimum", | ||||
| 	"edt_dev_enum_sub_min_cool_adjust" : "Minimale Anpassung: cool", | ||||
| 	"edt_dev_enum_sub_min_warm_adjust" : "Minimale Anpassung: warm", | ||||
| 	"edt_dev_enum_white_off" : "Weiß ist aus", | ||||
| 	"edt_dev_general_heading_title" : "Allgemeine Einstellungen", | ||||
|   | ||||
| @@ -348,7 +348,8 @@ | ||||
| 	"wiz_cc_summary" : "A conclusion of your settings. During video playback, you could change or test values again. If you are done, click on save.", | ||||
| 	"edt_dev_auth_key_title" : "Aurora API Key", | ||||
| 	"edt_dev_enum_subtract_minimum" : "Substract minimum", | ||||
| 	"edt_dev_enum_sub_min_warm_adjust" : "Min warm adjust", | ||||
| 	"edt_dev_enum_sub_min_cool_adjust" : "Subtract cool white", | ||||
| 	"edt_dev_enum_sub_min_warm_adjust" : "Subtract warm white", | ||||
| 	"edt_dev_enum_white_off" : "White off", | ||||
| 	"edt_dev_general_heading_title" : "General Settings", | ||||
| 	"edt_dev_general_name_title" : "Configuration name", | ||||
|   | ||||
| @@ -294,6 +294,7 @@ | ||||
|     "wiz_cc_btn_stop": "Parar vídeo", | ||||
|     "wiz_cc_summary": "Una conclusión de su configuración. Durante la reproducción de vídeo, puede cambiar o probar valores de nuevo. Si está hecho, haga clic en guardar.", | ||||
|     "edt_dev_enum_subtract_minimum": "Restar mínimo", | ||||
|     "edt_dev_enum_sub_min_cool_adjust": "Min. Ajuste fresco", | ||||
|     "edt_dev_enum_sub_min_warm_adjust": "Min. Ajuste caliente", | ||||
|     "edt_dev_enum_white_off": "Blanco apagado", | ||||
|     "edt_dev_general_heading_title": "Configuración general", | ||||
| @@ -753,4 +754,4 @@ | ||||
|     "edt_conf_enum_SECAM": "SECAM", | ||||
|     "general_speech_it": "Italiano", | ||||
|     "general_speech_cs": "Czech" | ||||
| } | ||||
| } | ||||
|   | ||||
| @@ -294,6 +294,7 @@ | ||||
|     "wiz_cc_btn_stop": "Interrompi video", | ||||
|     "wiz_cc_summary": "Conclusione delle tue impostazioni. Durante la riproduzione video puoi cambiare nuovamente i valori. Se hai finito clicca su salva.", | ||||
|     "edt_dev_enum_subtract_minimum": "Sottrai minimo", | ||||
|     "edt_dev_enum_sub_min_cool_adjust": "Regolazione freddo min", | ||||
|     "edt_dev_enum_sub_min_warm_adjust": "Regolazione calore min", | ||||
|     "edt_dev_enum_white_off": "Bianco off", | ||||
|     "edt_dev_general_heading_title": "Impostazioni Generali", | ||||
|   | ||||
| @@ -23,10 +23,10 @@ | ||||
| 		"whiteAlgorithm": { | ||||
| 			"type": "string", | ||||
| 			"title":"edt_dev_spec_whiteLedAlgor_title", | ||||
| 			"enum" : ["subtract_minimum","sub_min_warm_adjust","white_off"], | ||||
| 			"enum" : ["subtract_minimum","sub_min_cool_adjust","sub_min_warm_adjust","white_off"], | ||||
| 			"default": "subtract_minimum", | ||||
| 			"options" : { | ||||
| 				"enum_titles" : ["edt_dev_enum_subtract_minimum", "edt_dev_enum_sub_min_warm_adjust", "edt_dev_enum_white_off"] | ||||
| 				"enum_titles" : ["edt_dev_enum_subtract_minimum", "edt_dev_enum_sub_min_cool_adjust","edt_dev_enum_sub_min_warm_adjust", "edt_dev_enum_white_off"] | ||||
| 			}, | ||||
| 			"propertyOrder" : 4 | ||||
| 		}, | ||||
|   | ||||
| @@ -35,10 +35,10 @@ | ||||
| 		"whiteAlgorithm": { | ||||
| 			"type": "string", | ||||
| 			"title":"edt_dev_spec_whiteLedAlgor_title", | ||||
| 			"enum" : ["subtract_minimum","sub_min_warm_adjust","white_off"], | ||||
| 			"enum" : ["subtract_minimum","sub_min_cool_adjust","sub_min_warm_adjust","white_off"], | ||||
| 			"default": "subtract_minimum", | ||||
| 			"options" : { | ||||
| 				"enum_titles" : ["edt_dev_enum_subtract_minimum", "edt_dev_enum_sub_min_warm_adjust", "edt_dev_enum_white_off"] | ||||
| 				"enum_titles" : ["edt_dev_enum_subtract_minimum", "edt_dev_enum_sub_min_cool_adjust","edt_dev_enum_sub_min_warm_adjust", "edt_dev_enum_white_off"] | ||||
| 			}, | ||||
| 			"propertyOrder" : 6 | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user