From e079ebb3de302fe3f6147d4388a65fae688dc9ee Mon Sep 17 00:00:00 2001 From: Lukas Kocourek Date: Fri, 15 Nov 2024 18:57:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Added=20Czech=20translations=20f?= =?UTF-8?q?or=20newsletter=20&=20search=20(#21516)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue --- ghost/i18n/locales/cs/newsletter.json | 44 +++++++++++++-------------- ghost/i18n/locales/cs/search.json | 14 ++++----- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/ghost/i18n/locales/cs/newsletter.json b/ghost/i18n/locales/cs/newsletter.json index bd24d1dc525e..692558b96acd 100644 --- a/ghost/i18n/locales/cs/newsletter.json +++ b/ghost/i18n/locales/cs/newsletter.json @@ -1,24 +1,24 @@ { - "By {authors}": "", - "Comment": "", - "complimentary": "", - "Email": "", - "free": "", - "Keep reading": "", - "Less like this": "", - "Manage subscription": "", - "Member since": "", - "More like this": "", - "Name": "", - "paid": "", - "Subscription details": "", - "trialing": "", - "Unsubscribe": "", - "View in browser": "", - "You are receiving this because you are a %%{status}%% subscriber to {site}.": "", - "Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "", - "Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "", - "Your subscription has expired.": "", - "Your subscription will expire on {date}.": "", - "Your subscription will renew on {date}.": "" + "By {authors}": "Od {authors}", + "Comment": "Komentář", + "complimentary": "bezplatný", + "Email": "Email", + "free": "zdarma", + "Keep reading": "Pokračovat ve čtení", + "Less like this": "Méně podobných", + "Manage subscription": "Spravovat předplatné", + "Member since": "Členem od", + "More like this": "Více podobných", + "Name": "Jméno", + "paid": "placený", + "Subscription details": "Detaily předplatného", + "trialing": "zkušební", + "Unsubscribe": "Odhlásit", + "View in browser": "Zobrazit v prohlížeči", + "You are receiving this because you are a %%{status}%% subscriber to {site}.": "Tohle jste dostali, protože jste %%{status}%% předplatitel {site}.", + "Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "Vaše zkušební období končí {date}, poté Vám bude účtována běžná cena. Zkušební období můžete kdykoliv ukončit.", + "Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "Vaše předplatné bylo zrušeno a vyprší {date}. Můžete si jej znovu obnovit v nastavení svého účtu.", + "Your subscription has expired.": "Vaše předplatné vypršelo.", + "Your subscription will expire on {date}.": "Vaše předplatné vyprší {date}.", + "Your subscription will renew on {date}.": "Vaše předplatné bude obnoveno {date}." } diff --git a/ghost/i18n/locales/cs/search.json b/ghost/i18n/locales/cs/search.json index 8902015528ff..921877058385 100644 --- a/ghost/i18n/locales/cs/search.json +++ b/ghost/i18n/locales/cs/search.json @@ -1,9 +1,9 @@ { - "Authors": "", - "Cancel": "", - "No matches found": "", - "Posts": "", - "Search posts, tags and authors": "", - "Show more results": "", - "Tags": "" + "Authors": "Autoři", + "Cancel": "Zrušit", + "No matches found": "Nenalezeno", + "Posts": "Články", + "Search posts, tags and authors": "Prohledat články, štítky a autory", + "Show more results": "Zobrazit více výsledků", + "Tags": "Štítky" }