Skip to content

Commit 2704b76

Browse files
marcrieraweblate
authored andcommitted
Translated using Weblate (Catalan)
Currently translated at 6.8% (2 of 29 strings) Translated using Weblate (Catalan) Currently translated at 33.3% (3 of 9 strings) Translated using Weblate (Catalan) Currently translated at 100.0% (7 of 7 strings) Translated using Weblate (Catalan) Currently translated at 100.0% (8 of 8 strings) Translated using Weblate (Catalan) Currently translated at 33.3% (3 of 9 strings) Translated using Weblate (Catalan) Currently translated at 100.0% (576 of 576 strings) Translated using Weblate (Catalan) Currently translated at 16.2% (7 of 43 strings) Co-authored-by: Marc Riera <[email protected]> Translate-URL: https://translations.metabrainz.org/projects/picard-docs/appendicesplugins_api/ca/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/appendicestag_mapping/ca/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/configoptions_profiles/ca/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/configoptions_ratings/ca/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/configoptions_tags_compatibility_aac/ca/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/configoptions_tags_compatibility_ac3/ca/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/usageoption_profiles/ca/ Translation: Picard Docs/appendices/plugins_api Translation: Picard Docs/appendices/tag_mapping Translation: Picard Docs/config/options_profiles Translation: Picard Docs/config/options_ratings Translation: Picard Docs/config/options_tags_compatibility_aac Translation: Picard Docs/config/options_tags_compatibility_ac3 Translation: Picard Docs/usage/option_profiles
1 parent 040459a commit 2704b76

File tree

7 files changed

+240
-113
lines changed

7 files changed

+240
-113
lines changed

_locale/ca/LC_MESSAGES/appendices/plugins_api.po

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,46 @@
22
# Copyright (C) This documentation is licensed under CC0 1.0.
33
# This file is distributed under the same license as the MusicBrainz Picard package.
44
# Languages add-on <[email protected]>, 2025.
5+
# Marc Riera <[email protected]>, 2025.
56
msgid ""
67
msgstr ""
78
"Project-Id-Version: MusicBrainz Picard v2.11.0rc1\n"
89
"Report-Msgid-Bugs-To: \n"
910
"POT-Creation-Date: 2024-01-11 23:26+0100\n"
10-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11-
"Last-Translator: Automatically generated\n"
12-
"Language-Team: none\n"
11+
"PO-Revision-Date: 2025-06-22 23:20+0000\n"
12+
"Last-Translator: Marc Riera <[email protected]>\n"
13+
"Language-Team: Catalan <https://translations.metabrainz.org/projects/"
14+
"picard-docs/appendicesplugins_api/ca/>\n"
1315
"Language: ca\n"
1416
"MIME-Version: 1.0\n"
1517
"Content-Type: text/plain; charset=UTF-8\n"
1618
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 5.12.2\n"
1721

1822
#: ../../appendices/plugins_api.rst:4
1923
msgid ":index:`Appendix A <pair: plugins; programming>`: :index:`Plugins API <pair: plugins; api>`"
2024
msgstr ""
25+
":index:`Annex A <pair: connectors; programació>`: :index:`API dels "
26+
"connectors <pair: connectors; api>`"
2127

2228
#: ../../appendices/plugins_api.rst:7
2329
msgid ":index:`Plugin Metadata <plugins; metadata>`"
24-
msgstr ""
30+
msgstr ":index:`Metadades del connector <connectors; metadades>`"
2531

2632
#: ../../appendices/plugins_api.rst:9
2733
msgid "Each plugin must provide some metadata as variables. Those variables should be placed at the top of the file."
2834
msgstr ""
35+
"Cada connector ha de proporcionar algunes metadades com a variables. "
36+
"Aquestes variables s'han de definir a l'inici del fitxer."
2937

3038
#: ../../appendices/plugins_api.rst:29
3139
msgid "Variables explanation:"
32-
msgstr ""
40+
msgstr "Explicació de les variables:"
3341

3442
#: ../../appendices/plugins_api.rst:31
3543
msgid "**PLUGIN_NAME** should be a short but descriptive name for the plugin."
36-
msgstr ""
44+
msgstr "**PLUGIN_NAME** ha de ser un nom breu però descriptiu del connector."
3745

3846
#: ../../appendices/plugins_api.rst:33
3947
msgid "**PLUGIN_DESCRIPTION** should be as simple as possible, while still describing the main function. If your plugin targets Picard 2.7 or later you can use `Markdown <https://daringfireball.net/projects/markdown/>`_ syntax to format the text. If your plugin targets earlier versions you can instead use simple HTML formatting. Please restrict the usage of HTML to basic text formatting (e.g. ``<strong>``, ``<em>``), links (``<a>``) and lists (``<ul>``, ``<ol>``)."
@@ -54,6 +62,7 @@ msgstr ""
5462
#: ../../appendices/plugins_api.rst:50
5563
msgid "**PLUGIN_LICENSE_URL** should be set to a URL pointing to the full license text."
5664
msgstr ""
65+
"**PLUGIN_LICENSE_URL** ha de ser un URL al text complet de la llicència."
5766

5867
#: ../../appendices/plugins_api.rst:52
5968
msgid "**PLUGIN_USER_GUIDE_URL** should be set to a URL pointing to the documentation for the plugin. This variable is optional and may be omitted. If a URL is provided, it will be shown as a clickable link in the description displayed for the plugin in the Plugins option settings screen."
@@ -62,6 +71,7 @@ msgstr ""
6271
#: ../../appendices/plugins_api.rst:58
6372
msgid ":index:`Metadata Processors <plugins; metadata processors>`"
6473
msgstr ""
74+
":index:`Processadors de metadades <connectors; processadors de metadades>`"
6575

6676
#: ../../appendices/plugins_api.rst:60
6777
msgid "MusicBrainz metadata can be post-processed at two levels, album and track. The types of the arguments passed to the processor functions in the following examples are as follows:"

0 commit comments

Comments
 (0)