From 11b562bab3c9cc9857a751e0f9b51ae31b13ecc0 Mon Sep 17 00:00:00 2001 From: el_libre como el chaval Date: Sun, 10 Apr 2022 22:11:02 +0000 Subject: [PATCH] Translated using Weblate (Catalan) Currently translated at 7.0% (31 of 437 strings) Translation: MapComplete/themes Translate-URL: https://hosted.weblate.org/projects/mapcomplete/themes/ca/ --- langs/themes/ca.json | 115 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 114 insertions(+), 1 deletion(-) diff --git a/langs/themes/ca.json b/langs/themes/ca.json index 475988277..1e3b11864 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -40,10 +40,123 @@ } } } + }, + "overrideAll": { + "units+": { + "0": { + "applicableUnits": { + "0": { + "human": " metre" + }, + "1": { + "human": " peus" + } + } + } + } } }, "personal": { "description": "Crea una interfície basada en totes les capes disponibles de totes les interfícies", "title": "Interfície personal" + }, + "cyclestreets": { + "title": "Carrers ciclistes", + "layers": { + "0": { + "name": "Carrers ciclistes" + }, + "2": { + "title": { + "render": "Carrer" + } + } + } + }, + "openwindpowermap": { + "layers": { + "0": { + "title": { + "mappings": { + "0": { + "then": "{name}" + } + } + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": " megavats" + }, + "1": { + "human": " quilovats" + }, + "2": { + "human": " vats" + }, + "3": { + "human": " gigavats" + } + } + }, + "1": { + "applicableUnits": { + "0": { + "human": " metre" + } + } + } + } + } + }, + "title": "OpenWindPowerMap" + }, + "postboxes": { + "layers": { + "0": { + "name": "Bústies", + "title": { + "render": "Bústia" + } + } + } + }, + "sidewalks": { + "layers": { + "0": { + "name": "Voreres" + } + } + }, + "benches": { + "title": "Bancs" + }, + "playgrounds": { + "title": "Parcs infantils" + }, + "hackerspaces": { + "layers": { + "0": { + "title": { + "mappings": { + "0": { + "then": " {name}" + } + } + }, + "tagRenderings": { + "hackerspaces-opening_hours": { + "render": "{opening_hours_table()}" + } + } + } + } + }, + "campersite": { + "title": "Llocs d'acampada" + }, + "trees": { + "title": "Arbres" } -} \ No newline at end of file +}