134 lines
5.2 KiB
JSON
134 lines
5.2 KiB
JSON
{
|
|
"actionIcon": {
|
|
"tooltip": "Add a service"
|
|
},
|
|
"modal": {
|
|
"title": "Add service",
|
|
"form": {
|
|
"validation": {
|
|
"invalidUrl": "Please enter a valid URL",
|
|
"noStatusCodeSelected": "Please select a status code"
|
|
}
|
|
},
|
|
"tabs": {
|
|
"options": {
|
|
"title": "Options",
|
|
"form": {
|
|
"serviceName": {
|
|
"label": "Service name",
|
|
"placeholder": "Plex"
|
|
},
|
|
"iconUrl": {
|
|
"label": "Icon URL"
|
|
},
|
|
"serviceUrl": {
|
|
"label": "Service URL"
|
|
},
|
|
"onClickUrl": {
|
|
"label": "On Click URL"
|
|
},
|
|
"serviceType": {
|
|
"label": "Service type",
|
|
"defaultValue": "Other",
|
|
"placeholder": "Pick one"
|
|
},
|
|
"category": {
|
|
"label": "Category",
|
|
"placeholder": "Select a category or create a new one",
|
|
"nothingFound": "Nothing found",
|
|
"createLabel": "+ Create {{query}}"
|
|
},
|
|
"integrations": {
|
|
"apiKey": {
|
|
"label": "API key",
|
|
"placeholder": "Your API key",
|
|
"validation": {
|
|
"noKey": "Invalid Key"
|
|
},
|
|
"tip": {
|
|
"text": "Get your API key",
|
|
"link": "here."
|
|
}
|
|
},
|
|
"qBittorrent": {
|
|
"username": {
|
|
"label": "Username",
|
|
"placeholder": "admin",
|
|
"validation": {
|
|
"invalidUsername": "Invalid username"
|
|
}
|
|
},
|
|
"password": {
|
|
"label": "Password",
|
|
"placeholder": "adminadmin",
|
|
"validation": {
|
|
"invalidPassword": "Invalid password"
|
|
}
|
|
}
|
|
},
|
|
"deluge": {
|
|
"password": {
|
|
"label": "Password",
|
|
"placeholder": "password",
|
|
"validation": {
|
|
"invalidPassword": "Invalid password"
|
|
}
|
|
}
|
|
},
|
|
"transmission": {
|
|
"username": {
|
|
"label": "Username",
|
|
"placeholder": "admin",
|
|
"validation": {
|
|
"invalidUsername": "Invalid username"
|
|
}
|
|
},
|
|
"password": {
|
|
"label": "Password",
|
|
"placeholder": "adminadmin",
|
|
"validation": {
|
|
"invalidPassword": "Invalid password"
|
|
}
|
|
}
|
|
},
|
|
"nzbget": {
|
|
"username": {
|
|
"label": "Username",
|
|
"placeholder": "admin",
|
|
"validation": {
|
|
"invalidUsername": "Invalid username"
|
|
}
|
|
},
|
|
"password": {
|
|
"label": "Password",
|
|
"placeholder": "password",
|
|
"validation": {
|
|
"invalidPassword": "Invalid password"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"advancedOptions": {
|
|
"title": "Advanced options",
|
|
"form": {
|
|
"httpStatusCodes": {
|
|
"label": "HTTP Status Codes",
|
|
"placeholder": "Select valid status codes",
|
|
"clearButtonLabel": "Clear selection",
|
|
"nothingFound": "Nothing found"
|
|
},
|
|
"openServiceInNewTab": {
|
|
"label": "Open service in new tab"
|
|
},
|
|
"buttons": {
|
|
"submit": {
|
|
"content": "Add service"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |