Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdswift committed Feb 5, 2025
2 parents 833ba8d + a9ae07e commit d47493e
Show file tree
Hide file tree
Showing 221 changed files with 17,901 additions and 114 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/manual_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pythonVersion:
description: 'Python version to use for the processing'
required: true
default: '3.8'
default: '3.11'
type: choice
options:
- 3.7
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ inputs.pythonVersion }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.pythonVersion }}
- name: Install dependencies
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
python ./setup.py build map
- name: Store Tag Map Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tag_map_files
path: docs/MusicBrainz_Picard_Tag_Map.*
Expand All @@ -65,7 +65,7 @@ jobs:
python ./setup.py clean html
python ./setup.py ${{ env.MY_BUILD_ARG }} build html
- name: Store HTML Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html_files
path: docs/*.zip
Expand All @@ -75,7 +75,7 @@ jobs:
python ./setup.py clean epub
python ./setup.py ${{ env.MY_BUILD_ARG }} build epub
- name: Store ePub Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: epub_file
path: docs/*.epub
Expand All @@ -95,7 +95,7 @@ jobs:
python ./setup.py clean pdf
python ./setup.py ${{ env.MY_BUILD_ARG }} build pdf
- name: Store PDF Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pdf_file
path: docs/*.pdf
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -55,7 +55,7 @@ jobs:
run: |
python ./setup.py build map
- name: Store Tag Map Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tag_map_files
path: docs/MusicBrainz_Picard_Tag_Map.*
Expand All @@ -65,7 +65,7 @@ jobs:
python ./setup.py clean html
python ./setup.py build html
- name: Store HTML Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html_files
path: docs/*.zip
Expand All @@ -75,7 +75,7 @@ jobs:
python ./setup.py clean epub
python ./setup.py build epub
- name: Store ePub Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: epub_file
path: docs/*.epub
Expand All @@ -95,7 +95,7 @@ jobs:
python ./setup.py clean pdf
python ./setup.py build pdf
- name: Store PDF Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pdf_file
path: docs/*.pdf
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -57,7 +57,7 @@ jobs:
run: |
python ./setup.py build map
- name: Store Tag Map Build Output File
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tag_map_files
path: docs/MusicBrainz_Picard_Tag_Map.*
Expand All @@ -70,7 +70,7 @@ jobs:
python ./setup.py clean html
python ./setup.py -l all build html
- name: Store HTML Build Output Files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html_files
path: docs/*.zip
Expand All @@ -80,7 +80,7 @@ jobs:
python ./setup.py clean epub
python ./setup.py -l all build epub
- name: Store ePub Build Output Files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: epub_files
path: docs/*.epub
Expand All @@ -100,7 +100,7 @@ jobs:
python ./setup.py clean pdf
python ./setup.py -l all build pdf
- name: Store PDF Build Output Files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pdf_files
path: docs/*.pdf
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
matrix:
python-version: [3.11]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
29 changes: 14 additions & 15 deletions _locale/de/LC_MESSAGES/about_picard/acknowledgements.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
# Philipp Wolfer <[email protected]>, 2023.
# chaban <[email protected]>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: MusicBrainz Picard v2.6.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-30 11:08-0600\n"
"PO-Revision-Date: 2023-08-25 09:24+0000\n"
"Last-Translator: Philipp Wolfer <[email protected]>\n"
"Language-Team: German <https://translations.metabrainz.org/projects/picard-"
"docs/about_picardacknowledgements/de/>\n"
"PO-Revision-Date: 2024-12-29 21:42+0000\n"
"Last-Translator: chaban <[email protected]>\n"
"Language-Team: German <https://translations.metabrainz.org/projects/"
"picard-docs/about_picardacknowledgements/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18.2\n"
"X-Generator: Weblate 5.9.2\n"
"Generated-By: Babel 2.9.1\n"

#: ../../about_picard/acknowledgements.rst:4
Expand All @@ -34,7 +35,6 @@ msgstr ""
"und Verbesserung des Picard-Benutzerhandbuchs."

#: ../../about_picard/acknowledgements.rst:8
#, fuzzy
msgid ""
"This list includes contributors to the documentation, regardless of their "
"role. In addition to actual content contributors, this includes leads, "
Expand All @@ -44,9 +44,9 @@ msgid ""
"their position in the list."
msgstr ""
"Diese Liste umfasst alle, die an der Dokumentation mitarbeiten, unabhängig "
"von ihrer Rolle. Dazu gehören neben den eigentlichen Autoren auch die "
"Leiter, Übersetzer, Prüfer und Korrekturleser. Alle Beiträge sind wertvoll "
"und werden geschätzt. Daher sind die Namen in alphabetischer Reihenfolge "
"von ihrer Rolle. Dazu gehören neben den eigentlichen Autoren auch die "
"Leiter, Übersetzer, Prüfer und Korrekturleser. Alle Beiträge sind wertvoll "
"und werden geschätzt. Daher sind die Namen in alphabetischer Reihenfolge "
"aufgeführt, um nicht den Eindruck zu erwecken, dass die relative Bedeutung "
"des Beitrags einer Person von ihrer Position in der Liste abhängt."

Expand Down Expand Up @@ -76,7 +76,7 @@ msgstr "Gabriel Ferreira"

#: ../../about_picard/acknowledgements.rst:17
msgid "Giorgio Fontanive"
msgstr ""
msgstr "Giorgio Fontanive"

#: ../../about_picard/acknowledgements.rst:18
msgid "Rahul Kumar Gupta"
Expand Down Expand Up @@ -108,7 +108,7 @@ msgstr "Sambhav Kothari"

#: ../../about_picard/acknowledgements.rst:25
msgid "Soham Kukreti"
msgstr ""
msgstr "Soham Kukreti"

#: ../../about_picard/acknowledgements.rst:26
msgid "Laurent Monin"
Expand All @@ -132,7 +132,7 @@ msgstr "Theodore Fabian Rudy"

#: ../../about_picard/acknowledgements.rst:31
msgid "Suryansh Shakya"
msgstr ""
msgstr "Suryansh Shakya"

#: ../../about_picard/acknowledgements.rst:32
msgid "skelly37"
Expand Down Expand Up @@ -160,20 +160,19 @@ msgstr "Philipp Wolfer"

#: ../../about_picard/acknowledgements.rst:38
msgid "yvanzo"
msgstr ""
msgstr "yvanzo"

#: ../../about_picard/acknowledgements.rst:39
msgid "Shadab Zafar"
msgstr "Shadab Zafar"

#: ../../about_picard/acknowledgements.rst:44
#, fuzzy
msgid ""
"There are likely others that have not yet been identified, so we apologize "
"if your name has been missed. Please let us know and we'll make sure that it "
"is added to the list."
msgstr ""
"Wahrscheinlich gibt es noch andere, die noch nicht identifiziert wurden. Wir "
"bitten um Entschuldigung, wenn dein Name übersehen worden ist. Bitte lasse "
"bitten um Entschuldigung, wenn dein Name übersehen worden ist. Bitte lasse "
"es uns wissen und wir werden dafür sorgen, dass er in die Liste aufgenommen "
"wird."
21 changes: 15 additions & 6 deletions _locale/de/LC_MESSAGES/extending/extending.po
Original file line number Diff line number Diff line change
@@ -1,43 +1,52 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) This documentation is licensed under CC0 1.0.
# This file is distributed under the same license as the MusicBrainz Picard package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# chaban <[email protected]>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: MusicBrainz Picard v2.6.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-14 08:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-29 21:42+0000\n"
"Last-Translator: chaban <[email protected]>\n"
"Language-Team: German <https://translations.metabrainz.org/projects/"
"picard-docs/extendingextending/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.9.2\n"

#: ../../extending/extending.rst:4
msgid "Extending Picard"
msgstr ""
msgstr "Picard erweitern"

#: ../../extending/extending.rst:6
msgid ""
"There are two primary ways that the functionality of MusicBrainz Picard can "
"be extended: :doc:`plugins <plugins>` and :doc:`scripts <scripts>`."
msgstr ""
"Der Funktionsumfang von Picard kann hauptsächlich auf zwei Arten erweitert "
"werden: :doc:`Plugins <plugins>` und :doc:`Skripte <scripts>`."

#: ../../extending/extending.rst:9
msgid ""
"Plugins can be installed / uninstalled and enabled / disabled from the "
"Options menu. Installed plugins are loaded during the startup of Picard, and "
"are made available to the program."
msgstr ""
"Plugins können in den Einstellungen installiert / deinstalliert und "
"aktiviert / deaktiviert werden. Installierte Plugins werden beim "
"Startvorgang von Picard geladen und stehen dann zur Verfügung."

#: ../../extending/extending.rst:13
msgid ""
"Scripts are stored within the user settings, and are managed from the :"
"menuselection:`\"Options --> Options...\"` menu."
msgstr ""
"Skripte werden in den Benutzereinstellungen gespeichert und können über das "
"Menü: `\"Einstellungen--> Einstellungen...\"` erreicht werden."

#: ../../extending/extending.rst:19
msgid "Details: :doc:`plugins` / :doc:`scripts` / :doc:`processing`"
Expand Down
14 changes: 8 additions & 6 deletions _locale/de/LC_MESSAGES/faq/faq_config.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,27 @@
# This file is distributed under the same license as the MusicBrainz Picard
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
# chaban <[email protected]>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: MusicBrainz Picard v2.6.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-08 09:45-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"PO-Revision-Date: 2024-12-27 16:42+0000\n"
"Last-Translator: chaban <[email protected]>\n"
"Language-Team: German <https://translations.metabrainz.org/projects/"
"picard-docs/faqfaq_config/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.9.2\n"
"Generated-By: Babel 2.9.1\n"

#: ../../faq/faq_config.rst:4
msgid ":index:`Configuration <configuration; config file location>`"
msgstr ""
msgstr ":index:`Konfiguration <configuration; config file location>`"

#: ../../faq/faq_config.rst:7
msgid "Where is the Picard :index:`configuration <configuration; file>` saved?"
Expand Down
12 changes: 7 additions & 5 deletions _locale/de/LC_MESSAGES/faq/faq_usage.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
# This file is distributed under the same license as the MusicBrainz Picard
# package.
# Philipp Wolfer <[email protected]>, 2021.
# chaban <[email protected]>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: MusicBrainz Picard v2.6.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-14 08:09+0100\n"
"PO-Revision-Date: 2021-08-21 22:51+0000\n"
"Last-Translator: Philipp Wolfer <[email protected]>\n"
"Language-Team: German <https://translate.uploadedlobster.com/projects/picard-"
"docs/faqfaq_usage/de/>\n"
"PO-Revision-Date: 2024-12-27 16:42+0000\n"
"Last-Translator: chaban <[email protected]>\n"
"Language-Team: German <https://translations.metabrainz.org/projects/"
"picard-docs/faqfaq_usage/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.9.2\n"
"Generated-By: Babel 2.10.1\n"

#: ../../faq/faq_usage.rst:4
Expand Down Expand Up @@ -78,7 +80,7 @@ msgstr ""

#: ../../faq/faq_usage.rst:32
msgid "**Has the release been deleted from MusicBrainz?**"
msgstr ""
msgstr "**Wurde die Veröffentlichung von MusicBrainz gelöscht?**"

#: ../../faq/faq_usage.rst:0
msgid ""
Expand Down
Loading

0 comments on commit d47493e

Please sign in to comment.