66msgstr ""
77"Project-Id-Version : Django Debug Toolbar\n "
88"Report-Msgid-Bugs-To : \n "
9- "POT-Creation-Date : 2024-08-06 07:12 -0500\n "
9+ "POT-Creation-Date : 2025-10-16 19:11 -0500\n "
1010"PO-Revision-Date : 2012-03-31 20:10+0000\n "
1111"Last-Translator : \n "
1212"Language-Team : \n "
@@ -20,6 +20,14 @@ msgstr ""
2020msgid "Debug Toolbar"
2121msgstr ""
2222
23+ #: models.py:11
24+ msgid "history entry"
25+ msgstr ""
26+
27+ #: models.py:12
28+ msgid "history entries"
29+ msgstr ""
30+
2331#: panels/alerts.py:67
2432#, python-brace-format
2533msgid ""
@@ -44,163 +52,175 @@ msgstr ""
4452msgid "Alerts"
4553msgstr ""
4654
47- #: panels/cache.py:168
55+ #: panels/cache.py:170
4856msgid "Cache"
4957msgstr ""
5058
51- #: panels/cache.py:174
59+ #: panels/cache.py:177
5260#, python-format
5361msgid "%(cache_calls)d call in %(time).2fms"
5462msgid_plural "%(cache_calls)d calls in %(time).2fms"
5563msgstr[ 0 ] ""
5664msgstr[ 1 ] ""
5765
58- #: panels/cache.py:183
66+ #: panels/cache.py:186
5967#, python-format
6068msgid "Cache calls from %(count)d backend"
6169msgid_plural "Cache calls from %(count)d backends"
6270msgstr[ 0 ] ""
6371msgstr[ 1 ] ""
6472
73+ #: panels/community.py:13
74+ msgid "Community"
75+ msgstr ""
76+
6577#: panels/headers.py:31
6678msgid "Headers"
6779msgstr ""
6880
69- #: panels/history/panel.py:19 panels/history/panel.py:20
81+ #: panels/history/panel.py:20 panels/history/panel.py:21
7082msgid "History"
7183msgstr ""
7284
73- #: panels/profiling.py:140
85+ #: panels/profiling.py:156
7486msgid "Profiling"
7587msgstr ""
7688
77- #: panels/redirects.py:17
89+ #: panels/redirects.py:18
7890msgid "Intercept redirects"
7991msgstr ""
8092
8193#: panels/request.py:16
8294msgid "Request"
8395msgstr ""
8496
85- #: panels/request.py:38
97+ #: panels/request.py:36
8698msgid "<no view>"
8799msgstr ""
88100
89- #: panels/request.py:55
101+ #: panels/request.py:53
90102msgid "<unavailable>"
91103msgstr ""
92104
93- #: panels/settings.py:17
105+ #: panels/settings.py:19
94106msgid "Settings"
95107msgstr ""
96108
97- #: panels/settings.py:20
109+ #: panels/settings.py:22
98110#, python-format
99111msgid "Settings from %s"
100112msgstr ""
101113
102- #: panels/signals.py:57
114+ #: panels/signals.py:59
103115#, python-format
104116msgid "%(num_receivers)d receiver of 1 signal"
105117msgid_plural "%(num_receivers)d receivers of 1 signal"
106118msgstr[ 0 ] ""
107119msgstr[ 1 ] ""
108120
109- #: panels/signals.py:62
121+ #: panels/signals.py:64
110122#, python-format
111123msgid "%(num_receivers)d receiver of %(num_signals)d signals"
112124msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
113125msgstr[ 0 ] ""
114126msgstr[ 1 ] ""
115127
116- #: panels/signals.py:67
128+ #: panels/signals.py:69
117129msgid "Signals"
118130msgstr ""
119131
120- #: panels/sql/panel.py:30 panels/sql/panel.py:41
132+ #: panels/sql/forms.py:56
133+ msgid "Data for this panel isn't available anymore."
134+ msgstr ""
135+
136+ #: panels/sql/forms.py:68
137+ msgid "Invalid query id."
138+ msgstr ""
139+
140+ #: panels/sql/panel.py:32 panels/sql/panel.py:43
121141msgid "Read uncommitted"
122142msgstr ""
123143
124- #: panels/sql/panel.py:31 panels/sql/panel.py:43
144+ #: panels/sql/panel.py:33 panels/sql/panel.py:45
125145msgid "Read committed"
126146msgstr ""
127147
128- #: panels/sql/panel.py:32 panels/sql/panel.py:45
148+ #: panels/sql/panel.py:34 panels/sql/panel.py:47
129149msgid "Repeatable read"
130150msgstr ""
131151
132- #: panels/sql/panel.py:33 panels/sql/panel.py:47
152+ #: panels/sql/panel.py:35 panels/sql/panel.py:49
133153msgid "Serializable"
134154msgstr ""
135155
136- #: panels/sql/panel.py:39
156+ #: panels/sql/panel.py:41
137157msgid "Autocommit"
138158msgstr ""
139159
140- #: panels/sql/panel.py:61 panels/sql/panel.py:71
160+ #: panels/sql/panel.py:63 panels/sql/panel.py:73
141161msgid "Idle"
142162msgstr ""
143163
144- #: panels/sql/panel.py:62 panels/sql/panel.py:72
164+ #: panels/sql/panel.py:64 panels/sql/panel.py:74
145165msgid "Active"
146166msgstr ""
147167
148- #: panels/sql/panel.py:63 panels/sql/panel.py:73
168+ #: panels/sql/panel.py:65 panels/sql/panel.py:75
149169msgid "In transaction"
150170msgstr ""
151171
152- #: panels/sql/panel.py:64 panels/sql/panel.py:74
172+ #: panels/sql/panel.py:66 panels/sql/panel.py:76
153173msgid "In error"
154174msgstr ""
155175
156- #: panels/sql/panel.py:65 panels/sql/panel.py:75
176+ #: panels/sql/panel.py:67 panels/sql/panel.py:77
157177msgid "Unknown"
158178msgstr ""
159179
160- #: panels/sql/panel.py:162
180+ #: panels/sql/panel.py:165
161181msgid "SQL"
162182msgstr ""
163183
164- #: panels/sql/panel.py:168
184+ #: panels/sql/panel.py:172
165185#, python-format
166186msgid "%(query_count)d query in %(sql_time).2fms"
167187msgid_plural "%(query_count)d queries in %(sql_time).2fms"
168188msgstr[ 0 ] ""
169189msgstr[ 1 ] ""
170190
171- #: panels/sql/panel.py:180
191+ #: panels/sql/panel.py:184
172192#, python-format
173193msgid "SQL queries from %(count)d connection"
174194msgid_plural "SQL queries from %(count)d connections"
175195msgstr[ 0 ] ""
176196msgstr[ 1 ] ""
177197
178- #: panels/staticfiles.py:82
198+ #: panels/staticfiles.py:47
179199#, python-format
180200msgid "Static files (%(num_found)s found, %(num_used)s used)"
181201msgstr ""
182202
183- #: panels/staticfiles.py:103
203+ #: panels/staticfiles.py:81
184204msgid "Static files"
185205msgstr ""
186206
187- #: panels/staticfiles.py:109
207+ #: panels/staticfiles.py:87
188208#, python-format
189209msgid "%(num_used)s file used"
190210msgid_plural "%(num_used)s files used"
191211msgstr[ 0 ] ""
192212msgstr[ 1 ] ""
193213
194- #: panels/templates/panel.py:101
214+ #: panels/templates/panel.py:104
195215msgid "Templates"
196216msgstr ""
197217
198- #: panels/templates/panel.py:106
218+ #: panels/templates/panel.py:109
199219#, python-format
200220msgid "Templates (%(num_templates)s rendered)"
201221msgstr ""
202222
203- #: panels/templates/panel.py:195
223+ #: panels/templates/panel.py:199
204224msgid "No origin"
205225msgstr ""
206226
@@ -266,23 +286,23 @@ msgstr ""
266286msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
267287msgstr ""
268288
269- #: panels/versions.py:19
289+ #: panels/versions.py:21
270290msgid "Versions"
271291msgstr ""
272292
273- #: templates/debug_toolbar/base.html:23
293+ #: templates/debug_toolbar/base.html:22
274294msgid "Hide toolbar"
275295msgstr ""
276296
277- #: templates/debug_toolbar/base.html:23
297+ #: templates/debug_toolbar/base.html:22
278298msgid "Hide"
279299msgstr ""
280300
281- #: templates/debug_toolbar/base.html:25 templates/debug_toolbar/base.html:26
301+ #: templates/debug_toolbar/base.html:24 templates/debug_toolbar/base.html:25
282302msgid "Toggle Theme"
283303msgstr ""
284304
285- #: templates/debug_toolbar/base.html:35
305+ #: templates/debug_toolbar/base.html:34
286306msgid "Show toolbar"
287307msgstr ""
288308
@@ -353,6 +373,44 @@ msgstr ""
353373msgid "Backend"
354374msgstr ""
355375
376+ #: templates/debug_toolbar/panels/community.html:5
377+ msgid "Community & Contribution"
378+ msgstr ""
379+
380+ #: templates/debug_toolbar/panels/community.html:8
381+ msgid ""
382+ "Want to contribute to Django Debug Toolbar? Get involved in our community!"
383+ msgstr ""
384+
385+ #: templates/debug_toolbar/panels/community.html:14
386+ msgid "Join Discussions"
387+ msgstr ""
388+
389+ #: templates/debug_toolbar/panels/community.html:19
390+ msgid "View Issues"
391+ msgstr ""
392+
393+ #: templates/debug_toolbar/panels/community.html:24
394+ msgid "Contribution Guide"
395+ msgstr ""
396+
397+ #: templates/debug_toolbar/panels/community.html:31
398+ msgid "Django Debug Toolbar Documentation"
399+ msgstr ""
400+
401+ #: templates/debug_toolbar/panels/community.html:34
402+ msgid ""
403+ "Explore the official documentation to learn more about Django Debug Toolbar."
404+ msgstr ""
405+
406+ #: templates/debug_toolbar/panels/community.html:39
407+ msgid "Read Documentation"
408+ msgstr ""
409+
410+ #: templates/debug_toolbar/panels/community.html:44
411+ msgid "How to Use Django Debug Toolbar"
412+ msgstr ""
413+
356414#: templates/debug_toolbar/panels/headers.html:3
357415msgid "Request headers"
358416msgstr ""
@@ -551,7 +609,7 @@ msgstr ""
551609msgid "No SQL queries were recorded during this request."
552610msgstr ""
553611
554- #: templates/debug_toolbar/panels/sql_explain.html:4
612+ #: templates/debug_toolbar/panels/sql_explain.html:3
555613msgid "SQL explained"
556614msgstr ""
557615
@@ -567,15 +625,15 @@ msgstr ""
567625msgid "Database"
568626msgstr ""
569627
570- #: templates/debug_toolbar/panels/sql_profile.html:4
628+ #: templates/debug_toolbar/panels/sql_profile.html:3
571629msgid "SQL profiled"
572630msgstr ""
573631
574632#: templates/debug_toolbar/panels/sql_profile.html:37
575633msgid "Error"
576634msgstr ""
577635
578- #: templates/debug_toolbar/panels/sql_select.html:4
636+ #: templates/debug_toolbar/panels/sql_select.html:3
579637msgid "SQL selected"
580638msgstr ""
581639
@@ -626,7 +684,7 @@ msgstr[1] ""
626684msgid "Location"
627685msgstr ""
628686
629- #: templates/debug_toolbar/panels/template_source.html:4
687+ #: templates/debug_toolbar/panels/template_source.html:3
630688msgid "Template source:"
631689msgstr ""
632690
@@ -696,7 +754,7 @@ msgid ""
696754"redirect as normal."
697755msgstr ""
698756
699- #: views.py:16
757+ #: views.py:18
700758msgid ""
701759"Data for this panel isn't available anymore. Please reload the page and "
702760"retry."
0 commit comments