Merge branch 'dev' of https://github.com/ajnart/homarr into common-troubleshoot-and-auto-handling
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Sign in"
|
||||
}
|
||||
},
|
||||
"afterLoginRedirection": "After login, you'll be redirected to {{url}}"
|
||||
},
|
||||
"alert": "Your credentials are incorrect or this account doesn't exist. Please try again."
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Access denied",
|
||||
"text": "You do not have sufficient permissions to access this page. If you believe, that this is not intentional, please contact your administrator.",
|
||||
"switchAccount": "Switch to a different account"
|
||||
}
|
||||
@@ -7,6 +7,9 @@
|
||||
"useSonarrv4": {
|
||||
"label": "Use Sonarr v4 API"
|
||||
},
|
||||
"useRadarrv5": {
|
||||
"label": "Use Radarr v5 API"
|
||||
},
|
||||
"radarrReleaseType": {
|
||||
"label": "Radarr release type",
|
||||
"data":{
|
||||
|
||||
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "DNS hole controls",
|
||||
"description": "Control PiHole or AdGuard from your dashboard"
|
||||
"description": "Control PiHole or AdGuard from your dashboard",
|
||||
"settings": {
|
||||
"title": "DNS hole controls settings",
|
||||
"showToggleAllButtons": {
|
||||
"label": "Show 'Enable/Disable All' Buttons"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "Unable to find a DNS hole",
|
||||
"text": "There was a problem connecting to your DNS Hole(s). Please verify your configuration/integration(s)."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,8 +13,6 @@
|
||||
}
|
||||
},
|
||||
"noRequests": "No requests found. Please ensure that you've configured your apps correctly.",
|
||||
"pending": "There are {{countPendingApproval}} requests waiting for approval.",
|
||||
"nonePending": "There are currently no pending approvals. You're good to go!",
|
||||
"state": {
|
||||
"approved": "Approved",
|
||||
"pendingApproval": "Pending approval",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "RSS Widget",
|
||||
"description": "",
|
||||
"description": "The rss widget allows you to display RSS feeds on your dashboard.",
|
||||
"settings": {
|
||||
"title": "Settings for RSS widget",
|
||||
"rssFeedUrl": {
|
||||
|
||||
@@ -33,5 +33,5 @@
|
||||
"unknown": "Unknown"
|
||||
}
|
||||
},
|
||||
"error": "An error occured"
|
||||
"error": "An error occurred"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"allowGuests": {
|
||||
"label": "Allow anonymous",
|
||||
"description": "Allow users that are not logged in to view your board"
|
||||
}
|
||||
}
|
||||
@@ -20,6 +20,10 @@
|
||||
"accessibility": {
|
||||
"name": "Accessibility",
|
||||
"description": "Configure Homarr for disabled and handicapped users"
|
||||
},
|
||||
"access": {
|
||||
"name": "Acccess",
|
||||
"description": "Configure who has access to your board"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,10 @@
|
||||
"newTab": {
|
||||
"label": "Open search results in a new tab"
|
||||
},
|
||||
"autoFocus": {
|
||||
"label": "Focus search bar on page load.",
|
||||
"description": "This will automatically focus the search bar, when you navigate to the board pages. It will only work on desktop devices."
|
||||
},
|
||||
"template": {
|
||||
"label": "Query URL",
|
||||
"description": "Use %s as a placeholder for the query"
|
||||
|
||||
Reference in New Issue
Block a user