update board definition and translations
This commit is contained in:
		
							parent
							
								
									562a7b53e2
								
							
						
					
					
						commit
						3aa9e715d2
					
				| @ -146,9 +146,9 @@ const sensebox_mini = { | |||||||
|     ["IO2", "2"], |     ["IO2", "2"], | ||||||
|   ], |   ], | ||||||
|   digitalPinsRGB: [ |   digitalPinsRGB: [ | ||||||
|     ["on Board", "7"], |     ["on Board", "6"], | ||||||
|     ["IO1", "8"], |     ["IO1", "1"], | ||||||
|     ["IO2", "1"], |     ["IO2", "2"], | ||||||
|   ], |   ], | ||||||
|   digitalPinsButton: [ |   digitalPinsButton: [ | ||||||
|     ["on Board", "0"], |     ["on Board", "0"], | ||||||
| @ -228,10 +228,6 @@ const sensebox_mini = { | |||||||
|   interrupt: [ |   interrupt: [ | ||||||
|     ["interrupt1", "1"], |     ["interrupt1", "1"], | ||||||
|     ["interrupt2", "2"], |     ["interrupt2", "2"], | ||||||
|     ["interrupt3", "3"], |  | ||||||
|     ["interrupt4", "4"], |  | ||||||
|     ["interrupt5", "5"], |  | ||||||
|     ["interrupt6", "6"], |  | ||||||
|   ], |   ], | ||||||
|   analogPins: [ |   analogPins: [ | ||||||
|     ["A1", "A1"], |     ["A1", "A1"], | ||||||
|  | |||||||
| @ -308,5 +308,7 @@ export const UI = { | |||||||
|    * Device Selction |    * Device Selction | ||||||
|    *  */ |    *  */ | ||||||
|   deviceselection_head: "Welches Board benutzt du?", |   deviceselection_head: "Welches Board benutzt du?", | ||||||
|   deviceselection_keep_selection: "Speichere meine Auswahl fürs nächste Mal" |   deviceselection_keep_selection: "Speichere meine Auswahl fürs nächste Mal (Du kannst das Board später in den Einstellungen wechseln)", | ||||||
|  |   deviceselection_footnote: "Hier kommst du zur alten Blockly Version für den ", | ||||||
|  |   deviceselection_footnote_02: "oder die" | ||||||
| }; | }; | ||||||
|  | |||||||
| @ -303,6 +303,9 @@ export const UI = { | |||||||
|    * Device Selction |    * Device Selction | ||||||
|    *  */ |    *  */ | ||||||
|   deviceselection_head: "Which board are you using?", |   deviceselection_head: "Which board are you using?", | ||||||
|   deviceselection_keep_selection: "Save my choice", |   deviceselection_keep_selection: "Save my choice (You can change the board later in the settings)", | ||||||
|  |   deviceselection_footnote: "Here you can access the old blockly Version for the", | ||||||
|  |   deviceselection_footnote_02: "or the", | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| }; | }; | ||||||
|  | |||||||
| @ -140,7 +140,7 @@ class DeviceSeclection extends Component { | |||||||
|           label={Blockly.Msg.deviceselection_keep_selection} |           label={Blockly.Msg.deviceselection_keep_selection} | ||||||
|         /> |         /> | ||||||
|         <Typography variant="body1" > |         <Typography variant="body1" > | ||||||
|           Hier kommst du zur alten Blockly Version für den <a href="https://sensebox.github.io/blockly/">Arduino UNO</a> oder die <a href="/">senseBox MCU</a> |           {Blockly.Msg.deviceselection_footnote} <a href="https://sensebox.github.io/blockly/">Arduino UNO</a> {Blockly.Msg.deviceselection_footnote_02} <a href="/">senseBox MCU</a> | ||||||
|         </Typography> |         </Typography> | ||||||
|       </Dialog> |       </Dialog> | ||||||
|     ); |     ); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user