6
6
msgstr ""
7
7
"Project-Id-Version : Django Debug Toolbar\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "POT-Creation-Date : 2015-05-27 19:40 -0400\n "
9
+ "POT-Creation-Date : 2015-07-06 16:50 -0400\n "
10
10
"PO-Revision-Date : 2012-03-31 20:10+0000\n "
11
11
"Last-Translator : \n "
12
12
"Language-Team : \n "
@@ -20,18 +20,18 @@ msgstr ""
20
20
msgid "Debug Toolbar"
21
21
msgstr ""
22
22
23
- #: panels/cache.py:197
23
+ #: panels/cache.py:209
24
24
msgid "Cache"
25
25
msgstr ""
26
26
27
- #: panels/cache.py:202
27
+ #: panels/cache.py:214
28
28
#, python-format
29
29
msgid "%(cache_calls)d call in %(time).2fms"
30
30
msgid_plural "%(cache_calls)d calls in %(time).2fms"
31
31
msgstr[ 0 ] ""
32
32
msgstr[ 1 ] ""
33
33
34
- #: panels/cache.py:210
34
+ #: panels/cache.py:222
35
35
#, python-format
36
36
msgid "Cache calls from %(count)d backend"
37
37
msgid_plural "Cache calls from %(count)d backends"
@@ -292,7 +292,7 @@ msgid "Calls"
292
292
msgstr ""
293
293
294
294
#: templates/debug_toolbar/panels/cache.html:43
295
- #: templates/debug_toolbar/panels/sql.html:20
295
+ #: templates/debug_toolbar/panels/sql.html:23
296
296
msgid "Time (ms)"
297
297
msgstr ""
298
298
@@ -466,36 +466,46 @@ msgid_plural "%(num)s queries"
466
466
msgstr[ 0 ] ""
467
467
msgstr[ 1 ] ""
468
468
469
- #: templates/debug_toolbar/panels/sql.html:18
469
+ #: templates/debug_toolbar/panels/sql.html:9
470
+ #, python-format
471
+ msgid "including %(dupes)s duplicates"
472
+ msgstr ""
473
+
474
+ #: templates/debug_toolbar/panels/sql.html:21
470
475
msgid "Query"
471
476
msgstr ""
472
477
473
- #: templates/debug_toolbar/panels/sql.html:19
478
+ #: templates/debug_toolbar/panels/sql.html:22
474
479
#: templates/debug_toolbar/panels/timer.html:36
475
480
msgid "Timeline"
476
481
msgstr ""
477
482
478
- #: templates/debug_toolbar/panels/sql.html:21
483
+ #: templates/debug_toolbar/panels/sql.html:24
479
484
msgid "Action"
480
485
msgstr ""
481
486
482
- #: templates/debug_toolbar/panels/sql.html:64
487
+ #: templates/debug_toolbar/panels/sql.html:39
488
+ #, python-format
489
+ msgid "Duplicated %(dupes)s times."
490
+ msgstr ""
491
+
492
+ #: templates/debug_toolbar/panels/sql.html:71
483
493
msgid "Connection:"
484
494
msgstr ""
485
495
486
- #: templates/debug_toolbar/panels/sql.html:66
496
+ #: templates/debug_toolbar/panels/sql.html:73
487
497
msgid "Isolation level:"
488
498
msgstr ""
489
499
490
- #: templates/debug_toolbar/panels/sql.html:69
500
+ #: templates/debug_toolbar/panels/sql.html:76
491
501
msgid "Transaction status:"
492
502
msgstr ""
493
503
494
- #: templates/debug_toolbar/panels/sql.html:83
504
+ #: templates/debug_toolbar/panels/sql.html:90
495
505
msgid "(unknown)"
496
506
msgstr ""
497
507
498
- #: templates/debug_toolbar/panels/sql.html:92
508
+ #: templates/debug_toolbar/panels/sql.html:99
499
509
msgid "No SQL queries were recorded during this request."
500
510
msgstr ""
501
511
0 commit comments