Add Czech translations

This commit is contained in:
Matt Baer
2021-11-05 10:41:30 -04:00
parent 44e795b77d
commit 3b7d4deeaa
2 changed files with 30 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
package l10n
var phrasesCS = map[string]string{
"Anonymous post": "Anonymní článek",
"Blogs": "Blogy",
"Enter": "Vstoupit",
"Newer": "Novější",
"Older": "Starší",
"Posts": "Články",
"Publish to...": "Zveřejnit do...",
"Publish": "Zveřejnit",
"Read more...": "Číst dále...",
"Subscribe": "Odebírat",
"This blog requires a password.": "Tento blog je zaheslován.",
"Toggle theme": "Přepnout vzhled",
"View posts": "Zobrazit články",
"delete": "smazat",
"edit": "upravit",
"email subscription prompt": "Zadejte svůj e-mail a přihlaste se k odběru aktualizací.",
"move to...": "přesunout do...",
"pin": "připnout",
"published with write.as": "publikováno pomocí write.as",
"share modal ending": "Pošlete ji kamarádům, sdílejte na webu nebo na sociálních sítích. Zjistit více.",
"share modal introduction": "Každý zveřejněný článek má tajnou unikátní adresu, kterou můžete komukoliv poslat. Unikátní adresa pro tento článek je:",
"share modal title": "Sdílet tento článek",
"share": "sdílet",
"unpin": "odepnout",
}
+2
View File
@@ -6,6 +6,8 @@ func Strings(lang string) map[string]string {
switch lang {
case "ar":
return phrasesAR
case "cs":
return phrasesCS
case "de":
return phrasesDE
case "el":