From 00b4b1f4f62276b94b578db1b0d25bfe23b7f779 Mon Sep 17 00:00:00 2001 From: Ben Is Date: Thu, 14 May 2020 19:53:48 +0000 Subject: [PATCH] Translated using Weblate (Italian) Currently translated at 40.6% (249 of 613 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/ --- src/i18n/it.json | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/src/i18n/it.json b/src/i18n/it.json index 5554620c..d4c4cb74 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -20,7 +20,16 @@ "timeline": "Sequenza personale", "twkn": "Sequenza globale", "chat": "Chat della stanza", - "friend_requests": "Vogliono seguirti" + "friend_requests": "Vogliono seguirti", + "about": "Informazioni", + "administration": "Amministrazione", + "back": "Indietro", + "interactions": "Interazioni", + "dms": "Messaggi diretti", + "user_search": "Ricerca utenti", + "search": "Ricerca", + "who_to_follow": "Chi seguire", + "preferences": "Preferenze" }, "notifications": { "followed_you": "ti segue", @@ -29,7 +38,11 @@ "broken_favorite": "Stato sconosciuto, lo sto cercando...", "favorited_you": "ha gradito il tuo messaggio", "load_older": "Carica notifiche precedenti", - "repeated_you": "ha condiviso il tuo messaggio" + "repeated_you": "ha condiviso il tuo messaggio", + "follow_request": "vuole seguirti", + "no_more_notifications": "Fine delle notifiche", + "migrated_to": "è migrato verso", + "reacted_with": "ha reagito con" }, "settings": { "attachments": "Allegati", @@ -274,5 +287,23 @@ "submit": "Invia", "success": "Importato.", "error": "L'importazione non è andata a buon fine." + }, + "media_modal": { + "previous": "Precedente", + "next": "Prossimo" + }, + "polls": { + "add_poll": "Sondaggio", + "add_option": "Alternativa", + "option": "Opzione", + "votes": "voti", + "vote": "Vota", + "type": "Tipo di sondaggio", + "single_choice": "Scelta singola", + "multiple_choices": "Scelta multipla", + "expiry": "Scadenza", + "expires_in": "Scade fra {0}", + "expired": "Scaduto {0} fa", + "not_enough_options": "Aggiungi altre risposte" } }