🌐 add crowdin translations
This commit is contained in:
6
public/locales/nl/common.json
Normal file
6
public/locales/nl/common.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "Opslaan"
|
||||
},
|
||||
"tip": "Tip: "
|
||||
}
|
||||
118
public/locales/nl/layout/add-service-app-shelf.json
Normal file
118
public/locales/nl/layout/add-service-app-shelf.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "Voeg een service toe"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Service toevoegen",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "Voer een geldige URL in",
|
||||
"noStatusCodeSelected": "Selecteer een statuscode"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "Instellingen",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Servicenaam",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": "Icoon URL"
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": "Service URL"
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": "Klik URL"
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "Servicetype",
|
||||
"defaultValue": "Andere",
|
||||
"placeholder": "Kies één"
|
||||
},
|
||||
"category": {
|
||||
"label": "Categorie",
|
||||
"placeholder": "Selecteer een categorie of maak een nieuwe aan",
|
||||
"nothingFound": "Geen resultaten",
|
||||
"createLabel": "+ Creëer {{query}}"
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
"label": "API sleutel",
|
||||
"placeholder": "Jouw API sleutel",
|
||||
"validation": {
|
||||
"noKey": "Ongeldige sleutel"
|
||||
},
|
||||
"tip": {
|
||||
"text": "Verkrijg jouw API sleutel",
|
||||
"link": "hier."
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "Gebruikersnaam",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Ongeldige gebruikersnaam"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Wachtwoord",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Ongeldig wachtwoord"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "Wachtwoord",
|
||||
"placeholder": "wachtwoord",
|
||||
"validation": {
|
||||
"invalidPassword": "Ongeldig wachtwoord"
|
||||
}
|
||||
}
|
||||
},
|
||||
"transmission": {
|
||||
"username": {
|
||||
"label": "Gebruikersnaam",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Ongeldige gebruikersnaam"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Wachtwoord",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Ongeldig wachtwoord"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "Geavanceerde opties",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "HTTP-statuscodes",
|
||||
"placeholder": "Selecteer geldige statuscodes",
|
||||
"clearButtonLabel": "Selectie wissen",
|
||||
"nothingFound": "Geen resultaten"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Service in nieuw tabblad openen"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": "Service toevoegen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/nl/layout/app-shelf-menu.json
Normal file
18
public/locales/nl/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Wijzig een service",
|
||||
"buttons": {
|
||||
"save": "Service opslaan"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Instellingen",
|
||||
"dangerZone": "Gevarenzone"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Wijzig",
|
||||
"delete": "Verwijder"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/nl/layout/app-shelf.json
Normal file
10
public/locales/nl/layout/app-shelf.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Uw downloads"
|
||||
},
|
||||
"others": {
|
||||
"text": "Overige"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/nl/modules/calendar.json
Normal file
11
public/locales/nl/modules/calendar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Kalender",
|
||||
"description": "Een kalender module voor het weergeven van aankomende releases. Deze module werkt samen met de Sonarr en Radarr API.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "Begin de week op zondag"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/nl/modules/common-media-cards.json
Normal file
6
public/locales/nl/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Afspelen",
|
||||
"request": "Aanvraag"
|
||||
}
|
||||
}
|
||||
5
public/locales/nl/modules/common.json
Normal file
5
public/locales/nl/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Instellingen"
|
||||
}
|
||||
}
|
||||
60
public/locales/nl/modules/dashdot.json
Normal file
60
public/locales/nl/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Een module voor het weergeven van de grafieken van uw Dash. instance.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "CPU Multi-Core Weergave"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Opslag Multi-Drive weergave"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Compacte weergave gebruiken"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Grafieken",
|
||||
"options": {
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"storage": "Opslagruimte",
|
||||
"network": "Netwerk",
|
||||
"gpu": "GPU"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Geen dash. service gevonden. Voeg er een toe aan uw Homarr dashboard of zet een dashdot URL in de module opties",
|
||||
"noInformation": "Kan geen informatie verkrijgen van dash. - gebruikt u de laatste versie?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Opslagruimte",
|
||||
"label": "Opslagruimte:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Netwerk",
|
||||
"label": "Netwerk:",
|
||||
"metrics": {
|
||||
"download": "Down",
|
||||
"upload": "Up"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/nl/modules/date.json
Normal file
11
public/locales/nl/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Datum",
|
||||
"description": "Toon de huidige tijd en datum in een kaart",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": "Volledige tijd weergeven (24-uur)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/nl/modules/dlspeed.json
Normal file
6
public/locales/nl/modules/dlspeed.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Downloadsnelheid",
|
||||
"description": "Toon de huidige downloadsnelheid van ondersteunde diensten"
|
||||
}
|
||||
}
|
||||
69
public/locales/nl/modules/docker.json
Normal file
69
public/locales/nl/modules/docker.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Maakt het mogelijk om gemakkelijk je torrents te beheren"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Zoek op container of afbeeldingsnaam"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Naam",
|
||||
"image": "Afbeelding",
|
||||
"ports": "Poorten",
|
||||
"state": "Status"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} meer"
|
||||
},
|
||||
"states": {
|
||||
"running": "Draait",
|
||||
"created": "Aangemaakt",
|
||||
"stopped": "Gestopt",
|
||||
"unknown": "Onbekend"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Service toevoegen",
|
||||
"message": "Service toevoegen aan Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Herstart"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Stop"
|
||||
},
|
||||
"start": {
|
||||
"title": "Start"
|
||||
},
|
||||
"refreshData": "Gegevens vernieuwen",
|
||||
"addToHomarr": {
|
||||
"title": "Toevoegen aan Homarr"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Verwijder"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Container {{containerName}} {{action}}ed",
|
||||
"message": "Uw container was succesvol {{action}}ed"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Docker integratie mislukt",
|
||||
"message": "Bent u vergeten de doktersocket te koppelen?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Er is een fout opgetreden"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Voeg alstublieft slechts één dienst per keer toe!"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
30
public/locales/nl/modules/overseerr.json
Normal file
30
public/locales/nl/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "Staat je toe om media van Overseerr/Jellyseerr te zoeken en toe te voegen"
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "Vraag om {{title}}",
|
||||
"cancel": "Annuleer",
|
||||
"request": "Aanvraag"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "API-sleutel wordt gebruikt",
|
||||
"text": "Dit verzoek zal automatisch worden goedgekeurd"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Selecteer de seizoenen die u wilt downloaden",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Seizoen",
|
||||
"numberOfEpisodes": "Aantal afleveringen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/nl/modules/ping.json
Normal file
11
public/locales/nl/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Hiermee kunt u controleren of de service up is of een specifieke HTTP-statuscode retourneert."
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
"offline": "Offline {{response}}",
|
||||
"loading": "Laden..."
|
||||
}
|
||||
}
|
||||
9
public/locales/nl/modules/search.json
Normal file
9
public/locales/nl/modules/search.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Zoekbalk",
|
||||
"description": "Zoekbalk om te zoeken op het web, youtube, torrents of overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Doorzoek het web..."
|
||||
}
|
||||
}
|
||||
40
public/locales/nl/modules/torrents-status.json
Normal file
40
public/locales/nl/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "Toon de huidige downloadsnelheid van ondersteunde diensten",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": "Verberg voltooide torrents"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Naam",
|
||||
"size": "Grootte",
|
||||
"download": "Down",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Voortgang"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Geen torrents gevonden"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Huidige downloadsnelheid",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} seconden geleden",
|
||||
"totalDownload": "Download: {{download}}/s",
|
||||
"totalUpload": "Upload: {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Geen ondersteunde download clients gevonden!",
|
||||
"text": "Voeg een downloadservice toe om uw huidige downloads weer te geven"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
public/locales/nl/modules/weather.json
Normal file
32
public/locales/nl/modules/weather.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Weer",
|
||||
"description": "Zoek het actuele weer op uw locatie",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "Toon in Fahrenheit"
|
||||
},
|
||||
"location": {
|
||||
"label": "Weerslocatie"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Helder",
|
||||
"mainlyClear": "Overwegend helder",
|
||||
"fog": "Mist",
|
||||
"drizzle": "Motregen",
|
||||
"freezingDrizzle": "IJzel",
|
||||
"rain": "Regen",
|
||||
"freezingRain": "Natte sneeuw",
|
||||
"snowFall": "Sneeuwval",
|
||||
"snowGrains": "Sneeuw",
|
||||
"rainShowers": "Regenbuien",
|
||||
"snowShowers": "Sneeuwbuien",
|
||||
"thunderstorm": "Onweersbui",
|
||||
"thunderstormWithHail": "Onweer met hagel",
|
||||
"unknown": "Onbekend"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
public/locales/nl/settings/common.json
Normal file
14
public/locales/nl/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Instellingen",
|
||||
"tooltip": "Instellingen",
|
||||
"tabs": {
|
||||
"common": "",
|
||||
"customizations": ""
|
||||
},
|
||||
"tips": {
|
||||
"configTip": ""
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": ""
|
||||
}
|
||||
}
|
||||
3
public/locales/nl/settings/customization/app-width.json
Normal file
3
public/locales/nl/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Applicatie breedte"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "{{color}} kleur"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "App Ondoorzichtigheid"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Paginatitel",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
},
|
||||
"background": {
|
||||
"label": "Achtergrond",
|
||||
"placeholder": "/img/background.png"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Indienen"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Tint"
|
||||
}
|
||||
3
public/locales/nl/settings/general/color-schema.json
Normal file
3
public/locales/nl/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Overschakelen naar {{scheme}} modus"
|
||||
}
|
||||
55
public/locales/nl/settings/general/config-changer.json
Normal file
55
public/locales/nl/settings/general/config-changer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Configuratie lader"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Kies de naam van uw nieuwe configuratie",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Configuratie naam",
|
||||
"placeholder": "Uw nieuwe configuratienaam"
|
||||
},
|
||||
"submitButton": "Bevestig"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Configuratie opgeslagen",
|
||||
"message": "Configuratie opgeslagen als {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Download configuratie",
|
||||
"delete": {
|
||||
"text": "Verwijder configuratie",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Configuratie verwijderd",
|
||||
"message": "Configuratie verwijderd"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Configuratie verwijderen mislukt",
|
||||
"message": "Configuratie verwijderen mislukt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Sla op als een kopie"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "Kan configuratie niet laden",
|
||||
"message": "Kon uw configuratie niet laden. Ongeldig JSON formaat."
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": "Configuratie {{configName}} succesvol geladen"
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": "Sleep bestanden hierheen om een configuratie te uploaden. Alleen ondersteuning voor JSON."
|
||||
},
|
||||
"reject": {
|
||||
"text": "Dit bestandsformaat wordt niet ondersteund. Upload a.u.b. alleen JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Taal"
|
||||
}
|
||||
3
public/locales/nl/settings/general/module-enabler.json
Normal file
3
public/locales/nl/settings/general/module-enabler.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Module Inschakeler"
|
||||
}
|
||||
11
public/locales/nl/settings/general/search-engine.json
Normal file
11
public/locales/nl/settings/general/search-engine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Zoekmachine",
|
||||
"tips": {
|
||||
"generalTip": "Gebruik de voorvoegsels !yt en !t voor uw zoekopdracht om te zoeken op YouTube of naar een Torrent respectievelijk.",
|
||||
"placeholderTip": "%s kan worden gebruikt als plaatshouder voor de query."
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "Query URL",
|
||||
"placeholder": "Eigen query URL"
|
||||
}
|
||||
}
|
||||
3
public/locales/nl/settings/general/theme-selector.json
Normal file
3
public/locales/nl/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Overschakelen naar {{theme}} modus"
|
||||
}
|
||||
3
public/locales/nl/settings/general/widget-positions.json
Normal file
3
public/locales/nl/settings/general/widget-positions.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Plaats widgets aan de linkerkant"
|
||||
}
|
||||
Reference in New Issue
Block a user