Skip to content

Commit f5f2ae2

Browse files
weblateralf401
andcommitted
Maintenance: Translations update from translations.zammad.org.
Special thanks to the amazing translation team. You rock! 💪 Co-authored-by: Ralf Schmid <[email protected]> Co-authored-by: Weblate <[email protected]> Translate-URL: https://translations.zammad.org/projects/documentations/admin-documentation-pre-release/ Translate-URL: https://translations.zammad.org/projects/documentations/admin-documentation-pre-release/de/ Translation: Documentation/Admin Documentation (pre-release)
1 parent 15b74f1 commit f5f2ae2

File tree

21 files changed

+1119
-1111
lines changed

21 files changed

+1119
-1111
lines changed

locale/cs/LC_MESSAGES/admin-docs.po

Lines changed: 50 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
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"
35613561
msgstr ""
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
35673567
msgid "Description"
@@ -15646,18 +15646,17 @@ msgstr ""
1564615646

1564715647
#: ../misc/variables.rst:52
1564815648
msgid ""
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}``."
1565415653
msgstr ""
1565515654

15656-
#: ../misc/variables.rst:61
15655+
#: ../misc/variables.rst:59
1565715656
msgid "Using Translated Variables"
1565815657
msgstr ""
1565915658

15660-
#: ../misc/variables.rst:63
15659+
#: ../misc/variables.rst:61
1566115660
msgid ""
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."
1566815667
msgstr ""
1566915668

15670-
#: ../misc/variables.rst:70
15669+
#: ../misc/variables.rst:68
1567115670
msgid ""
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."
1567615675
msgstr ""
1567715676

15678-
#: ../misc/variables.rst:76
15677+
#: ../misc/variables.rst:74
1567915678
msgid "Date and Time Formatting"
1568015679
msgstr ""
1568115680

15682-
#: ../misc/variables.rst:78
15681+
#: ../misc/variables.rst:76
1568315682
msgid ""
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."
1568715686
msgstr ""
1568815687

15689-
#: ../misc/variables.rst:82
15688+
#: ../misc/variables.rst:80
1569015689
msgid "The method arguments are as follows:"
1569115690
msgstr ""
1569215691

15693-
#: ../misc/variables.rst:84
15692+
#: ../misc/variables.rst:82
1569415693
msgid "The date or timestamp variable you want to format."
1569515694
msgstr ""
1569615695

15697-
#: ../misc/variables.rst:85
15696+
#: ../misc/variables.rst:83
1569815697
msgid "The output format string."
1569915698
msgstr ""
1570015699

15701-
#: ../misc/variables.rst:86
15700+
#: ../misc/variables.rst:84
1570215701
msgid "The timezone to apply (optional)."
1570315702
msgstr ""
1570415703

15705-
#: ../misc/variables.rst:88
15704+
#: ../misc/variables.rst:86
1570615705
#: ../system/objects/external-data-source-example.rst:23
1570715706
msgid "**Example:**"
1570815707
msgstr ""
1570915708

15710-
#: ../misc/variables.rst:89
15709+
#: ../misc/variables.rst:87
1571115710
msgid ""
1571215711
"``#{dt(ticket.updated_at, \"%A %Y-%m-%d %H:%M in the office\", \"Europe/"
1571315712
"Berlin\")}``"
1571415713
msgstr ""
1571515714

15716-
#: ../misc/variables.rst:90
15715+
#: ../misc/variables.rst:88
1571715716
msgid "Monday, 2024-03-18 15:31 in the office"
1571815717
msgstr ""
1571915718

15720-
#: ../misc/variables.rst:92
15719+
#: ../misc/variables.rst:90
1572115720
msgid ""
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."
1572415723
msgstr ""
1572515724

15726-
#: ../misc/variables.rst:96
15725+
#: ../misc/variables.rst:94
1572715726
msgid "The following table lists available format directives:"
1572815727
msgstr ""
1572915728

15730-
#: ../misc/variables.rst:102
15729+
#: ../misc/variables.rst:100
1573115730
msgid "Parameter"
1573215731
msgstr ""
1573315732

15734-
#: ../misc/variables.rst:105
15733+
#: ../misc/variables.rst:103
1573515734
msgid "``%Y``"
1573615735
msgstr ""
1573715736

15738-
#: ../misc/variables.rst:106
15737+
#: ../misc/variables.rst:104
1573915738
msgid "Year with 4 digits"
1574015739
msgstr ""
1574115740

15742-
#: ../misc/variables.rst:107
15741+
#: ../misc/variables.rst:105
1574315742
msgid "Use ``%y`` for year with 2 digits"
1574415743
msgstr ""
1574515744

15746-
#: ../misc/variables.rst:108
15745+
#: ../misc/variables.rst:106
1574715746
msgid "``%m``"
1574815747
msgstr ""
1574915748

15750-
#: ../misc/variables.rst:109
15749+
#: ../misc/variables.rst:107
1575115750
msgid "Month of year (as number with zero-padding)"
1575215751
msgstr ""
1575315752

15754-
#: ../misc/variables.rst:110
15753+
#: ../misc/variables.rst:108
1575515754
msgid "Use ``%-m`` for month without zero-padding"
1575615755
msgstr ""
1575715756

15758-
#: ../misc/variables.rst:111
15757+
#: ../misc/variables.rst:109
1575915758
msgid "``%d``"
1576015759
msgstr ""
1576115760

15762-
#: ../misc/variables.rst:112
15761+
#: ../misc/variables.rst:110
1576315762
msgid "Day of month (as number with zero-padding)"
1576415763
msgstr ""
1576515764

15766-
#: ../misc/variables.rst:113
15765+
#: ../misc/variables.rst:111
1576715766
msgid "Use ``%e`` for day without zero-padding"
1576815767
msgstr ""
1576915768

15770-
#: ../misc/variables.rst:114
15769+
#: ../misc/variables.rst:112
1577115770
msgid "``%H``"
1577215771
msgstr ""
1577315772

15774-
#: ../misc/variables.rst:115
15773+
#: ../misc/variables.rst:113
1577515774
msgid "Hour of day in 24h notation with zero-padding"
1577615775
msgstr ""
1577715776

15778-
#: ../misc/variables.rst:116
15777+
#: ../misc/variables.rst:114
1577915778
msgid "Use ``%k`` for hour without zero-padding"
1578015779
msgstr ""
1578115780

15782-
#: ../misc/variables.rst:117
15781+
#: ../misc/variables.rst:115
1578315782
msgid "``%I``"
1578415783
msgstr ""
1578515784

15786-
#: ../misc/variables.rst:118
15785+
#: ../misc/variables.rst:116
1578715786
msgid "Hour of day in 12h notation with zero-padding"
1578815787
msgstr ""
1578915788

15790-
#: ../misc/variables.rst:119
15789+
#: ../misc/variables.rst:117
1579115790
msgid ""
1579215791
"Use ``%l`` for hour without zero-padding and ``%p`` / ``%P`` for meridian "
1579315792
"indicator"
1579415793
msgstr ""
1579515794

15796-
#: ../misc/variables.rst:120
15795+
#: ../misc/variables.rst:118
1579715796
msgid "``%M``"
1579815797
msgstr ""
1579915798

15800-
#: ../misc/variables.rst:121
15799+
#: ../misc/variables.rst:119
1580115800
msgid "Minute of hour"
1580215801
msgstr ""
1580315802

15804-
#: ../misc/variables.rst:123
15803+
#: ../misc/variables.rst:121
1580515804
msgid "``%S``"
1580615805
msgstr ""
1580715806

15808-
#: ../misc/variables.rst:124
15807+
#: ../misc/variables.rst:122
1580915808
msgid "Second of Minute"
1581015809
msgstr ""
1581115810

15812-
#: ../misc/variables.rst:126
15811+
#: ../misc/variables.rst:124
1581315812
msgid "``%A``"
1581415813
msgstr ""
1581515814

15816-
#: ../misc/variables.rst:127
15815+
#: ../misc/variables.rst:125
1581715816
msgid "Weekday name"
1581815817
msgstr ""
1581915818

15820-
#: ../misc/variables.rst:128
15819+
#: ../misc/variables.rst:126
1582115820
msgid "Use ``%a`` for abbreviated name or ``%^A`` for uppercase name"
1582215821
msgstr ""
1582315822

15824-
#: ../misc/variables.rst:129
15823+
#: ../misc/variables.rst:127
1582515824
msgid "``%B``"
1582615825
msgstr ""
1582715826

15828-
#: ../misc/variables.rst:130
15827+
#: ../misc/variables.rst:128
1582915828
msgid "Month name"
1583015829
msgstr ""
1583115830

15832-
#: ../misc/variables.rst:131
15831+
#: ../misc/variables.rst:129
1583315832
msgid "Use ``%b`` for abbreviated name"
1583415833
msgstr ""
1583515834

15836-
#: ../misc/variables.rst:132
15835+
#: ../misc/variables.rst:130
1583715836
msgid "``%U``"
1583815837
msgstr ""
1583915838

15840-
#: ../misc/variables.rst:133
15839+
#: ../misc/variables.rst:131
1584115840
msgid "Week number of current year"
1584215841
msgstr ""
1584315842

15844-
#: ../misc/variables.rst:134
15843+
#: ../misc/variables.rst:132
1584515844
msgid "Use ``%W`` for a different calculation method"
1584615845
msgstr ""
1584715846

15848-
#: ../misc/variables.rst:137
15847+
#: ../misc/variables.rst:135
1584915848
msgid ""
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

Comments
 (0)