Skip to content

Commit 145b112

Browse files
Update translation files. (#1726)
1 parent c919827 commit 145b112

File tree

21 files changed

+3533
-2728
lines changed

21 files changed

+3533
-2728
lines changed

debug_toolbar/locale/ca/LC_MESSAGES/django.po

+234-184
Large diffs are not rendered by default.

debug_toolbar/locale/cs/LC_MESSAGES/django.po

+247-184
Large diffs are not rendered by default.

debug_toolbar/locale/de/LC_MESSAGES/django.po

+58-46
Original file line numberDiff line numberDiff line change
@@ -9,62 +9,63 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Django Debug Toolbar\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2021-08-14 10:25-0500\n"
12+
"POT-Creation-Date: 2022-12-28 09:30-0600\n"
1313
"PO-Revision-Date: 2021-12-04 17:38+0000\n"
1414
"Last-Translator: Tim Schilling\n"
15-
"Language-Team: German (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/de/)\n"
15+
"Language-Team: German (http://www.transifex.com/django-debug-toolbar/django-"
16+
"debug-toolbar/language/de/)\n"
17+
"Language: de\n"
1618
"MIME-Version: 1.0\n"
1719
"Content-Type: text/plain; charset=UTF-8\n"
1820
"Content-Transfer-Encoding: 8bit\n"
19-
"Language: de\n"
2021
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2122

2223
#: apps.py:15
2324
msgid "Debug Toolbar"
2425
msgstr "Debug Toolbar"
2526

26-
#: panels/cache.py:227
27+
#: panels/cache.py:180
2728
msgid "Cache"
2829
msgstr "Cache"
2930

30-
#: panels/cache.py:234
31+
#: panels/cache.py:186
3132
#, python-format
3233
msgid "%(cache_calls)d call in %(time).2fms"
3334
msgid_plural "%(cache_calls)d calls in %(time).2fms"
3435
msgstr[0] "%(cache_calls)d Abfrage in %(time).2fms"
3536
msgstr[1] "%(cache_calls)d Abfragen in %(time).2fms"
3637

37-
#: panels/cache.py:246
38+
#: panels/cache.py:195
3839
#, python-format
3940
msgid "Cache calls from %(count)d backend"
4041
msgid_plural "Cache calls from %(count)d backends"
4142
msgstr[0] "Cache-Aufrufe von %(count)d Backend"
4243
msgstr[1] "Cache-Aufrufe von %(count)d Backends"
4344

44-
#: panels/headers.py:33
45+
#: panels/headers.py:31
4546
msgid "Headers"
4647
msgstr "Header"
4748

48-
#: panels/history/panel.py:20 panels/history/panel.py:21
49+
#: panels/history/panel.py:18 panels/history/panel.py:19
4950
msgid "History"
5051
msgstr "Geschichte"
5152

52-
#: panels/logging.py:63
53+
#: panels/logging.py:81
5354
msgid "Logging"
5455
msgstr "Logging"
5556

56-
#: panels/logging.py:69
57+
#: panels/logging.py:87
5758
#, python-format
5859
msgid "%(count)s message"
5960
msgid_plural "%(count)s messages"
6061
msgstr[0] "%(count)s Eintrag"
6162
msgstr[1] "%(count)s Einträge"
6263

63-
#: panels/logging.py:73
64+
#: panels/logging.py:91
6465
msgid "Log messages"
6566
msgstr "Logeinträge"
6667

67-
#: panels/profiling.py:150
68+
#: panels/profiling.py:140
6869
msgid "Profiling"
6970
msgstr "Profiling"
7071

@@ -84,117 +85,117 @@ msgstr "<kein View>"
8485
msgid "<unavailable>"
8586
msgstr "<nicht verfügbar>"
8687

87-
#: panels/settings.py:24
88+
#: panels/settings.py:17
8889
msgid "Settings"
8990
msgstr "Einstellungen"
9091

91-
#: panels/settings.py:27
92+
#: panels/settings.py:20
9293
#, python-format
9394
msgid "Settings from %s"
9495
msgstr "Einstellungen von %s"
9596

96-
#: panels/signals.py:58
97+
#: panels/signals.py:57
9798
#, python-format
9899
msgid "%(num_receivers)d receiver of 1 signal"
99100
msgid_plural "%(num_receivers)d receivers of 1 signal"
100101
msgstr[0] "%(num_receivers)d Empfänger von einem Signal"
101102
msgstr[1] "%(num_receivers)d Empfänger von einem Signal"
102103

103-
#: panels/signals.py:66
104+
#: panels/signals.py:62
104105
#, python-format
105106
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
106107
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
107108
msgstr[0] "%(num_receivers)d Empfänger von %(num_signals)d Signalen"
108109
msgstr[1] "%(num_receivers)d Empfänger von %(num_signals)d Signalen"
109110

110-
#: panels/signals.py:73
111+
#: panels/signals.py:67
111112
msgid "Signals"
112113
msgstr "Signale"
113114

114-
#: panels/sql/panel.py:24
115+
#: panels/sql/panel.py:23
115116
msgid "Autocommit"
116117
msgstr "Autocommit"
117118

118-
#: panels/sql/panel.py:25
119+
#: panels/sql/panel.py:24
119120
msgid "Read uncommitted"
120121
msgstr "Read uncommitted"
121122

122-
#: panels/sql/panel.py:26
123+
#: panels/sql/panel.py:25
123124
msgid "Read committed"
124125
msgstr "Read committed"
125126

126-
#: panels/sql/panel.py:27
127+
#: panels/sql/panel.py:26
127128
msgid "Repeatable read"
128129
msgstr "Repeatable read"
129130

130-
#: panels/sql/panel.py:28
131+
#: panels/sql/panel.py:27
131132
msgid "Serializable"
132133
msgstr "Serializable"
133134

134-
#: panels/sql/panel.py:40
135+
#: panels/sql/panel.py:39
135136
msgid "Idle"
136137
msgstr "Wartet"
137138

138-
#: panels/sql/panel.py:41
139+
#: panels/sql/panel.py:40
139140
msgid "Active"
140141
msgstr "Aktiv"
141142

142-
#: panels/sql/panel.py:42
143+
#: panels/sql/panel.py:41
143144
msgid "In transaction"
144145
msgstr "In einer Transaktion"
145146

146-
#: panels/sql/panel.py:43
147+
#: panels/sql/panel.py:42
147148
msgid "In error"
148149
msgstr "Fehler"
149150

150-
#: panels/sql/panel.py:44
151+
#: panels/sql/panel.py:43
151152
msgid "Unknown"
152153
msgstr "Unbekannt"
153154

154-
#: panels/sql/panel.py:109
155+
#: panels/sql/panel.py:130
155156
msgid "SQL"
156157
msgstr "SQL"
157158

158-
#: panels/sql/panel.py:114
159+
#: panels/sql/panel.py:135
159160
#, python-format
160161
msgid "%(query_count)d query in %(sql_time).2fms"
161162
msgid_plural "%(query_count)d queries in %(sql_time).2fms"
162163
msgstr[0] "%(query_count)d Abfrage in %(sql_time).2f ms"
163164
msgstr[1] "%(query_count)d Abfragen in %(sql_time).2f ms"
164165

165-
#: panels/sql/panel.py:127
166+
#: panels/sql/panel.py:147
166167
#, python-format
167168
msgid "SQL queries from %(count)d connection"
168169
msgid_plural "SQL queries from %(count)d connections"
169170
msgstr[0] "SQL-Abfragen von %(count)d Verbindung"
170171
msgstr[1] "SQL-Abfragen von %(count)d Verbindungen"
171172

172-
#: panels/staticfiles.py:85
173+
#: panels/staticfiles.py:84
173174
#, python-format
174175
msgid "Static files (%(num_found)s found, %(num_used)s used)"
175176
msgstr "Statische Dateien (%(num_found)s gefunden, %(num_used)s benutzt)"
176177

177-
#: panels/staticfiles.py:106
178+
#: panels/staticfiles.py:105
178179
msgid "Static files"
179180
msgstr "Statische Dateien"
180181

181-
#: panels/staticfiles.py:112
182+
#: panels/staticfiles.py:111
182183
#, python-format
183184
msgid "%(num_used)s file used"
184185
msgid_plural "%(num_used)s files used"
185186
msgstr[0] "%(num_used)s Datei benutzt"
186187
msgstr[1] "%(num_used)s Dateien benutzt"
187188

188-
#: panels/templates/panel.py:144
189+
#: panels/templates/panel.py:143
189190
msgid "Templates"
190191
msgstr "Templates"
191192

192-
#: panels/templates/panel.py:149
193+
#: panels/templates/panel.py:148
193194
#, python-format
194195
msgid "Templates (%(num_templates)s rendered)"
195196
msgstr "Templates (%(num_templates)s gerendert)"
196197

197-
#: panels/templates/panel.py:181
198+
#: panels/templates/panel.py:180
198199
msgid "No origin"
199200
msgstr "Kein Ursprung"
200201

@@ -265,15 +266,15 @@ msgstr "%(vcsw)d freiwillig, %(ivcsw)d unfreiwillig"
265266
msgid "Versions"
266267
msgstr "Versionen"
267268

268-
#: templates/debug_toolbar/base.html:18
269+
#: templates/debug_toolbar/base.html:22
269270
msgid "Hide toolbar"
270271
msgstr "Toolbar ausblenden"
271272

272-
#: templates/debug_toolbar/base.html:18
273+
#: templates/debug_toolbar/base.html:22
273274
msgid "Hide"
274275
msgstr "Ausblenden"
275276

276-
#: templates/debug_toolbar/base.html:25
277+
#: templates/debug_toolbar/base.html:29
277278
msgid "Show toolbar"
278279
msgstr "Toolbar einblenden"
279280

@@ -350,7 +351,7 @@ msgstr "Schlüssel"
350351
#: templates/debug_toolbar/panels/headers.html:28
351352
#: templates/debug_toolbar/panels/headers.html:49
352353
#: templates/debug_toolbar/panels/history_tr.html:23
353-
#: templates/debug_toolbar/panels/request_variables.html:11
354+
#: templates/debug_toolbar/panels/request_variables.html:12
354355
#: templates/debug_toolbar/panels/settings.html:6
355356
#: templates/debug_toolbar/panels/timer.html:11
356357
msgid "Value"
@@ -368,7 +369,9 @@ msgstr "WSGI-Umgebung"
368369
msgid ""
369370
"Since the WSGI environ inherits the environment of the server, only a "
370371
"significant subset is shown below."
371-
msgstr "Da sich die WSGI-Umgebung von der Umgebung des Servers ableitet, wird nur eine notwendige Teilmenge dargestellt."
372+
msgstr ""
373+
"Da sich die WSGI-Umgebung von der Umgebung des Servers ableitet, wird nur "
374+
"eine notwendige Teilmenge dargestellt."
372375

373376
#: templates/debug_toolbar/panels/history.html:10
374377
msgid "Method"
@@ -393,7 +396,7 @@ msgid "Action"
393396
msgstr "Aktion"
394397

395398
#: templates/debug_toolbar/panels/history_tr.html:22
396-
#: templates/debug_toolbar/panels/request_variables.html:10
399+
#: templates/debug_toolbar/panels/request_variables.html:11
397400
msgid "Variable"
398401
msgstr "Variable"
399402

@@ -507,14 +510,18 @@ msgstr[1] "%(num)s Abfragen"
507510
msgid ""
508511
"including <abbr title=\"Similar queries are queries with the same SQL, but "
509512
"potentially different parameters.\">%(count)s similar</abbr>"
510-
msgstr "inklusive <abbr title=\"Similar queries are queries with the same SQL, but potentially different parameters.\">%(count)s ähnlich</abbr>"
513+
msgstr ""
514+
"inklusive <abbr title=\"Similar queries are queries with the same SQL, but "
515+
"potentially different parameters.\">%(count)s ähnlich</abbr>"
511516

512517
#: templates/debug_toolbar/panels/sql.html:12
513518
#, python-format
514519
msgid ""
515520
"and <abbr title=\"Duplicate queries are identical to each other: they "
516521
"execute exactly the same SQL and parameters.\">%(dupes)s duplicates</abbr>"
517-
msgstr "und <abbr title=\"Duplicate queries are identical to each other: they execute exactly the same SQL and parameters.\">%(dupes)s dupliziert</abbr>"
522+
msgstr ""
523+
"und <abbr title=\"Duplicate queries are identical to each other: they "
524+
"execute exactly the same SQL and parameters.\">%(dupes)s dupliziert</abbr>"
518525

519526
#: templates/debug_toolbar/panels/sql.html:34
520527
msgid "Query"
@@ -694,10 +701,15 @@ msgid ""
694701
"The Django Debug Toolbar has intercepted a redirect to the above URL for "
695702
"debug viewing purposes. You can click the above link to continue with the "
696703
"redirect as normal."
697-
msgstr "Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt weitergeleitet zu werden."
704+
msgstr ""
705+
"Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur "
706+
"weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt "
707+
"weitergeleitet zu werden."
698708

699709
#: views.py:15
700710
msgid ""
701711
"Data for this panel isn't available anymore. Please reload the page and "
702712
"retry."
703-
msgstr "Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die Seite neu."
713+
msgstr ""
714+
"Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die "
715+
"Seite neu."

0 commit comments

Comments
 (0)