Skip to content

Commit

Permalink
i18n(cs): Update Czech translations
Browse files Browse the repository at this point in the history
  • Loading branch information
QHivert committed Sep 25, 2023
1 parent b1df5d4 commit 1a5408c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions UI/Common/Czech.lproj/Localizable.strings
Expand Up @@ -44,6 +44,9 @@
"Expand" = "Expand";
"Reduce" = "Reduce";

/* tooltip */
"Refresh" = "Refresh";

/* generic.js */
"Unable to subscribe to that folder!"
= "Není možné se přihlásit k odebírání této složky!";
Expand Down
4 changes: 4 additions & 0 deletions UI/MailerUI/Czech.lproj/Localizable.strings
Expand Up @@ -445,6 +445,8 @@
"Back" = "Zpět";
"Copy messages" = "Kopírovat zprávy";
"More messages options" = "Další možnosti zpráv";
"Flag" = "Oštítkovat";
"Unflag" = "Unflag";
"Mark as Unread" = "Označit jako nepřečtené";
"Mark as Read" = "Označit jako přečtené";
"Closing Window ..." = "Zavření okna ...";
Expand All @@ -458,6 +460,8 @@
"Your email has been sent" = "Vaše zpráva byla odeslána";
"Folder compacted" = "Údržba složky byla provedena";

"More Options" = "More Options";

"New draft" = "New draft";
"Create new draft with this template" = "Create new draft with this template";

Expand Down
1 change: 1 addition & 0 deletions UI/MainUI/Czech.lproj/Localizable.strings
Expand Up @@ -45,6 +45,7 @@
"English" = "English";
"Finnish" = "Suomi";
"French" = "Français";
"Galician" = "Galician";
"German" = "Deutsch";
"Hebrew" = "עברית";
"Hungarian" = "Magyar";
Expand Down
15 changes: 14 additions & 1 deletion UI/PreferencesUI/Czech.lproj/Localizable.strings
Expand Up @@ -24,6 +24,7 @@
"Vacation" = "Nepřítomnost";
"Forward" = "Přeposílání";
"Password" = "Heslo";
"Notification" = "Notification";
"Categories" = "Kategorie";
"Appointments invitations" = "Pozvání na schůzky";
"Name" = "Jméno";
Expand All @@ -45,6 +46,7 @@
"Days between responses" = "Počet dnů mezi odpověďmi";
"Do not send responses to mailing lists" = "Neposílat odpovědi do konferencí";
"Activation Constraints" = "Activation Constraints";
"Customize day and hour ranges independently and optionally combine them with specific weekdays to tailor your vacation filters to your preferences" = "Customize day and hour ranges independently and optionally combine them with specific weekdays to tailor your vacation filters to your preferences";
"Enable auto reply on" = "Zapnout odpovědi v nepřítomnosti";
"First day of vacation" = "První den nepřítomnosti";
"Disable auto reply after" = "Disable auto reply after";
Expand Down Expand Up @@ -79,6 +81,11 @@
"You are not allowed to forward your messages to an internal email address." = "Nemáte povoleno přeposílání Vašich zpráv na interní emailovou adresu.";
"You are not allowed to forward your messages to this domain:" = "Nemáte povoleno přeposílání Vašich zpráv na následující doménu:";

/* notification */
"Notify incoming messsages" = "Notify incoming messsages";
"Notification Message Sent" = "Notification message sent";
"Notification Message" = "Notification of new message on %{0}";

/* d & t */
"Time Zone" = "Časové pásmo";
"Short Date Format" = "Krátký formát data";
Expand Down Expand Up @@ -194,6 +201,9 @@
"Compose messages in" = "Vytvářet zprávy ve formátu";
"composemessagestype_html" = "HTML";
"composemessagestype_text" = "Prostý text";
"Insert signature on new message" = "Insert signature on new message";
"Insert signature on reply" = "Insert signature on reply";
"Insert signature on forward" = "Insert signature on forward";

/* Base font size for messages composed in HTML */
"Default font size" = "Výchozí velikost písma";
Expand Down Expand Up @@ -247,6 +257,7 @@
"Digitally sign the message by default" = "Vždy digitálně podepsat zprávu";
"Always try to encrypt the message" = "Vždy zkusit zašifrovat zprávu";
"An error occurred while importing the certificate. Verify your password." = "Při importu certifikátu došlo k chybě. Ověřte své heslo.";
"Data too big. Please contact technical support." = "Data too big. Please contact technical support.";

/* Additional Parameters */
"Additional Parameters" = "Dodatečné parametry";
Expand All @@ -260,7 +271,7 @@
"POLICY_MIN_LOWERCASE_LETTER" = "Minimum of %{0} lowercase letter";
"POLICY_MIN_UPPERCASE_LETTER" = "Minimum of %{0} uppercase letter";
"POLICY_MIN_DIGIT" = "Minimum of %{0} digit";
"POLICY_MIN_SPECIAL_SYMBOLS" = "Minimum of %{0}special symbols";
"POLICY_MIN_SPECIAL_SYMBOLS" = "Minimum of %{0} special symbols";
"POLICY_MIN_LENGTH" = "Minimum length of %{0} characters";


Expand Down Expand Up @@ -309,6 +320,7 @@
"English" = "English";
"Finnish" = "Suomi";
"French" = "Français";
"Galician" = "Galician";
"German" = "Deutsch";
"Hebrew" = "עברית";
"Hungarian" = "Magyar";
Expand Down Expand Up @@ -405,6 +417,7 @@

"Keep the message" = "Zprávu ponechej";
"Forward the message to" = "Přepošli zprávu na";
"Notify the message to" = "Notify the message to";

/* Input field label of "forward" mail filter action */
"Email" = "E-mailová adresa";
Expand Down
1 change: 1 addition & 0 deletions UI/Scheduler/Czech.lproj/Localizable.strings
Expand Up @@ -565,6 +565,7 @@ vtodo_class2 = "(Důvěrný úkol)";
"CalDAV URL" = "CalDAV URL";
"WebDAV ICS URL" = "WebDAV ICS URL";
"WebDAV XML URL" = "WebDAV XML URL";
"Copy to clipboard" = "Copy to clipboard";

/* Error messages */
"dayFieldInvalid" = "V políčku Dny zadejte číselnou hodnotu větší nebo rovnu 1.";
Expand Down

0 comments on commit 1a5408c

Please sign in to comment.