77msgstr ""
88"Project-Id-Version: Zammad\n"
99"Report-Msgid-Bugs-To: \n"
10- "POT-Creation-Date: 2025-10-08 05:20 +0000\n"
10+ "POT-Creation-Date: 2025-11-04 07:41 +0000\n"
1111"PO-Revision-Date: 2023-09-23 01:11+0000\n"
1212"Last-Translator: Tomáš Kovařík <
[email protected] >\n"
1313"Language-Team: Czech <https://translations.zammad.org/projects/"
@@ -587,7 +587,7 @@ msgstr ""
587587#: ../manage/roles/agent-permissions.rst:31
588588#: ../manage/roles/user-preferences-permissions.rst:37
589589#: ../manage/scheduler.rst:158 ../manage/webhook/add.rst:116
590- #: ../misc/variables.rst:104 ../system/core-workflows/learn-by-example.rst:37
590+ #: ../misc/variables.rst:102 ../system/core-workflows/learn-by-example.rst:37
591591#: ../system/core-workflows/learn-by-example.rst:92
592592#: ../system/core-workflows/learn-by-example.rst:140
593593#: ../system/core-workflows/learn-by-example.rst:200
@@ -3561,7 +3561,7 @@ msgid "Default value"
35613561msgstr ""
35623562
35633563#: ../channels/form.rst:219 ../manage/public-links.rst:43
3564- #: ../misc/object-conditions/basics.rst:63 ../misc/variables.rst:103
3564+ #: ../misc/object-conditions/basics.rst:63 ../misc/variables.rst:101
35653565#: ../system/core-workflows/condition-operators.rst:21
35663566#: ../system/objects/permissions.rst:39 ../system/subscription.rst:208
35673567msgid "Description"
@@ -15646,18 +15646,17 @@ msgstr ""
1564615646
1564715647#: ../misc/variables.rst:52
1564815648msgid ""
15649- "In some situations it might be needed to use a third part. The best example "
15650- "for such a situation is a **select** or **tree-select** field which will "
15651- "return the key value by default, not it's display name. For this, just "
15652- "extend your variable with ``.value``. This will result in "
15649+ "For key/value pair attributes like select fields, Zammad replaces the "
15650+ "variable with the key name. In case you want Zammad to replace a variable "
15651+ "with the value instead of the key, you have to add a third part: "
1565315652"``#{ticket.select.value}``."
1565415653msgstr ""
1565515654
15656- #: ../misc/variables.rst:61
15655+ #: ../misc/variables.rst:59
1565715656msgid "Using Translated Variables"
1565815657msgstr ""
1565915658
15660- #: ../misc/variables.rst:63
15659+ #: ../misc/variables.rst:61
1566115660msgid ""
1566215661"If you want to use a translated variable in triggers or schedulers, you can "
1566315662"extend the placeholder like this: ``#{t(ticket.state.name)}``. The ``t`` "
@@ -15667,185 +15666,185 @@ msgid ""
1566715666"in the trigger/scheduler edit dialog."
1566815667msgstr ""
1566915668
15670- #: ../misc/variables.rst:70
15669+ #: ../misc/variables.rst:68
1567115670msgid ""
1567215671"A possible use-case: you want to send your customers updates on tickets via "
1567315672"trigger or scheduler which should include the state of the ticket. Using the "
1567415673"default ``#{ticket.state.name}`` (without the translation flag ``t()``) "
1567515674"would lead to the output of the original (english) name of the state."
1567615675msgstr ""
1567715676
15678- #: ../misc/variables.rst:76
15677+ #: ../misc/variables.rst:74
1567915678msgid "Date and Time Formatting"
1568015679msgstr ""
1568115680
15682- #: ../misc/variables.rst:78
15681+ #: ../misc/variables.rst:76
1568315682msgid ""
1568415683"The system (trigger/scheduler selected) locale and timezone predefines a "
1568515684"default format of date and timestamp. This format is customizable by using "
1568615685"the ``dt()`` method."
1568715686msgstr ""
1568815687
15689- #: ../misc/variables.rst:82
15688+ #: ../misc/variables.rst:80
1569015689msgid "The method arguments are as follows:"
1569115690msgstr ""
1569215691
15693- #: ../misc/variables.rst:84
15692+ #: ../misc/variables.rst:82
1569415693msgid "The date or timestamp variable you want to format."
1569515694msgstr ""
1569615695
15697- #: ../misc/variables.rst:85
15696+ #: ../misc/variables.rst:83
1569815697msgid "The output format string."
1569915698msgstr ""
1570015699
15701- #: ../misc/variables.rst:86
15700+ #: ../misc/variables.rst:84
1570215701msgid "The timezone to apply (optional)."
1570315702msgstr ""
1570415703
15705- #: ../misc/variables.rst:88
15704+ #: ../misc/variables.rst:86
1570615705#: ../system/objects/external-data-source-example.rst:23
1570715706msgid "**Example:**"
1570815707msgstr ""
1570915708
15710- #: ../misc/variables.rst:89
15709+ #: ../misc/variables.rst:87
1571115710msgid ""
1571215711"``#{dt(ticket.updated_at, \"%A %Y-%m-%d %H:%M in the office\", \"Europe/"
1571315712"Berlin\")}``"
1571415713msgstr ""
1571515714
15716- #: ../misc/variables.rst:90
15715+ #: ../misc/variables.rst:88
1571715716msgid "Monday, 2024-03-18 15:31 in the office"
1571815717msgstr ""
1571915718
15720- #: ../misc/variables.rst:92
15719+ #: ../misc/variables.rst:90
1572115720msgid ""
1572215721"If you want to use our example, make sure to paste the string above without "
1572315722"formatting (:kbd:`CTRL` :kbd:`Shift` :kbd:`v`), otherwise it won't work."
1572415723msgstr ""
1572515724
15726- #: ../misc/variables.rst:96
15725+ #: ../misc/variables.rst:94
1572715726msgid "The following table lists available format directives:"
1572815727msgstr ""
1572915728
15730- #: ../misc/variables.rst:102
15729+ #: ../misc/variables.rst:100
1573115730msgid "Parameter"
1573215731msgstr ""
1573315732
15734- #: ../misc/variables.rst:105
15733+ #: ../misc/variables.rst:103
1573515734msgid "``%Y``"
1573615735msgstr ""
1573715736
15738- #: ../misc/variables.rst:106
15737+ #: ../misc/variables.rst:104
1573915738msgid "Year with 4 digits"
1574015739msgstr ""
1574115740
15742- #: ../misc/variables.rst:107
15741+ #: ../misc/variables.rst:105
1574315742msgid "Use ``%y`` for year with 2 digits"
1574415743msgstr ""
1574515744
15746- #: ../misc/variables.rst:108
15745+ #: ../misc/variables.rst:106
1574715746msgid "``%m``"
1574815747msgstr ""
1574915748
15750- #: ../misc/variables.rst:109
15749+ #: ../misc/variables.rst:107
1575115750msgid "Month of year (as number with zero-padding)"
1575215751msgstr ""
1575315752
15754- #: ../misc/variables.rst:110
15753+ #: ../misc/variables.rst:108
1575515754msgid "Use ``%-m`` for month without zero-padding"
1575615755msgstr ""
1575715756
15758- #: ../misc/variables.rst:111
15757+ #: ../misc/variables.rst:109
1575915758msgid "``%d``"
1576015759msgstr ""
1576115760
15762- #: ../misc/variables.rst:112
15761+ #: ../misc/variables.rst:110
1576315762msgid "Day of month (as number with zero-padding)"
1576415763msgstr ""
1576515764
15766- #: ../misc/variables.rst:113
15765+ #: ../misc/variables.rst:111
1576715766msgid "Use ``%e`` for day without zero-padding"
1576815767msgstr ""
1576915768
15770- #: ../misc/variables.rst:114
15769+ #: ../misc/variables.rst:112
1577115770msgid "``%H``"
1577215771msgstr ""
1577315772
15774- #: ../misc/variables.rst:115
15773+ #: ../misc/variables.rst:113
1577515774msgid "Hour of day in 24h notation with zero-padding"
1577615775msgstr ""
1577715776
15778- #: ../misc/variables.rst:116
15777+ #: ../misc/variables.rst:114
1577915778msgid "Use ``%k`` for hour without zero-padding"
1578015779msgstr ""
1578115780
15782- #: ../misc/variables.rst:117
15781+ #: ../misc/variables.rst:115
1578315782msgid "``%I``"
1578415783msgstr ""
1578515784
15786- #: ../misc/variables.rst:118
15785+ #: ../misc/variables.rst:116
1578715786msgid "Hour of day in 12h notation with zero-padding"
1578815787msgstr ""
1578915788
15790- #: ../misc/variables.rst:119
15789+ #: ../misc/variables.rst:117
1579115790msgid ""
1579215791"Use ``%l`` for hour without zero-padding and ``%p`` / ``%P`` for meridian "
1579315792"indicator"
1579415793msgstr ""
1579515794
15796- #: ../misc/variables.rst:120
15795+ #: ../misc/variables.rst:118
1579715796msgid "``%M``"
1579815797msgstr ""
1579915798
15800- #: ../misc/variables.rst:121
15799+ #: ../misc/variables.rst:119
1580115800msgid "Minute of hour"
1580215801msgstr ""
1580315802
15804- #: ../misc/variables.rst:123
15803+ #: ../misc/variables.rst:121
1580515804msgid "``%S``"
1580615805msgstr ""
1580715806
15808- #: ../misc/variables.rst:124
15807+ #: ../misc/variables.rst:122
1580915808msgid "Second of Minute"
1581015809msgstr ""
1581115810
15812- #: ../misc/variables.rst:126
15811+ #: ../misc/variables.rst:124
1581315812msgid "``%A``"
1581415813msgstr ""
1581515814
15816- #: ../misc/variables.rst:127
15815+ #: ../misc/variables.rst:125
1581715816msgid "Weekday name"
1581815817msgstr ""
1581915818
15820- #: ../misc/variables.rst:128
15819+ #: ../misc/variables.rst:126
1582115820msgid "Use ``%a`` for abbreviated name or ``%^A`` for uppercase name"
1582215821msgstr ""
1582315822
15824- #: ../misc/variables.rst:129
15823+ #: ../misc/variables.rst:127
1582515824msgid "``%B``"
1582615825msgstr ""
1582715826
15828- #: ../misc/variables.rst:130
15827+ #: ../misc/variables.rst:128
1582915828msgid "Month name"
1583015829msgstr ""
1583115830
15832- #: ../misc/variables.rst:131
15831+ #: ../misc/variables.rst:129
1583315832msgid "Use ``%b`` for abbreviated name"
1583415833msgstr ""
1583515834
15836- #: ../misc/variables.rst:132
15835+ #: ../misc/variables.rst:130
1583715836msgid "``%U``"
1583815837msgstr ""
1583915838
15840- #: ../misc/variables.rst:133
15839+ #: ../misc/variables.rst:131
1584115840msgid "Week number of current year"
1584215841msgstr ""
1584315842
15844- #: ../misc/variables.rst:134
15843+ #: ../misc/variables.rst:132
1584515844msgid "Use ``%W`` for a different calculation method"
1584615845msgstr ""
1584715846
15848- #: ../misc/variables.rst:137
15847+ #: ../misc/variables.rst:135
1584915848msgid ""
1585015849"We support the known format directives for the Ruby built-in method "
1585115850"``strftime`` of the ``DateTime`` class. For more information, see `here "
0 commit comments