File: po.de.js

package info (click to toggle)
cockpit 239-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 67,268 kB
  • sloc: javascript: 245,474; ansic: 72,273; python: 23,634; xml: 6,155; sh: 2,919; makefile: 923; sed: 5
file content (627 lines) | stat: -rw-r--r-- 10,516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
cockpit.locale({
 "": {'plural-forms':function(n) {
var nplurals, plural;
nplurals=2; plural=n != 1;
return plural;
},
  "language": "de",
  "x-generator": "Weblate 4.4.2"
 },
 "$0 exited with code $1": [
  null,
  "$0 mit Code $1 beendet"
 ],
 "$0 failed": [
  null,
  "$0 fehlgeschlagen"
 ],
 "$0 is not available from any repository.": [
  null,
  "$0 ist in keinem Repository verfügbar."
 ],
 "$0 killed with signal $1": [
  null,
  "$0 mit Signal $1 beendet"
 ],
 "$0 package": [
  "$0 packages",
  "$0 Paket",
  "$0 Pakete"
 ],
 "$0 package needs a system reboot": [
  "$0 packages need a system reboot",
  "",
  ""
 ],
 "$0 will be installed.": [
  null,
  "$0 wird installiert."
 ],
 ", including $1 security fix": [
  ", including $1 security fixes",
  ", einschließlich $1 Sicherheitsupdate",
  ", einschließlich $1 Sicherheitsupdates"
 ],
 "1 minute": [
  null,
  "1 minute"
 ],
 "20 minutes": [
  null,
  "20 Minuten"
 ],
 "40 minutes": [
  null,
  "40 Minuten"
 ],
 "5 minutes": [
  null,
  "5 Minuten"
 ],
 "60 minutes": [
  null,
  "60 Minuten"
 ],
 "A service needs to be restarted for the updates to take effect:": [
  "Some services need to be restarted for the updates to take effect:",
  "",
  ""
 ],
 "Additional packages:": [
  null,
  "Zusatzpakete:"
 ],
 "All updates": [
  null,
  "Alle Updates"
 ],
 "Applying updates": [
  null,
  "Aktualisierungen werden angewandt"
 ],
 "Applying updates failed": [
  null,
  "Das Anwenden der Updates ist fehlgeschlagen"
 ],
 "Automatic updates": [
  null,
  "Automatische Updates"
 ],
 "Automatic updates are not set up": [
  null,
  "Automatische Updates sind nicht eingerichtet"
 ],
 "Automatically using NTP": [
  null,
  "Automatisch (NTP)"
 ],
 "Automatically using specific NTP servers": [
  null,
  "Automatisch (spezifische NTP-Server)"
 ],
 "Available updates": [
  null,
  "Verfügbare Updates"
 ],
 "Bug fix updates available": [
  null,
  "Bug Fix Updates verfügbar"
 ],
 "Bugs": [
  null,
  "Fehlermeldungen"
 ],
 "CVE": [
  null,
  "CVE"
 ],
 "Cancel": [
  null,
  "Abbrechen"
 ],
 "Cannot forward login credentials": [
  null,
  "Anmeldeinformationen können nicht weitergeleitet werden"
 ],
 "Cannot schedule event in the past": [
  null,
  "Vorgang kann nicht für die Vergangenheit geplant werden"
 ],
 "Change": [
  null,
  "Ändern"
 ],
 "Change system time": [
  null,
  "Systemzeit ändern"
 ],
 "Check for updates": [
  null,
  "Nach Aktualisierungen suchen"
 ],
 "Checking for package updates...": [
  null,
  "Prüfe Paket-Aktualisierungen..."
 ],
 "Checking installed software": [
  null,
  "Installierte Software überprüfen"
 ],
 "Cockpit could not contact the given host.": [
  null,
  "Cockpit konnte den angegebenen Host nicht erreichen."
 ],
 "Cockpit is not compatible with the software on the system.": [
  null,
  "Cockpit ist mit der Software auf dem System nicht kompatibel."
 ],
 "Cockpit is not installed on the system.": [
  null,
  "Cockpit ist auf dem System nicht installiert."
 ],
 "Connection has timed out.": [
  null,
  "Zeitüberschreitung bei der Verbindung."
 ],
 "Danger alert:": [
  null,
  ""
 ],
 "Delay": [
  null,
  "Verzögerung"
 ],
 "Details": [
  null,
  "Details"
 ],
 "Downloaded": [
  null,
  "Heruntergeladen"
 ],
 "Downloading": [
  null,
  "Herunterladen"
 ],
 "Downloading $0": [
  null,
  "wird heruntergeladen $0"
 ],
 "Edit": [
  null,
  "Bearbeiten"
 ],
 "Enhancement updates available": [
  null,
  "Verbesserungsaktualisierungen verfügbar"
 ],
 "Fridays": [
  null,
  "Freitags"
 ],
 "History package count": [
  null,
  "History Packet-Anzahl"
 ],
 "Host key is incorrect": [
  null,
  "Host-Schlüssel ist falsch"
 ],
 "Hours must be a number between 0 and 23": [
  null,
  "Die Stunde muss eine Zahl zwischen 0 und 23 sein"
 ],
 "Ignore": [
  null,
  "Ignorieren"
 ],
 "Info": [
  null,
  ""
 ],
 "Initializing...": [
  null,
  "Initialisierung ..."
 ],
 "Install": [
  null,
  "Installation"
 ],
 "Install all updates": [
  null,
  "Installieren Sie alle Updates"
 ],
 "Install security updates": [
  null,
  "Installieren Sie Sicherheitsupdates"
 ],
 "Install software": [
  null,
  "Software installieren"
 ],
 "Installed": [
  null,
  "Installiert"
 ],
 "Installing": [
  null,
  "Installation wird ausgeführt"
 ],
 "Installing $0": [
  null,
  "$0 wird installiert"
 ],
 "Internal error": [
  null,
  "Interner Fehler"
 ],
 "Invalid date format": [
  null,
  "Ungültiges Datumsformat"
 ],
 "Invalid date format and invalid time format": [
  null,
  "Ungültiges Datumsformat und ungültiges Zeitformat"
 ],
 "Invalid time format": [
  null,
  "Ungültiges Zeitformat"
 ],
 "Last checked: $0": [
  null,
  "Zuletzt geprüft: $0"
 ],
 "Learn more": [
  null,
  "Mehr erfahren"
 ],
 "Loading available updates failed": [
  null,
  "Das Laden verfügbarer Updates ist fehlgeschlagen"
 ],
 "Loading available updates, please wait...": [
  null,
  "Verfügbare Updates werden geladen, bitte warten ..."
 ],
 "Log messages": [
  null,
  "Nachrichten protokollieren"
 ],
 "Login failed": [
  null,
  "Anmeldung fehlgeschlagen"
 ],
 "Managing software updates": [
  null,
  "Software-Aktualisierungen verwalten"
 ],
 "Manually": [
  null,
  "Manuell"
 ],
 "Message to logged in users": [
  null,
  "Nachricht an angemeldete Benutzer"
 ],
 "Mondays": [
  null,
  "Montags"
 ],
 "NTP server": [
  null,
  "NTP server"
 ],
 "Name": [
  null,
  "Name"
 ],
 "Need at least one NTP server": [
  null,
  "Benötigen Sie mindestens einen NTP-Server"
 ],
 "No delay": [
  null,
  "Keine Verzögerung"
 ],
 "Not permitted to perform this action.": [
  null,
  "Diese Aktion darf nicht ausgeführt werden."
 ],
 "Not registered": [
  null,
  "Nicht registriert"
 ],
 "Not synchronized": [
  null,
  "Nicht synchronisiert"
 ],
 "Ok": [
  null,
  "OK"
 ],
 "Package information": [
  null,
  "Paket-Informationen"
 ],
 "PackageKit crashed": [
  null,
  "PackageKit ist abgestürzt"
 ],
 "PackageKit is not installed": [
  null,
  "PackageKit ist nicht installiert"
 ],
 "PackageKit reported error code $0": [
  null,
  "PackageKit hat Fehlercode gemeldet $0"
 ],
 "Please reload the page after resolving the issue.": [
  null,
  ""
 ],
 "Reboot": [
  null,
  "Neustart"
 ],
 "Reboot system...": [
  null,
  ""
 ],
 "Refreshing package information": [
  null,
  "Paketinformationen aktualisieren"
 ],
 "Register…": [
  null,
  "Registrieren…"
 ],
 "Reloading the state of remaining services": [
  null,
  ""
 ],
 "Removals:": [
  null,
  "Umzüge:"
 ],
 "Removing $0": [
  null,
  "Entfernen $0"
 ],
 "Restarting": [
  null,
  "Neustart"
 ],
 "Saturdays": [
  null,
  "Samstags"
 ],
 "Security updates available": [
  null,
  "Sicherheitsupdates verfügbar"
 ],
 "Server has closed the connection.": [
  null,
  "Der Server hat die Verbindung beendet."
 ],
 "Set time": [
  null,
  "Zeit einsetzten"
 ],
 "Set up": [
  null,
  "Konfiguration"
 ],
 "Setting up": [
  null,
  "Einrichten"
 ],
 "Severity": [
  null,
  "Schweregrad"
 ],
 "Shut down": [
  null,
  "Herunterfahren"
 ],
 "Software updates": [
  null,
  "Aktualisierungen"
 ],
 "Some other program is currently using the package manager, please wait...": [
  null,
  "Ein anderes Programm verwendet derzeit den Paketmanager, bitte warten Sie ..."
 ],
 "Some software needs to be restarted manually": [
  null,
  ""
 ],
 "Specific time": [
  null,
  "Bestimmte Zeit"
 ],
 "Status": [
  null,
  "Status"
 ],
 "Sundays": [
  null,
  "Sonntags"
 ],
 "Synchronized": [
  null,
  "Synchronisiert"
 ],
 "System is up to date": [
  null,
  "System ist aktualisiert"
 ],
 "The following service will be restarted:": [
  "The following services will be restarted:",
  "",
  ""
 ],
 "The server refused to authenticate using any supported methods.": [
  null,
  "Der Server hat die Authentifizierung mit allen unterstützten Methoden abgelehnt."
 ],
 "This host will reboot after updates are installed.": [
  null,
  ""
 ],
 "This system is not registered": [
  null,
  "Dieses System ist nicht registriert"
 ],
 "Thursdays": [
  null,
  ""
 ],
 "Time": [
  null,
  "Zeit"
 ],
 "Time zone": [
  null,
  "Zeitzone"
 ],
 "To get software updates, this system needs to be registered with Red Hat, either using the Red Hat Customer Portal or a local subscription server.": [
  null,
  "Um Aktualisierungen zu erhalten, muss dieses System bei Red Hat registriert sein; entweder im Red Hat Customer Portal oder einem lokalen Subscription-Dienst."
 ],
 "Too much data": [
  null,
  "Zu viele Daten"
 ],
 "Total size: $0": [
  null,
  "Gesamtgröße: $0"
 ],
 "Trying to synchronize with $0": [
  null,
  "Versuche mit {{Server}} zu synchronisieren"
 ],
 "Tuesdays": [
  null,
  "Dienstags"
 ],
 "Type": [
  null,
  "Typ"
 ],
 "Untrusted host": [
  null,
  "Nicht vertrauenswürdiger Host"
 ],
 "Update history": [
  null,
  "Update-Verlauf"
 ],
 "Update log": [
  null,
  "Aktualisierungsprotokoll"
 ],
 "Updated": [
  null,
  "Aktualisiert"
 ],
 "Updates available": [
  null,
  "Updates verfügbar"
 ],
 "Updating": [
  null,
  "Aktualisiere"
 ],
 "Verified": [
  null,
  "Verifiziert"
 ],
 "Verifying": [
  null,
  "Überprüfung läuft"
 ],
 "Version": [
  null,
  "Version"
 ],
 "Waiting for other software management operations to finish": [
  null,
  "Warten, bis andere Software-Verwaltungsvorgänge abgeschlossen sind"
 ],
 "Wednesdays": [
  null,
  "Mittwochs"
 ],
 "When": [
  null,
  ""
 ],
 "When the Web Console is restarted, you will no longer see progress information. However, the update process will continue in the background. Reconnect to continue watching the update process.": [
  null,
  ""
 ],
 "Your server will close the connection soon. You can reconnect after it has restarted.": [
  null,
  "Ihr Server wird die Verbindung bald beenden. Sie können die Verbindung nach dem Neustart wiederherstellen."
 ],
 "Your session has been terminated.": [
  null,
  "Ihre Sitzung wurde beendet."
 ],
 "Your session has expired. Please log in again.": [
  null,
  "Die Session ist abgelaufen. Bitte neu einloggen."
 ],
 "apt-get": [
  null,
  "apt-get"
 ],
 "at": [
  null,
  "um"
 ],
 "bug fix": [
  null,
  "Bug-Fix"
 ],
 "dnf": [
  null,
  "dnf"
 ],
 "enhancement": [
  null,
  "Verbesserung"
 ],
 "every day": [
  null,
  "jeden Tag"
 ],
 "package": [
  null,
  "Paket"
 ],
 "packagekit": [
  null,
  ""
 ],
 "security": [
  null,
  "Sicherheit"
 ],
 "show less": [
  null,
  "zeige weniger"
 ],
 "show more": [
  null,
  "Zeig mehr"
 ],
 "will be applied $0 at $1": [
  null,
  ""
 ],
 "yum": [
  null,
  "yum"
 ]
});