From 512e5c13aaf128944f472b890b37d4ee158c49f5 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 25 May 2021 08:22:08 +0000 Subject: [PATCH] Translated using Weblate (Italian) Currently translated at 5.5% (31 of 557 strings) Translation: MapComplete/Layer translations Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layer-translations/it/ --- langs/layers/it.json | 96 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 95 insertions(+), 1 deletion(-) diff --git a/langs/layers/it.json b/langs/layers/it.json index 0967ef424b..a11a354084 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -1 +1,95 @@ -{} +{ + "bench_at_pt": { + "tagRenderings": { + "1": { + "render": "{name}" + } + } + }, + "bench": { + "tagRenderings": { + "6": { + "render": "Questa panchina è stata controllata l’ultima volta in data {survey:date}", + "question": "Quando è stata verificata l’ultima volta questa panchina?" + }, + "5": { + "mappings": { + "7": { + "then": "Colore: giallo" + }, + "6": { + "then": "Colore: blu" + }, + "5": { + "then": "Colore: nero" + }, + "4": { + "then": "Colore: rosso" + }, + "3": { + "then": "Colore: bianco" + }, + "2": { + "then": "Colore: grigio" + }, + "1": { + "then": "Colore: verde" + }, + "0": { + "then": "Colore: marrone" + } + }, + "question": "Di che colore è questa panchina?", + "render": "Colore: {colour}" + }, + "4": { + "render": "Quando si è seduti su questa panchina, si guarda verso {direction}°.", + "question": "In che direzione si guarda quando si è seduti su questa panchina?" + }, + "3": { + "question": "Di che materiale è fatta questa panchina?", + "mappings": { + "5": { + "then": "Materiale: acciaio" + }, + "4": { + "then": "Materiale: plastica" + }, + "3": { + "then": "Materiale: cemento" + }, + "2": { + "then": "Materiale: pietra" + }, + "1": { + "then": "Materiale: metallo" + }, + "0": { + "then": "Materiale: legno" + } + }, + "render": "Materiale: {material}" + }, + "2": { + "question": "Quanti posti ha questa panchina?", + "render": "{seats} posti" + }, + "1": { + "question": "Questa panchina ha lo schienale?", + "mappings": { + "1": { + "then": "Schienale: No" + }, + "0": { + "then": "Schienale: Sì" + } + }, + "render": "Schienale" + } + }, + "title": { + "render": "Panchina" + }, + "name": "Panchine" + } +}