Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PermissionsViewer.plugin.js - Added Dutch Translations #750

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Plugins/PermissionsViewer/PermissionsViewer.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,4 +902,4 @@ module.exports = !global.ZeresPluginLibrary ? Dummy : (([Plugin, Api]) => {
};
return plugin(Plugin, Api);
})(global.ZeresPluginLibrary.buildPlugin(config));
/*@end@*/
/*@end@*/
25 changes: 24 additions & 1 deletion src/plugins/PermissionsViewer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,30 @@
"note":"Добавить кнопку для отображения полномочий с помощью контекстных меню."
}
}
},
"nl": {
"contextMenuLabel": "Permissies",
"popoutLabel": "Permissies",
"modal": {
"header": "{{name}}'s Permissies",
"rolesLabel": "Rollen",
"permissionsLabel": "Permissies",
"owner": "@eigenaar"
},
"settings": {
"popouts": {
"name": "Toon in Popouts",
"note": "Toont de totale rechten van een gebruiker in zijn pop-out, vergelijkbaar met rollen."
},
"contextMenus": {
"name": "Contextmenuknop",
"note": "Voegt een knop toe om de machtigingsmodaliteit voor het selecteren van contextmenu's te bekijken."
},
"displayMode": {
"name": "Modale weergavemodus"
}
}
}
},
"main": "index.js"
}
}