Merge pull request #564 from ajnart/lang-changes

This commit is contained in:
Thomas Camlong
2023-01-15 05:22:25 +09:00
committed by GitHub
26 changed files with 78 additions and 78 deletions

View File

@@ -380,4 +380,4 @@
"appOpacity": 100
}
}
}
}

View File

@@ -1,6 +1,6 @@
{
"title": "Welcome back!",
"text": "Please enter the Password",
"text": "Please enter your password",
"form": {
"fields": {
"password": {
@@ -18,10 +18,10 @@
"message": "Your password is being checked..."
},
"correct": {
"title": "Password correct, redirecting you..."
"title": "Sign in successful, redirecting..."
},
"wrong": {
"title": "Password is wrong, please try again."
"title": "The password you entered is incorrect, please try again."
}
}
}

View File

@@ -1,11 +1,11 @@
{
"modal": {
"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",
"actionIcon": {
"tooltip": "Add a tile"
}
}
}

View File

@@ -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": {
"disabled": "Enter Edit Mode",
"enabled": "Exit and Save"
},
"popover": {
"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"
"title": "Edit Mode is enabled",
"text": "You can adjust tiles and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode!"
}
}
}

View File

@@ -1,3 +1,3 @@
{
"title": "{{position}} sidebar"
}
}

View File

@@ -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",
"locales": "Configured I18n locales",
"contact": "Having trouble or questions? Connect with us!",
"addToDashboard": "Add to Dashboard"
}
}

View File

@@ -9,54 +9,54 @@
"general": {
"appname": {
"label": "App name",
"description": "Used for displaying the app on the dashboard"
"description": "Used to display the app on the dashboard."
},
"internalAddress": {
"label": "Internal address",
"description": "Internal IP of the app"
"description": "Internal IP-address of the app."
},
"externalAddress": {
"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": {
"isOpeningNewTab": {
"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": {
"statusChecker": {
"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": {
"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": {
"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": {
"type": {
"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",
"defined": "Defined",
"undefined": "Undefined",
"public": "Public",
"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 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"
"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.",
"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": {
"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",
"save": "Save secret",
"update": "Update secret"
@@ -65,4 +65,4 @@
"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"
}
}
}

View File

@@ -1,11 +1,11 @@
{
"popover": {
"title": "Configuring for screen size \"{{size}}\"",
"description": "You are editing the size for your current screen"
"title": "Configuring screen size \"{{size}}\"",
"description": "You are editing the size for your current screen."
},
"sizes": {
"small": "small",
"medium": "medium",
"large": "large"
}
}
}

View File

@@ -1,9 +1,9 @@
{
"descriptor": {
"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": {
"title": "Settings for calendar integration",
"title": "Settings for Calendar widget",
"sundayStart": {
"label": "Start the week on Sunday"
},
@@ -12,4 +12,4 @@
}
}
}
}
}

View File

@@ -4,7 +4,7 @@
},
"errors": {
"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."
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"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": {
"title": "Settings for Dash. widget",
"cpuMultiView": {

View File

@@ -1,12 +1,12 @@
{
"descriptor": {
"name": "Date",
"description": "Show the current time and date in a card",
"name": "Date and Time",
"description": "Displays the current date and time.",
"settings": {
"title": "Settings for date integration",
"title": "Settings for Date and Time widget",
"display24HourFormat": {
"label": "Display full time (24-hour)"
}
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Download Speed",
"description": "Show the current download speed of supported services"
"description": "Displays the Download and Upload speed of supported integrations."
},
"card": {
"table": {
@@ -32,4 +32,4 @@
}
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"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": {
"placeholder": "Search by container or image name"
@@ -25,8 +25,8 @@
},
"actionBar": {
"addService": {
"title": "Add service",
"message": "Add service to Homarr"
"title": "Add app",
"message": "Add app Homarr"
},
"restart": {
"title": "Restart"
@@ -68,16 +68,16 @@
"errors": {
"integrationFailed": {
"title": "Docker integration failed",
"message": "Did you forget to mount the docker socket ?"
"message": "Did you forget to mount the docker socket?"
},
"unknownError": {
"title": "There was an error"
},
"oneServiceAtATime": {
"title": "Please only add one service at a time!"
"title": "Please only add one app or service at a time!"
}
},
"actionIcon": {
"tooltip": "Docker"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"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": {
"item": {
@@ -18,7 +18,7 @@
}
},
"seasonSelector": {
"caption": "Tick the seasons that you want to be downloaded",
"caption": "Tick the seasons you want to download",
"table": {
"header": {
"season": "Season",
@@ -27,4 +27,4 @@
}
}
}
}
}

View File

@@ -1,11 +1,11 @@
{
"descriptor": {
"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": {
"online": "Online {{response}}",
"offline": "Offline {{response}}",
"loading": "Loading..."
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"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": {
"placeholder": "Search the web..."
@@ -10,7 +10,7 @@
"searchEngines": {
"search": {
"name": "Web",
"description": "Search using your search engine (defined in settings)"
"description": "Search..."
},
"youtube": {
"name": "Youtube",
@@ -22,9 +22,9 @@
},
"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 ",
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
}
}

View File

@@ -1,9 +1,9 @@
{
"descriptor": {
"name": "Torrent",
"description": "Displays a list of the torrent which are currently downloading",
"description": "Displays a list of torrents from supported Torrent clients.",
"settings": {
"title": "Settings for Torrent integration",
"title": "Settings for Torrent widget",
"refreshInterval": {
"label": "Refresh interval (in seconds)"
},
@@ -39,12 +39,12 @@
},
"errors": {
"noDownloadClients": {
"title": "No supported download clients found!",
"text": "Add a download service to view your current downloads"
"title": "No supported Torrent clients found!",
"text": "Add a supported Torrent client to view your current downloads"
},
"generic": {
"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": {

View File

@@ -1,13 +1,13 @@
{
"descriptor": {
"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": {
"errors": {
"noDownloadClients": {
"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"
}
}
},

View File

@@ -1,9 +1,9 @@
{
"descriptor": {
"name": "Weather",
"description": "Look up the current weather in your location",
"description": "Displays the current weather information of a set location.",
"settings": {
"title": "Settings for weather integration",
"title": "Settings for weather widget",
"displayInFahrenheit": {
"label": "Display in Fahrenheit"
},

View File

@@ -6,7 +6,7 @@
"customizations": "Customizations"
},
"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": {
"madeWithLove": "Made with ❤️ by @"
@@ -26,4 +26,4 @@
"enablelsidebardesc": "Optional. Can be used for apps and integrations only",
"enablersidebardesc": "Optional. Can be used for apps and integrations only"
}
}
}

View File

@@ -16,7 +16,7 @@
},
"customCSS": {
"label": "Custom CSS",
"placeholder": "Custom CSS will be executed last"
"placeholder": "Custom CSS will be applied last"
},
"buttons": {
"submit": "Submit"

View File

@@ -1,8 +1,8 @@
{
"configSelect": {
"label": "Config loader",
"label": "Config changer",
"loadingNew": "Loading your config...",
"pleaseWait": "Please wait until your new config is loaded"
"pleaseWait": "Please wait until your new config is loaded!"
},
"modal": {
"title": "Choose the name of your new config",
@@ -60,11 +60,11 @@
},
"accept": {
"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": {
"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."
}
}
}
}

View File

@@ -2,7 +2,7 @@
"title": "Search engine",
"configurationName": "Search engine configuration",
"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."
},
"customEngine": {
@@ -16,4 +16,4 @@
"searchEnabled": {
"label": "Search enabled"
}
}
}

View File

@@ -1,3 +1,3 @@
{
"label": "Position widgets on left"
}
"label": "Position widgets on the left"
}

View File

@@ -20,7 +20,7 @@ export default function Credits() {
>
ajnart
</Anchor>{' '}
and you !
and you!
</Text>
</Group>
);