Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Dec 28, 2023
1 parent fe9e7a0 commit 864115f
Show file tree
Hide file tree
Showing 30 changed files with 1,082 additions and 617 deletions.
9 changes: 3 additions & 6 deletions resources/css/descendants-chart.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/* Form */
.form-element-with-description {
padding-left: 1.5em;
}

.form-element-with-description .form-check {
padding-left: 0;
.form-element-description {
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}

#webtrees-descendants-chart-form .row {
Expand Down
111 changes: 71 additions & 40 deletions resources/lang/cs/messages.po
Original file line number Diff line number Diff line change
@@ -1,133 +1,164 @@
msgid ""
msgstr ""
"Project-Id-Version: Descendants chart\n"
"POT-Creation-Date: 2023-11-18 18:49+0100\n"
"PO-Revision-Date: 2023-11-18 18:49+0100\n"
"POT-Creation-Date: 2023-12-28 17:35+0100\n"
"PO-Revision-Date: 2023-12-28 17:35+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-Generator: Poedit 3.4.2\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/Configuration.php:131
#: webtrees-descendants-chart/src/Configuration.php:139
#: webtrees-descendants-chart/src/Configuration.php:170
#: webtrees-descendants-chart/src/Configuration.php:178
msgid "left"
msgstr "vlevo"

#: webtrees-descendants-chart/src/Configuration.php:132
#: webtrees-descendants-chart/src/Configuration.php:140
#: webtrees-descendants-chart/src/Configuration.php:171
#: webtrees-descendants-chart/src/Configuration.php:179
msgid "right"
msgstr "vpravo"

#: webtrees-descendants-chart/src/Configuration.php:133
#: webtrees-descendants-chart/src/Configuration.php:141
#: webtrees-descendants-chart/src/Configuration.php:172
#: webtrees-descendants-chart/src/Configuration.php:180
msgid "up"
msgstr "nahoru"

#: webtrees-descendants-chart/src/Configuration.php:134
#: webtrees-descendants-chart/src/Configuration.php:142
#: webtrees-descendants-chart/src/Configuration.php:173
#: webtrees-descendants-chart/src/Configuration.php:181
msgid "down"
msgstr "dolů"

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

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

#: webtrees-descendants-chart/src/Module.php:216
#: webtrees-descendants-chart/src/Module.php:237
#: 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
#: webtrees-descendants-chart/src/Module.php:253
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
#: webtrees-descendants-chart/src/Module.php:254
msgid "Move the view with two fingers"
msgstr "Přemístit pohled dvěma prsty"

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

#: webtrees-descendants-chart/src/Traits/IndividualTrait.php:174
#: webtrees-descendants-chart/src/Processor/DateProcessor.php:133
#: 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:178
#: webtrees-descendants-chart/src/Processor/DateProcessor.php:137
#: 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/src/Traits/ModuleConfigTrait.php:68
#, php-format
msgid "The preferences for the module “%s” have been updated."
msgstr ""

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/config.phtml:25
msgid "Control panel"
msgstr ""

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:56
#: webtrees-descendants-chart/resources/views/modules/descendants-chart/config.phtml:25
msgid "Modules"
msgstr ""

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/config.phtml:44
msgid "save"
msgstr ""

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/config.phtml:49
msgid "cancel"
msgstr ""

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/form/generations.phtml:22
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:89
#: webtrees-descendants-chart/resources/views/modules/descendants-chart/form/layout.phtml:23
msgid "Layout"
msgstr "Rozložení"

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:96
msgid "Hide the spouses associated with an individual."
#: webtrees-descendants-chart/resources/views/modules/descendants-chart/form/layout.phtml:29
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:106
msgid "Show married names."
#: webtrees-descendants-chart/resources/views/modules/descendants-chart/form/layout.phtml:39
msgid "Show married names"
msgstr "Zobrazit manželská jména."

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:111
#: webtrees-descendants-chart/resources/views/modules/descendants-chart/form/layout.phtml:45
msgid ""
"Shows the married name of the partner if this has a separate name entry of "
"the type \"MARRIED\" or \"_MARNM\"."
msgstr ""

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/page.phtml:129
#: webtrees-descendants-chart/resources/views/modules/descendants-chart/form/layout.phtml:53
msgid "Open individual in new browser window/tab"
msgstr ""

#: webtrees-descendants-chart/resources/views/modules/descendants-chart/form/layout.phtml:59
msgid ""
"Open the current individual's detail page in a new browser window/tab when "
"it's left-clicked, otherwise the current window/tab is used."
msgstr ""

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

#: 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:71
msgid "Show more options"
msgstr "Zobrazit další volby"

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

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

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

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

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

0 comments on commit 864115f

Please sign in to comment.