1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-14 00:49:52 +02:00

New translations messages.json (Chinese Simplified)

This commit is contained in:
kkapsner 2022-04-21 21:12:10 +02:00
parent 4e39625899
commit eca70a0b6f

View File

@ -504,7 +504,7 @@
"description": ""
},
"rng_description": {
"message": "无(全白):返回一个完全是白色的图像。使用此选项时,也应激活“伪造 alpha 通道”选项。注意:使用“输入时伪造”模式时不应使用此选项。\n非持久化每个伪造行为都确定新的随机数。\n不变同一个网页中一个颜色总被伪造成另一个相同的颜色。\n持久化对每个域名只确定一次随机数。",
"message": "none (completely white): a completely white image is returned. The option \"Fake the alpha channel\" should be activated with this. CAUTION: Do not use this with the \"fake at input\" mode.\n\nnon persistent: the random numbers will be determined freshly for each faking action. Keep in mind that many API protections have caches in place to prevent detection.\n\nconstant: variation of non persistent. But when altering canvas data same colored pixels also share the same color afterwards.\n\npersistent: the random number will only be determined once for every domain.",
"description": ""
},
"rng_options.persistent": {