@@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2025-11-26 02:18+0000\n "
12- "PO-Revision-Date : 2025-11-10 11:51 +0000\n "
12+ "PO-Revision-Date : 2025-11-30 09:00 +0000\n "
1313"Last-Translator : Jiří Podhorecký <j.podhorecky@volny.cz>\n "
1414"Language-Team : Czech <https://hosted.weblate.org/projects/fsfe/reuse-tool/cs/ "
1515">\n "
@@ -94,16 +94,18 @@ msgid "Template '{template}' could not be found."
9494msgstr "Šablonu {template} se nepodařilo najít."
9595
9696#: src/reuse/cli/annotate.py:236
97- #, fuzzy , python-brace-format
97+ #, python-brace-format
9898msgid "'{year}' is not a valid year range."
99- msgstr "{value!r} není platný boolean ."
99+ msgstr "'{year}' není platný rozsah let ."
100100
101101#: src/reuse/cli/annotate.py:245
102102#, python-brace-format
103103msgid ""
104104"Your operating system's year is set to '{year}'. This is not four digits, "
105105"and not supported."
106106msgstr ""
107+ "Rok vašeho operačního systému je nastaven na '{year}'. Toto číslo není "
108+ "čtyřmístné a není podporováno."
107109
108110#: src/reuse/cli/annotate.py:287
109111msgid "Add copyright and licensing into the headers of files."
@@ -131,9 +133,8 @@ msgid "COPYRIGHT"
131133msgstr "COPYRIGHT"
132134
133135#: src/reuse/cli/annotate.py:312
134- #, fuzzy
135136msgid "Copyright holder, repeatable."
136- msgstr "Prohlášení o autorských právech , opakovatelné."
137+ msgstr "Držitel autorských práv , opakovatelné."
137138
138139#. TRANSLATORS: You may translate this. Please preserve capital letters.
139140#: src/reuse/cli/annotate.py:319
@@ -161,7 +162,7 @@ msgstr "ROK"
161162#: src/reuse/cli/annotate.py:343
162163msgid ""
163164"Year of copyright notice. You may define multiple years or a range of years."
164- msgstr ""
165+ msgstr "Rok autorského práva. Můžete definovat více let nebo rozsah let. "
165166
166167#: src/reuse/cli/annotate.py:353
167168msgid "Comment style to use."
@@ -181,16 +182,12 @@ msgid "Name of template to use."
181182msgstr "Název šablony, která se má použít."
182183
183184#: src/reuse/cli/annotate.py:384
184- #, fuzzy
185185msgid "Do not include year in copyright notice."
186- msgstr "V prohlášení o autorských právech neuvádějte rok."
186+ msgstr "Do upozornění o autorských právech neuvádějte rok."
187187
188188#: src/reuse/cli/annotate.py:390
189- #, fuzzy
190189msgid "Merge copyright notices if they are identical except for their years."
191- msgstr ""
192- "Slučte řádky s autorskými právy, pokud jsou prohlášení o autorských právech "
193- "totožná."
190+ msgstr "Sloučte informace o autorských právech, pokud se liší pouze rokem."
194191
195192#: src/reuse/cli/annotate.py:398
196193msgid "Force single-line comment style."
@@ -310,19 +307,20 @@ msgid "Download a license and place it in the LICENSES/ directory."
310307msgstr "Stáhněte si licenci a umístěte ji do adresáře LICENSES/."
311308
312309#: src/reuse/cli/download.py:109
313- #, fuzzy
314310msgid ""
315311"LICENSE should be a valid SPDX License Identifier. You may specify LICENSE "
316312"multiple times to download multiple licenses."
317313msgstr ""
318- "LICENSE musí být platný identifikátor licence SPDX. Pro stažení více licencí "
319- "můžete zadat LICENSE vícekrát ."
314+ "LICENSE by měl být platný identifikátor licence SPDX. LICENSE můžete zadat "
315+ "vícekrát, abyste stáhli více licencí ."
320316
321317#: src/reuse/cli/download.py:115
322318msgid ""
323319"If LICENSE starts with LicenseRef-, then a corresponding empty file is "
324320"created in the LICENSES/ directory."
325321msgstr ""
322+ "Pokud LICENSE začíná LicenseRef-, vytvoří se odpovídající prázdný soubor v "
323+ "adresáři LICENSES/."
326324
327325#: src/reuse/cli/download.py:128
328326msgid "Download all missing licenses detected in the project."
@@ -597,25 +595,34 @@ msgid ""
597595"REUSE_ENCODING_MODULE must have a value in {modules}; it has '{env_module}'. "
598596"Aborting."
599597msgstr ""
598+ "REUSE_ENCODING_MODULE musí mít hodnotu v {modules}; má hodnotu'{env_module}"
599+ "'. Přerušeno."
600600
601601#: src/reuse/extract.py:84
602602msgid ""
603603"No supported module that can detect the encoding of files could be "
604604"successfully imported. Re-read the installation instructions for the reuse "
605605"package, or try the following:"
606606msgstr ""
607+ "Nepodařilo se úspěšně importovat žádný podporovaný modul, který dokáže "
608+ "detekovat kódování souborů. Přečtěte si znovu instalační pokyny pro balíček "
609+ "reuse nebo zkuste následující:"
607610
608611#: src/reuse/extract.py:90
609612msgid ""
610613"- If you are running a Linux distribution, try your equivalent of `apt "
611614"install file` or `dnf install file`."
612615msgstr ""
616+ "- Pokud používáte distribuci Linuxu, zkuste ekvivalent příkazu `apt install "
617+ "file` nebo `dnf install file`."
613618
614619#: src/reuse/extract.py:95
615620msgid ""
616621"- Run ` pipx install reuse[charset-normalizer]`. Replace 'pipx' with 'pip' "
617622"if you are not using pipx."
618623msgstr ""
624+ "- Spusťte příkaz ` pipx install reuse[charset-normalizer]`. Pokud "
625+ "nepoužíváte pipx, nahraďte 'pipx' za 'pip'."
619626
620627#: src/reuse/extract.py:487
621628#, python-brace-format
@@ -632,6 +639,8 @@ msgid ""
632639"extracting REUSE information from '{path}' (encoding {encoding}, encoding "
633640"module {module}, newline {newline})"
634641msgstr ""
642+ "extrahování informací REUSE z '{path}' "
643+ "(encoding {encoding}, encoding module {module}, newline {newline})"
635644
636645#: src/reuse/global_licensing.py:92
637646#, python-brace-format
@@ -667,9 +676,9 @@ msgstr ""
667676"Hodnota 'precedence' musí být jedna z {precedence_vals} (got {received})"
668677
669678#: src/reuse/global_licensing.py:219
670- #, fuzzy , python-brace-format
679+ #, python-brace-format
671680msgid "Could not parse '{notice}'"
672- msgstr "Nepodařilo se analyzovat '{expression }'"
681+ msgstr "Nelze analyzovat '{notice }'"
673682
674683#: src/reuse/header.py:103
675684msgid "generated comment is missing copyright lines or license expressions"
@@ -843,14 +852,12 @@ msgid "deprecated license"
843852msgstr "zastaralá licence"
844853
845854#: src/reuse/lint.py:355
846- #, fuzzy
847855msgid "license without file extension"
848- msgstr "Licence bez přípony souboru: "
856+ msgstr "licence bez přípony souboru"
849857
850858#: src/reuse/lint.py:360
851- #, fuzzy
852859msgid "unused license"
853- msgstr "Nepoužité licence: "
860+ msgstr "nepoužité licence"
854861
855862#: src/reuse/project.py:253
856863#, python-brace-format
0 commit comments