🔀 Merge branch 'dev' into feature/add-basic-authentication
This commit is contained in:
@@ -6,6 +6,27 @@
|
||||
"title": "Settings for Date and Time widget",
|
||||
"display24HourFormat": {
|
||||
"label": "Display full time (24-hour)"
|
||||
},
|
||||
"dateFormat": {
|
||||
"label": "Date formatting",
|
||||
"data": {
|
||||
"hide": "Hide Date"
|
||||
}
|
||||
},
|
||||
"enableTimezone": {
|
||||
"label": "Display a custom Timezone"
|
||||
},
|
||||
"timezoneLocation": {
|
||||
"label": "Timezone Location"
|
||||
},
|
||||
"titleState": {
|
||||
"label": "City title",
|
||||
"info": "In case you activate the Timezone option, the name of the city and the timezone code can be shown.<br/>You can also show the city alone or even show none.",
|
||||
"data": {
|
||||
"both": "City and Timezone",
|
||||
"city": "City only",
|
||||
"none": "None"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,14 @@
|
||||
"title": "Settings for DNS Hole summary",
|
||||
"usePiHoleColors": {
|
||||
"label": "Use colors from PiHole"
|
||||
},
|
||||
"layout": {
|
||||
"label": "Layout",
|
||||
"data": {
|
||||
"grid": "2 by 2",
|
||||
"row": "Horizontal",
|
||||
"column": "Vertical"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
15
public/locales/en/modules/notebook.json
Normal file
15
public/locales/en/modules/notebook.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Notebook",
|
||||
"description": "A markdown-based interactive widget for you to write down your notes!",
|
||||
"settings": {
|
||||
"title": "Settings for the notebook widget",
|
||||
"showToolbar": {
|
||||
"label": "Show the toolbar to help you write markdown"
|
||||
},
|
||||
"content": {
|
||||
"label": "The content of the notebook"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,9 @@
|
||||
"displayInFahrenheit": {
|
||||
"label": "Display in Fahrenheit"
|
||||
},
|
||||
"displayCityName":{
|
||||
"label":"Display City Name"
|
||||
},
|
||||
"location": {
|
||||
"label": "Weather location"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user