Skip to content

Commit b436b57

Browse files
committed
Update the translateable strings for the application.
1 parent 3cc01eb commit b436b57

1 file changed

Lines changed: 32 additions & 17 deletions

File tree

debug_toolbar/locale/en/LC_MESSAGES/django.po

Lines changed: 32 additions & 17 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: 2025-10-16 19:11-0500\n"
9+
"POT-Creation-Date: 2026-02-09 19:07-0600\n"
1010
"PO-Revision-Date: 2012-03-31 20:10+0000\n"
1111
"Last-Translator: \n"
1212
"Language-Team: \n"
@@ -52,18 +52,18 @@ msgstr ""
5252
msgid "Alerts"
5353
msgstr ""
5454

55-
#: panels/cache.py:170
55+
#: panels/cache.py:169
5656
msgid "Cache"
5757
msgstr ""
5858

59-
#: panels/cache.py:177
59+
#: panels/cache.py:176
6060
#, python-format
6161
msgid "%(cache_calls)d call in %(time).2fms"
6262
msgid_plural "%(cache_calls)d calls in %(time).2fms"
6363
msgstr[0] ""
6464
msgstr[1] ""
6565

66-
#: panels/cache.py:186
66+
#: panels/cache.py:185
6767
#, python-format
6868
msgid "Cache calls from %(count)d backend"
6969
msgid_plural "Cache calls from %(count)d backends"
@@ -78,15 +78,15 @@ msgstr ""
7878
msgid "Headers"
7979
msgstr ""
8080

81-
#: panels/history/panel.py:20 panels/history/panel.py:21
81+
#: panels/history/panel.py:21 panels/history/panel.py:22
8282
msgid "History"
8383
msgstr ""
8484

8585
#: panels/profiling.py:156
8686
msgid "Profiling"
8787
msgstr ""
8888

89-
#: panels/redirects.py:18
89+
#: panels/redirects.py:19
9090
msgid "Intercept redirects"
9191
msgstr ""
9292

@@ -102,11 +102,11 @@ msgstr ""
102102
msgid "<unavailable>"
103103
msgstr ""
104104

105-
#: panels/settings.py:19
105+
#: panels/settings.py:27
106106
msgid "Settings"
107107
msgstr ""
108108

109-
#: panels/settings.py:22
109+
#: panels/settings.py:30
110110
#, python-format
111111
msgid "Settings from %s"
112112
msgstr ""
@@ -234,7 +234,9 @@ msgstr ""
234234
msgid "Total: %0.2fms"
235235
msgstr ""
236236

237-
#: panels/timer.py:38 templates/debug_toolbar/panels/history.html:9
237+
#: panels/timer.py:38 templates/debug_toolbar/panels/cache.html:43
238+
#: templates/debug_toolbar/panels/history.html:9
239+
#: templates/debug_toolbar/panels/sql.html:36
238240
#: templates/debug_toolbar/panels/sql_explain.html:11
239241
#: templates/debug_toolbar/panels/sql_profile.html:12
240242
#: templates/debug_toolbar/panels/sql_select.html:11
@@ -350,11 +352,6 @@ msgstr ""
350352
msgid "Calls"
351353
msgstr ""
352354

353-
#: templates/debug_toolbar/panels/cache.html:43
354-
#: templates/debug_toolbar/panels/sql.html:36
355-
msgid "Time"
356-
msgstr ""
357-
358355
#: templates/debug_toolbar/panels/cache.html:44
359356
msgid "Type"
360357
msgstr ""
@@ -743,18 +740,36 @@ msgstr ""
743740
msgid "Version"
744741
msgstr ""
745742

746-
#: templates/debug_toolbar/redirect.html:10
743+
#: templates/debug_toolbar/redirect.html:61
744+
msgid "WARNING:"
745+
msgstr ""
746+
747+
#: templates/debug_toolbar/redirect.html:62
748+
#, python-format
749+
msgid ""
750+
"\n"
751+
" The RedirectsPanel is deprecated and will be removed in a future "
752+
"version. The HistoryPanel\n"
753+
" now provides the ability to view toolbar data for redirected requests. "
754+
"If you still have a\n"
755+
" use case for this panel, please comment on this <a target=\"_blank\" "
756+
"rel=\"noopener noreferrer\"\n"
757+
" href=\"%(issue_url)s\">issue</a>.\n"
758+
" "
759+
msgstr ""
760+
761+
#: templates/debug_toolbar/redirect.html:70
747762
msgid "Location:"
748763
msgstr ""
749764

750-
#: templates/debug_toolbar/redirect.html:12
765+
#: templates/debug_toolbar/redirect.html:72
751766
msgid ""
752767
"The Django Debug Toolbar has intercepted a redirect to the above URL for "
753768
"debug viewing purposes. You can click the above link to continue with the "
754769
"redirect as normal."
755770
msgstr ""
756771

757-
#: views.py:18
772+
#: views.py:21
758773
msgid ""
759774
"Data for this panel isn't available anymore. Please reload the page and "
760775
"retry."

0 commit comments

Comments
 (0)