-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
package l10n | ||
|
||
var phrasesEU = map[string]string{ | ||
"Anonymous post": "Bidalketa anonimoa", | ||
"Blogs": "Blogak", | ||
"Enter": "Sartu", | ||
"Newer": "Berriagoak", | ||
"Older": "Zaharragoak", | ||
"Posts": "Bidalketak", | ||
"Publish to...": "Argitaratu hemen...", | ||
"Publish": "Argitaratu", | ||
"Read more...": "Irakurri gehiago...", | ||
"Subscribe": "Izena eman", | ||
"This blog requires a password.": "Blog honek pasahitza behar du.", | ||
"Toggle theme": "Aldatu itxura", | ||
"View posts": "Ikusi bidalketak", | ||
"delete": "ezabatu", | ||
"edit": "editatu", | ||
"email subscription prompt": "Sartu zure e-posta helbidea berriak jasotzeko.", | ||
"move to...": "mugitu hona...", | ||
"pin": "finkatu", | ||
"published with write.as": "write.as bidez argitaratua", | ||
"share modal ending": "Bidali lagun bati, partekatu sarean zehar edo agian, txiokatu. Ikasi gehiago.", | ||
"share modal introduction": "Argitaratutako bidalketa orok URL sekretu eta bakarra dauka, edonorekin partekatu dezakezuna. Hau da URLa:", | ||
"share modal title": "Partekatu bidalketa hau", | ||
"share": "partekatu", | ||
"unpin": "desfinkatu", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters