File tree Expand file tree Collapse file tree 9 files changed +10
-4
lines changed
Expand file tree Collapse file tree 9 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 8888
8989< script type ="text/javascript ">
9090 RED . nodes . registerType ( 'google directions' , {
91- category : 'location' ,
91+ category : RED . _ ( "node-red-node-google/google directions:directions.label.category" ) ,
9292 color : '#ff9999' ,
9393 defaults : {
9494 name : { value :"" } ,
Original file line number Diff line number Diff line change 6262
6363< script type ="text/javascript ">
6464 RED . nodes . registerType ( 'google geocoding' , {
65- category : 'location' ,
65+ category : RED . _ ( "node-red-node-google/google geocoding:geocoding.label.category" ) ,
6666 color : '#ff9999' ,
6767 defaults : {
6868 name : { value :"" } ,
Original file line number Diff line number Diff line change 22 "directions" : {
33 "label" : {
44 "directions" : " Google Directions" ,
5+ "category" : " Standort" ,
56 "name" : " Name" ,
67 "apikey" : " Google API Key" ,
78 "origin" : " Startpunkt" ,
Original file line number Diff line number Diff line change 22 "geocoding" : {
33 "label" : {
44 "geocoding" : " Google Geocoding" ,
5+ "category" : " Standort" ,
56 "geocodeby-address" : " Geocodierung anhand Adresse" ,
67 "geocodeby-coordinates" : " Geocodierung anhand Koordinate" ,
78 "name" : " Name" ,
Original file line number Diff line number Diff line change 22 "directions" : {
33 "label" : {
44 "directions" : " Google Directions" ,
5+ "category" : " location" ,
56 "name" : " Name" ,
67 "apikey" : " Google API Key" ,
78 "origin" : " Origin" ,
Original file line number Diff line number Diff line change 22 "geocoding" : {
33 "label" : {
44 "geocoding" : " Google Geocoding" ,
5+ "category" : " location" ,
56 "geocodeby-address" : " Geocode by Address" ,
67 "geocodeby-coordinates" : " Geocode by Coordinates" ,
78 "name" : " Name" ,
Original file line number Diff line number Diff line change 22 "weather" : {
33 "label" : {
44 "weather" : " openweathermap" ,
5+ "category" : " Wetter" ,
56 "name" : " Name" ,
67 "location" : " Ort" ,
78 "option_current" : " Aktuelles Wetter für" ,
Original file line number Diff line number Diff line change 22 "weather" : {
33 "label" : {
44 "weather" : " openweathermap" ,
5+ "category" : " weather" ,
56 "name" : " Name" ,
67 "location" : " Location" ,
78 "option_current" : " Current weather for" ,
Original file line number Diff line number Diff line change 9999
100100< script type ="text/javascript ">
101101 RED . nodes . registerType ( 'openweathermap' , {
102- category : ' weather' ,
102+ category : RED . _ ( "node-red-node-openweathermap/openweathermap: weather.label.category" ) ,
103103 color : '#FFCC66' ,
104104 defaults : {
105105 name : { value :"" } ,
240240
241241< script type ="text/javascript ">
242242 RED . nodes . registerType ( 'openweathermap in' , {
243- category : ' weather' ,
243+ category : RED . _ ( "node-red-node-openweathermap/openweathermap: weather.label.category" ) ,
244244 color : '#FFCC66' ,
245245 defaults : {
246246 name : { value :"" } ,
You can’t perform that action at this time.
0 commit comments