Skip to content

Commit

Permalink
Update translation files. (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jan 16, 2023
1 parent c919827 commit 145b112
Show file tree
Hide file tree
Showing 21 changed files with 3,533 additions and 2,728 deletions.
418 changes: 234 additions & 184 deletions debug_toolbar/locale/ca/LC_MESSAGES/django.po

Large diffs are not rendered by default.

431 changes: 247 additions & 184 deletions debug_toolbar/locale/cs/LC_MESSAGES/django.po

Large diffs are not rendered by default.

104 changes: 58 additions & 46 deletions debug_toolbar/locale/de/LC_MESSAGES/django.po
Expand Up @@ -9,62 +9,63 @@ msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-14 10:25-0500\n"
"POT-Creation-Date: 2022-12-28 09:30-0600\n"
"PO-Revision-Date: 2021-12-04 17:38+0000\n"
"Last-Translator: Tim Schilling\n"
"Language-Team: German (http://www.transifex.com/django-debug-toolbar/django-debug-toolbar/language/de/)\n"
"Language-Team: German (http://www.transifex.com/django-debug-toolbar/django-"
"debug-toolbar/language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: apps.py:15
msgid "Debug Toolbar"
msgstr "Debug Toolbar"

#: panels/cache.py:227
#: panels/cache.py:180
msgid "Cache"
msgstr "Cache"

#: panels/cache.py:234
#: panels/cache.py:186
#, 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:246
#: panels/cache.py:195
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
msgstr[0] "Cache-Aufrufe von %(count)d Backend"
msgstr[1] "Cache-Aufrufe von %(count)d Backends"

#: panels/headers.py:33
#: panels/headers.py:31
msgid "Headers"
msgstr "Header"

#: panels/history/panel.py:20 panels/history/panel.py:21
#: panels/history/panel.py:18 panels/history/panel.py:19
msgid "History"
msgstr "Geschichte"

#: panels/logging.py:63
#: panels/logging.py:81
msgid "Logging"
msgstr "Logging"

#: panels/logging.py:69
#: panels/logging.py:87
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] "%(count)s Eintrag"
msgstr[1] "%(count)s Einträge"

#: panels/logging.py:73
#: panels/logging.py:91
msgid "Log messages"
msgstr "Logeinträge"

#: panels/profiling.py:150
#: panels/profiling.py:140
msgid "Profiling"
msgstr "Profiling"

Expand All @@ -84,117 +85,117 @@ msgstr "<kein View>"
msgid "<unavailable>"
msgstr "<nicht verfügbar>"

#: panels/settings.py:24
#: panels/settings.py:17
msgid "Settings"
msgstr "Einstellungen"

#: panels/settings.py:27
#: panels/settings.py:20
#, python-format
msgid "Settings from %s"
msgstr "Einstellungen von %s"

#: panels/signals.py:58
#: panels/signals.py:57
#, 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:66
#: panels/signals.py:62
#, 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:73
#: panels/signals.py:67
msgid "Signals"
msgstr "Signale"

#: panels/sql/panel.py:24
#: panels/sql/panel.py:23
msgid "Autocommit"
msgstr "Autocommit"

#: panels/sql/panel.py:25
#: panels/sql/panel.py:24
msgid "Read uncommitted"
msgstr "Read uncommitted"

#: panels/sql/panel.py:26
#: panels/sql/panel.py:25
msgid "Read committed"
msgstr "Read committed"

#: panels/sql/panel.py:27
#: panels/sql/panel.py:26
msgid "Repeatable read"
msgstr "Repeatable read"

#: panels/sql/panel.py:28
#: panels/sql/panel.py:27
msgid "Serializable"
msgstr "Serializable"

#: panels/sql/panel.py:40
#: panels/sql/panel.py:39
msgid "Idle"
msgstr "Wartet"

#: panels/sql/panel.py:41
#: panels/sql/panel.py:40
msgid "Active"
msgstr "Aktiv"

#: panels/sql/panel.py:42
#: panels/sql/panel.py:41
msgid "In transaction"
msgstr "In einer Transaktion"

#: panels/sql/panel.py:43
#: panels/sql/panel.py:42
msgid "In error"
msgstr "Fehler"

#: panels/sql/panel.py:44
#: panels/sql/panel.py:43
msgid "Unknown"
msgstr "Unbekannt"

#: panels/sql/panel.py:109
#: panels/sql/panel.py:130
msgid "SQL"
msgstr "SQL"

#: panels/sql/panel.py:114
#: panels/sql/panel.py:135
#, python-format
msgid "%(query_count)d query in %(sql_time).2fms"
msgid_plural "%(query_count)d queries in %(sql_time).2fms"
msgstr[0] "%(query_count)d Abfrage in %(sql_time).2f ms"
msgstr[1] "%(query_count)d Abfragen in %(sql_time).2f ms"

#: panels/sql/panel.py:127
#: panels/sql/panel.py:147
#, python-format
msgid "SQL queries from %(count)d connection"
msgid_plural "SQL queries from %(count)d connections"
msgstr[0] "SQL-Abfragen von %(count)d Verbindung"
msgstr[1] "SQL-Abfragen von %(count)d Verbindungen"

#: panels/staticfiles.py:85
#: panels/staticfiles.py:84
#, 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:106
#: panels/staticfiles.py:105
msgid "Static files"
msgstr "Statische Dateien"

#: panels/staticfiles.py:112
#: panels/staticfiles.py:111
#, python-format
msgid "%(num_used)s file used"
msgid_plural "%(num_used)s files used"
msgstr[0] "%(num_used)s Datei benutzt"
msgstr[1] "%(num_used)s Dateien benutzt"

#: panels/templates/panel.py:144
#: panels/templates/panel.py:143
msgid "Templates"
msgstr "Templates"

#: panels/templates/panel.py:149
#: panels/templates/panel.py:148
#, python-format
msgid "Templates (%(num_templates)s rendered)"
msgstr "Templates (%(num_templates)s gerendert)"

#: panels/templates/panel.py:181
#: panels/templates/panel.py:180
msgid "No origin"
msgstr "Kein Ursprung"

Expand Down Expand Up @@ -265,15 +266,15 @@ msgstr "%(vcsw)d freiwillig, %(ivcsw)d unfreiwillig"
msgid "Versions"
msgstr "Versionen"

#: templates/debug_toolbar/base.html:18
#: templates/debug_toolbar/base.html:22
msgid "Hide toolbar"
msgstr "Toolbar ausblenden"

#: templates/debug_toolbar/base.html:18
#: templates/debug_toolbar/base.html:22
msgid "Hide"
msgstr "Ausblenden"

#: templates/debug_toolbar/base.html:25
#: templates/debug_toolbar/base.html:29
msgid "Show toolbar"
msgstr "Toolbar einblenden"

Expand Down Expand Up @@ -350,7 +351,7 @@ msgstr "Schlüssel"
#: templates/debug_toolbar/panels/headers.html:28
#: templates/debug_toolbar/panels/headers.html:49
#: templates/debug_toolbar/panels/history_tr.html:23
#: templates/debug_toolbar/panels/request_variables.html:11
#: templates/debug_toolbar/panels/request_variables.html:12
#: templates/debug_toolbar/panels/settings.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
Expand All @@ -368,7 +369,9 @@ msgstr "WSGI-Umgebung"
msgid ""
"Since the WSGI environ inherits the environment of the server, only a "
"significant subset is shown below."
msgstr "Da sich die WSGI-Umgebung von der Umgebung des Servers ableitet, wird nur eine notwendige Teilmenge dargestellt."
msgstr ""
"Da sich die WSGI-Umgebung von der Umgebung des Servers ableitet, wird nur "
"eine notwendige Teilmenge dargestellt."

#: templates/debug_toolbar/panels/history.html:10
msgid "Method"
Expand All @@ -393,7 +396,7 @@ msgid "Action"
msgstr "Aktion"

#: templates/debug_toolbar/panels/history_tr.html:22
#: templates/debug_toolbar/panels/request_variables.html:10
#: templates/debug_toolbar/panels/request_variables.html:11
msgid "Variable"
msgstr "Variable"

Expand Down Expand Up @@ -507,14 +510,18 @@ msgstr[1] "%(num)s Abfragen"
msgid ""
"including <abbr title=\"Similar queries are queries with the same SQL, but "
"potentially different parameters.\">%(count)s similar</abbr>"
msgstr "inklusive <abbr title=\"Similar queries are queries with the same SQL, but potentially different parameters.\">%(count)s ähnlich</abbr>"
msgstr ""
"inklusive <abbr title=\"Similar queries are queries with the same SQL, but "
"potentially different parameters.\">%(count)s ähnlich</abbr>"

#: templates/debug_toolbar/panels/sql.html:12
#, python-format
msgid ""
"and <abbr title=\"Duplicate queries are identical to each other: they "
"execute exactly the same SQL and parameters.\">%(dupes)s duplicates</abbr>"
msgstr "und <abbr title=\"Duplicate queries are identical to each other: they execute exactly the same SQL and parameters.\">%(dupes)s dupliziert</abbr>"
msgstr ""
"und <abbr title=\"Duplicate queries are identical to each other: they "
"execute exactly the same SQL and parameters.\">%(dupes)s dupliziert</abbr>"

#: templates/debug_toolbar/panels/sql.html:34
msgid "Query"
Expand Down Expand Up @@ -694,10 +701,15 @@ msgid ""
"The Django Debug Toolbar has intercepted a redirect to the above URL for "
"debug viewing purposes. You can click the above link to continue with the "
"redirect as normal."
msgstr "Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt weitergeleitet zu werden."
msgstr ""
"Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur "
"weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt "
"weitergeleitet zu werden."

#: views.py:15
msgid ""
"Data for this panel isn't available anymore. Please reload the page and "
"retry."
msgstr "Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die Seite neu."
msgstr ""
"Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die "
"Seite neu."

0 comments on commit 145b112

Please sign in to comment.