Skip to content

Commit 2cad608

Browse files
committed
Create new translatable strings.
1 parent d3ea31b commit 2cad608

File tree

1 file changed

+82
-46
lines changed

1 file changed

+82
-46
lines changed

debug_toolbar/locale/en/LC_MESSAGES/django.po

+82-46
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: 2023-01-20 17:23+0100\n"
9+
"POT-Creation-Date: 2024-08-06 07:12-0500\n"
1010
"PO-Revision-Date: 2012-03-31 20:10+0000\n"
1111
"Last-Translator: \n"
1212
"Language-Team: \n"
@@ -16,22 +16,46 @@ msgstr ""
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
1818

19-
#: apps.py:15
19+
#: apps.py:18
2020
msgid "Debug Toolbar"
2121
msgstr ""
2222

23-
#: panels/cache.py:180
23+
#: panels/alerts.py:67
24+
#, python-brace-format
25+
msgid ""
26+
"Form with id \"{form_id}\" contains file input, but does not have the "
27+
"attribute enctype=\"multipart/form-data\"."
28+
msgstr ""
29+
30+
#: panels/alerts.py:70
31+
msgid ""
32+
"Form contains file input, but does not have the attribute "
33+
"enctype=\"multipart/form-data\"."
34+
msgstr ""
35+
36+
#: panels/alerts.py:73
37+
#, python-brace-format
38+
msgid ""
39+
"Input element references form with id \"{form_id}\", but the form does not "
40+
"have the attribute enctype=\"multipart/form-data\"."
41+
msgstr ""
42+
43+
#: panels/alerts.py:77
44+
msgid "Alerts"
45+
msgstr ""
46+
47+
#: panels/cache.py:168
2448
msgid "Cache"
2549
msgstr ""
2650

27-
#: panels/cache.py:186
51+
#: panels/cache.py:174
2852
#, python-format
2953
msgid "%(cache_calls)d call in %(time).2fms"
3054
msgid_plural "%(cache_calls)d calls in %(time).2fms"
3155
msgstr[0] ""
3256
msgstr[1] ""
3357

34-
#: panels/cache.py:195
58+
#: panels/cache.py:183
3559
#, python-format
3660
msgid "Cache calls from %(count)d backend"
3761
msgid_plural "Cache calls from %(count)d backends"
@@ -42,27 +66,27 @@ msgstr[1] ""
4266
msgid "Headers"
4367
msgstr ""
4468

45-
#: panels/history/panel.py:18 panels/history/panel.py:19
69+
#: panels/history/panel.py:19 panels/history/panel.py:20
4670
msgid "History"
4771
msgstr ""
4872

4973
#: panels/profiling.py:140
5074
msgid "Profiling"
5175
msgstr ""
5276

53-
#: panels/redirects.py:14
77+
#: panels/redirects.py:17
5478
msgid "Intercept redirects"
5579
msgstr ""
5680

5781
#: panels/request.py:16
5882
msgid "Request"
5983
msgstr ""
6084

61-
#: panels/request.py:36
85+
#: panels/request.py:38
6286
msgid "<no view>"
6387
msgstr ""
6488

65-
#: panels/request.py:53
89+
#: panels/request.py:55
6690
msgid "<unavailable>"
6791
msgstr ""
6892

@@ -93,151 +117,151 @@ msgstr[1] ""
93117
msgid "Signals"
94118
msgstr ""
95119

96-
#: panels/sql/panel.py:23
97-
msgid "Autocommit"
98-
msgstr ""
99-
100-
#: panels/sql/panel.py:24
120+
#: panels/sql/panel.py:30 panels/sql/panel.py:41
101121
msgid "Read uncommitted"
102122
msgstr ""
103123

104-
#: panels/sql/panel.py:25
124+
#: panels/sql/panel.py:31 panels/sql/panel.py:43
105125
msgid "Read committed"
106126
msgstr ""
107127

108-
#: panels/sql/panel.py:26
128+
#: panels/sql/panel.py:32 panels/sql/panel.py:45
109129
msgid "Repeatable read"
110130
msgstr ""
111131

112-
#: panels/sql/panel.py:27
132+
#: panels/sql/panel.py:33 panels/sql/panel.py:47
113133
msgid "Serializable"
114134
msgstr ""
115135

116136
#: panels/sql/panel.py:39
137+
msgid "Autocommit"
138+
msgstr ""
139+
140+
#: panels/sql/panel.py:61 panels/sql/panel.py:71
117141
msgid "Idle"
118142
msgstr ""
119143

120-
#: panels/sql/panel.py:40
144+
#: panels/sql/panel.py:62 panels/sql/panel.py:72
121145
msgid "Active"
122146
msgstr ""
123147

124-
#: panels/sql/panel.py:41
148+
#: panels/sql/panel.py:63 panels/sql/panel.py:73
125149
msgid "In transaction"
126150
msgstr ""
127151

128-
#: panels/sql/panel.py:42
152+
#: panels/sql/panel.py:64 panels/sql/panel.py:74
129153
msgid "In error"
130154
msgstr ""
131155

132-
#: panels/sql/panel.py:43
156+
#: panels/sql/panel.py:65 panels/sql/panel.py:75
133157
msgid "Unknown"
134158
msgstr ""
135159

136-
#: panels/sql/panel.py:130
160+
#: panels/sql/panel.py:162
137161
msgid "SQL"
138162
msgstr ""
139163

140-
#: panels/sql/panel.py:135
164+
#: panels/sql/panel.py:168
141165
#, python-format
142166
msgid "%(query_count)d query in %(sql_time).2fms"
143167
msgid_plural "%(query_count)d queries in %(sql_time).2fms"
144168
msgstr[0] ""
145169
msgstr[1] ""
146170

147-
#: panels/sql/panel.py:147
171+
#: panels/sql/panel.py:180
148172
#, python-format
149173
msgid "SQL queries from %(count)d connection"
150174
msgid_plural "SQL queries from %(count)d connections"
151175
msgstr[0] ""
152176
msgstr[1] ""
153177

154-
#: panels/staticfiles.py:84
178+
#: panels/staticfiles.py:82
155179
#, python-format
156180
msgid "Static files (%(num_found)s found, %(num_used)s used)"
157181
msgstr ""
158182

159-
#: panels/staticfiles.py:105
183+
#: panels/staticfiles.py:103
160184
msgid "Static files"
161185
msgstr ""
162186

163-
#: panels/staticfiles.py:111
187+
#: panels/staticfiles.py:109
164188
#, python-format
165189
msgid "%(num_used)s file used"
166190
msgid_plural "%(num_used)s files used"
167191
msgstr[0] ""
168192
msgstr[1] ""
169193

170-
#: panels/templates/panel.py:143
194+
#: panels/templates/panel.py:101
171195
msgid "Templates"
172196
msgstr ""
173197

174-
#: panels/templates/panel.py:148
198+
#: panels/templates/panel.py:106
175199
#, python-format
176200
msgid "Templates (%(num_templates)s rendered)"
177201
msgstr ""
178202

179-
#: panels/templates/panel.py:180
203+
#: panels/templates/panel.py:195
180204
msgid "No origin"
181205
msgstr ""
182206

183-
#: panels/timer.py:25
207+
#: panels/timer.py:27
184208
#, python-format
185209
msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
186210
msgstr ""
187211

188-
#: panels/timer.py:30
212+
#: panels/timer.py:32
189213
#, python-format
190214
msgid "Total: %0.2fms"
191215
msgstr ""
192216

193-
#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9
217+
#: panels/timer.py:38 templates/debug_toolbar/panels/history.html:9
194218
#: templates/debug_toolbar/panels/sql_explain.html:11
195219
#: templates/debug_toolbar/panels/sql_profile.html:12
196220
#: templates/debug_toolbar/panels/sql_select.html:11
197221
msgid "Time"
198222
msgstr ""
199223

200-
#: panels/timer.py:44
224+
#: panels/timer.py:46
201225
msgid "User CPU time"
202226
msgstr ""
203227

204-
#: panels/timer.py:44
228+
#: panels/timer.py:46
205229
#, python-format
206230
msgid "%(utime)0.3f msec"
207231
msgstr ""
208232

209-
#: panels/timer.py:45
233+
#: panels/timer.py:47
210234
msgid "System CPU time"
211235
msgstr ""
212236

213-
#: panels/timer.py:45
237+
#: panels/timer.py:47
214238
#, python-format
215239
msgid "%(stime)0.3f msec"
216240
msgstr ""
217241

218-
#: panels/timer.py:46
242+
#: panels/timer.py:48
219243
msgid "Total CPU time"
220244
msgstr ""
221245

222-
#: panels/timer.py:46
246+
#: panels/timer.py:48
223247
#, python-format
224248
msgid "%(total)0.3f msec"
225249
msgstr ""
226250

227-
#: panels/timer.py:47
251+
#: panels/timer.py:49
228252
msgid "Elapsed time"
229253
msgstr ""
230254

231-
#: panels/timer.py:47
255+
#: panels/timer.py:49
232256
#, python-format
233257
msgid "%(total_time)0.3f msec"
234258
msgstr ""
235259

236-
#: panels/timer.py:49
260+
#: panels/timer.py:51
237261
msgid "Context switches"
238262
msgstr ""
239263

240-
#: panels/timer.py:50
264+
#: panels/timer.py:52
241265
#, python-format
242266
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
243267
msgstr ""
@@ -246,15 +270,19 @@ msgstr ""
246270
msgid "Versions"
247271
msgstr ""
248272

249-
#: templates/debug_toolbar/base.html:22
273+
#: templates/debug_toolbar/base.html:23
250274
msgid "Hide toolbar"
251275
msgstr ""
252276

253-
#: templates/debug_toolbar/base.html:22
277+
#: templates/debug_toolbar/base.html:23
254278
msgid "Hide"
255279
msgstr ""
256280

257-
#: templates/debug_toolbar/base.html:29
281+
#: templates/debug_toolbar/base.html:25 templates/debug_toolbar/base.html:26
282+
msgid "Toggle Theme"
283+
msgstr ""
284+
285+
#: templates/debug_toolbar/base.html:35
258286
msgid "Show toolbar"
259287
msgstr ""
260288

@@ -266,6 +294,14 @@ msgstr ""
266294
msgid "Enable for next and successive requests"
267295
msgstr ""
268296

297+
#: templates/debug_toolbar/panels/alerts.html:4
298+
msgid "Alerts found"
299+
msgstr ""
300+
301+
#: templates/debug_toolbar/panels/alerts.html:11
302+
msgid "No alerts found"
303+
msgstr ""
304+
269305
#: templates/debug_toolbar/panels/cache.html:2
270306
msgid "Summary"
271307
msgstr ""

0 commit comments

Comments
 (0)