forked from MapComplete/MapComplete
Merge branch 'develop'
This commit is contained in:
commit
a46b6d1e27
268 changed files with 11667 additions and 9870 deletions
|
@ -246,6 +246,10 @@
|
|||
"loading": "Loading Wikipedia...",
|
||||
"noResults": "Nothing found for <i>{search}</i>",
|
||||
"noWikipediaPage": "This Wikidata item has no corresponding Wikipedia page yet.",
|
||||
"previewbox": {
|
||||
"born": "Born: {value}",
|
||||
"died": "Died: {value}"
|
||||
},
|
||||
"searchWikidata": "Search on Wikidata",
|
||||
"wikipediaboxTitle": "Wikipedia"
|
||||
}
|
||||
|
@ -359,6 +363,7 @@
|
|||
"autoApply": "When changing the attributes {attr_names}, these attributes will automatically be changed on {count} other objects too"
|
||||
},
|
||||
"notes": {
|
||||
"addAComment": "Add a comment",
|
||||
"addComment": "Add comment",
|
||||
"addCommentAndClose": "Add comment and close",
|
||||
"addCommentPlaceholder": "Add a comment...",
|
||||
|
@ -525,6 +530,15 @@
|
|||
"split": "Split",
|
||||
"splitTitle": "Choose on the map where to split this road"
|
||||
},
|
||||
"translations": {
|
||||
"activateButton": "Help to translate MapComplete",
|
||||
"completeness": "Translations for {theme} in {language} are at {percentage}%: {translated} strings out of {total} are translated",
|
||||
"deactivate": "Disable translation buttons",
|
||||
"help": "Click the 'translate'-icon next to a string to enter or update a piece of text. You need a Weblate-account for this. Create one with your OSM-username to automatically unlock translation mode.",
|
||||
"isTranslator": "Translation mode is active as your username matches the name of a previous translator",
|
||||
"missing": "{count} untranslated strings",
|
||||
"notImmediate": "Translations are not updated directly. This typically takes a few days"
|
||||
},
|
||||
"validation": {
|
||||
"color": {
|
||||
"description": "A color or hexcode"
|
||||
|
|
|
@ -1062,6 +1062,9 @@
|
|||
},
|
||||
"question": "Are there tools here to repair your own bike?"
|
||||
},
|
||||
"bike_shop-access": {
|
||||
"render": "Only accessible to {access}"
|
||||
},
|
||||
"bike_shop-email": {
|
||||
"question": "What is the email address of {name}?"
|
||||
},
|
||||
|
@ -4409,6 +4412,22 @@
|
|||
}
|
||||
},
|
||||
"description": "A shop",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Only show shops selling {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Only show shops with name {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Shop",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
|
|
@ -1062,6 +1062,9 @@
|
|||
},
|
||||
"question": "Biedt deze winkel gereedschap aan om je fiets zelf te herstellen?"
|
||||
},
|
||||
"bike_shop-access": {
|
||||
"render": "Enkel voor {access}"
|
||||
},
|
||||
"bike_shop-email": {
|
||||
"question": "Wat is het email-adres van {name}?"
|
||||
},
|
||||
|
|
|
@ -860,9 +860,6 @@
|
|||
"hailhydrant": {
|
||||
"title": "Brandkranen, brandblussers, brandweerposten en ambulanceposten"
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"title": "Wijzigingen gemaakt met MapComplete"
|
||||
},
|
||||
"maps": {
|
||||
"description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.<br/><br/>Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen.",
|
||||
"shortDescription": "Een kaart met alle kaarten die OpenStreetMap kent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue