-
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
1 changed file
with
24 additions
and
20 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 |
---|---|---|
@@ -1,24 +1,28 @@ | ||
package l10n | ||
|
||
var phrasesIT = map[string]string{ | ||
"Anonymous post": "Post anonimo", | ||
"Blogs": "Blogs", | ||
"Newer": "Più recenti", | ||
"Older": "Più vecchi", | ||
"Posts": "Posts", | ||
"Publish to...": "Pubblica su...", | ||
"Publish": "Pubblica", | ||
"Read more...": "Continua...", | ||
"Toggle theme": "Attiva tema", | ||
"View posts": "Vedi Posts", | ||
"delete": "cancella", | ||
"edit": "modifica", | ||
"move to...": "sposta verso...", | ||
"pin": "attacca", | ||
"published with write.as": "pubblicato con write.as", | ||
"share modal ending": "Mandalo ad un amico, condividilo sul web, oppure tweettalo. Per saperne di più.", | ||
"share modal introduction": "Ogni post pubblicato possiede un URL segreto e unico che puoi condividere con chiunque. Questo è l'URL:", | ||
"share modal title": "Condividi questo post", | ||
"share": "condividi", | ||
"unpin": "stacca", | ||
"Anonymous post": "Post anonimo", | ||
"Blogs": "Blogs", | ||
"Enter": "Invio", | ||
"Newer": "Recenti", | ||
"Older": "Precedenti", | ||
"Posts": "Posts", | ||
"Publish to...": "Pubblica su...", | ||
"Publish": "Pubblica", | ||
"Read more...": "Continua...", | ||
"Subscribe": "Sottoscrivi", | ||
"This blog requires a password.": "Questo blog necessita una password.", | ||
"Toggle theme": "Attiva tema", | ||
"View posts": "Vedi Posts", | ||
"delete": "cancella", | ||
"edit": "modifica", | ||
"email subscription prompt": "Inserisci la tua email per ricevere aggiornamenti", | ||
"move to...": "sposta verso...", | ||
"pin": "appunta", | ||
"published with write.as": "pubblicato con write.as", | ||
"share modal ending": "Mandala ad un amico, condividila sul web, oppure tweettala. Per saperne di più.", | ||
"share modal introduction": "Ogni post pubblicato possiede una URL segreta e unica che puoi condividere con chiunque. Questa è l'URL:", | ||
"share modal title": "Condividi questo post", | ||
"share": "condividi", | ||
"unpin": "stacca", | ||
} |