From c8236d7ab2453650a8fc5d27210f2b09e144bcb0 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 9 Apr 2024 14:01:50 +0200 Subject: [PATCH] New translations messages.json (Spanish) --- _locales/es/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/es/messages.json b/_locales/es/messages.json index eb6560a..10db00c 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -508,7 +508,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": "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\nnonpersistent: 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 nonpersistent. 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": {