Translation sync

This commit is contained in:
Pieter Vander Vennet 2021-05-28 12:42:59 +02:00
commit 504a210707
25 changed files with 1707 additions and 323 deletions

View file

@ -3,7 +3,8 @@
"name": {
"en": "Monitoring stations",
"nl": "Telstation",
"fr": "Stations de contrôle"
"fr": "Stations de contrôle",
"it": "Stazioni di monitoraggio"
},
"minzoom": 12,
"source": {
@ -18,7 +19,8 @@
"render": {
"nl": "Fietstelstation",
"en": "Bicycle counting station",
"fr": "Station de comptage de vélo"
"fr": "Station de comptage de vélo",
"it": "Stazione conta-biciclette"
},
"mappings": [
{
@ -26,7 +28,8 @@
"then": {
"en": "Bicycle counting station {name}",
"nl": "Fietstelstation {name}",
"fr": "Station de comptage de vélo {name}"
"fr": "Station de comptage de vélo {name}",
"it": "Stazione conta-biciclette {name}"
}
},
{
@ -34,7 +37,8 @@
"then": {
"en": "Bicycle counting station {ref}",
"nl": "Fietstelstation {ref}",
"fr": "Station de comptage de vélo {ref}"
"fr": "Station de comptage de vélo {ref}",
"it": "Stazione conta-bicicletta {ref}"
}
}
]