forked from MapComplete/MapComplete
Chore: translation reset
This commit is contained in:
parent
fa5df1f0f7
commit
c7a07e6f00
6 changed files with 150 additions and 7 deletions
|
@ -460,7 +460,8 @@
|
|||
"activateButton": "Hjælp med at oversætte MapComplete",
|
||||
"missing": "{count} uoversatte strenge"
|
||||
},
|
||||
"userinfo": {},
|
||||
"userinfo": {
|
||||
},
|
||||
"validation": {
|
||||
"color": {
|
||||
"description": "En farve eller hex-kode"
|
||||
|
|
|
@ -150,7 +150,8 @@
|
|||
"split": {
|
||||
"cancel": "Batal"
|
||||
},
|
||||
"translations": {},
|
||||
"translations": {
|
||||
},
|
||||
"validation": {
|
||||
"date": {
|
||||
"description": "Tanggal, dimulai dari tahun"
|
||||
|
|
|
@ -6409,7 +6409,7 @@
|
|||
"name": "Gravestones",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A tombstone is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.",
|
||||
"description": "A grave is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.",
|
||||
"title": "a tombstone"
|
||||
}
|
||||
},
|
||||
|
@ -9748,6 +9748,36 @@
|
|||
"question": "Who can use this recycling facility?",
|
||||
"render": "This recycling facility can be used by {access}"
|
||||
},
|
||||
"colour": {
|
||||
"freeform": {
|
||||
"placeholder": "Colour of the container"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This recycling container is coloured blue"
|
||||
},
|
||||
"1": {
|
||||
"then": "This recycling container is coloured green"
|
||||
},
|
||||
"2": {
|
||||
"then": "This recycling container is coloured maroon"
|
||||
},
|
||||
"3": {
|
||||
"then": "This recycling container is coloured yellow"
|
||||
},
|
||||
"4": {
|
||||
"then": "This recycling container is coloured red"
|
||||
},
|
||||
"5": {
|
||||
"then": "This recycling container is coloured black"
|
||||
},
|
||||
"6": {
|
||||
"then": "This recycling container is coloured white"
|
||||
}
|
||||
},
|
||||
"question": "What color is this recycling container?",
|
||||
"render": "This recycling container is {colour}"
|
||||
},
|
||||
"container-location": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -12178,6 +12208,41 @@
|
|||
"questionHint": "This is measured between the floor and the top of the changing table",
|
||||
"render": "The changing table is {canonical(changing_table:adult:height)} high"
|
||||
},
|
||||
"adult-changing-table-max_height": {
|
||||
"question": "What is the highest height the adult changing table can be moved to?",
|
||||
"questionHint": "This is measured between the floor and the top of the changing table",
|
||||
"render": "The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}"
|
||||
},
|
||||
"adult-changing-table-mechanism": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The height of the adult changing table is adjusted <b>manually</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "The height of the adult changing table is adjusted <b>electrically</b>"
|
||||
}
|
||||
},
|
||||
"question": "How is the height of the changing table adjusted?"
|
||||
},
|
||||
"adult-changing-table-min_height": {
|
||||
"question": "What is the lowest height the adult changing table can be moved to?",
|
||||
"questionHint": "This is measured between the floor and the top of the changing table",
|
||||
"render": "The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}"
|
||||
},
|
||||
"adult-changing-table-support": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The changing table is mounted to the wall"
|
||||
},
|
||||
"1": {
|
||||
"then": "The changing table stands on table legs"
|
||||
},
|
||||
"2": {
|
||||
"then": "The changing table stands on table legs <b>with wheels</b> and can be moved"
|
||||
}
|
||||
},
|
||||
"question": "How is the adult changing table supported?"
|
||||
},
|
||||
"adult-changing-table-title": {
|
||||
"render": "<h3>Adult changing table</h3>"
|
||||
},
|
||||
|
|
|
@ -5766,6 +5766,13 @@
|
|||
"render": "Jouw traject"
|
||||
}
|
||||
},
|
||||
"grave": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een grafsteen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "Hackerspace",
|
||||
"name": "Hackerspace",
|
||||
|
@ -8255,6 +8262,36 @@
|
|||
"question": "Wie kan deze recyclingfaciliteit gebruiken?",
|
||||
"render": "Deze recyclingfaciliteit kan gebruikt worden door {access}"
|
||||
},
|
||||
"colour": {
|
||||
"freeform": {
|
||||
"placeholder": "Kleur van de container"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze recyclingcontainer is blauw gekleurd"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze recyclingcontainer is groen gekleurd"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze recyclingcontainer is kastanjebruin gekleurd"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze recyclingcontainer is geel gekleurd"
|
||||
},
|
||||
"4": {
|
||||
"then": "Deze recyclingcontainer is rood gekleurd"
|
||||
},
|
||||
"5": {
|
||||
"then": "Deze recyclingcontainer is zwart gekleurd"
|
||||
},
|
||||
"6": {
|
||||
"then": "Deze recyclingcontainer is wit gekleurd"
|
||||
}
|
||||
},
|
||||
"question": "Welke kleur heeft deze recyclingcontainer?",
|
||||
"render": "Deze recyclingcontainer is {colour}"
|
||||
},
|
||||
"container-location": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -9758,6 +9795,41 @@
|
|||
"questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel",
|
||||
"render": "De verzorgingstafel is {canonical(changing_table:adult:height)} hoog"
|
||||
},
|
||||
"adult-changing-table-max_height": {
|
||||
"question": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?",
|
||||
"questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel",
|
||||
"render": "De hoogste stand van de verzorgingstafel is {canonical(changing_table:adult:max_height)} hoog"
|
||||
},
|
||||
"adult-changing-table-mechanism": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "De hoogte van de verzorgingstafel wordt <b>met de hand</b> aangepast"
|
||||
},
|
||||
"1": {
|
||||
"then": "De verzorgingstafel wordt <b>door een electrische motor</b> in hoogte versteld"
|
||||
}
|
||||
},
|
||||
"question": "Hoe wordt de hoogte van de verzorgingstafel aangepast?"
|
||||
},
|
||||
"adult-changing-table-min_height": {
|
||||
"question": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?",
|
||||
"questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel",
|
||||
"render": "De laagste stand van de verzorgingstafel is {canonical(changing_table:adult:min_height)} hoog"
|
||||
},
|
||||
"adult-changing-table-support": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "De verschoningstafel voor volwassenen hangt vast aan de muur"
|
||||
},
|
||||
"1": {
|
||||
"then": "De verschoningstafel voor volwassenen staat op tafelpoten"
|
||||
},
|
||||
"2": {
|
||||
"then": "De verschoningstafel voor volwassenen staat op tafelpoten <b>met wielen</b> en kan verplaatst worden"
|
||||
}
|
||||
},
|
||||
"question": "Hoe is de verschoningstafel in de ruimte geplaatst?"
|
||||
},
|
||||
"adult-changing-table-title": {
|
||||
"render": "<h3>Verzorgingstafel voor volwassenen</h3>"
|
||||
},
|
||||
|
|
|
@ -274,7 +274,8 @@
|
|||
"importInspector": {
|
||||
"title": "Inspiser og håndter importnotater"
|
||||
},
|
||||
"importLayer": {},
|
||||
"importLayer": {
|
||||
},
|
||||
"index": {
|
||||
"intro": "MapComplete er en OpenStreetMap-viser og redigerer, som viser deg info om funksjoner for et gitt tema og tillater oppdatering av det.",
|
||||
"logIn": "Logg inn for å vise tema du har besøkt tidligere",
|
||||
|
@ -369,7 +370,8 @@
|
|||
"activateButton": "Bistå oversettelsen av MapComplete",
|
||||
"missing": "{count} uoversatte strenger"
|
||||
},
|
||||
"userinfo": {},
|
||||
"userinfo": {
|
||||
},
|
||||
"validation": {
|
||||
"color": {
|
||||
"description": "En farge eller heksadesimal kode"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue