diff --git a/debug_toolbar/locale/ca/LC_MESSAGES/django.mo b/debug_toolbar/locale/ca/LC_MESSAGES/django.mo index 260ace99e..fb52f10ea 100644 Binary files a/debug_toolbar/locale/ca/LC_MESSAGES/django.mo and b/debug_toolbar/locale/ca/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/cs/LC_MESSAGES/django.mo b/debug_toolbar/locale/cs/LC_MESSAGES/django.mo index 3a2db0fb4..0545db3b5 100644 Binary files a/debug_toolbar/locale/cs/LC_MESSAGES/django.mo and b/debug_toolbar/locale/cs/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.mo b/debug_toolbar/locale/de/LC_MESSAGES/django.mo index b3d52c204..c7be70583 100644 Binary files a/debug_toolbar/locale/de/LC_MESSAGES/django.mo and b/debug_toolbar/locale/de/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.po b/debug_toolbar/locale/de/LC_MESSAGES/django.po index 083a15785..45ea553f3 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -3,58 +3,57 @@ # # # Translators: -# Jannis Leidel , 2012-2013 +# Jannis Leidel , 2012-2014,2021 +# Matthias Kestenholz , 2021 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-25 21:52+0200\n" -"PO-Revision-Date: 2014-04-25 19:53+0000\n" -"Last-Translator: Aymeric Augustin \n" -"Language-Team: German (http://www.transifex.com/projects/p/django-debug-toolbar/language/de/)\n" +"POT-Creation-Date: 2021-08-14 10:25-0500\n" +"PO-Revision-Date: 2021-12-04 17:38+0000\n" +"Last-Translator: Tim Schilling\n" +"Language-Team: German (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:11 +#: apps.py:15 msgid "Debug Toolbar" -msgstr "" - -#: views.py:14 -msgid "" -"Data for this panel isn't available anymore. Please reload the page and " -"retry." -msgstr "Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die Seite neu." +msgstr "Debug Toolbar" -#: panels/cache.py:191 +#: panels/cache.py:227 msgid "Cache" msgstr "Cache" -#: panels/cache.py:196 +#: panels/cache.py:234 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "%(cache_calls)d Abfrage in %(time).2fms" msgstr[1] "%(cache_calls)d Abfragen in %(time).2fms" -#: panels/cache.py:204 +#: panels/cache.py:246 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" msgstr[0] "Cache-Aufrufe von %(count)d Backend" msgstr[1] "Cache-Aufrufe von %(count)d Backends" -#: panels/headers.py:35 +#: panels/headers.py:33 msgid "Headers" msgstr "Header" -#: panels/logging.py:64 +#: panels/history/panel.py:20 panels/history/panel.py:21 +msgid "History" +msgstr "Geschichte" + +#: panels/logging.py:63 msgid "Logging" msgstr "Logging" -#: panels/logging.py:70 +#: panels/logging.py:69 #, python-format msgid "%(count)s message" msgid_plural "%(count)s messages" @@ -65,59 +64,117 @@ msgstr[1] "%(count)s Einträge" msgid "Log messages" msgstr "Logeinträge" -#: panels/profiling.py:127 +#: panels/profiling.py:150 msgid "Profiling" msgstr "Profiling" -#: panels/redirects.py:17 +#: panels/redirects.py:14 msgid "Intercept redirects" msgstr "Umleitungen abfangen" -#: panels/request.py:18 +#: panels/request.py:16 msgid "Request" msgstr "Anfrage" -#: panels/request.py:35 +#: panels/request.py:36 msgid "" msgstr "" -#: panels/request.py:47 +#: panels/request.py:53 msgid "" msgstr "" -#: panels/settings.py:20 +#: panels/settings.py:24 msgid "Settings" msgstr "Einstellungen" -#: panels/settings.py:23 +#: panels/settings.py:27 #, python-format -msgid "Settings from %s" -msgstr "Einstellungen von %s" +msgid "Settings from %s" +msgstr "Einstellungen von %s" -#: panels/signals.py:45 +#: panels/signals.py:58 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "%(num_receivers)d Empfänger von einem Signal" msgstr[1] "%(num_receivers)d Empfänger von einem Signal" -#: panels/signals.py:48 +#: panels/signals.py:66 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" msgstr[0] "%(num_receivers)d Empfänger von %(num_signals)d Signalen" msgstr[1] "%(num_receivers)d Empfänger von %(num_signals)d Signalen" -#: panels/signals.py:53 +#: panels/signals.py:73 msgid "Signals" msgstr "Signale" -#: panels/staticfiles.py:89 +#: panels/sql/panel.py:24 +msgid "Autocommit" +msgstr "Autocommit" + +#: panels/sql/panel.py:25 +msgid "Read uncommitted" +msgstr "Read uncommitted" + +#: panels/sql/panel.py:26 +msgid "Read committed" +msgstr "Read committed" + +#: panels/sql/panel.py:27 +msgid "Repeatable read" +msgstr "Repeatable read" + +#: panels/sql/panel.py:28 +msgid "Serializable" +msgstr "Serializable" + +#: panels/sql/panel.py:40 +msgid "Idle" +msgstr "Wartet" + +#: panels/sql/panel.py:41 +msgid "Active" +msgstr "Aktiv" + +#: panels/sql/panel.py:42 +msgid "In transaction" +msgstr "In einer Transaktion" + +#: panels/sql/panel.py:43 +msgid "In error" +msgstr "Fehler" + +#: panels/sql/panel.py:44 +msgid "Unknown" +msgstr "Unbekannt" + +#: panels/sql/panel.py:109 +msgid "SQL" +msgstr "SQL" + +#: panels/sql/panel.py:114 +#, python-format +msgid "%(query_count)d query in %(sql_time).2fms" +msgid_plural "%(query_count)d queries in %(sql_time).2fms" +msgstr[0] "%(query_count)d Abfrage in %(sql_time).2f ms" +msgstr[1] "%(query_count)d Abfragen in %(sql_time).2f ms" + +#: panels/sql/panel.py:127 +#, python-format +msgid "SQL queries from %(count)d connection" +msgid_plural "SQL queries from %(count)d connections" +msgstr[0] "SQL-Abfragen von %(count)d Verbindung" +msgstr[1] "SQL-Abfragen von %(count)d Verbindungen" + +#: panels/staticfiles.py:85 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "Statische Dateien (%(num_found)s gefunden, %(num_used)s benutzt)" -#: panels/staticfiles.py:107 +#: panels/staticfiles.py:106 msgid "Static files" msgstr "Statische Dateien" @@ -128,160 +185,106 @@ msgid_plural "%(num_used)s files used" msgstr[0] "%(num_used)s Datei benutzt" msgstr[1] "%(num_used)s Dateien benutzt" -#: panels/timer.py:23 +#: panels/templates/panel.py:144 +msgid "Templates" +msgstr "Templates" + +#: panels/templates/panel.py:149 +#, python-format +msgid "Templates (%(num_templates)s rendered)" +msgstr "Templates (%(num_templates)s gerendert)" + +#: panels/templates/panel.py:181 +msgid "No origin" +msgstr "Kein Ursprung" + +#: panels/timer.py:25 #, python-format msgid "CPU: %(cum)0.2fms (%(total)0.2fms)" msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)" -#: panels/timer.py:28 +#: panels/timer.py:30 #, python-format msgid "Total: %0.2fms" msgstr "Gesamt: %0.2fms" -#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7 +#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9 +#: templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 #: templates/debug_toolbar/panels/sql_profile.html:12 #: templates/debug_toolbar/panels/sql_select.html:11 msgid "Time" msgstr "Zeit" -#: panels/timer.py:42 +#: panels/timer.py:44 msgid "User CPU time" msgstr "CPU-Zeit Benutzer" -#: panels/timer.py:42 +#: panels/timer.py:44 #, python-format msgid "%(utime)0.3f msec" msgstr "%(utime)0.3f ms" -#: panels/timer.py:43 +#: panels/timer.py:45 msgid "System CPU time" msgstr "CPU-Zeit System" -#: panels/timer.py:43 +#: panels/timer.py:45 #, python-format msgid "%(stime)0.3f msec" msgstr "%(stime)0.3f ms" -#: panels/timer.py:44 +#: panels/timer.py:46 msgid "Total CPU time" msgstr "CPU-Zeit gesamt" -#: panels/timer.py:44 +#: panels/timer.py:46 #, python-format msgid "%(total)0.3f msec" msgstr "%(total)0.3f ms" -#: panels/timer.py:45 +#: panels/timer.py:47 msgid "Elapsed time" msgstr "Verstrichene Zeit" -#: panels/timer.py:45 +#: panels/timer.py:47 #, python-format msgid "%(total_time)0.3f msec" msgstr "%(total_time)0.3f ms" -#: panels/timer.py:46 +#: panels/timer.py:49 msgid "Context switches" msgstr "Kontextwechsel" -#: panels/timer.py:46 +#: panels/timer.py:50 #, python-format msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary" msgstr "%(vcsw)d freiwillig, %(ivcsw)d unfreiwillig" -#: panels/versions.py:25 +#: panels/versions.py:19 msgid "Versions" msgstr "Versionen" -#: panels/sql/panel.py:22 -msgid "Autocommit" -msgstr "Autocommit" - -#: panels/sql/panel.py:23 -msgid "Read uncommitted" -msgstr "Lesend, nicht ausgeführt" - -#: panels/sql/panel.py:24 -msgid "Read committed" -msgstr "Lesend, ausgeführt" - -#: panels/sql/panel.py:25 -msgid "Repeatable read" -msgstr "Wiederholtes Lesen" - -#: panels/sql/panel.py:26 -msgid "Serializable" -msgstr "Variable" - -#: panels/sql/panel.py:37 -msgid "Idle" -msgstr "Wartet" - -#: panels/sql/panel.py:38 -msgid "Active" -msgstr "Aktiv" - -#: panels/sql/panel.py:39 -msgid "In transaction" -msgstr "In einer Transaktion" - -#: panels/sql/panel.py:40 -msgid "In error" -msgstr "Fehler" - -#: panels/sql/panel.py:41 -msgid "Unknown" -msgstr "Unbekannt" - -#: panels/sql/panel.py:105 -msgid "SQL" -msgstr "SQL" - -#: panels/templates/panel.py:141 -msgid "Templates" -msgstr "Templates" - -#: panels/templates/panel.py:146 -#, python-format -msgid "Templates (%(num_templates)s rendered)" -msgstr "Templates (%(num_templates)s gerendert)" - -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide toolbar" msgstr "Toolbar ausblenden" -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide" msgstr "Ausblenden" #: templates/debug_toolbar/base.html:25 +msgid "Show toolbar" +msgstr "Toolbar einblenden" + +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Disable for next and successive requests" msgstr "Für nächste und die darauffolgenden Anfragen deaktivieren" -#: templates/debug_toolbar/base.html:25 +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Enable for next and successive requests" msgstr "Für nächste und die darauffolgenden Anfragen aktivieren" -#: templates/debug_toolbar/base.html:47 -msgid "Show toolbar" -msgstr "Toolbar einblenden" - -#: templates/debug_toolbar/base.html:53 -msgid "Close" -msgstr "Schließen" - -#: templates/debug_toolbar/redirect.html:8 -msgid "Location:" -msgstr "Ziel:" - -#: templates/debug_toolbar/redirect.html:10 -msgid "" -"The Django Debug Toolbar has intercepted a redirect to the above URL for " -"debug viewing purposes. You can click the above link to continue with the " -"redirect as normal." -msgstr "Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt weitergeleitet zu werden." - #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" msgstr "Zusammenfassung" @@ -311,7 +314,7 @@ msgid "Calls" msgstr "Aufrufe" #: templates/debug_toolbar/panels/cache.html:43 -#: templates/debug_toolbar/panels/sql.html:20 +#: templates/debug_toolbar/panels/sql.html:36 msgid "Time (ms)" msgstr "Zeit (ms)" @@ -346,10 +349,8 @@ msgstr "Name" #: templates/debug_toolbar/panels/headers.html:9 #: templates/debug_toolbar/panels/headers.html:28 #: templates/debug_toolbar/panels/headers.html:49 -#: templates/debug_toolbar/panels/request.html:33 -#: templates/debug_toolbar/panels/request.html:59 -#: templates/debug_toolbar/panels/request.html:85 -#: templates/debug_toolbar/panels/request.html:110 +#: templates/debug_toolbar/panels/history_tr.html:23 +#: templates/debug_toolbar/panels/request_variables.html:11 #: templates/debug_toolbar/panels/settings.html:6 #: templates/debug_toolbar/panels/timer.html:11 msgid "Value" @@ -369,6 +370,33 @@ msgid "" "significant subset is shown below." msgstr "Da sich die WSGI-Umgebung von der Umgebung des Servers ableitet, wird nur eine notwendige Teilmenge dargestellt." +#: templates/debug_toolbar/panels/history.html:10 +msgid "Method" +msgstr "Methode" + +#: templates/debug_toolbar/panels/history.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:43 +msgid "Path" +msgstr "Pfad" + +#: templates/debug_toolbar/panels/history.html:12 +msgid "Request Variables" +msgstr "Anfrage-Variablen" + +#: templates/debug_toolbar/panels/history.html:13 +msgid "Status" +msgstr "Status" + +#: templates/debug_toolbar/panels/history.html:14 +#: templates/debug_toolbar/panels/sql.html:37 +msgid "Action" +msgstr "Aktion" + +#: templates/debug_toolbar/panels/history_tr.html:22 +#: templates/debug_toolbar/panels/request_variables.html:10 +msgid "Variable" +msgstr "Variable" + #: templates/debug_toolbar/panels/logging.html:6 msgid "Level" msgstr "Level" @@ -382,7 +410,7 @@ msgid "Message" msgstr "Eintrag" #: templates/debug_toolbar/panels/logging.html:10 -#: templates/debug_toolbar/panels/staticfiles.html:45 +#: templates/debug_toolbar/panels/staticfiles.html:44 msgid "Location" msgstr "Ort" @@ -427,38 +455,31 @@ msgstr "URL-Name" msgid "Cookies" msgstr "Cookies" -#: templates/debug_toolbar/panels/request.html:32 -#: templates/debug_toolbar/panels/request.html:58 -#: templates/debug_toolbar/panels/request.html:84 -#: templates/debug_toolbar/panels/request.html:109 -msgid "Variable" -msgstr "Variable" - -#: templates/debug_toolbar/panels/request.html:46 +#: templates/debug_toolbar/panels/request.html:27 msgid "No cookies" msgstr "Keine Cookies" -#: templates/debug_toolbar/panels/request.html:50 +#: templates/debug_toolbar/panels/request.html:31 msgid "Session data" msgstr "Sitzungsdaten" -#: templates/debug_toolbar/panels/request.html:72 +#: templates/debug_toolbar/panels/request.html:34 msgid "No session data" msgstr "Keine Sitzungsdaten" -#: templates/debug_toolbar/panels/request.html:76 +#: templates/debug_toolbar/panels/request.html:38 msgid "GET data" msgstr "GET-Daten" -#: templates/debug_toolbar/panels/request.html:98 +#: templates/debug_toolbar/panels/request.html:41 msgid "No GET data" msgstr "Keine GET-Daten" -#: templates/debug_toolbar/panels/request.html:102 +#: templates/debug_toolbar/panels/request.html:45 msgid "POST data" msgstr "POST-Daten" -#: templates/debug_toolbar/panels/request.html:123 +#: templates/debug_toolbar/panels/request.html:48 msgid "No POST data" msgstr "Keine POST-Daten" @@ -471,60 +492,69 @@ msgid "Signal" msgstr "Signal" #: templates/debug_toolbar/panels/signals.html:6 -msgid "Providing" -msgstr "Stellt bereit" - -#: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" msgstr "Empfänger" -#: templates/debug_toolbar/panels/sql.html:7 +#: templates/debug_toolbar/panels/sql.html:6 #, python-format msgid "%(num)s query" msgid_plural "%(num)s queries" msgstr[0] "%(num)s Abfrage" msgstr[1] "%(num)s Abfragen" -#: templates/debug_toolbar/panels/sql.html:18 +#: templates/debug_toolbar/panels/sql.html:8 +#, python-format +msgid "" +"including %(count)s similar" +msgstr "inklusive %(count)s ähnlich" + +#: templates/debug_toolbar/panels/sql.html:12 +#, python-format +msgid "" +"and %(dupes)s duplicates" +msgstr "und %(dupes)s dupliziert" + +#: templates/debug_toolbar/panels/sql.html:34 msgid "Query" msgstr "Abfrage" -#: templates/debug_toolbar/panels/sql.html:19 +#: templates/debug_toolbar/panels/sql.html:35 #: templates/debug_toolbar/panels/timer.html:36 msgid "Timeline" msgstr "Verlauf" -#: templates/debug_toolbar/panels/sql.html:21 -msgid "Action" -msgstr "Aktion" +#: templates/debug_toolbar/panels/sql.html:52 +#, python-format +msgid "%(count)s similar queries." +msgstr "%(count)s ähnliche Abfragen." -#: templates/debug_toolbar/panels/sql.html:64 +#: templates/debug_toolbar/panels/sql.html:58 +#, python-format +msgid "Duplicated %(dupes)s times." +msgstr "%(dupes)s-mal dupliziert." + +#: templates/debug_toolbar/panels/sql.html:95 msgid "Connection:" msgstr "Verbindung:" -#: templates/debug_toolbar/panels/sql.html:66 +#: templates/debug_toolbar/panels/sql.html:97 msgid "Isolation level:" msgstr "Isolationsebene:" -#: templates/debug_toolbar/panels/sql.html:69 +#: templates/debug_toolbar/panels/sql.html:100 msgid "Transaction status:" msgstr "Transaktionsstatus:" -#: templates/debug_toolbar/panels/sql.html:83 +#: templates/debug_toolbar/panels/sql.html:114 msgid "(unknown)" msgstr "(unbekannt)" -#: templates/debug_toolbar/panels/sql.html:92 +#: templates/debug_toolbar/panels/sql.html:123 msgid "No SQL queries were recorded during this request." msgstr "Es wurde keine SQL-Abfrage während dieses Vorgangs aufgezeichnet." -#: templates/debug_toolbar/panels/sql_explain.html:3 -#: templates/debug_toolbar/panels/sql_profile.html:3 -#: templates/debug_toolbar/panels/sql_select.html:3 -#: templates/debug_toolbar/panels/template_source.html:3 -msgid "Back" -msgstr "Zurück" - #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL explained" msgstr "SQL erklärt" @@ -557,49 +587,45 @@ msgstr "SQL ausgewählt" msgid "Empty set" msgstr "Leeres Set" -#: templates/debug_toolbar/panels/staticfiles.html:4 +#: templates/debug_toolbar/panels/staticfiles.html:3 msgid "Static file path" msgid_plural "Static file paths" msgstr[0] "Pfad mit statischen Dateien" msgstr[1] "Pfade mit statischen Dateien" -#: templates/debug_toolbar/panels/staticfiles.html:8 +#: templates/debug_toolbar/panels/staticfiles.html:7 #, python-format msgid "(prefix %(prefix)s)" -msgstr "" +msgstr "(Präfix %(prefix)s)" -#: templates/debug_toolbar/panels/staticfiles.html:12 -#: templates/debug_toolbar/panels/staticfiles.html:23 -#: templates/debug_toolbar/panels/staticfiles.html:35 +#: templates/debug_toolbar/panels/staticfiles.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:22 +#: templates/debug_toolbar/panels/staticfiles.html:34 #: templates/debug_toolbar/panels/templates.html:10 -#: templates/debug_toolbar/panels/templates.html:28 -#: templates/debug_toolbar/panels/templates.html:43 +#: templates/debug_toolbar/panels/templates.html:30 +#: templates/debug_toolbar/panels/templates.html:47 msgid "None" msgstr "-" -#: templates/debug_toolbar/panels/staticfiles.html:15 +#: templates/debug_toolbar/panels/staticfiles.html:14 msgid "Static file app" msgid_plural "Static file apps" msgstr[0] "App mit statischen Dateien" msgstr[1] "Apps mit statischen Dateien" -#: templates/debug_toolbar/panels/staticfiles.html:26 +#: templates/debug_toolbar/panels/staticfiles.html:25 msgid "Static file" msgid_plural "Static files" msgstr[0] "Statische Datei" msgstr[1] "Statische Dateien" -#: templates/debug_toolbar/panels/staticfiles.html:40 +#: templates/debug_toolbar/panels/staticfiles.html:39 #, python-format msgid "%(payload_count)s file" msgid_plural "%(payload_count)s files" msgstr[0] "%(payload_count)s Datei" msgstr[1] "%(payload_count)s Dateien" -#: templates/debug_toolbar/panels/staticfiles.html:44 -msgid "Path" -msgstr "Pfad" - #: templates/debug_toolbar/panels/template_source.html:4 msgid "Template source:" msgstr "Template-Quelle:" @@ -616,12 +642,12 @@ msgid_plural "Templates" msgstr[0] "Template" msgstr[1] "Templates" -#: templates/debug_toolbar/panels/templates.html:21 -#: templates/debug_toolbar/panels/templates.html:37 +#: templates/debug_toolbar/panels/templates.html:22 +#: templates/debug_toolbar/panels/templates.html:40 msgid "Toggle context" msgstr "Context zeigen" -#: templates/debug_toolbar/panels/templates.html:31 +#: templates/debug_toolbar/panels/templates.html:33 msgid "Context processor" msgid_plural "Context processors" msgstr[0] "Context-Prozessor" @@ -647,10 +673,31 @@ msgstr "Timing-Attribut" msgid "Milliseconds since navigation start (+length)" msgstr "Millisekunden seit Seitenaufruf (plus Dauer)" -#: templates/debug_toolbar/panels/versions.html:5 +#: templates/debug_toolbar/panels/versions.html:10 +msgid "Package" +msgstr "Paket" + +#: templates/debug_toolbar/panels/versions.html:11 msgid "Name" msgstr "Name" -#: templates/debug_toolbar/panels/versions.html:6 +#: templates/debug_toolbar/panels/versions.html:12 msgid "Version" msgstr "Version" + +#: templates/debug_toolbar/redirect.html:10 +msgid "Location:" +msgstr "Ziel:" + +#: templates/debug_toolbar/redirect.html:12 +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes. You can click the above link to continue with the " +"redirect as normal." +msgstr "Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt weitergeleitet zu werden." + +#: views.py:15 +msgid "" +"Data for this panel isn't available anymore. Please reload the page and " +"retry." +msgstr "Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die Seite neu." diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.mo b/debug_toolbar/locale/en/LC_MESSAGES/django.mo index 18bc8c95f..a34e2efe8 100644 Binary files a/debug_toolbar/locale/en/LC_MESSAGES/django.mo and b/debug_toolbar/locale/en/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo index 0706dbe52..e2a8c6cfd 100644 Binary files a/debug_toolbar/locale/es/LC_MESSAGES/django.mo and b/debug_toolbar/locale/es/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index d348645e4..0e5e1257d 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -4,59 +4,59 @@ # # Translators: # jcatalan , 2014 -# Leonardo J. Caballero G. , 2013-2014 +# Daniel Iglesias , 2021 +# Leonardo J. Caballero G. , 2013-2014,2020 # marcelor , 2013 +# Sergio Infante , 2015 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-25 21:52+0200\n" -"PO-Revision-Date: 2014-04-25 19:53+0000\n" -"Last-Translator: Aymeric Augustin \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/django-debug-toolbar/language/es/)\n" +"POT-Creation-Date: 2021-08-14 10:25-0500\n" +"PO-Revision-Date: 2021-10-01 11:10+0000\n" +"Last-Translator: Daniel Iglesias \n" +"Language-Team: Spanish (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:11 +#: apps.py:15 msgid "Debug Toolbar" -msgstr "" - -#: views.py:14 -msgid "" -"Data for this panel isn't available anymore. Please reload the page and " -"retry." -msgstr "La información de este panel ya no se encuentra disponible. Por favor recargue la página y pruebe nuevamente." +msgstr "Barra de herramientas de Depuración" -#: panels/cache.py:191 +#: panels/cache.py:227 msgid "Cache" msgstr "Cache" -#: panels/cache.py:196 +#: panels/cache.py:234 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "%(cache_calls)d llamada en %(time).2fms" msgstr[1] "%(cache_calls)d llamadas en %(time).2fms" -#: panels/cache.py:204 +#: panels/cache.py:246 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" msgstr[0] "%(count)d llamadas al Cache desde el backend" msgstr[1] "%(count)d llamadas al Caché desde backends" -#: panels/headers.py:35 +#: panels/headers.py:33 msgid "Headers" msgstr "Encabezados" -#: panels/logging.py:64 +#: panels/history/panel.py:20 panels/history/panel.py:21 +msgid "History" +msgstr "Historial" + +#: panels/logging.py:63 msgid "Logging" msgstr "Registros" -#: panels/logging.py:70 +#: panels/logging.py:69 #, python-format msgid "%(count)s message" msgid_plural "%(count)s messages" @@ -67,59 +67,117 @@ msgstr[1] "%(count)s mensajes" msgid "Log messages" msgstr "Mensajes del registro" -#: panels/profiling.py:127 +#: panels/profiling.py:150 msgid "Profiling" msgstr "Análisis de rendimiento" -#: panels/redirects.py:17 +#: panels/redirects.py:14 msgid "Intercept redirects" msgstr "Interceptar re-direcionamiento" -#: panels/request.py:18 +#: panels/request.py:16 msgid "Request" msgstr "Petición" -#: panels/request.py:35 +#: panels/request.py:36 msgid "" msgstr "" -#: panels/request.py:47 +#: panels/request.py:53 msgid "" msgstr "" -#: panels/settings.py:20 +#: panels/settings.py:24 msgid "Settings" msgstr "Configuraciones" -#: panels/settings.py:23 +#: panels/settings.py:27 #, python-format -msgid "Settings from %s" -msgstr "Configuraciones en %s" +msgid "Settings from %s" +msgstr "Valores procedentes de %s" -#: panels/signals.py:45 +#: panels/signals.py:58 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "%(num_receivers)d receptor de 1 señal" msgstr[1] "%(num_receivers)d receptores de 1 señal" -#: panels/signals.py:48 +#: panels/signals.py:66 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" msgstr[0] "%(num_receivers)d receptor de %(num_signals)d señales" msgstr[1] "%(num_receivers)d receptores de %(num_signals)d señales" -#: panels/signals.py:53 +#: panels/signals.py:73 msgid "Signals" msgstr "Señales" -#: panels/staticfiles.py:89 +#: panels/sql/panel.py:24 +msgid "Autocommit" +msgstr "Autocommit" + +#: panels/sql/panel.py:25 +msgid "Read uncommitted" +msgstr "Leer cambios tentativos" + +#: panels/sql/panel.py:26 +msgid "Read committed" +msgstr "Leer cambios permanentes" + +#: panels/sql/panel.py:27 +msgid "Repeatable read" +msgstr "Lectura repetible" + +#: panels/sql/panel.py:28 +msgid "Serializable" +msgstr "Serializable" + +#: panels/sql/panel.py:40 +msgid "Idle" +msgstr "Inactivo" + +#: panels/sql/panel.py:41 +msgid "Active" +msgstr "Activo" + +#: panels/sql/panel.py:42 +msgid "In transaction" +msgstr "En transacción" + +#: panels/sql/panel.py:43 +msgid "In error" +msgstr "En error" + +#: panels/sql/panel.py:44 +msgid "Unknown" +msgstr "Desconocido" + +#: panels/sql/panel.py:109 +msgid "SQL" +msgstr "SQL" + +#: panels/sql/panel.py:114 +#, python-format +msgid "%(query_count)d query in %(sql_time).2fms" +msgid_plural "%(query_count)d queries in %(sql_time).2fms" +msgstr[0] "" +msgstr[1] "" + +#: panels/sql/panel.py:127 +#, python-format +msgid "SQL queries from %(count)d connection" +msgid_plural "SQL queries from %(count)d connections" +msgstr[0] "" +msgstr[1] "" + +#: panels/staticfiles.py:85 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "Archivos estáticos (%(num_found)s encontrados, %(num_used)s en uso)" -#: panels/staticfiles.py:107 +#: panels/staticfiles.py:106 msgid "Static files" msgstr "Archivos estáticos" @@ -130,160 +188,106 @@ msgid_plural "%(num_used)s files used" msgstr[0] "%(num_used)s archivo usado" msgstr[1] "%(num_used)s archivos usados" -#: panels/timer.py:23 +#: panels/templates/panel.py:144 +msgid "Templates" +msgstr "Plantillas" + +#: panels/templates/panel.py:149 +#, python-format +msgid "Templates (%(num_templates)s rendered)" +msgstr "Plantillas (%(num_templates)s renderizadas)" + +#: panels/templates/panel.py:181 +msgid "No origin" +msgstr "Sin origen" + +#: panels/timer.py:25 #, python-format msgid "CPU: %(cum)0.2fms (%(total)0.2fms)" msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)" -#: panels/timer.py:28 +#: panels/timer.py:30 #, python-format msgid "Total: %0.2fms" msgstr "Total: %0.2fms" -#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7 +#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9 +#: templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 #: templates/debug_toolbar/panels/sql_profile.html:12 #: templates/debug_toolbar/panels/sql_select.html:11 msgid "Time" msgstr "Tiempo" -#: panels/timer.py:42 +#: panels/timer.py:44 msgid "User CPU time" msgstr "Tiempo en CPU de usuario" -#: panels/timer.py:42 +#: panels/timer.py:44 #, python-format msgid "%(utime)0.3f msec" msgstr "%(utime)0.3f mseg" -#: panels/timer.py:43 +#: panels/timer.py:45 msgid "System CPU time" msgstr "Tiempo en CPU del sistema" -#: panels/timer.py:43 +#: panels/timer.py:45 #, python-format msgid "%(stime)0.3f msec" msgstr "%(stime)0.3f mseg" -#: panels/timer.py:44 +#: panels/timer.py:46 msgid "Total CPU time" msgstr "Tiempo total de CPU" -#: panels/timer.py:44 +#: panels/timer.py:46 #, python-format msgid "%(total)0.3f msec" msgstr "%(total)0.3f mseg" -#: panels/timer.py:45 +#: panels/timer.py:47 msgid "Elapsed time" msgstr "Tiempo transcurrido" -#: panels/timer.py:45 +#: panels/timer.py:47 #, python-format msgid "%(total_time)0.3f msec" msgstr "%(total_time)0.3f mseg" -#: panels/timer.py:46 +#: panels/timer.py:49 msgid "Context switches" msgstr "Cambios de contexto" -#: panels/timer.py:46 +#: panels/timer.py:50 #, python-format msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary" msgstr "%(vcsw)d voluntario, %(ivcsw)d involuntario" -#: panels/versions.py:25 +#: panels/versions.py:19 msgid "Versions" msgstr "Versiones" -#: panels/sql/panel.py:22 -msgid "Autocommit" -msgstr "Autocommit" - -#: panels/sql/panel.py:23 -msgid "Read uncommitted" -msgstr "Leer cambios tentativos" - -#: panels/sql/panel.py:24 -msgid "Read committed" -msgstr "Leer cambios permanentes" - -#: panels/sql/panel.py:25 -msgid "Repeatable read" -msgstr "Lectura repetible" - -#: panels/sql/panel.py:26 -msgid "Serializable" -msgstr "Serializable" - -#: panels/sql/panel.py:37 -msgid "Idle" -msgstr "Inactivo" - -#: panels/sql/panel.py:38 -msgid "Active" -msgstr "Activo" - -#: panels/sql/panel.py:39 -msgid "In transaction" -msgstr "En transacción" - -#: panels/sql/panel.py:40 -msgid "In error" -msgstr "En error" - -#: panels/sql/panel.py:41 -msgid "Unknown" -msgstr "Desconocido" - -#: panels/sql/panel.py:105 -msgid "SQL" -msgstr "SQL" - -#: panels/templates/panel.py:141 -msgid "Templates" -msgstr "Plantillas" - -#: panels/templates/panel.py:146 -#, python-format -msgid "Templates (%(num_templates)s rendered)" -msgstr "Plantillas (%(num_templates)s renderizadas)" - -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide toolbar" msgstr "Ocutar barra de herramientas" -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide" msgstr "Ocultar" #: templates/debug_toolbar/base.html:25 +msgid "Show toolbar" +msgstr "Mostrar barra de herramientas" + +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Disable for next and successive requests" msgstr "Deshabilitar para el próximo y sucesivos peticiones" -#: templates/debug_toolbar/base.html:25 +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Enable for next and successive requests" msgstr "Habilitar para el próximo y sucesivos peticiones" -#: templates/debug_toolbar/base.html:47 -msgid "Show toolbar" -msgstr "Mostrar barra de herramientas" - -#: templates/debug_toolbar/base.html:53 -msgid "Close" -msgstr "Cerrar" - -#: templates/debug_toolbar/redirect.html:8 -msgid "Location:" -msgstr "Ubicación:" - -#: templates/debug_toolbar/redirect.html:10 -msgid "" -"The Django Debug Toolbar has intercepted a redirect to the above URL for " -"debug viewing purposes. You can click the above link to continue with the " -"redirect as normal." -msgstr "El Django Debug Toolbar ha interceptado un re-direccionamiento a la dirección de Internet mostrada arriba, con el propósito de inspeccionarla. Usted puede hacer clic en el vínculo de arriba para continuar con el re-direccionamiento normalmente." - #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" msgstr "Resúmen" @@ -313,7 +317,7 @@ msgid "Calls" msgstr "Llamadas" #: templates/debug_toolbar/panels/cache.html:43 -#: templates/debug_toolbar/panels/sql.html:20 +#: templates/debug_toolbar/panels/sql.html:36 msgid "Time (ms)" msgstr "Tiempo (ms)" @@ -348,10 +352,8 @@ msgstr "Clave" #: templates/debug_toolbar/panels/headers.html:9 #: templates/debug_toolbar/panels/headers.html:28 #: templates/debug_toolbar/panels/headers.html:49 -#: templates/debug_toolbar/panels/request.html:33 -#: templates/debug_toolbar/panels/request.html:59 -#: templates/debug_toolbar/panels/request.html:85 -#: templates/debug_toolbar/panels/request.html:110 +#: templates/debug_toolbar/panels/history_tr.html:23 +#: templates/debug_toolbar/panels/request_variables.html:11 #: templates/debug_toolbar/panels/settings.html:6 #: templates/debug_toolbar/panels/timer.html:11 msgid "Value" @@ -371,6 +373,33 @@ msgid "" "significant subset is shown below." msgstr "Ya que el entorno WSGI hereda el entorno del servidor, solo un subconjunto significativo es mostrado más abajo." +#: templates/debug_toolbar/panels/history.html:10 +msgid "Method" +msgstr "Método" + +#: templates/debug_toolbar/panels/history.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:43 +msgid "Path" +msgstr "Ruta" + +#: templates/debug_toolbar/panels/history.html:12 +msgid "Request Variables" +msgstr "Variables de la petición" + +#: templates/debug_toolbar/panels/history.html:13 +msgid "Status" +msgstr "Estado" + +#: templates/debug_toolbar/panels/history.html:14 +#: templates/debug_toolbar/panels/sql.html:37 +msgid "Action" +msgstr "Acción" + +#: templates/debug_toolbar/panels/history_tr.html:22 +#: templates/debug_toolbar/panels/request_variables.html:10 +msgid "Variable" +msgstr "Variable" + #: templates/debug_toolbar/panels/logging.html:6 msgid "Level" msgstr "Nivel" @@ -384,7 +413,7 @@ msgid "Message" msgstr "Mensaje" #: templates/debug_toolbar/panels/logging.html:10 -#: templates/debug_toolbar/panels/staticfiles.html:45 +#: templates/debug_toolbar/panels/staticfiles.html:44 msgid "Location" msgstr "Ubicación" @@ -429,38 +458,31 @@ msgstr "Nombre de dirección URL" msgid "Cookies" msgstr "Cookies" -#: templates/debug_toolbar/panels/request.html:32 -#: templates/debug_toolbar/panels/request.html:58 -#: templates/debug_toolbar/panels/request.html:84 -#: templates/debug_toolbar/panels/request.html:109 -msgid "Variable" -msgstr "Variable" - -#: templates/debug_toolbar/panels/request.html:46 +#: templates/debug_toolbar/panels/request.html:27 msgid "No cookies" msgstr "Sin cookies" -#: templates/debug_toolbar/panels/request.html:50 +#: templates/debug_toolbar/panels/request.html:31 msgid "Session data" msgstr "Datos de sesión" -#: templates/debug_toolbar/panels/request.html:72 +#: templates/debug_toolbar/panels/request.html:34 msgid "No session data" msgstr "Sin datos de sesión" -#: templates/debug_toolbar/panels/request.html:76 +#: templates/debug_toolbar/panels/request.html:38 msgid "GET data" msgstr "Datos del GET" -#: templates/debug_toolbar/panels/request.html:98 +#: templates/debug_toolbar/panels/request.html:41 msgid "No GET data" msgstr "Sin datos GET" -#: templates/debug_toolbar/panels/request.html:102 +#: templates/debug_toolbar/panels/request.html:45 msgid "POST data" msgstr "Datos del POST" -#: templates/debug_toolbar/panels/request.html:123 +#: templates/debug_toolbar/panels/request.html:48 msgid "No POST data" msgstr "Sin datos POST" @@ -473,60 +495,69 @@ msgid "Signal" msgstr "Señal" #: templates/debug_toolbar/panels/signals.html:6 -msgid "Providing" -msgstr "Proporcionando" - -#: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" msgstr "Receptores" -#: templates/debug_toolbar/panels/sql.html:7 +#: templates/debug_toolbar/panels/sql.html:6 #, python-format msgid "%(num)s query" msgid_plural "%(num)s queries" msgstr[0] "%(num)s consulta" msgstr[1] "%(num)s consultas" -#: templates/debug_toolbar/panels/sql.html:18 +#: templates/debug_toolbar/panels/sql.html:8 +#, python-format +msgid "" +"including %(count)s similar" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:12 +#, python-format +msgid "" +"and %(dupes)s duplicates" +msgstr "y %(dupes)s repetidos" + +#: templates/debug_toolbar/panels/sql.html:34 msgid "Query" msgstr "Query" -#: templates/debug_toolbar/panels/sql.html:19 +#: templates/debug_toolbar/panels/sql.html:35 #: templates/debug_toolbar/panels/timer.html:36 msgid "Timeline" msgstr "Línea de tiempo" -#: templates/debug_toolbar/panels/sql.html:21 -msgid "Action" -msgstr "Acción" +#: templates/debug_toolbar/panels/sql.html:52 +#, python-format +msgid "%(count)s similar queries." +msgstr "%(count)s consultas similares. " + +#: templates/debug_toolbar/panels/sql.html:58 +#, python-format +msgid "Duplicated %(dupes)s times." +msgstr "Repetidas %(dupes)s veces." -#: templates/debug_toolbar/panels/sql.html:64 +#: templates/debug_toolbar/panels/sql.html:95 msgid "Connection:" msgstr "Conexión:" -#: templates/debug_toolbar/panels/sql.html:66 +#: templates/debug_toolbar/panels/sql.html:97 msgid "Isolation level:" msgstr "Nivel de aislamiento:" -#: templates/debug_toolbar/panels/sql.html:69 +#: templates/debug_toolbar/panels/sql.html:100 msgid "Transaction status:" msgstr "Estado de la transacción:" -#: templates/debug_toolbar/panels/sql.html:83 +#: templates/debug_toolbar/panels/sql.html:114 msgid "(unknown)" msgstr "(desconocido)" -#: templates/debug_toolbar/panels/sql.html:92 +#: templates/debug_toolbar/panels/sql.html:123 msgid "No SQL queries were recorded during this request." msgstr "No se registraron consultas SQL durante ésta petición." -#: templates/debug_toolbar/panels/sql_explain.html:3 -#: templates/debug_toolbar/panels/sql_profile.html:3 -#: templates/debug_toolbar/panels/sql_select.html:3 -#: templates/debug_toolbar/panels/template_source.html:3 -msgid "Back" -msgstr "Regresar" - #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL explained" msgstr "SQL explicado" @@ -559,49 +590,45 @@ msgstr "SQL seleccionado" msgid "Empty set" msgstr "Establecer Vacío" -#: templates/debug_toolbar/panels/staticfiles.html:4 +#: templates/debug_toolbar/panels/staticfiles.html:3 msgid "Static file path" msgid_plural "Static file paths" msgstr[0] "Ruta a archivos estático" msgstr[1] "Rutas a archivos estáticos" -#: templates/debug_toolbar/panels/staticfiles.html:8 +#: templates/debug_toolbar/panels/staticfiles.html:7 #, python-format msgid "(prefix %(prefix)s)" msgstr "(prefijo %(prefix)s)" -#: templates/debug_toolbar/panels/staticfiles.html:12 -#: templates/debug_toolbar/panels/staticfiles.html:23 -#: templates/debug_toolbar/panels/staticfiles.html:35 +#: templates/debug_toolbar/panels/staticfiles.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:22 +#: templates/debug_toolbar/panels/staticfiles.html:34 #: templates/debug_toolbar/panels/templates.html:10 -#: templates/debug_toolbar/panels/templates.html:28 -#: templates/debug_toolbar/panels/templates.html:43 +#: templates/debug_toolbar/panels/templates.html:30 +#: templates/debug_toolbar/panels/templates.html:47 msgid "None" msgstr "Ninguno" -#: templates/debug_toolbar/panels/staticfiles.html:15 +#: templates/debug_toolbar/panels/staticfiles.html:14 msgid "Static file app" msgid_plural "Static file apps" msgstr[0] "Aplicación a archivos estáticos" msgstr[1] "Aplicaciones de archivos estáticos" -#: templates/debug_toolbar/panels/staticfiles.html:26 +#: templates/debug_toolbar/panels/staticfiles.html:25 msgid "Static file" msgid_plural "Static files" msgstr[0] "Archivo estático" msgstr[1] "Archivos estáticos" -#: templates/debug_toolbar/panels/staticfiles.html:40 +#: templates/debug_toolbar/panels/staticfiles.html:39 #, python-format msgid "%(payload_count)s file" msgid_plural "%(payload_count)s files" msgstr[0] "%(payload_count)s archivo" msgstr[1] "%(payload_count)s archivos" -#: templates/debug_toolbar/panels/staticfiles.html:44 -msgid "Path" -msgstr "Ruta" - #: templates/debug_toolbar/panels/template_source.html:4 msgid "Template source:" msgstr "Fuente de plantilla:" @@ -618,12 +645,12 @@ msgid_plural "Templates" msgstr[0] "Plantilla" msgstr[1] "Plantillas" -#: templates/debug_toolbar/panels/templates.html:21 -#: templates/debug_toolbar/panels/templates.html:37 +#: templates/debug_toolbar/panels/templates.html:22 +#: templates/debug_toolbar/panels/templates.html:40 msgid "Toggle context" msgstr "Mostrar/Ocultar contexto" -#: templates/debug_toolbar/panels/templates.html:31 +#: templates/debug_toolbar/panels/templates.html:33 msgid "Context processor" msgid_plural "Context processors" msgstr[0] "Procesador de contexto" @@ -643,16 +670,37 @@ msgstr "Distribución de tiempos de navegador" #: templates/debug_toolbar/panels/timer.html:35 msgid "Timing attribute" -msgstr "" +msgstr "Atributo de tiempo" #: templates/debug_toolbar/panels/timer.html:37 msgid "Milliseconds since navigation start (+length)" msgstr "Milisegundos desde inicio de la navegación (+longitud)" -#: templates/debug_toolbar/panels/versions.html:5 +#: templates/debug_toolbar/panels/versions.html:10 +msgid "Package" +msgstr "Paquete" + +#: templates/debug_toolbar/panels/versions.html:11 msgid "Name" msgstr "Nombre" -#: templates/debug_toolbar/panels/versions.html:6 +#: templates/debug_toolbar/panels/versions.html:12 msgid "Version" msgstr "Versión" + +#: templates/debug_toolbar/redirect.html:10 +msgid "Location:" +msgstr "Ubicación:" + +#: templates/debug_toolbar/redirect.html:12 +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes. You can click the above link to continue with the " +"redirect as normal." +msgstr "El Django Debug Toolbar ha interceptado un re-direccionamiento a la dirección de Internet mostrada arriba, con el propósito de inspeccionarla. Usted puede hacer clic en el vínculo de arriba para continuar con el re-direccionamiento normalmente." + +#: views.py:15 +msgid "" +"Data for this panel isn't available anymore. Please reload the page and " +"retry." +msgstr "La información de este panel ya no se encuentra disponible. Por favor recargue la página y pruebe nuevamente." diff --git a/debug_toolbar/locale/fa/LC_MESSAGES/django.mo b/debug_toolbar/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 000000000..403810b2c Binary files /dev/null and b/debug_toolbar/locale/fa/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/fa/LC_MESSAGES/django.po b/debug_toolbar/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 000000000..ce4e1e845 --- /dev/null +++ b/debug_toolbar/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,702 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# +# Translators: +# Ali Soltani , 2021 +msgid "" +msgstr "" +"Project-Id-Version: Django Debug Toolbar\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-08-14 10:25-0500\n" +"PO-Revision-Date: 2021-09-30 18:42+0000\n" +"Last-Translator: Ali Soltani \n" +"Language-Team: Persian (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: apps.py:15 +msgid "Debug Toolbar" +msgstr "نوار ابزار دیباگ" + +#: panels/cache.py:227 +msgid "Cache" +msgstr "Cache" + +#: panels/cache.py:234 +#, python-format +msgid "%(cache_calls)d call in %(time).2fms" +msgid_plural "%(cache_calls)d calls in %(time).2fms" +msgstr[0] "" +msgstr[1] "" + +#: panels/cache.py:246 +#, python-format +msgid "Cache calls from %(count)d backend" +msgid_plural "Cache calls from %(count)d backends" +msgstr[0] "" +msgstr[1] "" + +#: panels/headers.py:33 +msgid "Headers" +msgstr "هدر ها" + +#: panels/history/panel.py:20 panels/history/panel.py:21 +msgid "History" +msgstr "تاریخچه" + +#: panels/logging.py:63 +msgid "Logging" +msgstr "لاگ" + +#: panels/logging.py:69 +#, python-format +msgid "%(count)s message" +msgid_plural "%(count)s messages" +msgstr[0] "" +msgstr[1] "" + +#: panels/logging.py:73 +msgid "Log messages" +msgstr "پیام های لاگ" + +#: panels/profiling.py:150 +msgid "Profiling" +msgstr "نمایه سازی" + +#: panels/redirects.py:14 +msgid "Intercept redirects" +msgstr "" + +#: panels/request.py:16 +msgid "Request" +msgstr "ریکوئست" + +#: panels/request.py:36 +msgid "" +msgstr "" + +#: panels/request.py:53 +msgid "" +msgstr "" + +#: panels/settings.py:24 +msgid "Settings" +msgstr "تنظیمات" + +#: panels/settings.py:27 +#, python-format +msgid "Settings from %s" +msgstr "تنظیمات از %s" + +#: panels/signals.py:58 +#, python-format +msgid "%(num_receivers)d receiver of 1 signal" +msgid_plural "%(num_receivers)d receivers of 1 signal" +msgstr[0] "" +msgstr[1] "" + +#: panels/signals.py:66 +#, python-format +msgid "%(num_receivers)d receiver of %(num_signals)d signals" +msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" +msgstr[0] "" +msgstr[1] "" + +#: panels/signals.py:73 +msgid "Signals" +msgstr "signal ها" + +#: panels/sql/panel.py:24 +msgid "Autocommit" +msgstr "کامیت خودکار" + +#: panels/sql/panel.py:25 +msgid "Read uncommitted" +msgstr "" + +#: panels/sql/panel.py:26 +msgid "Read committed" +msgstr "" + +#: panels/sql/panel.py:27 +msgid "Repeatable read" +msgstr "" + +#: panels/sql/panel.py:28 +msgid "Serializable" +msgstr "قابل سریالایز شدن" + +#: panels/sql/panel.py:40 +msgid "Idle" +msgstr "IDLE" + +#: panels/sql/panel.py:41 +msgid "Active" +msgstr "فعال" + +#: panels/sql/panel.py:42 +msgid "In transaction" +msgstr "در تراکنش" + +#: panels/sql/panel.py:43 +msgid "In error" +msgstr "در خطا" + +#: panels/sql/panel.py:44 +msgid "Unknown" +msgstr "ناشناخته" + +#: panels/sql/panel.py:109 +msgid "SQL" +msgstr "اس کیو ال" + +#: panels/sql/panel.py:114 +#, python-format +msgid "%(query_count)d query in %(sql_time).2fms" +msgid_plural "%(query_count)d queries in %(sql_time).2fms" +msgstr[0] "" +msgstr[1] "" + +#: panels/sql/panel.py:127 +#, python-format +msgid "SQL queries from %(count)d connection" +msgid_plural "SQL queries from %(count)d connections" +msgstr[0] "" +msgstr[1] "" + +#: panels/staticfiles.py:85 +#, python-format +msgid "Static files (%(num_found)s found, %(num_used)s used)" +msgstr "" + +#: panels/staticfiles.py:106 +msgid "Static files" +msgstr "فایل های استاتیک" + +#: panels/staticfiles.py:112 +#, python-format +msgid "%(num_used)s file used" +msgid_plural "%(num_used)s files used" +msgstr[0] "" +msgstr[1] "" + +#: panels/templates/panel.py:144 +msgid "Templates" +msgstr "تمپلیت ها" + +#: panels/templates/panel.py:149 +#, python-format +msgid "Templates (%(num_templates)s rendered)" +msgstr "تمپلیت ها (%(num_templates)s rendered)" + +#: panels/templates/panel.py:181 +msgid "No origin" +msgstr "بدون origin" + +#: panels/timer.py:25 +#, python-format +msgid "CPU: %(cum)0.2fms (%(total)0.2fms)" +msgstr "" + +#: panels/timer.py:30 +#, python-format +msgid "Total: %0.2fms" +msgstr "" + +#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9 +#: templates/debug_toolbar/panels/logging.html:7 +#: templates/debug_toolbar/panels/sql_explain.html:11 +#: templates/debug_toolbar/panels/sql_profile.html:12 +#: templates/debug_toolbar/panels/sql_select.html:11 +msgid "Time" +msgstr "زمان" + +#: panels/timer.py:44 +msgid "User CPU time" +msgstr "زمان سی پی یو کاربر" + +#: panels/timer.py:44 +#, python-format +msgid "%(utime)0.3f msec" +msgstr "" + +#: panels/timer.py:45 +msgid "System CPU time" +msgstr "زمان CPU سیستم" + +#: panels/timer.py:45 +#, python-format +msgid "%(stime)0.3f msec" +msgstr "" + +#: panels/timer.py:46 +msgid "Total CPU time" +msgstr "زمان کل سی پی یو" + +#: panels/timer.py:46 +#, python-format +msgid "%(total)0.3f msec" +msgstr "%(total)0.3f میلی ثانیه" + +#: panels/timer.py:47 +msgid "Elapsed time" +msgstr "زمان سپری شده" + +#: panels/timer.py:47 +#, python-format +msgid "%(total_time)0.3f msec" +msgstr "" + +#: panels/timer.py:49 +msgid "Context switches" +msgstr "" + +#: panels/timer.py:50 +#, python-format +msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary" +msgstr "" + +#: panels/versions.py:19 +msgid "Versions" +msgstr "ورژن ها" + +#: templates/debug_toolbar/base.html:18 +msgid "Hide toolbar" +msgstr "پنهان کردن toolbar" + +#: templates/debug_toolbar/base.html:18 +msgid "Hide" +msgstr "پنهان کردن" + +#: templates/debug_toolbar/base.html:25 +msgid "Show toolbar" +msgstr "نمایش toolbar" + +#: templates/debug_toolbar/includes/panel_button.html:4 +msgid "Disable for next and successive requests" +msgstr "غیر فعال کردن برای ریکوئست های پی در پی" + +#: templates/debug_toolbar/includes/panel_button.html:4 +msgid "Enable for next and successive requests" +msgstr "فعال کردن برای ریکوئست های بعدی و پی در پی" + +#: templates/debug_toolbar/panels/cache.html:2 +msgid "Summary" +msgstr "خلاصه" + +#: templates/debug_toolbar/panels/cache.html:6 +msgid "Total calls" +msgstr "تعداد نهایی کال کردن ها" + +#: templates/debug_toolbar/panels/cache.html:7 +msgid "Total time" +msgstr "زمان نهایی" + +#: templates/debug_toolbar/panels/cache.html:8 +msgid "Cache hits" +msgstr "Cache hits" + +#: templates/debug_toolbar/panels/cache.html:9 +msgid "Cache misses" +msgstr "Cache misses\n " + +#: templates/debug_toolbar/panels/cache.html:21 +msgid "Commands" +msgstr "دستورات" + +#: templates/debug_toolbar/panels/cache.html:39 +msgid "Calls" +msgstr "call ها" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/sql.html:36 +msgid "Time (ms)" +msgstr "زمان (میلی ثانیه)" + +#: templates/debug_toolbar/panels/cache.html:44 +msgid "Type" +msgstr "نوع" + +#: templates/debug_toolbar/panels/cache.html:45 +#: templates/debug_toolbar/panels/request.html:8 +msgid "Arguments" +msgstr "آرگومان ها" + +#: templates/debug_toolbar/panels/cache.html:46 +#: templates/debug_toolbar/panels/request.html:9 +msgid "Keyword arguments" +msgstr "آرگومان های کیورد" + +#: templates/debug_toolbar/panels/cache.html:47 +msgid "Backend" +msgstr "بک اند" + +#: templates/debug_toolbar/panels/headers.html:3 +msgid "Request headers" +msgstr "هدر های ریکوئست" + +#: templates/debug_toolbar/panels/headers.html:8 +#: templates/debug_toolbar/panels/headers.html:27 +#: templates/debug_toolbar/panels/headers.html:48 +msgid "Key" +msgstr "کلید" + +#: templates/debug_toolbar/panels/headers.html:9 +#: templates/debug_toolbar/panels/headers.html:28 +#: templates/debug_toolbar/panels/headers.html:49 +#: templates/debug_toolbar/panels/history_tr.html:23 +#: templates/debug_toolbar/panels/request_variables.html:11 +#: templates/debug_toolbar/panels/settings.html:6 +#: templates/debug_toolbar/panels/timer.html:11 +msgid "Value" +msgstr "مقدار" + +#: templates/debug_toolbar/panels/headers.html:22 +msgid "Response headers" +msgstr "هدر های ریسپانس" + +#: templates/debug_toolbar/panels/headers.html:41 +msgid "WSGI environ" +msgstr "محیط WSGI" + +#: templates/debug_toolbar/panels/headers.html:43 +msgid "" +"Since the WSGI environ inherits the environment of the server, only a " +"significant subset is shown below." +msgstr "از آنجا که محیط WSGI محیط سرور را به ارث می برد ، فقط یک زیر مجموعه مهم در زیر نشان داده شده است." + +#: templates/debug_toolbar/panels/history.html:10 +msgid "Method" +msgstr "متد" + +#: templates/debug_toolbar/panels/history.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:43 +msgid "Path" +msgstr "Path" + +#: templates/debug_toolbar/panels/history.html:12 +msgid "Request Variables" +msgstr "متغیر های ریکوئست" + +#: templates/debug_toolbar/panels/history.html:13 +msgid "Status" +msgstr "وضعیت" + +#: templates/debug_toolbar/panels/history.html:14 +#: templates/debug_toolbar/panels/sql.html:37 +msgid "Action" +msgstr "اکشن" + +#: templates/debug_toolbar/panels/history_tr.html:22 +#: templates/debug_toolbar/panels/request_variables.html:10 +msgid "Variable" +msgstr "متغیر" + +#: templates/debug_toolbar/panels/logging.html:6 +msgid "Level" +msgstr "سطح" + +#: templates/debug_toolbar/panels/logging.html:8 +msgid "Channel" +msgstr "کانال" + +#: templates/debug_toolbar/panels/logging.html:9 +msgid "Message" +msgstr "پیام" + +#: templates/debug_toolbar/panels/logging.html:10 +#: templates/debug_toolbar/panels/staticfiles.html:44 +msgid "Location" +msgstr "مکان" + +#: templates/debug_toolbar/panels/logging.html:26 +msgid "No messages logged" +msgstr "پیامی لاگ نشده" + +#: templates/debug_toolbar/panels/profiling.html:5 +msgid "Call" +msgstr "Call" + +#: templates/debug_toolbar/panels/profiling.html:6 +msgid "CumTime" +msgstr "" + +#: templates/debug_toolbar/panels/profiling.html:7 +#: templates/debug_toolbar/panels/profiling.html:9 +msgid "Per" +msgstr "بر" + +#: templates/debug_toolbar/panels/profiling.html:8 +msgid "TotTime" +msgstr "زمان نهایی" + +#: templates/debug_toolbar/panels/profiling.html:10 +msgid "Count" +msgstr "تعداد" + +#: templates/debug_toolbar/panels/request.html:3 +msgid "View information" +msgstr "اطلاعات View" + +#: templates/debug_toolbar/panels/request.html:7 +msgid "View function" +msgstr "تابع Viw" + +#: templates/debug_toolbar/panels/request.html:10 +msgid "URL name" +msgstr "نام URL" + +#: templates/debug_toolbar/panels/request.html:24 +msgid "Cookies" +msgstr "کوکی ها" + +#: templates/debug_toolbar/panels/request.html:27 +msgid "No cookies" +msgstr "کوکی ای وجود ندارد" + +#: templates/debug_toolbar/panels/request.html:31 +msgid "Session data" +msgstr "دیتای سشن" + +#: templates/debug_toolbar/panels/request.html:34 +msgid "No session data" +msgstr "دیتای سشن وجود ندارد" + +#: templates/debug_toolbar/panels/request.html:38 +msgid "GET data" +msgstr "دیتای GET" + +#: templates/debug_toolbar/panels/request.html:41 +msgid "No GET data" +msgstr "دیتای GET وجود ندارد" + +#: templates/debug_toolbar/panels/request.html:45 +msgid "POST data" +msgstr "دیتای POST" + +#: templates/debug_toolbar/panels/request.html:48 +msgid "No POST data" +msgstr "دیتای POST وجود ندارد" + +#: templates/debug_toolbar/panels/settings.html:5 +msgid "Setting" +msgstr "تنظیمات" + +#: templates/debug_toolbar/panels/signals.html:5 +msgid "Signal" +msgstr "Signal" + +#: templates/debug_toolbar/panels/signals.html:6 +msgid "Receivers" +msgstr "Receiver ها" + +#: templates/debug_toolbar/panels/sql.html:6 +#, python-format +msgid "%(num)s query" +msgid_plural "%(num)s queries" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/sql.html:8 +#, python-format +msgid "" +"including %(count)s similar" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:12 +#, python-format +msgid "" +"and %(dupes)s duplicates" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:34 +msgid "Query" +msgstr "کوئری" + +#: templates/debug_toolbar/panels/sql.html:35 +#: templates/debug_toolbar/panels/timer.html:36 +msgid "Timeline" +msgstr "تایملاین" + +#: templates/debug_toolbar/panels/sql.html:52 +#, python-format +msgid "%(count)s similar queries." +msgstr "%(count)s کوئری مشابه" + +#: templates/debug_toolbar/panels/sql.html:58 +#, python-format +msgid "Duplicated %(dupes)s times." +msgstr "%(dupes)s بار تکرار شده" + +#: templates/debug_toolbar/panels/sql.html:95 +msgid "Connection:" +msgstr "کانکشن:" + +#: templates/debug_toolbar/panels/sql.html:97 +msgid "Isolation level:" +msgstr "سطح isolation:" + +#: templates/debug_toolbar/panels/sql.html:100 +msgid "Transaction status:" +msgstr "وضعیت تراکنش" + +#: templates/debug_toolbar/panels/sql.html:114 +msgid "(unknown)" +msgstr "(ناشناخته)" + +#: templates/debug_toolbar/panels/sql.html:123 +msgid "No SQL queries were recorded during this request." +msgstr "کوئری SQL ای در این ریکوئست ثبت نشده است" + +#: templates/debug_toolbar/panels/sql_explain.html:4 +msgid "SQL explained" +msgstr "" + +#: templates/debug_toolbar/panels/sql_explain.html:9 +#: templates/debug_toolbar/panels/sql_profile.html:10 +#: templates/debug_toolbar/panels/sql_select.html:9 +msgid "Executed SQL" +msgstr "کوئری اجرا شده" + +#: templates/debug_toolbar/panels/sql_explain.html:13 +#: templates/debug_toolbar/panels/sql_profile.html:14 +#: templates/debug_toolbar/panels/sql_select.html:13 +msgid "Database" +msgstr "دیتابیس" + +#: templates/debug_toolbar/panels/sql_profile.html:4 +msgid "SQL profiled" +msgstr "SQL profiled" + +#: templates/debug_toolbar/panels/sql_profile.html:37 +msgid "Error" +msgstr "خطا" + +#: templates/debug_toolbar/panels/sql_select.html:4 +msgid "SQL selected" +msgstr "" + +#: templates/debug_toolbar/panels/sql_select.html:36 +msgid "Empty set" +msgstr "set خالی" + +#: templates/debug_toolbar/panels/staticfiles.html:3 +msgid "Static file path" +msgid_plural "Static file paths" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/staticfiles.html:7 +#, python-format +msgid "(prefix %(prefix)s)" +msgstr "(prefix %(prefix)s)" + +#: templates/debug_toolbar/panels/staticfiles.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:22 +#: templates/debug_toolbar/panels/staticfiles.html:34 +#: templates/debug_toolbar/panels/templates.html:10 +#: templates/debug_toolbar/panels/templates.html:30 +#: templates/debug_toolbar/panels/templates.html:47 +msgid "None" +msgstr "خالی" + +#: templates/debug_toolbar/panels/staticfiles.html:14 +msgid "Static file app" +msgid_plural "Static file apps" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/staticfiles.html:25 +msgid "Static file" +msgid_plural "Static files" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/staticfiles.html:39 +#, python-format +msgid "%(payload_count)s file" +msgid_plural "%(payload_count)s files" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/template_source.html:4 +msgid "Template source:" +msgstr "منبع تمپلیت:" + +#: templates/debug_toolbar/panels/templates.html:2 +msgid "Template path" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/templates.html:13 +msgid "Template" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/templates.html:22 +#: templates/debug_toolbar/panels/templates.html:40 +msgid "Toggle context" +msgstr "" + +#: templates/debug_toolbar/panels/templates.html:33 +msgid "Context processor" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "" + +#: templates/debug_toolbar/panels/timer.html:2 +msgid "Resource usage" +msgstr "استفاده منابع" + +#: templates/debug_toolbar/panels/timer.html:10 +msgid "Resource" +msgstr "منابع" + +#: templates/debug_toolbar/panels/timer.html:26 +msgid "Browser timing" +msgstr "زمان بندی مرورگر" + +#: templates/debug_toolbar/panels/timer.html:35 +msgid "Timing attribute" +msgstr "ویژگی زمان بندی" + +#: templates/debug_toolbar/panels/timer.html:37 +msgid "Milliseconds since navigation start (+length)" +msgstr "" + +#: templates/debug_toolbar/panels/versions.html:10 +msgid "Package" +msgstr "پکیج" + +#: templates/debug_toolbar/panels/versions.html:11 +msgid "Name" +msgstr "نام" + +#: templates/debug_toolbar/panels/versions.html:12 +msgid "Version" +msgstr "ورژن" + +#: templates/debug_toolbar/redirect.html:10 +msgid "Location:" +msgstr "مکان:" + +#: templates/debug_toolbar/redirect.html:12 +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes. You can click the above link to continue with the " +"redirect as normal." +msgstr "" + +#: views.py:15 +msgid "" +"Data for this panel isn't available anymore. Please reload the page and " +"retry." +msgstr "دیتا برای نمایش در دسترس نیست. لطفا صفحه را ریفرش کنید." diff --git a/debug_toolbar/locale/fi/LC_MESSAGES/django.mo b/debug_toolbar/locale/fi/LC_MESSAGES/django.mo index 4b9ff457b..e0126d2b4 100644 Binary files a/debug_toolbar/locale/fi/LC_MESSAGES/django.mo and b/debug_toolbar/locale/fi/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.mo b/debug_toolbar/locale/fr/LC_MESSAGES/django.mo index 74f7470f1..ec52a9eba 100644 Binary files a/debug_toolbar/locale/fr/LC_MESSAGES/django.mo and b/debug_toolbar/locale/fr/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.po b/debug_toolbar/locale/fr/LC_MESSAGES/django.po index 4ce0574f3..8eb854fcb 100644 --- a/debug_toolbar/locale/fr/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.po @@ -3,61 +3,62 @@ # # # Translators: -# Pingax , 2013 -# claudep , 2013 +# Anthony Jorion , 2013 +# Aymeric Augustin , 2014 +# Claude Paroz , 2013 +# Colin O'Brien , 2021 # David Paccoud, 2009 -# drivard , 2013 +# Dominick Rivard , 2013 +# Maxime Abry , 2016 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-25 21:52+0200\n" -"PO-Revision-Date: 2014-04-25 19:53+0000\n" -"Last-Translator: Aymeric Augustin \n" -"Language-Team: French (http://www.transifex.com/projects/p/django-debug-toolbar/language/fr/)\n" +"POT-Creation-Date: 2021-08-14 10:25-0500\n" +"PO-Revision-Date: 2021-09-30 09:21+0000\n" +"Last-Translator: Colin O'Brien \n" +"Language-Team: French (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: apps.py:11 +#: apps.py:15 msgid "Debug Toolbar" -msgstr "" - -#: views.py:14 -msgid "" -"Data for this panel isn't available anymore. Please reload the page and " -"retry." -msgstr "Les données de ce panneau ne sont plus disponibles. Rechargez la page et essayez à nouveau." +msgstr "Barre d'outils de débogage" -#: panels/cache.py:191 +#: panels/cache.py:227 msgid "Cache" msgstr "Cache" -#: panels/cache.py:196 +#: panels/cache.py:234 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "%(cache_calls)d appel en %(time).2fms" msgstr[1] "%(cache_calls)d appels en %(time).2fms" -#: panels/cache.py:204 +#: panels/cache.py:246 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" msgstr[0] "Appels au cache depuis %(count)d moteur" msgstr[1] "Appels au cache depuis %(count)d moteurs" -#: panels/headers.py:35 +#: panels/headers.py:33 msgid "Headers" msgstr "En-têtes" -#: panels/logging.py:64 +#: panels/history/panel.py:20 panels/history/panel.py:21 +msgid "History" +msgstr "Historique" + +#: panels/logging.py:63 msgid "Logging" msgstr "Journaux" -#: panels/logging.py:70 +#: panels/logging.py:69 #, python-format msgid "%(count)s message" msgid_plural "%(count)s messages" @@ -68,59 +69,117 @@ msgstr[1] "%(count)s messages" msgid "Log messages" msgstr "Messages du journal" -#: panels/profiling.py:127 +#: panels/profiling.py:150 msgid "Profiling" msgstr "Profilage" -#: panels/redirects.py:17 +#: panels/redirects.py:14 msgid "Intercept redirects" msgstr "Interception des redirections" -#: panels/request.py:18 +#: panels/request.py:16 msgid "Request" msgstr "Requête" -#: panels/request.py:35 +#: panels/request.py:36 msgid "" msgstr "" -#: panels/request.py:47 +#: panels/request.py:53 msgid "" msgstr "" -#: panels/settings.py:20 +#: panels/settings.py:24 msgid "Settings" msgstr "Paramètres" -#: panels/settings.py:23 +#: panels/settings.py:27 #, python-format -msgid "Settings from %s" -msgstr "Paramètres de %s" +msgid "Settings from %s" +msgstr "Paramètres de %s" -#: panels/signals.py:45 +#: panels/signals.py:58 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "%(num_receivers)d receveur d'un signal" msgstr[1] "%(num_receivers)d receveurs d'un signal" -#: panels/signals.py:48 +#: panels/signals.py:66 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" msgstr[0] "%(num_receivers)d receveur de %(num_signals)d signaux" msgstr[1] "%(num_receivers)d receveurs de %(num_signals)d signaux" -#: panels/signals.py:53 +#: panels/signals.py:73 msgid "Signals" msgstr "Signaux" -#: panels/staticfiles.py:89 +#: panels/sql/panel.py:24 +msgid "Autocommit" +msgstr "Auto validation" + +#: panels/sql/panel.py:25 +msgid "Read uncommitted" +msgstr "Lecture non validée" + +#: panels/sql/panel.py:26 +msgid "Read committed" +msgstr "Lecture validée" + +#: panels/sql/panel.py:27 +msgid "Repeatable read" +msgstr "Lecture répétable" + +#: panels/sql/panel.py:28 +msgid "Serializable" +msgstr "Sérialisable" + +#: panels/sql/panel.py:40 +msgid "Idle" +msgstr "Inactif" + +#: panels/sql/panel.py:41 +msgid "Active" +msgstr "Actif" + +#: panels/sql/panel.py:42 +msgid "In transaction" +msgstr "Transaction en cours" + +#: panels/sql/panel.py:43 +msgid "In error" +msgstr "Erreur" + +#: panels/sql/panel.py:44 +msgid "Unknown" +msgstr "Indéterminé" + +#: panels/sql/panel.py:109 +msgid "SQL" +msgstr "SQL" + +#: panels/sql/panel.py:114 +#, python-format +msgid "%(query_count)d query in %(sql_time).2fms" +msgid_plural "%(query_count)d queries in %(sql_time).2fms" +msgstr[0] "%(query_count)d requête en %(sql_time).2f ms" +msgstr[1] "%(query_count)d requêtes en %(sql_time).2f ms" + +#: panels/sql/panel.py:127 +#, python-format +msgid "SQL queries from %(count)d connection" +msgid_plural "SQL queries from %(count)d connections" +msgstr[0] "requêtes SQL venant de %(count)d connexion" +msgstr[1] "Requêtes SQL venant de %(count)d connexions" + +#: panels/staticfiles.py:85 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "Fichiers statiques (%(num_found)s trouvé(s), %(num_used)s utilisé(s))" -#: panels/staticfiles.py:107 +#: panels/staticfiles.py:106 msgid "Static files" msgstr "Fichiers statiques" @@ -131,160 +190,106 @@ msgid_plural "%(num_used)s files used" msgstr[0] "%(num_used)s fichier utilisé" msgstr[1] "%(num_used)s fichiers utilisés" -#: panels/timer.py:23 +#: panels/templates/panel.py:144 +msgid "Templates" +msgstr "Gabarits" + +#: panels/templates/panel.py:149 +#, python-format +msgid "Templates (%(num_templates)s rendered)" +msgstr "Gabarits (%(num_templates)s affichés)" + +#: panels/templates/panel.py:181 +msgid "No origin" +msgstr "Sans Origine" + +#: panels/timer.py:25 #, python-format msgid "CPU: %(cum)0.2fms (%(total)0.2fms)" msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)" -#: panels/timer.py:28 +#: panels/timer.py:30 #, python-format msgid "Total: %0.2fms" msgstr "Total : %0.2fms" -#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7 +#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9 +#: templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 #: templates/debug_toolbar/panels/sql_profile.html:12 #: templates/debug_toolbar/panels/sql_select.html:11 msgid "Time" msgstr "Temps" -#: panels/timer.py:42 +#: panels/timer.py:44 msgid "User CPU time" msgstr "Temps CPU de l'utilisateur" -#: panels/timer.py:42 +#: panels/timer.py:44 #, python-format msgid "%(utime)0.3f msec" msgstr "%(utime)0.3f ms" -#: panels/timer.py:43 +#: panels/timer.py:45 msgid "System CPU time" msgstr "Temps CPU du système" -#: panels/timer.py:43 +#: panels/timer.py:45 #, python-format msgid "%(stime)0.3f msec" msgstr "%(stime)0.3f ms" -#: panels/timer.py:44 +#: panels/timer.py:46 msgid "Total CPU time" msgstr "Temps total du CPU" -#: panels/timer.py:44 +#: panels/timer.py:46 #, python-format msgid "%(total)0.3f msec" msgstr "%(total)0.3f ms" -#: panels/timer.py:45 +#: panels/timer.py:47 msgid "Elapsed time" msgstr "Temps écoulé" -#: panels/timer.py:45 +#: panels/timer.py:47 #, python-format msgid "%(total_time)0.3f msec" msgstr "%(total_time)0.3f ms" -#: panels/timer.py:46 +#: panels/timer.py:49 msgid "Context switches" msgstr "Basculements de contexte" -#: panels/timer.py:46 +#: panels/timer.py:50 #, python-format msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary" msgstr "%(vcsw)d volontaire, %(ivcsw)d involontaire" -#: panels/versions.py:25 +#: panels/versions.py:19 msgid "Versions" msgstr "Versions" -#: panels/sql/panel.py:22 -msgid "Autocommit" -msgstr "Auto validation" - -#: panels/sql/panel.py:23 -msgid "Read uncommitted" -msgstr "Lecture non validée" - -#: panels/sql/panel.py:24 -msgid "Read committed" -msgstr "Lecture validée" - -#: panels/sql/panel.py:25 -msgid "Repeatable read" -msgstr "Lecture répétable" - -#: panels/sql/panel.py:26 -msgid "Serializable" -msgstr "Sérialisable" - -#: panels/sql/panel.py:37 -msgid "Idle" -msgstr "Inactif" - -#: panels/sql/panel.py:38 -msgid "Active" -msgstr "Actif" - -#: panels/sql/panel.py:39 -msgid "In transaction" -msgstr "Transaction en cours" - -#: panels/sql/panel.py:40 -msgid "In error" -msgstr "Erreur" - -#: panels/sql/panel.py:41 -msgid "Unknown" -msgstr "Indéterminé" - -#: panels/sql/panel.py:105 -msgid "SQL" -msgstr "SQL" - -#: panels/templates/panel.py:141 -msgid "Templates" -msgstr "Gabarits" - -#: panels/templates/panel.py:146 -#, python-format -msgid "Templates (%(num_templates)s rendered)" -msgstr "Gabarits (%(num_templates)s affichés)" - -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide toolbar" msgstr "Masquer la barre d'outils" -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide" msgstr "Masquer" #: templates/debug_toolbar/base.html:25 +msgid "Show toolbar" +msgstr "Afficher la barre d'outils" + +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Disable for next and successive requests" msgstr "Désactiver pour les requêtes suivantes" -#: templates/debug_toolbar/base.html:25 +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Enable for next and successive requests" msgstr "Activer pour les requêtes suivantes" -#: templates/debug_toolbar/base.html:47 -msgid "Show toolbar" -msgstr "Afficher la barre d'outils" - -#: templates/debug_toolbar/base.html:53 -msgid "Close" -msgstr "Fermer" - -#: templates/debug_toolbar/redirect.html:8 -msgid "Location:" -msgstr "Emplacement :" - -#: templates/debug_toolbar/redirect.html:10 -msgid "" -"The Django Debug Toolbar has intercepted a redirect to the above URL for " -"debug viewing purposes. You can click the above link to continue with the " -"redirect as normal." -msgstr "La barre de débogage Django a intercepté une redirection vers l'URL ci-dessus afin de permettre la consultation des messages de débogage. Vous pouvez cliquer sur le lien ci-dessus pour continuer normalement avec la redirection." - #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" msgstr "Résumé" @@ -314,7 +319,7 @@ msgid "Calls" msgstr "Appels" #: templates/debug_toolbar/panels/cache.html:43 -#: templates/debug_toolbar/panels/sql.html:20 +#: templates/debug_toolbar/panels/sql.html:36 msgid "Time (ms)" msgstr "Temps (ms)" @@ -349,10 +354,8 @@ msgstr "Clé" #: templates/debug_toolbar/panels/headers.html:9 #: templates/debug_toolbar/panels/headers.html:28 #: templates/debug_toolbar/panels/headers.html:49 -#: templates/debug_toolbar/panels/request.html:33 -#: templates/debug_toolbar/panels/request.html:59 -#: templates/debug_toolbar/panels/request.html:85 -#: templates/debug_toolbar/panels/request.html:110 +#: templates/debug_toolbar/panels/history_tr.html:23 +#: templates/debug_toolbar/panels/request_variables.html:11 #: templates/debug_toolbar/panels/settings.html:6 #: templates/debug_toolbar/panels/timer.html:11 msgid "Value" @@ -372,6 +375,33 @@ msgid "" "significant subset is shown below." msgstr "Comme l'environnement WSGI hérite de celui du serveur, seul un sous-ensemble pertinent est affiché ci-dessous." +#: templates/debug_toolbar/panels/history.html:10 +msgid "Method" +msgstr "Méthode" + +#: templates/debug_toolbar/panels/history.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:43 +msgid "Path" +msgstr "Chemin" + +#: templates/debug_toolbar/panels/history.html:12 +msgid "Request Variables" +msgstr "Variables de Requête" + +#: templates/debug_toolbar/panels/history.html:13 +msgid "Status" +msgstr "État" + +#: templates/debug_toolbar/panels/history.html:14 +#: templates/debug_toolbar/panels/sql.html:37 +msgid "Action" +msgstr "Action" + +#: templates/debug_toolbar/panels/history_tr.html:22 +#: templates/debug_toolbar/panels/request_variables.html:10 +msgid "Variable" +msgstr "Variable" + #: templates/debug_toolbar/panels/logging.html:6 msgid "Level" msgstr "Niveau" @@ -385,7 +415,7 @@ msgid "Message" msgstr "Message" #: templates/debug_toolbar/panels/logging.html:10 -#: templates/debug_toolbar/panels/staticfiles.html:45 +#: templates/debug_toolbar/panels/staticfiles.html:44 msgid "Location" msgstr "Emplacement" @@ -430,38 +460,31 @@ msgstr "Nom d'URL" msgid "Cookies" msgstr "Cookies" -#: templates/debug_toolbar/panels/request.html:32 -#: templates/debug_toolbar/panels/request.html:58 -#: templates/debug_toolbar/panels/request.html:84 -#: templates/debug_toolbar/panels/request.html:109 -msgid "Variable" -msgstr "Variable" - -#: templates/debug_toolbar/panels/request.html:46 +#: templates/debug_toolbar/panels/request.html:27 msgid "No cookies" msgstr "Pas de cookies" -#: templates/debug_toolbar/panels/request.html:50 +#: templates/debug_toolbar/panels/request.html:31 msgid "Session data" msgstr "Données de session" -#: templates/debug_toolbar/panels/request.html:72 +#: templates/debug_toolbar/panels/request.html:34 msgid "No session data" msgstr "Pas de données de session" -#: templates/debug_toolbar/panels/request.html:76 +#: templates/debug_toolbar/panels/request.html:38 msgid "GET data" msgstr "Données GET" -#: templates/debug_toolbar/panels/request.html:98 +#: templates/debug_toolbar/panels/request.html:41 msgid "No GET data" msgstr "Aucune donnée GET" -#: templates/debug_toolbar/panels/request.html:102 +#: templates/debug_toolbar/panels/request.html:45 msgid "POST data" msgstr "Données POST" -#: templates/debug_toolbar/panels/request.html:123 +#: templates/debug_toolbar/panels/request.html:48 msgid "No POST data" msgstr "Aucune donnée POST" @@ -474,60 +497,69 @@ msgid "Signal" msgstr "Signal" #: templates/debug_toolbar/panels/signals.html:6 -msgid "Providing" -msgstr "Fournissant" - -#: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" msgstr "Receveurs" -#: templates/debug_toolbar/panels/sql.html:7 +#: templates/debug_toolbar/panels/sql.html:6 #, python-format msgid "%(num)s query" msgid_plural "%(num)s queries" msgstr[0] "%(num)s requête" msgstr[1] "%(num)s requêtes" -#: templates/debug_toolbar/panels/sql.html:18 +#: templates/debug_toolbar/panels/sql.html:8 +#, python-format +msgid "" +"including %(count)s similar" +msgstr "comprenant %(count)s similaires" + +#: templates/debug_toolbar/panels/sql.html:12 +#, python-format +msgid "" +"and %(dupes)s duplicates" +msgstr "et %(dupes)s en double" + +#: templates/debug_toolbar/panels/sql.html:34 msgid "Query" msgstr "Requête" -#: templates/debug_toolbar/panels/sql.html:19 +#: templates/debug_toolbar/panels/sql.html:35 #: templates/debug_toolbar/panels/timer.html:36 msgid "Timeline" msgstr "Chronologie" -#: templates/debug_toolbar/panels/sql.html:21 -msgid "Action" -msgstr "Action" +#: templates/debug_toolbar/panels/sql.html:52 +#, python-format +msgid "%(count)s similar queries." +msgstr "%(count)s requêtes similaires." + +#: templates/debug_toolbar/panels/sql.html:58 +#, python-format +msgid "Duplicated %(dupes)s times." +msgstr "Dupliqué %(dupes)s fois." -#: templates/debug_toolbar/panels/sql.html:64 +#: templates/debug_toolbar/panels/sql.html:95 msgid "Connection:" msgstr "Connexion :" -#: templates/debug_toolbar/panels/sql.html:66 +#: templates/debug_toolbar/panels/sql.html:97 msgid "Isolation level:" msgstr "Niveau d'isolation :" -#: templates/debug_toolbar/panels/sql.html:69 +#: templates/debug_toolbar/panels/sql.html:100 msgid "Transaction status:" msgstr "État de la transaction :" -#: templates/debug_toolbar/panels/sql.html:83 +#: templates/debug_toolbar/panels/sql.html:114 msgid "(unknown)" msgstr "(indéterminé)" -#: templates/debug_toolbar/panels/sql.html:92 +#: templates/debug_toolbar/panels/sql.html:123 msgid "No SQL queries were recorded during this request." msgstr "Aucune requête SQL n'a été enregistrée durant cette requête." -#: templates/debug_toolbar/panels/sql_explain.html:3 -#: templates/debug_toolbar/panels/sql_profile.html:3 -#: templates/debug_toolbar/panels/sql_select.html:3 -#: templates/debug_toolbar/panels/template_source.html:3 -msgid "Back" -msgstr "Retour" - #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL explained" msgstr "SQL expliqué" @@ -560,49 +592,45 @@ msgstr "SQL sélectionné" msgid "Empty set" msgstr "Ensemble vide" -#: templates/debug_toolbar/panels/staticfiles.html:4 +#: templates/debug_toolbar/panels/staticfiles.html:3 msgid "Static file path" msgid_plural "Static file paths" msgstr[0] "Chemin de fichier statique" msgstr[1] "Chemins de fichiers statiques" -#: templates/debug_toolbar/panels/staticfiles.html:8 +#: templates/debug_toolbar/panels/staticfiles.html:7 #, python-format msgid "(prefix %(prefix)s)" -msgstr "" +msgstr "(préfixe %(prefix)s)" -#: templates/debug_toolbar/panels/staticfiles.html:12 -#: templates/debug_toolbar/panels/staticfiles.html:23 -#: templates/debug_toolbar/panels/staticfiles.html:35 +#: templates/debug_toolbar/panels/staticfiles.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:22 +#: templates/debug_toolbar/panels/staticfiles.html:34 #: templates/debug_toolbar/panels/templates.html:10 -#: templates/debug_toolbar/panels/templates.html:28 -#: templates/debug_toolbar/panels/templates.html:43 +#: templates/debug_toolbar/panels/templates.html:30 +#: templates/debug_toolbar/panels/templates.html:47 msgid "None" msgstr "Aucun" -#: templates/debug_toolbar/panels/staticfiles.html:15 +#: templates/debug_toolbar/panels/staticfiles.html:14 msgid "Static file app" msgid_plural "Static file apps" msgstr[0] "Application de fichiers statiques" msgstr[1] "Applications de fichiers statiques" -#: templates/debug_toolbar/panels/staticfiles.html:26 +#: templates/debug_toolbar/panels/staticfiles.html:25 msgid "Static file" msgid_plural "Static files" msgstr[0] "" msgstr[1] "Fichiers statiques" -#: templates/debug_toolbar/panels/staticfiles.html:40 +#: templates/debug_toolbar/panels/staticfiles.html:39 #, python-format msgid "%(payload_count)s file" msgid_plural "%(payload_count)s files" msgstr[0] "%(payload_count)s fichier" msgstr[1] "%(payload_count)s fichiers" -#: templates/debug_toolbar/panels/staticfiles.html:44 -msgid "Path" -msgstr "Chemin" - #: templates/debug_toolbar/panels/template_source.html:4 msgid "Template source:" msgstr "Source du gabarit :" @@ -619,12 +647,12 @@ msgid_plural "Templates" msgstr[0] "" msgstr[1] "Gabarit" -#: templates/debug_toolbar/panels/templates.html:21 -#: templates/debug_toolbar/panels/templates.html:37 +#: templates/debug_toolbar/panels/templates.html:22 +#: templates/debug_toolbar/panels/templates.html:40 msgid "Toggle context" msgstr "Afficher/masquer le contexte" -#: templates/debug_toolbar/panels/templates.html:31 +#: templates/debug_toolbar/panels/templates.html:33 msgid "Context processor" msgid_plural "Context processors" msgstr[0] "Processeur de contexte" @@ -650,10 +678,31 @@ msgstr "Attribut mesuré" msgid "Milliseconds since navigation start (+length)" msgstr "Millisecondes depuis le début de la navigation (+longueur)" -#: templates/debug_toolbar/panels/versions.html:5 +#: templates/debug_toolbar/panels/versions.html:10 +msgid "Package" +msgstr "Paquet" + +#: templates/debug_toolbar/panels/versions.html:11 msgid "Name" msgstr "Nom" -#: templates/debug_toolbar/panels/versions.html:6 +#: templates/debug_toolbar/panels/versions.html:12 msgid "Version" msgstr "Version" + +#: templates/debug_toolbar/redirect.html:10 +msgid "Location:" +msgstr "Emplacement :" + +#: templates/debug_toolbar/redirect.html:12 +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes. You can click the above link to continue with the " +"redirect as normal." +msgstr "La barre de débogage Django a intercepté une redirection vers l'URL ci-dessus afin de permettre la consultation des messages de débogage. Vous pouvez cliquer sur le lien ci-dessus pour continuer normalement avec la redirection." + +#: views.py:15 +msgid "" +"Data for this panel isn't available anymore. Please reload the page and " +"retry." +msgstr "Les données de ce panneau ne sont plus disponibles. Rechargez la page et essayez à nouveau." diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.mo b/debug_toolbar/locale/he/LC_MESSAGES/django.mo index 08c8cd4a3..ec3adbbea 100644 Binary files a/debug_toolbar/locale/he/LC_MESSAGES/django.mo and b/debug_toolbar/locale/he/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/id/LC_MESSAGES/django.mo b/debug_toolbar/locale/id/LC_MESSAGES/django.mo index c22845abe..5c6f07c85 100644 Binary files a/debug_toolbar/locale/id/LC_MESSAGES/django.mo and b/debug_toolbar/locale/id/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.mo b/debug_toolbar/locale/it/LC_MESSAGES/django.mo index 5a01b46e2..005af0e6e 100644 Binary files a/debug_toolbar/locale/it/LC_MESSAGES/django.mo and b/debug_toolbar/locale/it/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.po b/debug_toolbar/locale/it/LC_MESSAGES/django.po index eff329972..6fa67fb1c 100644 --- a/debug_toolbar/locale/it/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/it/LC_MESSAGES/django.po @@ -6,58 +6,55 @@ # Dario Agliottone , 2012 # Flavio Curella , 2013 # yakky , 2013-2014 -# Andrea Rabbaglietti , 2020 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-25 21:52+0200\n" -"PO-Revision-Date: 2014-04-25 19:53+0000\n" -"Last-Translator: Aymeric Augustin \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/django-debug-toolbar/language/it/)\n" +"POT-Creation-Date: 2021-08-14 10:25-0500\n" +"PO-Revision-Date: 2021-08-14 15:25+0000\n" +"Last-Translator: Tim Schilling\n" +"Language-Team: Italian (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: apps.py:11 +#: apps.py:15 msgid "Debug Toolbar" msgstr "" -#: views.py:14 -msgid "" -"Data for this panel isn't available anymore. Please reload the page and " -"retry." -msgstr "Non sono più disponibili dati per questo pannello. Ricarica la pagina e riprova." - -#: panels/cache.py:191 +#: panels/cache.py:227 msgid "Cache" msgstr "Cache" -#: panels/cache.py:196 +#: panels/cache.py:234 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "%(cache_calls)d chiamata in %(time).2fms" msgstr[1] "%(cache_calls)d chiamate in %(time).2fms" -#: panels/cache.py:204 +#: panels/cache.py:246 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" msgstr[0] "Chiamate alla cache da %(count)d backend" msgstr[1] "Chiamate alla cache da %(count)d backend" -#: panels/headers.py:35 +#: panels/headers.py:33 msgid "Headers" -msgstr "Headers" +msgstr "Intestazioni" + +#: panels/history/panel.py:20 panels/history/panel.py:21 +msgid "History" +msgstr "" -#: panels/logging.py:64 +#: panels/logging.py:63 msgid "Logging" msgstr "Logging" -#: panels/logging.py:70 +#: panels/logging.py:69 #, python-format msgid "%(count)s message" msgid_plural "%(count)s messages" @@ -68,59 +65,117 @@ msgstr[1] "%(count)s messaggi" msgid "Log messages" msgstr "Messaggi di log" -#: panels/profiling.py:127 +#: panels/profiling.py:150 msgid "Profiling" msgstr "Profilazione" -#: panels/redirects.py:17 +#: panels/redirects.py:14 msgid "Intercept redirects" -msgstr "Intercetta redirezioni" +msgstr "Intercetta ridirezioni" -#: panels/request.py:18 +#: panels/request.py:16 msgid "Request" msgstr "Request" -#: panels/request.py:35 +#: panels/request.py:36 msgid "" msgstr "" -#: panels/request.py:47 +#: panels/request.py:53 msgid "" msgstr "" -#: panels/settings.py:20 +#: panels/settings.py:24 msgid "Settings" msgstr "Impostazioni" -#: panels/settings.py:23 +#: panels/settings.py:27 #, python-format -msgid "Settings from %s" -msgstr "Impostazioni da %s" +msgid "Settings from %s" +msgstr "" -#: panels/signals.py:45 +#: panels/signals.py:58 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "%(num_receivers)d ricevitore di 1 segnale" msgstr[1] "%(num_receivers)d ricevitori di 1 segnale" -#: panels/signals.py:48 +#: panels/signals.py:66 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" msgstr[0] "%(num_receivers)d ricevitore di %(num_signals)d segnali" msgstr[1] "%(num_receivers)d ricevitori di %(num_signals)d segnali" -#: panels/signals.py:53 +#: panels/signals.py:73 msgid "Signals" msgstr "Segnali" -#: panels/staticfiles.py:89 +#: panels/sql/panel.py:24 +msgid "Autocommit" +msgstr "Autocommit" + +#: panels/sql/panel.py:25 +msgid "Read uncommitted" +msgstr "Read uncommitted" + +#: panels/sql/panel.py:26 +msgid "Read committed" +msgstr "Read committed" + +#: panels/sql/panel.py:27 +msgid "Repeatable read" +msgstr "Repeatable read" + +#: panels/sql/panel.py:28 +msgid "Serializable" +msgstr "Serializable" + +#: panels/sql/panel.py:40 +msgid "Idle" +msgstr "Idle" + +#: panels/sql/panel.py:41 +msgid "Active" +msgstr "Azione" + +#: panels/sql/panel.py:42 +msgid "In transaction" +msgstr "Stato transazione:" + +#: panels/sql/panel.py:43 +msgid "In error" +msgstr "Errore" + +#: panels/sql/panel.py:44 +msgid "Unknown" +msgstr "(sconosciuto)" + +#: panels/sql/panel.py:109 +msgid "SQL" +msgstr "SQL" + +#: panels/sql/panel.py:114 +#, python-format +msgid "%(query_count)d query in %(sql_time).2fms" +msgid_plural "%(query_count)d queries in %(sql_time).2fms" +msgstr[0] "" +msgstr[1] "" + +#: panels/sql/panel.py:127 +#, python-format +msgid "SQL queries from %(count)d connection" +msgid_plural "SQL queries from %(count)d connections" +msgstr[0] "" +msgstr[1] "" + +#: panels/staticfiles.py:85 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "File statici (%(num_found)s trovati, %(num_used)s usati)" -#: panels/staticfiles.py:107 +#: panels/staticfiles.py:106 msgid "Static files" msgstr "Files statici" @@ -131,160 +186,106 @@ msgid_plural "%(num_used)s files used" msgstr[0] "%(num_used)s file usato" msgstr[1] "%(num_used)s file usati" -#: panels/timer.py:23 +#: panels/templates/panel.py:144 +msgid "Templates" +msgstr "Template" + +#: panels/templates/panel.py:149 +#, python-format +msgid "Templates (%(num_templates)s rendered)" +msgstr "Templates (%(num_templates)s rendered)" + +#: panels/templates/panel.py:181 +msgid "No origin" +msgstr "" + +#: panels/timer.py:25 #, python-format msgid "CPU: %(cum)0.2fms (%(total)0.2fms)" msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)" -#: panels/timer.py:28 +#: panels/timer.py:30 #, python-format msgid "Total: %0.2fms" msgstr "Totale: %0.2fms" -#: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7 +#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9 +#: templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 #: templates/debug_toolbar/panels/sql_profile.html:12 #: templates/debug_toolbar/panels/sql_select.html:11 msgid "Time" msgstr "Tempo" -#: panels/timer.py:42 +#: panels/timer.py:44 msgid "User CPU time" msgstr "Tempo CPU utente" -#: panels/timer.py:42 +#: panels/timer.py:44 #, python-format msgid "%(utime)0.3f msec" msgstr "%(utime)0.3f msec" -#: panels/timer.py:43 +#: panels/timer.py:45 msgid "System CPU time" msgstr "Tempo CPU sistema" -#: panels/timer.py:43 +#: panels/timer.py:45 #, python-format msgid "%(stime)0.3f msec" msgstr "%(stime)0.3f msec" -#: panels/timer.py:44 +#: panels/timer.py:46 msgid "Total CPU time" msgstr "Tempo Totale CPU" -#: panels/timer.py:44 +#: panels/timer.py:46 #, python-format msgid "%(total)0.3f msec" msgstr "%(total)0.3f msec" -#: panels/timer.py:45 +#: panels/timer.py:47 msgid "Elapsed time" msgstr "Tempo Trascorso" -#: panels/timer.py:45 +#: panels/timer.py:47 #, python-format msgid "%(total_time)0.3f msec" msgstr "%(total_time)0.3f msec" -#: panels/timer.py:46 +#: panels/timer.py:49 msgid "Context switches" msgstr "Cambi di contesto" -#: panels/timer.py:46 +#: panels/timer.py:50 #, python-format msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary" msgstr "%(vcsw)d volontario, %(ivcsw)d involontario" -#: panels/versions.py:25 +#: panels/versions.py:19 msgid "Versions" msgstr "Versioni" -#: panels/sql/panel.py:22 -msgid "Autocommit" -msgstr "Autocommit" - -#: panels/sql/panel.py:23 -msgid "Read uncommitted" -msgstr "Read uncommitted" - -#: panels/sql/panel.py:24 -msgid "Read committed" -msgstr "Read committed" - -#: panels/sql/panel.py:25 -msgid "Repeatable read" -msgstr "Repeatable read" - -#: panels/sql/panel.py:26 -msgid "Serializable" -msgstr "Serializable" - -#: panels/sql/panel.py:37 -msgid "Idle" -msgstr "Idle" - -#: panels/sql/panel.py:38 -msgid "Active" -msgstr "Attivo" - -#: panels/sql/panel.py:39 -msgid "In transaction" -msgstr "Stato transazione:" - -#: panels/sql/panel.py:40 -msgid "In error" -msgstr "Errore" - -#: panels/sql/panel.py:41 -msgid "Unknown" -msgstr "(sconosciuto)" - -#: panels/sql/panel.py:105 -msgid "SQL" -msgstr "SQL" - -#: panels/templates/panel.py:141 -msgid "Templates" -msgstr "Templates" - -#: panels/templates/panel.py:146 -#, python-format -msgid "Templates (%(num_templates)s rendered)" -msgstr "Templates (%(num_templates)s rendered)" - -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide toolbar" msgstr "Nascondi Toolbar" -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide" msgstr "Nascondi" #: templates/debug_toolbar/base.html:25 +msgid "Show toolbar" +msgstr "Mostra Toolbar" + +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Disable for next and successive requests" msgstr "Disattiva per la prossima requests e le successive" -#: templates/debug_toolbar/base.html:25 +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Enable for next and successive requests" msgstr "Abilita per la prossima requests e le successive" -#: templates/debug_toolbar/base.html:47 -msgid "Show toolbar" -msgstr "Mostra Toolbar" - -#: templates/debug_toolbar/base.html:53 -msgid "Close" -msgstr "Chiudi" - -#: templates/debug_toolbar/redirect.html:8 -msgid "Location:" -msgstr "Location:" - -#: templates/debug_toolbar/redirect.html:10 -msgid "" -"The Django Debug Toolbar has intercepted a redirect to the above URL for " -"debug viewing purposes. You can click the above link to continue with the " -"redirect as normal." -msgstr "Django Debug Toolbar ha intercettato un redirect verso la URL indicata per visualizzare il debug, Puoi cliccare sul link sopra per continuare normalmente con la redirezione." - #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" msgstr "Sommario" @@ -314,7 +315,7 @@ msgid "Calls" msgstr "Chiamate" #: templates/debug_toolbar/panels/cache.html:43 -#: templates/debug_toolbar/panels/sql.html:20 +#: templates/debug_toolbar/panels/sql.html:36 msgid "Time (ms)" msgstr "Durata (ms)" @@ -330,7 +331,7 @@ msgstr "Argomenti" #: templates/debug_toolbar/panels/cache.html:46 #: templates/debug_toolbar/panels/request.html:9 msgid "Keyword arguments" -msgstr "Keyword arguments" +msgstr "Parole chiave" #: templates/debug_toolbar/panels/cache.html:47 msgid "Backend" @@ -338,21 +339,19 @@ msgstr "Backend" #: templates/debug_toolbar/panels/headers.html:3 msgid "Request headers" -msgstr "Request headers" +msgstr "Header della request" #: templates/debug_toolbar/panels/headers.html:8 #: templates/debug_toolbar/panels/headers.html:27 #: templates/debug_toolbar/panels/headers.html:48 msgid "Key" -msgstr "Chiave" +msgstr "Nome" #: templates/debug_toolbar/panels/headers.html:9 #: templates/debug_toolbar/panels/headers.html:28 #: templates/debug_toolbar/panels/headers.html:49 -#: templates/debug_toolbar/panels/request.html:33 -#: templates/debug_toolbar/panels/request.html:59 -#: templates/debug_toolbar/panels/request.html:85 -#: templates/debug_toolbar/panels/request.html:110 +#: templates/debug_toolbar/panels/history_tr.html:23 +#: templates/debug_toolbar/panels/request_variables.html:11 #: templates/debug_toolbar/panels/settings.html:6 #: templates/debug_toolbar/panels/timer.html:11 msgid "Value" @@ -372,6 +371,33 @@ msgid "" "significant subset is shown below." msgstr "Visto che l'ambiente WSGI è ereditato dal server, sotto è mostrata solo la parte significativa." +#: templates/debug_toolbar/panels/history.html:10 +msgid "Method" +msgstr "" + +#: templates/debug_toolbar/panels/history.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:43 +msgid "Path" +msgstr "Percorso" + +#: templates/debug_toolbar/panels/history.html:12 +msgid "Request Variables" +msgstr "" + +#: templates/debug_toolbar/panels/history.html:13 +msgid "Status" +msgstr "" + +#: templates/debug_toolbar/panels/history.html:14 +#: templates/debug_toolbar/panels/sql.html:37 +msgid "Action" +msgstr "Azione" + +#: templates/debug_toolbar/panels/history_tr.html:22 +#: templates/debug_toolbar/panels/request_variables.html:10 +msgid "Variable" +msgstr "Variabile" + #: templates/debug_toolbar/panels/logging.html:6 msgid "Level" msgstr "Livello" @@ -385,7 +411,7 @@ msgid "Message" msgstr "Messaggio" #: templates/debug_toolbar/panels/logging.html:10 -#: templates/debug_toolbar/panels/staticfiles.html:45 +#: templates/debug_toolbar/panels/staticfiles.html:44 msgid "Location" msgstr "Location" @@ -430,38 +456,31 @@ msgstr "Nome URL" msgid "Cookies" msgstr "Cookies" -#: templates/debug_toolbar/panels/request.html:32 -#: templates/debug_toolbar/panels/request.html:58 -#: templates/debug_toolbar/panels/request.html:84 -#: templates/debug_toolbar/panels/request.html:109 -msgid "Variable" -msgstr "Variabile" - -#: templates/debug_toolbar/panels/request.html:46 +#: templates/debug_toolbar/panels/request.html:27 msgid "No cookies" msgstr "Nessun cookie" -#: templates/debug_toolbar/panels/request.html:50 +#: templates/debug_toolbar/panels/request.html:31 msgid "Session data" msgstr "Dati di sessione" -#: templates/debug_toolbar/panels/request.html:72 +#: templates/debug_toolbar/panels/request.html:34 msgid "No session data" msgstr "Nessun dato in sessione" -#: templates/debug_toolbar/panels/request.html:76 +#: templates/debug_toolbar/panels/request.html:38 msgid "GET data" msgstr "Dati GET" -#: templates/debug_toolbar/panels/request.html:98 +#: templates/debug_toolbar/panels/request.html:41 msgid "No GET data" msgstr "Nessun dato in GET" -#: templates/debug_toolbar/panels/request.html:102 +#: templates/debug_toolbar/panels/request.html:45 msgid "POST data" msgstr "Dati POST" -#: templates/debug_toolbar/panels/request.html:123 +#: templates/debug_toolbar/panels/request.html:48 msgid "No POST data" msgstr "Nessuno dato in POST" @@ -474,63 +493,72 @@ msgid "Signal" msgstr "Segnale" #: templates/debug_toolbar/panels/signals.html:6 -msgid "Providing" -msgstr "Forniti" - -#: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" msgstr "Ricevitori" -#: templates/debug_toolbar/panels/sql.html:7 +#: templates/debug_toolbar/panels/sql.html:6 #, python-format msgid "%(num)s query" msgid_plural "%(num)s queries" msgstr[0] "%(num)s query" msgstr[1] "%(num)s query" -#: templates/debug_toolbar/panels/sql.html:18 +#: templates/debug_toolbar/panels/sql.html:8 +#, python-format +msgid "" +"including %(count)s similar" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:12 +#, python-format +msgid "" +"and %(dupes)s duplicates" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:34 msgid "Query" msgstr "Query" -#: templates/debug_toolbar/panels/sql.html:19 +#: templates/debug_toolbar/panels/sql.html:35 #: templates/debug_toolbar/panels/timer.html:36 msgid "Timeline" msgstr "Timeline" -#: templates/debug_toolbar/panels/sql.html:21 -msgid "Action" -msgstr "Azione" +#: templates/debug_toolbar/panels/sql.html:52 +#, python-format +msgid "%(count)s similar queries." +msgstr "" -#: templates/debug_toolbar/panels/sql.html:64 +#: templates/debug_toolbar/panels/sql.html:58 +#, python-format +msgid "Duplicated %(dupes)s times." +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:95 msgid "Connection:" msgstr "Connessione:" -#: templates/debug_toolbar/panels/sql.html:66 +#: templates/debug_toolbar/panels/sql.html:97 msgid "Isolation level:" msgstr "Isolation level:" -#: templates/debug_toolbar/panels/sql.html:69 +#: templates/debug_toolbar/panels/sql.html:100 msgid "Transaction status:" msgstr "Stato transazione:" -#: templates/debug_toolbar/panels/sql.html:83 +#: templates/debug_toolbar/panels/sql.html:114 msgid "(unknown)" msgstr "(sconosciuto)" -#: templates/debug_toolbar/panels/sql.html:92 +#: templates/debug_toolbar/panels/sql.html:123 msgid "No SQL queries were recorded during this request." msgstr "Nessuna Query SQL è stata registrata durante questa richiesta" -#: templates/debug_toolbar/panels/sql_explain.html:3 -#: templates/debug_toolbar/panels/sql_profile.html:3 -#: templates/debug_toolbar/panels/sql_select.html:3 -#: templates/debug_toolbar/panels/template_source.html:3 -msgid "Back" -msgstr "Indietro" - #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL explained" -msgstr "SQL spiegato" +msgstr "SQL spigato" #: templates/debug_toolbar/panels/sql_explain.html:9 #: templates/debug_toolbar/panels/sql_profile.html:10 @@ -560,49 +588,45 @@ msgstr "SQL selezionato" msgid "Empty set" msgstr "Insieme vuoto" -#: templates/debug_toolbar/panels/staticfiles.html:4 +#: templates/debug_toolbar/panels/staticfiles.html:3 msgid "Static file path" msgid_plural "Static file paths" msgstr[0] "Percorso file statici" msgstr[1] "Percorsi file statici" -#: templates/debug_toolbar/panels/staticfiles.html:8 +#: templates/debug_toolbar/panels/staticfiles.html:7 #, python-format msgid "(prefix %(prefix)s)" msgstr "(prefisso %(prefix)s)" -#: templates/debug_toolbar/panels/staticfiles.html:12 -#: templates/debug_toolbar/panels/staticfiles.html:23 -#: templates/debug_toolbar/panels/staticfiles.html:35 +#: templates/debug_toolbar/panels/staticfiles.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:22 +#: templates/debug_toolbar/panels/staticfiles.html:34 #: templates/debug_toolbar/panels/templates.html:10 -#: templates/debug_toolbar/panels/templates.html:28 -#: templates/debug_toolbar/panels/templates.html:43 +#: templates/debug_toolbar/panels/templates.html:30 +#: templates/debug_toolbar/panels/templates.html:47 msgid "None" msgstr "Nessuno" -#: templates/debug_toolbar/panels/staticfiles.html:15 +#: templates/debug_toolbar/panels/staticfiles.html:14 msgid "Static file app" msgid_plural "Static file apps" msgstr[0] "App file statici" msgstr[1] "App file statici" -#: templates/debug_toolbar/panels/staticfiles.html:26 +#: templates/debug_toolbar/panels/staticfiles.html:25 msgid "Static file" msgid_plural "Static files" msgstr[0] "" msgstr[1] "Files statici" -#: templates/debug_toolbar/panels/staticfiles.html:40 +#: templates/debug_toolbar/panels/staticfiles.html:39 #, python-format msgid "%(payload_count)s file" msgid_plural "%(payload_count)s files" msgstr[0] "%(payload_count)s file" msgstr[1] "%(payload_count)s file" -#: templates/debug_toolbar/panels/staticfiles.html:44 -msgid "Path" -msgstr "Percorso" - #: templates/debug_toolbar/panels/template_source.html:4 msgid "Template source:" msgstr "Sorgente del template" @@ -619,12 +643,12 @@ msgid_plural "Templates" msgstr[0] "" msgstr[1] "Template" -#: templates/debug_toolbar/panels/templates.html:21 -#: templates/debug_toolbar/panels/templates.html:37 +#: templates/debug_toolbar/panels/templates.html:22 +#: templates/debug_toolbar/panels/templates.html:40 msgid "Toggle context" msgstr "Cambia contesto" -#: templates/debug_toolbar/panels/templates.html:31 +#: templates/debug_toolbar/panels/templates.html:33 msgid "Context processor" msgid_plural "Context processors" msgstr[0] "Context processor" @@ -650,10 +674,31 @@ msgstr "Attributo" msgid "Milliseconds since navigation start (+length)" msgstr "Millisecondi dall'inizio della navigazione (+lunghezza)" -#: templates/debug_toolbar/panels/versions.html:5 +#: templates/debug_toolbar/panels/versions.html:10 +msgid "Package" +msgstr "" + +#: templates/debug_toolbar/panels/versions.html:11 msgid "Name" msgstr "Nome" -#: templates/debug_toolbar/panels/versions.html:6 +#: templates/debug_toolbar/panels/versions.html:12 msgid "Version" msgstr "Versione" + +#: templates/debug_toolbar/redirect.html:10 +msgid "Location:" +msgstr "Location:" + +#: templates/debug_toolbar/redirect.html:12 +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes. You can click the above link to continue with the " +"redirect as normal." +msgstr "Django Debug Toolbar ha intercettato un redirect verso la URL indicata per visualizzare il debug, Puoi cliccare sul link sopra per continuare normalmente con la redirezione." + +#: views.py:15 +msgid "" +"Data for this panel isn't available anymore. Please reload the page and " +"retry." +msgstr "Non sono più disponibili dati per questo pannello. Ricarica la pagina e riprova." diff --git a/debug_toolbar/locale/ja/LC_MESSAGES/django.mo b/debug_toolbar/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 000000000..2d2528f29 Binary files /dev/null and b/debug_toolbar/locale/ja/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/ja/LC_MESSAGES/django.po b/debug_toolbar/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 000000000..3bffb1ea6 --- /dev/null +++ b/debug_toolbar/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,686 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# +# Translators: +# Shinya Okano , 2012,2014,2020 +msgid "" +msgstr "" +"Project-Id-Version: Django Debug Toolbar\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-08-14 10:25-0500\n" +"PO-Revision-Date: 2021-08-14 15:25+0000\n" +"Last-Translator: Tim Schilling\n" +"Language-Team: Japanese (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: apps.py:15 +msgid "Debug Toolbar" +msgstr "デバッグツールバー" + +#: panels/cache.py:227 +msgid "Cache" +msgstr "キャッシュ" + +#: panels/cache.py:234 +#, python-format +msgid "%(cache_calls)d call in %(time).2fms" +msgid_plural "%(cache_calls)d calls in %(time).2fms" +msgstr[0] "" + +#: panels/cache.py:246 +#, python-format +msgid "Cache calls from %(count)d backend" +msgid_plural "Cache calls from %(count)d backends" +msgstr[0] "" + +#: panels/headers.py:33 +msgid "Headers" +msgstr "ヘッダー" + +#: panels/history/panel.py:20 panels/history/panel.py:21 +msgid "History" +msgstr "" + +#: panels/logging.py:63 +msgid "Logging" +msgstr "ロギング" + +#: panels/logging.py:69 +#, python-format +msgid "%(count)s message" +msgid_plural "%(count)s messages" +msgstr[0] "%(count)s個のメッセージ" + +#: panels/logging.py:73 +msgid "Log messages" +msgstr "ログメッセージ" + +#: panels/profiling.py:150 +msgid "Profiling" +msgstr "プロファイル" + +#: panels/redirects.py:14 +msgid "Intercept redirects" +msgstr "リダイレクトに割込み" + +#: panels/request.py:16 +msgid "Request" +msgstr "リクエスト" + +#: panels/request.py:36 +msgid "" +msgstr "" + +#: panels/request.py:53 +msgid "" +msgstr "<利用不可>" + +#: panels/settings.py:24 +msgid "Settings" +msgstr "設定" + +#: panels/settings.py:27 +#, python-format +msgid "Settings from %s" +msgstr "" + +#: panels/signals.py:58 +#, python-format +msgid "%(num_receivers)d receiver of 1 signal" +msgid_plural "%(num_receivers)d receivers of 1 signal" +msgstr[0] "" + +#: panels/signals.py:66 +#, python-format +msgid "%(num_receivers)d receiver of %(num_signals)d signals" +msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" +msgstr[0] "" + +#: panels/signals.py:73 +msgid "Signals" +msgstr "シグナル" + +#: panels/sql/panel.py:24 +msgid "Autocommit" +msgstr "" + +#: panels/sql/panel.py:25 +msgid "Read uncommitted" +msgstr "" + +#: panels/sql/panel.py:26 +msgid "Read committed" +msgstr "" + +#: panels/sql/panel.py:27 +msgid "Repeatable read" +msgstr "" + +#: panels/sql/panel.py:28 +msgid "Serializable" +msgstr "" + +#: panels/sql/panel.py:40 +msgid "Idle" +msgstr "" + +#: panels/sql/panel.py:41 +msgid "Active" +msgstr "" + +#: panels/sql/panel.py:42 +msgid "In transaction" +msgstr "" + +#: panels/sql/panel.py:43 +msgid "In error" +msgstr "" + +#: panels/sql/panel.py:44 +msgid "Unknown" +msgstr "" + +#: panels/sql/panel.py:109 +msgid "SQL" +msgstr "SQL" + +#: panels/sql/panel.py:114 +#, python-format +msgid "%(query_count)d query in %(sql_time).2fms" +msgid_plural "%(query_count)d queries in %(sql_time).2fms" +msgstr[0] "" + +#: panels/sql/panel.py:127 +#, python-format +msgid "SQL queries from %(count)d connection" +msgid_plural "SQL queries from %(count)d connections" +msgstr[0] "" + +#: panels/staticfiles.py:85 +#, python-format +msgid "Static files (%(num_found)s found, %(num_used)s used)" +msgstr "" + +#: panels/staticfiles.py:106 +msgid "Static files" +msgstr "静的ファイル" + +#: panels/staticfiles.py:112 +#, python-format +msgid "%(num_used)s file used" +msgid_plural "%(num_used)s files used" +msgstr[0] "" + +#: panels/templates/panel.py:144 +msgid "Templates" +msgstr "テンプレート" + +#: panels/templates/panel.py:149 +#, python-format +msgid "Templates (%(num_templates)s rendered)" +msgstr "" + +#: panels/templates/panel.py:181 +msgid "No origin" +msgstr "" + +#: panels/timer.py:25 +#, python-format +msgid "CPU: %(cum)0.2fms (%(total)0.2fms)" +msgstr "" + +#: panels/timer.py:30 +#, python-format +msgid "Total: %0.2fms" +msgstr "" + +#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9 +#: templates/debug_toolbar/panels/logging.html:7 +#: templates/debug_toolbar/panels/sql_explain.html:11 +#: templates/debug_toolbar/panels/sql_profile.html:12 +#: templates/debug_toolbar/panels/sql_select.html:11 +msgid "Time" +msgstr "時間" + +#: panels/timer.py:44 +msgid "User CPU time" +msgstr "" + +#: panels/timer.py:44 +#, python-format +msgid "%(utime)0.3f msec" +msgstr "" + +#: panels/timer.py:45 +msgid "System CPU time" +msgstr "" + +#: panels/timer.py:45 +#, python-format +msgid "%(stime)0.3f msec" +msgstr "" + +#: panels/timer.py:46 +msgid "Total CPU time" +msgstr "" + +#: panels/timer.py:46 +#, python-format +msgid "%(total)0.3f msec" +msgstr "" + +#: panels/timer.py:47 +msgid "Elapsed time" +msgstr "" + +#: panels/timer.py:47 +#, python-format +msgid "%(total_time)0.3f msec" +msgstr "" + +#: panels/timer.py:49 +msgid "Context switches" +msgstr "" + +#: panels/timer.py:50 +#, python-format +msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary" +msgstr "" + +#: panels/versions.py:19 +msgid "Versions" +msgstr "バージョン" + +#: templates/debug_toolbar/base.html:18 +msgid "Hide toolbar" +msgstr "ツールバーを隠す" + +#: templates/debug_toolbar/base.html:18 +msgid "Hide" +msgstr "隠す" + +#: templates/debug_toolbar/base.html:25 +msgid "Show toolbar" +msgstr "ツールバーを表示" + +#: templates/debug_toolbar/includes/panel_button.html:4 +msgid "Disable for next and successive requests" +msgstr "" + +#: templates/debug_toolbar/includes/panel_button.html:4 +msgid "Enable for next and successive requests" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:2 +msgid "Summary" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:6 +msgid "Total calls" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:7 +msgid "Total time" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:8 +msgid "Cache hits" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:9 +msgid "Cache misses" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:21 +msgid "Commands" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:39 +msgid "Calls" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/sql.html:36 +msgid "Time (ms)" +msgstr "時間 (ms)" + +#: templates/debug_toolbar/panels/cache.html:44 +msgid "Type" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:45 +#: templates/debug_toolbar/panels/request.html:8 +msgid "Arguments" +msgstr "引数" + +#: templates/debug_toolbar/panels/cache.html:46 +#: templates/debug_toolbar/panels/request.html:9 +msgid "Keyword arguments" +msgstr "キーワード引数" + +#: templates/debug_toolbar/panels/cache.html:47 +msgid "Backend" +msgstr "バックエンド" + +#: templates/debug_toolbar/panels/headers.html:3 +msgid "Request headers" +msgstr "リクエストヘッダー" + +#: templates/debug_toolbar/panels/headers.html:8 +#: templates/debug_toolbar/panels/headers.html:27 +#: templates/debug_toolbar/panels/headers.html:48 +msgid "Key" +msgstr "キー" + +#: templates/debug_toolbar/panels/headers.html:9 +#: templates/debug_toolbar/panels/headers.html:28 +#: templates/debug_toolbar/panels/headers.html:49 +#: templates/debug_toolbar/panels/history_tr.html:23 +#: templates/debug_toolbar/panels/request_variables.html:11 +#: templates/debug_toolbar/panels/settings.html:6 +#: templates/debug_toolbar/panels/timer.html:11 +msgid "Value" +msgstr "値" + +#: templates/debug_toolbar/panels/headers.html:22 +msgid "Response headers" +msgstr "レスポンスヘッダー" + +#: templates/debug_toolbar/panels/headers.html:41 +msgid "WSGI environ" +msgstr "" + +#: templates/debug_toolbar/panels/headers.html:43 +msgid "" +"Since the WSGI environ inherits the environment of the server, only a " +"significant subset is shown below." +msgstr "" + +#: templates/debug_toolbar/panels/history.html:10 +msgid "Method" +msgstr "" + +#: templates/debug_toolbar/panels/history.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:43 +msgid "Path" +msgstr "パス" + +#: templates/debug_toolbar/panels/history.html:12 +msgid "Request Variables" +msgstr "" + +#: templates/debug_toolbar/panels/history.html:13 +msgid "Status" +msgstr "" + +#: templates/debug_toolbar/panels/history.html:14 +#: templates/debug_toolbar/panels/sql.html:37 +msgid "Action" +msgstr "" + +#: templates/debug_toolbar/panels/history_tr.html:22 +#: templates/debug_toolbar/panels/request_variables.html:10 +msgid "Variable" +msgstr "変数" + +#: templates/debug_toolbar/panels/logging.html:6 +msgid "Level" +msgstr "レベル" + +#: templates/debug_toolbar/panels/logging.html:8 +msgid "Channel" +msgstr "" + +#: templates/debug_toolbar/panels/logging.html:9 +msgid "Message" +msgstr "メッセージ" + +#: templates/debug_toolbar/panels/logging.html:10 +#: templates/debug_toolbar/panels/staticfiles.html:44 +msgid "Location" +msgstr "" + +#: templates/debug_toolbar/panels/logging.html:26 +msgid "No messages logged" +msgstr "ロギングされたメッセージはありません" + +#: templates/debug_toolbar/panels/profiling.html:5 +msgid "Call" +msgstr "" + +#: templates/debug_toolbar/panels/profiling.html:6 +msgid "CumTime" +msgstr "" + +#: templates/debug_toolbar/panels/profiling.html:7 +#: templates/debug_toolbar/panels/profiling.html:9 +msgid "Per" +msgstr "" + +#: templates/debug_toolbar/panels/profiling.html:8 +msgid "TotTime" +msgstr "" + +#: templates/debug_toolbar/panels/profiling.html:10 +msgid "Count" +msgstr "" + +#: templates/debug_toolbar/panels/request.html:3 +msgid "View information" +msgstr "ビューの情報" + +#: templates/debug_toolbar/panels/request.html:7 +msgid "View function" +msgstr "ビュー関数" + +#: templates/debug_toolbar/panels/request.html:10 +msgid "URL name" +msgstr "URL名" + +#: templates/debug_toolbar/panels/request.html:24 +msgid "Cookies" +msgstr "クッキー" + +#: templates/debug_toolbar/panels/request.html:27 +msgid "No cookies" +msgstr "クッキーはありません" + +#: templates/debug_toolbar/panels/request.html:31 +msgid "Session data" +msgstr "セッションデータ" + +#: templates/debug_toolbar/panels/request.html:34 +msgid "No session data" +msgstr "セッションデータはありません" + +#: templates/debug_toolbar/panels/request.html:38 +msgid "GET data" +msgstr "" + +#: templates/debug_toolbar/panels/request.html:41 +msgid "No GET data" +msgstr "" + +#: templates/debug_toolbar/panels/request.html:45 +msgid "POST data" +msgstr "" + +#: templates/debug_toolbar/panels/request.html:48 +msgid "No POST data" +msgstr "" + +#: templates/debug_toolbar/panels/settings.html:5 +msgid "Setting" +msgstr "設定項目" + +#: templates/debug_toolbar/panels/signals.html:5 +msgid "Signal" +msgstr "シグナル" + +#: templates/debug_toolbar/panels/signals.html:6 +msgid "Receivers" +msgstr "レシーバー" + +#: templates/debug_toolbar/panels/sql.html:6 +#, python-format +msgid "%(num)s query" +msgid_plural "%(num)s queries" +msgstr[0] "" + +#: templates/debug_toolbar/panels/sql.html:8 +#, python-format +msgid "" +"including %(count)s similar" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:12 +#, python-format +msgid "" +"and %(dupes)s duplicates" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:34 +msgid "Query" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:35 +#: templates/debug_toolbar/panels/timer.html:36 +msgid "Timeline" +msgstr "タイムライン" + +#: templates/debug_toolbar/panels/sql.html:52 +#, python-format +msgid "%(count)s similar queries." +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:58 +#, python-format +msgid "Duplicated %(dupes)s times." +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:95 +msgid "Connection:" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:97 +msgid "Isolation level:" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:100 +msgid "Transaction status:" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:114 +msgid "(unknown)" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:123 +msgid "No SQL queries were recorded during this request." +msgstr "" + +#: templates/debug_toolbar/panels/sql_explain.html:4 +msgid "SQL explained" +msgstr "" + +#: templates/debug_toolbar/panels/sql_explain.html:9 +#: templates/debug_toolbar/panels/sql_profile.html:10 +#: templates/debug_toolbar/panels/sql_select.html:9 +msgid "Executed SQL" +msgstr "実行されたSQL" + +#: templates/debug_toolbar/panels/sql_explain.html:13 +#: templates/debug_toolbar/panels/sql_profile.html:14 +#: templates/debug_toolbar/panels/sql_select.html:13 +msgid "Database" +msgstr "データベース" + +#: templates/debug_toolbar/panels/sql_profile.html:4 +msgid "SQL profiled" +msgstr "" + +#: templates/debug_toolbar/panels/sql_profile.html:37 +msgid "Error" +msgstr "エラー" + +#: templates/debug_toolbar/panels/sql_select.html:4 +msgid "SQL selected" +msgstr "" + +#: templates/debug_toolbar/panels/sql_select.html:36 +msgid "Empty set" +msgstr "" + +#: templates/debug_toolbar/panels/staticfiles.html:3 +msgid "Static file path" +msgid_plural "Static file paths" +msgstr[0] "静的ファイルのパス" + +#: templates/debug_toolbar/panels/staticfiles.html:7 +#, python-format +msgid "(prefix %(prefix)s)" +msgstr "" + +#: templates/debug_toolbar/panels/staticfiles.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:22 +#: templates/debug_toolbar/panels/staticfiles.html:34 +#: templates/debug_toolbar/panels/templates.html:10 +#: templates/debug_toolbar/panels/templates.html:30 +#: templates/debug_toolbar/panels/templates.html:47 +msgid "None" +msgstr "ありません" + +#: templates/debug_toolbar/panels/staticfiles.html:14 +msgid "Static file app" +msgid_plural "Static file apps" +msgstr[0] "静的ファイルを含むアプリケーション" + +#: templates/debug_toolbar/panels/staticfiles.html:25 +msgid "Static file" +msgid_plural "Static files" +msgstr[0] "静的ファイル" + +#: templates/debug_toolbar/panels/staticfiles.html:39 +#, python-format +msgid "%(payload_count)s file" +msgid_plural "%(payload_count)s files" +msgstr[0] "" + +#: templates/debug_toolbar/panels/template_source.html:4 +msgid "Template source:" +msgstr "" + +#: templates/debug_toolbar/panels/templates.html:2 +msgid "Template path" +msgid_plural "Template paths" +msgstr[0] "" + +#: templates/debug_toolbar/panels/templates.html:13 +msgid "Template" +msgid_plural "Templates" +msgstr[0] "テンプレート" + +#: templates/debug_toolbar/panels/templates.html:22 +#: templates/debug_toolbar/panels/templates.html:40 +msgid "Toggle context" +msgstr "" + +#: templates/debug_toolbar/panels/templates.html:33 +msgid "Context processor" +msgid_plural "Context processors" +msgstr[0] "コンテキストプロセッサー" + +#: templates/debug_toolbar/panels/timer.html:2 +msgid "Resource usage" +msgstr "" + +#: templates/debug_toolbar/panels/timer.html:10 +msgid "Resource" +msgstr "リソース" + +#: templates/debug_toolbar/panels/timer.html:26 +msgid "Browser timing" +msgstr "" + +#: templates/debug_toolbar/panels/timer.html:35 +msgid "Timing attribute" +msgstr "" + +#: templates/debug_toolbar/panels/timer.html:37 +msgid "Milliseconds since navigation start (+length)" +msgstr "" + +#: templates/debug_toolbar/panels/versions.html:10 +msgid "Package" +msgstr "" + +#: templates/debug_toolbar/panels/versions.html:11 +msgid "Name" +msgstr "名前" + +#: templates/debug_toolbar/panels/versions.html:12 +msgid "Version" +msgstr "バージョン" + +#: templates/debug_toolbar/redirect.html:10 +msgid "Location:" +msgstr "" + +#: templates/debug_toolbar/redirect.html:12 +msgid "" +"The Django Debug Toolbar has intercepted a redirect to the above URL for " +"debug viewing purposes. You can click the above link to continue with the " +"redirect as normal." +msgstr "" + +#: views.py:15 +msgid "" +"Data for this panel isn't available anymore. Please reload the page and " +"retry." +msgstr "" diff --git a/debug_toolbar/locale/nl/LC_MESSAGES/django.mo b/debug_toolbar/locale/nl/LC_MESSAGES/django.mo index 043aedede..012fecbf7 100644 Binary files a/debug_toolbar/locale/nl/LC_MESSAGES/django.mo and b/debug_toolbar/locale/nl/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/pl/LC_MESSAGES/django.mo b/debug_toolbar/locale/pl/LC_MESSAGES/django.mo index 6c1c79142..1e065d08e 100644 Binary files a/debug_toolbar/locale/pl/LC_MESSAGES/django.mo and b/debug_toolbar/locale/pl/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/pt/LC_MESSAGES/django.mo b/debug_toolbar/locale/pt/LC_MESSAGES/django.mo index aa6f9951f..f48a9b893 100644 Binary files a/debug_toolbar/locale/pt/LC_MESSAGES/django.mo and b/debug_toolbar/locale/pt/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo index 808c489ae..a78c8475e 100644 Binary files a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo and b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.mo b/debug_toolbar/locale/ru/LC_MESSAGES/django.mo index f67bfb07c..2e69a35ae 100644 Binary files a/debug_toolbar/locale/ru/LC_MESSAGES/django.mo and b/debug_toolbar/locale/ru/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.po b/debug_toolbar/locale/ru/LC_MESSAGES/django.po index 7e8aa783e..b97d06b2c 100644 --- a/debug_toolbar/locale/ru/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ru/LC_MESSAGES/django.po @@ -3,138 +3,145 @@ # # # Translators: +# Dmitri Bogomolov <4glitch@gmail.com>, 2014 # Ilya Baryshev , 2013 # Mikhail Korobov, 2009 -# Алексей Борискин , 2013 +# Алексей Борискин , 2013,2015 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-21 16:45+0600\n" -"PO-Revision-Date: 2016-07-21 17:22+0600\n" -"Last-Translator: Igor 'idle sign' Starikov \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/django-debug-" -"toolbar/language/ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2021-08-14 10:25-0500\n" +"PO-Revision-Date: 2021-08-14 15:25+0000\n" +"Last-Translator: Tim Schilling\n" +"Language-Team: Russian (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Poedit 1.8.7.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: apps.py:11 +#: apps.py:15 msgid "Debug Toolbar" -msgstr "Отладочная панель" +msgstr "Панель отладки" -#: panels/cache.py:204 +#: panels/cache.py:227 msgid "Cache" -msgstr "Кеш" +msgstr "Кэш" -#: panels/cache.py:209 +#: panels/cache.py:234 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" -msgstr[0] "%(cache_calls)d обращение за %(time).2f мс" -msgstr[1] "%(cache_calls)d обращения за %(time).2f мс" -msgstr[2] "%(cache_calls)d обращений за %(time).2f мс" +msgstr[0] "%(cache_calls)d обращение за %(time).2fms" +msgstr[1] "%(cache_calls)d обращения за %(time).2fms" +msgstr[2] "%(cache_calls)d обращений за %(time).2fms" +msgstr[3] "%(cache_calls)d обращений за %(time).2fms" -#: panels/cache.py:217 +#: panels/cache.py:246 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" -msgstr[0] "Обращения к кешу от %(count)d бэкенда" -msgstr[1] "Обращения к кешу от %(count)d бэкендов" -msgstr[2] "Обращения к кешу от %(count)d бэкендов" +msgstr[0] "Обращения к кэшу от %(count)d бэкенда" +msgstr[1] "Обращения к кэшу от %(count)d бэкендов" +msgstr[2] "Обращения к кэшу от %(count)d бэкендов" +msgstr[3] "Обращения к кэшу от %(count)d бэкендов" -#: panels/headers.py:34 +#: panels/headers.py:33 msgid "Headers" msgstr "Заголовки" -#: panels/logging.py:66 +#: panels/history/panel.py:20 panels/history/panel.py:21 +msgid "History" +msgstr "" + +#: panels/logging.py:63 msgid "Logging" msgstr "Логи" -#: panels/logging.py:72 +#: panels/logging.py:69 #, python-format msgid "%(count)s message" msgid_plural "%(count)s messages" msgstr[0] "%(count)s сообщение" msgstr[1] "%(count)s сообщений" msgstr[2] "%(count)s сообщений" +msgstr[3] "%(count)s сообщений" -#: panels/logging.py:75 +#: panels/logging.py:73 msgid "Log messages" msgstr "Сообщения в логе" -#: panels/profiling.py:144 +#: panels/profiling.py:150 msgid "Profiling" msgstr "Профилирование" -#: panels/redirects.py:16 +#: panels/redirects.py:14 msgid "Intercept redirects" -msgstr "Перехватывать перенаправления" +msgstr "Перехват редиректов" -#: panels/request.py:18 +#: panels/request.py:16 msgid "Request" msgstr "Запрос" -#: panels/request.py:35 +#: panels/request.py:36 msgid "" -msgstr "<нет представления>" +msgstr "<нет view>" -#: panels/request.py:47 +#: panels/request.py:53 msgid "" msgstr "<недоступно>" -#: panels/settings.py:18 +#: panels/settings.py:24 msgid "Settings" msgstr "Настройки" -#: panels/settings.py:21 +#: panels/settings.py:27 #, python-format -msgid "Settings from %s" -msgstr "Настройки из %s" +msgid "Settings from %s" +msgstr "" -#: panels/signals.py:44 +#: panels/signals.py:58 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "%(num_receivers)d получатель 1 сигнала" msgstr[1] "%(num_receivers)d получателя 1 сигнала" msgstr[2] "%(num_receivers)d получателей 1 сигнала" +msgstr[3] "%(num_receivers)d получателей 1 сигнала" -#: panels/signals.py:47 +#: panels/signals.py:66 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" msgstr[0] "%(num_receivers)d получатель %(num_signals)d сигнала(ов)" msgstr[1] "%(num_receivers)d получателя %(num_signals)d сигнала(ов)" msgstr[2] "%(num_receivers)d получателей %(num_signals)d сигнала(ов)" +msgstr[3] "%(num_receivers)d получателей %(num_signals)d сигнала(ов)" -#: panels/signals.py:52 +#: panels/signals.py:73 msgid "Signals" msgstr "Сигналы" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:24 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:26 +#: panels/sql/panel.py:25 msgid "Read uncommitted" msgstr "Read uncommitted" -#: panels/sql/panel.py:27 +#: panels/sql/panel.py:26 msgid "Read committed" msgstr "Read committed" -#: panels/sql/panel.py:28 +#: panels/sql/panel.py:27 msgid "Repeatable read" msgstr "Repeatable read" -#: panels/sql/panel.py:29 +#: panels/sql/panel.py:28 msgid "Serializable" -msgstr "Сериализуемый" +msgstr "Serializable" #: panels/sql/panel.py:40 msgid "Idle" @@ -156,126 +163,146 @@ msgstr "Ошибка" msgid "Unknown" msgstr "Неизвестно" -#: panels/sql/panel.py:108 +#: panels/sql/panel.py:109 msgid "SQL" msgstr "SQL" -#: panels/staticfiles.py:87 +#: panels/sql/panel.py:114 +#, python-format +msgid "%(query_count)d query in %(sql_time).2fms" +msgid_plural "%(query_count)d queries in %(sql_time).2fms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: panels/sql/panel.py:127 +#, python-format +msgid "SQL queries from %(count)d connection" +msgid_plural "SQL queries from %(count)d connections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: panels/staticfiles.py:85 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" -msgstr "Файлов статики (вего: %(num_found)s, использовано: %(num_used)s)" +msgstr "Статические файлы (найдено %(num_found)s, используется %(num_used)s)" -#: panels/staticfiles.py:105 +#: panels/staticfiles.py:106 msgid "Static files" -msgstr "Статика" +msgstr "Статические файлы" -#: panels/staticfiles.py:110 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" msgstr[0] "%(num_used)s файл используется" -msgstr[1] "%(num_used)s файла используются" -msgstr[2] "%(num_used)s файлов используются" +msgstr[1] " %(num_used)s файла используется" +msgstr[2] "%(num_used)s файлов используется" +msgstr[3] "%(num_used)s файлов используется" -#: panels/templates/panel.py:128 +#: panels/templates/panel.py:144 msgid "Templates" msgstr "Шаблоны" -#: panels/templates/panel.py:133 +#: panels/templates/panel.py:149 #, python-format msgid "Templates (%(num_templates)s rendered)" msgstr "Шаблоны (обработано %(num_templates)s)" -#: panels/templates/panel.py:164 +#: panels/templates/panel.py:181 msgid "No origin" -msgstr "Нет источника" +msgstr "" -#: panels/timer.py:26 +#: panels/timer.py:25 #, python-format msgid "CPU: %(cum)0.2fms (%(total)0.2fms)" -msgstr "CPU: %(cum)0.2f мс (%(total)0.2f мс)" +msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)" -#: panels/timer.py:31 +#: panels/timer.py:30 #, python-format msgid "Total: %0.2fms" -msgstr "Итого: %0.2f мс" +msgstr "Итого: %0.2fms" -#: panels/timer.py:37 templates/debug_toolbar/panels/logging.html:7 +#: panels/timer.py:36 templates/debug_toolbar/panels/history.html:9 +#: templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 #: templates/debug_toolbar/panels/sql_profile.html:12 #: templates/debug_toolbar/panels/sql_select.html:11 msgid "Time" msgstr "Время" -#: panels/timer.py:45 +#: panels/timer.py:44 msgid "User CPU time" -msgstr "Пользовательское время ядра" +msgstr "User CPU time" -#: panels/timer.py:45 +#: panels/timer.py:44 #, python-format msgid "%(utime)0.3f msec" msgstr "%(utime)0.3f мс" -#: panels/timer.py:46 +#: panels/timer.py:45 msgid "System CPU time" -msgstr "Системное время ядра" +msgstr "System CPU time" -#: panels/timer.py:46 +#: panels/timer.py:45 #, python-format msgid "%(stime)0.3f msec" msgstr "%(stime)0.3f мс" -#: panels/timer.py:47 +#: panels/timer.py:46 msgid "Total CPU time" -msgstr "Общее время ядра" +msgstr "Total CPU time" -#: panels/timer.py:47 +#: panels/timer.py:46 #, python-format msgid "%(total)0.3f msec" msgstr "%(total)0.3f мс" -#: panels/timer.py:48 +#: panels/timer.py:47 msgid "Elapsed time" msgstr "Затраченное время" -#: panels/timer.py:48 +#: panels/timer.py:47 #, python-format msgid "%(total_time)0.3f msec" msgstr "%(total_time)0.3f мс" #: panels/timer.py:49 msgid "Context switches" -msgstr "Переключения контекста" +msgstr "Переключений контекста" -#: panels/timer.py:49 +#: panels/timer.py:50 #, python-format msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary" msgstr "%(vcsw)d намеренных, %(ivcsw)d вынужденных" -#: panels/versions.py:20 +#: panels/versions.py:19 msgid "Versions" msgstr "Версии" -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide toolbar" msgstr "Скрыть панель" -#: templates/debug_toolbar/base.html:19 +#: templates/debug_toolbar/base.html:18 msgid "Hide" msgstr "Скрыть" #: templates/debug_toolbar/base.html:25 +msgid "Show toolbar" +msgstr "Показать панель" + +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Disable for next and successive requests" msgstr "Отключить для последующих запросов" -#: templates/debug_toolbar/base.html:25 +#: templates/debug_toolbar/includes/panel_button.html:4 msgid "Enable for next and successive requests" msgstr "Включить для последующих запросов" -#: templates/debug_toolbar/base.html:47 -msgid "Show toolbar" -msgstr "Показать панель" - #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" msgstr "Сводка" @@ -290,11 +317,11 @@ msgstr "Общее время" #: templates/debug_toolbar/panels/cache.html:8 msgid "Cache hits" -msgstr "Попадания" +msgstr "Cache хитов" #: templates/debug_toolbar/panels/cache.html:9 msgid "Cache misses" -msgstr "Промахи" +msgstr "Промахи кэша" #: templates/debug_toolbar/panels/cache.html:21 msgid "Commands" @@ -305,7 +332,7 @@ msgid "Calls" msgstr "Вызовы" #: templates/debug_toolbar/panels/cache.html:43 -#: templates/debug_toolbar/panels/sql.html:23 +#: templates/debug_toolbar/panels/sql.html:36 msgid "Time (ms)" msgstr "Время (мс)" @@ -340,10 +367,8 @@ msgstr "Заголовок" #: templates/debug_toolbar/panels/headers.html:9 #: templates/debug_toolbar/panels/headers.html:28 #: templates/debug_toolbar/panels/headers.html:49 -#: templates/debug_toolbar/panels/request.html:33 -#: templates/debug_toolbar/panels/request.html:59 -#: templates/debug_toolbar/panels/request.html:85 -#: templates/debug_toolbar/panels/request.html:110 +#: templates/debug_toolbar/panels/history_tr.html:23 +#: templates/debug_toolbar/panels/request_variables.html:11 #: templates/debug_toolbar/panels/settings.html:6 #: templates/debug_toolbar/panels/timer.html:11 msgid "Value" @@ -361,9 +386,34 @@ msgstr "WSGI-окружение" msgid "" "Since the WSGI environ inherits the environment of the server, only a " "significant subset is shown below." +msgstr "Так как WSGI-окружение наследует окружение сервера, ниже отображены лишь те из переменных, которые важны для нужд отладки." + +#: templates/debug_toolbar/panels/history.html:10 +msgid "Method" +msgstr "Метод" + +#: templates/debug_toolbar/panels/history.html:11 +#: templates/debug_toolbar/panels/staticfiles.html:43 +msgid "Path" +msgstr "Путь" + +#: templates/debug_toolbar/panels/history.html:12 +msgid "Request Variables" +msgstr "" + +#: templates/debug_toolbar/panels/history.html:13 +msgid "Status" msgstr "" -"Так как WSGI-окружение наследует окружение сервера, ниже отображены лишь те " -"из переменных, которые важны для нужд отладки." + +#: templates/debug_toolbar/panels/history.html:14 +#: templates/debug_toolbar/panels/sql.html:37 +msgid "Action" +msgstr "Действие" + +#: templates/debug_toolbar/panels/history_tr.html:22 +#: templates/debug_toolbar/panels/request_variables.html:10 +msgid "Variable" +msgstr "Переменная" #: templates/debug_toolbar/panels/logging.html:6 msgid "Level" @@ -409,52 +459,45 @@ msgstr "Кол-во" #: templates/debug_toolbar/panels/request.html:3 msgid "View information" -msgstr "Информация о представлении" +msgstr "View" #: templates/debug_toolbar/panels/request.html:7 msgid "View function" -msgstr "Функция представления" +msgstr "View функция" #: templates/debug_toolbar/panels/request.html:10 msgid "URL name" -msgstr "Имя URL" +msgstr "URL Name" #: templates/debug_toolbar/panels/request.html:24 msgid "Cookies" -msgstr "Куки" +msgstr "Cookies" -#: templates/debug_toolbar/panels/request.html:32 -#: templates/debug_toolbar/panels/request.html:58 -#: templates/debug_toolbar/panels/request.html:84 -#: templates/debug_toolbar/panels/request.html:109 -msgid "Variable" -msgstr "Переменная" - -#: templates/debug_toolbar/panels/request.html:46 +#: templates/debug_toolbar/panels/request.html:27 msgid "No cookies" -msgstr "Нет куков" +msgstr "Нет cookies" -#: templates/debug_toolbar/panels/request.html:50 +#: templates/debug_toolbar/panels/request.html:31 msgid "Session data" msgstr "Сессия" -#: templates/debug_toolbar/panels/request.html:72 +#: templates/debug_toolbar/panels/request.html:34 msgid "No session data" msgstr "Нет данных в сессии" -#: templates/debug_toolbar/panels/request.html:76 +#: templates/debug_toolbar/panels/request.html:38 msgid "GET data" msgstr "GET" -#: templates/debug_toolbar/panels/request.html:98 +#: templates/debug_toolbar/panels/request.html:41 msgid "No GET data" msgstr "Нет GET данных" -#: templates/debug_toolbar/panels/request.html:102 +#: templates/debug_toolbar/panels/request.html:45 msgid "POST data" msgstr "POST" -#: templates/debug_toolbar/panels/request.html:123 +#: templates/debug_toolbar/panels/request.html:48 msgid "No POST data" msgstr "Нет POST данных" @@ -467,64 +510,70 @@ msgid "Signal" msgstr "Сигнал" #: templates/debug_toolbar/panels/signals.html:6 -msgid "Providing" -msgstr "Аргументы" - -#: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" msgstr "Получатели сигнала" -#: templates/debug_toolbar/panels/sql.html:7 +#: templates/debug_toolbar/panels/sql.html:6 #, python-format msgid "%(num)s query" msgid_plural "%(num)s queries" msgstr[0] "%(num)s запрос" msgstr[1] "%(num)s запроса" msgstr[2] "%(num)s запросов" +msgstr[3] "%(num)s запросов" -#: templates/debug_toolbar/panels/sql.html:9 +#: templates/debug_toolbar/panels/sql.html:8 #, python-format -msgid "including %(dupes)s duplicates" -msgstr "включая дублей: %(dupes)s" +msgid "" +"including %(count)s similar" +msgstr "" -#: templates/debug_toolbar/panels/sql.html:21 +#: templates/debug_toolbar/panels/sql.html:12 +#, python-format +msgid "" +"and %(dupes)s duplicates" +msgstr "" + +#: templates/debug_toolbar/panels/sql.html:34 msgid "Query" msgstr "Запрос" -#: templates/debug_toolbar/panels/sql.html:22 +#: templates/debug_toolbar/panels/sql.html:35 #: templates/debug_toolbar/panels/timer.html:36 msgid "Timeline" msgstr "Временная диаграмма" -#: templates/debug_toolbar/panels/sql.html:24 -msgid "Action" -msgstr "Действие" +#: templates/debug_toolbar/panels/sql.html:52 +#, python-format +msgid "%(count)s similar queries." +msgstr "" -#: templates/debug_toolbar/panels/sql.html:41 +#: templates/debug_toolbar/panels/sql.html:58 #, python-format msgid "Duplicated %(dupes)s times." -msgstr "Дублей: %(dupes)s." +msgstr "" -#: templates/debug_toolbar/panels/sql.html:73 +#: templates/debug_toolbar/panels/sql.html:95 msgid "Connection:" msgstr "Соединение:" -#: templates/debug_toolbar/panels/sql.html:75 +#: templates/debug_toolbar/panels/sql.html:97 msgid "Isolation level:" msgstr "Уровень изоляции:" -#: templates/debug_toolbar/panels/sql.html:78 +#: templates/debug_toolbar/panels/sql.html:100 msgid "Transaction status:" msgstr "Статус транзакции:" -#: templates/debug_toolbar/panels/sql.html:92 +#: templates/debug_toolbar/panels/sql.html:114 msgid "(unknown)" msgstr "(неизвестно)" -#: templates/debug_toolbar/panels/sql.html:101 +#: templates/debug_toolbar/panels/sql.html:123 msgid "No SQL queries were recorded during this request." -msgstr "" -"Во время обработки этого HTTP-запроса не было записано ни одного SQL-запроса." +msgstr "Во время обработки этого HTTP-запроса не было записано ни одного SQL-запроса." #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL explained" @@ -561,9 +610,10 @@ msgstr "Ничего, ноль строк" #: templates/debug_toolbar/panels/staticfiles.html:3 msgid "Static file path" msgid_plural "Static file paths" -msgstr[0] "Путь к статике" -msgstr[1] "Пути к статике" -msgstr[2] "Пути к статике" +msgstr[0] "Путь к статическим файлам" +msgstr[1] "Пути к статическим файлам" +msgstr[2] "Пути к статическим файлам" +msgstr[3] "Пути к статическим файлам" #: templates/debug_toolbar/panels/staticfiles.html:7 #, python-format @@ -574,24 +624,26 @@ msgstr "(префикс %(prefix)s)" #: templates/debug_toolbar/panels/staticfiles.html:22 #: templates/debug_toolbar/panels/staticfiles.html:34 #: templates/debug_toolbar/panels/templates.html:10 -#: templates/debug_toolbar/panels/templates.html:28 -#: templates/debug_toolbar/panels/templates.html:43 +#: templates/debug_toolbar/panels/templates.html:30 +#: templates/debug_toolbar/panels/templates.html:47 msgid "None" msgstr "Нет" #: templates/debug_toolbar/panels/staticfiles.html:14 msgid "Static file app" msgid_plural "Static file apps" -msgstr[0] "Приложение со статикой" -msgstr[1] "Приложения со статикой" -msgstr[2] "Приложения со статикой" +msgstr[0] "Приложение, использующее статические файлы" +msgstr[1] "Приложения, использующие статические файлы" +msgstr[2] "Приложения, использующие статические файлы" +msgstr[3] "Приложения, использующие статические файлы" #: templates/debug_toolbar/panels/staticfiles.html:25 msgid "Static file" msgid_plural "Static files" -msgstr[0] "Файл статики" -msgstr[1] "Файлы статики" -msgstr[2] "Файлы статики" +msgstr[0] "Статический файл" +msgstr[1] "Статические файлы" +msgstr[2] "Статические файлы" +msgstr[3] "Статические файлы" #: templates/debug_toolbar/panels/staticfiles.html:39 #, python-format @@ -600,10 +652,7 @@ msgid_plural "%(payload_count)s files" msgstr[0] "%(payload_count)s файл" msgstr[1] "%(payload_count)s файла" msgstr[2] "%(payload_count)s файлов" - -#: templates/debug_toolbar/panels/staticfiles.html:43 -msgid "Path" -msgstr "Путь" +msgstr[3] "%(payload_count)s файлов" #: templates/debug_toolbar/panels/template_source.html:4 msgid "Template source:" @@ -615,6 +664,7 @@ msgid_plural "Template paths" msgstr[0] "Путь к шаблонам" msgstr[1] "Пути к шаблонам" msgstr[2] "Пути к шаблонам" +msgstr[3] "Пути к шаблонам" #: templates/debug_toolbar/panels/templates.html:13 msgid "Template" @@ -622,18 +672,20 @@ msgid_plural "Templates" msgstr[0] "Шаблон" msgstr[1] "Шаблоны" msgstr[2] "Шаблоны" +msgstr[3] "Шаблоны" -#: templates/debug_toolbar/panels/templates.html:21 -#: templates/debug_toolbar/panels/templates.html:37 +#: templates/debug_toolbar/panels/templates.html:22 +#: templates/debug_toolbar/panels/templates.html:40 msgid "Toggle context" msgstr "Контекст" -#: templates/debug_toolbar/panels/templates.html:31 +#: templates/debug_toolbar/panels/templates.html:33 msgid "Context processor" msgid_plural "Context processors" msgstr[0] "Контекст процессор" msgstr[1] "Контекст процессоры" msgstr[2] "Контекст процессоры" +msgstr[3] "Контекст процессоры" #: templates/debug_toolbar/panels/timer.html:2 msgid "Resource usage" @@ -655,41 +707,31 @@ msgstr "Событие" msgid "Milliseconds since navigation start (+length)" msgstr "С начала навигации в мс (+продолжительность)" -#: templates/debug_toolbar/panels/versions.html:7 +#: templates/debug_toolbar/panels/versions.html:10 msgid "Package" -msgstr "Пакет" +msgstr "" -#: templates/debug_toolbar/panels/versions.html:8 +#: templates/debug_toolbar/panels/versions.html:11 msgid "Name" msgstr "Название" -#: templates/debug_toolbar/panels/versions.html:9 +#: templates/debug_toolbar/panels/versions.html:12 msgid "Version" msgstr "Версия" -#: templates/debug_toolbar/redirect.html:8 +#: templates/debug_toolbar/redirect.html:10 msgid "Location:" -msgstr "Место:" +msgstr "Адрес:" -#: templates/debug_toolbar/redirect.html:10 +#: templates/debug_toolbar/redirect.html:12 msgid "" "The Django Debug Toolbar has intercepted a redirect to the above URL for " "debug viewing purposes. You can click the above link to continue with the " "redirect as normal." -msgstr "" -"Django Debug Toolbar перехватил перенаправление на адрес, указанный выше. Вы " -"можете нажать на ссылку, чтобы выполнить переход самостоятельно." +msgstr "Django Debug Toolbar в перехватил редирект на адрес, указанный выше. Вы можете нажать на ссылку, чтобы выполнить переход самостоятельно." -#: views.py:14 +#: views.py:15 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." -msgstr "" -"Данные этой панели больше недоступны. Пожалуйста, перезагрузите страницу и " -"попробуйте ещё раз." - -#~ msgid "Close" -#~ msgstr "Закрыть" - -#~ msgid "Back" -#~ msgstr "Назад" +msgstr "Данные этой панели больше недоступны. Пожалуйста, перезагрузите страницу и попробуйте ещё раз." diff --git a/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo b/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo index ae733443d..aa8f87478 100644 Binary files a/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo and b/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/uk/LC_MESSAGES/django.mo b/debug_toolbar/locale/uk/LC_MESSAGES/django.mo index 6ea928e1b..8a20bde25 100644 Binary files a/debug_toolbar/locale/uk/LC_MESSAGES/django.mo and b/debug_toolbar/locale/uk/LC_MESSAGES/django.mo differ diff --git a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo index 0dad76948..0b1197910 100644 Binary files a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo and b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo differ