mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
add czech (cs) translations
This commit is contained in:
parent
18dfb6b2cf
commit
b15f44c260
2 changed files with 43 additions and 0 deletions
BIN
model_utils/locale/cs/LC_MESSAGES/django.mo
Normal file
BIN
model_utils/locale/cs/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
43
model_utils/locale/cs/LC_MESSAGES/django.po
Normal file
43
model_utils/locale/cs/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# 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: django-model-utils\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-05-04 13:40+0200\n"
|
||||
"PO-Revision-Date: 2018-05-04 13:43+0200\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"Last-Translator: Václav Dohnal <vaclav.dohnal@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"X-Generator: Poedit 2.0.7\n"
|
||||
|
||||
#: .\models.py:24
|
||||
msgid "created"
|
||||
msgstr "vytvořeno"
|
||||
|
||||
#: .\models.py:25
|
||||
msgid "modified"
|
||||
msgstr "upraveno"
|
||||
|
||||
#: .\models.py:37
|
||||
msgid "start"
|
||||
msgstr "začátek"
|
||||
|
||||
#: .\models.py:38
|
||||
msgid "end"
|
||||
msgstr "konec"
|
||||
|
||||
#: .\models.py:53
|
||||
msgid "status"
|
||||
msgstr "stav"
|
||||
|
||||
#: .\models.py:54
|
||||
msgid "status changed"
|
||||
msgstr "změna stavu"
|
||||
Loading…
Reference in a new issue