🔀 Merge dev to auth branch
This commit is contained in:
@@ -29,9 +29,7 @@
|
||||
},
|
||||
"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",
|
||||
"length": "Length must be between {{shortest}} and {{longest}}",
|
||||
"invalidLink": "Not a valid link",
|
||||
"errorMsg": "Did not save, because there were validation errors. Please adust your inputs"
|
||||
},
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
"hideWeekDays": {
|
||||
"label": "Hide week days"
|
||||
},
|
||||
"showUnmonitored": {
|
||||
"label": "Show unmonitored items"
|
||||
},
|
||||
"fontSize": {
|
||||
"label": "Font Size",
|
||||
"data":{
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
"title": "Media requests list",
|
||||
"replaceLinksWithExternalHost": {
|
||||
"label": "Replace links with external host"
|
||||
},
|
||||
"openInNewTab": {
|
||||
"label": "Open links in new tab"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -28,28 +31,5 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,18 +4,24 @@
|
||||
"description": "Statistics about your media requests",
|
||||
"settings": {
|
||||
"title": "Media requests stats",
|
||||
"direction": {
|
||||
"label": "Direction of the layout.",
|
||||
"data":{
|
||||
"row": "Horizontal",
|
||||
"column": "Vertical"
|
||||
}
|
||||
"replaceLinksWithExternalHost": {
|
||||
"label": "Replace links with external host"
|
||||
},
|
||||
"openInNewTab": {
|
||||
"label": "Open links in new tab"
|
||||
}
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
"mediaStats": {
|
||||
"title": "Media Stats",
|
||||
"pending": "Pending approvals",
|
||||
"tvRequests": "TV requests",
|
||||
"movieRequests": "Movie requests"
|
||||
"movieRequests": "Movie requests",
|
||||
"approved": "Already approved",
|
||||
"totalRequests": "Total"
|
||||
},
|
||||
"userStats": {
|
||||
"title": "Top Users",
|
||||
"requests": "Requests: {{number}}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user