Chore: translation sync
This commit is contained in:
parent
0f7549abbe
commit
6c1da50173
43 changed files with 1262 additions and 870 deletions
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "beehive",
|
||||
"name": {
|
||||
"en": "Beehives"
|
||||
"en": "Beehives",
|
||||
"de": "Bienenstöcke"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing beehives"
|
||||
"en": "Layer showing beehives",
|
||||
"de": "Ebene mit Bienenstöcken"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "man_made=beehive"
|
||||
|
@ -34,7 +36,8 @@
|
|||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a beehive"
|
||||
"en": "a beehive",
|
||||
"de": "ein Bienenstock"
|
||||
},
|
||||
"tags": [
|
||||
"man_made=beehive"
|
||||
|
@ -53,17 +56,20 @@
|
|||
"key": "capacity",
|
||||
"type": "pnat",
|
||||
"placeholder": {
|
||||
"en": "Number of beehives"
|
||||
"en": "Number of beehives",
|
||||
"de": "Anzahl der Bienenstöcke"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"en": "There are {capacity} beehives"
|
||||
"en": "There are {capacity} beehives",
|
||||
"de": "Es gibt {capacity} Bienenstöcke"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "capacity=1",
|
||||
"then": {
|
||||
"en": "There is 1 beehive"
|
||||
"en": "There is 1 beehive",
|
||||
"de": "Es gibt 1 Bienenstock"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue