New translations add-service-app-shelf.json (English)

This commit is contained in:
Thomas Camlong
2022-08-25 12:08:52 +02:00
committed by ajnart
parent 003a55d2b2
commit dcbcb1a90f

View File

@@ -1,118 +1,118 @@
{ {
"actionIcon": { "actionIcon": {
"tooltip": "Add a service" "tooltip": "Add a service"
}, },
"modal": { "modal": {
"title": "Add service", "title": "Add service",
"form": { "form": {
"validation": { "validation": {
"invalidUrl": "Please enter a valid URL", "invalidUrl": "Please enter a valid URL",
"noStatusCodeSelected": "Please select a status code" "noStatusCodeSelected": "Please select a status code"
} }
}, },
"tabs": { "tabs": {
"options": { "options": {
"title": "Options", "title": "Options",
"form": { "form": {
"serviceName": { "serviceName": {
"label": "Service name", "label": "Service name",
"placeholder": "Plex" "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": { "iconUrl": {
"text": "Get your API key", "label": "Icon URL"
"link": "here."
}
},
"qBittorrent": {
"username": {
"label": "Username",
"placeholder": "admin",
"validation": {
"invalidUsername": "Invalid username"
}
}, },
"password": { "serviceUrl": {
"label": "Password", "label": "Service URL"
"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": { "onClickUrl": {
"label": "Password", "label": "On Click URL"
"placeholder": "adminadmin", },
"validation": { "serviceType": {
"invalidPassword": "Invalid password" "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"
}
}
}
} }
}
} }
}
}, },
"advancedOptions": { "advancedOptions": {
"title": "Advanced options", "title": "Advanced options",
"form": { "form": {
"httpStatusCodes": { "httpStatusCodes": {
"label": "HTTP Status Codes", "label": "HTTP Status Codes",
"placeholder": "Select valid status codes", "placeholder": "Select valid status codes",
"clearButtonLabel": "Clear selection", "clearButtonLabel": "Clear selection",
"nothingFound": "Nothing found" "nothingFound": "Nothing found"
}, },
"openServiceInNewTab": { "openServiceInNewTab": {
"label": "Open service in new tab" "label": "Open service in new tab"
}, },
"buttons": { "buttons": {
"submit": { "submit": {
"content": "Add service" "content": "Add service"
} }
}
} }
}
} }
}
} }
} }
}