Skip to content

Commit

Permalink
Update reuse-website.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
fsfe-system committed Sep 12, 2024
1 parent 5a870f6 commit 011f140
Show file tree
Hide file tree
Showing 14 changed files with 351 additions and 145 deletions.
101 changes: 75 additions & 26 deletions site/po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: translators@lists.fsfe.org\n"
"POT-Creation-Date: 2024-08-23 12:24+0000\n"
"POT-Creation-Date: 2024-09-12 09:39+0000\n"
"PO-Revision-Date: 2024-08-25 06:09+0000\n"
"Last-Translator: Jiří Podhorecký <j.podhorecky@volny.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/fsfe/"
"reuse-website-markdown/cs/>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/fsfe/reuse-website-"
"markdown/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -329,8 +329,16 @@ msgstr ""

#. type: Fenced code block (yaml)
#: site/content/en/dev.md
#, no-wrap
msgid ""
#, fuzzy, no-wrap
#| msgid ""
#| "repos:\n"
#| " - repo: https://github.com/fsfe/reuse-tool\n"
#| " rev: v4.0.3\n"
#| " hooks:\n"
#| " - id: reuse\n"
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"repos:\n"
" - repo: https://github.com/fsfe/reuse-tool\n"
" rev: v4.0.3\n"
Expand Down Expand Up @@ -392,13 +400,12 @@ msgstr "Do souboru `.drone.yml` vložte následující úryvek:"
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"steps:\n"
" - name: reuse\n"
" image: fsfe/reuse:latest\n"
msgstr ""
"steps:\n"
" - name: reuse\n"
" image: fsfe/reuse:latest\n"

#. type: Plain text
#: site/content/en/dev.md
Expand All @@ -422,8 +429,22 @@ msgstr ""

#. type: Fenced code block (yaml)
#: site/content/en/dev.md
#, no-wrap
msgid ""
#, fuzzy, no-wrap
#| msgid ""
#| "name: REUSE Compliance Check\n"
#| "\n"
#| "on: [push, pull_request]\n"
#| "\n"
#| "jobs:\n"
#| " test:\n"
#| " runs-on: ubuntu-latest\n"
#| " steps:\n"
#| " - uses: actions/checkout@v4\n"
#| " - name: REUSE Compliance Check\n"
#| " uses: fsfe/reuse-action@v4\n"
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"name: REUSE Compliance Check\n"
"\n"
"on: [push, pull_request]\n"
Expand Down Expand Up @@ -479,8 +500,17 @@ msgstr "Do souboru `.gitlab-ci.yml` vložte následující úryvek:"

#. type: Fenced code block (yaml)
#: site/content/en/dev.md
#, no-wrap
msgid ""
#, fuzzy, no-wrap
#| msgid ""
#| "reuse:\n"
#| " image:\n"
#| " name: fsfe/reuse:latest\n"
#| " entrypoint: [\"\"]\n"
#| " script:\n"
#| " - reuse lint\n"
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"reuse:\n"
" image:\n"
" name: fsfe/reuse:latest\n"
Expand Down Expand Up @@ -517,8 +547,19 @@ msgstr "Do souboru `.travis.yml` vložte následující úryvek:"

#. type: Fenced code block (yaml)
#: site/content/en/dev.md
#, no-wrap
msgid ""
#, fuzzy, no-wrap
#| msgid ""
#| "language: minimal\n"
#| "\n"
#| "services:\n"
#| " - docker\n"
#| "\n"
#| "before_install:\n"
#| " - docker pull fsfe/reuse:latest\n"
#| " - docker run -v ${TRAVIS_BUILD_DIR}:/data fsfe/reuse:latest lint\n"
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"language: minimal\n"
"\n"
"services:\n"
Expand Down Expand Up @@ -2262,9 +2303,7 @@ msgstr ""
#: site/content/en/faq.md
#, no-wrap
msgid "... deal with uncopyrightable files? {#uncopyrightable}"
msgstr ""
"... zabývat se soubory, na které se nevztahují autorská práva? "
"{#uncopyrightable}"
msgstr "... zabývat se soubory, na které se nevztahují autorská práva? {#uncopyrightable}"

#. type: Plain text
#: site/content/en/faq.md
Expand Down Expand Up @@ -3203,8 +3242,8 @@ msgstr ""
"Najděte svou licenci v [Seznamu licencí SPDX](https://spdx.org/licenses/). "
"SPDX je otevřený standard pro sdělování informací o licencích a autorských "
"právech. Každá licence je jednoznačně identifikována krátkým identifikátorem "
"licence SPDX. Identifikátor licence SPDX pro vámi vybranou licenci je `GPL-3."
"0-nebo-novější`."
"licence SPDX. Identifikátor licence SPDX pro vámi vybranou licenci je "
"`GPL-3.0-nebo-novější`."

#. type: Plain text
#: site/content/en/tutorial.md
Expand Down Expand Up @@ -5173,8 +5212,8 @@ msgid ""
"License File --- a file containing the text of a license, as defined in "
"[License Files](#license-files)."
msgstr ""
"Licenční soubor --- soubor obsahující text licence, jak je definováno v ["
"Licenční soubory](#license-files)."
"Licenční soubor --- soubor obsahující text licence, jak je definováno v "
"[Licenční soubory](#license-files)."

#. type: Bullet: '- '
#: site/content/en/spec-3.2.md
Expand Down Expand Up @@ -5271,8 +5310,8 @@ msgid ""
"precedence."
msgstr ""
"DEP5 --- Strojově čitelný soubor `debian/copyright`, verze 1.0; jak je k "
"dispozici na <https://www.debian.org/doc/packaging-manuals/copyright-format/1"
".0/> a dále definované v [DEP5 (zastaralé)](#dep5-deprecated). Kde "
"dispozici na <https://www.debian.org/doc/packaging-manuals/copyright-"
"format/1.0/> a dále definované v [DEP5 (zastaralé)](#dep5-deprecated). Kde "
"specifikace REUSE a DEP5 uvádějí různé věci, má přednost specifikace REUSE."

#. type: Bullet: '- '
Expand Down Expand Up @@ -5576,9 +5615,9 @@ msgstr ""
"Někdy se licenční informace vztahuje pouze na určitý úryvek namísto celého "
"komentovatelného souboru. V těchto případech MUSÍ být pro daný úryvek "
"použity značky úryvků SPDX (jak je definováno ve [Specifikaci SPDX, příloha "
"H](https://spdx.github.io/spdx-spec/v2.3/file-tags/#h3-snippet-tags-format))"
". To znamená, že oznámení o autorských právech uvnitř úryvků MUSÍ mít "
"předponu `SPDX-SnippetCopyrightText`."
"H](https://spdx.github.io/spdx-spec/v2.3/file-tags/#h3-snippet-tags-"
"format)). To znamená, že oznámení o autorských právech uvnitř úryvků MUSÍ "
"mít předponu `SPDX-SnippetCopyrightText`."

#. type: Plain text
#: site/content/en/spec-3.2.md
Expand Down Expand Up @@ -6094,6 +6133,16 @@ msgstr ""
msgid "Examples of valid Copyright Notices:"
msgstr "Příklady platných oznámení o autorských právech:"

#, no-wrap
#~ msgid ""
#~ "steps:\n"
#~ " - name: reuse\n"
#~ " image: fsfe/reuse:latest\n"
#~ msgstr ""
#~ "steps:\n"
#~ " - name: reuse\n"
#~ " image: fsfe/reuse:latest\n"

#, no-wrap
#~ msgid "/spec"
#~ msgstr "/spec"
Expand Down
12 changes: 11 additions & 1 deletion site/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: translators@lists.fsfe.org\n"
"POT-Creation-Date: 2024-08-23 12:24+0000\n"
"POT-Creation-Date: 2024-09-12 09:39+0000\n"
"PO-Revision-Date: 2022-08-30 10:18+0000\n"
"Last-Translator: Johannes Keyser <joke@fsfe.org>\n"
"Language-Team: German <https://hosted.weblate.org/projects/fsfe/reuse-"
Expand Down Expand Up @@ -336,6 +336,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"repos:\n"
" - repo: https://github.com/fsfe/reuse-tool\n"
" rev: v4.0.3\n"
Expand Down Expand Up @@ -394,6 +396,8 @@ msgstr "Fügen Sie folgenden Ausschnitt in Ihre `.drone.yml`-Datei ein:"
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"steps:\n"
" - name: reuse\n"
" image: fsfe/reuse:latest\n"
Expand Down Expand Up @@ -429,6 +433,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"name: REUSE Compliance Check\n"
"\n"
"on: [push, pull_request]\n"
Expand Down Expand Up @@ -485,6 +491,8 @@ msgstr "Fügen Sie folgenden Ausschnitt in Ihre `.gitlab-ci.yml`-Datei ein:"
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"reuse:\n"
" image:\n"
" name: fsfe/reuse:latest\n"
Expand Down Expand Up @@ -521,6 +529,8 @@ msgstr "Fügen Sie folgenden Ausschnitt in Ihre `.travis.yml`-Datei ein:"
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"language: minimal\n"
"\n"
"services:\n"
Expand Down
12 changes: 11 additions & 1 deletion site/po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-08-23 12:24+0000\n"
"POT-Creation-Date: 2024-09-12 09:39+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -242,6 +242,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"repos:\n"
" - repo: https://github.com/fsfe/reuse-tool\n"
" rev: v4.0.3\n"
Expand Down Expand Up @@ -292,6 +294,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"steps:\n"
" - name: reuse\n"
" image: fsfe/reuse:latest\n"
Expand Down Expand Up @@ -319,6 +323,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"name: REUSE Compliance Check\n"
"\n"
"on: [push, pull_request]\n"
Expand Down Expand Up @@ -361,6 +367,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"reuse:\n"
" image:\n"
" name: fsfe/reuse:latest\n"
Expand Down Expand Up @@ -391,6 +399,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"language: minimal\n"
"\n"
"services:\n"
Expand Down
12 changes: 11 additions & 1 deletion site/po/eo.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: translators@lists.fsfe.org\n"
"POT-Creation-Date: 2024-08-23 12:24+0000\n"
"POT-Creation-Date: 2024-09-12 09:39+0000\n"
"PO-Revision-Date: 2021-03-11 11:02+0000\n"
"Last-Translator: phlostically <phlostically@mailinator.com>\n"
"Language-Team: Esperanto <https://hosted.weblate.org/projects/fsfe/reuse-"
Expand Down Expand Up @@ -247,6 +247,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"repos:\n"
" - repo: https://github.com/fsfe/reuse-tool\n"
" rev: v4.0.3\n"
Expand Down Expand Up @@ -297,6 +299,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"steps:\n"
" - name: reuse\n"
" image: fsfe/reuse:latest\n"
Expand Down Expand Up @@ -324,6 +328,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"name: REUSE Compliance Check\n"
"\n"
"on: [push, pull_request]\n"
Expand Down Expand Up @@ -366,6 +372,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"reuse:\n"
" image:\n"
" name: fsfe/reuse:latest\n"
Expand Down Expand Up @@ -396,6 +404,8 @@ msgstr ""
#: site/content/en/dev.md
#, no-wrap
msgid ""
"# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.\n"
"# SPDX-License-Identifier: CC0-1.0\n"
"language: minimal\n"
"\n"
"services:\n"
Expand Down
Loading

0 comments on commit 011f140

Please sign in to comment.