🔀 Merge branch 'dev' into feature/add-basic-authentication
This commit is contained in:
@@ -14,5 +14,12 @@
|
||||
"category": {
|
||||
"openAllInNewTab": "Open all in new tab"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"moveUp": "Move up",
|
||||
"moveDown": "Move down",
|
||||
"addCategory": "Add category",
|
||||
"addAbove": "above",
|
||||
"addBelow": "below"
|
||||
}
|
||||
}
|
||||
@@ -7,5 +7,19 @@
|
||||
"goBack": "Go back to the previous step",
|
||||
"actionIcon": {
|
||||
"tooltip": "Add a tile"
|
||||
},
|
||||
"apps": "Apps",
|
||||
"app": {
|
||||
"defaultName": "Your App"
|
||||
},
|
||||
"widgets": "Widgets",
|
||||
"categories": "Categories",
|
||||
"category": {
|
||||
"newName": "Name of new category",
|
||||
"defaultName": "New Category",
|
||||
"created": {
|
||||
"title": "Category created",
|
||||
"message": "The category \"{{name}}\" has been created"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
"key": "Shortcut key",
|
||||
"action": "Action",
|
||||
"keybinds": "Keybinds",
|
||||
"actions": {
|
||||
"toggleTheme": "Toggle light/dark mode",
|
||||
"focusSearchBar": "Focus on search bar",
|
||||
"openDocker": "Open docker Widget",
|
||||
"toggleEdit": "Toggle Edit Mode"
|
||||
},
|
||||
"metrics": {
|
||||
"configurationSchemaVersion": "Configuration schema version",
|
||||
"configurationsCount": "Available configurations",
|
||||
@@ -15,4 +21,5 @@
|
||||
"locales": "Configured I18n locales",
|
||||
"experimental_disableEditMode": "<b>EXPERIMENTAL</b>: Disable edit mode"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -99,6 +99,12 @@
|
||||
}
|
||||
},
|
||||
"validation": {
|
||||
"popover": "Your form contains invalid data. Hence, it can't be saved. Please resolve all issues and click this button again to save your changes"
|
||||
"popover": "Your form contains invalid data. Hence, it can't be saved. Please resolve all issues and click this button again to save your changes",
|
||||
"name": "Name is required",
|
||||
"noUrl": "Url is required",
|
||||
"invalidUrl": "Value is not a valid url",
|
||||
"noIconUrl": "This field is required",
|
||||
"noExternalUri": "External URI is required",
|
||||
"invalidExternalUri": "External URI is not a valid uri"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,12 @@
|
||||
"label": "Items"
|
||||
},
|
||||
"layout": {
|
||||
"label": "Layout"
|
||||
"label": "Layout",
|
||||
"data":{
|
||||
"autoGrid": "Auto Grid",
|
||||
"horizontal": "Horizontal",
|
||||
"vertical": "Vertical"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -21,5 +26,21 @@
|
||||
"title": "Bookmark list empty",
|
||||
"text": "Add new items to this list in the edit mode"
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"validation": {
|
||||
"length100": "Length must be between 1 and 100",
|
||||
"length200": "Length must be between 1 and 200",
|
||||
"length400": "Length must be between 1 and 400",
|
||||
"invalidLink": "Not a valid link",
|
||||
"errorMsg": "Did not save, because there were validation errors. Please adust your inputs"
|
||||
},
|
||||
"name": "Name",
|
||||
"url": "URL",
|
||||
"newTab": "Open in new tab",
|
||||
"hideHostname": "Hide Hostname",
|
||||
"hideIcon": "Hide Icon",
|
||||
"delete": "Delete"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,13 +8,25 @@
|
||||
"label": "Use Sonarr v4 API"
|
||||
},
|
||||
"radarrReleaseType": {
|
||||
"label": "Radarr release type"
|
||||
"label": "Radarr release type",
|
||||
"data":{
|
||||
"inCinemas": "In Cinemas",
|
||||
"physicalRelease": "Physical",
|
||||
"digitalRelease": "Digital"
|
||||
}
|
||||
},
|
||||
"hideWeekDays": {
|
||||
"label": "Hide week days"
|
||||
},
|
||||
"fontSize": {
|
||||
"label": "Font Size"
|
||||
"label": "Font Size",
|
||||
"data":{
|
||||
"xs": "Extra Small",
|
||||
"sm": "Small",
|
||||
"md": "Medium",
|
||||
"lg": "Large",
|
||||
"xl": "Extra Large"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,8 @@
|
||||
"noUrl": {
|
||||
"title": "Invalid URL",
|
||||
"text": "Ensure that you've entered a valid address in the configuration of your widget"
|
||||
}
|
||||
},
|
||||
"browserSupport": "Your Browser does not support iframes. Please update your browser."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,37 @@
|
||||
},
|
||||
"tooltips": {
|
||||
"approve": "Approve requests",
|
||||
"decline": "Decline requests"
|
||||
"decline": "Decline requests",
|
||||
"approving": "Approving Request..."
|
||||
},
|
||||
"mutation": {
|
||||
"approving": "Approving",
|
||||
"declining": "Declining",
|
||||
"request": "request...",
|
||||
"approved": "Request was approved!",
|
||||
"declined": "Request was declined!"
|
||||
},
|
||||
"detail": {
|
||||
"label": "Stats for nerds",
|
||||
"id": "ID",
|
||||
"device": "Device",
|
||||
"video": {
|
||||
"video":"Video",
|
||||
"resolution": "Resolution",
|
||||
"framerate": "Framerate",
|
||||
"codec": "Video Codec"
|
||||
},
|
||||
"audio": {
|
||||
"audio": "Audio",
|
||||
"channels": "Audio Channels",
|
||||
"codec": "Audio Codec"
|
||||
},
|
||||
"transcoding": {
|
||||
"transcoding": "Transcoding",
|
||||
"context": "Context",
|
||||
"requested": "Hardware Encoding Requested",
|
||||
"source": "Source Codec",
|
||||
"target": "Target Codec"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
"settings": {
|
||||
"title": "Media requests stats",
|
||||
"direction": {
|
||||
"label": "Direction of the layout."
|
||||
"label": "Direction of the layout.",
|
||||
"data":{
|
||||
"row": "Horizontal",
|
||||
"column": "Vertical"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"title": "Settings for media server widget"
|
||||
}
|
||||
},
|
||||
"loading": "Loading streams",
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
"label": "Refresh interval (in minutes)"
|
||||
},
|
||||
"dangerousAllowSanitizedItemContent": {
|
||||
"label": ""
|
||||
"label": "Allow HTML formatting (Dangerous)",
|
||||
"info": "Allowing HTML formatting from outside could be dangerous.<br/>Please make sure that the feed is from a trusted source."
|
||||
},
|
||||
"textLinesClamp": {
|
||||
"label": "Text lines clamp"
|
||||
|
||||
@@ -59,11 +59,12 @@
|
||||
},
|
||||
"generic": {
|
||||
"title": "An unexpected error occurred",
|
||||
"text": "Homarr was unable to communicate with your Torrent clients. Please check your configuration"
|
||||
"text": "Unable to communicate with your Torrent clients. Please check your configuration"
|
||||
}
|
||||
},
|
||||
"loading": {
|
||||
"title": "Loading..."
|
||||
"title": "Loading",
|
||||
"description": "Establishing a connection"
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Managed by",
|
||||
|
||||
@@ -46,4 +46,4 @@
|
||||
},
|
||||
"paused": "Paused"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -32,5 +32,6 @@
|
||||
"thunderstormWithHail": "Thunderstorm with hail",
|
||||
"unknown": "Unknown"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": "An error occured"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user