Skip to content

Commit fec2fc4

Browse files
committed
Update the translatable strings.
1 parent c960b2f commit fec2fc4

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

debug_toolbar/locale/en/LC_MESSAGES/django.po

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Django Debug Toolbar\n"
88
"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"
1010
"PO-Revision-Date: 2012-03-31 20:10+0000\n"
1111
"Last-Translator: \n"
1212
"Language-Team: \n"
@@ -20,18 +20,18 @@ msgstr ""
2020
msgid "Debug Toolbar"
2121
msgstr ""
2222

23-
#: panels/cache.py:197
23+
#: panels/cache.py:209
2424
msgid "Cache"
2525
msgstr ""
2626

27-
#: panels/cache.py:202
27+
#: panels/cache.py:214
2828
#, python-format
2929
msgid "%(cache_calls)d call in %(time).2fms"
3030
msgid_plural "%(cache_calls)d calls in %(time).2fms"
3131
msgstr[0] ""
3232
msgstr[1] ""
3333

34-
#: panels/cache.py:210
34+
#: panels/cache.py:222
3535
#, python-format
3636
msgid "Cache calls from %(count)d backend"
3737
msgid_plural "Cache calls from %(count)d backends"
@@ -292,7 +292,7 @@ msgid "Calls"
292292
msgstr ""
293293

294294
#: templates/debug_toolbar/panels/cache.html:43
295-
#: templates/debug_toolbar/panels/sql.html:20
295+
#: templates/debug_toolbar/panels/sql.html:23
296296
msgid "Time (ms)"
297297
msgstr ""
298298

@@ -466,36 +466,46 @@ msgid_plural "%(num)s queries"
466466
msgstr[0] ""
467467
msgstr[1] ""
468468

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
470475
msgid "Query"
471476
msgstr ""
472477

473-
#: templates/debug_toolbar/panels/sql.html:19
478+
#: templates/debug_toolbar/panels/sql.html:22
474479
#: templates/debug_toolbar/panels/timer.html:36
475480
msgid "Timeline"
476481
msgstr ""
477482

478-
#: templates/debug_toolbar/panels/sql.html:21
483+
#: templates/debug_toolbar/panels/sql.html:24
479484
msgid "Action"
480485
msgstr ""
481486

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
483493
msgid "Connection:"
484494
msgstr ""
485495

486-
#: templates/debug_toolbar/panels/sql.html:66
496+
#: templates/debug_toolbar/panels/sql.html:73
487497
msgid "Isolation level:"
488498
msgstr ""
489499

490-
#: templates/debug_toolbar/panels/sql.html:69
500+
#: templates/debug_toolbar/panels/sql.html:76
491501
msgid "Transaction status:"
492502
msgstr ""
493503

494-
#: templates/debug_toolbar/panels/sql.html:83
504+
#: templates/debug_toolbar/panels/sql.html:90
495505
msgid "(unknown)"
496506
msgstr ""
497507

498-
#: templates/debug_toolbar/panels/sql.html:92
508+
#: templates/debug_toolbar/panels/sql.html:99
499509
msgid "No SQL queries were recorded during this request."
500510
msgstr ""
501511

0 commit comments

Comments
 (0)