🌐 New Crowdin updates (#659)
This commit is contained in:
@@ -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