mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-30 23:24:42 +00:00
* add german translations
This commit is contained in:
parent
0ddff705c6
commit
5218b483c5
1 changed files with 55 additions and 0 deletions
55
model_utils/locale/de/LC_MESSAGES/django.po
Normal file
55
model_utils/locale/de/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-07-01 10:03+0200\n"
|
||||
"PO-Revision-Date: 2015-07-01 10:12+0200\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"X-Generator: Poedit 1.8.2\n"
|
||||
|
||||
#: .\models.py:20
|
||||
msgid "created"
|
||||
msgstr "erstellt"
|
||||
|
||||
#: .\models.py:21
|
||||
msgid "modified"
|
||||
msgstr "bearbeitet"
|
||||
|
||||
#: .\models.py:33
|
||||
msgid "start"
|
||||
msgstr "Beginn"
|
||||
|
||||
#: .\models.py:34
|
||||
msgid "end"
|
||||
msgstr "Ende"
|
||||
|
||||
#: .\models.py:49
|
||||
msgid "status"
|
||||
msgstr "Status"
|
||||
|
||||
#: .\models.py:50
|
||||
msgid "status changed"
|
||||
msgstr "Status geändert"
|
||||
|
||||
#: .\tests\models.py:106 .\tests\models.py:115 .\tests\models.py:124
|
||||
msgid "active"
|
||||
msgstr "aktiv"
|
||||
|
||||
#: .\tests\models.py:107 .\tests\models.py:116 .\tests\models.py:125
|
||||
msgid "deleted"
|
||||
msgstr "gelöscht"
|
||||
|
||||
#: .\tests\models.py:108 .\tests\models.py:117 .\tests\models.py:126
|
||||
msgid "on hold"
|
||||
msgstr "wartend"
|
||||
Loading…
Reference in a new issue