8
8
msgstr ""
9
9
"Project-Id-Version : Flatpak\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-02-12 09:37 +0530\n "
11
+ "POT-Creation-Date : 2025-08-31 14:40 +0530\n "
12
12
"PO-Revision-Date : 2019-06-26 05:15-0400\n "
13
13
"
Last-Translator :
Markus Richter <[email protected] >\n "
14
14
"Language : de\n "
@@ -62,10 +62,11 @@ msgstr ""
62
62
msgid ""
63
63
"It is packaged by several distributions and there is also a `Flatpak "
64
64
"package <https://flathub.org/apps/org.flatpak.Builder>`_ called "
65
- "``org.flatpak.Builder`` available for it on Flathub."
65
+ "``org.flatpak.Builder`` available for it on Flathub (this may contain "
66
+ "Flathub specific downstream modifications)."
66
67
msgstr ""
67
68
68
- #: ../../building-introduction.rst:26
69
+ #: ../../building-introduction.rst:27
69
70
msgid ""
70
71
"The input to ``flatpak-builder`` is a manifest file. This specifies the "
71
72
"parameters for the application that will be built, such as its name and "
@@ -85,13 +86,13 @@ msgstr ""
85
86
"Eines der Module (gewöhnlich das Letzte) ist der Programmcode der "
86
87
"Anwendung selbst."
87
88
88
- #: ../../building-introduction.rst:34
89
+ #: ../../building-introduction.rst:35
89
90
msgid "The basic format used to invoke ``flatpak-builder`` is::"
90
91
msgstr ""
91
92
"Das zugrundeliegende Format für den Aufruf von ``flatpak-builder`` sieht "
92
93
"so aus::"
93
94
94
- #: ../../building-introduction.rst:38
95
+ #: ../../building-introduction.rst:39
95
96
msgid ""
96
97
"Where ``<build-dir>`` is the path to the directory that the application "
97
98
"will be built into, and ``<manifest>`` is the path to a manifest file. "
@@ -103,48 +104,48 @@ msgstr ""
103
104
"Der Inhalt von ``<build-dir>`` kann zum Testen und Debuggen nützlich "
104
105
"sein, wird aber generell als Artefakt des Build-Prozesses behandelt."
105
106
106
- #: ../../building-introduction.rst:43
107
+ #: ../../building-introduction.rst:44
107
108
msgid "When ``flatpak-builder`` is run:"
108
109
msgstr "Das Ausführen von ``flatpak-builder`` setzt folgende Prozesse in Gang::"
109
110
110
- #: ../../building-introduction.rst:45
111
+ #: ../../building-introduction.rst:46
111
112
msgid "The build directory is created, if it doesn't already exist"
112
113
msgstr "Das Build-Verzeichnis wird erzeugt, sofern es noch nicht existiert."
113
114
114
- #: ../../building-introduction.rst:46
115
+ #: ../../building-introduction.rst:47
115
116
msgid "The source code for each module is downloaded and verified"
116
117
msgstr "Der Quellcode wird für jedes Modul heruntergeladen und verifiziert."
117
118
118
- #: ../../building-introduction.rst:47
119
+ #: ../../building-introduction.rst:48
119
120
msgid "The source code for each module is built and installed"
120
121
msgstr "Der Quellcode wird für jedes Modul kompiliert und installiert."
121
122
122
- #: ../../building-introduction.rst:48
123
+ #: ../../building-introduction.rst:49
123
124
#, fuzzy
124
125
msgid "The build is finished by setting sandbox permissions"
125
126
msgstr ""
126
127
"Der Erstellungsvorgang wird mit dem Setzen der Sandbox-Berechtigungen "
127
128
"abgeschlossen."
128
129
129
- #: ../../building-introduction.rst:49
130
+ #: ../../building-introduction.rst:50
130
131
msgid ""
131
132
"The build result is exported to a repository (which will be created if it"
132
133
" doesn't exist already)"
133
134
msgstr ""
134
135
"Das Resultat des Erstellungsprozesses wird zu einem Repository exportiert"
135
136
" (welches erzeugt wird, wenn es nicht bereits existiert)."
136
137
137
- #: ../../building-introduction.rst:52
138
+ #: ../../building-introduction.rst:53
138
139
msgid "The application can then be installed from the repository and run."
139
140
msgstr ""
140
141
"Die Anwendung kann vom Repository aus installiert und anschließend "
141
142
"gestartet werden."
142
143
143
- #: ../../building-introduction.rst:55
144
+ #: ../../building-introduction.rst:56
144
145
msgid "Software Development Kits (SDKs)"
145
146
msgstr "Software Development Kits (SDKs)"
146
147
147
- #: ../../building-introduction.rst:57
148
+ #: ../../building-introduction.rst:58
148
149
msgid ""
149
150
"Instead of being built using the host environment, Flatpak applications "
150
151
"are built inside a separate environment, called an SDK."
@@ -153,7 +154,7 @@ msgstr ""
153
154
"dessen werden Flatpak-Anwendungen innerhalb einer separaten Umgebung "
154
155
"erzeugt, dem SDK."
155
156
156
- #: ../../building-introduction.rst:60
157
+ #: ../../building-introduction.rst:61
157
158
msgid ""
158
159
"SDKs are like the regular runtime that applications run in. The "
159
160
"difference is that SDKs also include all the development resources and "
@@ -166,7 +167,7 @@ msgstr ""
166
167
"zu erzeugen, sowie Tools für die Erstellung und Paketierung, Header-"
167
168
"Dateien, Compiler und Debugger."
168
169
169
- #: ../../building-introduction.rst:65
170
+ #: ../../building-introduction.rst:66
170
171
#, fuzzy
171
172
msgid ""
172
173
"Each runtime has an accompanying SDK. For example, there is both a GNOME "
@@ -178,7 +179,7 @@ msgstr ""
178
179
"3.26 SDK. Anwendungen, die diese Laufzeitumgebung verwenden, werden mit "
179
180
"dem zugehörigen SDK erstellt."
180
181
181
- #: ../../building-introduction.rst:69
182
+ #: ../../building-introduction.rst:70
182
183
#, fuzzy
183
184
msgid ""
184
185
"Like runtimes, SDKs will sometimes be automatically installed for you, "
@@ -215,3 +216,11 @@ msgstr ""
215
216
#~ "for details."
216
217
#~ msgstr ""
217
218
219
+ #~ msgid ""
220
+ #~ "It is packaged by several distributions"
221
+ #~ " and there is also a `Flatpak "
222
+ #~ "package <https://flathub.org/apps/org.flatpak.Builder>`_ "
223
+ #~ "called ``org.flatpak.Builder`` available for "
224
+ #~ "it on Flathub."
225
+ #~ msgstr ""
226
+
0 commit comments