forked from material-extensions/vscode-material-icon-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.nl.json
33 lines (33 loc) · 2.14 KB
/
package.nls.nl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"command.activateIcons": "Material Icons: Activeer Icon Thema",
"command.toggleIconPacks": "Material Icons: Configureer Icon Packs",
"command.changeFolderTheme": "Material Icons: Verander Folder Thema",
"command.changeFolderColor": "Material Icons: Verander Folder Kleur",
"command.restoreDefaultConfig": "Material Icons: Zet Standaard Configuratie Terug",
"command.toggleExplorerArrows": "Material Icons: Configureer Folder Pijlen",
"command.changeOpacity": "Material Icons: Verander Doorzichtbaarheid",
"command.toggleGrayscale": "Material Icons: Zet Grijstinten Aan Of Uit",
"command.changeSaturation": "Material Icons: Verander Saturatie",
"configuration.title": "Material Icons",
"configuration.files.associations": "Stel eigen bestandsiconen in.",
"configuration.folders.associations": "Stel eigen foldericonen in.",
"configuration.languages.associations": "Stel eigen taaliconen in.",
"configuration.activeIconPack": "Selecteer een iconpakket dat bepaalde icons inschakelt.",
"configuration.activeIconPack.angular": "Icons voor Angular.",
"configuration.activeIconPack.angular_ngrx": "Icons voor Angular en ngrx.",
"configuration.activeIconPack.react": "Icons voor React.",
"configuration.activeIconPack.react_redux": "Icons for React en Redux.",
"configuration.activeIconPack.qwik": "Icons voor Qwik.",
"configuration.activeIconPack.vue": "Icons voor Vue.",
"configuration.activeIconPack.vue_vuex": "Icons voor Vue en Vuex.",
"configuration.activeIconPack.nest": "Icons voor NestJS.",
"configuration.activeIconPack.none": "Geen iconpakket ingeschakeld.",
"configuration.folders.theme": "Kies het type foldericons.",
"configuration.folders.theme.specific": "Selecteer bepaalde foldericons.",
"configuration.folders.theme.classic": "Selecteer klassieke foldericons.",
"configuration.folders.theme.none": "Geen foldericons.",
"configuration.folders.color": "Verander de kleur van de foldericons.",
"configuration.hidesExplorerArrows": "Verberg verkenner pijlen voor de folder.",
"configuration.opacity": "Verander de doorzichtbaarheid van de icons.",
"configuration.saturation": "Verander de saturatie van de icons."
}