🔀 Merge branch 'dev' into feature/dashdot-consistency-changes
This commit is contained in:
23
public/locales/en/modules/iframe.json
Normal file
23
public/locales/en/modules/iframe.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "IFrame",
|
||||
"description": "Embed any content from the internet. Some websites may restrict access.",
|
||||
"settings": {
|
||||
"title": "IFrame settings",
|
||||
"embedUrl": {
|
||||
"label": "Embed URL"
|
||||
},
|
||||
"allowFullScreen": {
|
||||
"label": "Allow full screen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noUrl": {
|
||||
"title": "Enter an URL",
|
||||
"text": "Ensure that you've entered a valid address in the configuration of your widget"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
24
public/locales/en/modules/media-server.json
Normal file
24
public/locales/en/modules/media-server.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Media Server",
|
||||
"description": "Interact with your Jellyfin or Plex media server",
|
||||
"settings": {
|
||||
"title": "Settings for media server widget"
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"session": "Session",
|
||||
"user": "User",
|
||||
"currentlyPlaying": "Currently playing"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "Unable to load content",
|
||||
"text": "Unable to retrieve information from the server. Please check the logs for more details"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
public/locales/en/modules/rss.json
Normal file
20
public/locales/en/modules/rss.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "RSS Widget",
|
||||
"description": "Grabs the items from a RSS feed and displays them. Commonly used for online news",
|
||||
"settings": {
|
||||
"title": "Settings for RSS widget",
|
||||
"rssFeedUrl": {
|
||||
"label": "RSS feed url"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "Unable to retrieve RSS feed",
|
||||
"text": "There was a problem reaching out the the RSS feed. Make sure that you've configured the feed correctly and use a valid RSS url, that matches the official standard specification. After updating the feed, you may need to save your dashboard and refresh the page."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user