From 00e515ab1775493722998ee3ef9705646f1c0b93 Mon Sep 17 00:00:00 2001 From: Danial Behzadi Date: Sat, 29 Nov 2025 12:06:53 +0100 Subject: [PATCH 1/2] Translated using Weblate (Persian) Currently translated at 2.0% (4 of 198 strings) Translation: NeoComment/App Translate-URL: https://hosted.weblate.org/projects/neocomment/app/fa/ --- src/i18n/fa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/fa.json b/src/i18n/fa.json index 701568d..b38165f 100644 --- a/src/i18n/fa.json +++ b/src/i18n/fa.json @@ -1,8 +1,8 @@ { - "app.name": "NeoComment", + "app.name": "نئوکامنت", "features.sign_in": { "welcome": "به نئوکامنت خوش آمدید!", - "instance_url": "آدرس نمونه", + "instance_url": "نشانی نمونه", "next": "بعدی" } } From a460c8d30ced105083fba0230fe78de29d9b8ed1 Mon Sep 17 00:00:00 2001 From: Dizro Date: Sat, 29 Nov 2025 14:08:53 +0100 Subject: [PATCH 2/2] Translated using Weblate (Italian) Currently translated at 38.3% (76 of 198 strings) Translation: NeoComment/App Translate-URL: https://hosted.weblate.org/projects/neocomment/app/it/ --- src/i18n/it.json | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/src/i18n/it.json b/src/i18n/it.json index 1abd688..d224674 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -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" @@ -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" } }