From 03a307aec649c3134efaec49971f81b3ff438281 Mon Sep 17 00:00:00 2001 From: Fabio Bettani Date: Sat, 3 Jul 2021 12:49:52 +0000 Subject: [PATCH] Translated using Weblate (Italian) Currently translated at 100.0% (6 of 6 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/it/ --- langs/shared-questions/it.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/it.json b/langs/shared-questions/it.json index 0967ef424b..00f3ff0054 100644 --- a/langs/shared-questions/it.json +++ b/langs/shared-questions/it.json @@ -1 +1,20 @@ -{} +{ + "undefined": { + "opening_hours": { + "render": "

Orari di apertura

{opening_hours_table(opening_hours)}", + "question": "Quali sono gli orari di apertura di {name}?" + }, + "description": { + "question": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.
Non ripetere informazioni già fornite" + }, + "website": { + "question": "Qual è il sito web di {name}?" + }, + "email": { + "question": "Qual è l'indirizzo email di {name}?" + }, + "phone": { + "question": "Qual è il numero di telefono di {name}?" + } + } +}