Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add newsletter & search czech translation #21516

Merged
merged 6 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions ghost/i18n/locales/cs/newsletter.json
Original file line number Diff line number Diff line change
@@ -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 <strong>%%{status}%% subscriber</strong> 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 <strong>%%{status}%% subscriber</strong> to {site}.": "Tohle jste dostali, protože jste <strong>%%{status}%% předplatitel</strong> {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}."
}
14 changes: 7 additions & 7 deletions ghost/i18n/locales/cs/search.json
Original file line number Diff line number Diff line change
@@ -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"
}
Loading