diff options
| author | Aymeric Augustin | 2014-04-25 21:56:14 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 21:56:14 +0200 |
| commit | 838c45aa742b761e1f04531b40671862d23a5e83 (patch) | |
| tree | 12fced0d8bc170e6bde62a12a0f1afa78dea3e63 | |
| parent | c7a3e16c3ef5492ebaebfa037210274fdd8c3800 (diff) | |
| download | django-debug-toolbar-838c45aa742b761e1f04531b40671862d23a5e83.tar.bz2 | |
Update translations.
37 files changed, 677 insertions, 604 deletions
diff --git a/debug_toolbar/locale/ca/LC_MESSAGES/django.mo b/debug_toolbar/locale/ca/LC_MESSAGES/django.mo Binary files differindex 081e4b4..260ace9 100644 --- a/debug_toolbar/locale/ca/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/ca/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/ca/LC_MESSAGES/django.po b/debug_toolbar/locale/ca/LC_MESSAGES/django.po index 64837aa..5de03a1 100644 --- a/debug_toolbar/locale/ca/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ca/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/django-debug-toolbar/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,24 +18,28 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Caxè" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -61,11 +65,11 @@ msgstr[1] "" msgid "Log messages" msgstr "Registre de missatges" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -73,11 +77,11 @@ msgstr "" msgid "Request" msgstr "Demanar" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "" @@ -90,34 +94,34 @@ msgstr "Configuració" msgid "Settings from <code>%s</code>" msgstr "" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Senyals" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -190,43 +194,43 @@ msgstr "" msgid "Versions" msgstr "Versions" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Seriable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Actiu" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "En transacció" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Desconegut" @@ -243,27 +247,27 @@ msgstr "Plantilles" msgid "Templates (%(num_templates)s rendered)" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Amagar barra d'eina" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Amagar" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Mostrar barra d'eines" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Tancar" diff --git a/debug_toolbar/locale/cs/LC_MESSAGES/django.mo b/debug_toolbar/locale/cs/LC_MESSAGES/django.mo Binary files differindex 3d68227..3a2db0f 100644 --- a/debug_toolbar/locale/cs/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/cs/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/cs/LC_MESSAGES/django.po b/debug_toolbar/locale/cs/LC_MESSAGES/django.po index 8e8e2c0..26b6cdb 100644 --- a/debug_toolbar/locale/cs/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/cs/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 09:30+0000\n" -"Last-Translator: Vlada Macek <macek@sandbox.cz>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Czech (http://www.transifex.com/projects/p/django-debug-toolbar/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,17 +18,21 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "Data pro tento panel již nejsou k dispozici. Obnovte stránku a zkuste to znova." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Mezipaměť" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -36,7 +40,7 @@ msgstr[0] "%(cache_calls)d volání během %(time).2fms" msgstr[1] "%(cache_calls)d volání během %(time).2fms" msgstr[2] "%(cache_calls)d volání během %(time).2fms" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -64,11 +68,11 @@ msgstr[2] "%(count)s zpráv" msgid "Log messages" msgstr "Zprávy protokolu" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilování" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Zachycení přesměrování" @@ -76,11 +80,11 @@ msgstr "Zachycení přesměrování" msgid "Request" msgstr "Požadavek" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<žádný pohled>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<není k dispozici>" @@ -93,7 +97,7 @@ msgstr "Settings" msgid "Settings from <code>%s</code>" msgstr "Nastavení z modulu <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" @@ -101,7 +105,7 @@ msgstr[0] "%(num_receivers)d příjemce 1 signálu" msgstr[1] "%(num_receivers)d příjemci 1 signálu" msgstr[2] "%(num_receivers)d příjemců 1 signálu" -#: panels/signals.py:44 +#: panels/signals.py:48 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" @@ -109,20 +113,20 @@ msgstr[0] "%(num_receivers)d příjemce %(num_signals)d signálů" msgstr[1] "%(num_receivers)d příjemci %(num_signals)d signálů" msgstr[2] "%(num_receivers)d příjemců %(num_signals)d signálů" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Signály" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "Statické soubory (nalezeno: %(num_found)s, použito: %(num_used)s)" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Statické soubory" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -196,43 +200,43 @@ msgstr "%(vcsw)d dobrovolně, %(ivcsw)d nedobrovolně" msgid "Versions" msgstr "Verze" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Read uncommitted" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Read committed" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Repeatable read" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Serializable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "V klidu (idle)" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Aktivní" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Uvnitř transakce" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "V chybovém stavu" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Neznámé" @@ -249,27 +253,27 @@ msgstr "Šablony" msgid "Templates (%(num_templates)s rendered)" msgstr "Šablony (renderovaných: %(num_templates)s)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Skrýt lištu" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Skrýt" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Vypnout pro následné požadavky" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Zapnout pro následné požadavky" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Zobrazit lištu" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Zavřít" diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.mo b/debug_toolbar/locale/de/LC_MESSAGES/django.mo Binary files differindex f95f3d5..b3d52c2 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/de/LC_MESSAGES/django.po b/debug_toolbar/locale/de/LC_MESSAGES/django.po index 8e89f35..6ba6974 100644 --- a/debug_toolbar/locale/de/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/de/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: German (http://www.transifex.com/projects/p/django-debug-toolbar/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,24 +18,28 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +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." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -61,11 +65,11 @@ msgstr[1] "%(count)s Einträge" msgid "Log messages" msgstr "Logeinträge" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profiling" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Umleitungen abfangen" @@ -73,11 +77,11 @@ msgstr "Umleitungen abfangen" msgid "Request" msgstr "Anfrage" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<kein View>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<nicht verfügbar>" @@ -90,34 +94,34 @@ msgstr "Einstellungen" msgid "Settings from <code>%s</code>" msgstr "Einstellungen von <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Signale" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, 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:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Statische Dateien" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -190,43 +194,43 @@ msgstr "%(vcsw)d freiwillig, %(ivcsw)d unfreiwillig" msgid "Versions" msgstr "Versionen" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Lesend, nicht ausgeführt" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Lesend, ausgeführt" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Wiederholtes Lesen" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Variable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Wartet" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Aktiv" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "In einer Transaktion" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Fehler" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Unbekannt" @@ -243,27 +247,27 @@ msgstr "Templates" msgid "Templates (%(num_templates)s rendered)" msgstr "Templates (%(num_templates)s gerendert)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Toolbar ausblenden" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Ausblenden" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Für nächste und die darauffolgenden Anfragen deaktivieren" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Für nächste und die darauffolgenden Anfragen aktivieren" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Toolbar einblenden" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Schließen" diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.mo b/debug_toolbar/locale/en/LC_MESSAGES/django.mo Binary files differindex 8749e16..18bc8c9 100644 --- a/debug_toolbar/locale/en/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/en/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.mo b/debug_toolbar/locale/es/LC_MESSAGES/django.mo Binary files differindex 94ea04b..0706dbe 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/es/LC_MESSAGES/django.po b/debug_toolbar/locale/es/LC_MESSAGES/django.po index 021daa6..f7d763e 100644 --- a/debug_toolbar/locale/es/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/es/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2014-04-14 19:30+0000\n" -"Last-Translator: jcatalan <catalanojuan@gmail.com>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/django-debug-toolbar/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,24 +20,28 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +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." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -63,11 +67,11 @@ msgstr[1] "%(count)s mensajes" msgid "Log messages" msgstr "Mensajes del registro" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Análisis de rendimiento" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Interceptar re-direcionamiento" @@ -75,11 +79,11 @@ msgstr "Interceptar re-direcionamiento" msgid "Request" msgstr "Petición" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<sin vista>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<no disponible>" @@ -92,34 +96,34 @@ msgstr "Configuraciones" msgid "Settings from <code>%s</code>" msgstr "Configuraciones en <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Señales" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, 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:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Archivos estáticos" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -192,43 +196,43 @@ msgstr "%(vcsw)d voluntario, %(ivcsw)d involuntario" msgid "Versions" msgstr "Versiones" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" -msgstr "Leer uncommited" +msgstr "Leer cambios tentativos" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" -msgstr "Read commited" +msgstr "Leer cambios permanentes" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" -msgstr "Repeatable read" +msgstr "Lectura repetible" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Serializable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Inactivo" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Activo" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "En transacción" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "En error" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Desconocido" @@ -245,27 +249,27 @@ msgstr "Plantillas" msgid "Templates (%(num_templates)s rendered)" msgstr "Plantillas (%(num_templates)s renderizadas)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Ocutar barra de herramientas" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Ocultar" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Deshabilitar para el próximo y sucesivos peticiones" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Habilitar para el próximo y sucesivos peticiones" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Mostrar barra de herramientas" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Cerrar" diff --git a/debug_toolbar/locale/fi/LC_MESSAGES/django.mo b/debug_toolbar/locale/fi/LC_MESSAGES/django.mo Binary files differindex 219dd38..4b9ff45 100644 --- a/debug_toolbar/locale/fi/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/fi/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/fi/LC_MESSAGES/django.po b/debug_toolbar/locale/fi/LC_MESSAGES/django.po index 1101096..7e27b07 100644 --- a/debug_toolbar/locale/fi/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/fi/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Finnish (http://www.transifex.com/projects/p/django-debug-toolbar/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,24 +18,28 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Välimuisti" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "%(cache_calls)d kutsu %(time).2fms" msgstr[1] "%(cache_calls)d kutsua %(time).2fms" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -61,11 +65,11 @@ msgstr[1] "%(count)s viestiä" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilointi" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -73,11 +77,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "" @@ -90,34 +94,34 @@ msgstr "Asetukset" msgid "Settings from <code>%s</code>" msgstr "Asetukset tiedostosta <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "%(num_receivers)d vastaanotin 1 signaalille" msgstr[1] "%(num_receivers)d vastaanotinta 1 signaalille" -#: panels/signals.py:44 +#: panels/signals.py:48 #, 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 vastaanotin %(num_signals)d signaalille" msgstr[1] "%(num_receivers)d vastaanotinta %(num_signals)d signaalille" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Signaalit" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Staattiset tiedostot" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -190,43 +194,43 @@ msgstr "" msgid "Versions" msgstr "Versiot" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Muuttuja" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Tapahtuma" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Tapahtuman tila:" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Virhe" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "(tuntematon)" @@ -243,27 +247,27 @@ msgstr "Asettelupohjat" msgid "Templates (%(num_templates)s rendered)" msgstr "Asetttelupohjat (%(num_templates)s renderöity)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Piilota" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Sulje" diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.mo b/debug_toolbar/locale/fr/LC_MESSAGES/django.mo Binary files differindex 6087ee5..74f7470 100644 --- a/debug_toolbar/locale/fr/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.po b/debug_toolbar/locale/fr/LC_MESSAGES/django.po index 64b3faf..5868111 100644 --- a/debug_toolbar/locale/fr/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: French (http://www.transifex.com/projects/p/django-debug-toolbar/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,24 +21,28 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: apps.py:11 +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." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -64,11 +68,11 @@ msgstr[1] "%(count)s messages" msgid "Log messages" msgstr "Messages du journal" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilage" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Interception des redirections" @@ -76,11 +80,11 @@ msgstr "Interception des redirections" msgid "Request" msgstr "Requête" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<pas de vue>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<indisponible>" @@ -93,34 +97,34 @@ msgstr "Paramètres" msgid "Settings from <code>%s</code>" msgstr "Paramètres de <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Signaux" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, 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:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Fichiers statiques" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -193,43 +197,43 @@ msgstr "%(vcsw)d volontaire, %(ivcsw)d involontaire" msgid "Versions" msgstr "Versions" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Auto validation" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Lecture non validée" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Lecture validée" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Lecture répétable" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Sérialisable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Inactif" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Actif" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Transaction en cours" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Erreur" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Indéterminé" @@ -246,27 +250,27 @@ msgstr "Gabarits" msgid "Templates (%(num_templates)s rendered)" msgstr "Gabarits (%(num_templates)s affichés)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Masquer la barre d'outils" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Masquer" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Désactiver pour les requêtes suivantes" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Activer pour les requêtes suivantes" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Afficher la barre d'outils" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Fermer" diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.mo b/debug_toolbar/locale/he/LC_MESSAGES/django.mo Binary files differindex 7247c9b..08c8cd4 100644 --- a/debug_toolbar/locale/he/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/he/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.po b/debug_toolbar/locale/he/LC_MESSAGES/django.po index 296f9e8..66f1374 100644 --- a/debug_toolbar/locale/he/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/django-debug-toolbar/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,24 +18,28 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -61,11 +65,11 @@ msgstr[1] "" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -73,11 +77,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "" @@ -90,34 +94,34 @@ msgstr "" msgid "Settings from <code>%s</code>" msgstr "" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "סיגנלים" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -190,43 +194,43 @@ msgstr "" msgid "Versions" msgstr "גירסאות" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "משתנה" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "פעילות" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "שגיאה" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "" @@ -243,27 +247,27 @@ msgstr "תבניות" msgid "Templates (%(num_templates)s rendered)" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "הסתר" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "סגור" diff --git a/debug_toolbar/locale/id/LC_MESSAGES/django.mo b/debug_toolbar/locale/id/LC_MESSAGES/django.mo Binary files differindex 040c6b6..c22845a 100644 --- a/debug_toolbar/locale/id/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/id/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/id/LC_MESSAGES/django.po b/debug_toolbar/locale/id/LC_MESSAGES/django.po index bbad0fd..8589fb5 100644 --- a/debug_toolbar/locale/id/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/id/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/django-debug-toolbar/language/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,23 +18,27 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -58,11 +62,11 @@ msgstr[0] "%(count)s pesan" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -70,11 +74,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "" @@ -87,32 +91,32 @@ msgstr "Pengaturan" msgid "Settings from <code>%s</code>" msgstr "Pengaturan dari <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "" -#: panels/signals.py:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Sinyal" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Berkas statik" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -184,43 +188,43 @@ msgstr "" msgid "Versions" msgstr "Versi" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Variabel" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Aksi" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Status transaksi:" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "(tidak diketahui)" @@ -237,27 +241,27 @@ msgstr "Template" msgid "Templates (%(num_templates)s rendered)" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Menyembunyikan" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Menutup" diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.mo b/debug_toolbar/locale/it/LC_MESSAGES/django.mo Binary files differindex 6f97766..25867d6 100644 --- a/debug_toolbar/locale/it/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/it/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.po b/debug_toolbar/locale/it/LC_MESSAGES/django.po index 1bfd6af..4f98f91 100644 --- a/debug_toolbar/locale/it/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/it/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Dario Agliottone <dario.agliottone@gmail.com>, 2012 # Flavio Curella <flavio.curella@gmail.com>, 2013 -# yakky <i.spalletti@nephila.it>, 2013 +# yakky <i.spalletti@nephila.it>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/django-debug-toolbar/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,24 +20,28 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +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:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -63,11 +67,11 @@ msgstr[1] "%(count)s messaggi" msgid "Log messages" msgstr "Messaggi di log" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilazione" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Intercetta ridirezioni" @@ -75,11 +79,11 @@ msgstr "Intercetta ridirezioni" msgid "Request" msgstr "Request" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<nessuna view>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<non disponibile>" @@ -92,34 +96,34 @@ msgstr "Impostazioni" msgid "Settings from <code>%s</code>" msgstr "Impostazioni da <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Segnali" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, 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:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Files statici" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -192,43 +196,43 @@ msgstr "%(vcsw)d volontario, %(ivcsw)d involontario" msgid "Versions" msgstr "Versioni" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Read uncommitted" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Read committed" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Repeatable read" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Serializable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Idle" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Azione" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Stato transazione:" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Errore" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "(sconosciuto)" @@ -245,27 +249,27 @@ msgstr "Template" msgid "Templates (%(num_templates)s rendered)" msgstr "Templates (%(num_templates)s rendered)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Nascondi Toolbar" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Nascondi" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Disattiva per la prossima requests e le successive" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Abilita per la prossima requests e le successive" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Mostra Toolbar" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Chiudi" @@ -564,7 +568,7 @@ msgstr[1] "Percorsi file statici" #: templates/debug_toolbar/panels/staticfiles.html:8 #, python-format msgid "(prefix %(prefix)s)" -msgstr "" +msgstr "(prefisso %(prefix)s)" #: templates/debug_toolbar/panels/staticfiles.html:12 #: templates/debug_toolbar/panels/staticfiles.html:23 diff --git a/debug_toolbar/locale/nl/LC_MESSAGES/django.mo b/debug_toolbar/locale/nl/LC_MESSAGES/django.mo Binary files differindex 504db4e..043aede 100644 --- a/debug_toolbar/locale/nl/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/nl/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/nl/LC_MESSAGES/django.po b/debug_toolbar/locale/nl/LC_MESSAGES/django.po index 89d7abc..07b9554 100644 --- a/debug_toolbar/locale/nl/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/nl/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/django-debug-toolbar/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,24 +18,28 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -61,11 +65,11 @@ msgstr[1] "%(count)s berichten" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilering" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -73,11 +77,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<niet bekeken>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<niet beschikbaar>" @@ -90,34 +94,34 @@ msgstr "Instellingen" msgid "Settings from <code>%s</code>" msgstr "Instellingen van <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "%(num_receivers)d ontvanger van 1 signaal" msgstr[1] "%(num_receivers)d ontvangers van 1 signaal" -#: panels/signals.py:44 +#: panels/signals.py:48 #, 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 ontvanger van %(num_signals)d signalen" msgstr[1] "%(num_receivers)d ontvangers van %(num_signals)d signalen" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Signalen" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -190,43 +194,43 @@ msgstr "%(vcsw)d vrijwillig, %(ivcsw)d niet vrijwillig" msgid "Versions" msgstr "Versies" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Serializeerbaar" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Actief" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Foutief" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Niet gekend" @@ -243,27 +247,27 @@ msgstr "Templates" msgid "Templates (%(num_templates)s rendered)" msgstr "Templates (%(num_templates)s gerenderd)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Verberg toolbar" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Verbergen" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Bekijk toolbar" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Sluiten" diff --git a/debug_toolbar/locale/pl/LC_MESSAGES/django.mo b/debug_toolbar/locale/pl/LC_MESSAGES/django.mo Binary files differindex 8f67a7d..6c1c791 100644 --- a/debug_toolbar/locale/pl/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/pl/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/pl/LC_MESSAGES/django.po b/debug_toolbar/locale/pl/LC_MESSAGES/django.po index 904ccc5..0d674f1 100644 --- a/debug_toolbar/locale/pl/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/pl/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/django-debug-toolbar/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,17 +18,21 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -36,7 +40,7 @@ msgstr[0] "%(cache_calls)d wywołanie w %(time).2fms" msgstr[1] "%(cache_calls)d wywołania w %(time).2fms" msgstr[2] "%(cache_calls)d wywołań w %(time).2fms" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -64,11 +68,11 @@ msgstr[2] "%(count)s wiadomości" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilowanie" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -76,11 +80,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<brak widoku>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<niedostępny>" @@ -93,7 +97,7 @@ msgstr "Ustawienia" msgid "Settings from <code>%s</code>" msgstr "Ustawienia z <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" @@ -101,7 +105,7 @@ msgstr[0] "%(num_receivers)d orbiorca 1 sygnału" msgstr[1] "%(num_receivers)d odbiorców 1 sygnału" msgstr[2] "%(num_receivers)d odbiorców 1 sygnału" -#: panels/signals.py:44 +#: panels/signals.py:48 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" @@ -109,20 +113,20 @@ msgstr[0] "%(num_receivers)d odbiora %(num_signals)d sygnału" msgstr[1] "%(num_receivers)d odbiorców %(num_signals)d sygnałów" msgstr[2] "%(num_receivers)d odbiorców %(num_signals)d sygnałów" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Sygnały" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -196,43 +200,43 @@ msgstr "" msgid "Versions" msgstr "Wersje" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Aktywne" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "W transakcji" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "W błędzie" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Nieznane" @@ -249,27 +253,27 @@ msgstr "Templatki" msgid "Templates (%(num_templates)s rendered)" msgstr "Templatki (%(num_templates)s wyrenderowano)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Ukryj" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Zamknij" diff --git a/debug_toolbar/locale/pt/LC_MESSAGES/django.mo b/debug_toolbar/locale/pt/LC_MESSAGES/django.mo Binary files differindex 7dbadc3..aa6f995 100644 --- a/debug_toolbar/locale/pt/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/pt/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/pt/LC_MESSAGES/django.po b/debug_toolbar/locale/pt/LC_MESSAGES/django.po index 26f13ba..038fdec 100644 --- a/debug_toolbar/locale/pt/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/pt/LC_MESSAGES/django.po @@ -3,13 +3,14 @@ # # # Translators: +# joseduraes <jdmduraes@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/django-debug-toolbar/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,24 +18,28 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -60,25 +65,25 @@ msgstr[1] "" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" -msgstr "" +msgstr "Intercetar redirecionamentos" #: panels/request.py:18 msgid "Request" -msgstr "" +msgstr "Pedido" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" -msgstr "" +msgstr "<indisponível>" #: panels/settings.py:20 msgid "Settings" @@ -89,34 +94,34 @@ msgstr "Configurações" msgid "Settings from <code>%s</code>" msgstr "" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Sinais" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" -msgstr "" +msgstr "Ficheiros estáticos" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -131,7 +136,7 @@ msgstr "" #: panels/timer.py:28 #, python-format msgid "Total: %0.2fms" -msgstr "" +msgstr "Total: %0.2fms" #: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 @@ -189,45 +194,45 @@ msgstr "" msgid "Versions" msgstr "Versões" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Variável" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Acção" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Erro" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" -msgstr "" +msgstr "Desconhecido" #: panels/sql/panel.py:105 msgid "SQL" @@ -242,33 +247,33 @@ msgstr "Templates" msgid "Templates (%(num_templates)s rendered)" msgstr "Templates (%(num_templates)s renderizados)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" -msgstr "" +msgstr "Ocultar barra" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Ocultar" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" -msgstr "" +msgstr "Desactivar para o seguinte e sucessivos pedidos" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" -msgstr "" +msgstr "Activar para o próximo e sucessivos pedidos" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" -msgstr "" +msgstr "Mostrar barra" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Fechar" #: templates/debug_toolbar/redirect.html:8 msgid "Location:" -msgstr "" +msgstr "Localização" #: templates/debug_toolbar/redirect.html:10 msgid "" @@ -279,7 +284,7 @@ msgstr "" #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" -msgstr "" +msgstr "Resumo" #: templates/debug_toolbar/panels/cache.html:6 msgid "Total calls" @@ -299,7 +304,7 @@ msgstr "" #: templates/debug_toolbar/panels/cache.html:21 msgid "Commands" -msgstr "" +msgstr "Comandos" #: templates/debug_toolbar/panels/cache.html:39 msgid "Calls" @@ -451,7 +456,7 @@ msgstr "Sem dados GET" #: templates/debug_toolbar/panels/request.html:102 msgid "POST data" -msgstr "" +msgstr "dados POST" #: templates/debug_toolbar/panels/request.html:123 msgid "No POST data" @@ -503,15 +508,15 @@ msgstr "" #: templates/debug_toolbar/panels/sql.html:69 msgid "Transaction status:" -msgstr "" +msgstr "Estado da transacção:" #: templates/debug_toolbar/panels/sql.html:83 msgid "(unknown)" -msgstr "" +msgstr "(desconhecido)" #: templates/debug_toolbar/panels/sql.html:92 msgid "No SQL queries were recorded during this request." -msgstr "" +msgstr "Nenhuma query SQL foi registada durante este pedido." #: templates/debug_toolbar/panels/sql_explain.html:3 #: templates/debug_toolbar/panels/sql_profile.html:3 @@ -561,7 +566,7 @@ msgstr[1] "" #: templates/debug_toolbar/panels/staticfiles.html:8 #, python-format msgid "(prefix %(prefix)s)" -msgstr "" +msgstr "(prefixo %(prefix)s)" #: templates/debug_toolbar/panels/staticfiles.html:12 #: templates/debug_toolbar/panels/staticfiles.html:23 @@ -581,8 +586,8 @@ msgstr[1] "" #: templates/debug_toolbar/panels/staticfiles.html:26 msgid "Static file" msgid_plural "Static files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ficheiro estático" +msgstr[1] "Ficheiros estáticos" #: templates/debug_toolbar/panels/staticfiles.html:40 #, python-format @@ -644,7 +649,7 @@ msgstr "" #: templates/debug_toolbar/panels/versions.html:5 msgid "Name" -msgstr "" +msgstr "Nome" #: templates/debug_toolbar/panels/versions.html:6 msgid "Version" diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo Binary files differindex d333ae3..808c489 100644 --- a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po index 9f6d595..ed25331 100644 --- a/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2014-01-01 13:00+0000\n" -"Last-Translator: Fábio <bnafta@gmail.com>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/django-debug-toolbar/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,24 +19,28 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "Os dados para este painel não está mais disponível. Por favor, recarregue a página e tente novamente." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "%(cache_calls)d chamada em %(time).2fms" msgstr[1] "%(cache_calls)d chamadas em %(time).2fms" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -62,11 +66,11 @@ msgstr[1] "%(count)s mensagens" msgid "Log messages" msgstr "Mensagens de log" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profiling" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Interceptar redirecionamentos" @@ -74,11 +78,11 @@ msgstr "Interceptar redirecionamentos" msgid "Request" msgstr "Requisição" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<nenhuma vista>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<indisponível>" @@ -91,34 +95,34 @@ msgstr "Configurações" msgid "Settings from <code>%s</code>" msgstr "Configurações em: <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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 sinal" msgstr[1] "%(num_receivers)d receptores de 1 sinal" -#: panels/signals.py:44 +#: panels/signals.py:48 #, 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 sinais" msgstr[1] "%(num_receivers)d receptores de %(num_signals)d sinais" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Sinais" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "Arquivos estáticos (%(num_found)s encontrados, %(num_used)s sendo utilizados)" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Arquivos estáticos" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -191,43 +195,43 @@ msgstr "%(vcsw)d voluntário, %(ivcsw)d involuntário" msgid "Versions" msgstr "Versões" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Read uncommitted" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Read committed" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Leitura repetida" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Variável" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Ocioso" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Ação" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Na transação" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Erro" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Desconhecido" @@ -244,27 +248,27 @@ msgstr "Templates" msgid "Templates (%(num_templates)s rendered)" msgstr "Templates (%(num_templates)s renderizados)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Ocultar barra de ferramentas" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Esconder" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Desativar para próximas requisições" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Habilitar para próximas requisições" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Mostrar barra de ferramentas" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Fechar" diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.mo b/debug_toolbar/locale/ru/LC_MESSAGES/django.mo Binary files differindex aaa515f..de94dc7 100644 --- a/debug_toolbar/locale/ru/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/ru/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/ru/LC_MESSAGES/django.po b/debug_toolbar/locale/ru/LC_MESSAGES/django.po index 2287280..3615b0c 100644 --- a/debug_toolbar/locale/ru/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/ru/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/django-debug-toolbar/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,17 +20,21 @@ msgstr "" "Language: ru\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" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "Данные этой панели больше недоступны. Пожалуйста, перезагрузите страницу и попробуйте ещё раз." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Кэш" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -38,7 +42,7 @@ msgstr[0] "%(cache_calls)d обращение за %(time).2fms" msgstr[1] "%(cache_calls)d обращения за %(time).2fms" msgstr[2] "%(cache_calls)d обращений за %(time).2fms" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -66,11 +70,11 @@ msgstr[2] "%(count)s сообщений" msgid "Log messages" msgstr "Сообщения в логе" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Профилирование" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Перехват редиректов" @@ -78,11 +82,11 @@ msgstr "Перехват редиректов" msgid "Request" msgstr "Запрос" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<нет view>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<недоступно>" @@ -95,7 +99,7 @@ msgstr "Настройки" msgid "Settings from <code>%s</code>" msgstr "Настройки из <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" @@ -103,7 +107,7 @@ msgstr[0] "%(num_receivers)d получатель 1 сигнала" msgstr[1] "%(num_receivers)d получателя 1 сигнала" msgstr[2] "%(num_receivers)d получателей 1 сигнала" -#: panels/signals.py:44 +#: panels/signals.py:48 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" @@ -111,20 +115,20 @@ msgstr[0] "%(num_receivers)d получатель %(num_signals)d сигнала msgstr[1] "%(num_receivers)d получателя %(num_signals)d сигнала(ов)" msgstr[2] "%(num_receivers)d получателей %(num_signals)d сигнала(ов)" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Сигналы" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -198,43 +202,43 @@ msgstr "%(vcsw)d намеренных, %(ivcsw)d вынужденных" msgid "Versions" msgstr "Версии" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Read uncommitted" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Read committed" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Repeatable read" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Serializable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Ожидание" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Действие" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "В транзакции" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Ошибка" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "Неизвестно" @@ -251,27 +255,27 @@ msgstr "Шаблоны" msgid "Templates (%(num_templates)s rendered)" msgstr "Шаблоны (обработано %(num_templates)s)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Скрыть панель" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Скрыть" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Отключить для последующих запросов" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Включить для последующих запросов" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Показать панель" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Закрыть" diff --git a/debug_toolbar/locale/sk/LC_MESSAGES/django.mo b/debug_toolbar/locale/sk/LC_MESSAGES/django.mo Binary files differindex 1532276..a26e3cc 100644 --- a/debug_toolbar/locale/sk/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/sk/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/sk/LC_MESSAGES/django.po b/debug_toolbar/locale/sk/LC_MESSAGES/django.po index 848055d..2c8a9c7 100644 --- a/debug_toolbar/locale/sk/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/sk/LC_MESSAGES/django.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-29 21:50+0000\n" -"Last-Translator: Juraj Bubniak <translations@jbub.eu>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/django-debug-toolbar/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,17 +20,21 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "Dáta pre tento panel už nie sú k dispozícii. Načítajte si prosím stránku a skúste to znova." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -38,7 +42,7 @@ msgstr[0] "%(cache_calls)d volanie za %(time).2fms" msgstr[1] "%(cache_calls)d volaní za %(time).2fms" msgstr[2] "%(cache_calls)d volaní za %(time).2fms" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -66,11 +70,11 @@ msgstr[2] "%(count)s správ" msgid "Log messages" msgstr "Správy zápisu" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Analýza" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Zachytiť presmerovania" @@ -78,11 +82,11 @@ msgstr "Zachytiť presmerovania" msgid "Request" msgstr "Požiadavka" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<ziadne zobrazenie>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<nedostupny>" @@ -95,7 +99,7 @@ msgstr "Nastavenia" msgid "Settings from <code>%s</code>" msgstr "Nastavenia z <code>%s</code>" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" @@ -103,7 +107,7 @@ msgstr[0] "%(num_receivers)d príjemca 1 signálu" msgstr[1] "%(num_receivers)d príjemcov 1 signálu" msgstr[2] "%(num_receivers)d príjemcov 1 signálu" -#: panels/signals.py:44 +#: panels/signals.py:48 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" @@ -111,20 +115,20 @@ msgstr[0] "%(num_receivers)d príjemca %(num_signals)d signálov" msgstr[1] "%(num_receivers)d príjemcov %(num_signals)d signálov" msgstr[2] "%(num_receivers)d príjemcov %(num_signals)d signálov" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Signály" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "Statické súbory (%(num_found)s nájdených, %(num_used)s použitých)" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Statické súbory" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -198,43 +202,43 @@ msgstr "%(vcsw)d dobrovoľných, %(ivcsw)d nedobrovoľných" msgid "Versions" msgstr "Verzie" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Read uncommitted" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Read committed" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Opakovateľné čítanie" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Premenná" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Nečinný" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Akcia" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Stav transakcie:" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Chyba" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "(neznámy)" @@ -251,27 +255,27 @@ msgstr "Šablóny" msgid "Templates (%(num_templates)s rendered)" msgstr "Šablóny (%(num_templates)s spracovaných)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Skryť panel nástrojov" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Skryť" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Zakázať pre ďalšie a nasledujúce požiadavky" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Povoliť pre ďalšie a nasledujúce požiadavky" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Zobraziť panel nástrojov" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Zatvoriť" diff --git a/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo b/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo Binary files differindex 66b94f8..ae73344 100644 --- a/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.po b/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.po index 647cfc7..0c8b2e8 100644 --- a/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/django-debug-toolbar/language/sv_SE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,24 +19,28 @@ msgstr "" "Language: sv_SE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: panels/cache.py:194 +#: panels/cache.py:196 #, 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:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -62,11 +66,11 @@ msgstr[1] "%(count)s meddelanden" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilering" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -74,11 +78,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "" @@ -91,34 +95,34 @@ msgstr "Inställningar" msgid "Settings from <code>%s</code>" msgstr "" -#: panels/signals.py:41 +#: panels/signals.py:45 #, 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:44 +#: panels/signals.py:48 #, 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:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Signaler" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Statiska filer" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -191,43 +195,43 @@ msgstr "" msgid "Versions" msgstr "Versioner" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Variabel" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Åtgärd" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Felmeddelande" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "(okänd)" @@ -244,27 +248,27 @@ msgstr "Mallar" msgid "Templates (%(num_templates)s rendered)" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Dölj" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Stäng" diff --git a/debug_toolbar/locale/uk/LC_MESSAGES/django.mo b/debug_toolbar/locale/uk/LC_MESSAGES/django.mo Binary files differindex e6fb88c..6ea928e 100644 --- a/debug_toolbar/locale/uk/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/uk/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/uk/LC_MESSAGES/django.po b/debug_toolbar/locale/uk/LC_MESSAGES/django.po index 5accac8..9a642f6 100644 --- a/debug_toolbar/locale/uk/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/uk/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/django-debug-toolbar/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,17 +18,21 @@ msgstr "" "Language: uk\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" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Кеш" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" @@ -36,7 +40,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -64,11 +68,11 @@ msgstr[2] "" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -76,11 +80,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "" @@ -93,7 +97,7 @@ msgstr "Налаштування" msgid "Settings from <code>%s</code>" msgstr "" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" @@ -101,7 +105,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: panels/signals.py:44 +#: panels/signals.py:48 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" @@ -109,20 +113,20 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Сигнали" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -196,43 +200,43 @@ msgstr "" msgid "Versions" msgstr "Версії" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "" @@ -249,27 +253,27 @@ msgstr "Шаблони" msgid "Templates (%(num_templates)s rendered)" msgstr "Шаблони (оброблено %(num_templates)s)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Сховати" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Закрити" diff --git a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo Binary files differindex a611278..0dad769 100644 --- a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po index c353c26..521d577 100644 --- a/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po @@ -3,14 +3,14 @@ # # # Translators: -# mozillazg <opensource.mozillazg@gmail.com>, 2013 +# mozillazg <opensource.mozillazg@gmail.com>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\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 <aymeric.augustin@m4x.org>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django-debug-toolbar/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,23 +18,27 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "当前面板的数据暂不可用。请刷新页面并重试。" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "缓存" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "%(time).2f 毫秒内 %(cache_calls)d 次调用" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -58,11 +62,11 @@ msgstr[0] "%(count)s 条消息" msgid "Log messages" msgstr "日志信息" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "性能分析" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "拦截重定向" @@ -70,11 +74,11 @@ msgstr "拦截重定向" msgid "Request" msgstr "请求" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<没有 view>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<不可用>" @@ -87,32 +91,32 @@ msgstr "设置" msgid "Settings from <code>%s</code>" msgstr "来自 <code>%s</code> 的设置" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "1个信号 %(num_receivers)d 个接收者" -#: panels/signals.py:44 +#: panels/signals.py:48 #, 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_signals)d 个信号 %(num_receivers)d 个接收者" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "信号" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "静态文件 (%(num_found)s 个找到,%(num_used)s 个被使用)" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "静态文件" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -184,43 +188,43 @@ msgstr "%(vcsw)d 主动, %(ivcsw)d 被动" msgid "Versions" msgstr "版本" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "自动提交" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "读取未提交的" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "读取已提交的" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "可重复读取" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "可序列化" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "空闲" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "活跃" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "事务" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "错误" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "未知" @@ -237,27 +241,27 @@ msgstr "模板" msgid "Templates (%(num_templates)s rendered)" msgstr "模板 (%(num_templates)s 个被渲染)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "隐藏工具栏" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "隐藏" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "针对下一个连续的请求禁用该功能" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "针对下一个连续的请求启用该功能" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "显示工具栏" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "关闭" @@ -554,7 +558,7 @@ msgstr[0] "静态文件路径" #: templates/debug_toolbar/panels/staticfiles.html:8 #, python-format msgid "(prefix %(prefix)s)" -msgstr "" +msgstr "(前缀 %(prefix)s)" #: templates/debug_toolbar/panels/staticfiles.html:12 #: templates/debug_toolbar/panels/staticfiles.html:23 |
