|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | +# This file is distributed under the same license as the PACKAGE package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +#, fuzzy |
| 7 | +msgid "" |
| 8 | +msgstr "" |
| 9 | +"Project-Id-Version: PACKAGE VERSION\n" |
| 10 | +"Report-Msgid-Bugs-To: \n" |
| 11 | +"POT-Creation-Date: 2021-09-18 21:54+0200\n" |
| 12 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 14 | +"Language-Team: LANGUAGE <LL@li.org>\n" |
| 15 | +"Language: \n" |
| 16 | +"MIME-Version: 1.0\n" |
| 17 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 18 | +"Content-Transfer-Encoding: 8bit\n" |
| 19 | +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " |
| 20 | +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" |
| 21 | +#: simple_history/admin.py:102 |
| 22 | +#, python-format |
| 23 | +msgid "View history: %s" |
| 24 | +msgstr "Zobrazit historii: %s" |
| 25 | + |
| 26 | +#: simple_history/admin.py:104 |
| 27 | +#, python-format |
| 28 | +msgid "Change history: %s" |
| 29 | +msgstr "Historie změn: %s" |
| 30 | + |
| 31 | +#: simple_history/admin.py:110 |
| 32 | +#, python-format |
| 33 | +msgid "The %(name)s \"%(obj)s\" was changed successfully." |
| 34 | +msgstr "%(name)s \"%(obj)s\" bylo úspěšně změněno." |
| 35 | + |
| 36 | +#: simple_history/admin.py:116 |
| 37 | +msgid "You may edit it again below" |
| 38 | +msgstr "Níže jej můžete znovu upravit" |
| 39 | + |
| 40 | +#: simple_history/admin.py:216 |
| 41 | +#, python-format |
| 42 | +msgid "View %s" |
| 43 | +msgstr "Zobrazit %s" |
| 44 | + |
| 45 | +#: simple_history/admin.py:218 |
| 46 | +#, python-format |
| 47 | +msgid "Revert %s" |
| 48 | +msgstr "Vrátit změny: %s" |
| 49 | + |
| 50 | +#: simple_history/models.py:433 |
| 51 | +msgid "Created" |
| 52 | +msgstr "Vytvořeno" |
| 53 | + |
| 54 | +#: simple_history/models.py:433 |
| 55 | +msgid "Changed" |
| 56 | +msgstr "Změněno" |
| 57 | + |
| 58 | +#: simple_history/models.py:433 |
| 59 | +msgid "Deleted" |
| 60 | +msgstr "Smazáno" |
| 61 | + |
| 62 | +#: simple_history/templates/simple_history/_object_history_list.html:9 |
| 63 | +msgid "Object" |
| 64 | +msgstr "Objekt" |
| 65 | + |
| 66 | +#: simple_history/templates/simple_history/_object_history_list.html:13 |
| 67 | +msgid "Date/time" |
| 68 | +msgstr "Datum/čas" |
| 69 | + |
| 70 | +#: simple_history/templates/simple_history/_object_history_list.html:14 |
| 71 | +msgid "Comment" |
| 72 | +msgstr "Komentář" |
| 73 | + |
| 74 | +#: simple_history/templates/simple_history/_object_history_list.html:15 |
| 75 | +msgid "Changed by" |
| 76 | +msgstr "Změnil" |
| 77 | + |
| 78 | +#: simple_history/templates/simple_history/_object_history_list.html:16 |
| 79 | +msgid "Change reason" |
| 80 | +msgstr "Důvod změny" |
| 81 | + |
| 82 | +#: simple_history/templates/simple_history/_object_history_list.html:37 |
| 83 | +msgid "None" |
| 84 | +msgstr "Žádné" |
| 85 | + |
| 86 | +#: simple_history/templates/simple_history/object_history.html:11 |
| 87 | +msgid "" |
| 88 | +"Choose a date from the list below to revert to a previous version of this " |
| 89 | +"object." |
| 90 | +msgstr "Vyberte datum ze seznamu níže a vraťte se k předchozí verzi tohoto " |
| 91 | +"objektu." |
| 92 | + |
| 93 | +#: simple_history/templates/simple_history/object_history.html:16 |
| 94 | +msgid "This object doesn't have a change history." |
| 95 | +msgstr "Tento objekt nemá historii změn." |
| 96 | + |
| 97 | +#: simple_history/templates/simple_history/object_history_form.html:7 |
| 98 | +msgid "Home" |
| 99 | +msgstr "Domů" |
| 100 | + |
| 101 | +#: simple_history/templates/simple_history/object_history_form.html:11 |
| 102 | +msgid "History" |
| 103 | +msgstr "Historie" |
| 104 | + |
| 105 | +#: simple_history/templates/simple_history/object_history_form.html:12 |
| 106 | +#, python-format |
| 107 | +msgid "View %(verbose_name)s" |
| 108 | +msgstr "Zobrazit %(verbose_name)s" |
| 109 | + |
| 110 | +#: simple_history/templates/simple_history/object_history_form.html:12 |
| 111 | +#, python-format |
| 112 | +msgid "Revert %(verbose_name)s" |
| 113 | +msgstr "Vrátit %(verbose_name)s" |
| 114 | + |
| 115 | +#: simple_history/templates/simple_history/object_history_form.html:25 |
| 116 | +msgid "" |
| 117 | +"Press the 'Revert' button below to revert to this version of the object. " |
| 118 | +msgstr "Stisknutím tlačítka 'Vrátit změny' se vrátíte k této verzi objektu." |
| 119 | + |
| 120 | +#: simple_history/templates/simple_history/object_history_form.html:25 |
| 121 | +msgid "Press the 'Change History' button below to edit the history." |
| 122 | +msgstr "Chcete-li historii upravit, stiskněte tlačítko 'Změnit historii'" |
| 123 | + |
| 124 | +#: simple_history/templates/simple_history/submit_line.html:4 |
| 125 | +msgid "Revert" |
| 126 | +msgstr "Vrátit změny" |
| 127 | + |
| 128 | +#: simple_history/templates/simple_history/submit_line.html:6 |
| 129 | +msgid "Change History" |
| 130 | +msgstr "Historie změn" |
| 131 | + |
| 132 | +#: simple_history/templates/simple_history/submit_line.html:7 |
| 133 | +msgid "Close" |
| 134 | +msgstr "Zavřít" |
0 commit comments