🌐 New Crowdin updates (#659)
This commit is contained in:
@@ -24,5 +24,11 @@
|
||||
"seconds": "seconden",
|
||||
"minutes": "minuten",
|
||||
"hours": "uren"
|
||||
},
|
||||
"loading": "Bezig met laden...",
|
||||
"breakPoints": {
|
||||
"small": "klein",
|
||||
"medium": "gemiddeld",
|
||||
"large": "groot"
|
||||
}
|
||||
}
|
||||
@@ -7,10 +7,5 @@
|
||||
"popover": {
|
||||
"title": "Bewerkingsmodus is ingeschakeld voor de <1>{{size}}</1> grootte",
|
||||
"text": "U kunt uw apps nu aanpassen en configureren. Wijzigingen zijn <strong>niet opgeslagen</strong> totdat u de bewerkingsmodus verlaat"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "klein",
|
||||
"medium": "gemiddeld",
|
||||
"large": "groot"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"description": "Homarr is een <strong>sterk</strong>, <strong>modern</strong> dashboard dat al je apps en diensten binnen handbereik brengt. Met Homarr heb je toegang tot en controle over alles op één handige locatie. Homarr integreert naadloos met de apps die je hebt toegevoegd en geeft je waardevolle informatie en volledige controle. Installatie is een fluitje van een cent en Homarr ondersteunt een breed scala aan implementatiemethoden.",
|
||||
"i18n": "\"I18n translation namespaces\" geladen",
|
||||
"locales": "\"I18n locales\" geconfigureerd",
|
||||
"contact": "Problemen of vragen? Neem contact met ons op!",
|
||||
"addToDashboard": "Aan dashboard toevoegen"
|
||||
}
|
||||
"addToDashboard": "Aan dashboard toevoegen",
|
||||
"metrics": {
|
||||
"configurationSchemaVersion": "",
|
||||
"configurationsCount": "",
|
||||
"version": "Versie",
|
||||
"nodeEnvironment": "",
|
||||
"i18n": "",
|
||||
"locales": ""
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,9 @@
|
||||
"description": "Toont een kalender met komende releases, van ondersteunde integraties.",
|
||||
"settings": {
|
||||
"title": "Instellingen voor Kalender widget",
|
||||
"useSonarrv4": {
|
||||
"label": ""
|
||||
},
|
||||
"sundayStart": {
|
||||
"label": "Begin de week op zondag"
|
||||
},
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -9,11 +9,20 @@
|
||||
"configTip": "Upload uw configuratiebestand door het naar de pagina te slepen!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Gemaakt met ❤️ door @"
|
||||
"madeWithLove": "Gemaakt met ❤️ door @",
|
||||
"thirdPartyContent": "",
|
||||
"thirdPartyContentTable": {
|
||||
"dependencyName": "",
|
||||
"dependencyVersion": "Versie"
|
||||
}
|
||||
},
|
||||
"grow": "Groei raster (neem alle ruimte)",
|
||||
"layout": {
|
||||
"title": "Dashboard lay-out",
|
||||
"preview": {
|
||||
"title": "",
|
||||
"subtitle": ""
|
||||
},
|
||||
"divider": "",
|
||||
"main": "Algemeen",
|
||||
"sidebar": "Zijbalk",
|
||||
"cannotturnoff": "Kan niet worden uitgeschakeld",
|
||||
|
||||
21
public/locales/nl/settings/customization/general.json
Normal file
21
public/locales/nl/settings/customization/general.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"text": "",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"appereance": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/nl/settings/customization/gridstack.json
Normal file
10
public/locales/nl/settings/customization/gridstack.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "",
|
||||
"descriptionPreset": "",
|
||||
"descriptionExceedsPreset": ""
|
||||
},
|
||||
"unsavedChanges": "",
|
||||
"applyChanges": "",
|
||||
"defaultValues": ""
|
||||
}
|
||||
@@ -1,22 +1,28 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Paginatitel"
|
||||
"label": "Paginatitel",
|
||||
"description": ""
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Meta Titel"
|
||||
"label": "Meta Titel",
|
||||
"description": ""
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo"
|
||||
"label": "Logo",
|
||||
"description": ""
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon"
|
||||
"label": "Favicon",
|
||||
"description": ""
|
||||
},
|
||||
"background": {
|
||||
"label": "Achtergrond"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Eigen CSS",
|
||||
"placeholder": "Eigen CSS wordt als laatste toegepast"
|
||||
"description": "",
|
||||
"placeholder": "Eigen CSS wordt als laatste toegepast",
|
||||
"applying": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Indienen"
|
||||
|
||||
Reference in New Issue
Block a user