Chore: translation sync and formatting

This commit is contained in:
Pieter Vander Vennet 2023-11-09 16:31:01 +01:00
parent 286578bfc7
commit 85801d9bf1
11 changed files with 438 additions and 381 deletions

View file

@ -201,7 +201,9 @@
"nohousenumber=yes"
]
},
"addExtraTags": ["addr:housenumber="],
"addExtraTags": [
"addr:housenumber="
],
"then": {
"en": "This building has no house number",
"nl": "Dit gebouw heeft geen huisnummer",

View file

@ -1123,7 +1123,9 @@
"pt_BR": "Isso é uma luz de neon"
},
"hideInAnswer": "advertising!=sign",
"addExtraTags": ["lit=no"]
"addExtraTags": [
"lit=no"
]
}
],
"condition": {

View file

@ -7,7 +7,8 @@
"ca": "Una institució financera per a dipositar diners",
"cs": "Finanční instituce pro ukládání peněz",
"he": "מוסד פיננסי להפקדת כסף",
"pl": "Instytucja finansowa pozwalająca wpłacić pieniądze"
"pl": "Instytucja finansowa pozwalająca wpłacić pieniądze",
"pt_BR": "Um instituição financeira para depositar dinheiro"
},
"name": {
"en": "Banks",
@ -18,7 +19,8 @@
"cs": "Banky",
"he": "בנקים",
"eu": "Bankuak",
"pl": "Banki"
"pl": "Banki",
"pt_BR": "Bancos"
},
"title": {
"render": "Bank",
@ -44,7 +46,8 @@
"ca": "Aquest banc té un caixer automàtic?",
"cs": "Má tato banka bankomat?",
"he": "האם לבנק הזה יש כספומט?",
"pl": "Czy ten bank ma bankomat?"
"pl": "Czy ten bank ma bankomat?",
"pt_BR": "Esse banco tem caixa eletrônico?"
},
"mappings": [
{
@ -57,7 +60,8 @@
"ca": "Aquest banc té un caixer automàtic",
"cs": "Tato banka má bankomat",
"he": "לבנק הזה יש כספומט",
"pl": "Ten bank ma bankomat"
"pl": "Ten bank ma bankomat",
"pt_BR": "Este banco tem um caixa eletrônico"
}
},
{
@ -69,7 +73,8 @@
"nl": "Deze bank heeft <b>geen</b> bankautomaaat",
"ca": "Aquest banc <b>no</b> té un caixer automàtic",
"cs": "Tato banka <b>nemá bankomat</b>",
"pl": "Ten bank <b>nie ma</b> bankomatu"
"pl": "Ten bank <b>nie ma</b> bankomatu",
"pt_BR": "Este banco <b>não</b> tem um caixa eletrônico"
}
},
{
@ -79,7 +84,8 @@
"de": "Diese Bank hat zwar einen Geldautomaten, aber dieser ist mit einem anderen Symbol dargestellt",
"nl": "Deze bank heeft een bankautomaat, maar deze staat apart op de kaart aangeduid",
"ca": "Aquest banc té un caixer, però està mapejat com a un element diferent",
"cs": "Tato banka má bankomat, ale je namapován jako jiná ikona"
"cs": "Tato banka má bankomat, ale je namapován jako jiná ikona",
"pt_BR": "Este banco tem um caixa eletrônico, mas está mapeado como um ícone diferente"
}
}
]
@ -99,7 +105,8 @@
"ca": "Amb un caixer automàtic",
"cs": "S bankomatem",
"he": "עם כספומט",
"pl": "Za pomocą bankomatu"
"pl": "Za pomocą bankomatu",
"pt_BR": "Com um caixa eletrônico"
},
"osmTags": "atm=yes"
}

View file

@ -180,7 +180,9 @@
},
{
"if": "backrest=no",
"addExtraTags": ["two_sided="],
"addExtraTags": [
"two_sided="
],
"then": {
"en": "Does <b>not</b> have a backrest",
"de": "Die Sitzbank hat <b>keine</b> Rückenlehne",
@ -255,7 +257,9 @@
"freeform": {
"key": "seats",
"type": "nat",
"addExtraTags": ["seats:separated="]
"addExtraTags": [
"seats:separated="
]
},
"question": {
"en": "How many seats does this bench have?",
@ -284,7 +288,9 @@
"mappings": [
{
"if": "seats:separated=no",
"addExtraTags": ["seats="],
"addExtraTags": [
"seats="
],
"then": {
"en": "This bench does not have separated seats",
"nl": "Deze bank is niet ingedeeld in aparte zitplaatsen",

View file

@ -178,7 +178,6 @@
},
{
"if": "shop=rental",
"then": {
"en": "This is a rental business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus",
"nl": "Dit is een zaak die verschillende voorwerpen en/of voertuigen verhuurt, waaronder ook fietsen; al zijn fietsen niet de hoofdfocus",
@ -212,7 +211,9 @@
},
{
"if": "bicycle_rental=docking_station",
"addExtraTags": ["service:bicycle:rental="],
"addExtraTags": [
"service:bicycle:rental="
],
"then": {
"en": "This is an automated docking station, where a bicycle is mechanically locked to a structure",
"nl": "Dit is een docking station waar de fietsen mechanisch in een grotere structuur worden vastgemaakt",
@ -227,7 +228,9 @@
},
{
"if": "bicycle_rental=key_dispensing_machine",
"addExtraTags": ["service:bicycle:rental="],
"addExtraTags": [
"service:bicycle:rental="
],
"then": {
"en": "A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby",
"nl": "Hier is een machine die fietssleutels verdeelt en terugneemt, eventueel na aanmelden of betaling. De fietsen staan in de buurt geparkeerd",
@ -243,7 +246,9 @@
},
{
"if": "bicycle_rental=dropoff_point",
"addExtraTags": ["service:bicycle:rental="],
"addExtraTags": [
"service:bicycle:rental="
],
"then": {
"en": "This is a dropoff point, e.g. a reserved parking to place the bicycles clearly marked as being for the rental service only",
"nl": "Dit is een dropzone, bv. een fietsparkeerplaats die is voorbehouden voor fietsverhuur",

View file

@ -95,7 +95,9 @@
"freeform": {
"key": "name",
"type": "string",
"addExtraTags": ["noname="],
"addExtraTags": [
"noname="
],
"placeholder": {
"en": "Name of the car rental",
"nl": "Naam van de autoverhuur",
@ -118,7 +120,9 @@
"mappings": [
{
"if": "noname=yes",
"addExtraTags": ["name="],
"addExtraTags": [
"name="
],
"then": {
"en": "This car rental has no name",
"nl": "Deze autoverhuur heeft geen naam",

View file

@ -338,7 +338,7 @@
"then": {
"en": "This crossing does not have an island in the middle",
"nl": "Deze oversteekplaats heeft geen verkeerseiland in het midden",
"de": "Diese Ampel hat eine Taste, um ein grünes Signal anzufordern",
"de": "Der Übergang hat <b>keine</b> Verkehrsinsel",
"es": "Este cruce no tiene una isla en el medio",
"fr": "Ce passage n'a pas d'îlot au milieu",
"ca": "Aquest creuament no té una illa al mig",

View file

@ -2031,7 +2031,9 @@
},
{
"id": "internet",
"labels": ["internet-all"],
"labels": [
"internet-all"
],
"question": {
"en": "Does this place offer internet access?",
"nl": "Biedt deze plaats internettoegang aan?",
@ -2137,7 +2139,9 @@
},
{
"id": "internet-fee",
"labels": ["internet-all"],
"labels": [
"internet-all"
],
"condition": {
"and": [
"internet_access!=no",
@ -2214,7 +2218,9 @@
},
{
"id": "internet-ssid",
"labels": ["internet-all"],
"labels": [
"internet-all"
],
"condition": "internet_access=wlan",
"question": {
"en": "What is the network name for the wireless internet access?",
@ -2500,7 +2506,7 @@
{
"if": "diet:lactose_free=no",
"then": {
"en": "This shop has no lactose free offering",
"en": "No lactose free offering",
"de": "Keine laktosefreie Produkte",
"cs": "Žádná nabídka bez laktózy"
}

View file

@ -581,7 +581,9 @@
"mappings": [
{
"if": "recycling_type=container",
"addExtraTags": ["amenity=recycling"],
"addExtraTags": [
"amenity=recycling"
],
"then": {
"en": "This is a recycling container",
"nl": "Dit is een recyclingcontainer",
@ -595,7 +597,9 @@
},
{
"if": "recycling_type=centre",
"addExtraTags": ["amenity=recycling"],
"addExtraTags": [
"amenity=recycling"
],
"then": {
"en": "This is a recycling centre",
"nl": "Dit is een recyclingcentrum",
@ -646,7 +650,9 @@
},
{
"if": "recycling_type=pickup_point",
"addExtraTags": ["amenity=recycling"],
"addExtraTags": [
"amenity=recycling"
],
"then": {
"en": "This is a pickup point. The waste material is placed here without placing it in a dedicated container.",
"nl": "Dit is een verzamelplaats zonder container waar het afval later opgepikt wordt.",
@ -658,7 +664,9 @@
},
{
"if": "recycling_type=dump",
"addExtraTags": ["amenity=recycling"],
"addExtraTags": [
"amenity=recycling"
],
"then": {
"en": "This is a dump where the waste material is stacked.",
"nl": "Dit is een afvalhoop waar het afvalmateriaal bovenop elkaar gestapeld wordt.",

File diff suppressed because it is too large Load diff

View file

@ -7899,6 +7899,23 @@
"question": "When was this object last surveyed?",
"render": "This object was last surveyed on <b>{survey:date}</b>"
},
"vegan": {
"mappings": {
"0": {
"then": "This place <b>only sells vegan</b> products"
},
"1": {
"then": "This shop has a big vegan offering"
},
"2": {
"then": "This shop has a <b>limited vegan</b> offering"
},
"3": {
"then": "This shop has no vegan offering"
}
},
"question": "Does this place offer a vegan option?"
},
"website": {
"question": "What is the website of {title()}?"
},