forked from MapComplete/MapComplete
Merge pull request #1036 from weblate/weblate-mapcomplete-layers
Translations update from Hosted Weblate
This commit is contained in:
commit
6edb473fb2
3 changed files with 46 additions and 15 deletions
|
@ -939,7 +939,7 @@
|
|||
"send_email_about_broken_pump": {
|
||||
"render": {
|
||||
"special": {
|
||||
"body": "Hallo,\n\nMit dieser E-Mail möchte ich Ihnen mitteilen, dass die Fahrradpumpe, die sich unter https://mapcomplete.osm.be/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} befindet, kaputt ist.",
|
||||
"body": "Hallo,\n\nMit dieser E-Mail möchte ich Ihnen mitteilen, dass die Fahrradpumpe, die sich unter https://mapcomplete.osm.be/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} befindet, kaputt ist.\n\nMit freundlichen Grüßen",
|
||||
"button_text": "Melde diese Fahrradpumpe als kaputt",
|
||||
"subject": "Fahrradpumpe kaputt"
|
||||
}
|
||||
|
@ -4290,7 +4290,8 @@
|
|||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Millimeter"
|
||||
"human": "Millimeter",
|
||||
"humanSingular": "Millimeter"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4302,11 +4303,41 @@
|
|||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Wie lautet der Name dieses Raums?",
|
||||
"render": "Der Name des Raums lautet {name}"
|
||||
"render": "Der Name des Raums lautet {name}",
|
||||
"freeform": {
|
||||
"placeholder": "Name des Raums"
|
||||
}
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "Raumnummer (z.B. '1.1' oder 'A1')"
|
||||
},
|
||||
"question": "Wie lautet die Nummer dieses Raums?",
|
||||
"render": "Dieser Raum hat die Raumnummer {ref}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Innenbereich {name}"
|
||||
"render": "Innenbereich {name}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Innenraum {name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Innenbereich {name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Innenwand {name}"
|
||||
},
|
||||
"3": {
|
||||
"then": "Innengang {name}"
|
||||
},
|
||||
"4": {
|
||||
"then": "Innentür {name}"
|
||||
},
|
||||
"5": {
|
||||
"then": "Geschoss {name}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"information_board": {
|
||||
|
@ -4689,7 +4720,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Wie hoch ist die zulässige Höchstgeschwindigkeit, die man auf dieser Straße fahren darf?",
|
||||
"render": "Die zulässige Höchstgeschwindigkeit auf dieser Straße ist {canonical(maxspeed)}"
|
||||
"render": "Die zulässige Höchstgeschwindigkeit auf dieser Straße beträgt {canonical(maxspeed)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -259,10 +259,10 @@
|
|||
"bench-backrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Backrest: Yes"
|
||||
"then": "Does have a backresr"
|
||||
},
|
||||
"1": {
|
||||
"then": "Backrest: No"
|
||||
"then": "Does <b>not</b> have a backrest"
|
||||
}
|
||||
},
|
||||
"question": "Does this bench have a backrest?"
|
||||
|
@ -304,22 +304,22 @@
|
|||
"bench-material": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Material: wood"
|
||||
"then": "The seating is made from wood"
|
||||
},
|
||||
"1": {
|
||||
"then": "Material: metal"
|
||||
"then": "The seating is made from metal"
|
||||
},
|
||||
"2": {
|
||||
"then": "Material: stone"
|
||||
"then": "The seating is made from stone"
|
||||
},
|
||||
"3": {
|
||||
"then": "Material: concrete"
|
||||
"then": "The seating is made from concrete"
|
||||
},
|
||||
"4": {
|
||||
"then": "Material: plastic"
|
||||
"then": "The seating is made from plastic"
|
||||
},
|
||||
"5": {
|
||||
"then": "Material: steel"
|
||||
"then": "The seating is made from steel"
|
||||
}
|
||||
},
|
||||
"question": "What is the bench (seating) made from?",
|
||||
|
|
|
@ -402,7 +402,7 @@
|
|||
"then": "Alquilar una bicicleta es gratis"
|
||||
},
|
||||
"1": {
|
||||
"then": "Alquilar una bicicleta cuesta 20€/año y 20€ de fianza"
|
||||
"then": "Alquilar una bicicleta cuesta 20€/año y 20€ de garantía"
|
||||
}
|
||||
},
|
||||
"question": "¿Cuánto cuesta alquilar una bicicleta?",
|
||||
|
@ -4028,4 +4028,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue