mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
Merge pull request #564 from ajnart/lang-changes
This commit is contained in:
@@ -380,4 +380,4 @@
|
|||||||
"appOpacity": 100
|
"appOpacity": 100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "Welcome back!",
|
"title": "Welcome back!",
|
||||||
"text": "Please enter the Password",
|
"text": "Please enter your password",
|
||||||
"form": {
|
"form": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"password": {
|
"password": {
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
"message": "Your password is being checked..."
|
"message": "Your password is being checked..."
|
||||||
},
|
},
|
||||||
"correct": {
|
"correct": {
|
||||||
"title": "Password correct, redirecting you..."
|
"title": "Sign in successful, redirecting..."
|
||||||
},
|
},
|
||||||
"wrong": {
|
"wrong": {
|
||||||
"title": "Password is wrong, please try again."
|
"title": "The password you entered is incorrect, please try again."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"modal": {
|
"modal": {
|
||||||
"title": "Add a new tile",
|
"title": "Add a new tile",
|
||||||
"text": "Tiles are the main element of homarr. They allow you to configure the dashboard and display the information you want."
|
"text": "Tiles are the main element of Homarr. They are used to display your apps and other information. You can add as many tiles as you want."
|
||||||
},
|
},
|
||||||
"widgetDescription": "Widgets interact with your apps, to provide you with more control over your applications. They usually require a few configurations before use.",
|
"widgetDescription": "Widgets interact with your apps, to provide you with more control over your applications. They usually require additional configuration before use.",
|
||||||
"goBack": "Go back to the previous step",
|
"goBack": "Go back to the previous step",
|
||||||
"actionIcon": {
|
"actionIcon": {
|
||||||
"tooltip": "Add a tile"
|
"tooltip": "Add a tile"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"description": "In edit mode, you can adjust the size and position of your tiles.",
|
"description": "In Edit Mode, you can adjust tiles and configure apps. Changes are not saved until you exit Edit Mode.",
|
||||||
"button": {
|
"button": {
|
||||||
"disabled": "Enter Edit Mode",
|
"disabled": "Enter Edit Mode",
|
||||||
"enabled": "Exit and Save"
|
"enabled": "Exit and Save"
|
||||||
},
|
},
|
||||||
"popover": {
|
"popover": {
|
||||||
"title": "Edit mode is enabled",
|
"title": "Edit Mode is enabled",
|
||||||
"text": "You can adjust and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode"
|
"text": "You can adjust tiles and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"title": "{{position}} sidebar"
|
"title": "{{position}} sidebar"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"description": "Homarr is a <strong>simple</strong> and <strong>modern</strong> homepage for your server that helps you access all of your apps in one place. It integrates with the apps you use to display useful information or control them. It's easy to install and supports many different devices.",
|
"description": "Homarr is a <strong>sleek</strong>, <strong>modern</strong> dashboard that puts all of your apps and services at your fingertips. With Homarr, you can access and control everything in one convenient location. Homarr seamlessly integrates with the apps you've added, providing you with valuable information and giving you complete control. Installation is a breeze, and Homarr supports a wide range of deployment methods.",
|
||||||
"i18n": "Loaded I18n translation namespaces",
|
"i18n": "Loaded I18n translation namespaces",
|
||||||
"locales": "Configured I18n locales",
|
"locales": "Configured I18n locales",
|
||||||
"contact": "Having trouble or questions? Connect with us!",
|
"contact": "Having trouble or questions? Connect with us!",
|
||||||
"addToDashboard": "Add to Dashboard"
|
"addToDashboard": "Add to Dashboard"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,54 +9,54 @@
|
|||||||
"general": {
|
"general": {
|
||||||
"appname": {
|
"appname": {
|
||||||
"label": "App name",
|
"label": "App name",
|
||||||
"description": "Used for displaying the app on the dashboard"
|
"description": "Used to display the app on the dashboard."
|
||||||
},
|
},
|
||||||
"internalAddress": {
|
"internalAddress": {
|
||||||
"label": "Internal address",
|
"label": "Internal address",
|
||||||
"description": "Internal IP of the app"
|
"description": "Internal IP-address of the app."
|
||||||
},
|
},
|
||||||
"externalAddress": {
|
"externalAddress": {
|
||||||
"label": "External address",
|
"label": "External address",
|
||||||
"description": "Url that will be opened in the browser when clicking on the app"
|
"description": "URL that will be opened when clicking on the app."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"behaviour": {
|
"behaviour": {
|
||||||
"isOpeningNewTab": {
|
"isOpeningNewTab": {
|
||||||
"label": "Open in new tab",
|
"label": "Open in new tab",
|
||||||
"description": "Open the link in a new tab"
|
"description": "Open the app in a new tab instead of the current one."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"statusChecker": {
|
"statusChecker": {
|
||||||
"label": "Status checker",
|
"label": "Status checker",
|
||||||
"description": "Sends a simple HTTP / HTTPS request to check if your app is online"
|
"description": "Checks if your app is online using a simple HTTP(S) request."
|
||||||
},
|
},
|
||||||
"statusCodes": {
|
"statusCodes": {
|
||||||
"label": "HTTP status codes",
|
"label": "HTTP status codes",
|
||||||
"description": "Determines what response codes are allowed for this app to be 'Online'"
|
"description": "The HTTP status codes that are considered as online."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appearance": {
|
"appearance": {
|
||||||
"icon": {
|
"icon": {
|
||||||
"label": "App Icon",
|
"label": "App Icon",
|
||||||
"description": "Logo of your app displayed in your dashboard. (Must return a body content containg an image)"
|
"description": "The icon that will be displayed on the dashboard."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"integration": {
|
"integration": {
|
||||||
"type": {
|
"type": {
|
||||||
"label": "Integration configuration",
|
"label": "Integration configuration",
|
||||||
"description": "Treats this app as the selected integration and provides you with per-app configuration",
|
"description": "The integration configuration that will be used to connect to your app.",
|
||||||
"placeholder": "Select an integration",
|
"placeholder": "Select an integration",
|
||||||
"defined": "Defined",
|
"defined": "Defined",
|
||||||
"undefined": "Undefined",
|
"undefined": "Undefined",
|
||||||
"public": "Public",
|
"public": "Public",
|
||||||
"private": "Private",
|
"private": "Private",
|
||||||
"explanationPublic": "A private secret will be sent to the server. Once your browser has refreshed the page, it will never be sent to the client.",
|
"explanationPrivate": "A private secret will be sent to the server only once. Once your browser has refreshed the page, it will never be sent again.",
|
||||||
"explanationPrivate": "A public secret will always be sent to the client and is accessible over the API. It should not contain any confidential values such as usernames, passwords, tokens, certificates and similar"
|
"explanationPublic": "A public secret will always be sent to the client and is accessible over the API. It should not contain any confidential values such as usernames, passwords, tokens, certificates and similar!"
|
||||||
},
|
},
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"description": "To update a secret, enter a value and click the save button. To remove a secret, use the clear button.",
|
"description": "To update a secret, enter a value and click the save button. To remove a secret, use the clear button.",
|
||||||
"warning": "Your credentials act as the access for your integrations and you should <strong>never</strong> share them with anybody else. The official Homarr team will never ask for credentials. Make sure to <strong>store and manage your secrets safely</strong>.",
|
"warning": "Your credentials act as the access for your integrations and you should <strong>never</strong> share them with anybody else. The Homarr team will never ask for credentials. Make sure to <strong>store and manage your secrets safely</strong>.",
|
||||||
"clear": "Clear secret",
|
"clear": "Clear secret",
|
||||||
"save": "Save secret",
|
"save": "Save secret",
|
||||||
"update": "Update secret"
|
"update": "Update secret"
|
||||||
@@ -65,4 +65,4 @@
|
|||||||
"validation": {
|
"validation": {
|
||||||
"popover": "Your form contains invalid data. Hence, it can't be saved. Please resolve all issues and click this button again to save your changes"
|
"popover": "Your form contains invalid data. Hence, it can't be saved. Please resolve all issues and click this button again to save your changes"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"popover": {
|
"popover": {
|
||||||
"title": "Configuring for screen size \"{{size}}\"",
|
"title": "Configuring screen size \"{{size}}\"",
|
||||||
"description": "You are editing the size for your current screen"
|
"description": "You are editing the size for your current screen."
|
||||||
},
|
},
|
||||||
"sizes": {
|
"sizes": {
|
||||||
"small": "small",
|
"small": "small",
|
||||||
"medium": "medium",
|
"medium": "medium",
|
||||||
"large": "large"
|
"large": "large"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Calendar",
|
"name": "Calendar",
|
||||||
"description": "A calendar module for displaying upcoming releases. It interacts with the Sonarr and Radarr API.",
|
"description": "Displays a calendar with upcoming releases, from supported integrations.",
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings for calendar integration",
|
"title": "Settings for Calendar widget",
|
||||||
"sundayStart": {
|
"sundayStart": {
|
||||||
"label": "Start the week on Sunday"
|
"label": "Start the week on Sunday"
|
||||||
},
|
},
|
||||||
@@ -12,4 +12,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"unmappedOptions": {
|
"unmappedOptions": {
|
||||||
"text": "<b>Un-used parameter in configuration detected</b><br /><code>{{key}}</code>. Homarr is unable to interprete and use this parameter. To avoid any unexpected behavior, back up your configuration and correct your configuration."
|
"text": "<b>Un-used parameter in configuration detected</b><br /><code>{{key}}</code>. Homarr is unable to interpret and use this parameter. To avoid any unexpected behavior, back up your configuration and correct your configuration."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Dash.",
|
"name": "Dash.",
|
||||||
"description": "A module for displaying the graphs of your running Dash. instance.",
|
"description": "Displays the graphs of an external Dash. instance inside of Homarr.",
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings for Dash. widget",
|
"title": "Settings for Dash. widget",
|
||||||
"cpuMultiView": {
|
"cpuMultiView": {
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Date",
|
"name": "Date and Time",
|
||||||
"description": "Show the current time and date in a card",
|
"description": "Displays the current date and time.",
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings for date integration",
|
"title": "Settings for Date and Time widget",
|
||||||
"display24HourFormat": {
|
"display24HourFormat": {
|
||||||
"label": "Display full time (24-hour)"
|
"label": "Display full time (24-hour)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Download Speed",
|
"name": "Download Speed",
|
||||||
"description": "Show the current download speed of supported services"
|
"description": "Displays the Download and Upload speed of supported integrations."
|
||||||
},
|
},
|
||||||
"card": {
|
"card": {
|
||||||
"table": {
|
"table": {
|
||||||
@@ -32,4 +32,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Docker",
|
"name": "Docker",
|
||||||
"description": "Allows you to easily manage your docker containers"
|
"description": "Allows you to easily see and manage all of your Docker Containers."
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"placeholder": "Search by container or image name"
|
"placeholder": "Search by container or image name"
|
||||||
@@ -25,8 +25,8 @@
|
|||||||
},
|
},
|
||||||
"actionBar": {
|
"actionBar": {
|
||||||
"addService": {
|
"addService": {
|
||||||
"title": "Add service",
|
"title": "Add app",
|
||||||
"message": "Add service to Homarr"
|
"message": "Add app Homarr"
|
||||||
},
|
},
|
||||||
"restart": {
|
"restart": {
|
||||||
"title": "Restart"
|
"title": "Restart"
|
||||||
@@ -68,16 +68,16 @@
|
|||||||
"errors": {
|
"errors": {
|
||||||
"integrationFailed": {
|
"integrationFailed": {
|
||||||
"title": "Docker integration failed",
|
"title": "Docker integration failed",
|
||||||
"message": "Did you forget to mount the docker socket ?"
|
"message": "Did you forget to mount the docker socket?"
|
||||||
},
|
},
|
||||||
"unknownError": {
|
"unknownError": {
|
||||||
"title": "There was an error"
|
"title": "There was an error"
|
||||||
},
|
},
|
||||||
"oneServiceAtATime": {
|
"oneServiceAtATime": {
|
||||||
"title": "Please only add one service at a time!"
|
"title": "Please only add one app or service at a time!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actionIcon": {
|
"actionIcon": {
|
||||||
"tooltip": "Docker"
|
"tooltip": "Docker"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Overseerr",
|
"name": "Overseerr",
|
||||||
"description": "Allows you to search and add media from Overseerr/Jellyseerr"
|
"description": "Allows you to search and add media from Overseerr or Jellyseerr."
|
||||||
},
|
},
|
||||||
"popup": {
|
"popup": {
|
||||||
"item": {
|
"item": {
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"seasonSelector": {
|
"seasonSelector": {
|
||||||
"caption": "Tick the seasons that you want to be downloaded",
|
"caption": "Tick the seasons you want to download",
|
||||||
"table": {
|
"table": {
|
||||||
"header": {
|
"header": {
|
||||||
"season": "Season",
|
"season": "Season",
|
||||||
@@ -27,4 +27,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Ping",
|
"name": "Ping",
|
||||||
"description": "Allows you to check if the service is up or returns a specific HTTP status code."
|
"description": "Displays a status indicator depeding on the HTTP response code of a given URL."
|
||||||
},
|
},
|
||||||
"states": {
|
"states": {
|
||||||
"online": "Online {{response}}",
|
"online": "Online {{response}}",
|
||||||
"offline": "Offline {{response}}",
|
"offline": "Offline {{response}}",
|
||||||
"loading": "Loading..."
|
"loading": "Loading..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Search Bar",
|
"name": "Search Bar",
|
||||||
"description": "Search bar to search the web, Youtube, Torrents or Overseerr"
|
"description": "A search bar that allows you to search your custom search engine, YouTube, and supported integrations."
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "Search the web..."
|
"placeholder": "Search the web..."
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"searchEngines": {
|
"searchEngines": {
|
||||||
"search": {
|
"search": {
|
||||||
"name": "Web",
|
"name": "Web",
|
||||||
"description": "Search using your search engine (defined in settings)"
|
"description": "Search..."
|
||||||
},
|
},
|
||||||
"youtube": {
|
"youtube": {
|
||||||
"name": "Youtube",
|
"name": "Youtube",
|
||||||
@@ -22,9 +22,9 @@
|
|||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"name": "Overseerr",
|
"name": "Overseerr",
|
||||||
"description": "Search for Movies and TV Shows using Overseerr (module must be enabled)"
|
"description": "Search for Movies and TV Shows on Overseerr"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tip": "You can select the search bar with the shortcut ",
|
"tip": "You can select the search bar with the shortcut ",
|
||||||
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
|
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Torrent",
|
"name": "Torrent",
|
||||||
"description": "Displays a list of the torrent which are currently downloading",
|
"description": "Displays a list of torrents from supported Torrent clients.",
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings for Torrent integration",
|
"title": "Settings for Torrent widget",
|
||||||
"refreshInterval": {
|
"refreshInterval": {
|
||||||
"label": "Refresh interval (in seconds)"
|
"label": "Refresh interval (in seconds)"
|
||||||
},
|
},
|
||||||
@@ -39,12 +39,12 @@
|
|||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"noDownloadClients": {
|
"noDownloadClients": {
|
||||||
"title": "No supported download clients found!",
|
"title": "No supported Torrent clients found!",
|
||||||
"text": "Add a download service to view your current downloads"
|
"text": "Add a supported Torrent client to view your current downloads"
|
||||||
},
|
},
|
||||||
"generic": {
|
"generic": {
|
||||||
"title": "An unexpected error occured",
|
"title": "An unexpected error occured",
|
||||||
"text": "Homarr was unable to communicate with your download clients. Please check your configuration"
|
"text": "Homarr was unable to communicate with your Torrent clients. Please check your configuration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loading": {
|
"loading": {
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Usenet",
|
"name": "Usenet",
|
||||||
"description": "Allows you to see your usenet (Sabnzbd or NZBGet) queue and history, pause and resume downloads"
|
"description": "Allows you to view and manage your Usenet instance."
|
||||||
},
|
},
|
||||||
"card": {
|
"card": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"noDownloadClients": {
|
"noDownloadClients": {
|
||||||
"title": "No supported download clients found!",
|
"title": "No supported download clients found!",
|
||||||
"text": "Add a download service to view your current downloads"
|
"text": "Add a supported Usenet Download Client to view your current downloads"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"descriptor": {
|
"descriptor": {
|
||||||
"name": "Weather",
|
"name": "Weather",
|
||||||
"description": "Look up the current weather in your location",
|
"description": "Displays the current weather information of a set location.",
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings for weather integration",
|
"title": "Settings for weather widget",
|
||||||
"displayInFahrenheit": {
|
"displayInFahrenheit": {
|
||||||
"label": "Display in Fahrenheit"
|
"label": "Display in Fahrenheit"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"customizations": "Customizations"
|
"customizations": "Customizations"
|
||||||
},
|
},
|
||||||
"tips": {
|
"tips": {
|
||||||
"configTip": "Upload your config file by dragging and dropping it onto the page!"
|
"configTip": "Upload your config file by drag and dropping it onto the page!"
|
||||||
},
|
},
|
||||||
"credits": {
|
"credits": {
|
||||||
"madeWithLove": "Made with ❤️ by @"
|
"madeWithLove": "Made with ❤️ by @"
|
||||||
@@ -26,4 +26,4 @@
|
|||||||
"enablelsidebardesc": "Optional. Can be used for apps and integrations only",
|
"enablelsidebardesc": "Optional. Can be used for apps and integrations only",
|
||||||
"enablersidebardesc": "Optional. Can be used for apps and integrations only"
|
"enablersidebardesc": "Optional. Can be used for apps and integrations only"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"customCSS": {
|
"customCSS": {
|
||||||
"label": "Custom CSS",
|
"label": "Custom CSS",
|
||||||
"placeholder": "Custom CSS will be executed last"
|
"placeholder": "Custom CSS will be applied last"
|
||||||
},
|
},
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"submit": "Submit"
|
"submit": "Submit"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"configSelect": {
|
"configSelect": {
|
||||||
"label": "Config loader",
|
"label": "Config changer",
|
||||||
"loadingNew": "Loading your config...",
|
"loadingNew": "Loading your config...",
|
||||||
"pleaseWait": "Please wait until your new config is loaded"
|
"pleaseWait": "Please wait until your new config is loaded!"
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"title": "Choose the name of your new config",
|
"title": "Choose the name of your new config",
|
||||||
@@ -60,11 +60,11 @@
|
|||||||
},
|
},
|
||||||
"accept": {
|
"accept": {
|
||||||
"title": "Configuration Upload",
|
"title": "Configuration Upload",
|
||||||
"text": "Drag files here to upload a config. Support for JSON only."
|
"text": "Drag files here to upload a config. Support for JSON files only."
|
||||||
},
|
},
|
||||||
"reject": {
|
"reject": {
|
||||||
"title": "Drag and Drop Upload rejected",
|
"title": "Drag and Drop Upload rejected",
|
||||||
"text": "This file format is not supported. Please only upload JSON."
|
"text": "This file format is not supported. Please only upload JSON files."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"title": "Search engine",
|
"title": "Search engine",
|
||||||
"configurationName": "Search engine configuration",
|
"configurationName": "Search engine configuration",
|
||||||
"tips": {
|
"tips": {
|
||||||
"generalTip": "Use the prefixes !yt and !t in front of your query to search on YouTube or for a Torrent respectively.",
|
"generalTip": "There are multiple prefixes you can use! Adding these infront of your query will filter the results. !s (Web), !t (Torrents), !y (YouTube), and !m (Media).",
|
||||||
"placeholderTip": "%s can be used as a placeholder for the query."
|
"placeholderTip": "%s can be used as a placeholder for the query."
|
||||||
},
|
},
|
||||||
"customEngine": {
|
"customEngine": {
|
||||||
@@ -16,4 +16,4 @@
|
|||||||
"searchEnabled": {
|
"searchEnabled": {
|
||||||
"label": "Search enabled"
|
"label": "Search enabled"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"label": "Position widgets on left"
|
"label": "Position widgets on the left"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export default function Credits() {
|
|||||||
>
|
>
|
||||||
ajnart
|
ajnart
|
||||||
</Anchor>{' '}
|
</Anchor>{' '}
|
||||||
and you !
|
and you!
|
||||||
</Text>
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user