Skip to content

Commit

Permalink
Added Czech translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal authored and magicsunday committed Nov 18, 2023
1 parent d6c9ca4 commit 0bc7943
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 0 deletions.
Binary file added resources/lang/cs/messages.mo
Binary file not shown.
123 changes: 123 additions & 0 deletions resources/lang/cs/messages.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
msgid ""
msgstr ""
"Project-Id-Version: Descendants chart\n"
"POT-Creation-Date: 2023-08-31 07:24+0200\n"
"PO-Revision-Date: 2023-11-16 10:15+0100\n"
"Last-Translator: Jakub Cabal <jakubcabal@gmail.com>\n"
"Language-Team: \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"
"X-Generator: Poedit 3.4.1\n"
"X-Poedit-Basepath: ../../../..\n"
"X-Poedit-KeywordsList: translate\n"
"X-Poedit-SearchPath-0: webtrees-descendants-chart/module.php\n"
"X-Poedit-SearchPath-1: webtrees-descendants-chart/src\n"
"X-Poedit-SearchPath-2: webtrees-descendants-chart/resources/views\n"
"X-Poedit-SearchPath-3: webtrees-module-base/src\n"

#: webtrees-descendants-chart/src/Module.php:107
#: webtrees-descendants-chart/src/Module.php:213
msgid "Descendants chart"
msgstr "Diagram potomků"

#: webtrees-descendants-chart/src/Module.php:117
msgid "An overview of an individual’s descendants."
msgstr "Přehled potomků osoby."

#: webtrees-descendants-chart/src/Module.php:216
#: webtrees-descendants-chart/src/Traits/ModuleChartTrait.php:41
#, php-format
msgid "Descendants chart of %s"
msgstr "Diagram potomků osoby %s"

#: webtrees-descendants-chart/src/Module.php:232
msgid "Use Ctrl + scroll to zoom in the view"
msgstr "Pomocí Ctrl + kolečko zvětšit pohled"

#: webtrees-descendants-chart/src/Module.php:233
msgid "Move the view with two fingers"
msgstr "Přemístit pohled dvěma prsty"

#: webtrees-descendants-chart/src/Traits/IndividualTrait.php:207
#: webtrees-module-base/src/Processor/DateProcessor.php:129
#, php-format
msgid "Born: %s"
msgstr "Narozen/a: %s"

#: webtrees-descendants-chart/src/Traits/IndividualTrait.php:211
#: webtrees-module-base/src/Processor/DateProcessor.php:133
#, php-format
msgid "Died: %s"
msgstr "Zemřel/a: %s"

#: webtrees-descendants-chart/src/Traits/IndividualTrait.php:215
#: webtrees-module-base/src/Processor/DateProcessor.php:137
msgid "Deceased"
msgstr "Zesnulý/á"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:39
msgid "Individual"
msgstr "Osoba"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:56
msgid "Generations"
msgstr "Generace"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:73
msgid "Orientation"
msgstr "Natočení"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:80
msgid "left"
msgstr "vlevo"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:81
msgid "right"
msgstr "vpravo"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:82
msgid "up"
msgstr "nahoru"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:83
msgid "down"
msgstr "dolů"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:94
msgid "Layout"
msgstr "Rozložení"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:101
msgid "Hide the spouses associated with an individual."
msgstr "Skrýt manžele/manželky."

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:110
msgid "Show married names."
msgstr "Zobrazit manželská jména."

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:129
msgid "Show more options"
msgstr "Zobrazit další volby"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:130
msgid "Hide more options"
msgstr "Skrýt další volby"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:135
msgid "view"
msgstr "pohled"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:141
msgid "Re center"
msgstr "Vystředit"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:146
msgid "Export as PNG"
msgstr "Exportovat jako PNG"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:149
msgid "Export as SVG"
msgstr "Exportovat jako SVG"

0 comments on commit 0bc7943

Please sign in to comment.