146 lines
3.2 KiB
Text
146 lines
3.2 KiB
Text
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2024-07-24 17:08-0400\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: redgettext 3.4.2\n"
|
|
|
|
#: levelup\generator\api.py:170
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Find and kill the process that's using the specified port.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:38
|
|
#, docstring
|
|
msgid "Get an image from a URL"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:55
|
|
#, docstring
|
|
msgid "Abbreviate a number"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:64
|
|
#, docstring
|
|
msgid "Format time in seconds into an extra short human readable string"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:72
|
|
msgid "None"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:95
|
|
#, docstring
|
|
msgid "Make a transparent circle"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:107
|
|
#, docstring
|
|
msgid "Crop an image into a circle"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:120
|
|
#, docstring
|
|
msgid "Get a mask for rounded corners"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:139
|
|
#, docstring
|
|
msgid "Blur a section of an image"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:148
|
|
#, docstring
|
|
msgid "Clean up a GIF frame"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:162
|
|
#, docstring
|
|
msgid "Make a pretty rounded progress bar."
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:194
|
|
#, docstring
|
|
msgid "Format fonts into an image"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:208
|
|
#, docstring
|
|
msgid "Format backgrounds into an image"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:255
|
|
#, docstring
|
|
msgid "Merge two images vertically"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:263
|
|
#, docstring
|
|
msgid "Merge two images horizontally"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:274
|
|
#, docstring
|
|
msgid "Extract colors from an image using colorgram.py"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:286
|
|
#, docstring
|
|
msgid "Calculate the Euclidean distance between two RGB colors"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:299
|
|
#, docstring
|
|
msgid "Invert an RGB color tuple"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:304
|
|
#, docstring
|
|
msgid "Generate a random RGB color tuple"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:312
|
|
#, docstring
|
|
msgid "Calculate the aspect ratio of an image"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:323
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Crop image to fit aspect ratio\n"
|
|
"\n"
|
|
" We will either need to chop off the sides or chop off the top and bottom (or add transparent space)\n"
|
|
"\n"
|
|
" Args:\n"
|
|
" image (Image): Image to fit\n"
|
|
" aspect_ratio (t.Tuple[int, int], optional): Fit the image to the aspect ratio. Defaults to (21, 9).\n"
|
|
" preserve (bool, optional): Rather than cropping, add transparent space. Defaults to False.\n"
|
|
"\n"
|
|
" Returns:\n"
|
|
" Image\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:366
|
|
#, docstring
|
|
msgid "Get a random background image"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\imgtools.py:374
|
|
#, docstring
|
|
msgid "Get the average duration of a GIF"
|
|
msgstr ""
|
|
|
|
#: levelup\generator\levelalert.py:86
|
|
msgid "Level {}"
|
|
msgstr ""
|