✏️ Changes wording and typos

This commit is contained in:
Bjorn Lammers
2023-01-13 11:10:09 +00:00
committed by GitHub
parent 7a03509ae5
commit b56c759951
26 changed files with 78 additions and 78 deletions

View File

@@ -1,9 +1,9 @@
{
"descriptor": {
"name": "Calendar",
"description": "A calendar module for displaying upcoming releases. It interacts with the Sonarr and Radarr API.",
"description": "Displays a calendar with upcoming releases, from supported integrations.",
"settings": {
"title": "Settings for calendar integration",
"title": "Settings for Calendar widget",
"sundayStart": {
"label": "Start the week on Sunday"
},
@@ -12,4 +12,4 @@
}
}
}
}
}

View File

@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
"text": "<b>Un-used parameter in configuration detected</b><br /><code>{{key}}</code>. Homarr is unable to interprete and use this parameter. To avoid any unexpected behavior, back up your configuration and correct your configuration."
"text": "<b>Un-used parameter in configuration detected</b><br /><code>{{key}}</code>. Homarr is unable to interpret and use this parameter. To avoid any unexpected behavior, back up your configuration and correct your configuration."
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Dash.",
"description": "A module for displaying the graphs of your running Dash. instance.",
"description": "Displays the graphs of an external Dash. instance inside of Homarr.",
"settings": {
"title": "Settings for Dash. widget",
"cpuMultiView": {

View File

@@ -1,12 +1,12 @@
{
"descriptor": {
"name": "Date",
"description": "Show the current time and date in a card",
"name": "Date and Time",
"description": "Displays the current date and time.",
"settings": {
"title": "Settings for date integration",
"title": "Settings for Date and Time widget",
"display24HourFormat": {
"label": "Display full time (24-hour)"
}
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Download Speed",
"description": "Show the current download speed of supported services"
"description": "Displays the Download and Upload speed on supported devices."
},
"card": {
"table": {
@@ -32,4 +32,4 @@
}
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Docker",
"description": "Allows you to easily manage your docker containers"
"description": "Allows you to easily see and manage all of your Docker Containers."
},
"search": {
"placeholder": "Search by container or image name"
@@ -25,8 +25,8 @@
},
"actionBar": {
"addService": {
"title": "Add service",
"message": "Add service to Homarr"
"title": "Add app or service",
"message": "Add app or service to Homarr"
},
"restart": {
"title": "Restart"
@@ -68,16 +68,16 @@
"errors": {
"integrationFailed": {
"title": "Docker integration failed",
"message": "Did you forget to mount the docker socket ?"
"message": "Did you forget to mount the docker socket?"
},
"unknownError": {
"title": "There was an error"
},
"oneServiceAtATime": {
"title": "Please only add one service at a time!"
"title": "Please only add one app or service at a time!"
}
},
"actionIcon": {
"tooltip": "Docker"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Overseerr",
"description": "Allows you to search and add media from Overseerr/Jellyseerr"
"description": "Allows you to search and add media from Overseerr and Jellyseerr."
},
"popup": {
"item": {
@@ -18,7 +18,7 @@
}
},
"seasonSelector": {
"caption": "Tick the seasons that you want to be downloaded",
"caption": "Tick the seasons you want to download",
"table": {
"header": {
"season": "Season",
@@ -27,4 +27,4 @@
}
}
}
}
}

View File

@@ -1,11 +1,11 @@
{
"descriptor": {
"name": "Ping",
"description": "Allows you to check if the service is up or returns a specific HTTP status code."
"description": "Displays a status indicator depeding on the HTTP response code of a given URL."
},
"states": {
"online": "Online {{response}}",
"offline": "Offline {{response}}",
"loading": "Loading..."
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Search Bar",
"description": "Search bar to search the web, Youtube, Torrents or Overseerr"
"description": "A search bar that allows you to search your custom search engine, YouTube, and supported integrations."
},
"input": {
"placeholder": "Search the web..."
@@ -10,7 +10,7 @@
"searchEngines": {
"search": {
"name": "Web",
"description": "Search using your search engine (defined in settings)"
"description": "Search..."
},
"youtube": {
"name": "Youtube",
@@ -22,9 +22,9 @@
},
"overseerr": {
"name": "Overseerr",
"description": "Search for Movies and TV Shows using Overseerr (module must be enabled)"
"description": "Search for Movies and TV Shows on Overseerr"
}
},
"tip": "You can select the search bar with the shortcut ",
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
}
}

View File

@@ -1,9 +1,9 @@
{
"descriptor": {
"name": "Torrent",
"description": "Displays a list of the torrent which are currently downloading",
"description": "Displays a list of torrents from supported Torrent Download clients.",
"settings": {
"title": "Settings for Torrent integration",
"title": "Settings for Torrent widget",
"refreshInterval": {
"label": "Refresh interval (in seconds)"
},
@@ -39,12 +39,12 @@
},
"errors": {
"noDownloadClients": {
"title": "No supported download clients found!",
"text": "Add a download service to view your current downloads"
"title": "No supported Torrent Download clients found!",
"text": "Add a supported Torrent Download client to view your current downloads"
},
"generic": {
"title": "An unexpected error occured",
"text": "Homarr was unable to communicate with your download clients. Please check your configuration"
"text": "Homarr was unable to communicate with your Torrent Download clients. Please check your configuration"
}
},
"loading": {

View File

@@ -1,13 +1,13 @@
{
"descriptor": {
"name": "Usenet",
"description": "Allows you to see your usenet (Sabnzbd or NZBGet) queue and history, pause and resume downloads"
"description": "Allows you to view and manage your Usenet instance."
},
"card": {
"errors": {
"noDownloadClients": {
"title": "No supported download clients found!",
"text": "Add a download service to view your current downloads"
"text": "Add a supported Usenet Download Client to view your current downloads"
}
}
},

View File

@@ -1,9 +1,9 @@
{
"descriptor": {
"name": "Weather",
"description": "Look up the current weather in your location",
"description": "Displays the current weather information of a set location.",
"settings": {
"title": "Settings for weather integration",
"title": "Settings for weather widget",
"displayInFahrenheit": {
"label": "Display in Fahrenheit"
},