Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/i18n/fa.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app.name": "NeoComment",
"app.name": "نئوکامنت",
"features.sign_in": {
"welcome": "به نئوکامنت خوش آمدید!",
"instance_url": "آدرس نمونه",
"instance_url": "نشانی نمونه",
"next": "بعدی"
}
}
41 changes: 39 additions & 2 deletions src/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"features.sign_in": {
"welcome": "Benvenuti su NeoComment!",
"instance_url": "URL dell’istanza",
"next": "Avanti"
"next": "Avanti",
"no_account_message": "Non hai un account?",
"find_an_instance": "Trova un’istanza"
},
"features.explore": {
"page_title": "Esplora"
Expand Down Expand Up @@ -64,6 +66,41 @@
"to_watch": "Da vedere",
"watching": "Guardando",
"watched": "Guardato",
"stopped": "Fermato"
"stopped": "Fermato",
"to_do": "Da vedere",
"doing": "Vedendo",
"did": "Visto"
},
"features.book": {
"authors": "Autori",
"author": "Autore",
"translators": "Traduttori",
"translator": "Traduttore",
"publication_date": "Data di pubblicazione",
"series": "Serie",
"isbn": "ISBN",
"price": "Prezzo",
"other_editions": "Altre Edizioni",
"to_do": "Da leggere",
"doing": "Leggendo",
"did": "Letto"
},
"features.tv": {
"directors": "Registi",
"writers": "Sceneggiatori",
"director": "Regista",
"writer": "Sceneggiatore",
"cast": "Cast",
"countries": "Paesi",
"country": "Paese",
"seasons": "Stagioni",
"episodes": "Episodi",
"season": "Stagione",
"episode": "Episodio",
"to_do": "Da vedere"
},
"features.game": {
"developers": "Sviluppatori",
"developer": "Sviluppatore"
}
}