From cc9588c2316740a3663dbc1dc474ae330a0458a8 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 9 Apr 2024 14:01:54 +0200 Subject: [PATCH] New translations messages.json (Korean) --- _locales/ko/messages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json index 8271a2c..f5b1e2b 100644 --- a/_locales/ko/messages.json +++ b/_locales/ko/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": { @@ -520,7 +520,7 @@ "description": "" }, "rng_options.nonPersistent": { - "message": "non persistent", + "message": "nonpersistent", "description": "" }, "rng_options.white": { @@ -1560,7 +1560,7 @@ "description": "" }, "sanitation_resolution.switchToNonPersistentRng": { - "message": "switch to \"non persistent\" rng", + "message": "switch to \"nonpersistent\" rng", "description": "" }, "sanitation_error.fakeEverythingInCanvas": {