Dither: Add a "keep color" variation

This commit is contained in:
Bill Kendrick 2024-02-29 21:41:16 -08:00
parent 9a36dc2cda
commit 35c12c60fd
132 changed files with 4525 additions and 814 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-29 01:13-0800\n"
"POT-Creation-Date: 2024-02-29 21:40-0800\n"
"PO-Revision-Date: 2022-09-10 06:06-0400\n"
"Last-Translator: Mark K. Kim <markuskimius@gmail.com>\n"
"Language-Team: N/A\n"
@ -1713,22 +1713,50 @@ msgstr "찌그리기"
msgid "Click and drag the mouse to cause distortion in your picture."
msgstr "마우스를 누르고 끌면 그림을 찌그를 수 있어요."
#: ../../magic/src/dither.c:80
#: ../../magic/src/dither.c:32
msgid "Dither"
msgstr ""
#: ../../magic/src/dither.c:99
#: ../../magic/src/dither.c:33
#, fuzzy
#| msgid "Colors"
msgid "Dither (Keep Color)"
msgstr "색"
#: ../../magic/src/dither.c:38
#, fuzzy
#| msgid ""
#| "Click and drag to make parts of your picture look like they are on "
#| "television."
msgid "Click and drag to replace parts of your image with dithered dots."
msgid ""
"Click and drag to replace parts of your image with a dithered pattern of "
"dots in your chosen color."
msgstr "마우스를 누르고 끌면 그림의 부분이 텔레비젼에 나온 것 같이돼요."
#: ../../magic/src/dither.c:101
#: ../../magic/src/dither.c:39
#, fuzzy
#| msgid "Click to cover your picture with rain drops."
msgid "Click to replace your entire image with dithered dots."
msgid ""
"Click to replace your entire image with a dithered pattern of dots in your "
"chosen color."
msgstr "마우스를 누르면 그림에 비를 그릴 수 있어요."
#: ../../magic/src/dither.c:42
#, fuzzy
#| msgid ""
#| "Click and drag to make parts of your picture look like they are on "
#| "television."
msgid ""
"Click and drag to replace parts of your image with a dithered pattern of "
"dots using the picture's original colors."
msgstr "마우스를 누르고 끌면 그림의 부분이 텔레비젼에 나온 것 같이돼요."
#: ../../magic/src/dither.c:43
#, fuzzy
#| msgid "Click to cover your picture with rain drops."
msgid ""
"Click to replace your entire image with a dithered pattern of dots using the "
"picture's original colors."
msgstr "마우스를 누르면 그림에 비를 그릴 수 있어요."
#: ../../magic/src/emboss.c:108