Skip to content

Commit

Permalink
Maintenance: Translations update from translations.zammad.org
Browse files Browse the repository at this point in the history
Special thanks to the amazing translation team. You rock! 💪


Co-authored-by: Weblate <noreply@weblate.org>
  • Loading branch information
zammad-sync and weblate committed Apr 8, 2024
1 parent 1e5751c commit 7e93847
Show file tree
Hide file tree
Showing 21 changed files with 871 additions and 745 deletions.
76 changes: 41 additions & 35 deletions locale/cs/LC_MESSAGES/admin-docs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zammad\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-26 14:49+0100\n"
"POT-Creation-Date: 2024-04-05 15:08+0200\n"
"PO-Revision-Date: 2023-09-23 01:11+0000\n"
"Last-Translator: Tomáš Kovařík <tomas.kovarik@cdv.cz>\n"
"Language-Team: Czech <https://translations.zammad.org/projects/"
Expand Down Expand Up @@ -1105,7 +1105,7 @@ msgstr ""
#: ../system/integrations/cti/includes/inbound-calls.include.rst:14
#: ../system/integrations/cti/includes/outbound-calls.include.rst:17
#: ../system/objects.rst:162 ../system/objects.rst:244
#: ../system/variables.rst:105
#: ../system/variables.rst:109
msgid "Note"
msgstr ""

Expand Down Expand Up @@ -2784,7 +2784,7 @@ msgid "Default value"
msgstr ""

#: ../channels/form.rst:219 ../manage/public-links.rst:47
#: ../system/subscription/billing.rst:53 ../system/variables.rst:104
#: ../system/subscription/billing.rst:53 ../system/variables.rst:108
msgid "Description"
msgstr ""

Expand Down Expand Up @@ -23644,136 +23644,142 @@ msgid "``#{dt(ticket.updated_at, \"%A, %Y-%m-%d %H:%M\", \"Europe/Berlin\")}``"
msgstr ""

#: ../system/variables.rst:94
msgid ""
"If you want to use our example, make sure to paste the string above without "
"formatting (``CTRL+Shift+v``), otherwise it won't work."
msgstr ""

#: ../system/variables.rst:98
msgid "**Example output:**"
msgstr ""

#: ../system/variables.rst:95
#: ../system/variables.rst:99
msgid "Monday, 2024-03-18 15:31"
msgstr ""

#: ../system/variables.rst:97
#: ../system/variables.rst:101
msgid "In the following table you can find some useful parameters:"
msgstr ""

#: ../system/variables.rst:103
#: ../system/variables.rst:107
msgid "Parameter"
msgstr ""

#: ../system/variables.rst:106
#: ../system/variables.rst:110
msgid "``%Y``"
msgstr ""

#: ../system/variables.rst:107
#: ../system/variables.rst:111
msgid "Year with 4 digits"
msgstr ""

#: ../system/variables.rst:108
#: ../system/variables.rst:112
msgid "Use ``%y`` for year with 2 digits"
msgstr ""

#: ../system/variables.rst:109
#: ../system/variables.rst:113
msgid "``%m``"
msgstr ""

#: ../system/variables.rst:110
#: ../system/variables.rst:114
msgid "Month of year (as number with zero-padding)"
msgstr ""

#: ../system/variables.rst:111
#: ../system/variables.rst:115
msgid "Use ``%-m`` for month without zero-padding"
msgstr ""

#: ../system/variables.rst:112
#: ../system/variables.rst:116
msgid "``%d``"
msgstr ""

#: ../system/variables.rst:113
#: ../system/variables.rst:117
msgid "Day of month (as number with zero-padding)"
msgstr ""

#: ../system/variables.rst:114
#: ../system/variables.rst:118
msgid "Use ``%e`` for day without zero-padding"
msgstr ""

#: ../system/variables.rst:115
#: ../system/variables.rst:119
msgid "``%H``"
msgstr ""

#: ../system/variables.rst:116
#: ../system/variables.rst:120
msgid "Hour of day in 24h notation with zero-padding"
msgstr ""

#: ../system/variables.rst:117
#: ../system/variables.rst:121
msgid "Use ``%k`` for hour without zero-padding"
msgstr ""

#: ../system/variables.rst:118
#: ../system/variables.rst:122
msgid "``%I``"
msgstr ""

#: ../system/variables.rst:119
#: ../system/variables.rst:123
msgid "Hour of day in 12h notation with zero-padding"
msgstr ""

#: ../system/variables.rst:120
#: ../system/variables.rst:124
msgid ""
"Use ``%l`` for hour without zero-padding and ``%p`` / ``%P`` for meridian "
"indicator"
msgstr ""

#: ../system/variables.rst:121
#: ../system/variables.rst:125
msgid "``%M``"
msgstr ""

#: ../system/variables.rst:122
#: ../system/variables.rst:126
msgid "Minute of hour"
msgstr ""

#: ../system/variables.rst:124
#: ../system/variables.rst:128
msgid "``%S``"
msgstr ""

#: ../system/variables.rst:125
#: ../system/variables.rst:129
msgid "Second of Minute"
msgstr ""

#: ../system/variables.rst:127
#: ../system/variables.rst:131
msgid "``%A``"
msgstr ""

#: ../system/variables.rst:128
#: ../system/variables.rst:132
msgid "Weekday name"
msgstr ""

#: ../system/variables.rst:129
#: ../system/variables.rst:133
msgid "Use ``%a`` for abbreviated name or ``%^A`` for uppercase name"
msgstr ""

#: ../system/variables.rst:130
#: ../system/variables.rst:134
msgid "``%B``"
msgstr ""

#: ../system/variables.rst:131
#: ../system/variables.rst:135
msgid "Month name"
msgstr ""

#: ../system/variables.rst:132
#: ../system/variables.rst:136
msgid "Use ``%b`` for abbreviated name"
msgstr ""

#: ../system/variables.rst:133
#: ../system/variables.rst:137
msgid "``%U``"
msgstr ""

#: ../system/variables.rst:134
#: ../system/variables.rst:138
msgid "Week number of current year"
msgstr ""

#: ../system/variables.rst:135
#: ../system/variables.rst:139
msgid "Use ``%W`` for a different calculation method"
msgstr ""

#: ../system/variables.rst:138
#: ../system/variables.rst:142
msgid ""
"For those who want to go further: We support the known format directives for "
"the Ruby built-in method ``strftime`` of the ``DateTime`` class. For more "
Expand Down

0 comments on commit 7e93847

Please sign in to comment.