Skip to content

Commit c45208f

Browse files
committed
Update translations
1 parent 3bb6aab commit c45208f

File tree

21 files changed

+1655
-616
lines changed

21 files changed

+1655
-616
lines changed

po/de/LC_MESSAGES/conventions.po

Lines changed: 165 additions & 61 deletions
Large diffs are not rendered by default.

po/de/LC_MESSAGES/debugging.po

Lines changed: 64 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Flatpak\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-02-18 06:55+0530\n"
11+
"POT-Creation-Date: 2025-06-30 14:59+0530\n"
1212
"PO-Revision-Date: 2018-05-20 10:36-0400\n"
1313
"Last-Translator: Copied by Zanata <[email protected]>\n"
1414
"Language: de\n"
@@ -170,126 +170,166 @@ msgstr ""
170170
msgid "Using other debugging tools"
171171
msgstr ""
172172

173-
#: ../../debugging.rst:118
173+
#: ../../debugging.rst:119
174174
msgid ""
175175
"``org.freedesktop.Sdk`` also includes other debugging tools like "
176176
"`Valgrind <https://valgrind.org/>`_ which is useful to find memory leaks."
177177
" Once inside the :ref:`debugging:Debug shell`, it can be run with::"
178178
msgstr ""
179179

180-
#: ../../debugging.rst:124
180+
#: ../../debugging.rst:125
181181
msgid ""
182182
"`Strace <https://strace.io/>`_ can be useful to check what an application"
183183
" is doing. For example, to trace ``openat(), read()`` calls::"
184184
msgstr ""
185185

186-
#: ../../debugging.rst:129
186+
#: ../../debugging.rst:130
187187
msgid ""
188188
"`Perf <https://perfwiki.github.io/main/>`_ requires access to "
189189
"``--filesystem=/sys`` to run::"
190190
msgstr ""
191191

192-
#: ../../debugging.rst:135
192+
#: ../../debugging.rst:136
193+
msgid "Multiple Debug shells in one sandbox"
194+
msgstr ""
195+
196+
#: ../../debugging.rst:138
197+
msgid ""
198+
"Sometimes it can be helpful to have multiple debugging shells at a time "
199+
"in the same sandox. For example, some debugging commands such as `dotnet-"
200+
"dump <https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-"
201+
"dump>`_ expect to be given an identifier for a running process that it "
202+
"will connect to for debugging. This essentially requires multiple "
203+
"instances of the :ref:`debugging:Debug shell`, one to run the app, and "
204+
"one for running the debugging tool."
205+
msgstr ""
206+
207+
#: ../../debugging.rst:146
208+
msgid ""
209+
"To accomplish this, locate either the instance or process ID of an "
210+
"existing debug shell with::"
211+
msgstr ""
212+
213+
#: ../../debugging.rst:151
214+
msgid "Then you can enter this same sandbox from a new terminal window using::"
215+
msgstr ""
216+
217+
#: ../../debugging.rst:155
218+
msgid ""
219+
"Note that this second shell likely will not be configured identically to "
220+
"the original debug shell (for example it will likely have different "
221+
"environment variables such as PATH)."
222+
msgstr ""
223+
224+
#: ../../debugging.rst:159
225+
msgid ""
226+
"You can verify whether both the shells are indeed in the same sandbox by "
227+
"checking the namespaces visible in each debug shell and verifying that "
228+
"they are the same. The easiest way to do this is to list the visible "
229+
"namespaces using::"
230+
msgstr ""
231+
232+
#: ../../debugging.rst:167
193233
msgid "Creating a Debug extension"
194234
msgstr ""
195235

196-
#: ../../debugging.rst:137
236+
#: ../../debugging.rst:169
197237
msgid ""
198238
"Like many other packaging systems, Flatpak separates bulky debug "
199239
"information from regular content and ships it separately, in a Debug "
200240
"extension."
201241
msgstr ""
202242

203-
#: ../../debugging.rst:140
243+
#: ../../debugging.rst:172
204244
msgid ""
205245
"When an application is built, ``flatpak-builder`` automatically creates a"
206246
" Debug extension. This can be disabled with the ``no-debuginfo`` option."
207247
msgstr ""
208248

209-
#: ../../debugging.rst:144
249+
#: ../../debugging.rst:176
210250
msgid ""
211251
"To install the Debug extension created locally, pass ``--install`` to "
212252
"``flatpak-builder`` which will set up a new remote for the build. The "
213253
"remotes available can be checked with::"
214254
msgstr ""
215255

216-
#: ../../debugging.rst:150
256+
#: ../../debugging.rst:182
217257
msgid "Then install the Debug extension from that remote::"
218258
msgstr ""
219259

220-
#: ../../debugging.rst:155
260+
#: ../../debugging.rst:187
221261
msgid "Overriding sandbox permissions"
222262
msgstr ""
223263

224-
#: ../../debugging.rst:157
264+
#: ../../debugging.rst:189
225265
msgid ""
226266
"It is sometimes useful to have extra permissions in a sandbox when "
227267
"debugging. This can be achieved using the various sandbox options that "
228268
"are accepted by the run command. For example::"
229269
msgstr ""
230270

231-
#: ../../debugging.rst:163
271+
#: ../../debugging.rst:195
232272
msgid ""
233273
"This command runs a shell in the sandbox for the given application, "
234274
"granting it system bus access to the bus name owned by logind."
235275
msgstr ""
236276

237-
#: ../../debugging.rst:167
277+
#: ../../debugging.rst:199
238278
msgid "Inspecting portal permissions"
239279
msgstr ""
240280

241-
#: ../../debugging.rst:169
281+
#: ../../debugging.rst:201
242282
msgid ""
243283
"Flatpak has a number of commands that allow to manage portal permissions "
244284
"for applications."
245285
msgstr ""
246286

247-
#: ../../debugging.rst:172
287+
#: ../../debugging.rst:204
248288
msgid "To see all portal permissions of an application, use::"
249289
msgstr ""
250290

251-
#: ../../debugging.rst:176
291+
#: ../../debugging.rst:208
252292
msgid "To reset all portal permissions of an application, use::"
253293
msgstr ""
254294

255-
#: ../../debugging.rst:182
295+
#: ../../debugging.rst:214
256296
msgid "Interacting with running sandboxes"
257297
msgstr ""
258298

259-
#: ../../debugging.rst:184
299+
#: ../../debugging.rst:216
260300
msgid ""
261301
"You can see all the apps that are currently running in Flatpak sandboxes "
262302
"(since 1.2)::"
263303
msgstr ""
264304

265-
#: ../../debugging.rst:189
305+
#: ../../debugging.rst:221
266306
msgid "And, if you need to, you can terminate one by force (since 1.2)::"
267307
msgstr ""
268308

269-
#: ../../debugging.rst:194
309+
#: ../../debugging.rst:226
270310
msgid "Audit session or system bus traffic"
271311
msgstr ""
272312

273-
#: ../../debugging.rst:196
313+
#: ../../debugging.rst:228
274314
msgid ""
275315
"A ``--socket=session-bus`` or a ``--socket=system-bus`` permission must "
276316
"not be present for the logging to work."
277317
msgstr ""
278318

279-
#: ../../debugging.rst:199
319+
#: ../../debugging.rst:231
280320
msgid ""
281321
"Session bus traffic can be audited by passing ``--log-session-bus`` to "
282322
"``flatpak run``::"
283323
msgstr ""
284324

285-
#: ../../debugging.rst:204
325+
#: ../../debugging.rst:236
286326
msgid ""
287327
"This can be useful to figure out the bus names used by an application and"
288328
" the corresponding ``--talk-name`` or ``--own-name`` permissions "
289329
"required::"
290330
msgstr ""
291331

292-
#: ../../debugging.rst:210
332+
#: ../../debugging.rst:242
293333
msgid ""
294334
"Similarly, system bus traffic can be audited by passing ``--log-system-"
295335
"bus`` to ``flatpak run``. This also requires a system bus name to be "

po/de/LC_MESSAGES/flatpak-devel.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Flatpak \n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2024-12-01 08:05+0530\n"
12+
"POT-Creation-Date: 2025-06-30 14:59+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
#: ../../flatpak-devel.rst:2
2424
msgid "Flatpak as a developer platform"
@@ -100,7 +100,7 @@ msgid ""
100100
msgstr ""
101101

102102
#: ../../flatpak-devel.rst:60
103-
msgid "Parallel nigthly and stable applications"
103+
msgid "Parallel nightly and stable applications"
104104
msgstr ""
105105

106106
#: ../../flatpak-devel.rst:62
@@ -187,6 +187,7 @@ msgid "The corresponding meson.build part for metainfo should be"
187187
msgstr ""
188188

189189
#: ../../flatpak-devel.rst:220
190+
#, python-brace-format
190191
msgid ""
191192
"Finally icons can be placed in ``data/icons/hicolor/{scalable, "
192193
"symbolic}/apps``. Two icons should be provided "
@@ -345,3 +346,6 @@ msgstr ""
345346
#~ " application packaging guide :doc:`electron`."
346347
#~ msgstr ""
347348

349+
#~ msgid "Parallel nigthly and stable applications"
350+
#~ msgstr ""
351+

0 commit comments

Comments
 (0)