1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-15 14:09:36 +02:00

Converted apiWhiteList to protectedAPIFeatures

For #247
This commit is contained in:
kkapsner 2018-09-07 23:52:29 +02:00
parent 2138467fd3
commit fa92c15dab
7 changed files with 32 additions and 17 deletions

View file

@ -502,12 +502,12 @@
"description": ""
},
"apiWhiteList_title": {
"message": "API Whitelist",
"protectedAPIFeatures_title": {
"message": "Geschützte API Funktionen",
"description": ""
},
"apiWhiteList_description": {
"message": "Erlaubt ausgewählte Teile der APIs. Wenn eine der Boxen markiert wird, wird dieser Teil der API nicht geschützt.",
"protectedAPIFeatures_description": {
"message": "Liste der geschützten Funktionen der APIs. Wenn eine der Boxen demarkiert wird, wird dieser Teil der API nicht geschützt.",
"description": ""
},

View file

@ -502,12 +502,12 @@
"description": ""
},
"apiWhiteList_title": {
"message": "API whitelist",
"protectedAPIFeatures_title": {
"message": "Protected API features",
"description": ""
},
"apiWhiteList_description": {
"message": "Allows certain parts of the APIs. When ticking a checkbox this feature of the API will not be protected.",
"protectedAPIFeatures_description": {
"message": "List of protected API features. When unticking a checkbox this feature of the API will not be protected.",
"description": ""
},