🌐 Replaced hardcoded text to use translation

This commit is contained in:
Tagaishi
2023-08-09 22:16:57 +02:00
parent ffa850b081
commit 9b2fecdfcb
24 changed files with 148 additions and 81 deletions

View File

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

View File

@@ -11,13 +11,25 @@
"label": "Start the week on Sunday"
},
"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"
}
}
}
}

View File

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

View File

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

View File

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

View File

@@ -6,6 +6,7 @@
"title": "Settings for media server widget"
}
},
"loading": "Homarr is loading streams...",
"card": {
"table": {
"header": {

View File

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

View File

@@ -63,7 +63,8 @@
}
},
"loading": {
"title": "Loading..."
"title": "Loading...",
"description": "Homarr is establishing a connection..."
},
"popover": {
"introductionPrefix": "Managed by",

View File

@@ -31,7 +31,8 @@
"title": "Error",
"message": "An error has occurred"
},
"paused": "Paused"
"paused": "Paused",
"notImplemented": "NOT IMPLEMENTED"
},
"history": {
"header": {

View File

@@ -32,5 +32,6 @@
"thunderstormWithHail": "Thunderstorm with hail",
"unknown": "Unknown"
}
}
},
"error": "An error occured"
}