🔀 Merge dev to auth branch

This commit is contained in:
Manuel
2023-09-10 13:38:53 +02:00
617 changed files with 8473 additions and 1499 deletions

View File

@@ -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"
},

View File

@@ -18,6 +18,9 @@
"hideWeekDays": {
"label": "Hide week days"
},
"showUnmonitored": {
"label": "Show unmonitored items"
},
"fontSize": {
"label": "Font Size",
"data":{

View File

@@ -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"
}
}
}

View File

@@ -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}}"
}
}