Dutch Language update 0.5.7 & sample config additions

petervanv committed Apr 18, 2020 at 15:01 UTC 208a7af869e362304d9722b7aa58d8a6fc1f6ad7
2 files changed +7 -1
sample-config.json
+3
@@ -91,6 +91,8 @@
91 "_ManageAllDeviceGroups": [ "admin" ],
92 "_WelcomeText": "Sample Text on Login Page.",
93 "_WelcomePicture": "mainwelcome.jpg",
94 + "___HideParts__" : "Set to: 1 hide header, 2 ???, 3 hide header & logout, 4 hide footer, 5 hide header+footer",
95 + "_hide": 4,
96 "_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
97 "_CertUrl": "https://192.168.2.106:443/",
98 "_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" },
@@ -104,6 +106,7 @@
106 "_UserSessionIdleTimeout" : 30,
107 "__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all",
108 "_UserConsentFlags" : 7,
109 + "_DesktopPrivacyBarText": "your privacy bar message",
110 "_Limits": {
111 "_MaxDevices": 100,
112 "_MaxUserAccounts": 100,
translate/translate.json
+4 -1
@@ -2471,6 +2471,7 @@
2471 },
2472 {
2473 "en": "Add User Group Device Permissions",
2474 + "en": "Gebruikersmachtigingen voor apparaatgroep toevoegens",
2475 "xloc": [
2476 "default.handlebars->29->1248"
2477 ]
@@ -9248,6 +9249,7 @@
9249 },
9250 {
9251 "en": "Edit User Group Device Permissions",
9252 + "nl": "Gebruikersmachtigingen voor apparaatgroep bewerken",
9253 "xloc": [
9254 "default.handlebars->29->1247"
9255 ]
@@ -23519,6 +23521,7 @@
23521 },
23522 {
23523 "en": "Stable Version",
23524 + "nl": "Stabiele versie",
23525 "xloc": [
23526 "default.handlebars->29->96"
23527 ]
@@ -29559,4 +29562,4 @@
29562 ]
29563 }
29564 ]
29562 -}
\ No newline at end of file
29565 +}