Merge branch 'master' into waste-theme
This commit is contained in:
commit
b10d947072
698 changed files with 286316 additions and 22399 deletions
|
@ -59,7 +59,7 @@
|
|||
"confirmButton": "Fügen Sie hier eine {category} hinzu.<br><div class=\"alert\">Ihre Ergänzung ist für alle sichtbar</div>",
|
||||
"openLayerControl": "Das Ebenen-Kontrollkästchen öffnen",
|
||||
"layerNotEnabled": "Die Ebene {layer} ist nicht aktiviert. Aktivieren Sie diese Ebene, um einen Punkt hinzuzufügen",
|
||||
"addNewMapLabel": "Neues Element hinzufügen",
|
||||
"addNewMapLabel": "Hier klicken, um ein neues Element hinzuzufügen",
|
||||
"presetInfo": "Der neue POI hat {tags}",
|
||||
"disableFiltersExplanation": "Einige Elemente können durch einen Filter ausgeblendet sein",
|
||||
"disableFilters": "Alle Filter deaktivieren",
|
||||
|
|
879
langs/en.json
879
langs/en.json
|
@ -1,430 +1,467 @@
|
|||
{
|
||||
"image": {
|
||||
"addPicture": "Add picture",
|
||||
"uploadingPicture": "Uploading your picture…",
|
||||
"uploadingMultiple": "Uploading {count} pictures…",
|
||||
"pleaseLogin": "Please log in to add a picture",
|
||||
"willBePublished": "Your picture will be published: ",
|
||||
"cco": "in the public domain",
|
||||
"ccbs": "under the CC-BY-SA-license",
|
||||
"ccb": "under the CC-BY-license",
|
||||
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
|
||||
"respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
|
||||
"uploadDone": "Your picture has been added. Thanks for helping out!",
|
||||
"uploadMultipleDone": "{count} pictures have been added. Thanks for helping out!",
|
||||
"dontDelete": "Cancel",
|
||||
"doDelete": "Remove image",
|
||||
"isDeleted": "Deleted",
|
||||
"toBig": "Your image is too large as it is {actual_size}. Please use images of at most {max_size}"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Loading data…",
|
||||
"zoomIn": "Zoom in to view or edit the data",
|
||||
"ready": "Done!",
|
||||
"retrying": "Loading data failed. Trying again in {count} seconds…"
|
||||
},
|
||||
"index": {
|
||||
"#": "These texts are shown above the theme buttons when no theme is loaded",
|
||||
"title": "Welcome to MapComplete",
|
||||
"featuredThemeTitle": "Featured this week",
|
||||
"intro": "MapComplete is an OpenStreetMap-viewer and editor, which shows you information about features of a specific theme and allows to update it.",
|
||||
"pickTheme": "Pick a theme below to get started.",
|
||||
"logIn": "Log in to see other themes you previously visited"
|
||||
},
|
||||
"split": {
|
||||
"split": "Split",
|
||||
"cancel": "Cancel",
|
||||
"inviteToSplit": "Split this road in smaller segments. This allows to give different properties to parts of the road.",
|
||||
"loginToSplit": "You must be logged in to split a road",
|
||||
"splitTitle": "Choose on the map where to split this road",
|
||||
"hasBeenSplit": "This way has been split"
|
||||
},
|
||||
"delete": {
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"isDeleted": "This feature is deleted",
|
||||
"cannotBeDeleted": "This feature can not be deleted",
|
||||
"loginToDelete": "You must be logged in to delete a point",
|
||||
"safeDelete": "This point can be safely deleted.",
|
||||
"isntAPoint": "Only points can be deleted, the selected feature is a way, area or relation.",
|
||||
"onlyEditedByLoggedInUser": "This point has only be edited by yourself, you can safely delete it.",
|
||||
"notEnoughExperience": "This point was made by someone else.",
|
||||
"useSomethingElse": "Use another OpenStreetMap-editor to delete it instead",
|
||||
"partOfOthers": "This point is part of some way or relation and can not be deleted directly.",
|
||||
"loading": "Inspecting properties to check if this feature can be deleted.",
|
||||
"whyDelete": "Why should this point be deleted?",
|
||||
"reasons": {
|
||||
"test": "This was a testing point - the feature was never actually there",
|
||||
"disused": "This feature is disused or removed",
|
||||
"notFound": "This feature couldn't be found",
|
||||
"duplicate": "This point is a duplicate of another feature"
|
||||
"image": {
|
||||
"addPicture": "Add picture",
|
||||
"uploadingPicture": "Uploading your picture…",
|
||||
"uploadingMultiple": "Uploading {count} pictures…",
|
||||
"pleaseLogin": "Please log in to add a picture",
|
||||
"willBePublished": "Your picture will be published ",
|
||||
"cco": "in the public domain",
|
||||
"ccbs": "under the CC-BY-SA-license",
|
||||
"ccb": "under the CC-BY-license",
|
||||
"ccoExplanation": "Adding a picture in the public domain implies that anyone can do anything with your picture",
|
||||
"ccbsExplanation": "The CC-BY-SA license implies that anyone may use your picture for any purpose, but they have to attribute you and remixes of the picture have to be republished under the same license",
|
||||
"ccbExplanation": "The CC-BY license implies that anyone may use your picture for any purpose, but they have to attribute you",
|
||||
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
|
||||
"respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
|
||||
"uploadDone": "Your picture has been added. Thanks for helping out!",
|
||||
"uploadMultipleDone": "{count} pictures have been added. Thanks for helping out!",
|
||||
"dontDelete": "Cancel",
|
||||
"doDelete": "Remove image",
|
||||
"isDeleted": "Deleted",
|
||||
"toBig": "Your image is too large as it is {actual_size}. Please use images of at most {max_size}"
|
||||
},
|
||||
"explanations": {
|
||||
"selectReason": "Please, select why this feature should be deleted",
|
||||
"hardDelete": "This point will be deleted in OpenStreetMap. It can be recovered by an experienced contributor",
|
||||
"softDelete": "This feature will be updated and hidden from this application. <span class='subtle'>{reason}</span>"
|
||||
"centerMessage": {
|
||||
"loadingData": "Loading data…",
|
||||
"zoomIn": "Zoom in to view or edit the data",
|
||||
"ready": "Done!",
|
||||
"retrying": "Loading data failed. Trying again in {count} seconds…"
|
||||
},
|
||||
"readMessages": "You have unread messages. Read these before deleting a point - someone might have feedback"
|
||||
},
|
||||
"general": {
|
||||
"loading": "Loading...",
|
||||
"pdf": {
|
||||
"generatedWith": "Generated with MapComplete.osm.be",
|
||||
"attr": "Map data © OpenStreetMap Contributors, reusable under ODbL",
|
||||
"attrBackground": "Background layer: {background}",
|
||||
"versionInfo": "v{version} - generated on {date}"
|
||||
"index": {
|
||||
"#": "These texts are shown above the theme buttons when no theme is loaded",
|
||||
"title": "Welcome to MapComplete",
|
||||
"featuredThemeTitle": "Featured this week",
|
||||
"intro": "MapComplete is an OpenStreetMap-viewer and editor, which shows you information about features of a specific theme and allows to update it.",
|
||||
"pickTheme": "Pick a theme below to get started.",
|
||||
"logIn": "Log in to see other themes you previously visited"
|
||||
},
|
||||
"loginWithOpenStreetMap": "Login with OpenStreetMap",
|
||||
"welcomeBack": "You are logged in, welcome back!",
|
||||
"loginToStart": "Log in to answer this question",
|
||||
"openStreetMapIntro": "<h3>An Open Map</h3><p>One that everyone can use and edit freely. A single place to store all geo-info. Different, small, incompatible and outdated maps are not needed anywhere.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is not the enemy map. The map data can be used freely (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). Everyone can add new data and fix errors. This website uses OpenStreetMap. All the data is from there, and your answers and corrections are used all over.</p><p>Many people and apps already use OpenStreetMap: <a href='https://organicmaps.app/' target='_blank'>Organic Maps</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap.</p>",
|
||||
"search": {
|
||||
"search": "Search a location",
|
||||
"searching": "Searching…",
|
||||
"nothing": "Nothing found…",
|
||||
"error": "Something went wrong…"
|
||||
"split": {
|
||||
"split": "Split",
|
||||
"cancel": "Cancel",
|
||||
"inviteToSplit": "Split this road in smaller segments. This allows to give different properties to parts of the road.",
|
||||
"loginToSplit": "You must be logged in to split a road",
|
||||
"splitTitle": "Choose on the map where to split this road",
|
||||
"hasBeenSplit": "This way has been split"
|
||||
},
|
||||
"returnToTheMap": "Return to the map",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"skip": "Skip this question",
|
||||
"oneSkippedQuestion": "One question is skipped",
|
||||
"skippedQuestions": "Some questions are skipped",
|
||||
"number": "number",
|
||||
"osmLinkTooltip": "Browse this object on OpenStreetMap for history and more editing options",
|
||||
"add": {
|
||||
"addNewMapLabel": "Click here to add a new item",
|
||||
"disableFiltersExplanation": "Some features might be hidden by a filter",
|
||||
"disableFilters": "Disable all filters",
|
||||
"addNew": "Add a new {category} here",
|
||||
"presetInfo": "The new POI will have {tags}",
|
||||
"warnVisibleForEveryone": "Your addition will be visible for everyone",
|
||||
"title": "Add a new point?",
|
||||
"intro": "You clicked somewhere where no data is known yet.<br/>",
|
||||
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
|
||||
"zoomInFurther": "Zoom in further to add a point.",
|
||||
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
|
||||
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
|
||||
"confirmButton": "Add a {category} here.<br/><div class='alert'>Your addition is visible for everyone</div>",
|
||||
"openLayerControl": "Open the layer control box",
|
||||
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point",
|
||||
"hasBeenImported": "This point has already been imported",
|
||||
"importTags": "The element will receive {tags}",
|
||||
"zoomInMore": "Zoom in more to import this feature",
|
||||
"wrongType": "This element is not a point or a way and can not be imported",
|
||||
"import": {
|
||||
"officialThemesOnly": "The import button is disabled for unofficial themes to prevent accidents",
|
||||
"howToTest": "To test, add <b>test=true</b> or <b>backend=osm-test</b> to the URL. The changeset will be printed in the console. Please open a PR to officialize this theme to actually enable the import button.",
|
||||
"hasBeenImported": "This object has been imported",
|
||||
"importTags": "The element will receive {tags}",
|
||||
"zoomInMore": "Zoom in more to import this feature",
|
||||
"wrongType": "This element is not a point or a way and can not be imported"
|
||||
}
|
||||
},
|
||||
"pickLanguage": "Choose a language: ",
|
||||
"about": "Easily edit and add OpenStreetMap for a certain theme",
|
||||
"nameInlineQuestion": "The name of this {category} is $$$",
|
||||
"noNameCategory": "{category} without a name",
|
||||
"questions": {
|
||||
"phoneNumberOf": "What is the phone number of {category}?",
|
||||
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"websiteOf": "What is the website of {category}?",
|
||||
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"emailOf": "What is the email address of {category}?",
|
||||
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||
"requestATheme": "If you want a custom-built theme, request it in the issue tracker",
|
||||
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Create your own MapComplete theme from scratch",
|
||||
"previouslyHiddenTitle": "Previously visited hidden themes",
|
||||
"hiddenExplanation": "These themes are only accessible to those with the link. You have discovered {hidden_discovered} of {total_hidden} hidden themes."
|
||||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
|
||||
"addToHomeScreen": "<h3>Add to your home screen</h3>You can easily add this website to your smartphone home screen for a native feel. Click the 'Add to home screen' button in the URL bar to do this.",
|
||||
"embedIntro": "<h3>Embed on your website</h3>Please, embed this map into your website. <br/>We encourage you to do it - you don't even have to ask permission. <br/> It is free, and always will be. The more people are using this, the more valuable it becomes.",
|
||||
"copiedToClipboard": "Link copied to clipboard",
|
||||
"thanksForSharing": "Thanks for sharing!",
|
||||
"editThisTheme": "Edit this theme",
|
||||
"editThemeDescription": "Add or change questions to this map theme",
|
||||
"fsUserbadge": "Enable the login button",
|
||||
"fsSearch": "Enable the search bar",
|
||||
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
|
||||
"fsLayers": "Enable the layer control",
|
||||
"fsLayerControlToggle": "Start with the layer control expanded",
|
||||
"fsAddNew": "Enable the 'add new POI' button",
|
||||
"fsGeolocation": "Enable the 'geolocate-me' button (mobile only)",
|
||||
"fsIncludeCurrentBackgroundMap": "Include the current background choice <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Include the current layer choices",
|
||||
"fsIncludeCurrentLocation": "Include current location"
|
||||
},
|
||||
"attribution": {
|
||||
"attributionTitle": "Attribution notice",
|
||||
"attributionContent": "<p>All data is provided by <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, freely reusable under <a href='https://osm.org/copyright' target='_blank'>the Open DataBase License</a>.</p>",
|
||||
"themeBy": "Theme maintained by {author}",
|
||||
"iconAttribution": {
|
||||
"title": "Used icons"
|
||||
},
|
||||
"mapContributionsBy": "The current visible data has edits made by {contributors}",
|
||||
"mapContributionsByAndHidden": "The current visible data has edits made by {contributors} and {hiddenCount} more contributors",
|
||||
"codeContributionsBy": "MapComplete has been built by {contributors} and <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} more contributors</a>",
|
||||
"openOsmcha": "See latest edits made with {theme}",
|
||||
"openMapillary": "Open Mapillary here",
|
||||
"openIssueTracker": "File a bug",
|
||||
"josmOpened": "JOSM is opened",
|
||||
"josmNotOpened": "JOSM could not be reached. Make sure it is opened and remote control is enabled",
|
||||
"editJosm": "Edit here with JOSM",
|
||||
"editId": "Open the OpenStreetMap online editor here",
|
||||
"donate": "Support MapComplete financially"
|
||||
},
|
||||
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new point.",
|
||||
"fewChangesBefore": "Please, answer a few questions of existing points before adding a new point.",
|
||||
"goToInbox": "Open inbox",
|
||||
"removeLocationHistory": "Delete the location history",
|
||||
"getStartedLogin": "Log in with OpenStreetMap to get started",
|
||||
"getStartedNewAccount": " or <a href='https://www.openstreetmap.org/user/new' target='_blank'>create a new account</a>",
|
||||
"noTagsSelected": "No tags selected",
|
||||
"testing": "Testing - changes won't be saved",
|
||||
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
|
||||
"aboutMapcomplete": "<h3>About MapComplete</h3><p>Use it to add OpenStreetMap info on a <b>single theme.</b> Answer questions, and within minutes your contributions are available everywhere. The <b>theme maintainer</b> defines elements, questions and languages for it.</p><h3>Find out more</h3><p>MapComplete always <b>offers the next step</b> to learn more about OpenStreetMap.<ul><li>When embedded in a website, the iframe links to a full-screen MapComplete</li><li>The fullscreen version offers info about OpenStreetMap</li><li>Viewing works without login, but editing requires an OSM account.</li><li>If you are not logged in, you are asked to do so</li><li>Once you answered a single question, you can add new points to the map</li><li>After a while, actual OSM-tags are shown, later linking to the wiki</li></ul></p><br/><p>Did you notice <b>an issue</b>? Do you have a <b>feature request</b>? Want to <b>help translate</b>? Head over to <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>the source code</a> or <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>issue tracker.</a> </p><p> Want to see <b>your progress</b>? Follow the edit count on <a href='{osmcha_link}' target='_blank' >OsmCha</a>.</p>",
|
||||
"backgroundMap": "Background map",
|
||||
"openTheMap": "Open the map",
|
||||
"loginOnlyNeededToEdit": "if you want to edit the map",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Zoom in to see this layer",
|
||||
"title": "Select layers"
|
||||
},
|
||||
"download": {
|
||||
"title": "Download visible data",
|
||||
"downloadAsPdf": "Download a PDF of the current map",
|
||||
"downloadAsPdfHelper": "Ideal to print the current map",
|
||||
"downloadGeojson": "Download visible data as GeoJSON",
|
||||
"downloadGpx": "Download as GPX-file",
|
||||
"downloadGpxHelper": "A GPX-file can be used with most navigation devices and applications",
|
||||
"uploadGpx": "Upload your track to OpenStreetMap",
|
||||
"exporting": "Exporting…",
|
||||
"downloadGeoJsonHelper": "Compatible with QGIS, ArcGIS, ESRI, …",
|
||||
"downloadCSV": "Download visible data as CSV",
|
||||
"downloadCSVHelper": "Compatible with LibreOffice Calc, Excel, …",
|
||||
"includeMetaData": "Include metadata (last editor, calculated values, …)",
|
||||
"licenseInfo": "<h3>Copyright notice</h3>The provided data is available under ODbL. Reusing it is gratis for any purpose, but <ul><li>the attribution <b>© OpenStreetMap contributors</b> is required</li><li>Any change must be use the license</li></ul> Please read the full <a href='https://www.openstreetmap.org/copyright' target='_blank'>copyright notice</a> for details.",
|
||||
"noDataLoaded": "No data is loaded yet. Download will be available soon",
|
||||
"downloadFeatureAsGpx": "Download as GPX-file",
|
||||
"downloadFeatureAsGeojson": "Download as GeoJson-file"
|
||||
},
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"monday": "Mon",
|
||||
"tuesday": "Tue",
|
||||
"wednesday": "Wed",
|
||||
"thursday": "Thu",
|
||||
"friday": "Fri",
|
||||
"saturday": "Sat",
|
||||
"sunday": "Sun"
|
||||
},
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Error: could not visualize these opening hours.",
|
||||
"open_during_ph": "During a public holiday, this is",
|
||||
"opensAt": "from",
|
||||
"openTill": "till",
|
||||
"not_all_rules_parsed": "These opening hours are complicated. The following rules are ignored in the input element:",
|
||||
"closed_until": "Closed until {date}",
|
||||
"closed_permanently": "Closed for an unkown duration",
|
||||
"open_24_7": "Opened around the clock",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "closed",
|
||||
"ph_open": "opened",
|
||||
"ph_open_as_usual": "opened as usual",
|
||||
"loadingCountry": "Determining country…"
|
||||
},
|
||||
"histogram": {
|
||||
"error_loading": "Could not load the histogram"
|
||||
},
|
||||
"wikipedia": {
|
||||
"wikipediaboxTitle": "Wikipedia",
|
||||
"failed": "Loading the Wikipedia entry failed",
|
||||
"loading": "Loading Wikipedia...",
|
||||
"noWikipediaPage": "This Wikidata item has no corresponding Wikipedia page yet.",
|
||||
"searchWikidata": "Search on Wikidata",
|
||||
"noResults": "Nothing found for <i>{search}</i>",
|
||||
"doSearch": "Search above to see results",
|
||||
"createNewWikidata": "Create a new Wikidata item"
|
||||
},
|
||||
"apply_button": {
|
||||
"isApplied": "The changes are applied",
|
||||
"appliedOnAnotherObject": "The object {id} will receive {tags}"
|
||||
}
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Your personal theme</h3>Activate your favourite layers from all the official themes",
|
||||
"loginNeeded": "<h3>Log in</h3>A personal layout is only available for OpenStreetMap users",
|
||||
"reload": "Reload the data"
|
||||
},
|
||||
"reviews": {
|
||||
"title": "{count} reviews",
|
||||
"title_singular": "One review",
|
||||
"name_required": "A name is required in order to display and create reviews",
|
||||
"no_reviews_yet": "There are no reviews yet. Be the first to write one and help open data and the business!",
|
||||
"write_a_comment": "Leave a review…",
|
||||
"no_rating": "No rating given",
|
||||
"posting_as": "Posting as",
|
||||
"i_am_affiliated": "<span>I am affiliated with this object</span><br/><span class='subtle'>Check if you are an owner, creator, employee, …</span>",
|
||||
"affiliated_reviewer_warning": "(Affiliated review)",
|
||||
"saving_review": "Saving…",
|
||||
"saved": "<span class='thanks'>Review saved. Thanks for sharing!</span>",
|
||||
"tos": "If you create a review, you agree to <a href='https://mangrove.reviews/terms' target='_blank'>the TOS and privacy policy of Mangrove.reviews</a>",
|
||||
"attribution": "Reviews are powered by <a href='https://mangrove.reviews/' target='_blank'>Mangrove Reviews</a> and are available under <a href='https://mangrove.reviews/terms#8-licensing-of-content' target='_blank'>CC-BY 4.0</a>.",
|
||||
"plz_login": "Log in to leave a review"
|
||||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "When changing the attributes {attr_names}, these attributes will automatically be changed on {count} other objects too"
|
||||
},
|
||||
"move": {
|
||||
"loginToMove": "You must be logged in to move a point",
|
||||
"inviteToMoveAgain": "Move this point again",
|
||||
"moveTitle": "Move this point",
|
||||
"whyMove": "Why do you want to move this point?",
|
||||
"confirmMove": "Move here",
|
||||
"pointIsMoved": "The point has been moved",
|
||||
"zoomInFurther": "Zoom in further to confirm this move",
|
||||
"selectReason": "Why do you move this object?",
|
||||
"reasons": {
|
||||
"reasonRelocation": "The object has been relocated to a totally different location",
|
||||
"reasonInaccurate": "The location of this object is inaccurate and should be moved a few meter"
|
||||
},
|
||||
"inviteToMove": {
|
||||
"generic": "Move this point",
|
||||
"reasonInaccurate": "Improve the accuracy of this point",
|
||||
"reasonRelocation": "Move this object to a another place because it has relocated"
|
||||
},
|
||||
"cannotBeMoved": "This feature cannot be moved.",
|
||||
"isWay": "This feature is a way. Use another OpenStreetMap editor to move it.",
|
||||
"isRelation": "This feature is a relation and can not be moved",
|
||||
"partOfAWay": "This feature is part of another way. Use another editor to move it.",
|
||||
"partOfRelation": "This feature is part of a relation. Use another editor to move it.",
|
||||
"cancel": "Cancel move"
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacy policy",
|
||||
"intro": "Privacy is important - for both the individual and for society. MapComplete tries to respect your privacy as much as possible - up to the point no annoying cookie banner is needed. However, we still would like to inform you which information is gathered and shared, under which circumstances and why these trade-offs are made.",
|
||||
"trackingTitle": "Statistical data",
|
||||
"tracking": "To gather some insight in whom visits our website, some technical information is collected. This is included the country you visited the webpage from, which website referred you to MapComplete, the type of your device and the screensize. A coockie is placed on your device to indicate that you visited MapComplete earlier today. This data is not detailed enough to personally identify you. These statistics are only available to anyone in aggregate and are <a href='https://pietervdvn.goatcounter.com' target='_blank'>publicly available to anyone</a>",
|
||||
"geodataTitle": "Your geolocation",
|
||||
"geodata": "When MapComplete gets your geolocation, your geolocation and previously visited locations stay on your device. Your location data is never automatically sent to anywhere else - unless some (future) functionality clearly states otherwise.",
|
||||
"editingTitle": "When making changes",
|
||||
"editing": "When you make a change to the map, this change is recorded on OpenStreetMap and is publicly available to anyone. A changeset made with MapComplete includes the following data: <ul><li>The changes you made</li><li>Your username</li><li>When this change is made</li><li>The theme you used while making the change</li><li>The language of the user interface</li><li>An indication of how close you were to changed objects. Other mappers can use this information to determine if a change was made based on survey or on remote research</li></ul> Please refer to <a href='https://wiki.osmfoundation.org/wiki/Privacy_Policy' target='_blank'>the privacy policy on OpenStreetMap.org</a> for detailed information. We'd like to remind you that you can use a fictional name when signing up.",
|
||||
"miscCookiesTitle": "Other cookies",
|
||||
"miscCookies": "MapComplete integrates with various other services, especially to load images of features. Images are hosted on various third-party servers, which might set cookies on their own.",
|
||||
"whileYoureHere": "Do you care about privacy?",
|
||||
"surveillance": "As you are reading the privacy policy, you probably care about privacy - so do we! We even made <a href='https://mapcomplete.osm.be/surveillance'>a theme showing surveillance cameras.</a> Feel free to map them all!"
|
||||
},
|
||||
"professional": {
|
||||
"backToMapcomplete": "Back to the theme overview",
|
||||
"title": "Professional support with MapComplete",
|
||||
"intro": "The developer of MapComplete offers professional support. This document outlines some of the possibilities, common questions and the boundaries of MapComplete",
|
||||
"osmTitle": "What can OpenStreetMap and MapComplete do for your organisation?",
|
||||
"text0": "<p>Maintaining a set of up-to-date geodata is hard, error prone and expensive.<br/>To add insult to injury, many organizations end up collecting the same data independently - resulting in duplicated efforts, non-standardized data formats and many incomplete, unmaintained datasets.</p><p>At the same time, there is a huge community which gathers a lot of geodata into one shared, global and standardized database - namely OpenStreetMap.org.</p>",
|
||||
"text1": "<p>MapComplete is the editor to make contributing data to OpenStreetMap easy.</p>",
|
||||
"aboutOsm": {
|
||||
"aboutOsm": {
|
||||
"title": "What is OpenStreetMap?",
|
||||
"intro": "OpenStreetMap is a shared, global database, built by volunteers. All geodata can be contributed to OpenStreetMap, as long as <b>it can be verified on the ground</b>.<br/> OpenStreetMap has grown to be a very broad and deep dataset as it contains data over thousands of categories of objects.An individual object might also have a ton of attributes, bringing a lot of nuance, e.g.:",
|
||||
"li0": "Streets have geometry, but might also have information about the maxspeed, surface, wether they are lit, their name, a link to Wikipedia, a link to what they are named after, which hiking-, cycle- and busroutes run over theme",
|
||||
"li1": "Shops and other amenities might have opening hours, a phone number, a link to the website, which payment methods are supported, what they sell, which services they offer, ...",
|
||||
"li2": "Toilets might have information about wheelchair accessibility, a changing table, if payment is needed, ...",
|
||||
"li3": "and much, much more..."
|
||||
},
|
||||
"benefits": {
|
||||
"title": "Benefits of the OSM-ecosystem",
|
||||
"intro": "It can be very hard to leave your own dataset behind, as building this dataset often took a lot of time and effort.<br/>However, the benefits of switching over to OSM are huge:",
|
||||
"li0": "You are not alone anymore to gather and maintain this dataset - a whole community is at your side",
|
||||
"li1": "Your data will reach a bigger audience then ever via Bing Maps, Apple Maps, Facebook, Instagram, Pokemon Go, OsmAnd, Organic Maps, Maps.me, Mapbox, Komoot, nearly all cycle-applications, ...",
|
||||
"li2": "Many governement organisations and municipalities use OpenStreetMap on their websites too"
|
||||
},
|
||||
"license": {
|
||||
"title": "The license",
|
||||
"intro": "OpenStreetMap is licensed under the Open Database License. The <a href='https://osm.org/copyright' target='_blank'>full copyright text</a> can be summarized as following:",
|
||||
"li0": "A product using OpenStreetMap data must give attribution.",
|
||||
"li1": "OpenStreetMap-data must remain <i>open</i>. This means that data of a map containing OpenStreetMap data can be copied again.",
|
||||
"outro": "The license has a few implications - these are explained below."
|
||||
},
|
||||
"vandalism": {
|
||||
"title": "What about vandalism?",
|
||||
"intro": "As anyone can edit the data, it is indeed possible that a malicious change is made. However, this is extremely rare for a few reasons:",
|
||||
"li0": "the technical barrier to make changes is high",
|
||||
"li1": "a small malicious change has low impact, thus little reward for a vandal",
|
||||
"li2": "a high impact change is quickly noticed and reverted since so many people use this data",
|
||||
"li3": "all changes are tracked and tied to a single user. A repeating offender is quickly banned",
|
||||
"li4": "In Belgium (and some other countries), the first edit by a new contributor is systematically checked and corrected if needed."
|
||||
}
|
||||
},
|
||||
"aboutMc": {
|
||||
"title": "Using MapComplete in your organization",
|
||||
"text0": "If an existing MapComplete theme is what you, feel free to use it or embed it on your website. Embedding the public themes is free and always will be.",
|
||||
"text1": "Do you need some other data, but does the theme not exist yet? The MapComplete-developers can <b>build it for you</b> on a decent budget. Get in touch via <a href='mailto:pietervdvn@posteo.net'>email</a>, <a href='https://github.com/pietervdvn/MapComplete/issues'>github</a> or <a href'https://www.openstreetmap.org/message/new/Pieter%20Vander%20Vennet'>send a message via osm.org</a>",
|
||||
"text2": "If you still feel unsure, the possibilities are outlined below. Additionally, some common questions are answered",
|
||||
"layers": {
|
||||
"title": "What data can be shown with MapComplete?",
|
||||
"intro": "<p>MapComplete has a powerful templating system, which allows to quickly create a map showing precisely those features that you need and showing relevant attributes in the popups.</p><p>This data can be fetched from <b>OpenStreetMap</b> directly, but MapComplete can also use <b>external datasets</b> - e.g. to compare OpenStreetMap with another dataset or to show data that is not suited for OpenStreetMap (planned activities, statistics, ...)"
|
||||
},
|
||||
"survey": {
|
||||
"title": "Survey possibilities",
|
||||
"intro": "<p>MapComplete is an easy to use <i>survey</i> tool. It is ideal to collect the necessary in a few clicks, both on desktop and on mobile. This data is contributed directly into OpenStreetMap.</p><p>We can setup a <b>custom survey tool</b>, asking precisely the data you need in a future-proof way.</p><p>Do you have a dataset that has to be (re)surveyed? This is the perfect moment to make the switch to OpenStreetMap.MapComplete can show your dataset and OpenStreetMap at the same time, making it easier to visit all the locations and to see what the community already contributed.</p>\n"
|
||||
},
|
||||
"internalUse": {
|
||||
"title": "Using the data in internal processes",
|
||||
"intro": "<p>Once the data is in OpenStreetMap, you'll probably want to use the data as well. Your MapComplete theme can have a convenient <i>export</i>-button, offering to download the data in many open formats usable in QGis, ArcGis, Excel, LibreOffice-calc, ...</p><p>Someone with basic spreadsheet-skills can thus easily create graphs and insights about the data, whereas the GIS-experts within your organisation can easily work with this data in their preferred application.</p><p>If an automated setup is needed, a free-to-use, community-run API is available.</p>"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"title": "MapComplete services",
|
||||
"intro": "The developer of MapComplete can help you with the following services:",
|
||||
"li0": "Setting up a theme tailored for your need",
|
||||
"li1": "Help with setting up the internal data flow to integrate OpenStreetMap",
|
||||
"li2": "Training on how to contribute data with MapComplete",
|
||||
"li3": "Advanced training (e.g. for the GIS-team) on how to add advanced data to OpenStreetMap",
|
||||
"li4": "Training on how to download filtered data from OpenStreetMap",
|
||||
"outro": "These services are offered at competitive prices. A simple theme without extra support can be setup for as little €2000, and a small additional yearly hosting cost."
|
||||
},
|
||||
"drawbacks": {
|
||||
"title": "A few drawbacks to keep in mind",
|
||||
"intro": "While joining this community has tremendous benefits, there are a few topics to carefully consider.",
|
||||
"unsuitedData": {
|
||||
"title": "Data not suited for OpenStreetMap",
|
||||
"intro": "The basic rule for OpenStreetMap is that all data must be <b>verifiable on the ground</b> and are somewhat permanent. This implies that some data <i>cannot</i> be sent to OpenStreetMap directly - but some workarounds exist.",
|
||||
"li0": "Subjective data (such as reviews) are not suited for OpenStreetMap. However, MapComplete has an integration with <a href='https://mangrove.reviews/'>Mangrove.reviews</a>, an openly licensed review website",
|
||||
"li1": "Events of a few days, road works that are planned next month are thus <i>not</i> recorded, neither are road works which only last a few days.",
|
||||
"li2": "Temporal data (e.g. statistics of air quality, traffic intensity, ...) can not stored on OpenStreetMap as they are hard to verify by a volunteer. Note that, if this data is available elsewhere, it can still be visualized within MapComplete as extra layer."
|
||||
},
|
||||
"licenseNuances": {
|
||||
"title": "Implications of ODbL: some use cases",
|
||||
"intro": "OpenStreetMap is licensed unter the Open Database License which states that:",
|
||||
"li0": "All data can be reused for any purpose - including commercial purposes",
|
||||
"li1": "Applications or products using OpenStreetMap should give a clear copyright notice",
|
||||
"li2": "Any dataset or product which contains OpenStreetMap-data must be republished under ODbL too, including modifications to this dataset and in a usable format.",
|
||||
"outro": "This has a few implications which should be considered for some usecases, as explained below",
|
||||
"usecaseMapDifferentSources": {
|
||||
"title": "Creating a map from different sources",
|
||||
"intro": "<p>For example, one could make a map with all benches in some city, based on the benches known by OpenStreetMap. This printed map needs a clear statement that the map data is based on OpenStreetMap. Selling these maps is permitted.If the mapmaker notices that the benches are missing in some area and adds them on the printed map, the data on the missing benches are automatically open data too. This means that an OpenStreetMap-contributor is allowed to take the paper map and use it to add the missing benches back into OpenStreetMap.</p><p>This contributor also has the right to ask for the dataset of the missing benches, which should be provided too.</p><p>If the mapmaker notices that the benches are missing in some area and adds them on the printed map, the data on the missing benches are automatically open data too. This means that an OpenStreetMap-contributor is allowed to take the paper map and use it to add the missing benches back into OpenStreetMap. This contributor also has the right to ask for the dataset of the missing benches, which should be provided too.</p><p>Of course, a map with only benches can be boring. The mapmaker might also decide to add in a layer with shops, possibly sourced from another geodata provider under another license. This is permitted to, if the map clearly states that the benches are sourced from OSM (under ODBL) and the shops have a different source (eventually with an all rights reserved).</p><p>However, mixing two datasets into one undistinguishible layer might not be permitted. For example, the mapmaker migth find that OSM has excellent data on benches in one part of the city and the closed-source provider might have excellent data on benches in another part of the city, merging these datasets into one could be problematic: </p>",
|
||||
"li0": "the open license would require the modifications to be openly republished...",
|
||||
"li1": "...whereas the all-rights-reserved license would prohibit this.",
|
||||
"outro": "As a result, this kind of mixing is not allowed"
|
||||
"delete": {
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"isDeleted": "This feature is deleted",
|
||||
"cannotBeDeleted": "This feature can not be deleted",
|
||||
"loginToDelete": "You must be logged in to delete a point",
|
||||
"safeDelete": "This point can be safely deleted.",
|
||||
"isntAPoint": "Only points can be deleted, the selected feature is a way, area or relation.",
|
||||
"onlyEditedByLoggedInUser": "This point has only be edited by yourself, you can safely delete it.",
|
||||
"notEnoughExperience": "This point was made by someone else.",
|
||||
"useSomethingElse": "Use another OpenStreetMap-editor to delete it instead",
|
||||
"partOfOthers": "This point is part of some way or relation and can not be deleted directly.",
|
||||
"loading": "Inspecting properties to check if this feature can be deleted.",
|
||||
"whyDelete": "Why should this point be deleted?",
|
||||
"reasons": {
|
||||
"test": "This was a testing point - the feature was never actually there",
|
||||
"disused": "This feature is disused or removed",
|
||||
"notFound": "This feature couldn't be found",
|
||||
"duplicate": "This point is a duplicate of another feature"
|
||||
},
|
||||
"usecaseGatheringOpenData": {
|
||||
"title": "Gathering open data",
|
||||
"intro": "MapComplete is an excellent way to create Open Data, also for governments. By default, this data will be freely redistributable under the ODbL. However, if there is a requirement to publish the gathered data under a <i>public domain</i>-license (where <b>all</b> rights are granted to the public and no attribution is required), the ODbL is too restrictive. In this case, one can ask the contributors to add data as Public Domain (e.g. by informing them in the mapcomplete theme). "
|
||||
"explanations": {
|
||||
"selectReason": "Please, select why this feature should be deleted",
|
||||
"hardDelete": "This point will be deleted in OpenStreetMap. It can be recovered by an experienced contributor",
|
||||
"softDelete": "This feature will be updated and hidden from this application. <span class='subtle'>{reason}</span>"
|
||||
},
|
||||
"readMessages": "You have unread messages. Read these before deleting a point - someone might have feedback"
|
||||
},
|
||||
"general": {
|
||||
"loading": "Loading...",
|
||||
"pdf": {
|
||||
"generatedWith": "Generated with MapComplete.osm.be",
|
||||
"attr": "Map data © OpenStreetMap Contributors, reusable under ODbL",
|
||||
"attrBackground": "Background layer: {background}",
|
||||
"versionInfo": "v{version} - generated on {date}"
|
||||
},
|
||||
"loginWithOpenStreetMap": "Login with OpenStreetMap",
|
||||
"welcomeBack": "You are logged in, welcome back!",
|
||||
"loginToStart": "Log in to answer this question",
|
||||
"openStreetMapIntro": "<h3>An Open Map</h3><p>One that everyone can use and edit freely. A single place to store all geo-info. Different, small, incompatible and outdated maps are not needed anywhere.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is not the enemy map. The map data can be used freely (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). Everyone can add new data and fix errors. This website uses OpenStreetMap. All the data is from there, and your answers and corrections are used all over.</p><p>Many people and apps already use OpenStreetMap: <a href='https://organicmaps.app/' target='_blank'>Organic Maps</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap.</p>",
|
||||
"search": {
|
||||
"search": "Search a location",
|
||||
"searching": "Searching…",
|
||||
"nothing": "Nothing found…",
|
||||
"error": "Something went wrong…"
|
||||
},
|
||||
"returnToTheMap": "Return to the map",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"skip": "Skip this question",
|
||||
"oneSkippedQuestion": "One question is skipped",
|
||||
"skippedQuestions": "Some questions are skipped",
|
||||
"number": "number",
|
||||
"osmLinkTooltip": "Browse this object on OpenStreetMap for history and more editing options",
|
||||
"add": {
|
||||
"addNewMapLabel": "Click here to add a new item",
|
||||
"disableFiltersExplanation": "Some features might be hidden by a filter",
|
||||
"disableFilters": "Disable all filters",
|
||||
"addNew": "Add a new {category} here",
|
||||
"presetInfo": "The new POI will have {tags}",
|
||||
"warnVisibleForEveryone": "Your addition will be visible for everyone",
|
||||
"title": "Add a new point?",
|
||||
"intro": "You clicked somewhere where no data is known yet.<br/>",
|
||||
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
|
||||
"zoomInFurther": "Zoom in further to add a point.",
|
||||
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
|
||||
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
|
||||
"confirmButton": "Add a {category} here.<br/><div class='alert'>Your addition is visible for everyone</div>",
|
||||
"openLayerControl": "Open the layer control box",
|
||||
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point",
|
||||
"hasBeenImported": "This point has already been imported",
|
||||
"importTags": "The element will receive {tags}",
|
||||
"zoomInMore": "Zoom in more to import this feature",
|
||||
"wrongType": "This element is not a point or a way and can not be imported",
|
||||
"import": {
|
||||
"officialThemesOnly": "The import button is disabled for unofficial themes to prevent accidents",
|
||||
"howToTest": "To test, add <b>test=true</b> or <b>backend=osm-test</b> to the URL. The changeset will be printed in the console. Please open a PR to officialize this theme to actually enable the import button.",
|
||||
"hasBeenImported": "This object has been imported",
|
||||
"importTags": "The element will receive {tags}",
|
||||
"zoomInMore": "Zoom in more to import this feature",
|
||||
"wrongType": "This element is not a point or a way and can not be imported"
|
||||
}
|
||||
},
|
||||
"pickLanguage": "Choose a language: ",
|
||||
"about": "Easily edit and add OpenStreetMap for a certain theme",
|
||||
"nameInlineQuestion": "The name of this {category} is $$$",
|
||||
"noNameCategory": "{category} without a name",
|
||||
"questions": {
|
||||
"phoneNumberOf": "What is the phone number of {category}?",
|
||||
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"websiteOf": "What is the website of {category}?",
|
||||
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"emailOf": "What is the email address of {category}?",
|
||||
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||
"requestATheme": "If you want a custom-built theme, request it in the issue tracker",
|
||||
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Create your own MapComplete theme from scratch",
|
||||
"previouslyHiddenTitle": "Previously visited hidden themes",
|
||||
"hiddenExplanation": "These themes are only accessible to those with the link. You have discovered {hidden_discovered} of {total_hidden} hidden themes."
|
||||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
|
||||
"addToHomeScreen": "<h3>Add to your home screen</h3>You can easily add this website to your smartphone home screen for a native feel. Click the 'Add to home screen' button in the URL bar to do this.",
|
||||
"embedIntro": "<h3>Embed on your website</h3>Please, embed this map into your website. <br/>We encourage you to do it - you don't even have to ask permission. <br/> It is free, and always will be. The more people are using this, the more valuable it becomes.",
|
||||
"copiedToClipboard": "Link copied to clipboard",
|
||||
"thanksForSharing": "Thanks for sharing!",
|
||||
"editThisTheme": "Edit this theme",
|
||||
"editThemeDescription": "Add or change questions to this map theme",
|
||||
"fsUserbadge": "Enable the login button",
|
||||
"fsSearch": "Enable the search bar",
|
||||
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
|
||||
"fsLayers": "Enable the layer control",
|
||||
"fsLayerControlToggle": "Start with the layer control expanded",
|
||||
"fsAddNew": "Enable the 'add new POI' button",
|
||||
"fsGeolocation": "Enable the 'geolocate-me' button (mobile only)",
|
||||
"fsIncludeCurrentBackgroundMap": "Include the current background choice <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Include the current layer choices",
|
||||
"fsIncludeCurrentLocation": "Include current location"
|
||||
},
|
||||
"attribution": {
|
||||
"attributionTitle": "Attribution notice",
|
||||
"attributionContent": "<p>All data is provided by <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, freely reusable under <a href='https://osm.org/copyright' target='_blank'>the Open DataBase License</a>.</p>",
|
||||
"themeBy": "Theme maintained by {author}",
|
||||
"iconAttribution": {
|
||||
"title": "Used icons"
|
||||
},
|
||||
"mapContributionsBy": "The current visible data has edits made by {contributors}",
|
||||
"mapContributionsByAndHidden": "The current visible data has edits made by {contributors} and {hiddenCount} more contributors",
|
||||
"codeContributionsBy": "MapComplete has been built by {contributors} and <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} more contributors</a>",
|
||||
"openOsmcha": "See latest edits made with {theme}",
|
||||
"openMapillary": "Open Mapillary here",
|
||||
"openIssueTracker": "File a bug",
|
||||
"josmOpened": "JOSM is opened",
|
||||
"josmNotOpened": "JOSM could not be reached. Make sure it is opened and remote control is enabled",
|
||||
"editJosm": "Edit here with JOSM",
|
||||
"editId": "Open the OpenStreetMap online editor here",
|
||||
"donate": "Support MapComplete financially"
|
||||
},
|
||||
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new point.",
|
||||
"fewChangesBefore": "Please, answer a few questions of existing points before adding a new point.",
|
||||
"goToInbox": "Open inbox",
|
||||
"removeLocationHistory": "Delete the location history",
|
||||
"getStartedLogin": "Log in with OpenStreetMap to get started",
|
||||
"getStartedNewAccount": " or <a href='https://www.openstreetmap.org/user/new' target='_blank'>create a new account</a>",
|
||||
"noTagsSelected": "No tags selected",
|
||||
"testing": "Testing - changes won't be saved",
|
||||
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
|
||||
"aboutMapcomplete": "<h3>About MapComplete</h3><p>Use it to add OpenStreetMap info on a <b>single theme.</b> Answer questions, and within minutes your contributions are available everywhere. The <b>theme maintainer</b> defines elements, questions and languages for it.</p><h3>Find out more</h3><p>MapComplete always <b>offers the next step</b> to learn more about OpenStreetMap.<ul><li>When embedded in a website, the iframe links to a full-screen MapComplete</li><li>The fullscreen version offers info about OpenStreetMap</li><li>Viewing works without login, but editing requires an OSM account.</li><li>If you are not logged in, you are asked to do so</li><li>Once you answered a single question, you can add new points to the map</li><li>After a while, actual OSM-tags are shown, later linking to the wiki</li></ul></p><br/><p>Did you notice <b>an issue</b>? Do you have a <b>feature request</b>? Want to <b>help translate</b>? Head over to <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>the source code</a> or <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>issue tracker.</a> </p><p> Want to see <b>your progress</b>? Follow the edit count on <a href='{osmcha_link}' target='_blank' >OsmCha</a>.</p>",
|
||||
"backgroundMap": "Background map",
|
||||
"openTheMap": "Open the map",
|
||||
"loginOnlyNeededToEdit": "if you want to edit the map",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Zoom in to see this layer",
|
||||
"title": "Select layers"
|
||||
},
|
||||
"download": {
|
||||
"title": "Download visible data",
|
||||
"downloadAsPdf": "Download a PDF of the current map",
|
||||
"downloadAsPdfHelper": "Ideal to print the current map",
|
||||
"downloadGeojson": "Download visible data as GeoJSON",
|
||||
"downloadGpx": "Download as GPX-file",
|
||||
"downloadGpxHelper": "A GPX-file can be used with most navigation devices and applications",
|
||||
"uploadGpx": "Upload your track to OpenStreetMap",
|
||||
"exporting": "Exporting…",
|
||||
"downloadGeoJsonHelper": "Compatible with QGIS, ArcGIS, ESRI, …",
|
||||
"downloadCSV": "Download visible data as CSV",
|
||||
"downloadCSVHelper": "Compatible with LibreOffice Calc, Excel, …",
|
||||
"includeMetaData": "Include metadata (last editor, calculated values, …)",
|
||||
"licenseInfo": "<h3>Copyright notice</h3>The provided data is available under ODbL. Reusing it is gratis for any purpose, but <ul><li>the attribution <b>© OpenStreetMap contributors</b> is required</li><li>Any change must be use the license</li></ul> Please read the full <a href='https://www.openstreetmap.org/copyright' target='_blank'>copyright notice</a> for details.",
|
||||
"noDataLoaded": "No data is loaded yet. Download will be available soon",
|
||||
"downloadFeatureAsGpx": "Download as GPX-file",
|
||||
"downloadFeatureAsGeojson": "Download as GeoJson-file"
|
||||
},
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"monday": "Mon",
|
||||
"tuesday": "Tue",
|
||||
"wednesday": "Wed",
|
||||
"thursday": "Thu",
|
||||
"friday": "Fri",
|
||||
"saturday": "Sat",
|
||||
"sunday": "Sun"
|
||||
},
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Error: could not visualize these opening hours.",
|
||||
"open_during_ph": "During a public holiday, this is",
|
||||
"opensAt": "from",
|
||||
"openTill": "till",
|
||||
"not_all_rules_parsed": "These opening hours are complicated. The following rules are ignored in the input element:",
|
||||
"closed_until": "Closed until {date}",
|
||||
"closed_permanently": "Closed for an unkown duration",
|
||||
"open_24_7": "Opened around the clock",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "closed",
|
||||
"ph_open": "opened",
|
||||
"ph_open_as_usual": "opened as usual",
|
||||
"loadingCountry": "Determining country…"
|
||||
},
|
||||
"histogram": {
|
||||
"error_loading": "Could not load the histogram"
|
||||
},
|
||||
"wikipedia": {
|
||||
"wikipediaboxTitle": "Wikipedia",
|
||||
"failed": "Loading the Wikipedia entry failed",
|
||||
"loading": "Loading Wikipedia...",
|
||||
"noWikipediaPage": "This Wikidata item has no corresponding Wikipedia page yet.",
|
||||
"searchWikidata": "Search on Wikidata",
|
||||
"noResults": "Nothing found for <i>{search}</i>",
|
||||
"doSearch": "Search above to see results",
|
||||
"createNewWikidata": "Create a new Wikidata item"
|
||||
},
|
||||
"apply_button": {
|
||||
"isApplied": "The changes are applied",
|
||||
"appliedOnAnotherObject": "The object {id} will receive {tags}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Your personal theme</h3>Activate your favourite layers from all the official themes",
|
||||
"loginNeeded": "<h3>Log in</h3>A personal layout is only available for OpenStreetMap users",
|
||||
"reload": "Reload the data"
|
||||
},
|
||||
"reviews": {
|
||||
"title": "{count} reviews",
|
||||
"title_singular": "One review",
|
||||
"name_required": "A name is required in order to display and create reviews",
|
||||
"no_reviews_yet": "There are no reviews yet. Be the first to write one and help open data and the business!",
|
||||
"write_a_comment": "Leave a review…",
|
||||
"no_rating": "No rating given",
|
||||
"posting_as": "Posting as",
|
||||
"i_am_affiliated": "<span>I am affiliated with this object</span><br/><span class='subtle'>Check if you are an owner, creator, employee, …</span>",
|
||||
"affiliated_reviewer_warning": "(Affiliated review)",
|
||||
"saving_review": "Saving…",
|
||||
"saved": "<span class='thanks'>Review saved. Thanks for sharing!</span>",
|
||||
"tos": "If you create a review, you agree to <a href='https://mangrove.reviews/terms' target='_blank'>the TOS and privacy policy of Mangrove.reviews</a>",
|
||||
"attribution": "Reviews are powered by <a href='https://mangrove.reviews/' target='_blank'>Mangrove Reviews</a> and are available under <a href='https://mangrove.reviews/terms#8-licensing-of-content' target='_blank'>CC-BY 4.0</a>.",
|
||||
"plz_login": "Log in to leave a review"
|
||||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "When changing the attributes {attr_names}, these attributes will automatically be changed on {count} other objects too"
|
||||
},
|
||||
"move": {
|
||||
"loginToMove": "You must be logged in to move a point",
|
||||
"inviteToMoveAgain": "Move this point again",
|
||||
"moveTitle": "Move this point",
|
||||
"whyMove": "Why do you want to move this point?",
|
||||
"confirmMove": "Move here",
|
||||
"pointIsMoved": "The point has been moved",
|
||||
"zoomInFurther": "Zoom in further to confirm this move",
|
||||
"selectReason": "Why do you move this object?",
|
||||
"reasons": {
|
||||
"reasonRelocation": "The object has been relocated to a totally different location",
|
||||
"reasonInaccurate": "The location of this object is inaccurate and should be moved a few meter"
|
||||
},
|
||||
"inviteToMove": {
|
||||
"generic": "Move this point",
|
||||
"reasonInaccurate": "Improve the accuracy of this point",
|
||||
"reasonRelocation": "Move this object to a another place because it has relocated"
|
||||
},
|
||||
"cannotBeMoved": "This feature cannot be moved.",
|
||||
"isWay": "This feature is a way. Use another OpenStreetMap editor to move it.",
|
||||
"isRelation": "This feature is a relation and can not be moved",
|
||||
"partOfAWay": "This feature is part of another way. Use another editor to move it.",
|
||||
"partOfRelation": "This feature is part of a relation. Use another editor to move it.",
|
||||
"cancel": "Cancel move"
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacy policy",
|
||||
"intro": "Privacy is important - for both the individual and for society. MapComplete tries to respect your privacy as much as possible - up to the point no annoying cookie banner is needed. However, we still would like to inform you which information is gathered and shared, under which circumstances and why these trade-offs are made.",
|
||||
"trackingTitle": "Statistical data",
|
||||
"tracking": "To gather some insight in whom visits our website, some technical information is collected. This is included the country you visited the webpage from, which website referred you to MapComplete, the type of your device and the screensize. A cookie is placed on your device to indicate that you visited MapComplete earlier today. This data is not detailed enough to personally identify you. These statistics are only available to anyone in aggregate and are <a href='https://pietervdvn.goatcounter.com' target='_blank'>publicly available to anyone</a>",
|
||||
"geodataTitle": "Your geolocation",
|
||||
"geodata": "When MapComplete gets your geolocation, your geolocation and previously visited locations stay on your device. Your location data is never automatically sent to anywhere else - unless some functionality clearly states otherwise.",
|
||||
"editingTitle": "When making changes",
|
||||
"editing": "When you make a change to the map, this change is recorded on OpenStreetMap and is publicly available to anyone. A changeset made with MapComplete includes the following data: <ul><li>The changes you made</li><li>Your username</li><li>When this change is made</li><li>The theme you used while making the change</li><li>The language of the user interface</li><li>An indication of how close you were to changed objects. Other mappers can use this information to determine if a change was made based on survey or on remote research</li></ul> Please refer to <a href='https://wiki.osmfoundation.org/wiki/Privacy_Policy' target='_blank'>the privacy policy on OpenStreetMap.org</a> for detailed information. We'd like to remind you that you can use a fictional name when signing up.",
|
||||
"miscCookiesTitle": "Other cookies",
|
||||
"miscCookies": "MapComplete integrates with various other services, especially to load images of features. Images are hosted on various third-party servers, which might set cookies on their own.",
|
||||
"whileYoureHere": "Do you care about privacy?",
|
||||
"surveillance": "As you are reading the privacy policy, you probably care about privacy - so do we! We even made <a href='https://mapcomplete.osm.be/surveillance'>a theme showing surveillance cameras.</a> Feel free to map them all!"
|
||||
},
|
||||
"professional": {
|
||||
"backToMapcomplete": "Back to the theme overview",
|
||||
"indexPage": {
|
||||
"hook": "Need professional support?",
|
||||
"hookMore": "We can help with setting up surveys, data imports and OpenStreetMap-consultancy",
|
||||
"button": "Discover our services"
|
||||
},
|
||||
"title": "Professional support with MapComplete",
|
||||
"intro": "The developer of MapComplete offers professional support. This document outlines some of the possibilities, common questions and the boundaries of MapComplete",
|
||||
"osmTitle": "What can OpenStreetMap and MapComplete do for your organisation?",
|
||||
"text0": "<p>Maintaining a set of up-to-date geodata is hard, error prone and expensive.<br/>To add insult to injury, many organizations end up collecting the same data independently - resulting in duplicated efforts, non-standardized data formats and many incomplete, unmaintained datasets.</p><p>At the same time, there is a huge community which gathers a lot of geodata into one shared, global and standardized database - namely OpenStreetMap.org.</p>",
|
||||
"text1": "<p>MapComplete is the editor to make contributing data to OpenStreetMap easy.</p>",
|
||||
"aboutOsm": {
|
||||
"aboutOsm": {
|
||||
"title": "What is OpenStreetMap?",
|
||||
"intro": "OpenStreetMap is a shared, global database, built by volunteers. All geodata can be contributed to OpenStreetMap, as long as <b>it can be verified on the ground</b>.<br/> OpenStreetMap has grown to be a very broad and deep dataset as it contains data over thousands of categories of objects.An individual object might also have a ton of attributes, bringing a lot of nuance, e.g.:",
|
||||
"li0": "Streets have geometry, but might also have information about the maxspeed, surface, wether they are lit, their name, a link to Wikipedia, a link to what they are named after, which hiking-, cycle- and busroutes run over theme",
|
||||
"li1": "Shops and other amenities might have opening hours, a phone number, a link to the website, which payment methods are supported, what they sell, which services they offer, …",
|
||||
"li2": "Toilets might have information about wheelchair accessibility, a changing table, if payment is needed, …",
|
||||
"li3": "and much, much more…"
|
||||
},
|
||||
"benefits": {
|
||||
"title": "Benefits of the OSM-ecosystem",
|
||||
"intro": "It can be very hard to leave your own dataset behind, as building this dataset often took a lot of time and effort.<br/>However, the benefits of switching over to OSM are huge:",
|
||||
"li0": "You are not alone anymore to gather and maintain this dataset - a whole community is at your side",
|
||||
"li1": "Your data will reach a bigger audience then ever via Bing Maps, Apple Maps, Facebook, Instagram, Pokemon Go, OsmAnd, Organic Maps, Maps.me, Mapbox, Komoot, nearly all cycle-applications, …",
|
||||
"li2": "Many governement organisations and municipalities use OpenStreetMap on their websites too"
|
||||
},
|
||||
"license": {
|
||||
"title": "The license",
|
||||
"intro": "OpenStreetMap is licensed under the Open Database License. The <a href='https://osm.org/copyright' target='_blank'>full copyright text</a> can be summarized as following:",
|
||||
"li0": "A product using OpenStreetMap data must give attribution.",
|
||||
"li1": "OpenStreetMap-data must remain <i>open</i>. This means that data of a map containing OpenStreetMap data can be copied again.",
|
||||
"outro": "The license has a few implications - these are explained below."
|
||||
},
|
||||
"vandalism": {
|
||||
"title": "What about vandalism?",
|
||||
"intro": "As anyone can edit the data, it is indeed possible that a malicious change is made. However, this is extremely rare for a few reasons:",
|
||||
"li0": "the technical barrier to make changes is high",
|
||||
"li1": "a small malicious change has low impact, thus little reward for a vandal",
|
||||
"li2": "a high impact change is quickly noticed and reverted since so many people use this data",
|
||||
"li3": "all changes are tracked and tied to a single user. A repeating offender is quickly banned",
|
||||
"li4": "In Belgium (and some other countries), the first edit by a new contributor is systematically checked and corrected if needed."
|
||||
}
|
||||
},
|
||||
"aboutMc": {
|
||||
"title": "Using MapComplete in your organization",
|
||||
"text0": "If an existing MapComplete theme is what you, feel free to use it or embed it on your website. Embedding the public themes is free and always will be.",
|
||||
"text1": "Do you need some other data, but does the theme not exist yet? The MapComplete-developers can <b>build it for you</b> on a decent budget. Get in touch via <a href='mailto:pietervdvn@posteo.net'>email</a>, <a href='https://github.com/pietervdvn/MapComplete/issues'>github</a> or <a href'https://www.openstreetmap.org/message/new/Pieter%20Vander%20Vennet'>send a message via osm.org</a>",
|
||||
"text2": "If you still feel unsure, the possibilities are outlined below. Additionally, some common questions are answered",
|
||||
"layers": {
|
||||
"title": "What data can be shown with MapComplete?",
|
||||
"intro": "<p>MapComplete has a powerful templating system, which allows to quickly create a map showing precisely those features that you need and showing relevant attributes in the popups.</p><p>This data can be fetched from <b>OpenStreetMap</b> directly, but MapComplete can also use <b>external datasets</b> - e.g. to compare OpenStreetMap with another dataset or to show data that is not suited for OpenStreetMap (planned activities, statistics, ...)"
|
||||
},
|
||||
"survey": {
|
||||
"title": "Survey possibilities",
|
||||
"intro": "<p>MapComplete is an easy to use <i>survey</i> tool. It is ideal to collect the necessary in a few clicks, both on desktop and on mobile. This data is contributed directly into OpenStreetMap.</p><p>We can setup a <b>custom survey tool</b>, asking precisely the data you need in a future-proof way.</p><p>Do you have a dataset that has to be (re)surveyed? This is the perfect moment to make the switch to OpenStreetMap.MapComplete can show your dataset and OpenStreetMap at the same time, making it easier to visit all the locations and to see what the community already contributed.</p>\n"
|
||||
},
|
||||
"internalUse": {
|
||||
"title": "Using the data in internal processes",
|
||||
"intro": "<p>Once the data is in OpenStreetMap, you'll probably want to use the data as well. Your MapComplete theme can have a convenient <i>export</i>-button, offering to download the data in many open formats usable in QGis, ArcGis, Excel, LibreOffice-calc, ...</p><p>Someone with basic spreadsheet-skills can thus easily create graphs and insights about the data, whereas the GIS-experts within your organisation can easily work with this data in their preferred application.</p><p>If an automated setup is needed, a free-to-use, community-run API is available.</p>"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"title": "MapComplete services",
|
||||
"intro": "The developer of MapComplete can help you with the following services:",
|
||||
"li0": "Setting up a theme tailored for your need",
|
||||
"li1": "Help with setting up the internal data flow to integrate OpenStreetMap",
|
||||
"li2": "Training on how to contribute data with MapComplete",
|
||||
"li3": "Advanced training (e.g. for the GIS-team) on how to add advanced data to OpenStreetMap",
|
||||
"li4": "Training on how to download filtered data from OpenStreetMap",
|
||||
"outro": "These services are offered at competitive prices. A simple theme without extra support can be setup for as little €2000, and a small additional yearly hosting cost."
|
||||
},
|
||||
"drawbacks": {
|
||||
"title": "A few drawbacks to keep in mind",
|
||||
"intro": "While joining this community has tremendous benefits, there are a few topics to carefully consider.",
|
||||
"unsuitedData": {
|
||||
"title": "Data not suited for OpenStreetMap",
|
||||
"intro": "The basic rule for OpenStreetMap is that all data must be <b>verifiable on the ground</b> and are somewhat permanent. This implies that some data <i>cannot</i> be sent to OpenStreetMap directly - but some workarounds exist.",
|
||||
"li0": "Subjective data (such as reviews) are not suited for OpenStreetMap. However, MapComplete has an integration with <a href='https://mangrove.reviews/'>Mangrove.reviews</a>, an openly licensed review website",
|
||||
"li1": "Events of a few days, road works that are planned next month are thus <i>not</i> recorded, neither are road works which only last a few days.",
|
||||
"li2": "Temporal data (e.g. statistics of air quality, traffic intensity, ...) can not stored on OpenStreetMap as they are hard to verify by a volunteer. Note that, if this data is available elsewhere, it can still be visualized within MapComplete as extra layer."
|
||||
},
|
||||
"licenseNuances": {
|
||||
"title": "Implications of ODbL: some use cases",
|
||||
"intro": "OpenStreetMap is licensed unter the Open Database License which states that:",
|
||||
"li0": "All data can be reused for any purpose - including commercial purposes",
|
||||
"li1": "Applications or products using OpenStreetMap should give a clear copyright notice",
|
||||
"li2": "Any dataset or product which contains OpenStreetMap-data must be republished under ODbL too, including modifications to this dataset and in a usable format.",
|
||||
"outro": "This has a few implications which should be considered for some usecases, as explained below",
|
||||
"usecaseMapDifferentSources": {
|
||||
"title": "Creating a map from different sources",
|
||||
"intro": "<p>For example, one could make a map with all benches in some city, based on the benches known by OpenStreetMap. This printed map needs a clear statement that the map data is based on OpenStreetMap. Selling these maps is permitted.If the mapmaker notices that the benches are missing in some area and adds them on the printed map, the data on the missing benches are automatically open data too. This means that an OpenStreetMap-contributor is allowed to take the paper map and use it to add the missing benches back into OpenStreetMap.</p><p>This contributor also has the right to ask for the dataset of the missing benches, which should be provided too.</p><p>If the mapmaker notices that the benches are missing in some area and adds them on the printed map, the data on the missing benches are automatically open data too. This means that an OpenStreetMap-contributor is allowed to take the paper map and use it to add the missing benches back into OpenStreetMap. This contributor also has the right to ask for the dataset of the missing benches, which should be provided too.</p><p>Of course, a map with only benches can be boring. The mapmaker might also decide to add in a layer with shops, possibly sourced from another geodata provider under another license. This is permitted to, if the map clearly states that the benches are sourced from OSM (under ODBL) and the shops have a different source (eventually with an all rights reserved).</p><p>However, mixing two datasets into one undistinguishible layer might not be permitted. For example, the mapmaker migth find that OSM has excellent data on benches in one part of the city and the closed-source provider might have excellent data on benches in another part of the city, merging these datasets into one could be problematic: </p>",
|
||||
"li0": "the open license would require the modifications to be openly republished...",
|
||||
"li1": "...whereas the all-rights-reserved license would prohibit this.",
|
||||
"outro": "As a result, this kind of mixing is not allowed"
|
||||
},
|
||||
"usecaseGatheringOpenData": {
|
||||
"title": "Gathering open data",
|
||||
"intro": "MapComplete is an excellent way to create Open Data, also for governments. By default, this data will be freely redistributable under the ODbL. However, if there is a requirement to publish the gathered data under a <i>public domain</i>-license (where <b>all</b> rights are granted to the public and no attribution is required), the ODbL is too restrictive. In this case, one can ask the contributors to add data as Public Domain (e.g. by informing them in the mapcomplete theme). "
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"isClosed": "This note is resolved",
|
||||
"addCommentPlaceholder": "Add a comment...",
|
||||
"addComment": "Add comment",
|
||||
"addCommentAndClose": "Add comment and close",
|
||||
"closeNote": "Close note",
|
||||
"reopenNote": "Reopen note",
|
||||
"reopenNoteAndComment": "Reopen note and comment",
|
||||
"anonymous": "Anonymous user",
|
||||
"loginToAddComment": "Login to add a comment",
|
||||
"loginToAddPicture": "Login to add a picture",
|
||||
"loginToClose": "Login to close this note",
|
||||
"createNoteTitle": "Create a new note here",
|
||||
"createNote": "Create a new note",
|
||||
"noteIsPublic": "This will be visible to everyone",
|
||||
"createNoteIntro": "Is something wrong or missing on the map? Create a note here. These will be checked by volunteers",
|
||||
"warnAnonymous": "You are not logged in. We won't be able to contact you to resolve your issue.",
|
||||
"notesLayerMustBeEnabled": "The 'notes'-layer is disabled. Enable it to add a note",
|
||||
"isCreated": "Your note has been created!",
|
||||
"noteLayerNotEnabled": "The layer showing notes is not enabled. This layer must be enabled to add a new note",
|
||||
"noteLayerHasFilters": "Some notes might be hidden by a filter",
|
||||
"disableAllNoteFilters": "Disable all filters",
|
||||
"noteLayerDoEnable": "Enable the layer showing notes"
|
||||
},
|
||||
"importLayer": {
|
||||
"layerName": "Possible {title}",
|
||||
"description": "A layer which imports entries for {title}",
|
||||
"popupTitle": "Possible {title}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
111
langs/fr.json
111
langs/fr.json
|
@ -31,7 +31,7 @@
|
|||
"featuredThemeTitle": "Thème de la semaine"
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Se connecter avec OpenStreeMap",
|
||||
"loginWithOpenStreetMap": "Se connecter avec OpenStreetMap",
|
||||
"welcomeBack": "Vous êtes connecté. Bienvenue !",
|
||||
"loginToStart": "Connectez-vous pour répondre à cette question",
|
||||
"search": {
|
||||
|
@ -58,7 +58,14 @@
|
|||
"confirmIntro": "<h3>Ajouter un/une {title} ici?</h3>Le point que vous ajouterez sera <b>visible par tout le monde</b>. Merci de vous assurer que ce point existe réellement. Beaucoup d'autres applications utilisent ces données.",
|
||||
"confirmButton": "Ajouter un/une {category} ici.<br><div class=\"alert\">Votre ajout sera visible par tout le monde</div>",
|
||||
"openLayerControl": "Ouvrir la panneau de contrôle",
|
||||
"layerNotEnabled": "La couche {layer} est désactivée. Activez-la pour ajouter un point"
|
||||
"layerNotEnabled": "La couche {layer} est désactivée. Activez-la pour ajouter un point",
|
||||
"disableFiltersExplanation": "Certains élément peuvent être filtrés",
|
||||
"disableFilters": "Désactiver tous les filtres",
|
||||
"presetInfo": "Le nouveau POI aura {tags}",
|
||||
"addNewMapLabel": "Cliquez ici pour ajouter un élément",
|
||||
"hasBeenImported": "Ce point a déjà été importé",
|
||||
"warnVisibleForEveryone": "Votre ajout sera visible",
|
||||
"zoomInMore": "Zoomez pour importer cet élément"
|
||||
},
|
||||
"pickLanguage": "Choisir la langue : ",
|
||||
"about": "Éditer facilement et ajouter OpenStreetMap pour un certain thème",
|
||||
|
@ -72,7 +79,7 @@
|
|||
"emailOf": "Quelle est l'adresse électronique de {category} ?",
|
||||
"emailIs": "L'adresse électronique de {category} est <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>Une carte ouverte</h3><p>Ne serait-il pas génial d'avoir sur une carte que tout le monde pourrait éditer ouvertement ? Une seule et unique plateforme regroupant toutes les informations géographiques ? Ainsi nous n'aurons plus besoin de toutes ces cartes petites et incompatibles (souvent non mises à jour).</p><p><b><a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> est la carte qu'il vous faut ! Toutes les données de cette carte peuvent être utilisé gratuitement (avec <a href=\"https://osm.org/copyright\" target=\"_blank\"> d'attribution et de publication des changements de données</a>). De plus tout le monde est libre d'ajouter de nouvelles données et de corriger les erreurs. Ce site internet utilise également OpenStreetMap. Toutes les données en proviennent et tous les ajouts et modifications y seront également ajoutés.</p><p>De nombreux individus et applications utilisent déjà OpenStreetMap : <a href=\"https://maps.me/\" target=\"_blank\">Maps.me</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, mais aussi les cartes de Facebook, Instagram, Apple-maps et Bing-maps sont (en partie) supportés par OpenStreetMap. Si vous modifiez quelque chose ici, ces changements seront incorporés dans ces applications dès leurs mises à jour !</p>",
|
||||
"openStreetMapIntro": "<h3>Une carte ouverte</h3><p>Utilisable et éditable librement. Une seule et unique plateforme regroupant toutes les informations géographiques ? Toutes ces différentes cartes isolées, incompatibles et obsolètes ne sont plus utiles.</p><p><b><a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> n’est pas un énième concurrent. Toutes les données de cette carte peuvent être utilisé librement (avec <a href=\"https://osm.org/copyright\" target=\"_blank\"> attribution et publication des changements de données</a>). De plus tout le monde est libre d'ajouter de nouvelles données et corriger les erreurs. Ce site utilise également OpenStreetMap. Toutes les données en proviennent et tous les ajouts et modifications y seront également ajoutés.</p><p>De nombreux individus et applications utilisent déjà OpenStreetMap : <a href=\"https://maps.me/\" target=\"_blank\">Maps.me</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, mais aussi les cartes de Facebook, Instagram, Apple Maps et Bing Maps sont (en partie) alimentées par OpenStreetMap</p>",
|
||||
"attribution": {
|
||||
"attributionTitle": "Crédits",
|
||||
"attributionContent": "<p>Toutes les données sont fournies par <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, librement réutilisables sous <a href='https://osm.org/copyright' target='_blank'>Open DataBase License</a>.</p>",
|
||||
|
@ -86,8 +93,8 @@
|
|||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Partager cette carte</h3> Partagez cette carte en copiant le lien suivant et envoyez-le à vos amis :",
|
||||
"addToHomeScreen": "<h3>Ajouter à votre page d'accueil</h3> Vous pouvez facilement ajouter la carte à votre écran d'accueil de téléphone. Cliquer sur le boutton 'ajouter à l'ecran d'accueil' dans la barre d'adresse pour éffectuer cette tâche.",
|
||||
"embedIntro": "<h3>Incorporer à votre site Web</h3>Ajouter la carte à votre site Web. <br>Nous vous y encourageons – pas besoin de permission.<br> C'est gratuit et pour toujours. Plus des personnes l'utilisent, mieux c'est.",
|
||||
"addToHomeScreen": "<h3>Ajouter à votre page d'accueil</h3>Vous pouvez facilement ajouter la carte à votre écran d'accueil de téléphone. Cliquer sur le bouton 'ajouter à l'écran d'accueil' dans la barre d'adresse pour effectuer cette tâche.",
|
||||
"embedIntro": "<h3>Incorporer à votre site Web</h3>Ajouter la carte à votre site Web. <br>Nous vous y encourageons – pas besoin de permission.<br> C'est gratuit et pour toujours. Plus de personnes l'utilisent, mieux c'est.",
|
||||
"copiedToClipboard": "Lien copié dans le presse-papier",
|
||||
"thanksForSharing": "Merci d'avoir partagé !",
|
||||
"editThisTheme": "Editer ce thème",
|
||||
|
@ -105,9 +112,11 @@
|
|||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>Plus de thèmes ?</h3>Vous aimez collecter des données géographiques ?<br>Il y a plus de thèmes disponibles.",
|
||||
"requestATheme": "Si vous voulez une autre carte thématique, demandez-la dans le suivi des problèmes",
|
||||
"requestATheme": "Si vous souhaitez une autre carte thématique, demandez-la dans le suivi des problèmes",
|
||||
"streetcomplete": "Une autre application similaire est <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Créez votre propre MapComplete carte"
|
||||
"createYourOwnTheme": "Créez votre propre MapComplete carte",
|
||||
"previouslyHiddenTitle": "Thèmes précédemment utilisés",
|
||||
"hiddenExplanation": "Ces thèmes sont seulement accessibles par lien. Vous avez découvert {hidden_discovered} des {total_hidden} thèmes cachés."
|
||||
},
|
||||
"readYourMessages": "Merci de lire tous vos messages sur OpenStreetMap avant d'ajouter un nouveau point.",
|
||||
"fewChangesBefore": "Merci de répondre à quelques questions à propos de points déjà existants avant d'ajouter de nouveaux points.",
|
||||
|
@ -142,17 +151,54 @@
|
|||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Erreur : impossible de visualiser ces horaires d'ouverture.",
|
||||
"open_during_ph": "Pendant les congés, ce lieu est",
|
||||
"open_during_ph": "Pendant les congés, cet élément est",
|
||||
"opensAt": "à partir de",
|
||||
"openTill": "jusqu'à",
|
||||
"not_all_rules_parsed": "Les heures d'ouvertures de ce magasin sont trop compliquées. Les heures suivantes ont été ignorées :",
|
||||
"not_all_rules_parsed": "Les heures d'ouvertures de ce magasin sont trop compliquées. Les informations suivantes ont été ignorées :",
|
||||
"closed_until": "Fermé jusqu'au {date}",
|
||||
"closed_permanently": "Fermé",
|
||||
"open_24_7": "Ouvert en permanence",
|
||||
"ph_closed": "fermé",
|
||||
"ph_open": "ouvert",
|
||||
"ph_not_known": " "
|
||||
}
|
||||
"ph_not_known": " ",
|
||||
"ph_open_as_usual": "Ouverture habituelle",
|
||||
"loadingCountry": "Localisation…"
|
||||
},
|
||||
"pdf": {
|
||||
"attr": "Données par © les contributeurs & contributrices OpenStreetMap sous licence libre ODbL",
|
||||
"attrBackground": "Couche d’arrière plan : {background}",
|
||||
"versionInfo": "v{version} - générée le {date}",
|
||||
"generatedWith": "Généré à l’aide de MapComplete.osm.be"
|
||||
},
|
||||
"download": {
|
||||
"downloadGeoJsonHelper": "Compatible avec QGIS, ArcGIS, ESRI,…",
|
||||
"downloadCSV": "Télécharger les données visibles au format CSV",
|
||||
"includeMetaData": "Inclure les métadonnées (dernière édition, valeur calculées,…)",
|
||||
"downloadAsPdfHelper": "Idéal pour imprimer une carte",
|
||||
"noDataLoaded": "Pas de données chargées. Le téléchargement sera bientôt disponible",
|
||||
"title": "Télécharger les données visibles",
|
||||
"downloadAsPdf": "Télécharger un PDF de la vue actuelle",
|
||||
"downloadGeojson": "Télécharger les données visibles au format GeoJSON",
|
||||
"downloadCSVHelper": "Compatible avec LibreOffice Calc, Excel,…",
|
||||
"licenseInfo": "<h3>Mentions légales</h3>Ces données sont fournis sous licence ODbL. Leur réutilisation est gratuite, mais <ul><li>l’attribution<b> aux © contributeurs et contributrices OpenStreetMap </b> est nécessaire</li><li>Toute modification doit utiliser la même licence</li></ul> Se reporter à la <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">version complète</a> pour plus de détails.",
|
||||
"exporting": "Exportation…"
|
||||
},
|
||||
"wikipedia": {
|
||||
"createNewWikidata": "Créer un nouvel élément Wikidata",
|
||||
"wikipediaboxTitle": "Wikipédia",
|
||||
"loading": "Chargement de Wikipédia…",
|
||||
"noWikipediaPage": "Cet élément Wikidata n’a pas encore de page Wikipédia correspondante.",
|
||||
"noResults": "Pas de résultats pour",
|
||||
"searchWikidata": "Rechercher sur Wikidata",
|
||||
"failed": "Le chargement de Wikipédia a échoué"
|
||||
},
|
||||
"histogram": {
|
||||
"error_loading": "Erreur de chargement de l’histograme"
|
||||
},
|
||||
"testing": "Test - les changements ne seront pas sauvegardés",
|
||||
"openTheMap": "Ouvrir la carte",
|
||||
"loginOnlyNeededToEdit": "si vous souhaitez modifier la carte",
|
||||
"loading": "Chargement…"
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Votre thème personnel</h3>Activer vos couches favorites depuis les thèmes officiels",
|
||||
|
@ -195,6 +241,47 @@
|
|||
"onlyEditedByLoggedInUser": "Ce point a été édité seulement par vous et peut donc être supprimé.",
|
||||
"cannotBeDeleted": "Cet objet ne peut être supprimé",
|
||||
"partOfOthers": "Ce point faire partie d'un autre objet et ne peut être supprimé directement.",
|
||||
"whyDelete": "Pourquoi ce point devrait-il être supprimé ?"
|
||||
"whyDelete": "Pourquoi ce point devrait-il être supprimé ?",
|
||||
"explanations": {
|
||||
"selectReason": "Sélectionner pourquoi cet élément devrait être supprimé",
|
||||
"hardDelete": "Ce point sera supprimé d’OpenStreetmap. Il pourra être restauré par des méthodes avancées",
|
||||
"softDelete": "Cet élément sera mis à jour et caché de l’application."
|
||||
},
|
||||
"reasons": {
|
||||
"test": "Élément de test qui n’a jamais été ici",
|
||||
"disused": "Cet élément n’est plus utilisé ou a été enlevé",
|
||||
"notFound": "Cet élément n’a pas pu être trouvé",
|
||||
"duplicate": "Ce point est un doublon"
|
||||
},
|
||||
"loading": "Inspection des propriétés pour vérifier si l’élément peut être supprimé.",
|
||||
"readMessages": "Messages non-lus à lire avant de supprimer un point, certains pourraient comporter des informations importantes"
|
||||
},
|
||||
"move": {
|
||||
"selectReason": "Pourquoi souhaitez vous déplacer cet objet ?",
|
||||
"whyMove": "Pourquoi souhaitez vous déplacer ce point ?",
|
||||
"reasons": {
|
||||
"reasonRelocation": "Cet objet a été déplacé",
|
||||
"reasonInaccurate": "La position de cet objet est décalée"
|
||||
},
|
||||
"cancel": "Annuler le déplacement",
|
||||
"confirmMove": "Déplacer ici",
|
||||
"pointIsMoved": "Le point a été déplacé",
|
||||
"zoomInFurther": "Zoomez pour confirmer ce déplacement",
|
||||
"cannotBeMoved": "Cet élément ne peut être déplacé.",
|
||||
"isWay": "Cet élément est un chemin. Veuillez utiliser un autre éditeur OpenStreetMap pour le déplacer.",
|
||||
"inviteToMoveAgain": "Déplacer ce point à nouveau",
|
||||
"isRelation": "Cet élément est une relation et ne peut être déplacée",
|
||||
"partOfAWay": "Cet élément fait partie d’un chemin. Utilisez un autre éditeur pour le déplacer.",
|
||||
"partOfRelation": "Cet élément fait partie d’une relation. Utilisez un autre éditeur pour le déplacer.",
|
||||
"moveTitle": "Déplacer ce point",
|
||||
"inviteToMove": {
|
||||
"reasonInaccurate": "Améliorer la précision de ce point",
|
||||
"reasonRelocation": "Cet objet a été déplacé",
|
||||
"generic": "Déplacer ce point"
|
||||
},
|
||||
"loginToMove": "Vous devez être connecté·e pour déplacer un point"
|
||||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "En changeant les attributs {attr_names}, ceux-ci seront automatiquement changés sur {count} autres éléments"
|
||||
}
|
||||
}
|
||||
|
|
407
langs/hu.json
407
langs/hu.json
|
@ -1,60 +1,357 @@
|
|||
{
|
||||
"general": {
|
||||
"openStreetMapIntro": "<h3>Egy nyílt térkép</h3><p>Nem lenne király, ha lenne egy térkép, amit mindenki szabadon használhatna és szerkeszthetne? Egyetlen hely minden geoinformáció tárolására. Hogy arra a sok weboldalra a kicsi és egymással nem kompatibilis térképekkel (amik többnyire elavultak) ne legyen szükség többé.</p><p><b>Az <a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> éppen ez. A trékép adatai ingyenesen használhatók (<a href=\"https://osm.org/copyright\" target=\"_blank\">az adatokban történő változtatások megjelölésével és publikálásával</a>) Mindezeken túl bárki szabadon hozzáadhat új helyeket és kijavíthatja a hibákat. Ez a weboldal is OpenStreetMapet használ. Minden adat onnan származik és a te válaszaid és módosításaid is oda futnak be.</p><p>Rengeteg ember és alkalmazás használja már most is az OpenStreetMapet: <a href=\"https://maps.me/\" target=\"_blank\">Maps.me</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, de még a Facebook, Instagram, Apple és Bing által használt térképek is (részben) az OpenStreetMapet használják. Ha itt módosítasz valamit, az ezekben az alkalmazásokban is megjelenik - a legközelebbi frissítés után.</p>",
|
||||
"questions": {
|
||||
"websiteIs": "Weboldal: <a href=\"{website}\" target=\"_blank\">{website}</a>"
|
||||
"general": {
|
||||
"openStreetMapIntro": "<h3>Nyílt térkép</h3><p>Ezt a térképet mindenki szabadon használhatja és szerkesztheti. Ez egy olyan egységes hely, ahol <i>minden</i> térinformatikai adatot tárolni lehet. Semmi szükség különböző, kicsi, nem kompatibilis és elavult térképekre.</p><p>Az <b><a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a> (OSM)</b> nem az ellenség térképe. A térképadatok szabadon felhasználhatók (<a href=\"https://osm.org/copyright\" target=\"_blank\">a tulajdonlással és az adatokban bekövetkezett változások feltüntetésével</a>). Mindenki adhat hozzá új térképadatokat és javíthat hibákat. Ez a weboldal is az OpenStreetMapet használja. Minden adat onnan származik, és a Te válaszaid és javításaid is meg fognak jelenni mindenütt.</p><p>Sok ember és alkalmazás már használja az OpenStreetMapet: például az <a href=\"https://organicmaps.app/\" target=\"_blank\">Organic Maps</a> vagy az <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, de a Facebook, az Instagram, az Apple és a Bing (Microsoft) térképei is (részben) az OpenStreetMap adataira támaszkodnak.</p>",
|
||||
"questions": {
|
||||
"websiteIs": "Weboldal: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"phoneNumberIs": "Ezen {category} telefonszáma: <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Mi a telefonszáma ennek ({category})?",
|
||||
"websiteOf": "Mi a weboldala ennek ({category})?",
|
||||
"emailOf": "Mi az e-mail-címe ennek ({category})?",
|
||||
"emailIs": "Ezen {category} e-mail-címe: <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>"
|
||||
},
|
||||
"noNameCategory": "Név nélküli {category}",
|
||||
"nameInlineQuestion": "Ezen {category} neve: $$$",
|
||||
"pickLanguage": "Nyelv kiválasztása: ",
|
||||
"add": {
|
||||
"layerNotEnabled": "A {layer} réteg nincs engedélyezve. Pont hozzáadásához engedélyezd ezt a réteget",
|
||||
"confirmButton": "{category} hozzáadása itt.<br><div class=\"alert\">A hozzáadott objektum mindenki számára látható lesz</div>",
|
||||
"confirmIntro": "<h3>Felrajzolsz ide egy {title} objektumot?</h3>Az itt létrehozandó pontot <b>mindenki láthatja majd</b>. Kérjük, csak valóban létező dolgokat rajzolj fel a térképre. Ezeket az adatokat sok alkalmazás használja.",
|
||||
"stillLoading": "Az adatok betöltése folyamatban van. Kérjük, várj egy kicsit mielőtt új pontot adsz hozzá.",
|
||||
"zoomInFurther": "Pont hozzáadásához közelíts jobban.",
|
||||
"title": "Hozzáadsz egy új pontot?",
|
||||
"addNew": "Új {category} hozzáadása itt",
|
||||
"disableFiltersExplanation": "Lehet, hogy a szűrő miatt egyes objektumok nem látszanak",
|
||||
"disableFilters": "Minden szűrő kikapcsolása",
|
||||
"intro": "Olyan helyre kattintottál, ahol még nincs ismert adat.<br>",
|
||||
"import": {
|
||||
"zoomInMore": "Nagyíts tovább az elem importálásához",
|
||||
"wrongType": "Ez az elem nem pont vagy vonal, ezért nem importálható",
|
||||
"importTags": "Az elem a következő címkéket fogja kapni: {tags}",
|
||||
"officialThemesOnly": "A balesetek elkerülése érdekében a nem hivatalos témáknál ki van kapcsolva az importálás gomb",
|
||||
"howToTest": "A teszteléshez add hozzá az URL-hez a <b>test=true</b> vagy a <b>backend=osm-test</b> szöveget. A módosításkészlet a konzolra lesz nyomtatva. Ha hivatalossá szeretnéd tenni ezt a témát (és szeretnéd engedélyezni az importálás gombot), akkor nyiss egy lekéréses kérelmet (pull request).",
|
||||
"hasBeenImported": "Ez az objektum importáltatott"
|
||||
},
|
||||
"addNewMapLabel": "Új elem hozzáadásához kattints ide",
|
||||
"hasBeenImported": "Ezt a pontot már importálták",
|
||||
"zoomInMore": "Nagyíts tovább az elem importálásához",
|
||||
"presetInfo": "Az új érdekes pont (POI) címkéi: {tags}",
|
||||
"warnVisibleForEveryone": "A kiegészítésed mindenki számára látható lesz",
|
||||
"openLayerControl": "Rétegvezérlő-doboz megnyitása",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Új pont hozzáadásához be kell jelentkezned</a>",
|
||||
"importTags": "Az elem {tags} címkéket fog kapni",
|
||||
"wrongType": "Ez az elem nem pont vagy vonal, ezért nem importálható"
|
||||
},
|
||||
"number": "szám",
|
||||
"skip": "Kérdés kihagyása",
|
||||
"oneSkippedQuestion": "Egy kérdés ki lett hagyva",
|
||||
"skippedQuestions": "Néhány kérdés ki lett hagyva",
|
||||
"cancel": "Mégse",
|
||||
"save": "Mentés",
|
||||
"returnToTheMap": "Vissza a térképhez",
|
||||
"search": {
|
||||
"error": "Hiba történt…",
|
||||
"nothing": "Nincs találat…",
|
||||
"searching": "Keresés…",
|
||||
"search": "Helyszín keresése"
|
||||
},
|
||||
"loginToStart": "A kérdés megválaszolásához be kell jelentkezni",
|
||||
"welcomeBack": "Be vagy jelentkezve, üdv ismét!",
|
||||
"loginWithOpenStreetMap": "Bejelentkezés OpenStreetMap-fiókkal",
|
||||
"pdf": {
|
||||
"generatedWith": "Létrehozva a MapComplete.be segítségével",
|
||||
"attrBackground": "Háttérréteg: {background}",
|
||||
"versionInfo": "{version} verzió – létrehozva: {date}",
|
||||
"attr": "Térképadatok: © OpenStreetMap-közreműködők; az ODbL licenc szerint újrafelhasználható"
|
||||
},
|
||||
"sharescreen": {
|
||||
"fsIncludeCurrentLocation": "Tartalmazza az aktuális helyet",
|
||||
"thanksForSharing": "Köszönjük a megosztást!",
|
||||
"copiedToClipboard": "Link a vágólapra másolva",
|
||||
"editThemeDescription": "Térképtémához tartozó kérdések hozzáadása vagy módosítása",
|
||||
"intro": "<h3>Térkép megosztása</h3> Oszd meg ezt a térképet! Másold ki az alábbi linket, és küldd el a barátaidnak és a családodnak:",
|
||||
"editThisTheme": "Téma szerkesztése",
|
||||
"fsUserbadge": "Bejelentkezési gomb engedélyezése",
|
||||
"fsSearch": "Keresősáv engedélyezése",
|
||||
"addToHomeScreen": "<h3>Hozzáadás a kezdőképernyőhöz</h3> Könnyedén hozzáadhatod ezt a weboldalt az okostelefon kezdőképernyőjéhez a natív hangulat érdekében. Ehhez kattints az URL-sávban a „Hozzáadás a kezdőképernyőhöz” gombra.",
|
||||
"fsWelcomeMessage": "Felugró üdvözlő üzenet és kapcsolódó fülek megjelenítése",
|
||||
"fsLayers": "Rétegvezérlő engedélyezése",
|
||||
"fsLayerControlToggle": "Kezdés kibontott rétegvezérlővel",
|
||||
"fsAddNew": "„Új érdekes pont (POI) hozzáadása” gomb engedélyezése",
|
||||
"fsGeolocation": "„Saját helyem megjelenítése” gomb engedélyezése (csak mobileszközön)",
|
||||
"fsIncludeCurrentBackgroundMap": "Tartalmazza a jelenleg kiválasztott hátteret (<b>{name}</b>)",
|
||||
"fsIncludeCurrentLayers": "Tartalmazza a jelenleg kiválasztott rétegeket",
|
||||
"embedIntro": "<h3>Beágyazás egy weboldalon</h3>Kérjük, illeszd be ezt a térképet a weboldalba. <br>Biztatunk, tedd meg – még engedélyt sem kell kérned. <br> Ingyenes, és az is marad. Minél többen használják, annál értékesebbé válik. A pipákra kattintva módosíthatod a paramétereket:"
|
||||
},
|
||||
"attribution": {
|
||||
"attributionTitle": "Szerzők",
|
||||
"attributionContent": "<p>Az összes adatot az <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a> biztosítja, és szabadon újrafelhasználható az <a href=\"https://osm.org/copyright\" target=\"_blank\">Open DataBase License</a> alapján.</p>",
|
||||
"themeBy": "A téma karbantartója: {author}",
|
||||
"iconAttribution": {
|
||||
"title": "Felhasznált ikonok"
|
||||
},
|
||||
"openMapillary": "Mapillary megnyitása itt",
|
||||
"openIssueTracker": "Hiba bejelentése",
|
||||
"josmOpened": "A JOSM megnyílt",
|
||||
"mapContributionsBy": "A jelenleg látható adatokat szerkesztette: {contributors}",
|
||||
"mapContributionsByAndHidden": "A jelenleg látható adatokat szerkesztette: {contributors} és {hiddenCount} további közreműködő",
|
||||
"josmNotOpened": "A JOSM-ot nem lehetett elérni. Győződj meg róla, hogy meg van nyitva, és a távvezérlés engedélyezve van",
|
||||
"editJosm": "Szerkesztés itt JOSM-mal",
|
||||
"editId": "Az OpenStreetMap online szerkesztőjének megnyitása itt",
|
||||
"donate": "A MapComplete pénzügyi támogatása",
|
||||
"openOsmcha": "A téma {theme} legutóbbi szerkesztéseinek megtekintése",
|
||||
"codeContributionsBy": "A MapComplete-et {contributors} és <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">további {hiddenCount} közreműködő</a> fejleszti"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>A MapComplete-ről</h3><p>Arra használhatod, hogy egy <b>egy adott téma szerint</b> OpenStreetMap-adatokat adj hozzá az adatbázishoz. Válaszolj a kérdésekre, és a szerkesztéseid perceken belül mindenhol elérhetővé válnak. A témához tartozó elemeket, kérdéseket és nyelveket a <b>téma karbantartója</b> határozza meg .</p><h3>További információk</h3><p>A MapComplete mindig <b>felkínálja a következő lépést</b> ahhoz, hogy tanulhass az OpenStreetMapről.</p><ul><li>Weboldalba ágyazva az iframe egy teljes képernyős MapComplete-hez vezet</li><li>A teljes képernyős változat az OpenStreetMapről mutat adatokat</li><li>A megtekintés bejelentkezés nélkül is működik, de a szerkesztéshez OSM-fiók szükséges</li><li>Ha nem vagy bejelentkezve, kérjük, tedd meg</li><li>Miután válaszoltál egy kérdésre, új pontokat helyezhetsz a térképre</li><li>Egy idő után megjelennek a tényleges OSM-címkék, amelyek később a wikire hivatkoznak</li></ul><p></p><br><p>Észrevettél <b>egy problémát</b>? Új <b>funkciót szeretnél kérni</b>? Szeretnél <b>segíteni a fordításban</b>? Látogass el a <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">forráskódhoz</a> vagy a <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">problémakövetőhöz (issue tracker)</a>. </p><p> Szeretnéd látni <b>a fejlődést</b>? Kövesd a szerkesztések számát az <a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a> módosításkészlet-elemzőn.</p>",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Nagyíts a réteg megtekintéséhez",
|
||||
"title": "Rétegek kijelölése"
|
||||
},
|
||||
"download": {
|
||||
"title": "A látható adatok letöltése",
|
||||
"downloadAsPdfHelper": "Eszményi a jelenlegi térkép kinyomtatásához",
|
||||
"downloadGpx": "Letöltés GPX-ként",
|
||||
"downloadAsPdf": "A jelenlegi térkép letöltése PDF-ként",
|
||||
"downloadGeojson": "A látható adatok letöltése GeoJSON-ként",
|
||||
"downloadCSV": "Látható adatok letöltése CSV-ként",
|
||||
"includeMetaData": "Metaadatokat is tartalmazzon (legutóbbi szerkesztő, számított értékek stb.)",
|
||||
"noDataLoaded": "Még nincs betöltött adat. A letöltés hamarosan elérhető lesz",
|
||||
"downloadGeoJsonHelper": "Kompatibilis többek között ezekkel: QGIS, ArcGIS, ESRI…",
|
||||
"downloadFeatureAsGeojson": "Letöltés GeoJSON-fájlként",
|
||||
"downloadCSVHelper": "Kompatibilis a LibreOffice Calc-kal, az Excellel…",
|
||||
"licenseInfo": "<h3>Szerzői jogi nyilatkozat</h3>A megadott adatok az ODbL licenc szerint érhetők el. Újrafelhasználásuk bármilyen célra ingyenes, de <ul><li>a <b>© OpenStreetMap-közreműködők</b> megnevezés szükséges, és</li><li>minden változtatáshoz ezt a licencet kell használni</li></ul>A részletekért kérjük, olvassa el a teljes <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">szerzői jogi nyilatkozatot</a>.",
|
||||
"downloadGpxHelper": "A GPX-fájlok a legtöbb navigációs eszközzel és alkalmazással használhatók",
|
||||
"uploadGpx": "Töltsd fel a nyomvonalaidat az OpenStreetMapre",
|
||||
"downloadFeatureAsGpx": "Letöltés GPX-fájlként",
|
||||
"exporting": "Exportálás…"
|
||||
},
|
||||
"osmLinkTooltip": "A szerkesztési előzmények és további szerkesztési lehetőségek megtekintéséhez nézd meg ezt az objektumot az OpenStreetMapen",
|
||||
"morescreen": {
|
||||
"streetcomplete": "Egy másik, hasonló alkalmazás a <a class=\"underline hover:text-blue-800\" href=\"https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete\" target=\"_blank\">StreetComplete</a>.",
|
||||
"requestATheme": "Ha egyedi témát szeretnél, kérd a problémakövetőben (issue tracker)",
|
||||
"createYourOwnTheme": "Készítsd el saját MapComplete témád a semmiből",
|
||||
"previouslyHiddenTitle": "Korábban megnézett rejtett témák",
|
||||
"hiddenExplanation": "Ezeket a témákat csak az érheti el, akik ismeri a linket. {total_hidden} rejtett téma közül {hidden_discovered} témát ismersz.",
|
||||
"intro": "<h3>Kíváncsi vagy más tematikus térképekre is?</h3>Szeretsz földrajzi adatokat gyűjteni? <br>További témák is elérhetők."
|
||||
},
|
||||
"loading": "Betöltés…",
|
||||
"testing": "Kipróbálás – a módosítások nem lesznek elmentve",
|
||||
"openTheMap": "Nyisd meg a térképet,",
|
||||
"backgroundMap": "Háttértérkép",
|
||||
"loginOnlyNeededToEdit": "ha szerkeszteni szeretnéd a térképet",
|
||||
"getStartedLogin": "A kezdéshez jelentkezz be az OpenStreetMap-fiókoddal,",
|
||||
"about": "Egy adott téma esetében az OpenStreetMap egyszerű szerkesztése és hozzáadása",
|
||||
"goToInbox": "Beérkezett üzenetek megnyitása",
|
||||
"removeLocationHistory": "Helyelőzmények törlése",
|
||||
"readYourMessages": "Kérjük, új pont hozzáadása előtt olvasd el az összes OpenStreetMap-üzeneted.",
|
||||
"fewChangesBefore": "Kérjük, válaszolj néhány meglévő pontokra vonatkozó kérdésre, mielőtt új pontot adnál hozzá.",
|
||||
"customThemeIntro": "<h3>Egyéni témák</h3> Ezek korábban megnézett, felhasználó által létrehozott témák.",
|
||||
"getStartedNewAccount": " vagy <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">hozz létre új fiókot</a>",
|
||||
"noTagsSelected": "Nincs kijelölt címke",
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"tuesday": "Ke",
|
||||
"wednesday": "Sze",
|
||||
"thursday": "Csüt",
|
||||
"friday": "Pé",
|
||||
"sunday": "Vas",
|
||||
"monday": "Hét",
|
||||
"saturday": "Szo"
|
||||
},
|
||||
"wednesday": "Szerda",
|
||||
"sunday": "Vasárnap",
|
||||
"saturday": "Szombat",
|
||||
"tuesday": "Kedd",
|
||||
"monday": "Hétfő",
|
||||
"friday": "Péntek",
|
||||
"thursday": "Csütörtök"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Hiba: nem sikerült megjeleníteni ezt a nyitva tartási időt",
|
||||
"not_all_rules_parsed": "Ez a nyitva tartás bonyolult. A beviteli elemben a következő szabályok nem vétetnek figyelembe:",
|
||||
"closed_until": "Zárva eddig: {date}",
|
||||
"closed_permanently": "Ismeretlen ideig zárva",
|
||||
"open_24_7": "Éjjel-nappal nyitva",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "zárva",
|
||||
"ph_open": "nyitva",
|
||||
"loadingCountry": "Ország meghatározása…",
|
||||
"openTill": "eddig:",
|
||||
"open_during_ph": "Munkaszüneti napokon ez",
|
||||
"opensAt": "ettől:",
|
||||
"ph_open_as_usual": "a szokásos rend szerint nyitva"
|
||||
},
|
||||
"wikipedia": {
|
||||
"failed": "Wikipédia-szócikk betöltése sikertelen",
|
||||
"loading": "Wikipédia betöltése…",
|
||||
"noWikipediaPage": "Ennek a Wikidata-elemnek még nincs megfelelő Wikipédia-oldala.",
|
||||
"createNewWikidata": "Új Wikidata-elem létrehozása",
|
||||
"wikipediaboxTitle": "Wikipédia",
|
||||
"searchWikidata": "Keresés a Wikidatán",
|
||||
"noResults": "Nincs találat erre: <i>{search}</i>",
|
||||
"doSearch": "Keress fent az eredmények megtekintéséhez"
|
||||
},
|
||||
"histogram": {
|
||||
"error_loading": "Nem sikerült betölteni a hisztogramot"
|
||||
},
|
||||
"apply_button": {
|
||||
"appliedOnAnotherObject": "A(z) {id} objektum a következő címkéket fogja megkapni: {tags}",
|
||||
"isApplied": "A módosítások alkalmazva lettek"
|
||||
}
|
||||
},
|
||||
"noNameCategory": "Név nélküli {category}",
|
||||
"nameInlineQuestion": "A(z) {category} neve $$$",
|
||||
"pickLanguage": "Válassz nyelvet: ",
|
||||
"add": {
|
||||
"layerNotEnabled": "A {layer} réteg nincs engedélyezve. Pont hozzáadásához engedélyezd ezt a réteget!",
|
||||
"confirmButton": "{category} hozzáadása itt.<br><div class=\"alert\">A módosításod mindenki által látható lesz</div>",
|
||||
"confirmIntro": "<h3>Egy {title} hozzáadása itt?</h3>A pont, amit létrehozol <b>mindenki által látható lesz</b>. Kérjük, csak valóban létező dolgokat adj hozzá. Sok alkalmazás használja ezeket az adatokat.",
|
||||
"stillLoading": "Az adatok betöltése folyamatban van. Kérjük, várj egy kicsit mielőtt új pontot adsz hozzá!",
|
||||
"zoomInFurther": "Pont hozzáadásához közelíts rá jobban!",
|
||||
"title": "Hozzáadsz egy új pontot?",
|
||||
"addNew": "Új {category} hozzáadása itt"
|
||||
"index": {
|
||||
"pickTheme": "Válassz egy témát lent a kezdéshez.",
|
||||
"title": "Isten hozott a MapComplete-en",
|
||||
"intro": "A MapComplete egy OpenStreetMap-nézegető és -szerkesztő program, amely egy adott témához kapcsolódó objektumokról jelenít meg információkat, és lehetővé teszi ezek frissítését.",
|
||||
"#": "Ezek a szövegek akkor jelennek meg a témagombok felett, ha nincs betöltve téma",
|
||||
"featuredThemeTitle": "Kiemelt ezen a héten",
|
||||
"logIn": "A korábban megnézett témák megtekintéséhez be kell jelentkezned"
|
||||
},
|
||||
"number": "szám",
|
||||
"skip": "Kérdés kihagyása",
|
||||
"oneSkippedQuestion": "Egy kérdés ki lett hagyva",
|
||||
"skippedQuestions": "Néhány kérdés ki lett hagyva",
|
||||
"cancel": "Mégse",
|
||||
"save": "Mentés",
|
||||
"returnToTheMap": "Vissza a térképhez",
|
||||
"search": {
|
||||
"error": "Hiba történt…",
|
||||
"nothing": "Nincs találat",
|
||||
"searching": "Keresés…",
|
||||
"search": "Helyszín keresése"
|
||||
"centerMessage": {
|
||||
"retrying": "Nem sikerült betölteni az adatokat. Újrapróbálkozás {count} másodperc múlva…",
|
||||
"ready": "Kész!",
|
||||
"zoomIn": "Közelíts az adatok megtekintéséhez és szerkesztéséhez",
|
||||
"loadingData": "Adatok betöltése folyamatban…"
|
||||
},
|
||||
"loginToStart": "Jelentkezz be a kérdés megválaszolásához",
|
||||
"welcomeBack": "Be vagy jelentkezve, üdv ismét!",
|
||||
"loginWithOpenStreetMap": "Bejelentkezés OpenStreetMap segítségével"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Válassz egy témát lent a kezdéshez!",
|
||||
"title": "Üdvözlünk a MapComplete-nél!"
|
||||
},
|
||||
"centerMessage": {
|
||||
"retrying": "Nem sikerült betölteni az adatokat. Újrapróbálkozás {count} másodperc múlva…",
|
||||
"ready": "Kész!",
|
||||
"zoomIn": "Közelíts rá az adatok megtekintéséhez és szerkesztéséhez",
|
||||
"loadingData": "Adatok betöltése folyamatban"
|
||||
},
|
||||
"image": {
|
||||
"isDeleted": "Törölve",
|
||||
"doDelete": "Kép eltávolítása",
|
||||
"dontDelete": "Mégse",
|
||||
"uploadDone": "<span class=\"thanks\">A kép hozzá lett adva. Köszönjük a segítséged!</span>",
|
||||
"respectPrivacy": "Ne készíts fényképet emberekről és rendszámtáblákról! Ne tölts fel képeket Google Mapsről, Google Streetview-ról és egyéb szerzői jog által védett forrásokból!",
|
||||
"uploadFailed": "A kép feltöltése sikertelen. Biztosan van hálózati kapcsolatod és engedélyezve vannak a harmadik féltől származó API-k? A Brave böngésző és az UMatrix blokkolhatja ezeket.",
|
||||
"ccb": "a CC-BY licenc szerint",
|
||||
"ccbs": "a CC-BY-SA licenc szerint",
|
||||
"pleaseLogin": "Kép hozzáadásához jelentkezz be",
|
||||
"uploadingMultiple": "{count} kép feltöltése folyamatban",
|
||||
"uploadingPicture": "Kép feltöltése folyamatban",
|
||||
"addPicture": "Kép hozzáadása"
|
||||
}
|
||||
"image": {
|
||||
"isDeleted": "Törölve",
|
||||
"doDelete": "Kép eltávolítása",
|
||||
"dontDelete": "Mégse",
|
||||
"uploadDone": "A kép hozzá lett adva. Köszönjük a segítséged!",
|
||||
"respectPrivacy": "Ne készíts fényképet emberekről és rendszámtáblákról. Ne tölts fel képet a Google Mapsről, a Google Streetview-ról (utcaképről) és egyéb szerzői jog által védett forrásokból.",
|
||||
"uploadFailed": "Nem sikerült feltölteni a képet. Van-e internetkapcsolatod, és engedélyezted-e a harmadik féltől származó API-kat? A Brave böngésző vagy a uMatrix bővítmény blokkolhatja őket.",
|
||||
"ccb": "CC-BY licenc szerint",
|
||||
"ccbs": "CC-BY-SA licenc szerint",
|
||||
"pleaseLogin": "Kép hozzáadásához be kell jelentkezni",
|
||||
"uploadingMultiple": "{count} kép feltöltése folyamatban…",
|
||||
"uploadingPicture": "Kép feltöltése folyamatban…",
|
||||
"addPicture": "Kép hozzáadása",
|
||||
"cco": "közkincsként",
|
||||
"willBePublished": "A képed így lesz közzétéve: ",
|
||||
"toBig": "A kép túl nagy ({actual_size}). Kérjük, legfeljebb {max_size} méretű képeket használj",
|
||||
"uploadMultipleDone": "{count} kép hozzáadva. Köszönjük a segítséget!",
|
||||
"ccoExplanation": "A kép közkinccsé tétele azt jelenti, hogy bárki bármit megtehet a képpel",
|
||||
"ccbExplanation": "A CC-BY licenc azt jelenti, hogy bárki bármilyen célra felhasználhatja a képet, de meg kell adnia a nevedet",
|
||||
"ccbsExplanation": "A CC-BY-SA licenc azt jelenti, hogy bárki bármilyen célra felhasználhatja a képet, de meg kell jelölnie Téged, a kép módosított változatait pedig ugyanezen licenc alatt kell újra közzétenni"
|
||||
},
|
||||
"delete": {
|
||||
"reasons": {
|
||||
"disused": "Ez az objektum használaton kívüli vagy el lett távolítva",
|
||||
"test": "Ez egy tesztpont volt: az általa jelölt objektum valójában soha nem létezett",
|
||||
"notFound": "Ezt az objektumot nem sikerült megtalálni",
|
||||
"duplicate": "Ez a pont egy másik objektum megkettőzése"
|
||||
},
|
||||
"explanations": {
|
||||
"hardDelete": "Ez a pont törlődik az OpenStreetMapről. Csak egy tapasztalt szerkesztő tudja majd visszaállítani",
|
||||
"softDelete": "Ez az objektum frissülni fog és ebben az alkalmazásban nem fog látszani. <span class=\"subtle\">{reason}</span>",
|
||||
"selectReason": "Kérjük, jelöld meg, miért kellene ezt a pontot törölni"
|
||||
},
|
||||
"onlyEditedByLoggedInUser": "Ezt a pontot csak te magad szerkesztetted, így nyugodtan törölheted.",
|
||||
"delete": "Törlés",
|
||||
"isDeleted": "Ez az objektum törlődött",
|
||||
"loginToDelete": "Egy pont törléséhez be kell jelentkezni",
|
||||
"useSomethingElse": "A törléséhez használj egy másik OpenStreetMap-szerkesztőt",
|
||||
"partOfOthers": "Ez a pont egy vonal vagy kapcsolat része, ezért közvetlenül nem törölhető.",
|
||||
"loading": "Tulajdonságok megvizsgálása annak ellenőrzéséhez, hogy az objektum törölhető-e.",
|
||||
"whyDelete": "Miért kellene törölni ezt a pontot?",
|
||||
"cancel": "Mégse",
|
||||
"safeDelete": "Ez a pont nyugodtan törölhető.",
|
||||
"isntAPoint": "Csak pontot lehet törölni, a kiválasztott térképelem viszont vonal, terület vagy kapcsolat.",
|
||||
"cannotBeDeleted": "Ez az objektum nem törölhető",
|
||||
"notEnoughExperience": "Ezt a pontot valaki más készítette.",
|
||||
"readMessages": "Olvasatlan üzeneteid vannak. Olvasd el őket, mielőtt törölnél egy pontot – lehet, hogy valaki épp erről írt"
|
||||
},
|
||||
"split": {
|
||||
"splitTitle": "Válaszd ki a térképen, hogy az út hol legyen elvágva",
|
||||
"hasBeenSplit": "Ez az út szét lett vágva",
|
||||
"inviteToSplit": "Út szétvágása rövidebb szakaszokra. Ez lehetővé teszi, hogy az út egyes részei különböző tulajdonságokkal rendelkezzenek.",
|
||||
"loginToSplit": "Egy út szétvágásához be kell jelentkezni",
|
||||
"cancel": "Mégse",
|
||||
"split": "Szétvágás"
|
||||
},
|
||||
"privacy": {
|
||||
"tracking": "Ahhoz, hogy némi betekintést nyerünk abba, hogy ki látogatja meg weboldalunkat, néhány technikai adatot gyűjtünk. Ez tartalmazza azt az országot, ahonnan meglátogattad a weboldalt, azt a webhelyet, amely a MapComplete-re irányított, az eszközöd típusát és képernyőméretét. Egy cookie kerül elhelyezésre a készülékeden, amely jelzi, hogy ma meglátogatta a MapComplete-et. Ezek az adatok nem elég részletesek ahhoz, hogy személyesen azonosítsanak. A statisztika csak összesítetten érhető el, és <a href=\"https://pietervdvn.goatcounter.com\" target=\"_blank\">mindenkinek nyilvános</a>",
|
||||
"geodata": "Amikor a MapComplete lekéri a földrajzi helyed meghatározását, az – a korábban meglátogatott helyekkel együtt – az eszközödön marad. Helyadatokat soha nem küldünk el automatikusan máshová – kivéve, ha bizonyos funkciók egyértelműen másként rendelkeznek.",
|
||||
"intro": "A magánélet fontos – az egyénnek és a társadalomnak egyaránt. A MapComplete igyekszik a lehető legnagyobb mértékben tiszteletben tartani a magánéletedet – egészen addig a pontig, hogy már idegesítő cookie-bannerre sincs szükségünk. Ennek ellenére szeretnénk tájékoztatni arról, hogy milyen információkat gyűjtünk és osztunk meg, milyen körülmények között, és miért kell ezeket a kompromisszumoknak megkötnünk.",
|
||||
"trackingTitle": "Statisztikai adatok",
|
||||
"title": "Adatvédelmi irányelvek",
|
||||
"geodataTitle": "Földrajzi helyed"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Adatok újratöltése",
|
||||
"loginNeeded": "<h3>Jelentkezz be</h3>A személyes elrendezés csak OpenStreetMap-felhasználóknak érhető el",
|
||||
"panelIntro": "<h3>A személyes témád</h3>Aktiváld a kedvenc rétegeidet az összes hivatalos téma közül"
|
||||
},
|
||||
"reviews": {
|
||||
"title_singular": "Egy vélemény",
|
||||
"name_required": "Vélemények megjelenítéséhez és létrehozásához névre van szükség",
|
||||
"no_reviews_yet": "Még nincs vélemény. Légy Te az első, aki ír, és ezzel támogasd a nyílt adatokat és az üzletet!",
|
||||
"attribution": "A véleményeket <a href=\"https://mangrove.reviews/\" target=\"_blank\">Mangrove Reviews</a> tárolja, és a <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0 licenc</a> szerint érhetők el.",
|
||||
"plz_login": "Értékelés írásához jelentkezz be",
|
||||
"tos": "Ha véleményt írsz, elfogadod a <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">a Mangrove.reviews általános szerződési feltételeit (ászf.) és adatvédelmi irányelveit</a>",
|
||||
"title": "{count} vélemény",
|
||||
"write_a_comment": "Mondj véleményt…",
|
||||
"saving_review": "Mentés…",
|
||||
"saved": "<span class=\"thanks\">Vélemény elmentve. Köszönjük a megosztást!</span>",
|
||||
"posting_as": "Közzétéve mint",
|
||||
"i_am_affiliated": "<span>Kapcsolatban állok ezzel a létesítménnyel</span><br><span class=\"subtle\">Ellenőrizd, hogy tulajdonos, alkotó, alkalmazott vagy hasonló vagy-e.</span>",
|
||||
"affiliated_reviewer_warning": "(Kapcsolódó személy véleménye)",
|
||||
"no_rating": "Még nem kapott értékelést"
|
||||
},
|
||||
"move": {
|
||||
"inviteToMove": {
|
||||
"reasonRelocation": "Objektum áthelyezése mert a valóságban is áthelyezték",
|
||||
"reasonInaccurate": "Pont helyének pontosítása",
|
||||
"generic": "Pont áthelyezése"
|
||||
},
|
||||
"isWay": "Ez az objektum egy vonal, amelyet csak egy másik OpenStreetMap-szerkesztővel lehet áthelyezni.",
|
||||
"isRelation": "Ez az objektum egy kapcsolat, amely nem mozdítható el",
|
||||
"partOfAWay": "Ez az objektum egy másik vonal része; csak egy másik szerkesztő használatával lehet elmozdítani.",
|
||||
"inviteToMoveAgain": "Pont áthelyezése ismét",
|
||||
"loginToMove": "Pont áthelyezéséhez be kell jelentkezned",
|
||||
"whyMove": "Miért szeretnéd áthelyezni ezt a pontot?",
|
||||
"confirmMove": "Áthelyezés ide",
|
||||
"cannotBeMoved": "Ez az objektum nem mozdítható el.",
|
||||
"pointIsMoved": "A pont áthelyeződött",
|
||||
"zoomInFurther": "A lépés megerősítéséhez nagyíts a térképen",
|
||||
"cancel": "Áthelyezés megszakítása",
|
||||
"partOfRelation": "Ez az objektum egy kapcsolat része; csak egy másik szerkesztő használatával mozdítható el.",
|
||||
"moveTitle": "Pont áthelyezése",
|
||||
"selectReason": "Miért szeretnéd áthelyezni ezt az objektumot?",
|
||||
"reasons": {
|
||||
"reasonRelocation": "Az objektumot áthelyezték egy teljesen más helyre",
|
||||
"reasonInaccurate": "Az objektum helye pontatlan a térképen, ezért néhány méterrel arrébb kell tenni"
|
||||
}
|
||||
},
|
||||
"professional": {
|
||||
"indexPage": {
|
||||
"hookMore": "Tudunk segítséget nyújtani felmérésekhez, adatimportáláshoz és OpenStreetMap-tanácsadáshoz",
|
||||
"button": "Szolgáltatásaink"
|
||||
},
|
||||
"intro": "A MapComplete fejlesztője szakmai támogatást is kínál. Ez a dokumentum felvázol néhány lehetőséget, megválaszol pár gyakori kérdést és bemutatja a MapComplete határait",
|
||||
"aboutOsm": {
|
||||
"vandalism": {
|
||||
"li0": "magasak a változtatások technikai akadályai, vagyis nem olyan könnyű a térképet szerkeszteni",
|
||||
"intro": "Mivel az adatokat bárki szerkesztheti, előfordulhat, hogy rosszindulatú változtatás történik. Ez azonban néhány okból rendkívül ritka:",
|
||||
"li1": "egy kis rosszindulatú változtatásnak alacsony a hatása, így a vandál számára csekély a jutalom"
|
||||
},
|
||||
"aboutOsm": {
|
||||
"title": "Mi az OpenStreetMap?",
|
||||
"li0": "Az utcáknak nem csak egy mértani alakja van a térképen, hanem tartalmazhat adatokat az ott érvényes sebességkorlátozásról, a burkolatáról, arról, hogy van-e rajta közvilágítás, mi a neve, van-e esetleg Wikipédia-szócikk róla, melyik turistautak, kerékpár- és buszútvonalak vezetnek rajta végig és így tovább",
|
||||
"intro": "Az OpenStreetMap egy önkéntesek által épített, megosztott, globális adatbázis. Az OpenStreetMaphez minden földrajzi adat hozzáadható, amennyiben <b>a helyszínen ellenőrizhető</b>.<br> Az OpenStreetMap hatalmas és mély adattárrá nőtte ki magát: több ezer objektumkategória adatait tartalmazza. Egy-egy objektumnak is nagyon sok tulajdonsága lehet, amivel rengeteg finom részlet ábrázolható, például:",
|
||||
"li1": "Az üzleteknél és egyéb létesítményeknél megadható a nyitvatartási idejük, a telefonszámuk, a weboldalukra mutató link, az általuk elfogadott fizetési módok, az árusított termékek vagy az általuk kínált szolgáltatások stb.",
|
||||
"li2": "A mosdókon lehet információ az akadálymentességükről, az ott megtalálható pelenkázóasztalokról, arról, hogy kell-e fizetni a használatukért et caetera",
|
||||
"li3": "és még sok-sok minden más…"
|
||||
},
|
||||
"benefits": {
|
||||
"li1": "Az adatai minden eddiginél nagyobb közönséghez jutnak el, hiszen ezt használja a Bing Maps (Microsoft), az Apple Maps, a Facebook, az Instagram, a Pokémon Go, az OsmAnd, az Organic Maps, a Maps.me, a Mapbox, a Komoot, szinte minden kerékpáros alkalmazás és még sok más weboldal és applikáció…"
|
||||
}
|
||||
},
|
||||
"text1": "<p>A MapComplete olyan térképszerkesztő alkalmazás, amely megkönnyíti az OpenStreetMap adatokkal való feltöltését.</p>",
|
||||
"osmTitle": "Mire lehet jó az OpenStreetMap és a MapComplete a szervezeted számára?",
|
||||
"text0": "<p>A naprakész földrajzi adatok karbantartása nehéz, hibaveszélyes és költséges.<br>A nehézségeket tetézi, hogy sok szervezet egymástól függetlenül gyűjti ugyanazokat az adatokat, ami párhuzamos erőfeszítéseket, nem szabványosított adatformátumokat és sok hiányos, karbantartatlan adathalmazt eredményez.</p><p>Létezik viszont egy hatalmas közösség, amely rengeteg földrajzi adatot gyűjt egy közös, globális és szabványosított adatbázisba: ez az OpenStreetMap.org.</p>",
|
||||
"title": "Szakmai támogatás a MapComplete segítségével"
|
||||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "A(z) {attr_names} tulajdonságok módosításával ezek a tulajdonságok automatikusan módosulnak {count} további objektumon is"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2169,6 +2169,9 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Zebra crossing"
|
||||
},
|
||||
"3": {
|
||||
"then": "Crossing without crossing markings"
|
||||
}
|
||||
},
|
||||
"question": "What kind of crossing is this?"
|
||||
|
@ -3294,6 +3297,89 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"note": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Should mention {search} in the first comment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Should <b>not</b> mention {search} in the first comment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Opened by {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Not</b> opened by {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Opened before {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Opened after {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Opened by anonymous user"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Only show open notes"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "OpenStreetMap notes",
|
||||
"tagRenderings": {
|
||||
"report-contributor": {
|
||||
"render": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle'>Report {_first_user} as spam</a>"
|
||||
},
|
||||
"report-note": {
|
||||
"render": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Report this note as spam or inappropriate</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Closed note"
|
||||
}
|
||||
},
|
||||
"render": "Note"
|
||||
}
|
||||
},
|
||||
"note_import": {
|
||||
"name": "Possible bookcases",
|
||||
"title": {
|
||||
"render": "Possible feature"
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"description": "Towers with a panoramic view",
|
||||
"name": "Observation towers",
|
||||
|
|
|
@ -1,4 +1,29 @@
|
|||
{
|
||||
"address": {
|
||||
"description": "Adresses",
|
||||
"name": "Adresses connues d’OpenStreetMap",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "Précisez ce qui devrait être corrigé ici"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ce bâtiment n’a pas de numéro"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le numéro de ce bâtiment ?",
|
||||
"render": "Son numéro est le <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"street": {
|
||||
"question": "Dans quelle rue est située l’adresse ?",
|
||||
"render": "Le nom de la voie est <b>{addr:street}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Adresse connue"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Une station d’ambulance est un lieu où sont stockés les véhicules d’urgence ainsi que de l’équipement médical.",
|
||||
"name": "Couche des ambulances",
|
||||
|
@ -122,9 +147,16 @@
|
|||
}
|
||||
},
|
||||
"barrier": {
|
||||
"description": "Obstacles à vélo, tels que des potelets ou des barrières",
|
||||
"name": "Barrières",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un potelet sur le chemin",
|
||||
"title": "Bollard"
|
||||
},
|
||||
"1": {
|
||||
"description": "Barrières cyclables, ralentissant les cyclistes",
|
||||
"title": "Barrière cyclable"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -148,9 +180,35 @@
|
|||
},
|
||||
"question": "Quel est le type de bollard (borne) ?"
|
||||
},
|
||||
"Cycle barrier type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Simple, deux barrières côte à côte <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Double, deux barrières successives"
|
||||
},
|
||||
"2": {
|
||||
"then": "Triple, trois barrières successives <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Poire, l’espace en hauteur est plus faible qu’au sol <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>"
|
||||
}
|
||||
},
|
||||
"question": "Quel est ce type de barrière cyclable ?"
|
||||
},
|
||||
"MaxWidth": {
|
||||
"question": "Quelle est la largeur du passage ?",
|
||||
"render": "Largeur maximale: {maxwidth:physical} m"
|
||||
},
|
||||
"Overlap (cyclebarrier)": {
|
||||
"question": "Quel est le chevauchement des barrières ?",
|
||||
"render": "Chevauchement : {overlap} m"
|
||||
},
|
||||
"Space between barrier (cyclebarrier)": {
|
||||
"question": "Combien d’espace sépare deux barrières successives ?",
|
||||
"render": "Espace entre deux barrières successives : {width:separation} m"
|
||||
},
|
||||
"Width of opening (cyclebarrier)": {
|
||||
"render": "Largeur de l'ouverture : {width:opening} m"
|
||||
},
|
||||
|
@ -169,8 +227,12 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bollard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Barrière cyclable"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "Barrière"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
|
@ -942,6 +1004,54 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"description": "Traversée pour piétons et cyclistes",
|
||||
"name": "Traversée",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Traversée pour piétons et/ou cyclistes",
|
||||
"title": "Traversée"
|
||||
},
|
||||
"1": {
|
||||
"description": "Feu de signalisation sur la voie",
|
||||
"title": "Feu de signalisation"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Feu de signalisation"
|
||||
},
|
||||
"1": {
|
||||
"then": "Traversée avec feu de signalisation"
|
||||
}
|
||||
},
|
||||
"render": "Traversée"
|
||||
}
|
||||
},
|
||||
"cycleways_and_roads": {
|
||||
"name": "Pistes cyclables et routes",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Piste cyclable"
|
||||
},
|
||||
"1": {
|
||||
"then": "Voie partagée"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bande cyclable"
|
||||
},
|
||||
"3": {
|
||||
"then": "Piste cyclable séparée de la route"
|
||||
},
|
||||
"4": {
|
||||
"then": "Vélorue"
|
||||
}
|
||||
},
|
||||
"render": "Pistes cyclables"
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Défibrillateurs",
|
||||
"presets": {
|
||||
|
@ -2131,6 +2241,12 @@
|
|||
"render": "Toilettes"
|
||||
}
|
||||
},
|
||||
"trail": {
|
||||
"name": "Sentiers",
|
||||
"title": {
|
||||
"render": "Sentier"
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"name": "Arbre",
|
||||
"presets": {
|
||||
|
@ -2273,5 +2389,18 @@
|
|||
"title": {
|
||||
"render": "Point de vue"
|
||||
}
|
||||
},
|
||||
"visitor_information_centre": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
"watermill": {
|
||||
"name": "Moulin à eau"
|
||||
}
|
||||
}
|
|
@ -1,10 +1,142 @@
|
|||
{
|
||||
"address": {
|
||||
"description": "Címek",
|
||||
"name": "Ismert címek az OSM-en",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "Mit kellene itt kijavítani? Légy szíves, magyarázd el"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ennek az épületnek nincs házszáma"
|
||||
}
|
||||
},
|
||||
"question": "Mi ennek az épületnek a házszáma?",
|
||||
"render": "A házszám: <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"street": {
|
||||
"question": "Melyik utcában található ez a cím?",
|
||||
"render": "Ez a cím a következő utcában van: <b>{addr:street}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Ismert cím"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "A mentőállomás olyan terület, ahol mentőautókat, orvosi felszereléseket, egyéni védőfelszereléseket és egyéb orvosi felszereléseket tárolnak.",
|
||||
"name": "Mentőállomás-térkép",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Mentőállomás hozzáadása a térképhez",
|
||||
"title": "Mentőállomás"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"ambulance-agency": {
|
||||
"question": "Milyen szervezet működteti ezt az állomást?",
|
||||
"render": "Az állomás üzemeltetője: {operator}."
|
||||
},
|
||||
"ambulance-name": {
|
||||
"question": "Mi a neve ennek a menőtállomásnak?",
|
||||
"render": "A mentőállomás neve: {name}."
|
||||
},
|
||||
"ambulance-operator-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A mentőállomást a kormány üzemelteti."
|
||||
},
|
||||
"1": {
|
||||
"then": "Mentőállomást egy közösségi vagy nem hivatalos szervezet működteti."
|
||||
},
|
||||
"2": {
|
||||
"then": "A mentőállomást egy önkéntesekből álló hivatalos csoport működteti."
|
||||
},
|
||||
"3": {
|
||||
"then": "Az állomást egy magánkézben lévő szervezet működteti."
|
||||
}
|
||||
},
|
||||
"question": "Hogyan sorolható be az állomás üzemeltetője?",
|
||||
"render": "Az üzemeltető egy {operator:type} jellegű szervezet."
|
||||
},
|
||||
"ambulance-place": {
|
||||
"question": "Hol található az állomás? (Pl. a falu, kisváros vagy városrész neve.)",
|
||||
"render": "Ez az állomás itt található: {addr:place}."
|
||||
},
|
||||
"ambulance-street": {
|
||||
"question": " Mi a neve annak az utcának, amelyben az állomás található?",
|
||||
"render": "Ez az állomás a következő utcában van: {addr:street}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Mentőállomás"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Különféle műalkotások",
|
||||
"name": "Műalkotások",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Műalkotás"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Melyik művész alkotása ezt?",
|
||||
"render": "Alkotó: {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Építészet"
|
||||
},
|
||||
"1": {
|
||||
"then": "Falfestmény"
|
||||
},
|
||||
"2": {
|
||||
"then": "Festmény"
|
||||
},
|
||||
"3": {
|
||||
"then": "Absztrakt szobor"
|
||||
},
|
||||
"4": {
|
||||
"then": "Szobor"
|
||||
},
|
||||
"5": {
|
||||
"then": "Mellszobor"
|
||||
},
|
||||
"6": {
|
||||
"then": "Kő"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installáció"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Dombormű"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (portugál vagy spanyol dekoratív csempe)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Csempe"
|
||||
}
|
||||
},
|
||||
"question": "Milyen fajta műalkotás ez?",
|
||||
"render": "Ez egy {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Van-e olyan honlap, amely további információkat tartalmaz erről a műalkotásról?",
|
||||
"render": "További információ <a href='{website}' target='_blank'>ezen a weboldalon</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Melyik Wikidata-bejegyzés felel meg <b>ennek a műalkotásnak</b>?",
|
||||
"render": "Ez a megfelelő: <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -14,19 +146,109 @@
|
|||
"render": "Műalkotás"
|
||||
}
|
||||
},
|
||||
"barrier": {
|
||||
"description": "Kerékpározás közbeni akadályok, például terelőoszlopok és kerékpárakadályok",
|
||||
"name": "Akadályok",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Terelőoszlop az úton",
|
||||
"title": "Terelőoszlop"
|
||||
},
|
||||
"1": {
|
||||
"description": "A kerékpáros sebességét csökkentő kerékpárakadály",
|
||||
"title": "Kerékpárakadály"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bollard type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Eltávolítható terelőoszlop"
|
||||
},
|
||||
"1": {
|
||||
"then": "Rögzített terelőoszlop"
|
||||
},
|
||||
"2": {
|
||||
"then": "Lehajtható terelőoszlop"
|
||||
},
|
||||
"3": {
|
||||
"then": "Rugalmas (általában műanyag) terelőoszlop"
|
||||
},
|
||||
"4": {
|
||||
"then": "Felemelkedő terelőoszlop"
|
||||
}
|
||||
},
|
||||
"question": "Milyen fajta terelőoszlop ez?"
|
||||
},
|
||||
"Cycle barrier type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Egyszeres: csak két korlát, közöttük térköz <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kétszeres: két, egymáshoz képest eltolt korlát egymás után <img src='./assets/themes/cycle_infra/Cycle_barrier_double.svg' style='width:8em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Háromszoros: három, egymáshoz képest eltolt korlát egymás után <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Szűkítőkapu: a rés felül keskenyebb, mint alul <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>"
|
||||
}
|
||||
},
|
||||
"question": "Milyen fajta kerékpárakadály ez?"
|
||||
},
|
||||
"MaxWidth": {
|
||||
"question": "Milyen széles az akadályon az a rés, amelyen át lehet haladni?",
|
||||
"render": "Legnagyobb szélesség: {maxwidth:physical} m"
|
||||
},
|
||||
"Overlap (cyclebarrier)": {
|
||||
"question": "Mekkora a korlátok átfedése?",
|
||||
"render": "Átfedés: {overlap} m"
|
||||
},
|
||||
"Space between barrier (cyclebarrier)": {
|
||||
"question": "Mekkora távolság van a korlátok között (az út irányában)?",
|
||||
"render": "A korlátok közötti távolság (az út irányában): {width:separation} m"
|
||||
},
|
||||
"Width of opening (cyclebarrier)": {
|
||||
"question": "Milyen széles a korlátok melletti legkisebb nyílás?",
|
||||
"render": "Nyílás szélessége: {width:opening} m"
|
||||
},
|
||||
"barrier_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez egyetlen oszlop az úton"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez egy kerékpárakadály, amely lelassítja a kerékpárosokat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kerékpárral át lehet hajtani."
|
||||
},
|
||||
"1": {
|
||||
"then": "Kerékpárral nem lehet áthajtani."
|
||||
}
|
||||
},
|
||||
"question": "Át lehet-e menni rajta kerékpárral?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Padok",
|
||||
"tagRenderings": {
|
||||
"bench-backrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Háttámla: Igen"
|
||||
"then": "Háttámla van"
|
||||
},
|
||||
"1": {
|
||||
"then": "Háttámla: Nem"
|
||||
"then": "Háttámla nincs"
|
||||
}
|
||||
},
|
||||
"question": "Van háttámlája ennek a padnak?"
|
||||
"question": "Van-e háttámlája ennek a padnak?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
|
@ -55,7 +277,7 @@
|
|||
"then": "Szín: sárga"
|
||||
}
|
||||
},
|
||||
"question": "Milyen színű a pad?",
|
||||
"question": "Milyen színű ez a pad?",
|
||||
"render": "Szín: {colour}"
|
||||
},
|
||||
"bench-direction": {
|
||||
|
@ -141,33 +363,33 @@
|
|||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Az automata működik"
|
||||
"then": "Ez az automata működik"
|
||||
},
|
||||
"1": {
|
||||
"then": "Az automata elromlott"
|
||||
"then": "Ez az automata elromlott"
|
||||
},
|
||||
"2": {
|
||||
"then": "Az automata zárva van"
|
||||
"then": "Ez az automata zárva van"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
"name": "Kerékpáros parkoló",
|
||||
"name": "Kerékpártároló",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kerékpáros parkoló"
|
||||
"title": "Kerékpártároló"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bicycle parking type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "\"U\" <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>"
|
||||
"then": "Korlát <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kengyeles <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>"
|
||||
"then": "Kerékbefogó hurok <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Kétszintű <img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>"
|
||||
|
@ -176,19 +398,19 @@
|
|||
"then": "Fészer <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
|
||||
}
|
||||
},
|
||||
"question": "Milyen típusú ez a kerékpáros parkoló?",
|
||||
"render": "Ez egy {bicycle_parking} típusú kerékpáros parkoló"
|
||||
"question": "Milyen típusú ez a kerékpártároló?",
|
||||
"render": "Ez egy {bicycle_parking} típusú kerékpártároló"
|
||||
},
|
||||
"Is covered?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A parkoló fedett"
|
||||
"then": "Ez a parkoló fedett"
|
||||
},
|
||||
"1": {
|
||||
"then": "A parkoló nem fedett"
|
||||
"then": "Ez a parkoló nem fedett"
|
||||
}
|
||||
},
|
||||
"question": "Fedett ez a parkoló? (Beltéri parkoló esetén is válaszd a \"fedett\" opciót.)"
|
||||
"question": "Fedett-e ez a parkoló? Beltéri parkolónál is válaszd a „fedett” opciót."
|
||||
},
|
||||
"Underground?": {
|
||||
"mappings": {
|
||||
|
@ -208,11 +430,87 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kerékpáros parkoló"
|
||||
"render": "Kerékpártároló"
|
||||
}
|
||||
},
|
||||
"cafe_pub": {
|
||||
"description": "Egy olyan réteg, amely kávézókat és kocsmákat jelenít meg, ahol össze lehet gyűlni egy ital köré. A réteg néhány lényeges kérdést tesz fel",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Most nyitva van"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Kávézók és kocsmák",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "kocsma"
|
||||
},
|
||||
"1": {
|
||||
"title": "bár"
|
||||
},
|
||||
"2": {
|
||||
"title": "kávézó"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Classification": {
|
||||
"question": "Milyen fajta kávézó ez?"
|
||||
},
|
||||
"Name": {
|
||||
"question": "Mi a neve ennek a kocsmának?",
|
||||
"render": "A kocsma neve: {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"drinking_water": {
|
||||
"description": "Ivóvizet adó kutakat megjelenítő réteg",
|
||||
"name": "Ivóvíz",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "ivóvíz"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bottle refill": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Könnyen lehet vizespalackot tölteni"
|
||||
},
|
||||
"1": {
|
||||
"then": "Lehet, hogy nem fér alá egy vizespalack"
|
||||
}
|
||||
},
|
||||
"question": "Mennyire könnyű itt vizespalackot tölteni?"
|
||||
},
|
||||
"Still in use?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez az ivóvízkút működik"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez az ivóvízkút elromlott"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ez az ivóvízkút el van zárva"
|
||||
}
|
||||
},
|
||||
"question": "Működik-e még ez az ivóvíznyerő hely?",
|
||||
"render": "Működési állapota: <i>{operational_status}</i>"
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>Van egy másik ivóvízkút {_closest_other_drinking_water_distance} méter távolságra</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Ivóvíz"
|
||||
}
|
||||
},
|
||||
"ghost_bike": {
|
||||
"name": "Emlékkerékpár",
|
||||
"name": "Emlékkerékpárok",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Emlékkerékpár"
|
||||
|
@ -222,6 +520,119 @@
|
|||
"render": "Emlékkerékpár"
|
||||
}
|
||||
},
|
||||
"public_bookcase": {
|
||||
"description": "Egy utcai szekrény könyvekkel, amelyet bárki használhat",
|
||||
"filter": {
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Beltéri vagy kültéri"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Könyvespolcok",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Könyvespolc"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bookcase-booktypes": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Többnyire gyermekkönyvek"
|
||||
},
|
||||
"1": {
|
||||
"then": "Többnyire felnőtteknek szóló könyvek"
|
||||
},
|
||||
"2": {
|
||||
"then": "Gyerekeknek és felnőtteknek szóló könyvek egyaránt"
|
||||
}
|
||||
},
|
||||
"question": "Milyen fajta könyvek találhatók ezen a közösségi könyvespolcon?"
|
||||
},
|
||||
"bookcase-is-accessible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Nyilvánosan használható"
|
||||
},
|
||||
"1": {
|
||||
"then": "Csak ügyfelek használhatják"
|
||||
}
|
||||
},
|
||||
"question": "Szabadon hozzáférhető-e ez a közösségi könyvespolc?"
|
||||
},
|
||||
"bookcase-is-indoors": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez a könyvespolc beltérben található"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez a könyvespolc a szabadban van"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ez a könyvszekrény a szabadban van"
|
||||
}
|
||||
},
|
||||
"question": "A szabadban van-e ez a könyvespolc?"
|
||||
},
|
||||
"public_bookcase-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A „Little Free Library” hálózat része"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez a nyilvános könyvespolc nem része egy nagyobb hálózatnak"
|
||||
}
|
||||
},
|
||||
"question": "Része-e egy nagyobb hálózatnak ez a nyilvános könyvespolc?",
|
||||
"render": "Ez a nyilvános könyvespolc a(z) {brand} része"
|
||||
},
|
||||
"public_bookcase-capacity": {
|
||||
"question": "Hány könyv fér el ezen a nyilvános könyvespolcon?",
|
||||
"render": "Ezen a könyvespolcon {capacity} könyv fér el"
|
||||
},
|
||||
"public_bookcase-name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ennek a könyvespolcnak nincs neve"
|
||||
}
|
||||
},
|
||||
"question": "Mi a neve ennek a nyilvános könyvespolcnak?",
|
||||
"render": "Ennek a könyvespolcnak a neve: {name}"
|
||||
},
|
||||
"public_bookcase-operator": {
|
||||
"question": "Ki tartja fenn ezt a nyilvános könyvespolcot?",
|
||||
"render": "Üzemeltető: {operator}"
|
||||
},
|
||||
"public_bookcase-ref": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez a könyvespolc nem része egy nagyobb hálózatnak"
|
||||
}
|
||||
},
|
||||
"question": "Mi az azonosító száma ennek a nyilvános könyvespolcnak?",
|
||||
"render": "A(z) {brand} márkanéven belül ennek a nyilvános könyvespolcnak az azonosító száma: {ref}"
|
||||
},
|
||||
"public_bookcase-start_date": {
|
||||
"question": "Mikor állították fel ezt a nyilvános könyvespolcot?",
|
||||
"render": "Telepítés dátuma: {start_date}"
|
||||
},
|
||||
"public_bookcase-website": {
|
||||
"question": "Van-e olyan weboldal, ahol további információ található erről a nyilvános könyvespolcról?",
|
||||
"render": "További információ <a href='{website}' target='_blank'>ezen a weboldalon</a>."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A nyilvános könyvespolc neve: <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Könyvespolc"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"tagRenderings": {
|
||||
"shops-shop": {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"address": {
|
||||
"description": "Adressen",
|
||||
"name": "Bekende adressen in OSM",
|
||||
"tagRenderings": {
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
|
@ -8,8 +9,16 @@
|
|||
"then": "Dit gebouw heeft geen huisnummer"
|
||||
}
|
||||
},
|
||||
"question": "Wat is het huisnummer van dit huis?",
|
||||
"render": "Het huisnummer is <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"street": {
|
||||
"question": "In welke straat bevindt dit adres zich?",
|
||||
"render": "Dit adres bevindt zich in de straat <b>{addr:street}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bekend adres"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
|
@ -153,6 +162,9 @@
|
|||
},
|
||||
"barrier_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een enkel paaltje in de weg"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit zijn fietshekjes die fietsers afremmen"
|
||||
}
|
||||
|
@ -278,8 +290,14 @@
|
|||
"tagRenderings": {
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er is hier een normale zitbank"
|
||||
},
|
||||
"1": {
|
||||
"then": "Leunbank"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er is hier geen bank"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort bank is dit?"
|
||||
|
@ -568,6 +586,7 @@
|
|||
}
|
||||
},
|
||||
"bike_repair_station": {
|
||||
"description": "Deze laag toont fietspompen en herstelpunten voor fietsen",
|
||||
"name": "Fietspunten (herstel, pomp of allebei)",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -2180,6 +2199,9 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Zebrapad"
|
||||
},
|
||||
"3": {
|
||||
"then": "Oversteekplaats zonder kruispuntmarkeringen"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor oversteekplaats is dit?"
|
||||
|
|
|
@ -1,10 +1,87 @@
|
|||
{
|
||||
"address": {
|
||||
"description": "Adresy",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "Co wymaga naprawy? Proszę wytłumaczyć"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ten budynek nie ma numeru"
|
||||
}
|
||||
},
|
||||
"question": "Jaki jest numer tego domu?",
|
||||
"render": "Numer tego domu to <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"street": {
|
||||
"question": "Na jakiej ulicy znajduje się ten adres?",
|
||||
"render": "Ten adres znajduje się na ulicy <b>{addr:street}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Znany adres"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"name": "Dzieła sztuki",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Dzieło sztuki"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Który artysta to stworzył?",
|
||||
"render": "Stworzone przez {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architektura"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"2": {
|
||||
"then": "Obraz"
|
||||
},
|
||||
"3": {
|
||||
"then": "Rzeźba"
|
||||
},
|
||||
"4": {
|
||||
"then": "Posąg"
|
||||
},
|
||||
"5": {
|
||||
"then": "Popiersie"
|
||||
},
|
||||
"6": {
|
||||
"then": "Skała"
|
||||
},
|
||||
"7": {
|
||||
"then": "Instalacja artystyczna"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Płaskorzeźba"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (hiszpańskie płytka dekoracyjna)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Płyta ceramiczna (fliza)"
|
||||
}
|
||||
},
|
||||
"question": "Jakiego rodzaju jest to dzieło sztuki?",
|
||||
"render": "Jest to {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Gdzie znajdę więcej informacji na temat tego dzieła sztuki?",
|
||||
"render": "Więcej informacji na <a href='{website}' target='_blank'>tej stronie</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -1,8 +1,27 @@
|
|||
{
|
||||
"address": {
|
||||
"description": "Адреса"
|
||||
"description": "Адреса",
|
||||
"name": "Известные адреса в OSM",
|
||||
"tagRenderings": {
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "У этого здания нет номера"
|
||||
}
|
||||
},
|
||||
"question": "Какой номер у этого дома?",
|
||||
"render": "Номер дома <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"street": {
|
||||
"question": "Какая эта улица?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Известный адрес"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Станция скорой помощи это полигон для хранения транспорта, медицинского оборудования, средств индивидуальной защиты и других медицинских принадлежностей.",
|
||||
"name": "Карта станций скорой помощи",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -11,10 +30,24 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"ambulance-agency": {
|
||||
"question": "Какая организация управляет этой станцией?",
|
||||
"render": "Эта станция управляется {operator}."
|
||||
},
|
||||
"ambulance-name": {
|
||||
"question": "Как называется эта станция скорой помощи?",
|
||||
"render": "Эта станция называется {name}."
|
||||
},
|
||||
"ambulance-operator-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Станция управляется правительством."
|
||||
},
|
||||
"1": {
|
||||
"then": "Станция управляется волонтёрами или частной организацией."
|
||||
}
|
||||
}
|
||||
},
|
||||
"ambulance-place": {
|
||||
"question": "Где расположена станция? (напр., название населённого пункта)"
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"uploadingPicture": "Bezig met een foto te uploaden…",
|
||||
"uploadingMultiple": "Bezig met {count} foto's te uploaden…",
|
||||
"pleaseLogin": "Gelieve je aan te melden om een foto toe te voegen",
|
||||
"willBePublished": "Jouw foto wordt gepubliceerd: ",
|
||||
"willBePublished": "Jouw foto wordt gepubliceerd ",
|
||||
"cco": "in het publiek domein",
|
||||
"ccbs": "onder de CC-BY-SA-licentie",
|
||||
"ccb": "onder de CC-BY-licentie",
|
||||
|
@ -15,7 +15,9 @@
|
|||
"doDelete": "Verwijder afbeelding",
|
||||
"isDeleted": "Verwijderd",
|
||||
"uploadMultipleDone": "{count} afbeeldingen zijn toegevoegd. Bedankt voor je bijdrage!",
|
||||
"toBig": "Je afbeelding is te groot, namelijk {actual_size}. Gelieve afbeeldingen van maximaal {max_size} te gebruiken"
|
||||
"toBig": "Je afbeelding is te groot, namelijk {actual_size}. Gelieve afbeeldingen van maximaal {max_size} te gebruiken",
|
||||
"ccbsExplanation": "Als je foto met de CC-BY-SA-licentie gepubliceerd wordt, dan mag je foto gebruikt worden voor alle doeleinden, maar je naam moet vermeld worden en afgeleide werken moeten onder dezelfde licentie gepubliceerd worden",
|
||||
"ccoExplanation": "Als je foto in het publiek domein gepubliceerd wordt, dan mag iedereen je foto voor alle doeleinden gebruiken"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Data wordt geladen...",
|
||||
|
@ -41,7 +43,7 @@
|
|||
"error": "Niet gelukt..."
|
||||
},
|
||||
"add": {
|
||||
"addNewMapLabel": "Voeg item toe",
|
||||
"addNewMapLabel": "Klik hier om een item toe te voegen",
|
||||
"addNew": "Voeg hier een {category} toe",
|
||||
"title": "Nieuw punt toevoegen?",
|
||||
"intro": "Je klikte ergens waar er nog geen data is. Kies hieronder welk punt je wilt toevoegen<br/>",
|
||||
|
|
529
langs/pl.json
529
langs/pl.json
|
@ -1,269 +1,284 @@
|
|||
{
|
||||
"image": {
|
||||
"uploadingMultiple": "Wysyłanie {count} ilustracji…",
|
||||
"uploadingPicture": "Wysyłanie ilustracji…",
|
||||
"addPicture": "Dodaj zdjęcie",
|
||||
"pleaseLogin": "Proszę, zaloguj się by dodać ilustrację",
|
||||
"isDeleted": "Usunięte",
|
||||
"doDelete": "Usuń ilustrację",
|
||||
"dontDelete": "Anuluj",
|
||||
"uploadDone": "<span class=\"thanks\">Twoja ilustracja została dodana. Dzięki za pomoc!</span>",
|
||||
"uploadFailed": "Wysyłanie zdjęcia nie powiodło się. Czy masz połączenie z internetem i włączony dostęp zewnętrznych API? Przeglądarki Brave i UMatrix mogą je blokować.",
|
||||
"cco": "w domenie publicznej",
|
||||
"ccb": "na licencji CC-BY",
|
||||
"ccbs": "na licencji CC-BY-SA",
|
||||
"willBePublished": "Twoje zdjęcie będzie opublikowane: ",
|
||||
"respectPrivacy": "Nie fotografuj ludzi i tablic rejestracyjnych. Nie wysyłaj także treści z Google Maps, Google Streetview ani innych licencjonowanych źródeł."
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Zaloguj z OpenStreetMap",
|
||||
"pickLanguage": "Wybierz język: ",
|
||||
"skip": "Pomiń to pytanie",
|
||||
"cancel": "Anuluj",
|
||||
"save": "Zapisz",
|
||||
"returnToTheMap": "Wróć do mapy",
|
||||
"loginToStart": "Zaloguj się, aby odpowiedzieć na to pytanie",
|
||||
"search": {
|
||||
"error": "Coś poszło nie tak…",
|
||||
"nothing": "Nic nie znaleziono…",
|
||||
"searching": "Szukanie…",
|
||||
"search": "Wyszukaj lokalizację"
|
||||
},
|
||||
"add": {
|
||||
"stillLoading": "Dane wciąż się ładują. Poczekaj chwilę, zanim dodasz nowy punkt.",
|
||||
"zoomInFurther": "Powiększ jeszcze bardziej, aby dodać punkt.",
|
||||
"intro": "Kliknąłeś gdzieś, gdzie nie są jeszcze znane żadne dane.<br>",
|
||||
"title": "Czy dodać nowy punkt?",
|
||||
"addNew": "Dodaj nową {kategorię} tutaj",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Zaloguj się, aby dodać nowy punkt</a>",
|
||||
"confirmButton": "Dodaj tutaj {category}.<br><div class=\"alert\">Twój dodatek jest widoczny dla wszystkich</div>",
|
||||
"layerNotEnabled": "Warstwa {layer} nie jest włączona. Włącz tę warstwę, aby dodać punkt",
|
||||
"openLayerControl": "Otwórz okno sterowania warstwą",
|
||||
"confirmIntro": "<h3>Czy dodać tutaj {title}?</h3> Punkt, który tutaj utworzysz, będzie <b>widoczny dla wszystkich<b>. Proszę, dodawaj rzeczy do mapy tylko wtedy, gdy naprawdę istnieją. Wiele aplikacji korzysta z tych danych.</b></b>"
|
||||
},
|
||||
"number": "numer",
|
||||
"skippedQuestions": "Niektóre pytania są pominięte",
|
||||
"oneSkippedQuestion": "Jedno pytanie zostało pominięte",
|
||||
"welcomeBack": "Jesteś zalogowany, witaj z powrotem!",
|
||||
"opening_hours": {
|
||||
"ph_open": "otwarte",
|
||||
"ph_closed": "zamknięte",
|
||||
"ph_not_known": " ",
|
||||
"open_24_7": "Otwarte przez całą dobę",
|
||||
"closed_permanently": "Zamknięte na nieokreślony czas",
|
||||
"closed_until": "Zamknięte do {date}",
|
||||
"not_all_rules_parsed": "Godziny otwarcia tego sklepu są skomplikowane. Następujące reguły są ignorowane w elemencie wejściowym:",
|
||||
"openTill": "do",
|
||||
"open_during_ph": "W czasie świąt państwowych udogodnienie to jest",
|
||||
"error_loading": "Błąd: nie można zwizualizować tych godzin otwarcia.",
|
||||
"opensAt": "z"
|
||||
"image": {
|
||||
"uploadingMultiple": "Wysyłanie {count} zdjęć…",
|
||||
"uploadingPicture": "Wysyłanie zdjęcia…",
|
||||
"addPicture": "Dodaj zdjęcie",
|
||||
"pleaseLogin": "Zaloguj się, by dodać zdjęcie",
|
||||
"isDeleted": "Usunięte",
|
||||
"doDelete": "Usuń ilustrację",
|
||||
"dontDelete": "Anuluj",
|
||||
"uploadDone": "Twoje zdjęcie zostało dodane. Dzięki za pomoc!",
|
||||
"uploadFailed": "Wysyłanie zdjęcia nie powiodło się. Czy masz połączenie z internetem i włączony dostęp zewnętrznych API? Przeglądarki Brave i UMatrix mogą je blokować.",
|
||||
"cco": "w domenie publicznej",
|
||||
"ccb": "na licencji CC-BY",
|
||||
"ccbs": "na licencji CC-BY-SA",
|
||||
"willBePublished": "Twoje zdjęcie zostanie opublikowane ",
|
||||
"respectPrivacy": "Nie fotografuj ludzi i tablic rejestracyjnych. Nie wysyłaj także treści z Google Maps, Google Streetview ani innych licencjonowanych źródeł.",
|
||||
"ccoExplanation": "Dodanie zdjęcia do domeny publicznej oznacza, że każdy może zrobić z nim cokolwiek zechce"
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Zaloguj z OpenStreetMap",
|
||||
"pickLanguage": "Wybierz język: ",
|
||||
"skip": "Pomiń to pytanie",
|
||||
"cancel": "Anuluj",
|
||||
"save": "Zapisz",
|
||||
"returnToTheMap": "Wróć do mapy",
|
||||
"loginToStart": "Zaloguj się, aby odpowiedzieć na to pytanie",
|
||||
"search": {
|
||||
"error": "Coś poszło nie tak…",
|
||||
"nothing": "Nic nie znaleziono…",
|
||||
"searching": "Szukanie…",
|
||||
"search": "Wyszukaj lokalizację"
|
||||
},
|
||||
"add": {
|
||||
"stillLoading": "Dane wciąż się ładują. Poczekaj chwilę, zanim dodasz nowy punkt.",
|
||||
"zoomInFurther": "Powiększ jeszcze bardziej, aby dodać punkt.",
|
||||
"intro": "Kliknąłeś gdzieś, gdzie nie są jeszcze znane żadne dane.<br>",
|
||||
"title": "Czy dodać nowy punkt?",
|
||||
"addNew": "Dodaj nową {kategorię} tutaj",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Zaloguj się, aby dodać nowy punkt</a>",
|
||||
"confirmButton": "Dodaj tutaj {category}.<br><div class=\"alert\">Twój dodatek jest widoczny dla wszystkich</div>",
|
||||
"layerNotEnabled": "Warstwa {layer} nie jest włączona. Włącz tę warstwę, aby dodać punkt",
|
||||
"openLayerControl": "Otwórz okno sterowania warstwą",
|
||||
"confirmIntro": "<h3>Czy dodać tutaj {title}?</h3> Punkt, który tutaj utworzysz, będzie <b>widoczny dla wszystkich</b>. Proszę, dodawaj rzeczy do mapy tylko wtedy, gdy naprawdę istnieją. Wiele aplikacji korzysta z tych danych."
|
||||
},
|
||||
"number": "numer",
|
||||
"skippedQuestions": "Niektóre pytania są pominięte",
|
||||
"oneSkippedQuestion": "Jedno pytanie zostało pominięte",
|
||||
"welcomeBack": "Jesteś zalogowany, witaj z powrotem!",
|
||||
"opening_hours": {
|
||||
"ph_open": "otwarte",
|
||||
"ph_closed": "zamknięte",
|
||||
"ph_not_known": " ",
|
||||
"open_24_7": "Otwarte przez całą dobę",
|
||||
"closed_permanently": "Zamknięte na nieokreślony czas",
|
||||
"closed_until": "Zamknięte do {date}",
|
||||
"not_all_rules_parsed": "Godziny otwarcia tego sklepu są skomplikowane. Następujące reguły są ignorowane w elemencie wejściowym:",
|
||||
"openTill": "do",
|
||||
"open_during_ph": "W czasie świąt państwowych udogodnienie to jest",
|
||||
"error_loading": "Błąd: nie można zwizualizować tych godzin otwarcia.",
|
||||
"opensAt": "z"
|
||||
},
|
||||
"weekdays": {
|
||||
"wednesday": "Środa",
|
||||
"tuesday": "Wtorek",
|
||||
"monday": "Poniedziałek",
|
||||
"abbreviations": {
|
||||
"sunday": "Niedz",
|
||||
"saturday": "Sob",
|
||||
"friday": "Pt",
|
||||
"thursday": "Czw",
|
||||
"wednesday": "Śr",
|
||||
"monday": "Pn",
|
||||
"tuesday": "Wt"
|
||||
"loginWithOpenStreetMap": "Zaloguj z OpenStreetMap",
|
||||
"pickLanguage": "Wybierz język: ",
|
||||
"skip": "Pomiń to pytanie",
|
||||
"cancel": "Anuluj",
|
||||
"save": "Zapisz",
|
||||
"returnToTheMap": "Wróć do mapy",
|
||||
"loginToStart": "Zaloguj się, aby odpowiedzieć na to pytanie",
|
||||
"search": {
|
||||
"error": "Coś poszło nie tak…",
|
||||
"nothing": "Nic nie znaleziono…",
|
||||
"searching": "Szukanie…",
|
||||
"search": "Wyszukaj lokalizację"
|
||||
},
|
||||
"sunday": "Niedziela",
|
||||
"saturday": "Sobota",
|
||||
"friday": "Piątek",
|
||||
"thursday": "Czwartek"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>tematu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, element iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <a href=\"https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D\" target=\"_blank\">OsmCha</a>.</p>",
|
||||
"noNameCategory": "{category} bez nazwy",
|
||||
"nameInlineQuestion": "Nazwa tej {category} to $$$",
|
||||
"osmLinkTooltip": "Zobacz ten obiekt na OpenStreetMap, aby uzyskać historię i więcej opcji edycji",
|
||||
"sharescreen": {
|
||||
"addToHomeScreen": "<h3> Dodaj do ekranu głównego</h3>Możesz łatwo dodać tę stronę do ekranu głównego smartfona, aby poczuć się jak w domu. Kliknij przycisk \"Dodaj do ekranu głównego\" na pasku adresu URL, aby to zrobić.",
|
||||
"intro": "<h3> Udostępnij tę mapę</h3> Udostępnij tę mapę, kopiując poniższy link i wysyłając ją do przyjaciół i rodziny:",
|
||||
"fsIncludeCurrentLocation": "Uwzględnij bieżącą lokalizację",
|
||||
"fsIncludeCurrentLayers": "Uwzględnij wybór bieżącej warstwy",
|
||||
"fsIncludeCurrentBackgroundMap": "Dołącz bieżący wybór tła <b>{name}</b>",
|
||||
"fsGeolocation": "Włącz przycisk „Zlokalizuj mnie” (tylko na urządzeniach mobilnych)",
|
||||
"fsAddNew": "Włącz przycisk \"Dodaj nowe POI\"",
|
||||
"fsLayerControlToggle": "Zacznij od rozwiniętej kontroli warstw",
|
||||
"fsLayers": "Włącz kontrolę warstw",
|
||||
"fsWelcomeMessage": "Pokaż wyskakujące okienko wiadomości powitalnej i powiązane zakładki",
|
||||
"fsSearch": "Włącz pasek wyszukiwania",
|
||||
"fsUserbadge": "Włącz przycisk logowania",
|
||||
"editThemeDescription": "Dodaj lub zmień pytania do tego motywu mapy",
|
||||
"editThisTheme": "Edytuj ten motyw",
|
||||
"thanksForSharing": "Dzięki za udostępnienie!",
|
||||
"copiedToClipboard": "Link został skopiowany do schowka",
|
||||
"embedIntro": "<h3>Umieść na swojej stronie internetowej</h3>Proszę, umieść tę mapę na swojej stronie internetowej. <br>Zachęcamy cię do tego - nie musisz nawet pytać o zgodę. <br>Jest ona darmowa i zawsze będzie. Im więcej osób jej używa, tym bardziej staje się wartościowa."
|
||||
},
|
||||
"questions": {
|
||||
"emailIs": "Adres e-mail {category} to <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Jaki jest adres e-mail {category}?",
|
||||
"websiteIs": "Strona internetowa: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteOf": "Jaka jest strona internetowa {category}?",
|
||||
"phoneNumberIs": "Numer telefonu {category} to <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Jaki jest numer telefonu do {category}?"
|
||||
},
|
||||
"about": "Łatwo edytuj i dodaj OpenStreetMap dla określonego motywu",
|
||||
"layerSelection": {
|
||||
"title": "Wybierz warstwy",
|
||||
"zoomInToSeeThisLayer": "Powiększ, aby zobaczyć tę warstwę"
|
||||
},
|
||||
"backgroundMap": "Tło mapy",
|
||||
"customThemeIntro": "<h3>Motywy własne</h3>Są to wcześniej odwiedzone motywy stworzone przez użytkowników.",
|
||||
"noTagsSelected": "Nie wybrano tagów",
|
||||
"getStartedNewAccount": " lub <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">utwórz nowe konto</a>",
|
||||
"getStartedLogin": "Zaloguj się za pomocą OpenStreetMap, aby rozpocząć",
|
||||
"goToInbox": "Otwórz skrzynkę odbiorczą",
|
||||
"fewChangesBefore": "Proszę odpowiedzieć na kilka pytań dotyczących istniejących punktów przed dodaniem nowego punktu.",
|
||||
"readYourMessages": "Przeczytaj wszystkie wiadomości OpenStreetMap przed dodaniem nowego punktu."
|
||||
"add": {
|
||||
"stillLoading": "Dane wciąż się ładują. Poczekaj chwilę, zanim dodasz nowy punkt.",
|
||||
"zoomInFurther": "Powiększ jeszcze bardziej, aby dodać punkt.",
|
||||
"intro": "Kliknąłeś gdzieś, gdzie nie są jeszcze znane żadne dane.<br>",
|
||||
"title": "Czy dodać nowy punkt?",
|
||||
"addNew": "Dodaj nową {kategorię} tutaj",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Zaloguj się, aby dodać nowy punkt</a>",
|
||||
"confirmButton": "Dodaj tutaj {category}.<br><div class=\"alert\">Twój dodatek jest widoczny dla wszystkich</div>",
|
||||
"layerNotEnabled": "Warstwa {layer} nie jest włączona. Włącz tę warstwę, aby dodać punkt",
|
||||
"openLayerControl": "Otwórz okno sterowania warstwą",
|
||||
"confirmIntro": "<h3>Czy dodać tutaj {title}?</h3> Punkt, który tutaj utworzysz, będzie <b>widoczny dla wszystkich<b>. Proszę, dodawaj rzeczy do mapy tylko wtedy, gdy naprawdę istnieją. Wiele aplikacji korzysta z tych danych.</b></b>"
|
||||
},
|
||||
"number": "numer",
|
||||
"skippedQuestions": "Niektóre pytania są pominięte",
|
||||
"oneSkippedQuestion": "Jedno pytanie zostało pominięte",
|
||||
"welcomeBack": "Jesteś zalogowany, witaj z powrotem!",
|
||||
"opening_hours": {
|
||||
"ph_open": "otwarte",
|
||||
"ph_closed": "zamknięte",
|
||||
"ph_not_known": " ",
|
||||
"open_24_7": "Otwarte przez całą dobę",
|
||||
"closed_permanently": "Zamknięte na nieokreślony czas",
|
||||
"closed_until": "Zamknięte do {date}",
|
||||
"not_all_rules_parsed": "Godziny otwarcia tego sklepu są skomplikowane. Następujące reguły są ignorowane w elemencie wejściowym:",
|
||||
"openTill": "do",
|
||||
"open_during_ph": "W czasie świąt państwowych udogodnienie to jest",
|
||||
"error_loading": "Błąd: nie można zwizualizować tych godzin otwarcia.",
|
||||
"opensAt": "z"
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Zaloguj z OpenStreetMap",
|
||||
"pickLanguage": "Wybierz język: ",
|
||||
"skip": "Pomiń to pytanie",
|
||||
"cancel": "Anuluj",
|
||||
"save": "Zapisz",
|
||||
"returnToTheMap": "Wróć do mapy",
|
||||
"loginToStart": "Zaloguj się, aby odpowiedzieć na to pytanie",
|
||||
"search": {
|
||||
"error": "Coś poszło nie tak…",
|
||||
"nothing": "Nic nie znaleziono…",
|
||||
"searching": "Szukanie…",
|
||||
"search": "Wyszukaj lokalizację"
|
||||
},
|
||||
"add": {
|
||||
"stillLoading": "Dane wciąż się ładują. Poczekaj chwilę, zanim dodasz nowy punkt.",
|
||||
"zoomInFurther": "Powiększ jeszcze bardziej, aby dodać punkt.",
|
||||
"intro": "Kliknąłeś gdzieś, gdzie nie są jeszcze znane żadne dane.<br>",
|
||||
"title": "Czy dodać nowy punkt?",
|
||||
"addNew": "Dodaj nową {kategorię} tutaj",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Zaloguj się, aby dodać nowy punkt</a>",
|
||||
"confirmButton": "Dodaj tutaj {category}.<br><div class=\"alert\">Twój dodatek jest widoczny dla wszystkich</div>",
|
||||
"layerNotEnabled": "Warstwa {layer} nie jest włączona. Włącz tę warstwę, aby dodać punkt",
|
||||
"openLayerControl": "Otwórz okno sterowania warstwą",
|
||||
"confirmIntro": "<h3>Czy dodać tutaj {title}?</h3> Punkt, który tutaj utworzysz, będzie <b>widoczny dla wszystkich</b>. Proszę, dodawaj rzeczy do mapy tylko wtedy, gdy naprawdę istnieją. Wiele aplikacji korzysta z tych danych."
|
||||
},
|
||||
"number": "numer",
|
||||
"skippedQuestions": "Niektóre pytania są pominięte",
|
||||
"oneSkippedQuestion": "Jedno pytanie zostało pominięte",
|
||||
"welcomeBack": "Jesteś zalogowany, witaj z powrotem!",
|
||||
"opening_hours": {
|
||||
"ph_open": "otwarte",
|
||||
"ph_closed": "zamknięte",
|
||||
"ph_not_known": " ",
|
||||
"open_24_7": "Otwarte przez całą dobę",
|
||||
"closed_permanently": "Zamknięte na nieokreślony czas",
|
||||
"closed_until": "Zamknięte do {date}",
|
||||
"not_all_rules_parsed": "Godziny otwarcia tego sklepu są skomplikowane. Następujące reguły są ignorowane w elemencie wejściowym:",
|
||||
"openTill": "do",
|
||||
"open_during_ph": "W czasie świąt państwowych udogodnienie to jest",
|
||||
"error_loading": "Błąd: nie można zwizualizować tych godzin otwarcia.",
|
||||
"opensAt": "z"
|
||||
},
|
||||
"weekdays": {
|
||||
"wednesday": "Środa",
|
||||
"tuesday": "Wtorek",
|
||||
"monday": "Poniedziałek",
|
||||
"abbreviations": {
|
||||
"sunday": "Niedz",
|
||||
"saturday": "Sob",
|
||||
"friday": "Pt",
|
||||
"thursday": "Czw",
|
||||
"wednesday": "Śr",
|
||||
"monday": "Pn",
|
||||
"tuesday": "Wt"
|
||||
},
|
||||
"sunday": "Niedziela",
|
||||
"saturday": "Sobota",
|
||||
"friday": "Piątek",
|
||||
"thursday": "Czwartek"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>tematu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, element iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <a href=\"https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D\" target=\"_blank\">OsmCha</a>.</p>",
|
||||
"noNameCategory": "{category} bez nazwy",
|
||||
"nameInlineQuestion": "Nazwa tej {category} to $$$",
|
||||
"osmLinkTooltip": "Zobacz ten obiekt na OpenStreetMap, aby uzyskać historię i więcej opcji edycji",
|
||||
"sharescreen": {
|
||||
"addToHomeScreen": "<h3> Dodaj do ekranu głównego</h3>Możesz łatwo dodać tę stronę do ekranu głównego smartfona, aby poczuć się jak w domu. Kliknij przycisk \"Dodaj do ekranu głównego\" na pasku adresu URL, aby to zrobić.",
|
||||
"intro": "<h3> Udostępnij tę mapę</h3> Udostępnij tę mapę, kopiując poniższy link i wysyłając ją do przyjaciół i rodziny:",
|
||||
"fsIncludeCurrentLocation": "Uwzględnij bieżącą lokalizację",
|
||||
"fsIncludeCurrentLayers": "Uwzględnij wybór bieżącej warstwy",
|
||||
"fsIncludeCurrentBackgroundMap": "Dołącz bieżący wybór tła <b>{name}</b>",
|
||||
"fsGeolocation": "Włącz przycisk „Zlokalizuj mnie” (tylko na urządzeniach mobilnych)",
|
||||
"fsAddNew": "Włącz przycisk \"Dodaj nowe POI\"",
|
||||
"fsLayerControlToggle": "Zacznij od rozwiniętej kontroli warstw",
|
||||
"fsLayers": "Włącz kontrolę warstw",
|
||||
"fsWelcomeMessage": "Pokaż wyskakujące okienko wiadomości powitalnej i powiązane zakładki",
|
||||
"fsSearch": "Włącz pasek wyszukiwania",
|
||||
"fsUserbadge": "Włącz przycisk logowania",
|
||||
"editThemeDescription": "Dodaj lub zmień pytania do tego motywu mapy",
|
||||
"editThisTheme": "Edytuj ten motyw",
|
||||
"thanksForSharing": "Dzięki za udostępnienie!",
|
||||
"copiedToClipboard": "Link został skopiowany do schowka",
|
||||
"embedIntro": "<h3>Umieść na swojej stronie internetowej</h3>Proszę, umieść tę mapę na swojej stronie internetowej. <br>Zachęcamy cię do tego - nie musisz nawet pytać o zgodę. <br>Jest ona darmowa i zawsze będzie. Im więcej osób jej używa, tym bardziej staje się wartościowa."
|
||||
},
|
||||
"questions": {
|
||||
"emailIs": "Adres e-mail {category} to <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Jaki jest adres e-mail {category}?",
|
||||
"websiteIs": "Strona internetowa: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteOf": "Jaka jest strona internetowa {category}?",
|
||||
"phoneNumberIs": "Numer telefonu {category} to <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Jaki jest numer telefonu do {category}?"
|
||||
},
|
||||
"about": "Łatwo edytuj i dodaj OpenStreetMap dla określonego motywu",
|
||||
"layerSelection": {
|
||||
"title": "Wybierz warstwy",
|
||||
"zoomInToSeeThisLayer": "Powiększ, aby zobaczyć tę warstwę"
|
||||
},
|
||||
"backgroundMap": "Tło mapy",
|
||||
"customThemeIntro": "<h3>Motywy własne</h3>Są to wcześniej odwiedzone motywy stworzone przez użytkowników.",
|
||||
"noTagsSelected": "Nie wybrano tagów",
|
||||
"getStartedNewAccount": " lub <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">utwórz nowe konto</a>",
|
||||
"getStartedLogin": "Zaloguj się za pomocą OpenStreetMap, aby rozpocząć",
|
||||
"goToInbox": "Otwórz skrzynkę odbiorczą",
|
||||
"fewChangesBefore": "Proszę odpowiedzieć na kilka pytań dotyczących istniejących punktów przed dodaniem nowego punktu.",
|
||||
"readYourMessages": "Przeczytaj wszystkie wiadomości OpenStreetMap przed dodaniem nowego punktu."
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Wybierz temat poniżej, aby rozpocząć.",
|
||||
"intro": "MapComplete to przeglądarka i edytor OpenStreetMap, który pokazuje informacje podzielone według tematu.",
|
||||
"title": "Witaj w MapComplete",
|
||||
"#": "Te teksty są wyświetlane nad przyciskami motywu, gdy nie jest załadowany żaden motyw"
|
||||
},
|
||||
"weekdays": {
|
||||
"wednesday": "Środa",
|
||||
"tuesday": "Wtorek",
|
||||
"monday": "Poniedziałek",
|
||||
"abbreviations": {
|
||||
"sunday": "Niedz",
|
||||
"saturday": "Sob",
|
||||
"friday": "Pt",
|
||||
"thursday": "Czw",
|
||||
"wednesday": "Śr",
|
||||
"monday": "Pn",
|
||||
"tuesday": "Wt"
|
||||
},
|
||||
"sunday": "Niedziela",
|
||||
"saturday": "Sobota",
|
||||
"friday": "Piątek",
|
||||
"thursday": "Czwartek"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>motywu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <a href=\"https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D\" target=\"_blank\">OsmCha</a>.</p>.",
|
||||
"noNameCategory": "{category} bez nazwy",
|
||||
"nameInlineQuestion": "Nazwa tej {category} to $$$",
|
||||
"osmLinkTooltip": "Zobacz ten obiekt na OpenStreetMap, aby uzyskać historię i więcej opcji edycji",
|
||||
"sharescreen": {
|
||||
"addToHomeScreen": "<h3> Dodaj do ekranu głównego</h3>Możesz łatwo dodać tę stronę do ekranu głównego smartfona, aby poczuć się jak w domu. Kliknij przycisk \"Dodaj do ekranu głównego\" na pasku adresu URL, aby to zrobić.",
|
||||
"intro": "<h3> Udostępnij tę mapę</h3> Udostępnij tę mapę, kopiując poniższy link i wysyłając ją do przyjaciół i rodziny:",
|
||||
"fsIncludeCurrentLocation": "Uwzględnij bieżącą lokalizację",
|
||||
"fsIncludeCurrentLayers": "Uwzględnij wybór bieżącej warstwy",
|
||||
"fsIncludeCurrentBackgroundMap": "Dołącz bieżący wybór tła <b>{name}</b>",
|
||||
"fsGeolocation": "Włącz przycisk „Zlokalizuj mnie” (tylko na urządzeniach mobilnych)",
|
||||
"fsAddNew": "Włącz przycisk \"Dodaj nowe POI\"",
|
||||
"fsLayerControlToggle": "Zacznij od rozwiniętej kontroli warstw",
|
||||
"fsLayers": "Włącz kontrolę warstw",
|
||||
"fsWelcomeMessage": "Pokaż wyskakujące okienko wiadomości powitalnej i powiązane zakładki",
|
||||
"fsSearch": "Włącz pasek wyszukiwania",
|
||||
"fsUserbadge": "Włącz przycisk logowania",
|
||||
"editThemeDescription": "Dodaj lub zmień pytania do tego motywu mapy",
|
||||
"editThisTheme": "Edytuj ten motyw",
|
||||
"thanksForSharing": "Dzięki za udostępnienie!",
|
||||
"copiedToClipboard": "Link został skopiowany do schowka",
|
||||
"embedIntro": "<h3>Umieść na swojej stronie internetowej</h3>Proszę, umieść tę mapę na swojej stronie internetowej. <br>Zachęcamy cię do tego - nie musisz nawet pytać o zgodę. <br>Jest ona darmowa i zawsze będzie. Im więcej osób jej używa, tym bardziej staje się wartościowa."
|
||||
},
|
||||
"questions": {
|
||||
"emailIs": "Adres e-mail {category} to <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Jaki jest adres e-mail {category}?",
|
||||
"websiteIs": "Strona internetowa: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteOf": "Jaka jest strona internetowa {category}?",
|
||||
"phoneNumberIs": "Numer telefonu {category} to <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Jaki jest numer telefonu do {category}?"
|
||||
},
|
||||
"about": "Łatwo edytuj i dodaj OpenStreetMap dla określonego motywu",
|
||||
"layerSelection": {
|
||||
"title": "Wybierz warstwy",
|
||||
"zoomInToSeeThisLayer": "Powiększ, aby zobaczyć tę warstwę"
|
||||
},
|
||||
"backgroundMap": "Tło mapy",
|
||||
"customThemeIntro": "<h3>Motywy własne</h3>Są to wcześniej odwiedzone motywy stworzone przez użytkowników.",
|
||||
"noTagsSelected": "Nie wybrano tagów",
|
||||
"getStartedNewAccount": " lub <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">utwórz nowe konto</a>",
|
||||
"getStartedLogin": "Zaloguj się za pomocą OpenStreetMap, aby rozpocząć",
|
||||
"goToInbox": "Otwórz skrzynkę odbiorczą",
|
||||
"fewChangesBefore": "Proszę odpowiedzieć na kilka pytań dotyczących istniejących punktów przed dodaniem nowego punktu.",
|
||||
"readYourMessages": "Przeczytaj wszystkie wiadomości OpenStreetMap przed dodaniem nowego punktu."
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Wybierz temat poniżej, aby rozpocząć.",
|
||||
"intro": "MapComplete to przeglądarka i edytor OpenStreetMap, który pokazuje informacje podzielone według tematu.",
|
||||
"title": "Witaj w MapComplete",
|
||||
"#": "Te teksty są wyświetlane nad przyciskami motywu, gdy nie jest załadowany żaden motyw"
|
||||
"pickTheme": "Wybierz temat z dostępnych poniżej by zacząć.",
|
||||
"intro": "MapComplete to przeglądarka i edytor OpenStreetMap, który pokazuje informacje podzielone według tematu.",
|
||||
"title": "Witaj w MapComplete",
|
||||
"#": "Te teksty są wyświetlane nad przyciskami motywu, gdy nie jest załadowany żaden motyw"
|
||||
},
|
||||
"weekdays": {
|
||||
"wednesday": "Środa",
|
||||
"tuesday": "Wtorek",
|
||||
"monday": "Poniedziałek",
|
||||
"abbreviations": {
|
||||
"sunday": "Niedz",
|
||||
"saturday": "Sob",
|
||||
"friday": "Pt",
|
||||
"thursday": "Czw",
|
||||
"wednesday": "Śr",
|
||||
"monday": "Pn",
|
||||
"tuesday": "Wt"
|
||||
},
|
||||
"sunday": "Niedziela",
|
||||
"saturday": "Sobota",
|
||||
"friday": "Piątek",
|
||||
"thursday": "Czwartek"
|
||||
"centerMessage": {
|
||||
"loadingData": "Ładowanie danych…",
|
||||
"ready": "Zrobione!",
|
||||
"zoomIn": "Przybliż żeby zobaczyć lub edytować",
|
||||
"retrying": "Ładowanie danych nie powiodło się. Spróbujemy ponownie za {liczba} sekund…"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>motywu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <a href=\"https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D\" target=\"_blank\">OsmCha</a>.</p>.",
|
||||
"noNameCategory": "{category} bez nazwy",
|
||||
"nameInlineQuestion": "Nazwa tej {category} to $$$",
|
||||
"osmLinkTooltip": "Zobacz ten obiekt na OpenStreetMap, aby uzyskać historię i więcej opcji edycji",
|
||||
"sharescreen": {
|
||||
"addToHomeScreen": "<h3> Dodaj do ekranu głównego</h3>Możesz łatwo dodać tę stronę do ekranu głównego smartfona, aby poczuć się jak w domu. Kliknij przycisk \"Dodaj do ekranu głównego\" na pasku adresu URL, aby to zrobić.",
|
||||
"intro": "<h3> Udostępnij tę mapę</h3> Udostępnij tę mapę, kopiując poniższy link i wysyłając ją do przyjaciół i rodziny:",
|
||||
"fsIncludeCurrentLocation": "Uwzględnij bieżącą lokalizację",
|
||||
"fsIncludeCurrentLayers": "Uwzględnij wybór bieżącej warstwy",
|
||||
"fsIncludeCurrentBackgroundMap": "Dołącz bieżący wybór tła <b>{name}</b>",
|
||||
"fsGeolocation": "Włącz przycisk „Zlokalizuj mnie” (tylko na urządzeniach mobilnych)",
|
||||
"fsAddNew": "Włącz przycisk \"Dodaj nowe POI\"",
|
||||
"fsLayerControlToggle": "Zacznij od rozwiniętej kontroli warstw",
|
||||
"fsLayers": "Włącz kontrolę warstw",
|
||||
"fsWelcomeMessage": "Pokaż wyskakujące okienko wiadomości powitalnej i powiązane zakładki",
|
||||
"fsSearch": "Włącz pasek wyszukiwania",
|
||||
"fsUserbadge": "Włącz przycisk logowania",
|
||||
"editThemeDescription": "Dodaj lub zmień pytania do tego motywu mapy",
|
||||
"editThisTheme": "Edytuj ten motyw",
|
||||
"thanksForSharing": "Dzięki za udostępnienie!",
|
||||
"copiedToClipboard": "Link został skopiowany do schowka",
|
||||
"embedIntro": "<h3>Umieść na swojej stronie internetowej</h3>Proszę, umieść tę mapę na swojej stronie internetowej. <br>Zachęcamy cię do tego - nie musisz nawet pytać o zgodę. <br>Jest ona darmowa i zawsze będzie. Im więcej osób jej używa, tym bardziej staje się wartościowa."
|
||||
"reviews": {
|
||||
"plz_login": "Zaloguj się, aby zostawić opinię",
|
||||
"saving_review": "Zapisywanie…",
|
||||
"posting_as": "Publikowanie jako",
|
||||
"no_rating": "Nie podano oceny",
|
||||
"name_required": "Nazwa jest wymagana do wyświetlania i tworzenia opinii",
|
||||
"title": "{count} opinii",
|
||||
"title_singular": "Jedna opinia",
|
||||
"attribution": "Recenzje są obsługiwane przez <a href=\"https://mangrove.reviews/\" target=\"_blank\">Recenzje Mangrove</a> i są dostępne na licencji <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Jeśli utworzysz recenzję, zgadzasz się na <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">TOS i politykę prywatności Mangrove.reviews</a>.",
|
||||
"saved": "<span class=\"thanks\">Opinia została zapisana. Dzięki za udostępnienie!</span>",
|
||||
"affiliated_reviewer_warning": "(Recenzja powiązana)",
|
||||
"i_am_affiliated": "<span>Jestem powiązany z tym obiektem</span><br><span class=\"subtle\">Sprawdź czy jesteś właścicielem, twórcą, pracownikiem, ...</span>",
|
||||
"write_a_comment": "Zostaw recenzję…",
|
||||
"no_reviews_yet": "Nie ma jeszcze recenzji. Bądź pierwszym, który je napisze i pomóż otworzyć dane i biznes!"
|
||||
},
|
||||
"questions": {
|
||||
"emailIs": "Adres e-mail {category} to <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Jaki jest adres e-mail {category}?",
|
||||
"websiteIs": "Strona internetowa: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteOf": "Jaka jest strona internetowa {category}?",
|
||||
"phoneNumberIs": "Numer telefonu {category} to <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Jaki jest numer telefonu do {category}?"
|
||||
"favourite": {
|
||||
"reload": "Odśwież dane",
|
||||
"loginNeeded": "<h3>Zaloguj się</h3>Osobisty układ jest dostępny tylko dla użytkowników OpenStreetMap",
|
||||
"panelIntro": "<h3>Twój osobisty motyw</h3>Aktywuj swoje ulubione warstwy spośród wszystkich oficjalnych motywów"
|
||||
},
|
||||
"about": "Łatwo edytuj i dodaj OpenStreetMap dla określonego motywu",
|
||||
"layerSelection": {
|
||||
"title": "Wybierz warstwy",
|
||||
"zoomInToSeeThisLayer": "Powiększ, aby zobaczyć tę warstwę"
|
||||
"delete": {
|
||||
"delete": "Usuń",
|
||||
"cancel": "Anuluj",
|
||||
"isDeleted": "Ten obiekt został usunięty",
|
||||
"cannotBeDeleted": "Ten obiekt nie może zostać usunięty"
|
||||
},
|
||||
"backgroundMap": "Tło mapy",
|
||||
"customThemeIntro": "<h3>Motywy własne</h3>Są to wcześniej odwiedzone motywy stworzone przez użytkowników.",
|
||||
"noTagsSelected": "Nie wybrano tagów",
|
||||
"getStartedNewAccount": " lub <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">utwórz nowe konto</a>",
|
||||
"getStartedLogin": "Zaloguj się za pomocą OpenStreetMap, aby rozpocząć",
|
||||
"goToInbox": "Otwórz skrzynkę odbiorczą",
|
||||
"fewChangesBefore": "Proszę odpowiedzieć na kilka pytań dotyczących istniejących punktów przed dodaniem nowego punktu.",
|
||||
"readYourMessages": "Przeczytaj wszystkie wiadomości OpenStreetMap przed dodaniem nowego punktu."
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Wybierz temat z dostępnych poniżej by zacząć.",
|
||||
"intro": "MapComplete to przeglądarka i edytor OpenStreetMap, który pokazuje informacje podzielone według tematu.",
|
||||
"title": "Witaj w MapComplete",
|
||||
"#": "Te teksty są wyświetlane nad przyciskami motywu, gdy nie jest załadowany żaden motyw"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Ładowanie danych…",
|
||||
"ready": "Zrobione!",
|
||||
"zoomIn": "Przybliż żeby zobaczyć lub edytować",
|
||||
"retrying": "Ładowanie danych nie powiodło się. Spróbujemy ponownie za {liczba} sekund…"
|
||||
},
|
||||
"reviews": {
|
||||
"plz_login": "Zaloguj się, aby zostawić opinię",
|
||||
"saving_review": "Zapisywanie…",
|
||||
"posting_as": "Publikowanie jako",
|
||||
"no_rating": "Nie podano oceny",
|
||||
"name_required": "Nazwa jest wymagana do wyświetlania i tworzenia opinii",
|
||||
"title": "{count} opinii",
|
||||
"title_singular": "Jedna opinia",
|
||||
"attribution": "Recenzje są obsługiwane przez <a href=\"https://mangrove.reviews/\" target=\"_blank\">Recenzje Mangrove</a> i są dostępne na licencji <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Jeśli utworzysz recenzję, zgadzasz się na <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">TOS i politykę prywatności Mangrove.reviews</a>.",
|
||||
"saved": "<span class=\"thanks\">Opinia została zapisana. Dzięki za udostępnienie!</span>",
|
||||
"affiliated_reviewer_warning": "(Recenzja powiązana)",
|
||||
"i_am_affiliated": "<span>Jestem powiązany z tym obiektem</span><br><span class=\"subtle\">Sprawdź czy jesteś właścicielem, twórcą, pracownikiem, ...</span>",
|
||||
"write_a_comment": "Zostaw recenzję…",
|
||||
"no_reviews_yet": "Nie ma jeszcze recenzji. Bądź pierwszym, który je napisze i pomóż otworzyć dane i biznes!"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Odśwież dane",
|
||||
"loginNeeded": "<h3>Zaloguj się</h3>Osobisty układ jest dostępny tylko dla użytkowników OpenStreetMap",
|
||||
"panelIntro": "<h3>Twój osobisty motyw</h3>Aktywuj swoje ulubione warstwy spośród wszystkich oficjalnych motywów"
|
||||
}
|
||||
"split": {
|
||||
"cancel": "Anuluj",
|
||||
"loginToSplit": "Musisz się zalogować, by podzielić drogę",
|
||||
"splitTitle": "Wybierz na mapie gdzie podzielić tę drogę",
|
||||
"hasBeenSplit": "Ta droga została podzielona",
|
||||
"split": "Podziel",
|
||||
"inviteToSplit": "Podziel tę drogę na mniejsze segmenty. Pozwala to na nadanie różnych właściwości do poszczególnych części drogi."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -127,7 +127,9 @@
|
|||
"pickTheme": "Выберите тему ниже, чтобы начать.",
|
||||
"#": "Эти надписи отображаются над кнопками тем, когда тема не загружена",
|
||||
"intro": "MapComplete - это редактор OpenStreetMap, который показывает информацию с разделением по темам.",
|
||||
"title": "Добро пожаловать в MapComplete"
|
||||
"title": "Добро пожаловать в MapComplete",
|
||||
"logIn": "Войдите чтобы увидеть другие посещённые темы",
|
||||
"featuredThemeTitle": "Интересное на этой неделе"
|
||||
},
|
||||
"centerMessage": {
|
||||
"retrying": "Не удалось загрузить данные. Попробуем ещё раз через {count} секунд…",
|
||||
|
@ -145,11 +147,12 @@
|
|||
"ccb": "под лицензией CC-BY",
|
||||
"ccbs": "под лицензией CC-BY-SA",
|
||||
"cco": "в открытом доступе",
|
||||
"willBePublished": "Ваше изображение будет опубликовано: ",
|
||||
"willBePublished": "Ваше изображение будет опубликовано ",
|
||||
"pleaseLogin": "Пожалуйста, войдите в систему, чтобы добавить изображение",
|
||||
"uploadingMultiple": "Загружаем {count} изображений…",
|
||||
"uploadingPicture": "Загружаем изображение…",
|
||||
"addPicture": "Добавить изображение"
|
||||
"addPicture": "Добавить изображение",
|
||||
"uploadMultipleDone": "{count} изображений добавлено. Спасибо за помощь!"
|
||||
},
|
||||
"reviews": {
|
||||
"plz_login": "Войдите, чтобы оставить отзыв",
|
||||
|
@ -175,9 +178,17 @@
|
|||
"delete": {
|
||||
"delete": "Удалить",
|
||||
"cancel": "Отмена",
|
||||
"safeDelete": "Эта точка может быть безопасно удалена."
|
||||
"safeDelete": "Эта точка может быть безопасно удалена.",
|
||||
"isDeleted": "Эта функция удалена",
|
||||
"cannotBeDeleted": "Эта возможность не может быть удалена",
|
||||
"loginToDelete": "Вы должны войти в профиль чтобы удалить дочку"
|
||||
},
|
||||
"split": {
|
||||
"cancel": "Отмена"
|
||||
"cancel": "Отмена",
|
||||
"hasBeenSplit": "Этот путь был разделён",
|
||||
"splitTitle": "Выберите карту на которой хотите разделить дорогу",
|
||||
"split": "Разделить",
|
||||
"inviteToSplit": "Разделите эту дорогу на маленькие части. Это позволит дпть больше информации частей дороги.",
|
||||
"loginToSplit": "Вы должны войти в профиль, чтобы разделить дорогу"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,13 +61,20 @@
|
|||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Il y a suffisamment de prises disponibles pour les client·e·s en intérieur souhaitant recharger leurs appareils"
|
||||
},
|
||||
"1": {
|
||||
"then": "Il y a peu de prises disponibles pour les client·e·s en intérieur souhaitant recharger leurs appareils"
|
||||
},
|
||||
"2": {
|
||||
"then": "Il n'y a pas de prises disponibles à l'intérieur pour les clients, mais la recharge est peut-être possible sur demande auprès des employés"
|
||||
},
|
||||
"3": {
|
||||
"then": "Il n'y a pas de prises secteur disponibles pour les clients assis à l'intérieur"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Des prises sont elles à disposition des client·e·s en intérieur ?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Quel est le site web de {name} ?"
|
||||
|
@ -102,7 +109,8 @@
|
|||
"0": {
|
||||
"then": "Non lié avec Wikipedia"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Quel est l’élément Wikipédia correspondant ?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -26,20 +26,20 @@
|
|||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A föld alatt található"
|
||||
"then": "A föld alatt"
|
||||
},
|
||||
"1": {
|
||||
"then": "A földszinten található"
|
||||
"then": "A földszinten"
|
||||
},
|
||||
"2": {
|
||||
"then": "A földszinten található"
|
||||
"then": "A földszinten"
|
||||
},
|
||||
"3": {
|
||||
"then": "Az első emeleten található"
|
||||
"then": "Az első emeleten"
|
||||
}
|
||||
},
|
||||
"question": "Melyik szinten található ez a létesítmény?",
|
||||
"render": "{level}. emeleten található"
|
||||
"render": "A(z) {level}. emeleten"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Mikor van nyitva ez: {name}?",
|
||||
|
@ -59,6 +59,23 @@
|
|||
"phone": {
|
||||
"question": "Mi a telefonszáma ennek: {name}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Számos konnektor áll a belső térben ügyfelek rendelkezésére, ahol elektromos készülékeiket tölthetik"
|
||||
},
|
||||
"1": {
|
||||
"then": "Csupán néhány konnektor áll a belső térben ügyfelek rendelkezésére, ahol elektromos készülékeiket tölthetik"
|
||||
},
|
||||
"2": {
|
||||
"then": "A belső térben nincs konnektor az ügyfeleknek, de lehetséges, hogy a személyzet segítségével lehet elektromos eszközt tölteni"
|
||||
},
|
||||
"3": {
|
||||
"then": "A belső térben ülő ügyfeleknek nem áll rendelkezésére konnektor"
|
||||
}
|
||||
},
|
||||
"question": "Van-e ebben a létesítményben olyan konnektor, amely a bent tartózkodó ügyfelek rendelkezésére áll?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Mi a weboldala ennek: {name}?"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,13 @@
|
|||
"description": {
|
||||
"question": "Czy jest jeszcze coś istotnego, czego nie mogłeś podać w poprzednich pytaniach? Dodaj to tutaj.<br/><span style='font-size: small'>Nie powtarzaj już podanych faktów</span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Psom wstęp wzbroniony"
|
||||
}
|
||||
}
|
||||
},
|
||||
"email": {
|
||||
"question": "Jaki jest adres e-mail do {name}?"
|
||||
},
|
||||
|
@ -28,6 +35,17 @@
|
|||
"question": "Jakie są godziny otwarcia {name}?",
|
||||
"render": "<h3> Godziny otwarcia</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Płatność gotówkowa jest tutaj dostępna"
|
||||
},
|
||||
"1": {
|
||||
"then": "Płatność kartą jest tutaj dostępna"
|
||||
}
|
||||
},
|
||||
"question": "Jakie metody płatności są tutaj dostępne?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Jaki jest numer telefonu do {name}?"
|
||||
},
|
||||
|
|
|
@ -7,8 +7,18 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Собаки разрешены"
|
||||
},
|
||||
"1": {
|
||||
"then": "С собаками <b>не</b> впускают"
|
||||
},
|
||||
"2": {
|
||||
"then": "Собак впускают, но на поводке"
|
||||
},
|
||||
"3": {
|
||||
"then": "Собак свободно впускают"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Впускают ли собак в это здание?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Какой адрес электронной почты у {name}?"
|
||||
|
@ -35,11 +45,42 @@
|
|||
"question": "Какое время работы у {name}?",
|
||||
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Здесь принимают наличными"
|
||||
},
|
||||
"1": {
|
||||
"then": "Здесь принимают банковские карты"
|
||||
}
|
||||
},
|
||||
"question": "Какие способы оплаты здесь принимают?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Какой номер телефона у {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Какой сайт у {name}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Это место подходит для людей на инвалидной коляске"
|
||||
},
|
||||
"1": {
|
||||
"then": "До этого места легко добраться на инвалидной коляске"
|
||||
},
|
||||
"2": {
|
||||
"then": "До этого места можно добраться, но не просто"
|
||||
}
|
||||
}
|
||||
},
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Никакой страницы на Википедии не было прикреплено"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -841,7 +841,7 @@
|
|||
},
|
||||
"grb": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"building type": {
|
||||
"question": "Was ist das für ein Gebäude?"
|
||||
|
@ -1083,6 +1083,8 @@
|
|||
"description": "Tragen Sie zu OpenStreetMap bei, indem Sie Adressinformationen ausfüllen",
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Adressen",
|
||||
"name": "Bekannte Adressen in OSM",
|
||||
"tagRenderings": {
|
||||
"uk_addresses_explanation_osm": {
|
||||
"render": "Diese Adresse ist in OpenStreetMap gespeichert"
|
||||
|
@ -1100,6 +1102,9 @@
|
|||
"question": "In welcher Straße befindet sich diese Adresse?",
|
||||
"render": "Diese Adresse befindet sich in der Straße <b>{addr:street}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bekannte Adresse"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"title": "Binoculars"
|
||||
},
|
||||
"bookcases": {
|
||||
"description": "A public bookcase is a small streetside cabinet, box, old phone boot or some other objects where books are stored. Everyone can place or take a book. This map aims to collect all these bookcases. You can discover new bookcases nearby and, with a free OpenStreetMap account, quickly add your favourite bookcases.",
|
||||
"description": "A public bookcase is a small streetside cabinet, box, old phone booth or some other objects where books are stored. Everyone can place or take a book. This map aims to collect all these bookcases. You can discover new bookcases nearby and, with a free OpenStreetMap account, quickly add your favourite bookcases.",
|
||||
"title": "Open Bookcase Map"
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
|
@ -839,7 +839,7 @@
|
|||
"grb": {
|
||||
"description": "This theme is an attempt to help automating the GRB import.",
|
||||
"layers": {
|
||||
"2": {
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"building type": {
|
||||
"question": "What kind of building is this?"
|
||||
|
@ -934,6 +934,68 @@
|
|||
"shortDescription": "Map to show hydrants, extinguishers, fire stations, and ambulance stations.",
|
||||
"title": "Hydrants, Extinguishers, Fire stations, and Ambulance stations."
|
||||
},
|
||||
"mapcomplete-changes": {
|
||||
"description": "This maps shows all the changes made with MapComplete",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Shows all MapComplete changes",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Themename contains {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Made by contributor {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>Not</b> made by contributor {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Changeset centers",
|
||||
"tagRenderings": {
|
||||
"contributor": {
|
||||
"render": "Change made by <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>"
|
||||
},
|
||||
"render_id": {
|
||||
"render": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
},
|
||||
"theme": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Change with <b>unofficial</b> theme <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>"
|
||||
}
|
||||
},
|
||||
"render": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Changeset for {theme}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"override": {
|
||||
"tagRenderings": {
|
||||
"link_to_more": {
|
||||
"render": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Shows changes made by MapComplete",
|
||||
"title": "Changes made with MapComplete"
|
||||
},
|
||||
"maps": {
|
||||
"description": "On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...) <br/><br/>If a map is missing, you can easily map this map on OpenStreetMap.",
|
||||
"shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of",
|
||||
|
@ -1209,6 +1271,9 @@
|
|||
"uk_addresses": {
|
||||
"description": "Contribute to OpenStreetMap by filling out address information",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Inspire polygons"
|
||||
},
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"uk_addresses_embedding_outline": {
|
||||
|
@ -1230,12 +1295,17 @@
|
|||
}
|
||||
},
|
||||
"2": {
|
||||
"description": "Addresses",
|
||||
"name": "Known addresses in OSM",
|
||||
"tagRenderings": {
|
||||
"address-sign-image": {
|
||||
"render": "{image_carousel(image:address)}<br/>{image_upload(image:address, Add image of the address)}"
|
||||
},
|
||||
"fixme": {
|
||||
"question": "What should be fixed here? Please explain"
|
||||
"question": "What should be fixed here? Please explain what the address is"
|
||||
},
|
||||
"preview": {
|
||||
"render": "To send a letter to this addres, you would write:<div style='background: #fcdf94; border: 2px solid black; border-radius: 1rem; padding: 1.5rem 0.5rem 2rem 8rem; margin: 1rem' class='flex flex-col'><img src='./assets/themes/uk_addresses/stamp.jpg' class='self-end w-16'/><div class='subtle'>Name of the inhabitant</div><div>{addr:housename}</div><div>{addr:unit} {addr:housenumber} {addr:street}</div><div>{addr:place}</div><div class='subtle'>Suburb</div><div class='subtle'>Town</div><div class='subtle'>Postal code</div></div>"
|
||||
},
|
||||
"uk_addresses_explanation_osm": {
|
||||
"render": "This address is saved in OpenStreetMap"
|
||||
|
@ -1249,10 +1319,25 @@
|
|||
"question": "What is the number of this house?",
|
||||
"render": "The housenumber is <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"uk_addresses_placename": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No extra placename is given or needed"
|
||||
}
|
||||
},
|
||||
"question": "What is the place or locality?<div class='subtle'>This is additional information if the streetname alone isn't enough to find this address. Typical examples are 'Technology Park', 'XYZ Terrace', ...</div>",
|
||||
"render": "The placename is <b>{addr:place}</b>"
|
||||
},
|
||||
"uk_addresses_street": {
|
||||
"question": "What street is this address located in?",
|
||||
"render": "This address is in street <b>{addr:street}</b>"
|
||||
},
|
||||
"uk_addresses_unit": {
|
||||
"question": "What is the unit indication of this address? <div class='subtle'>This is the letter or number of the letterbox here, if multiple letterboxes share the same street and housenumber. If there are multiple at the same location, add them here with a <b>;</b> between them</div>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Known address"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,11 +1,34 @@
|
|||
{
|
||||
"aed": {
|
||||
"title": "Nyílt AED Térkép"
|
||||
"description": "Ezen a térképen a közeli defibrillátorokat lehet megtalálni és feltüntetni",
|
||||
"title": "Defibrillátor-térkép"
|
||||
},
|
||||
"artwork": {
|
||||
"title": "Nyít Műalkotás Térkép"
|
||||
"description": "Isten hozott a nyílt műalkotástérképen, a világ minden táján megtalálható szobrok, mellszobrok, grafittik és más műalkotások térképén",
|
||||
"title": "Műalkotástérkép"
|
||||
},
|
||||
"ghostbikes": {
|
||||
"title": "Emlékkerékpár"
|
||||
"title": "Emlékkerékpárok"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Térképezzünk fel minden fát!",
|
||||
"shortDescription": "Az összes fa feltérképezése",
|
||||
"title": "Fatérkép"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Címek",
|
||||
"name": "Ismert címek az OSM-en",
|
||||
"title": {
|
||||
"render": "Ismert cím"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Ezen a térképen megtalálhatod a közeledben lévő szemeteskosarakat. Ha hiányzik egy kuka a térképről, te is felrajzolhatod",
|
||||
"shortDescription": "Szemeteskosarakat ábrázoló térkép",
|
||||
"title": "Kukatérkép"
|
||||
}
|
||||
}
|
|
@ -212,14 +212,30 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Er is internettoegang"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er is geen internettoegang"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Biedt deze plaats internettoegang?"
|
||||
},
|
||||
"caravansites-name": {
|
||||
"question": "Wat is de naam van deze plaats?",
|
||||
"render": "Deze plaats heet {name}"
|
||||
},
|
||||
"caravansites-toilets": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze plaats heeft toiletten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze plaats heeft geen toiletten"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze plaats toiletten?"
|
||||
},
|
||||
"caravansites-website": {
|
||||
"question": "Heeft deze plaats een website?",
|
||||
"render": "Officiële website: : <a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
|
@ -753,7 +769,7 @@
|
|||
"grb": {
|
||||
"description": "Dit thema helpt het GRB importeren.",
|
||||
"layers": {
|
||||
"2": {
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"grb-fixme": {
|
||||
"mappings": {
|
||||
|
@ -1026,10 +1042,10 @@
|
|||
"title": "Surveillance under Surveillance"
|
||||
},
|
||||
"toerisme_vlaanderen": {
|
||||
"description": "Op deze kaart kan je info zien die relevant is voor toerisme, zoals:<br/><ul><li>Eetgelegenheden</li><li>Cafés en bars</li><li>(Fiets)oplaadpunten</li><li>Fietspompen, fietserverhuur en fietswinkels</li><li>Uitkijktorens</li><li>...</li></ul> Zie je fouten op de kaart? Dan kan je zelf makkelijk aanpasingen maken, die zichtbaar zijn voor iedereen. Hiervoor dien je een gratis OpenStreetMap account voor te maken.",
|
||||
"descriptionTail": "Met de steun van Toerisme Vlaanderen<img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />",
|
||||
"description": "<p class='mb-4'><i>Pin je punt</i> is een open toerismekaart waarin wandelaars en fietsers nuttige gegevens verzamelen die handig zijn voor andere wandelaars en fietsers.</p><p class='mb-4'>We verzamelen 7 thematische lagen: <ol><li>Laadpunten voor e-bikes</li><li>Openbare toiletten</li><li>Zit- en picknickbankjes</li><li>Uitkijkpunten, uitkijkplatformen en uitkijktorens</li><li>Fietsherstelpunten</li><li>Fietsverhuurpunten</li><li>Speeltuinen</li></ol><p>Klik op de exacte locatie op de kaart om een van deze 7 punten toe te voegen. Of corrigeer bestaande punten door erop te klikken.</p>",
|
||||
"descriptionTail": "<p>Met de steun van Toerisme Vlaanderen</p><a href='https://www.toerismevlaanderen.be/pinjepunt'>Meer informatie op toerismevlaaneren.be</a><img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />",
|
||||
"shortDescription": "Een kaart om toeristisch relevante info op aan te duiden",
|
||||
"title": "Toeristisch relevante info"
|
||||
"title": "Pin je punt"
|
||||
},
|
||||
"toilets": {
|
||||
"description": "Een kaart met openbare toiletten",
|
||||
|
@ -1044,6 +1060,8 @@
|
|||
"description": "Draag bij aan OpenStreetMap door adresinformatie in te vullen",
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Adressen",
|
||||
"name": "Bekende adressen in OSM",
|
||||
"tagRenderings": {
|
||||
"uk_addresses_housenumber": {
|
||||
"mappings": {
|
||||
|
@ -1053,6 +1071,9 @@
|
|||
},
|
||||
"render": "Het huisnummer is <b>{addr:housenumber}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bekend adres"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,8 +4,12 @@
|
|||
"title": "Otwórz mapę AED"
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Witaj w Open Artwork Map, mapie pomników, popierś, graffitti i innych dzieł sztuki z całego świata",
|
||||
"title": "Otwórz mapę dzieł sztuki"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"title": "Wypożyczalnie rowerów"
|
||||
},
|
||||
"ghostbikes": {
|
||||
"title": "Duch roweru"
|
||||
},
|
||||
|
|
|
@ -530,5 +530,12 @@
|
|||
"description": "Нанесите все деревья на карту!",
|
||||
"shortDescription": "Карта деревьев",
|
||||
"title": "Деревья"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Адреса"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -299,6 +299,11 @@
|
|||
"description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加",
|
||||
"title": "飲用水"
|
||||
},
|
||||
"entrances": {
|
||||
"description": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊",
|
||||
"shortDescription": "幫助輪椅導航來勘查出入口",
|
||||
"title": "出入口"
|
||||
},
|
||||
"etymology": {
|
||||
"description": "在這份地圖,你可以看到物件是以何命名,道路、 建築等的命名由來連到 Wikidata。在跳出選單,你可以看到物件命名由來的維基條目 (如果有的話),或是 Wikidata 框。如果物件本身有維基頁面,也會顯示。<br/><br/><b>你也可以貢獻!</b>放大到夠大的層級,然後<i>所有</i>道路都會顯示。你可以點選一個之後 Wikidata 搜尋框會跳出來。只要點幾下,你可以新增詞源連結。注意你要有開放街圖帳號才能這麼做。",
|
||||
"layers": {
|
||||
|
@ -650,6 +655,14 @@
|
|||
"shortDescription": "所有樹木的地圖",
|
||||
"title": "樹木"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "地址",
|
||||
"name": "OSM 上已知的地址"
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "在這份地圖當中,你可以找到你附近的垃圾筒。如果地圖有遺漏垃圾筒,你可以自己加上去",
|
||||
"shortDescription": "垃圾筒的地圖",
|
||||
|
|
|
@ -251,7 +251,7 @@
|
|||
"disableFilters": "關閉所有篩選器",
|
||||
"disableFiltersExplanation": "有些圖徵可能被篩選器隱藏",
|
||||
"presetInfo": "新的興趣點有 {tags}",
|
||||
"addNewMapLabel": "新增新項目",
|
||||
"addNewMapLabel": "點這邊新增新項目",
|
||||
"warnVisibleForEveryone": "你新增的東西將會被所有人看到",
|
||||
"zoomInMore": "再放大來匯入這一圖徵"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue