99msgstr ""
1010"Project-Id-Version : Flatpak \n "
1111"Report-Msgid-Bugs-To : \n "
12- "POT-Creation-Date : 2024-09-26 16:32-0300 \n "
12+ "POT-Creation-Date : 2025-07-21 08:07+0530 \n "
1313"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1414"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1515"Language : de\n "
@@ -18,7 +18,7 @@ msgstr ""
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=utf-8\n "
2020"Content-Transfer-Encoding : 8bit\n "
21- "Generated-By : Babel 2.16 .0\n "
21+ "Generated-By : Babel 2.17 .0\n "
2222
2323#: ../../dotnet.rst:2
2424msgid "Dotnet"
@@ -55,108 +55,112 @@ msgid "`GTKSharp <https://github.com/GtkSharp/GtkSharp>`_"
5555msgstr ""
5656
5757#: ../../dotnet.rst:12
58+ msgid "`Gir.Core <https://gircore.github.io/>`_"
59+ msgstr ""
60+
61+ #: ../../dotnet.rst:13
5862msgid ""
5963"The application's source code is hosted on a Git server such as GitHub, "
6064"GitLab, or Bitbucket"
6165msgstr ""
6266
63- #: ../../dotnet.rst:15
67+ #: ../../dotnet.rst:16
6468msgid "Steps for Packaging"
6569msgstr ""
6670
67- #: ../../dotnet.rst:18
71+ #: ../../dotnet.rst:19
6872msgid "Installing Flatpak and Flatpak builder"
6973msgstr ""
7074
71- #: ../../dotnet.rst:20
75+ #: ../../dotnet.rst:21
7276msgid ""
7377"Install Flatpak using the method provided for your distribution `Flatpak "
7478"- Quick Setup <https://flatpak.org/setup/>`_"
7579msgstr ""
7680
77- #: ../../dotnet.rst:23
81+ #: ../../dotnet.rst:24
7882msgid ""
7983"Install Flatpak Builder through your distribution package manager (e.g. "
8084"``apt`` / ``dnf``)"
8185msgstr ""
8286
83- #: ../../dotnet.rst:31
87+ #: ../../dotnet.rst:32
8488msgid "Creating the Flatpak"
8589msgstr ""
8690
87- #: ../../dotnet.rst:33
91+ #: ../../dotnet.rst:34
8892msgid ""
8993"A few placeholders have been used in the steps below, while going through"
9094" the steps replace these with the ones respective to your project:"
9195msgstr ""
9296
93- #: ../../dotnet.rst:35
97+ #: ../../dotnet.rst:36
9498msgid ""
9599"``<app-id>``: The name of your Flatpak, see :ref:`conventions:application"
96100" ids`."
97101msgstr ""
98102
99- #: ../../dotnet.rst:36
103+ #: ../../dotnet.rst:37
100104msgid "``<app-name>``: The name of the root folder of your app repository"
101105msgstr ""
102106
103- #: ../../dotnet.rst:37
107+ #: ../../dotnet.rst:38
104108msgid "``<project-name>``: The name of your ``.csproj`` file"
105109msgstr ""
106110
107- #: ../../dotnet.rst:38
111+ #: ../../dotnet.rst:39
108112msgid "``<git-url>``: The URL to the git repository of the project"
109113msgstr ""
110114
111- #: ../../dotnet.rst:40
115+ #: ../../dotnet.rst:41
112116msgid "Create a new folder somewhere different from your existing project"
113117msgstr ""
114118
115- #: ../../dotnet.rst:42
119+ #: ../../dotnet.rst:43
116120msgid ""
117121"Create a YAML file titled ``<app-id>.yaml`` with the following example "
118122"template, replacing the placeholders with the appropriate information. "
119123"(Note: If your project file lives in a subfolder, be sure to include that"
120124" in the build paths in this file and subsequent commands as well.):"
121125msgstr ""
122126
123- #: ../../dotnet.rst:87
127+ #: ../../dotnet.rst:88
124128msgid ""
125129"For providing access to other things such as the network or filesystem, "
126130"see :doc:`sandbox-permissions`"
127131msgstr ""
128132
129- #: ../../dotnet.rst:90
133+ #: ../../dotnet.rst:91
130134msgid ""
131135"Copy and save the dotnet NuGet sources generator script ``flatpak-dotnet-"
132136"generator.py`` from the `Flatpak Builder Tools repository "
133137"<https://github.com/flatpak/flatpak-builder-tools>`_, to the current "
134138"folder, or run the following command to download it:"
135139msgstr ""
136140
137- #: ../../dotnet.rst:99
141+ #: ../../dotnet.rst:100
138142msgid "Clone down your project repository to the folder"
139143msgstr ""
140144
141- #: ../../dotnet.rst:105
145+ #: ../../dotnet.rst:106
142146msgid "Install dependencies from Flathub"
143147msgstr ""
144148
145- #: ../../dotnet.rst:111
149+ #: ../../dotnet.rst:112
146150msgid ""
147151"Run the NuGet source config generator script ``flatpak-dotnet-"
148152"generator.py`` with the following arguments:"
149153msgstr ""
150154
151- #: ../../dotnet.rst:117
155+ #: ../../dotnet.rst:118
152156msgid "Build and install using Flatpak builder"
153157msgstr ""
154158
155- #: ../../dotnet.rst:125
159+ #: ../../dotnet.rst:126
156160msgid "Testing the build"
157161msgstr ""
158162
159- #: ../../dotnet.rst:127
163+ #: ../../dotnet.rst:128
160164msgid "Run the installed Flatpak application"
161165msgstr ""
162166
0 commit comments