From 2a3afadf00e2a602c930f09cfd764fe785a257b6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:06:42 +0000 Subject: [PATCH 01/79] Translate locales/templates/babel.pot in pl 1% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 393 ++++++++++++++++++++++++++++++++ 1 file changed, 393 insertions(+) create mode 100644 locales/pl/LC_MESSAGES/babel.po diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po new file mode 100644 index 000000000000..4c9c81acd235 --- /dev/null +++ b/locales/pl/LC_MESSAGES/babel.po @@ -0,0 +1,393 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Goldboy, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-24 12:21+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Goldboy, 2023\n" +"Language-Team: Polish (https://app.transifex.com/leobot/teams/174919/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#: src/babel/settingui.py:40 +msgctxt "ui:locale_config|button:force|label" +msgid "Toggle Force" +msgstr "" + +#: src/babel/settingui.py:49 +msgctxt "ui:locale_config|embed|title" +msgid "Language Configuration Panel" +msgstr "Panel konfiguracji języka" + +#: src/babel/settingui.py:83 +msgctxt "dash:locale|title" +msgid "Server Language Configuration ({commands[configure language]})" +msgstr "" + +#: src/babel/settingui.py:87 +msgctxt "dash:locale|dropdown|placeholder" +msgid "Server Language Panel" +msgstr "" + +#: src/babel/cog.py:99 +msgctxt "cmd:configure_language" +msgid "language" +msgstr "" + +#: src/babel/cog.py:101 +msgctxt "cmd:configure_language|desc" +msgid "Configure the default language I will use in this server." +msgstr "" + +#: src/babel/cog.py:147 +#, possible-python-brace-format +msgctxt "cmd:configure_language|error" +msgid "" +"You cannot enable `{force_setting}` without having a configured language!" +msgstr "" + +#: src/babel/cog.py:167 +msgctxt "cmd:configure_language|success" +msgid "Language settings updated!" +msgstr "" + +#: src/babel/cog.py:183 +msgctxt "cmd:userconfig_language" +msgid "language" +msgstr "" + +#: src/babel/cog.py:186 +msgctxt "cmd:userconfig_language|desc" +msgid "Set your preferred interaction language." +msgstr "" + +#: src/babel/cog.py:190 +msgctxt "cmd:userconfig_language|param:language" +msgid "language" +msgstr "" + +#: src/babel/cog.py:195 +msgctxt "cmd:userconfig_language|param:language|desc" +msgid "Which language do you want me to respond in?" +msgstr "" + +#: src/babel/cog.py:211 +msgctxt "cmd:userconfig_language|button:reset|label" +msgid "Reset" +msgstr "" + +#: src/babel/cog.py:252 +#, possible-python-brace-format +msgctxt "acmpl:language|no_match" +msgid "No supported languages matching {partial}" +msgstr "" + +#: src/babel/utils.py:9 +msgctxt "utils|months" +msgid "" +"January,February,March,April,May,June,July,August,September,October,November,December" +msgstr "" + +#: src/babel/utils.py:14 +msgctxt "utils|short_months" +msgid "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" +msgstr "" + +#: src/babel/settings.py:23 +msgctxt "settype:locale|accepts" +msgid "Enter a supported language (e.g. 'en-GB')." +msgstr "" + +#: src/babel/settings.py:34 +msgctxt "settype:locale|summary_table|field:supported|key" +msgid "Supported" +msgstr "" + +#: src/babel/settings.py:44 +msgctxt "settype:locale|formatted:unset" +msgid "Unset" +msgstr "" + +#: src/babel/settings.py:60 +#, possible-python-brace-format +msgctxt "settype:locale|error" +msgid "Sorry, we do not support the language `{lang}` at this time!" +msgstr "" + +#: src/babel/settings.py:75 +msgctxt "userset:locale" +msgid "language" +msgstr "" + +#: src/babel/settings.py:76 +msgctxt "userset:locale|desc" +msgid "Your preferred language for interacting with me." +msgstr "" + +#: src/babel/settings.py:79 +msgctxt "userset:locale|long_desc" +msgid "" +"The language you would prefer me to respond to commands and interactions in." +" Servers may be configured to override this with their own language." +msgstr "" + +#: src/babel/settings.py:90 +msgctxt "userset:locale|response" +msgid "You have unset your language." +msgstr "" + +#: src/babel/settings.py:92 +#, possible-python-brace-format +msgctxt "userset:locale|response" +msgid "You have set your language to {lang}." +msgstr "" + +#: src/babel/settings.py:110 +msgctxt "guildset:force_locale" +msgid "force_language" +msgstr "" + +#: src/babel/settings.py:112 +msgctxt "guildset:force_locale|desc" +msgid "" +"Whether to force all members to use the configured guild language when " +"interacting with me." +msgstr "" + +#: src/babel/settings.py:115 +msgctxt "guildset:force_locale|long_desc" +msgid "" +"When enabled, commands in this guild will always use the configured guild " +"language, regardless of the member's personally configured language." +msgstr "" + +#: src/babel/settings.py:119 +msgctxt "guildset:force_locale|output" +msgid "Enabled (members will be forced to use the server language)" +msgstr "" + +#: src/babel/settings.py:120 +msgctxt "guildset:force_locale|output" +msgid "Disabled (members may set their own language)" +msgstr "" + +#: src/babel/settings.py:134 +msgctxt "guildset:force_locale|response" +msgid "I will always use the set language in this server." +msgstr "" + +#: src/babel/settings.py:139 +msgctxt "guildset:force_locale|response" +msgid "I will now allow the members to set their own language here." +msgstr "" + +#: src/babel/settings.py:156 +msgctxt "guildset:locale" +msgid "language" +msgstr "" + +#: src/babel/settings.py:157 +msgctxt "guildset:locale|desc" +msgid "Your preferred language for interacting with me." +msgstr "" + +#: src/babel/settings.py:160 +msgctxt "guildset:locale|long_desc" +msgid "" +"The default language to use for responses and interactions in this server. " +"Member's own configured language will override this for their commands " +"unless `force_language` is enabled." +msgstr "" + +#: src/babel/settings.py:172 +msgctxt "guildset:locale|response" +msgid "You have unset the guild language." +msgstr "" + +#: src/babel/settings.py:174 +#, possible-python-brace-format +msgctxt "guildset:locale|response" +msgid "You have set the guild language to {lang}." +msgstr "" + +#: src/babel/enums.py:43 +msgctxt "localenames|locale:id" +msgid "Indonesian" +msgstr "" + +#: src/babel/enums.py:44 +msgctxt "localenames|locale:da" +msgid "Danish" +msgstr "" + +#: src/babel/enums.py:45 +msgctxt "localenames|locale:de" +msgid "German" +msgstr "" + +#: src/babel/enums.py:46 +msgctxt "localenames|locale:en-GB" +msgid "English, UK" +msgstr "" + +#: src/babel/enums.py:47 +msgctxt "localenames|locale:en-US" +msgid "English, US" +msgstr "" + +#: src/babel/enums.py:48 +msgctxt "localenames|locale:es-ES" +msgid "Spanish" +msgstr "" + +#: src/babel/enums.py:49 +msgctxt "localenames|locale:fr" +msgid "French" +msgstr "" + +#: src/babel/enums.py:50 +msgctxt "localenames|locale:hr" +msgid "Croatian" +msgstr "" + +#: src/babel/enums.py:51 +msgctxt "localenames|locale:it" +msgid "Italian" +msgstr "" + +#: src/babel/enums.py:52 +msgctxt "localenames|locale:lt" +msgid "Lithuanian" +msgstr "" + +#: src/babel/enums.py:53 +msgctxt "localenames|locale:hu" +msgid "Hungarian" +msgstr "" + +#: src/babel/enums.py:54 +msgctxt "localenames|locale:nl" +msgid "Dutch" +msgstr "" + +#: src/babel/enums.py:55 +msgctxt "localenames|locale:no" +msgid "Norwegian" +msgstr "" + +#: src/babel/enums.py:56 +msgctxt "localenames|locale:pl" +msgid "Polish" +msgstr "" + +#: src/babel/enums.py:57 +msgctxt "localenames|locale:pt-BR" +msgid "Portuguese, Brazilian" +msgstr "" + +#: src/babel/enums.py:58 +msgctxt "localenames|locale:ro" +msgid "Romanian, Romania" +msgstr "" + +#: src/babel/enums.py:59 +msgctxt "localenames|locale:fi" +msgid "Finnish" +msgstr "" + +#: src/babel/enums.py:60 +msgctxt "localenames|locale:sv-SE" +msgid "Swedish" +msgstr "" + +#: src/babel/enums.py:61 +msgctxt "localenames|locale:vi" +msgid "Vietnamese" +msgstr "" + +#: src/babel/enums.py:62 +msgctxt "localenames|locale:tr" +msgid "Turkish" +msgstr "" + +#: src/babel/enums.py:63 +msgctxt "localenames|locale:cs" +msgid "Czech" +msgstr "" + +#: src/babel/enums.py:64 +msgctxt "localenames|locale:el" +msgid "Greek" +msgstr "" + +#: src/babel/enums.py:65 +msgctxt "localenames|locale:bg" +msgid "Bulgarian" +msgstr "" + +#: src/babel/enums.py:66 +msgctxt "localenames|locale:ru" +msgid "Russian" +msgstr "" + +#: src/babel/enums.py:67 +msgctxt "localenames|locale:uk" +msgid "Ukrainian" +msgstr "" + +#: src/babel/enums.py:68 +msgctxt "localenames|locale:hi" +msgid "Hindi" +msgstr "" + +#: src/babel/enums.py:69 +msgctxt "localenames|locale:th" +msgid "Thai" +msgstr "" + +#: src/babel/enums.py:70 +msgctxt "localenames|locale:zh-CN" +msgid "Chinese, China" +msgstr "" + +#: src/babel/enums.py:71 +msgctxt "localenames|locale:ja" +msgid "Japanese" +msgstr "" + +#: src/babel/enums.py:72 +msgctxt "localenames|locale:zh-TW" +msgid "Chinese, Taiwan" +msgstr "" + +#: src/babel/enums.py:73 +msgctxt "localenames|locale:ko" +msgid "Korean" +msgstr "" + +#: src/babel/enums.py:78 +msgctxt "localenames|locale:he" +msgid "Hebrew" +msgstr "" + +#: src/babel/enums.py:79 +msgctxt "localenames|locale:he-IL" +msgid "Hebrew" +msgstr "" + +#: src/babel/enums.py:80 +msgctxt "localenames|locale:test" +msgid "Test Language" +msgstr "" From 2efb03c4ffe3342e20164953756cf0bbe9d4e172 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:07:15 +0000 Subject: [PATCH 02/79] Translate locales/templates/babel.pot in pl 2% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 4c9c81acd235..5a0556795670 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -34,7 +34,7 @@ msgstr "Panel konfiguracji języka" #: src/babel/settingui.py:83 msgctxt "dash:locale|title" msgid "Server Language Configuration ({commands[configure language]})" -msgstr "" +msgstr "Konfiguracja języka serwera" #: src/babel/settingui.py:87 msgctxt "dash:locale|dropdown|placeholder" From b3cc355ab1637abae86cb5c0d0435d94cb08fc6d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:07:27 +0000 Subject: [PATCH 03/79] Translate locales/templates/babel.pot in pl 2% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 5a0556795670..3767a94870bf 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -34,7 +34,7 @@ msgstr "Panel konfiguracji języka" #: src/babel/settingui.py:83 msgctxt "dash:locale|title" msgid "Server Language Configuration ({commands[configure language]})" -msgstr "Konfiguracja języka serwera" +msgstr "Konfiguracja języka serwera ({commands[configure language]})" #: src/babel/settingui.py:87 msgctxt "dash:locale|dropdown|placeholder" From 2982c3b884751b98d099224c36d3652f5e594863 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:07:43 +0000 Subject: [PATCH 04/79] Translate locales/templates/babel.pot in pl 4% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 3767a94870bf..1b98c9cdabfd 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -39,7 +39,7 @@ msgstr "Konfiguracja języka serwera ({commands[configure language]})" #: src/babel/settingui.py:87 msgctxt "dash:locale|dropdown|placeholder" msgid "Server Language Panel" -msgstr "" +msgstr "Panel języka serwera" #: src/babel/cog.py:99 msgctxt "cmd:configure_language" From b87d44aace3b17bad1d3ccfe9d94ef98528cee3d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:07:52 +0000 Subject: [PATCH 05/79] Translate locales/templates/babel.pot in pl 5% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 1b98c9cdabfd..5f1803db6a63 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -44,7 +44,7 @@ msgstr "Panel języka serwera" #: src/babel/cog.py:99 msgctxt "cmd:configure_language" msgid "language" -msgstr "" +msgstr "Język" #: src/babel/cog.py:101 msgctxt "cmd:configure_language|desc" From fc694182b1526246c3e63cb78ec663c702f30794 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:08:10 +0000 Subject: [PATCH 06/79] Translate locales/templates/babel.pot in pl 7% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 5f1803db6a63..49810e19a57c 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -49,7 +49,7 @@ msgstr "Język" #: src/babel/cog.py:101 msgctxt "cmd:configure_language|desc" msgid "Configure the default language I will use in this server." -msgstr "" +msgstr "Skonfiguruj domyślny język, którego będę używał na tym serwerze." #: src/babel/cog.py:147 #, possible-python-brace-format From 9c4b9daaaa0c757ca874ed3b85a7a6759f0a54a4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:08:25 +0000 Subject: [PATCH 07/79] Translate locales/templates/babel.pot in pl 8% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 49810e19a57c..f50adf2e1258 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -56,7 +56,7 @@ msgstr "Skonfiguruj domyślny język, którego będę używał na tym serwerze." msgctxt "cmd:configure_language|error" msgid "" "You cannot enable `{force_setting}` without having a configured language!" -msgstr "" +msgstr "Nie można włączyć `{force_setting}` bez skonfigurowanego języka!" #: src/babel/cog.py:167 msgctxt "cmd:configure_language|success" From c02a55a52493064ee74cc4a0bc8d9ab68ef99eaa Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:08:36 +0000 Subject: [PATCH 08/79] Translate locales/templates/babel.pot in pl 9% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index f50adf2e1258..33d1628d5394 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -61,7 +61,7 @@ msgstr "Nie można włączyć `{force_setting}` bez skonfigurowanego języka!" #: src/babel/cog.py:167 msgctxt "cmd:configure_language|success" msgid "Language settings updated!" -msgstr "" +msgstr "Ustawienia językowe zaktualizowane!" #: src/babel/cog.py:183 msgctxt "cmd:userconfig_language" From f4eb7390e20e184748df4cbad0624e4bb7e0de7e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:08:49 +0000 Subject: [PATCH 09/79] Translate locales/templates/babel.pot in pl 11% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 33d1628d5394..f8b53dd919a1 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -66,7 +66,7 @@ msgstr "Ustawienia językowe zaktualizowane!" #: src/babel/cog.py:183 msgctxt "cmd:userconfig_language" msgid "language" -msgstr "" +msgstr "Język" #: src/babel/cog.py:186 msgctxt "cmd:userconfig_language|desc" From dbefffcec8618e58e9ab35ffba84f3d2cf664d0a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:09:01 +0000 Subject: [PATCH 10/79] Translate locales/templates/babel.pot in pl 12% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index f8b53dd919a1..f3cddd44eea2 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -71,12 +71,12 @@ msgstr "Język" #: src/babel/cog.py:186 msgctxt "cmd:userconfig_language|desc" msgid "Set your preferred interaction language." -msgstr "" +msgstr "Ustaw preferowany język interakcji." #: src/babel/cog.py:190 msgctxt "cmd:userconfig_language|param:language" msgid "language" -msgstr "" +msgstr "Język" #: src/babel/cog.py:195 msgctxt "cmd:userconfig_language|param:language|desc" From 5d7926cd44543311f2ee7a2687d1a8c526f911b7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:09:18 +0000 Subject: [PATCH 11/79] Translate locales/templates/babel.pot in pl 15% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index f3cddd44eea2..5485f2cdf8b7 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -81,7 +81,7 @@ msgstr "Język" #: src/babel/cog.py:195 msgctxt "cmd:userconfig_language|param:language|desc" msgid "Which language do you want me to respond in?" -msgstr "" +msgstr "W jakim języku mam odpowiedzieć?" #: src/babel/cog.py:211 msgctxt "cmd:userconfig_language|button:reset|label" From 54c673353287980ae3ef2cd8bcba7ffafe03393b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:09:27 +0000 Subject: [PATCH 12/79] Translate locales/templates/babel.pot in pl 15% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 5485f2cdf8b7..c12ddc7711f4 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -81,12 +81,12 @@ msgstr "Język" #: src/babel/cog.py:195 msgctxt "cmd:userconfig_language|param:language|desc" msgid "Which language do you want me to respond in?" -msgstr "W jakim języku mam odpowiedzieć?" +msgstr "W jakim języku mam odpowiadać?" #: src/babel/cog.py:211 msgctxt "cmd:userconfig_language|button:reset|label" msgid "Reset" -msgstr "" +msgstr "Resetuj" #: src/babel/cog.py:252 #, possible-python-brace-format From 726b8be29a9c554c7c5304c35ce89dbcea254b6c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:10:02 +0000 Subject: [PATCH 13/79] Translate locales/templates/babel.pot in pl 18% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index c12ddc7711f4..389150c06d16 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -92,7 +92,7 @@ msgstr "Resetuj" #, possible-python-brace-format msgctxt "acmpl:language|no_match" msgid "No supported languages matching {partial}" -msgstr "" +msgstr "Brak obsługiwanych języków pasujących z {partial}" #: src/babel/utils.py:9 msgctxt "utils|months" From 2a57123128de76e279a3de0d764b286cc852fb1f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:10:13 +0000 Subject: [PATCH 14/79] Translate locales/templates/babel.pot in pl 19% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 389150c06d16..10750680071c 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -99,6 +99,8 @@ msgctxt "utils|months" msgid "" "January,February,March,April,May,June,July,August,September,October,November,December" msgstr "" +"Styczeń, luty, marzec, kwiecień, maj, czerwiec, lipiec, sierpień, wrzesień, " +"październik, listopad, grudzień" #: src/babel/utils.py:14 msgctxt "utils|short_months" From f511f5588d450a10d6394258e46207ddfed4ce41 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:11:15 +0000 Subject: [PATCH 15/79] Translate locales/templates/babel.pot in pl 21% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 10750680071c..3b4c626ef918 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -105,7 +105,7 @@ msgstr "" #: src/babel/utils.py:14 msgctxt "utils|short_months" msgid "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" -msgstr "" +msgstr "Sty,Lut,Marz,Kwi,Maj,Czer,Lip,Sier,Wrze,Paź,Lis,Gru" #: src/babel/settings.py:23 msgctxt "settype:locale|accepts" From 203c7228e2d5d6ce5f65f895e94d85465c801a0c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:12:13 +0000 Subject: [PATCH 16/79] Translate locales/templates/babel.pot in pl 22% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 3b4c626ef918..d129930727fe 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -110,7 +110,7 @@ msgstr "Sty,Lut,Marz,Kwi,Maj,Czer,Lip,Sier,Wrze,Paź,Lis,Gru" #: src/babel/settings.py:23 msgctxt "settype:locale|accepts" msgid "Enter a supported language (e.g. 'en-GB')." -msgstr "" +msgstr "Wprowadź obsługiwany język (np. \"en-GB\")." #: src/babel/settings.py:34 msgctxt "settype:locale|summary_table|field:supported|key" From e9bb638a4c4b05a1d2edbd4a95bc08b6315b0c07 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:12:25 +0000 Subject: [PATCH 17/79] Translate locales/templates/babel.pot in pl 22% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index d129930727fe..8eb1d15014ca 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -110,7 +110,7 @@ msgstr "Sty,Lut,Marz,Kwi,Maj,Czer,Lip,Sier,Wrze,Paź,Lis,Gru" #: src/babel/settings.py:23 msgctxt "settype:locale|accepts" msgid "Enter a supported language (e.g. 'en-GB')." -msgstr "Wprowadź obsługiwany język (np. \"en-GB\")." +msgstr "Wprowadź obsługiwany język (np. 'en-GB')." #: src/babel/settings.py:34 msgctxt "settype:locale|summary_table|field:supported|key" From c7e5741bc36f8856d0a89669bf66c00c63db6e6a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:12:39 +0000 Subject: [PATCH 18/79] Translate locales/templates/babel.pot in pl 23% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 8eb1d15014ca..61031b0e1753 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -115,7 +115,7 @@ msgstr "Wprowadź obsługiwany język (np. 'en-GB')." #: src/babel/settings.py:34 msgctxt "settype:locale|summary_table|field:supported|key" msgid "Supported" -msgstr "" +msgstr "Obsługiwany" #: src/babel/settings.py:44 msgctxt "settype:locale|formatted:unset" From c8b28838cab1b57834cd7334287efe4842daf643 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:12:52 +0000 Subject: [PATCH 19/79] Translate locales/templates/babel.pot in pl 25% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 61031b0e1753..cf822f543946 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -120,7 +120,7 @@ msgstr "Obsługiwany" #: src/babel/settings.py:44 msgctxt "settype:locale|formatted:unset" msgid "Unset" -msgstr "" +msgstr "Nieustawione" #: src/babel/settings.py:60 #, possible-python-brace-format From 4ce4f9eaf6b5ce693312665d5a92ab9aabda43ac Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:13:11 +0000 Subject: [PATCH 20/79] Translate locales/templates/babel.pot in pl 26% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index cf822f543946..6246b47d8dab 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -126,12 +126,12 @@ msgstr "Nieustawione" #, possible-python-brace-format msgctxt "settype:locale|error" msgid "Sorry, we do not support the language `{lang}` at this time!" -msgstr "" +msgstr "Przepraszamy, obecnie nie obsługujemy tego języka `{lang}`!" #: src/babel/settings.py:75 msgctxt "userset:locale" msgid "language" -msgstr "" +msgstr "Język" #: src/babel/settings.py:76 msgctxt "userset:locale|desc" From e1a2bf1b04a5589a03f9fdc7fcf1ab156359aa64 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:13:42 +0000 Subject: [PATCH 21/79] Translate locales/templates/babel.pot in pl 29% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 6246b47d8dab..a6ae6c3720f0 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -136,7 +136,7 @@ msgstr "Język" #: src/babel/settings.py:76 msgctxt "userset:locale|desc" msgid "Your preferred language for interacting with me." -msgstr "" +msgstr "Preferowany język interakcji ze mną." #: src/babel/settings.py:79 msgctxt "userset:locale|long_desc" From 694e132229c7a6431a5cb825ad932414b556ffe1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:14:18 +0000 Subject: [PATCH 22/79] Translate locales/templates/babel.pot in pl 30% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index a6ae6c3720f0..29bc9029632e 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -144,6 +144,8 @@ msgid "" "The language you would prefer me to respond to commands and interactions in." " Servers may be configured to override this with their own language." msgstr "" +"Język, w którym mam odpowiadać na polecenia i interakcje. Serwery mogą być " +"skonfigurowane tak, aby zastąpić to własnym językiem." #: src/babel/settings.py:90 msgctxt "userset:locale|response" From 8db0cf0438eb89b6234a07049585b6bbecd026c8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:14:29 +0000 Subject: [PATCH 23/79] Translate locales/templates/babel.pot in pl 32% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 29bc9029632e..2f16f94e998f 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -150,7 +150,7 @@ msgstr "" #: src/babel/settings.py:90 msgctxt "userset:locale|response" msgid "You have unset your language." -msgstr "" +msgstr "Masz nieustawiony język." #: src/babel/settings.py:92 #, possible-python-brace-format From 10de98e2a14e9e567b925e4b69119b7fb352cfb5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:14:42 +0000 Subject: [PATCH 24/79] Translate locales/templates/babel.pot in pl 33% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 2f16f94e998f..a1d1b2dd8f70 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -156,7 +156,7 @@ msgstr "Masz nieustawiony język." #, possible-python-brace-format msgctxt "userset:locale|response" msgid "You have set your language to {lang}." -msgstr "" +msgstr "Język został ustawiony na {lang}." #: src/babel/settings.py:110 msgctxt "guildset:force_locale" From 64f39eb46957a5f798146dc1074a4435fcd63a56 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:14:55 +0000 Subject: [PATCH 25/79] Translate locales/templates/babel.pot in pl 35% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index a1d1b2dd8f70..9f80bd03d91d 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -161,7 +161,7 @@ msgstr "Język został ustawiony na {lang}." #: src/babel/settings.py:110 msgctxt "guildset:force_locale" msgid "force_language" -msgstr "" +msgstr "force_language" #: src/babel/settings.py:112 msgctxt "guildset:force_locale|desc" From cf869741e8266893a4edf79328e08a0bf360afbe Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:16:42 +0000 Subject: [PATCH 26/79] Translate locales/templates/babel.pot in pl 36% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 9f80bd03d91d..3d8af494df65 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -169,6 +169,8 @@ msgid "" "Whether to force all members to use the configured guild language when " "interacting with me." msgstr "" +"Wymusić wszystkich członków do używania skonfigurowanego języka podczas " +"interakcji ze mną?" #: src/babel/settings.py:115 msgctxt "guildset:force_locale|long_desc" From 7685ee10f72855081f2267a8a37deb2caa0ea61d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:17:22 +0000 Subject: [PATCH 27/79] Translate locales/templates/babel.pot in pl 38% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 3d8af494df65..db96e9d367d1 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -178,6 +178,8 @@ msgid "" "When enabled, commands in this guild will always use the configured guild " "language, regardless of the member's personally configured language." msgstr "" +"Gdy ta opcja jest włączona, polecenia będą zawsze używać skonfigurowanego " +"języka, niezależnie od języka skonfigurowanego osobiście przez członka." #: src/babel/settings.py:119 msgctxt "guildset:force_locale|output" From 60220826351d917601675f63c19d14f55155f4dc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:17:41 +0000 Subject: [PATCH 28/79] Translate locales/templates/babel.pot in pl 39% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index db96e9d367d1..2ac8ab061d07 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -184,7 +184,7 @@ msgstr "" #: src/babel/settings.py:119 msgctxt "guildset:force_locale|output" msgid "Enabled (members will be forced to use the server language)" -msgstr "" +msgstr "Włączone (członkowie będą zmuszeni do używania języka serwera)" #: src/babel/settings.py:120 msgctxt "guildset:force_locale|output" From 6bfab1693e881c5176128e005210d8c840fd8f7a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:18:52 +0000 Subject: [PATCH 29/79] Translate locales/templates/babel.pot in pl 40% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 2ac8ab061d07..93f85559b27e 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -24,7 +24,7 @@ msgstr "" #: src/babel/settingui.py:40 msgctxt "ui:locale_config|button:force|label" msgid "Toggle Force" -msgstr "" +msgstr "Przełącz" #: src/babel/settingui.py:49 msgctxt "ui:locale_config|embed|title" From e3bb17e0a9ae913939406092f7c2684a15465b0d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:19:14 +0000 Subject: [PATCH 30/79] Translate locales/templates/babel.pot in pl 42% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 93f85559b27e..d1569d32766c 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -189,7 +189,7 @@ msgstr "Włączone (członkowie będą zmuszeni do używania języka serwera)" #: src/babel/settings.py:120 msgctxt "guildset:force_locale|output" msgid "Disabled (members may set their own language)" -msgstr "" +msgstr "Wyłączone (członkowie mogą ustawić własny język)" #: src/babel/settings.py:134 msgctxt "guildset:force_locale|response" From 14f93e16da282c88145f685030b728c0f288d0b0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:19:33 +0000 Subject: [PATCH 31/79] Translate locales/templates/babel.pot in pl 43% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index d1569d32766c..f474cf1c4a01 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -194,7 +194,7 @@ msgstr "Wyłączone (członkowie mogą ustawić własny język)" #: src/babel/settings.py:134 msgctxt "guildset:force_locale|response" msgid "I will always use the set language in this server." -msgstr "" +msgstr "Zawsze będę używał ustalonego języka na tym serwerze." #: src/babel/settings.py:139 msgctxt "guildset:force_locale|response" From 3cdceed1bd49abdf456bdf577054ffffe2e6cd3a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:19:50 +0000 Subject: [PATCH 32/79] Translate locales/templates/babel.pot in pl 45% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index f474cf1c4a01..6309f6255d5b 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -204,7 +204,7 @@ msgstr "" #: src/babel/settings.py:156 msgctxt "guildset:locale" msgid "language" -msgstr "" +msgstr "Język" #: src/babel/settings.py:157 msgctxt "guildset:locale|desc" From f498ea7a940160f06a3d577766050a894fb825fa Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:20:03 +0000 Subject: [PATCH 33/79] Translate locales/templates/babel.pot in pl 46% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 6309f6255d5b..0bfbb7039e12 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -199,7 +199,7 @@ msgstr "Zawsze będę używał ustalonego języka na tym serwerze." #: src/babel/settings.py:139 msgctxt "guildset:force_locale|response" msgid "I will now allow the members to set their own language here." -msgstr "" +msgstr "Pozwolę teraz członkom na ustawienie własnego języka." #: src/babel/settings.py:156 msgctxt "guildset:locale" From a7770d46060475e872203b0ccef24058fd09ff57 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:20:26 +0000 Subject: [PATCH 34/79] Translate locales/templates/babel.pot in pl 47% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 0bfbb7039e12..5442e11595da 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -209,7 +209,7 @@ msgstr "Język" #: src/babel/settings.py:157 msgctxt "guildset:locale|desc" msgid "Your preferred language for interacting with me." -msgstr "" +msgstr "Preferowany język interakcji." #: src/babel/settings.py:160 msgctxt "guildset:locale|long_desc" From c6f33c83717a196dca3779401319559cdf7ffd24 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:20:52 +0000 Subject: [PATCH 35/79] Translate locales/templates/babel.pot in pl 49% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 5442e11595da..f624e1e7d1b8 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -218,6 +218,9 @@ msgid "" "Member's own configured language will override this for their commands " "unless `force_language` is enabled." msgstr "" +"Domyślny język używany do odpowiedzi i interakcji na tym serwerze. Własny " +"skonfigurowany język członka zastąpi ten dla jego poleceń, chyba że włączona" +" jest opcja `force_language`." #: src/babel/settings.py:172 msgctxt "guildset:locale|response" From 106a481d10b5357d8921ecfbafdbb75e03add76e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:21:12 +0000 Subject: [PATCH 36/79] Translate locales/templates/babel.pot in pl 50% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index f624e1e7d1b8..3b313f81b3fe 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -225,7 +225,7 @@ msgstr "" #: src/babel/settings.py:172 msgctxt "guildset:locale|response" msgid "You have unset the guild language." -msgstr "" +msgstr "Język został wyłączony." #: src/babel/settings.py:174 #, possible-python-brace-format From 1ff84597e886ca27400babe27e425a55dfb19519 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:21:27 +0000 Subject: [PATCH 37/79] Translate locales/templates/babel.pot in pl 52% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 3b313f81b3fe..9c4654299ebe 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -231,12 +231,12 @@ msgstr "Język został wyłączony." #, possible-python-brace-format msgctxt "guildset:locale|response" msgid "You have set the guild language to {lang}." -msgstr "" +msgstr "Język został ustawiony na {lang}." #: src/babel/enums.py:43 msgctxt "localenames|locale:id" msgid "Indonesian" -msgstr "" +msgstr "Indonezja" #: src/babel/enums.py:44 msgctxt "localenames|locale:da" From 2e782b0778bc290895c51d7708f07ccf207d3ca7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:21:37 +0000 Subject: [PATCH 38/79] Translate locales/templates/babel.pot in pl 54% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 9c4654299ebe..6881eb5ad689 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -241,7 +241,7 @@ msgstr "Indonezja" #: src/babel/enums.py:44 msgctxt "localenames|locale:da" msgid "Danish" -msgstr "" +msgstr "Dania" #: src/babel/enums.py:45 msgctxt "localenames|locale:de" From 0e725dbe588c637786df2e05ef0c6a18337b8fa4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:21:46 +0000 Subject: [PATCH 39/79] Translate locales/templates/babel.pot in pl 54% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 6881eb5ad689..8acb31f72a60 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -246,7 +246,7 @@ msgstr "Dania" #: src/babel/enums.py:45 msgctxt "localenames|locale:de" msgid "German" -msgstr "" +msgstr "Niemiecki" #: src/babel/enums.py:46 msgctxt "localenames|locale:en-GB" From 46d6d1f3bbeb5cd741f17207fcc8a6ac96314ebb Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:21:55 +0000 Subject: [PATCH 40/79] Translate locales/templates/babel.pot in pl 57% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 8acb31f72a60..e822e742affa 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -251,7 +251,7 @@ msgstr "Niemiecki" #: src/babel/enums.py:46 msgctxt "localenames|locale:en-GB" msgid "English, UK" -msgstr "" +msgstr "Angielski, UK" #: src/babel/enums.py:47 msgctxt "localenames|locale:en-US" From b605760615229537e316a69cd2c865fc7e50d2c6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:22:05 +0000 Subject: [PATCH 41/79] Translate locales/templates/babel.pot in pl 59% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index e822e742affa..ce69f23f7367 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -256,12 +256,12 @@ msgstr "Angielski, UK" #: src/babel/enums.py:47 msgctxt "localenames|locale:en-US" msgid "English, US" -msgstr "" +msgstr "Angielski, US" #: src/babel/enums.py:48 msgctxt "localenames|locale:es-ES" msgid "Spanish" -msgstr "" +msgstr "Hiszpański" #: src/babel/enums.py:49 msgctxt "localenames|locale:fr" From 37e5b66040f4ccb46b53db3a0e5419466b12999d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:22:15 +0000 Subject: [PATCH 42/79] Translate locales/templates/babel.pot in pl 61% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index ce69f23f7367..ddd2a0099007 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -266,7 +266,7 @@ msgstr "Hiszpański" #: src/babel/enums.py:49 msgctxt "localenames|locale:fr" msgid "French" -msgstr "" +msgstr "Francuski" #: src/babel/enums.py:50 msgctxt "localenames|locale:hr" From 667dea9d91656a2ee0e352740a53961710130704 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:22:24 +0000 Subject: [PATCH 43/79] Translate locales/templates/babel.pot in pl 63% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index ddd2a0099007..7eb9a4e0841e 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -271,7 +271,7 @@ msgstr "Francuski" #: src/babel/enums.py:50 msgctxt "localenames|locale:hr" msgid "Croatian" -msgstr "" +msgstr "Chorwacki" #: src/babel/enums.py:51 msgctxt "localenames|locale:it" From fe61a9545eea547a0878d9e239dc4636c26dca8f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:22:33 +0000 Subject: [PATCH 44/79] Translate locales/templates/babel.pot in pl 64% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 7eb9a4e0841e..3bee2e478f40 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -276,7 +276,7 @@ msgstr "Chorwacki" #: src/babel/enums.py:51 msgctxt "localenames|locale:it" msgid "Italian" -msgstr "" +msgstr "Włoski" #: src/babel/enums.py:52 msgctxt "localenames|locale:lt" From 52ed1af97cd5d3b0cd43c6a822d7003687b2031b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:22:42 +0000 Subject: [PATCH 45/79] Translate locales/templates/babel.pot in pl 66% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 3bee2e478f40..f3a1cb5505e4 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -281,7 +281,7 @@ msgstr "Włoski" #: src/babel/enums.py:52 msgctxt "localenames|locale:lt" msgid "Lithuanian" -msgstr "" +msgstr "Litewski" #: src/babel/enums.py:53 msgctxt "localenames|locale:hu" From 8bfe833e599c3f41b7149f355f85f8e34ad33866 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:22:51 +0000 Subject: [PATCH 46/79] Translate locales/templates/babel.pot in pl 67% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index f3a1cb5505e4..984bfd628651 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -286,7 +286,7 @@ msgstr "Litewski" #: src/babel/enums.py:53 msgctxt "localenames|locale:hu" msgid "Hungarian" -msgstr "" +msgstr "Węgierski" #: src/babel/enums.py:54 msgctxt "localenames|locale:nl" From d1e194a11adfc574673289d866bb5ba8c19a2cba Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:23:02 +0000 Subject: [PATCH 47/79] Translate locales/templates/babel.pot in pl 69% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 984bfd628651..619820da93ec 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -291,7 +291,7 @@ msgstr "Węgierski" #: src/babel/enums.py:54 msgctxt "localenames|locale:nl" msgid "Dutch" -msgstr "" +msgstr "Holenderski" #: src/babel/enums.py:55 msgctxt "localenames|locale:no" From 0a79b0dcdbd41b9b12ae7844b35d9c6a0e23c21a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:23:24 +0000 Subject: [PATCH 48/79] Translate locales/templates/babel.pot in pl 70% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 619820da93ec..ce4bd4255543 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -296,7 +296,7 @@ msgstr "Holenderski" #: src/babel/enums.py:55 msgctxt "localenames|locale:no" msgid "Norwegian" -msgstr "" +msgstr "Norweski" #: src/babel/enums.py:56 msgctxt "localenames|locale:pl" From ddfa836ca42561d9d44b97303ba8d171179356c9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:23:41 +0000 Subject: [PATCH 49/79] Translate locales/templates/babel.pot in pl 71% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index ce4bd4255543..de363b3b59b7 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -301,7 +301,7 @@ msgstr "Norweski" #: src/babel/enums.py:56 msgctxt "localenames|locale:pl" msgid "Polish" -msgstr "" +msgstr "Polski" #: src/babel/enums.py:57 msgctxt "localenames|locale:pt-BR" From ee4fb38c94cc7ae3336b44de6211a31efdb7594c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:23:55 +0000 Subject: [PATCH 50/79] Translate locales/templates/babel.pot in pl 73% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index de363b3b59b7..6c352b7030a2 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -306,7 +306,7 @@ msgstr "Polski" #: src/babel/enums.py:57 msgctxt "localenames|locale:pt-BR" msgid "Portuguese, Brazilian" -msgstr "" +msgstr "Portugalski, Brazylijski" #: src/babel/enums.py:58 msgctxt "localenames|locale:ro" From 43ea33a46ec7e45d9da6342fa2b7aea425d6ed91 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:24:04 +0000 Subject: [PATCH 51/79] Translate locales/templates/babel.pot in pl 74% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 6c352b7030a2..004c9ef65d5e 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -311,7 +311,7 @@ msgstr "Portugalski, Brazylijski" #: src/babel/enums.py:58 msgctxt "localenames|locale:ro" msgid "Romanian, Romania" -msgstr "" +msgstr "Rumuński, Rumunia" #: src/babel/enums.py:59 msgctxt "localenames|locale:fi" From 452cb2ff523243bfc46e4718d3852743dd567546 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:24:14 +0000 Subject: [PATCH 52/79] Translate locales/templates/babel.pot in pl 76% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 004c9ef65d5e..11685659d486 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -316,7 +316,7 @@ msgstr "Rumuński, Rumunia" #: src/babel/enums.py:59 msgctxt "localenames|locale:fi" msgid "Finnish" -msgstr "" +msgstr "Fiński" #: src/babel/enums.py:60 msgctxt "localenames|locale:sv-SE" From 3e82717a234b19b73d59db1bc215ced40a56985f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:24:23 +0000 Subject: [PATCH 53/79] Translate locales/templates/babel.pot in pl 77% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 11685659d486..bd43ccbb5faf 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -321,12 +321,12 @@ msgstr "Fiński" #: src/babel/enums.py:60 msgctxt "localenames|locale:sv-SE" msgid "Swedish" -msgstr "" +msgstr "Szwedzki" #: src/babel/enums.py:61 msgctxt "localenames|locale:vi" msgid "Vietnamese" -msgstr "" +msgstr "Vietnamski" #: src/babel/enums.py:62 msgctxt "localenames|locale:tr" From 5b4607b974b4090f8abaf74b20210bcf801a3584 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:24:32 +0000 Subject: [PATCH 54/79] Translate locales/templates/babel.pot in pl 78% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index bd43ccbb5faf..2556ff3bde7a 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -326,7 +326,7 @@ msgstr "Szwedzki" #: src/babel/enums.py:61 msgctxt "localenames|locale:vi" msgid "Vietnamese" -msgstr "Vietnamski" +msgstr "Wietnamski" #: src/babel/enums.py:62 msgctxt "localenames|locale:tr" From dc5c96724eab0ff2908d85ede4686f983deadd5a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:24:41 +0000 Subject: [PATCH 55/79] Translate locales/templates/babel.pot in pl 78% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 2556ff3bde7a..1c4b647a804b 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -331,7 +331,7 @@ msgstr "Wietnamski" #: src/babel/enums.py:62 msgctxt "localenames|locale:tr" msgid "Turkish" -msgstr "" +msgstr "Turecki" #: src/babel/enums.py:63 msgctxt "localenames|locale:cs" From cdbbee732ba43a48563eaa7b374954be53c2da37 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:24:50 +0000 Subject: [PATCH 56/79] Translate locales/templates/babel.pot in pl 80% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 1c4b647a804b..9f345a1d1e73 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -336,7 +336,7 @@ msgstr "Turecki" #: src/babel/enums.py:63 msgctxt "localenames|locale:cs" msgid "Czech" -msgstr "" +msgstr "Czeski" #: src/babel/enums.py:64 msgctxt "localenames|locale:el" From fd3cc715d0a87e33766058c52bc99989805a6003 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:25:01 +0000 Subject: [PATCH 57/79] Translate locales/templates/babel.pot in pl 83% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 9f345a1d1e73..9adfa5907366 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -341,7 +341,7 @@ msgstr "Czeski" #: src/babel/enums.py:64 msgctxt "localenames|locale:el" msgid "Greek" -msgstr "" +msgstr "Grecki" #: src/babel/enums.py:65 msgctxt "localenames|locale:bg" From 0b7ad1bfcf7ff33ba5d6b8ad533aa86c394fc9fd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:25:12 +0000 Subject: [PATCH 58/79] Translate locales/templates/babel.pot in pl 84% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 9adfa5907366..aa6e5c7b7839 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -346,7 +346,7 @@ msgstr "Grecki" #: src/babel/enums.py:65 msgctxt "localenames|locale:bg" msgid "Bulgarian" -msgstr "" +msgstr "Bułgarski" #: src/babel/enums.py:66 msgctxt "localenames|locale:ru" From 5f767fbf233c8a4b68df617ba6503e08a48ab922 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:25:21 +0000 Subject: [PATCH 59/79] Translate locales/templates/babel.pot in pl 85% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index aa6e5c7b7839..c2a5de2854b9 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -351,7 +351,7 @@ msgstr "Bułgarski" #: src/babel/enums.py:66 msgctxt "localenames|locale:ru" msgid "Russian" -msgstr "" +msgstr "Rosyjski" #: src/babel/enums.py:67 msgctxt "localenames|locale:uk" From 87ee1a0c414ed7250d29c2e24d0f6515964c9abc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:25:30 +0000 Subject: [PATCH 60/79] Translate locales/templates/babel.pot in pl 87% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index c2a5de2854b9..05af4c651f15 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -356,7 +356,7 @@ msgstr "Rosyjski" #: src/babel/enums.py:67 msgctxt "localenames|locale:uk" msgid "Ukrainian" -msgstr "" +msgstr "Ukraiński" #: src/babel/enums.py:68 msgctxt "localenames|locale:hi" From 05069e3001f7038f6d2ec40168cf92f834c64f19 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:25:52 +0000 Subject: [PATCH 61/79] Translate locales/templates/babel.pot in pl 88% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 05af4c651f15..57e7621c8b76 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -361,7 +361,7 @@ msgstr "Ukraiński" #: src/babel/enums.py:68 msgctxt "localenames|locale:hi" msgid "Hindi" -msgstr "" +msgstr "Hindi" #: src/babel/enums.py:69 msgctxt "localenames|locale:th" From 3e84e58dfc2e817f8a6b1d07033d31b1c8b83b11 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:26:03 +0000 Subject: [PATCH 62/79] Translate locales/templates/babel.pot in pl 90% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 57e7621c8b76..ab7cc137eaa3 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -366,12 +366,12 @@ msgstr "Hindi" #: src/babel/enums.py:69 msgctxt "localenames|locale:th" msgid "Thai" -msgstr "" +msgstr "Tajski" #: src/babel/enums.py:70 msgctxt "localenames|locale:zh-CN" msgid "Chinese, China" -msgstr "" +msgstr "Chiński, Chiny" #: src/babel/enums.py:71 msgctxt "localenames|locale:ja" From 06f8c8d9774db22aaffa3681d61dcc8688d6f07a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:26:12 +0000 Subject: [PATCH 63/79] Translate locales/templates/babel.pot in pl 91% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index ab7cc137eaa3..fa6ab75af046 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -376,7 +376,7 @@ msgstr "Chiński, Chiny" #: src/babel/enums.py:71 msgctxt "localenames|locale:ja" msgid "Japanese" -msgstr "" +msgstr "Japoński" #: src/babel/enums.py:72 msgctxt "localenames|locale:zh-TW" From 97d827e94025425c58c86975878bac78ca45d7d3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:26:29 +0000 Subject: [PATCH 64/79] Translate locales/templates/babel.pot in pl 94% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index fa6ab75af046..bc4dcc1baaf0 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -381,7 +381,7 @@ msgstr "Japoński" #: src/babel/enums.py:72 msgctxt "localenames|locale:zh-TW" msgid "Chinese, Taiwan" -msgstr "" +msgstr "Chiński, Tajwan" #: src/babel/enums.py:73 msgctxt "localenames|locale:ko" From 6aa670c33f2ceb7ea916b78f520ae12e2bbb463c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:26:43 +0000 Subject: [PATCH 65/79] Translate locales/templates/babel.pot in pl 95% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index bc4dcc1baaf0..01d698a5c9bc 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -386,7 +386,7 @@ msgstr "Chiński, Tajwan" #: src/babel/enums.py:73 msgctxt "localenames|locale:ko" msgid "Korean" -msgstr "" +msgstr "Koreański" #: src/babel/enums.py:78 msgctxt "localenames|locale:he" From 20e78deab9ce8fbe558dd593bfd64be327935fcc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:26:52 +0000 Subject: [PATCH 66/79] Translate locales/templates/babel.pot in pl 97% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 01d698a5c9bc..c5aacafb2043 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -391,12 +391,12 @@ msgstr "Koreański" #: src/babel/enums.py:78 msgctxt "localenames|locale:he" msgid "Hebrew" -msgstr "" +msgstr "Hebrajski" #: src/babel/enums.py:79 msgctxt "localenames|locale:he-IL" msgid "Hebrew" -msgstr "" +msgstr "Hebrajski" #: src/babel/enums.py:80 msgctxt "localenames|locale:test" From d2940393784082453b896a1f8ae1aa97e04a4eb8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:27:02 +0000 Subject: [PATCH 67/79] Translate locales/templates/babel.pot in pl 98% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index c5aacafb2043..3060a10b0cf2 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -401,4 +401,4 @@ msgstr "Hebrajski" #: src/babel/enums.py:80 msgctxt "localenames|locale:test" msgid "Test Language" -msgstr "" +msgstr "Język testowy" From d6b3d3ae0b6aba87b6f5fe60aa1058a1424414df Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:31:24 +0000 Subject: [PATCH 68/79] Translate locales/templates/base.pot in pl 25% of minimum 1% translated source file: 'locales/templates/base.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/base.po | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 locales/pl/LC_MESSAGES/base.po diff --git a/locales/pl/LC_MESSAGES/base.po b/locales/pl/LC_MESSAGES/base.po new file mode 100644 index 000000000000..db8c5a717190 --- /dev/null +++ b/locales/pl/LC_MESSAGES/base.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Goldboy, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-22 13:17+0200\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Goldboy, 2023\n" +"Language-Team: Polish (https://app.transifex.com/leobot/teams/174919/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#: bot/modules/sysadmin/exec_cog.py:70 +msgid "You cannot use this interface!" +msgstr "Nie można używać tego interfejsu!" + +#: bot/modules/sysadmin/exec_cog.py:252 bot/modules/sysadmin/exec_cog.py:254 +msgid "async" +msgstr "" + +#: bot/modules/sysadmin/exec_cog.py:253 bot/modules/sysadmin/exec_cog.py:255 +msgid "Execute arbitrary code with Exec" +msgstr "" + +#: bot/modules/sysadmin/exec_cog.py:265 +msgid "eval" +msgstr "" From 9e0e98cca009351fa4d852a8e37e129e72f5ec4a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:31:37 +0000 Subject: [PATCH 69/79] Translate locales/templates/base.pot in pl 50% of minimum 1% translated source file: 'locales/templates/base.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/base.po b/locales/pl/LC_MESSAGES/base.po index db8c5a717190..c57d7185531f 100644 --- a/locales/pl/LC_MESSAGES/base.po +++ b/locales/pl/LC_MESSAGES/base.po @@ -27,7 +27,7 @@ msgstr "Nie można używać tego interfejsu!" #: bot/modules/sysadmin/exec_cog.py:252 bot/modules/sysadmin/exec_cog.py:254 msgid "async" -msgstr "" +msgstr "asynchroniczny" #: bot/modules/sysadmin/exec_cog.py:253 bot/modules/sysadmin/exec_cog.py:255 msgid "Execute arbitrary code with Exec" From 4fd171ecfa1fcb7a1139597700f9953c6756eda9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:31:49 +0000 Subject: [PATCH 70/79] Translate locales/templates/base.pot in pl 75% of minimum 1% translated source file: 'locales/templates/base.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/base.po b/locales/pl/LC_MESSAGES/base.po index c57d7185531f..368c8df21c12 100644 --- a/locales/pl/LC_MESSAGES/base.po +++ b/locales/pl/LC_MESSAGES/base.po @@ -31,7 +31,7 @@ msgstr "asynchroniczny" #: bot/modules/sysadmin/exec_cog.py:253 bot/modules/sysadmin/exec_cog.py:255 msgid "Execute arbitrary code with Exec" -msgstr "" +msgstr "Wykonywanie dowolnego kodu za pomocą funkcji Exec" #: bot/modules/sysadmin/exec_cog.py:265 msgid "eval" From 5ab0f66330f699b842d3f7707d88e29b9898bf5c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:31:58 +0000 Subject: [PATCH 71/79] Translate locales/templates/base.pot in pl 100% translated source file: 'locales/templates/base.pot' on 'pl'. --- locales/pl/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/base.po b/locales/pl/LC_MESSAGES/base.po index 368c8df21c12..8cf753c4225a 100644 --- a/locales/pl/LC_MESSAGES/base.po +++ b/locales/pl/LC_MESSAGES/base.po @@ -35,4 +35,4 @@ msgstr "Wykonywanie dowolnego kodu za pomocą funkcji Exec" #: bot/modules/sysadmin/exec_cog.py:265 msgid "eval" -msgstr "" +msgstr "eval" From ba7276ec71f394191e136e0d296a6dc456dc5286 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:32:33 +0000 Subject: [PATCH 72/79] Translate locales/templates/config.pot in pl 8% of minimum 1% translated source file: 'locales/templates/config.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/config.po | 87 ++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 locales/pl/LC_MESSAGES/config.po diff --git a/locales/pl/LC_MESSAGES/config.po b/locales/pl/LC_MESSAGES/config.po new file mode 100644 index 000000000000..1242ce637dec --- /dev/null +++ b/locales/pl/LC_MESSAGES/config.po @@ -0,0 +1,87 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Goldboy, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-24 12:21+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Goldboy, 2023\n" +"Language-Team: Polish (https://app.transifex.com/leobot/teams/174919/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#: src/modules/config/general.py:41 +msgctxt "guildset:timezone" +msgid "timezone" +msgstr "Strefa czasowa" + +#: src/modules/config/general.py:44 +msgctxt "guildset:timezone|desc" +msgid "Guild timezone for statistics display." +msgstr "" + +#: src/modules/config/general.py:48 +msgctxt "guildset:timezone|long_desc" +msgid "" +"Guild-wide timezone. Used to determine start of the day for the " +"leaderboards, and as the default statistics timezone for members who have " +"not set one." +msgstr "" + +#: src/modules/config/general.py:62 +#, possible-python-brace-format +msgctxt "guildset:timezone|response" +msgid "The guild timezone has been set to `{timezone}`." +msgstr "" + +#: src/modules/config/general.py:94 +msgctxt "cmd:configure_general" +msgid "general" +msgstr "" + +#: src/modules/config/general.py:95 +msgctxt "cmd:configure_general|desc" +msgid "General configuration panel" +msgstr "" + +#: src/modules/config/general.py:129 +msgctxt "cmd:configure_general|parse_failure:timezone" +msgid "Could not set the timezone!" +msgstr "" + +#: src/modules/config/general.py:150 +msgctxt "cmd:configure_general|success" +msgid "Settings Updated!" +msgstr "" + +#: src/modules/config/general.py:165 +msgctxt "cmd:configure_general|panel|title" +msgid "General Configuration Panel" +msgstr "" + +#: src/modules/config/dashboard.py:98 +#, possible-python-brace-format +msgctxt "ui:dashboard|title" +msgid "Guild Dashboard (Page {page}/{total})" +msgstr "" + +#: src/modules/config/dashboard.py:109 +msgctxt "ui:dashboard|footer" +msgid "Hover over setting names for a brief description" +msgstr "" + +#: src/modules/config/dashboard.py:172 +msgctxt "ui:dashboard|menu:config|placeholder" +msgid "Open Configuration Panel" +msgstr "" From 38c5a07b8aa63667ad2526336c8a8a5f4669707b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:32:46 +0000 Subject: [PATCH 73/79] Translate locales/templates/config.pot in pl 16% of minimum 1% translated source file: 'locales/templates/config.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/config.po b/locales/pl/LC_MESSAGES/config.po index 1242ce637dec..2cf360e44eb9 100644 --- a/locales/pl/LC_MESSAGES/config.po +++ b/locales/pl/LC_MESSAGES/config.po @@ -29,7 +29,7 @@ msgstr "Strefa czasowa" #: src/modules/config/general.py:44 msgctxt "guildset:timezone|desc" msgid "Guild timezone for statistics display." -msgstr "" +msgstr "Strefa czasowa do wyświetlania statystyk." #: src/modules/config/general.py:48 msgctxt "guildset:timezone|long_desc" From d5208793fc659d3fee250e11b704bb498b52d1f1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:27:11 +0000 Subject: [PATCH 74/79] Translate locales/templates/config.pot in pl 25% of minimum 1% translated source file: 'locales/templates/config.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/config.po b/locales/pl/LC_MESSAGES/config.po index 2cf360e44eb9..5c94f8005019 100644 --- a/locales/pl/LC_MESSAGES/config.po +++ b/locales/pl/LC_MESSAGES/config.po @@ -84,4 +84,4 @@ msgstr "" #: src/modules/config/dashboard.py:172 msgctxt "ui:dashboard|menu:config|placeholder" msgid "Open Configuration Panel" -msgstr "" +msgstr "Otwórz panel konfiguracyjny" From d3057b5429caf851cacc2e8b229df88cd5139db5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:27:36 +0000 Subject: [PATCH 75/79] Translate locales/templates/config.pot in pl 33% of minimum 1% translated source file: 'locales/templates/config.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/config.po b/locales/pl/LC_MESSAGES/config.po index 5c94f8005019..56acecd17ed3 100644 --- a/locales/pl/LC_MESSAGES/config.po +++ b/locales/pl/LC_MESSAGES/config.po @@ -68,7 +68,7 @@ msgstr "" #: src/modules/config/general.py:165 msgctxt "cmd:configure_general|panel|title" msgid "General Configuration Panel" -msgstr "" +msgstr "Ogólne ustawienia panelu konfiguracyjnego" #: src/modules/config/dashboard.py:98 #, possible-python-brace-format From ca3206378cf044f64791216c7432881d52ba62d1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:27:48 +0000 Subject: [PATCH 76/79] Translate locales/templates/config.pot in pl 41% of minimum 1% translated source file: 'locales/templates/config.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/config.po b/locales/pl/LC_MESSAGES/config.po index 56acecd17ed3..73237dac93ee 100644 --- a/locales/pl/LC_MESSAGES/config.po +++ b/locales/pl/LC_MESSAGES/config.po @@ -63,7 +63,7 @@ msgstr "" #: src/modules/config/general.py:150 msgctxt "cmd:configure_general|success" msgid "Settings Updated!" -msgstr "" +msgstr "Ustawienia zostały zmienione." #: src/modules/config/general.py:165 msgctxt "cmd:configure_general|panel|title" From 8719050bb6b06d9721d351b62892eab65b3d64d4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:00:19 +0000 Subject: [PATCH 77/79] Translate locales/templates/config.pot in pl 37% of minimum 1% translated source file: 'locales/templates/config.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/config.po | 42 +++++++------------------------- 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/locales/pl/LC_MESSAGES/config.po b/locales/pl/LC_MESSAGES/config.po index 73237dac93ee..19eb96622442 100644 --- a/locales/pl/LC_MESSAGES/config.po +++ b/locales/pl/LC_MESSAGES/config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-24 12:21+0300\n" +"POT-Creation-Date: 2023-10-15 15:58+0300\n" "PO-Revision-Date: 2023-08-28 13:43+0000\n" "Last-Translator: Goldboy, 2023\n" "Language-Team: Polish (https://app.transifex.com/leobot/teams/174919/pl/)\n" @@ -21,67 +21,43 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: src/modules/config/general.py:41 -msgctxt "guildset:timezone" -msgid "timezone" -msgstr "Strefa czasowa" - -#: src/modules/config/general.py:44 -msgctxt "guildset:timezone|desc" -msgid "Guild timezone for statistics display." -msgstr "Strefa czasowa do wyświetlania statystyk." - -#: src/modules/config/general.py:48 -msgctxt "guildset:timezone|long_desc" -msgid "" -"Guild-wide timezone. Used to determine start of the day for the " -"leaderboards, and as the default statistics timezone for members who have " -"not set one." -msgstr "" - -#: src/modules/config/general.py:62 -#, possible-python-brace-format -msgctxt "guildset:timezone|response" -msgid "The guild timezone has been set to `{timezone}`." -msgstr "" - -#: src/modules/config/general.py:94 +#: src/modules/config/cog.py:56 src/modules/config/general.py:52 msgctxt "cmd:configure_general" msgid "general" msgstr "" -#: src/modules/config/general.py:95 +#: src/modules/config/cog.py:57 src/modules/config/general.py:53 msgctxt "cmd:configure_general|desc" msgid "General configuration panel" msgstr "" -#: src/modules/config/general.py:129 +#: src/modules/config/general.py:91 msgctxt "cmd:configure_general|parse_failure:timezone" msgid "Could not set the timezone!" msgstr "" -#: src/modules/config/general.py:150 +#: src/modules/config/general.py:112 msgctxt "cmd:configure_general|success" msgid "Settings Updated!" msgstr "Ustawienia zostały zmienione." -#: src/modules/config/general.py:165 +#: src/modules/config/general.py:127 msgctxt "cmd:configure_general|panel|title" msgid "General Configuration Panel" msgstr "Ogólne ustawienia panelu konfiguracyjnego" -#: src/modules/config/dashboard.py:98 +#: src/modules/config/dashboard.py:99 #, possible-python-brace-format msgctxt "ui:dashboard|title" msgid "Guild Dashboard (Page {page}/{total})" msgstr "" -#: src/modules/config/dashboard.py:109 +#: src/modules/config/dashboard.py:110 msgctxt "ui:dashboard|footer" msgid "Hover over setting names for a brief description" msgstr "" -#: src/modules/config/dashboard.py:172 +#: src/modules/config/dashboard.py:173 msgctxt "ui:dashboard|menu:config|placeholder" msgid "Open Configuration Panel" msgstr "Otwórz panel konfiguracyjny" From d91b0717bb79be1e1f32f9cfd28eeded0111a27e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:40:36 +0000 Subject: [PATCH 78/79] Translate locales/templates/config.pot in pl 13% of minimum 1% translated source file: 'locales/templates/config.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/config.po | 88 +++++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git a/locales/pl/LC_MESSAGES/config.po b/locales/pl/LC_MESSAGES/config.po index 19eb96622442..fb2783271eb0 100644 --- a/locales/pl/LC_MESSAGES/config.po +++ b/locales/pl/LC_MESSAGES/config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-15 15:58+0300\n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" "PO-Revision-Date: 2023-08-28 13:43+0000\n" "Last-Translator: Goldboy, 2023\n" "Language-Team: Polish (https://app.transifex.com/leobot/teams/174919/pl/)\n" @@ -21,6 +21,26 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +#: src/modules/config/settingui.py:56 +msgctxt "ui:general_config|menu:event_log|placeholder" +msgid "Select Event Log" +msgstr "" + +#: src/modules/config/settingui.py:64 +msgctxt "ui:general_config|embed:title" +msgid "General Configuration" +msgstr "" + +#: src/modules/config/settingui.py:99 +msgctxt "dash:general|title" +msgid "General Configuration ({commands[config general]})" +msgstr "" + +#: src/modules/config/settingui.py:103 +msgctxt "dash:general|option|name" +msgid "General Configuration Panel" +msgstr "" + #: src/modules/config/cog.py:56 src/modules/config/general.py:52 msgctxt "cmd:configure_general" msgid "general" @@ -61,3 +81,69 @@ msgstr "" msgctxt "ui:dashboard|menu:config|placeholder" msgid "Open Configuration Panel" msgstr "Otwórz panel konfiguracyjny" + +#: src/modules/config/settings.py:33 +msgctxt "guildset:timezone" +msgid "timezone" +msgstr "" + +#: src/modules/config/settings.py:36 +msgctxt "guildset:timezone|desc" +msgid "Guild timezone for statistics display." +msgstr "" + +#: src/modules/config/settings.py:40 +msgctxt "guildset:timezone|long_desc" +msgid "" +"Guild-wide timezone. Used to determine start of the day for the " +"leaderboards, and as the default statistics timezone for members who have " +"not set one." +msgstr "" + +#: src/modules/config/settings.py:54 +#, possible-python-brace-format +msgctxt "guildset:timezone|response" +msgid "The guild timezone has been set to `{timezone}`." +msgstr "" + +#: src/modules/config/settings.py:66 +msgctxt "guildset:eventlog" +msgid "event_log" +msgstr "" + +#: src/modules/config/settings.py:69 +msgctxt "guildset:eventlog|desc" +msgid "" +"My audit log channel where I send server actions and events (e.g. rankgs and" +" expiring roles)." +msgstr "" + +#: src/modules/config/settings.py:73 +msgctxt "guildset:eventlog|long_desc" +msgid "" +"If configured, I will log most significant actions taken or events which occur through my interface, into this channel. Logged events include, for example:\n" +"- Member voice activity\n" +"- Roles equipped and expiring from rolemenus\n" +"- Privated rooms rented and expiring\n" +"- Activity ranks earned\n" +"I must have the 'Manage Webhooks' permission in this channel." +msgstr "" + +#: src/modules/config/settings.py:95 +#, possible-python-brace-format +msgctxt "guildset:eventlog|check_value|error:perms|perm:manage_webhooks" +msgid "" +"Cannot set {channel} as an event log! I lack the 'Manage Webhooks' " +"permission there." +msgstr "" + +#: src/modules/config/settings.py:106 +#, possible-python-brace-format +msgctxt "guildset:eventlog|response|set" +msgid "Events will now be logged to {channel}" +msgstr "" + +#: src/modules/config/settings.py:111 +msgctxt "guildset:eventlog|response|unset" +msgid "Guild events will no longer be logged." +msgstr "" From d37d9239ec6abd31241eb9787d0a2d47e933831b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:41:14 +0000 Subject: [PATCH 79/79] Translate locales/templates/babel.pot in pl 98% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/pl/LC_MESSAGES/babel.po | 72 ++++++++++++++++----------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/locales/pl/LC_MESSAGES/babel.po b/locales/pl/LC_MESSAGES/babel.po index 3060a10b0cf2..50045990babb 100644 --- a/locales/pl/LC_MESSAGES/babel.po +++ b/locales/pl/LC_MESSAGES/babel.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-24 12:21+0300\n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" "PO-Revision-Date: 2023-08-28 13:43+0000\n" "Last-Translator: Goldboy, 2023\n" "Language-Team: Polish (https://app.transifex.com/leobot/teams/174919/pl/)\n" @@ -21,22 +21,22 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: src/babel/settingui.py:40 +#: src/babel/settingui.py:41 msgctxt "ui:locale_config|button:force|label" msgid "Toggle Force" msgstr "Przełącz" -#: src/babel/settingui.py:49 +#: src/babel/settingui.py:50 msgctxt "ui:locale_config|embed|title" msgid "Language Configuration Panel" msgstr "Panel konfiguracji języka" -#: src/babel/settingui.py:83 +#: src/babel/settingui.py:84 msgctxt "dash:locale|title" -msgid "Server Language Configuration ({commands[configure language]})" -msgstr "Konfiguracja języka serwera ({commands[configure language]})" +msgid "Server Language Configuration ({commands[config language]})" +msgstr "" -#: src/babel/settingui.py:87 +#: src/babel/settingui.py:88 msgctxt "dash:locale|dropdown|placeholder" msgid "Server Language Panel" msgstr "Panel języka serwera" @@ -51,44 +51,44 @@ msgctxt "cmd:configure_language|desc" msgid "Configure the default language I will use in this server." msgstr "Skonfiguruj domyślny język, którego będę używał na tym serwerze." -#: src/babel/cog.py:147 +#: src/babel/cog.py:145 #, possible-python-brace-format msgctxt "cmd:configure_language|error" msgid "" "You cannot enable `{force_setting}` without having a configured language!" msgstr "Nie można włączyć `{force_setting}` bez skonfigurowanego języka!" -#: src/babel/cog.py:167 +#: src/babel/cog.py:165 msgctxt "cmd:configure_language|success" msgid "Language settings updated!" msgstr "Ustawienia językowe zaktualizowane!" -#: src/babel/cog.py:183 +#: src/babel/cog.py:181 msgctxt "cmd:userconfig_language" msgid "language" msgstr "Język" -#: src/babel/cog.py:186 +#: src/babel/cog.py:184 msgctxt "cmd:userconfig_language|desc" msgid "Set your preferred interaction language." msgstr "Ustaw preferowany język interakcji." -#: src/babel/cog.py:190 +#: src/babel/cog.py:188 msgctxt "cmd:userconfig_language|param:language" msgid "language" msgstr "Język" -#: src/babel/cog.py:195 +#: src/babel/cog.py:193 msgctxt "cmd:userconfig_language|param:language|desc" msgid "Which language do you want me to respond in?" msgstr "W jakim języku mam odpowiadać?" -#: src/babel/cog.py:211 +#: src/babel/cog.py:209 msgctxt "cmd:userconfig_language|button:reset|label" msgid "Reset" msgstr "Resetuj" -#: src/babel/cog.py:252 +#: src/babel/cog.py:250 #, possible-python-brace-format msgctxt "acmpl:language|no_match" msgid "No supported languages matching {partial}" @@ -107,38 +107,38 @@ msgctxt "utils|short_months" msgid "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" msgstr "Sty,Lut,Marz,Kwi,Maj,Czer,Lip,Sier,Wrze,Paź,Lis,Gru" -#: src/babel/settings.py:23 +#: src/babel/settings.py:25 msgctxt "settype:locale|accepts" msgid "Enter a supported language (e.g. 'en-GB')." msgstr "Wprowadź obsługiwany język (np. 'en-GB')." -#: src/babel/settings.py:34 +#: src/babel/settings.py:36 msgctxt "settype:locale|summary_table|field:supported|key" msgid "Supported" msgstr "Obsługiwany" -#: src/babel/settings.py:44 +#: src/babel/settings.py:46 msgctxt "settype:locale|formatted:unset" msgid "Unset" msgstr "Nieustawione" -#: src/babel/settings.py:60 +#: src/babel/settings.py:62 #, possible-python-brace-format msgctxt "settype:locale|error" msgid "Sorry, we do not support the language `{lang}` at this time!" msgstr "Przepraszamy, obecnie nie obsługujemy tego języka `{lang}`!" -#: src/babel/settings.py:75 +#: src/babel/settings.py:77 msgctxt "userset:locale" msgid "language" msgstr "Język" -#: src/babel/settings.py:76 +#: src/babel/settings.py:78 msgctxt "userset:locale|desc" msgid "Your preferred language for interacting with me." msgstr "Preferowany język interakcji ze mną." -#: src/babel/settings.py:79 +#: src/babel/settings.py:81 msgctxt "userset:locale|long_desc" msgid "" "The language you would prefer me to respond to commands and interactions in." @@ -147,23 +147,23 @@ msgstr "" "Język, w którym mam odpowiadać na polecenia i interakcje. Serwery mogą być " "skonfigurowane tak, aby zastąpić to własnym językiem." -#: src/babel/settings.py:90 +#: src/babel/settings.py:92 msgctxt "userset:locale|response" msgid "You have unset your language." msgstr "Masz nieustawiony język." -#: src/babel/settings.py:92 +#: src/babel/settings.py:94 #, possible-python-brace-format msgctxt "userset:locale|response" msgid "You have set your language to {lang}." msgstr "Język został ustawiony na {lang}." -#: src/babel/settings.py:110 +#: src/babel/settings.py:113 msgctxt "guildset:force_locale" msgid "force_language" msgstr "force_language" -#: src/babel/settings.py:112 +#: src/babel/settings.py:115 msgctxt "guildset:force_locale|desc" msgid "" "Whether to force all members to use the configured guild language when " @@ -172,7 +172,7 @@ msgstr "" "Wymusić wszystkich członków do używania skonfigurowanego języka podczas " "interakcji ze mną?" -#: src/babel/settings.py:115 +#: src/babel/settings.py:118 msgctxt "guildset:force_locale|long_desc" msgid "" "When enabled, commands in this guild will always use the configured guild " @@ -181,37 +181,37 @@ msgstr "" "Gdy ta opcja jest włączona, polecenia będą zawsze używać skonfigurowanego " "języka, niezależnie od języka skonfigurowanego osobiście przez członka." -#: src/babel/settings.py:119 +#: src/babel/settings.py:122 msgctxt "guildset:force_locale|output" msgid "Enabled (members will be forced to use the server language)" msgstr "Włączone (członkowie będą zmuszeni do używania języka serwera)" -#: src/babel/settings.py:120 +#: src/babel/settings.py:123 msgctxt "guildset:force_locale|output" msgid "Disabled (members may set their own language)" msgstr "Wyłączone (członkowie mogą ustawić własny język)" -#: src/babel/settings.py:134 +#: src/babel/settings.py:137 msgctxt "guildset:force_locale|response" msgid "I will always use the set language in this server." msgstr "Zawsze będę używał ustalonego języka na tym serwerze." -#: src/babel/settings.py:139 +#: src/babel/settings.py:142 msgctxt "guildset:force_locale|response" msgid "I will now allow the members to set their own language here." msgstr "Pozwolę teraz członkom na ustawienie własnego języka." -#: src/babel/settings.py:156 +#: src/babel/settings.py:160 msgctxt "guildset:locale" msgid "language" msgstr "Język" -#: src/babel/settings.py:157 +#: src/babel/settings.py:161 msgctxt "guildset:locale|desc" msgid "Your preferred language for interacting with me." msgstr "Preferowany język interakcji." -#: src/babel/settings.py:160 +#: src/babel/settings.py:164 msgctxt "guildset:locale|long_desc" msgid "" "The default language to use for responses and interactions in this server. " @@ -222,12 +222,12 @@ msgstr "" "skonfigurowany język członka zastąpi ten dla jego poleceń, chyba że włączona" " jest opcja `force_language`." -#: src/babel/settings.py:172 +#: src/babel/settings.py:176 msgctxt "guildset:locale|response" msgid "You have unset the guild language." msgstr "Język został wyłączony." -#: src/babel/settings.py:174 +#: src/babel/settings.py:178 #, possible-python-brace-format msgctxt "guildset:locale|response" msgid "You have set the guild language to {lang}."