Add Czech translations
This commit is contained in:
@@ -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",
|
||||||
|
}
|
||||||
@@ -6,6 +6,8 @@ func Strings(lang string) map[string]string {
|
|||||||
switch lang {
|
switch lang {
|
||||||
case "ar":
|
case "ar":
|
||||||
return phrasesAR
|
return phrasesAR
|
||||||
|
case "cs":
|
||||||
|
return phrasesCS
|
||||||
case "de":
|
case "de":
|
||||||
return phrasesDE
|
return phrasesDE
|
||||||
case "el":
|
case "el":
|
||||||
|
|||||||
Reference in New Issue
Block a user