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

New translations messages.json (Czech)

This commit is contained in:
kkapsner 2022-05-16 14:39:36 +02:00
parent f8053a3399
commit 96be07ba11

View File

@ -504,7 +504,7 @@
"description": ""
},
"rng_description": {
"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.",
"message": "Žádný (zcela bílý): vrací úplně bílý obrázek. Zároveň s tímto parametrem by měla být aktivována i možnost \"Zkreslit alfa kanál\". POZOR: Nepoužívejte v režimu \"Zkreslit vstup\".\n\nDočasný: náhodná čísla budou určena při každé akci zkreslení. Mějte na paměti, že mnoho ochran API využívá mezipaměť, aby se zabránilo odhalení.\n\nKonstantní: Varianta dočasného režimu. Pokud dojde ke změně dat canvasu, pixely stejné barvy budou sdílet stejnou barvu i poté.\n\nTrvalý: náhodná čísla budou určena pro každou doménu vždy jednou.",
"description": ""
},
"rng_options.persistent": {