-
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 phrasesGL = map[string]string{ | ||
"Anonymous post": "Publicación anónima", | ||
"Blogs": "Blogs", | ||
"Enter": "Entrar", | ||
"Newer": "Máis recente", | ||
"Older": "Máis antigo", | ||
"Posts": "Publicacións", | ||
"Publish to...": "Publicar en...", | ||
"Publish": "Publicar", | ||
"Read more...": "Saber máis...", | ||
"Subscribe": "Subscribir", | ||
"This blog requires a password.": "Este blog require un contrasinal.", | ||
"Toggle theme": "Cambiar decorado", | ||
"View posts": "Ver Publicacións", | ||
"delete": "eliminar", | ||
"edit": "editar", | ||
"email subscription prompt": "Escribe o teu email para recibir actualizacións.", | ||
"move to...": "mover a...", | ||
"pin": "fixar", | ||
"published with write.as": "publicado con write.as", | ||
"share modal ending": "Envíallo a un amigo, compárteo en internet e redes sociais. Saber máis.", | ||
"share modal introduction": "Cada publicación ten un identificador, un URL único que podes compartir con calquera. Este é o URL:", | ||
"share modal title": "Comparte a publicación", | ||
"share": "compartir", | ||
"unpin": "desafixar", | ||
} |
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