Synced
This commit is contained in:
parent
64b383fafb
commit
34fbfc54d8
75 changed files with 8086 additions and 6771 deletions
|
|
@ -8,92 +8,90 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: LibreTranslate 1.3.9\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-10-16 23:47+0200\n"
|
||||
"POT-Creation-Date: 2025-04-18 14:43-0400\n"
|
||||
"PO-Revision-Date: 2025-04-17 09:53+0000\n"
|
||||
"Last-Translator: Przemek <skweresp@gmail.com>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/libretranslate/"
|
||||
"app/pl/>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/libretranslate/app/pl/>\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.11.1-dev\n"
|
||||
"Generated-By: Babel 2.16.0\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Generated-By: Babel 2.12.1\n"
|
||||
|
||||
#: libretranslate/app.py:80
|
||||
#: libretranslate/app.py:93
|
||||
msgid "Invalid JSON format"
|
||||
msgstr "Nieprawidłowy format JSON"
|
||||
|
||||
#: libretranslate/app.py:180 libretranslate/templates/app.js.template:467
|
||||
#: libretranslate/app.py:209 libretranslate/templates/app.js.template:473
|
||||
msgid "Auto Detect"
|
||||
msgstr "Wykryj automatycznie"
|
||||
|
||||
#: libretranslate/app.py:273
|
||||
#: libretranslate/app.py:311
|
||||
msgid "Unauthorized"
|
||||
msgstr "Nieautoryzowany"
|
||||
|
||||
#: libretranslate/app.py:291
|
||||
#: libretranslate/app.py:329
|
||||
msgid "Too many request limits violations"
|
||||
msgstr "Przekroczono limit ilości zapytań"
|
||||
|
||||
#: libretranslate/app.py:298
|
||||
#: libretranslate/app.py:336
|
||||
msgid "Invalid API key"
|
||||
msgstr "Nieprawidłowy klucz API"
|
||||
|
||||
#: libretranslate/app.py:324
|
||||
#: libretranslate/app.py:371
|
||||
msgid "Please contact the server operator to get an API key"
|
||||
msgstr "Proszę skontaktować się z operatorem serwera, aby uzyskać klucz API"
|
||||
|
||||
#: libretranslate/app.py:326
|
||||
#: libretranslate/app.py:373
|
||||
#, python-format
|
||||
msgid "Visit %(url)s to get an API key"
|
||||
msgstr "Przejdź do %(url)s aby uzyskać klucz API"
|
||||
|
||||
#: libretranslate/app.py:373
|
||||
#: libretranslate/app.py:420
|
||||
msgid "Slowdown:"
|
||||
msgstr "Spowolnienie:"
|
||||
|
||||
#: libretranslate/app.py:606 libretranslate/app.py:608
|
||||
#: libretranslate/app.py:610 libretranslate/app.py:819
|
||||
#: libretranslate/app.py:821 libretranslate/app.py:823
|
||||
#: libretranslate/app.py:980 libretranslate/app.py:1137
|
||||
#: libretranslate/app.py:1139 libretranslate/app.py:1141
|
||||
#: libretranslate/app.py:1143
|
||||
#: libretranslate/app.py:657 libretranslate/app.py:659
|
||||
#: libretranslate/app.py:661 libretranslate/app.py:882
|
||||
#: libretranslate/app.py:884 libretranslate/app.py:886
|
||||
#: libretranslate/app.py:1051 libretranslate/app.py:1208
|
||||
#: libretranslate/app.py:1210 libretranslate/app.py:1212
|
||||
#: libretranslate/app.py:1214
|
||||
#, python-format
|
||||
msgid "Invalid request: missing %(name)s parameter"
|
||||
msgstr "Nieprawidłowe zapytanie: brakuje parametru %(name)s"
|
||||
|
||||
#: libretranslate/app.py:615
|
||||
#: libretranslate/app.py:666
|
||||
#, python-format
|
||||
msgid "Invalid request: %(name)s parameter is not a number"
|
||||
msgstr "Nieprawidłowe zapytanie: %(name)s parametr nie jest liczbą"
|
||||
|
||||
#: libretranslate/app.py:618
|
||||
#: libretranslate/app.py:669
|
||||
#, python-format
|
||||
msgid "Invalid request: %(name)s parameter must be <= %(value)s"
|
||||
msgstr "Nieprawidłowe zapytanie: %(name)s parametr musi być < = %(value)s"
|
||||
|
||||
#: libretranslate/app.py:635 libretranslate/app.py:645
|
||||
#: libretranslate/app.py:686 libretranslate/app.py:696
|
||||
#, python-format
|
||||
msgid "Invalid request: request (%(size)s) exceeds text limit (%(limit)s)"
|
||||
msgstr ""
|
||||
"Nieprawidłowe zapytanie: zapytanie (%(size)s) przekracza limit znaków "
|
||||
"(%(limit)s)"
|
||||
|
||||
#: libretranslate/app.py:660 libretranslate/app.py:665
|
||||
#: libretranslate/app.py:834 libretranslate/app.py:839
|
||||
#: libretranslate/app.py:715 libretranslate/app.py:720
|
||||
#: libretranslate/app.py:897 libretranslate/app.py:902
|
||||
#: libretranslate/app.py:924
|
||||
#, python-format
|
||||
msgid "%(lang)s is not supported"
|
||||
msgstr "%(lang)s nie jest wspierany"
|
||||
|
||||
#: libretranslate/app.py:671
|
||||
#: libretranslate/app.py:726
|
||||
#, python-format
|
||||
msgid "%(format)s format is not supported"
|
||||
msgstr "format %(format)s nie jest wspierany"
|
||||
|
||||
#: libretranslate/app.py:680 libretranslate/app.py:704
|
||||
#: libretranslate/app.py:735 libretranslate/app.py:763
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(tname)s (%(tcode)s) is not available as a target language from %(sname)s "
|
||||
|
|
@ -102,28 +100,28 @@ msgstr ""
|
|||
"%(tname)s (%(tcode)s) nie jest dostępny jako język docelowy z języka "
|
||||
"%(sname)s (%(scode)s)"
|
||||
|
||||
#: libretranslate/app.py:724
|
||||
#: libretranslate/app.py:787
|
||||
#, python-format
|
||||
msgid "Cannot translate text: %(text)s"
|
||||
msgstr "Nie można przetłumaczyć tekstu: %(text)s"
|
||||
|
||||
#: libretranslate/app.py:811 libretranslate/app.py:872
|
||||
#: libretranslate/app.py:874 libretranslate/app.py:943
|
||||
msgid "Files translation are disabled on this server."
|
||||
msgstr "Tłumaczenie plików jest wyłączone na tym serwerze."
|
||||
|
||||
#: libretranslate/app.py:826
|
||||
#: libretranslate/app.py:889
|
||||
msgid "Invalid request: empty file"
|
||||
msgstr "Nieprawidłowe zapytanie: pusty plik"
|
||||
|
||||
#: libretranslate/app.py:829
|
||||
#: libretranslate/app.py:892
|
||||
msgid "Invalid request: file format not supported"
|
||||
msgstr "Nieprawidłowe zapytanie: format pliku nie jest wspierany"
|
||||
|
||||
#: libretranslate/app.py:880
|
||||
#: libretranslate/app.py:951
|
||||
msgid "Invalid filename"
|
||||
msgstr "Nieprawidłowa nazwa pliku"
|
||||
|
||||
#: libretranslate/app.py:1122
|
||||
#: libretranslate/app.py:1193
|
||||
msgid "Suggestions are disabled on this server."
|
||||
msgstr "Sugestie są wyłączone na serwerze."
|
||||
|
||||
|
|
@ -144,182 +142,178 @@ msgid "Azerbaijani"
|
|||
msgstr "Azerbejdżański"
|
||||
|
||||
#: libretranslate/locales/.langs.py:5
|
||||
msgid "Basque"
|
||||
msgstr "Baskijski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:6
|
||||
msgid "Bengali"
|
||||
msgstr "Bengalski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:7
|
||||
#: libretranslate/locales/.langs.py:6
|
||||
msgid "Bulgarian"
|
||||
msgstr "Bułgarski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:8
|
||||
#: libretranslate/locales/.langs.py:7
|
||||
msgid "Catalan"
|
||||
msgstr "Kataloński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:9
|
||||
#: libretranslate/locales/.langs.py:8
|
||||
msgid "Chinese"
|
||||
msgstr "Chiński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:10
|
||||
#: libretranslate/locales/.langs.py:9
|
||||
msgid "Chinese (traditional)"
|
||||
msgstr "Chiński (tradycyjny)"
|
||||
|
||||
#: libretranslate/locales/.langs.py:11
|
||||
#: libretranslate/locales/.langs.py:10
|
||||
msgid "Czech"
|
||||
msgstr "Czeski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:12
|
||||
#: libretranslate/locales/.langs.py:11
|
||||
msgid "Danish"
|
||||
msgstr "Duński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:13
|
||||
#: libretranslate/locales/.langs.py:12
|
||||
msgid "Dutch"
|
||||
msgstr "Holenderski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:14
|
||||
#: libretranslate/locales/.langs.py:13
|
||||
msgid "Esperanto"
|
||||
msgstr "Esperanto"
|
||||
|
||||
#: libretranslate/locales/.langs.py:15
|
||||
#: libretranslate/locales/.langs.py:14
|
||||
msgid "Estonian"
|
||||
msgstr "Estoński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:16
|
||||
#: libretranslate/locales/.langs.py:15
|
||||
msgid "Finnish"
|
||||
msgstr "Fiński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:17
|
||||
#: libretranslate/locales/.langs.py:16
|
||||
msgid "French"
|
||||
msgstr "Francuski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:18
|
||||
msgid "Galician"
|
||||
msgstr "Galicyjski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:19
|
||||
#: libretranslate/locales/.langs.py:17
|
||||
msgid "German"
|
||||
msgstr "Niemiecki"
|
||||
|
||||
#: libretranslate/locales/.langs.py:20
|
||||
#: libretranslate/locales/.langs.py:18
|
||||
msgid "Greek"
|
||||
msgstr "Grecki"
|
||||
|
||||
#: libretranslate/locales/.langs.py:21
|
||||
#: libretranslate/locales/.langs.py:19
|
||||
msgid "Hebrew"
|
||||
msgstr "Hebrajski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:22
|
||||
#: libretranslate/locales/.langs.py:20
|
||||
msgid "Hindi"
|
||||
msgstr "Hinduski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:23
|
||||
#: libretranslate/locales/.langs.py:21
|
||||
msgid "Hungarian"
|
||||
msgstr "Węgierski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:24
|
||||
#: libretranslate/locales/.langs.py:22
|
||||
msgid "Indonesian"
|
||||
msgstr "Indonezyjski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:25
|
||||
#: libretranslate/locales/.langs.py:23
|
||||
msgid "Irish"
|
||||
msgstr "Irlandzki"
|
||||
|
||||
#: libretranslate/locales/.langs.py:26
|
||||
#: libretranslate/locales/.langs.py:24
|
||||
msgid "Italian"
|
||||
msgstr "Włoski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:27
|
||||
#: libretranslate/locales/.langs.py:25
|
||||
msgid "Japanese"
|
||||
msgstr "Japoński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:28
|
||||
#: libretranslate/locales/.langs.py:26
|
||||
msgid "Korean"
|
||||
msgstr "Koreański"
|
||||
|
||||
#: libretranslate/locales/.langs.py:29
|
||||
#: libretranslate/locales/.langs.py:27
|
||||
msgid "Latvian"
|
||||
msgstr "Łotewski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:30
|
||||
#: libretranslate/locales/.langs.py:28
|
||||
msgid "Lithuanian"
|
||||
msgstr "Litewski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:31
|
||||
#: libretranslate/locales/.langs.py:29
|
||||
msgid "Malay"
|
||||
msgstr "Malajski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:32
|
||||
#: libretranslate/locales/.langs.py:30
|
||||
msgid "Norwegian"
|
||||
msgstr "Norweski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:33
|
||||
#: libretranslate/locales/.langs.py:31
|
||||
msgid "Persian"
|
||||
msgstr "Perski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:34
|
||||
#: libretranslate/locales/.langs.py:32
|
||||
msgid "Polish"
|
||||
msgstr "Polski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:35
|
||||
#: libretranslate/locales/.langs.py:33
|
||||
msgid "Portuguese"
|
||||
msgstr "Portugalski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:36
|
||||
#: libretranslate/locales/.langs.py:34
|
||||
msgid "Portuguese (Brazil)"
|
||||
msgstr "Portugalski (Brazylia)"
|
||||
|
||||
#: libretranslate/locales/.langs.py:35
|
||||
msgid "Romanian"
|
||||
msgstr "Rumuński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:37
|
||||
#: libretranslate/locales/.langs.py:36
|
||||
msgid "Russian"
|
||||
msgstr "Rosyjski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:38
|
||||
#: libretranslate/locales/.langs.py:37
|
||||
msgid "Slovak"
|
||||
msgstr "Słowacki"
|
||||
|
||||
#: libretranslate/locales/.langs.py:39
|
||||
#: libretranslate/locales/.langs.py:38
|
||||
msgid "Slovenian"
|
||||
msgstr "Słoweński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:40
|
||||
#: libretranslate/locales/.langs.py:39
|
||||
msgid "Spanish"
|
||||
msgstr "Hiszpański"
|
||||
|
||||
#: libretranslate/locales/.langs.py:41
|
||||
#: libretranslate/locales/.langs.py:40
|
||||
msgid "Swedish"
|
||||
msgstr "Szwedzki"
|
||||
|
||||
#: libretranslate/locales/.langs.py:42
|
||||
#: libretranslate/locales/.langs.py:41
|
||||
msgid "Tagalog"
|
||||
msgstr "Tagalski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:43
|
||||
#: libretranslate/locales/.langs.py:42
|
||||
msgid "Thai"
|
||||
msgstr "Tajski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:44
|
||||
#: libretranslate/locales/.langs.py:43
|
||||
msgid "Turkish"
|
||||
msgstr "Turecki"
|
||||
|
||||
#: libretranslate/locales/.langs.py:45
|
||||
#: libretranslate/locales/.langs.py:44
|
||||
msgid "Ukranian"
|
||||
msgstr "Ukraiński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:46
|
||||
#: libretranslate/locales/.langs.py:45
|
||||
msgid "Urdu"
|
||||
msgstr "Urdu"
|
||||
|
||||
#: libretranslate/locales/.langs.py:47
|
||||
#: libretranslate/locales/.langs.py:46
|
||||
msgid "Serbian"
|
||||
msgstr "Serbski"
|
||||
|
||||
#: libretranslate/locales/.langs.py:48
|
||||
#: libretranslate/locales/.langs.py:47
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ukraiński"
|
||||
|
||||
#: libretranslate/locales/.langs.py:49
|
||||
#: libretranslate/locales/.langs.py:48
|
||||
msgid "Vietnamese"
|
||||
msgstr "Wietnamski"
|
||||
|
||||
|
|
@ -339,7 +333,7 @@ msgstr "tłumaczenie"
|
|||
msgid "Translate text from a language to another"
|
||||
msgstr "Tłumaczenie tekstu z jednego języka na inny"
|
||||
|
||||
#: libretranslate/locales/.swag.py:5 libretranslate/templates/index.html:224
|
||||
#: libretranslate/locales/.swag.py:5 libretranslate/templates/index.html:233
|
||||
msgid "Translated text"
|
||||
msgstr "Przetłumaczony tekst"
|
||||
|
||||
|
|
@ -545,7 +539,7 @@ msgstr "Tekst Copy"
|
|||
#: libretranslate/templates/app.js.template:281
|
||||
#: libretranslate/templates/app.js.template:351
|
||||
#: libretranslate/templates/app.js.template:439
|
||||
#: libretranslate/templates/app.js.template:487
|
||||
#: libretranslate/templates/app.js.template:493
|
||||
#, python-format
|
||||
msgid "Cannot load %(url)s"
|
||||
msgstr "ładunek %(url)s"
|
||||
|
|
@ -571,31 +565,31 @@ msgstr "Dzięki korekcji. Zasugerowanie nie będzie realizowane."
|
|||
msgid "No languages available. Did you install the models correctly?"
|
||||
msgstr "Żadne języki nie są dostępne. Czy można poprawnie stosować modele?"
|
||||
|
||||
#: libretranslate/templates/app.js.template:530
|
||||
#: libretranslate/templates/app.js.template:536
|
||||
#, python-format
|
||||
msgid "Type in your API Key. If you need an API key, %(instructions)s"
|
||||
msgstr ""
|
||||
"Wprowadź swój klucz API. Jeśli potrzebujesz klucza API, %(instructions)s"
|
||||
|
||||
#: libretranslate/templates/app.js.template:530
|
||||
#: libretranslate/templates/app.js.template:536
|
||||
msgid "press the \"Get API Key\" link."
|
||||
msgstr "prasa \"Get API Key\" (ang.)."
|
||||
|
||||
#: libretranslate/templates/app.js.template:530
|
||||
#: libretranslate/templates/app.js.template:536
|
||||
msgid "contact the server operator."
|
||||
msgstr "skontaktuje się z operatorem serwera."
|
||||
|
||||
#: libretranslate/templates/index.html:9
|
||||
#: libretranslate/templates/index.html:27
|
||||
#: libretranslate/templates/index.html:338
|
||||
#: libretranslate/templates/index.html:347
|
||||
msgid "Free and Open Source Machine Translation API"
|
||||
msgstr "Free and Open Source Machine Translation API (ang.)"
|
||||
|
||||
#: libretranslate/templates/index.html:10
|
||||
#: libretranslate/templates/index.html:31
|
||||
msgid ""
|
||||
"Free and Open Source Machine Translation API. Free to download, offline capable "
|
||||
"and easy to setup. Run your own API server in just a few minutes."
|
||||
"Free and Open Source Machine Translation API. Free to download, offline "
|
||||
"capable and easy to setup. Run your own API server in just a few minutes."
|
||||
msgstr ""
|
||||
"Free and Open Source Machine Translation API (ang.). Samodzielny, niezdolny "
|
||||
"i łatwy do położenia. Służysz własny serwer API w ciągu kilku minut."
|
||||
|
|
@ -640,101 +634,110 @@ msgstr "Przełącz tryb ciemny/jasny"
|
|||
msgid "Dismiss"
|
||||
msgstr "Dyskusja"
|
||||
|
||||
#: libretranslate/templates/index.html:173
|
||||
#: libretranslate/templates/index.html:177
|
||||
msgid ""
|
||||
"Due to bot abuse, translation requests are temporarily limited to users with"
|
||||
" a valid API key. Sorry for the inconvenience!"
|
||||
msgstr ""
|
||||
"Ze względu na nadużywanie bot, wnioski o tłumaczenie są tymczasowo "
|
||||
"ograniczone do użytkowników z ważnym kluczem API. Przepraszam za "
|
||||
"niedogodności!"
|
||||
|
||||
#: libretranslate/templates/index.html:182
|
||||
msgid "Translation API"
|
||||
msgstr "Tłumaczenie API"
|
||||
|
||||
#: libretranslate/templates/index.html:177
|
||||
#: libretranslate/templates/index.html:186
|
||||
msgid "Translate Text"
|
||||
msgstr "Przekład"
|
||||
|
||||
#: libretranslate/templates/index.html:181
|
||||
#: libretranslate/templates/index.html:190
|
||||
msgid "Translate Files"
|
||||
msgstr "Translate File"
|
||||
|
||||
#: libretranslate/templates/index.html:187
|
||||
#: libretranslate/templates/index.html:196
|
||||
msgid "Translate from"
|
||||
msgstr "Przetłumaczenie"
|
||||
|
||||
#: libretranslate/templates/index.html:197
|
||||
#: libretranslate/templates/index.html:206
|
||||
msgid "Swap source and target languages"
|
||||
msgstr "Źródło i języki docelowe"
|
||||
|
||||
#: libretranslate/templates/index.html:200
|
||||
#: libretranslate/templates/index.html:209
|
||||
msgid "Translate into"
|
||||
msgstr "Przetłumaczyć"
|
||||
|
||||
#: libretranslate/templates/index.html:212
|
||||
#: libretranslate/templates/index.html:221
|
||||
msgid "Text to translate"
|
||||
msgstr "Tekst tłumaczenia"
|
||||
|
||||
#: libretranslate/templates/index.html:215
|
||||
#: libretranslate/templates/index.html:224
|
||||
msgid "Delete text"
|
||||
msgstr "Tekst Delete"
|
||||
|
||||
#: libretranslate/templates/index.html:228
|
||||
#: libretranslate/templates/index.html:237
|
||||
msgid "Suggest translation"
|
||||
msgstr "Suggest"
|
||||
|
||||
#: libretranslate/templates/index.html:232
|
||||
#: libretranslate/templates/index.html:241
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#: libretranslate/templates/index.html:235
|
||||
#: libretranslate/templates/index.html:244
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#: libretranslate/templates/index.html:251
|
||||
#: libretranslate/templates/index.html:260
|
||||
msgid "Supported file formats:"
|
||||
msgstr "Formaty plików:"
|
||||
|
||||
#: libretranslate/templates/index.html:255
|
||||
#: libretranslate/templates/index.html:264
|
||||
msgid "File"
|
||||
msgstr "File"
|
||||
|
||||
#: libretranslate/templates/index.html:270
|
||||
#: libretranslate/templates/index.html:279
|
||||
msgid "Remove file"
|
||||
msgstr "Usuń plik"
|
||||
|
||||
#: libretranslate/templates/index.html:277
|
||||
#: libretranslate/templates/index.html:286
|
||||
msgid "Translate"
|
||||
msgstr "Tłumacz"
|
||||
|
||||
#: libretranslate/templates/index.html:278
|
||||
#: libretranslate/templates/index.html:322
|
||||
#: libretranslate/templates/index.html:287
|
||||
#: libretranslate/templates/index.html:331
|
||||
msgid "Download"
|
||||
msgstr "Pobierz"
|
||||
|
||||
#: libretranslate/templates/index.html:297
|
||||
#: libretranslate/templates/index.html:306
|
||||
msgid "Request"
|
||||
msgstr "Zapytanie"
|
||||
|
||||
#: libretranslate/templates/index.html:302
|
||||
#: libretranslate/templates/index.html:311
|
||||
msgid "Response"
|
||||
msgstr "Odpowiedź"
|
||||
|
||||
#: libretranslate/templates/index.html:317
|
||||
#: libretranslate/templates/index.html:326
|
||||
msgid "Open Source Machine Translation API"
|
||||
msgstr "Open Source Machine Translation API"
|
||||
|
||||
#: libretranslate/templates/index.html:318
|
||||
#: libretranslate/templates/index.html:327
|
||||
msgid "Free to download. Offline Capable. Easy to Setup."
|
||||
msgstr "Free to download (ang.). Offline Capable (ang.). Łatwe do realizacji."
|
||||
|
||||
#: libretranslate/templates/index.html:337
|
||||
#: libretranslate/templates/index.html:346
|
||||
msgid "LibreTranslate"
|
||||
msgstr "LibreTranslation"
|
||||
|
||||
#: libretranslate/templates/index.html:339
|
||||
#: libretranslate/templates/index.html:348
|
||||
msgid "License:"
|
||||
msgstr "Licencja:"
|
||||
|
||||
#: libretranslate/templates/index.html:345
|
||||
#: libretranslate/templates/index.html:354
|
||||
#, python-format
|
||||
msgid "Made with %(heart)s by %(contributors)s and powered by %(engine)s"
|
||||
msgstr "zrealizować %(heart)s by %(contributors)s zasilany %(engine)s"
|
||||
|
||||
#: libretranslate/templates/index.html:345
|
||||
#: libretranslate/templates/index.html:354
|
||||
#, python-format
|
||||
msgid "%(libretranslate)s Contributors"
|
||||
msgstr "%(libretranslate)s Contributor"
|
||||
|
|
@ -758,4 +761,10 @@ msgstr "%(libretranslate)s Contributor"
|
|||
#~ msgstr "serwer"
|
||||
|
||||
#~ msgid "get an API key"
|
||||
#~ msgstr "uzyskaj klucz API"
|
||||
#~ msgstr "uzyskaj klucz API"
|
||||
|
||||
#~ msgid "Basque"
|
||||
#~ msgstr "Baskijski"
|
||||
|
||||
#~ msgid "Galician"
|
||||
#~ msgstr "Galicyjski"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue