File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ package l10n
2+
3+ var phrasesLT = map [string ]string {
4+ "Anonymous post" : "Anoniminis įrašas" ,
5+ "Blogs" : "Tinklaraščiai" ,
6+ "Enter" : "Įvesti" ,
7+ "Newer" : "Naujesni" ,
8+ "Older" : "Senesni" ,
9+ "Posts" : "Įrašai" ,
10+ "Publish to..." : "Publikuoti į..." ,
11+ "Publish" : "Publikuoti" ,
12+ "Read more..." : "Skaityti daugiau..." ,
13+ "This blog requires a password." : "Šis tinklaraštis reikalauja slaptažodžio." ,
14+ "Toggle theme" : "Keisti temą" ,
15+ "View posts" : "Peržiūrėti įrašus" ,
16+ "delete" : "ištrinti" ,
17+ "edit" : "koreguoti" ,
18+ "move to..." : "perkelti į..." ,
19+ "pin" : "prisegti" ,
20+ "published with write.as" : "publikuojama su write.as" ,
21+ "share modal ending" : "Siųskite draugui, dalinkitės internete ar per Twitter. Sužinokite daugiau." ,
22+ "share modal introduction" : "Kiekvienas publikuotas įrašas turi slaptą, unikalų URL kuriuo galite pasidalinti su bet kuo. Šis URL yra:" ,
23+ "share modal title" : "Dalintis šiuo įrašu" ,
24+ "share" : "dalintis" ,
25+ "unpin" : "atsegti" ,
26+ "title dash" : "–" ,
27+ }
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ func Strings(lang string) map[string]string {
2424 return phrasesIT
2525 case "ja" :
2626 return phrasesJA
27+ case "lt" :
28+ return phrasesLT
2729 case "mk" :
2830 return phrasesMK
2931 case "pl" :
You can’t perform that action at this time.
0 commit comments