mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
parent
4c7b83aca6
commit
fd7c4fabbd
12 changed files with 161 additions and 19 deletions
|
@ -93,6 +93,10 @@
|
|||
"message": "Audio API",
|
||||
"description": ""
|
||||
},
|
||||
"section_history-api":{
|
||||
"message": "History API",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"displayAdvancedSettings_title": {
|
||||
"message": "Expertenmodus",
|
||||
|
@ -177,6 +181,18 @@
|
|||
"message": "Wollen Sie das Auslesen über die Audio-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askForHistoryPermission": {
|
||||
"message": "Wollen Sie die History-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askForHistoryInputPermission": {
|
||||
"message": "Wollen Sie das Schreiben in über die History-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askForHistoryReadoutPermission": {
|
||||
"message": "Wollen Sie das Auslesen über die History-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askOnlyOnce_title": {
|
||||
"message": "Nur einmal nachfragen",
|
||||
"description": ""
|
||||
|
@ -500,6 +516,10 @@
|
|||
"message": "Audioauslese vorgetäuscht auf {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedHistoryReadout": {
|
||||
"message": "History-Auslese vorgetäuscht auf {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedInput": {
|
||||
"message": "Bei Ausgabe vorgetäuscht auf {url}",
|
||||
"description": ""
|
||||
|
@ -804,6 +824,15 @@
|
|||
"description": ""
|
||||
},
|
||||
|
||||
"historyLengthThreshold_title": {
|
||||
"message": "History-Längenschwellwert",
|
||||
"description": ""
|
||||
},
|
||||
"historyLengthThreshold_description": {
|
||||
"message": "Maximale Länge der Browser-History, die der Web-Seite mitgeteilt wird.",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"theme_title": {
|
||||
"message": "Theme",
|
||||
"description": ""
|
||||
|
|
|
@ -93,6 +93,10 @@
|
|||
"message": "Audio API",
|
||||
"description": ""
|
||||
},
|
||||
"section_history-api":{
|
||||
"message": "History API",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"displayAdvancedSettings_title": {
|
||||
"message": "Expert mode",
|
||||
|
@ -177,6 +181,18 @@
|
|||
"message": "Do you want to allow audio readout?",
|
||||
"description": ""
|
||||
},
|
||||
"askForHistoryPermission": {
|
||||
"message": "Do you want to allow the history API?",
|
||||
"description": ""
|
||||
},
|
||||
"askForHistoryInputPermission": {
|
||||
"message": "Do you want to allow history-API input?",
|
||||
"description": ""
|
||||
},
|
||||
"askForHistoryReadoutPermission": {
|
||||
"message": "Do you want to allow history readout?",
|
||||
"description": ""
|
||||
},
|
||||
"askOnlyOnce_title": {
|
||||
"message": "Ask only once",
|
||||
"description": ""
|
||||
|
@ -500,6 +516,10 @@
|
|||
"message": "Faked audio readout on {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedHistoryReadout": {
|
||||
"message": "Faked history readout on {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedInput": {
|
||||
"message": "Faked at input on {url}",
|
||||
"description": ""
|
||||
|
@ -803,6 +823,15 @@
|
|||
"description": ""
|
||||
},
|
||||
|
||||
"historyLengthThreshold_title": {
|
||||
"message": "History length threshold",
|
||||
"description": ""
|
||||
},
|
||||
"historyLengthThreshold_description": {
|
||||
"message": "Maximal length of the history that is reported to the web site.",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"theme_title": {
|
||||
"message": "Theme",
|
||||
"description": ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue