Refactoring: drop translations of import helper

This commit is contained in:
Pieter Vander Vennet 2023-05-30 01:31:32 +02:00
parent 7c66854822
commit b8109458d1
22 changed files with 0 additions and 1366 deletions

View file

@ -432,131 +432,6 @@
"uploadingMultiple": "Uploading {count} pictures…",
"uploadingPicture": "Uploading your picture…"
},
"importHelper": {
"askMetadata": {
"downloadGeojson": "Download GeoJSON",
"giveDescription": "Please, write a small description for someone who sees the note. A good note describes what the contributor has to do, e.g; <i>There might be a bench here. If you are around, could you please check and indicate if the bench exists or not?</i> (A link to MapComplete will be added automatically)",
"giveSource": "What is the source of this data? If 'source' is set in the feature, this value will be ignored",
"giveWikilink": "On what wikipage can one find more information about this import?",
"intro": "Before adding {count} notes, please provide some extra information.",
"orDownload": "Alternatively, you can download the dataset to import directly",
"shouldBeOsmWikilink": "Expected a link to a page on wiki.openstreetmap.org",
"shouldBeUrl": "Not a valid URL",
"shouldNotBeHomepage": "Nope, the home page isn't allowed either. Enter the URL of a proper wikipage documenting your import",
"title": "Set metadata"
},
"compareToAlreadyExistingNotes": {
"completelyImported": "All of the proposed points have (or had) an import note already",
"loading": "Fetching notes from OSM…",
"loadingFailed": "Loading notes failed due to {error}",
"mapExplanation": "The red elements on the next map are all the data points from your dataset. There are <b>{length}</b> elements in your dataset.",
"noPreviousNotesFound": "No previous import notes found",
"nothingNearby": "None of the proposed points have an import note nearby",
"someNearby": "{hasNearby} points do have an already existing import note within {distance} meter",
"title": "Compare with existing notes",
"titleLong": "Compare with already existing 'to-import'-notes",
"wontBeImported": "These data points will <i>not</i> be imported and are shown as red dots on the map below"
},
"confirmProcess": {
"contactedCommunity": "I did contact the (local) community about this import",
"licenseIsCompatible": "The license of the data to import allows it to be imported into OSM. They are allowed to be redistributed commercially, with only minimal attribution",
"readImportGuidelines": "I have read the import guidelines on the OSM wiki",
"title": "License and community",
"titleLong": "Did you go through the import process?",
"wikipageIsMade": "The process is documented on the OSM-wiki (you'll need this link later)"
},
"conflationChecker": {
"cacheExpired": "Cache was expired",
"downloadOverpassData": "Download the loaded GeoJSON from Overpass",
"importCandidatesCount": "The {count} red elements on the following map are all your import candidates.",
"loadedDataAge": "Loaded data is from the cache and is {age} old",
"mapShowingNearbyIntro": "The following map shows features to import which have an OSM-feature within ",
"nearbyWarn": "The {count} red elements on the following map will <b>not</b> be imported!",
"nothingLoaded": "No elements are loaded from OpenStreetMap which match the current layer {name}",
"osmLoaded": "{count} elements are loaded from OpenStreetMap which match the layer <b>{name}</b>.",
"reloadTheCache": "Clear the cache and query Overpass again",
"setRangeToZero": "Set the range to 0 or 1 if you want to import them all",
"showOsmLayerInConflationMap": "Show the OSM data",
"states": {
"error": "Could not load latest data from Overpass due to {error}",
"idle": "Checking local storage…",
"running": "Querying Overpass…",
"unexpected": "Unexpected state {state}"
},
"title": "Compare with existing data",
"titleLive": "Live data on OSM",
"titleNearby": "Nearby features",
"zoomIn": "The current zoom level is {current}",
"zoomLevelSelection": "The live data is shown if the zoomlevel is at least: "
},
"createNotes": {
"creating": "Created <b>{count}</b> notes out of {total}",
"done": "All {count} notes have been created!",
"loading": "Hang on while we are loading…",
"openImportViewer": "Inspect the progress of your notes in the 'import_viewer'",
"title": "Note creation"
},
"gotoImportViewer": "Inspect your previous imports",
"introduction": {
"description": "The import helper converts an external dataset to notes. The external dataset must match one of the existing MapComplete layers. For every item you put in the importer, a single note will be created. These notes will be shown together with the relevant features in these maps to easily add them.",
"importFormat": "A text in a note should have the following format in order to be picked up",
"title": "Introduction"
},
"login": {
"lockNotice": "This page is locked. You need {importHelperUnlock} changesets before you can access here.",
"loggedInWith": "You are currently logged in as <b>{name}</b> and have made {csCount} changesets",
"loginIsCorrect": "<b>{name}</b> is the correct account to create the import notes with.",
"loginRequired": "You have to be logged in to continue",
"title": "Log in",
"userAccountTitle": "Select user account"
},
"mapPreview": {
"autodetected": "The layer was automatically deducted based on its properties",
"confirm": "The features are in the correct location on the map",
"mismatch": "{count} features did not match the selected layer. Make sure that the tags to indicate the type are present, namely {tags}",
"selectLayer": "Which layer does this import match with?",
"title": "Map preview"
},
"noteParts": {
"datasource": "Original data from {source}",
"importEasily": "Add this point easily with MapComplete:",
"wikilink": "More information about this import can be found at {wikilink}"
},
"previewAttributes": {
"allAttributesSame": "All features to import have this tag",
"inspectDataTitle": "Inspect data of {count} features to import",
"inspectLooksCorrect": "These values look correct",
"someHaveSame": "{count} features to import have this tag, this is {percentage}% of the total",
"title": "Inspect attributes"
},
"selectFile": {
"description": "Select a .csv or .geojson file to get started",
"errDuplicate": "Some columns have the same name",
"errNoLatOrLon": "The header does not contain `lat` or `lon`",
"errNoName": "Some columns don't have a name",
"errNotFeatureCollection": "The loaded JSON-file is not a geojson-featurecollection",
"errPointsOnly": "The loaded JSON-file should only contain points",
"fileFormatDescription": "Select a <b class='code'>.csv</b> or a <b class='code'>.geojson</b> file",
"fileFormatDescriptionCsv": "In the CSV-file, there should be a column <span class='literal-code'>lat</span> and <span class='literal-code'>lon</span> with the coordinates in WGS84. There should be an additional column for every attribute.",
"fileFormatDescriptionGeoJson": "In the geojson file, only points should be present. The properties should be exactly those properties that should go into OpenStreetMap",
"loadedFilesAre": "Currently loaded file is {file}",
"noFilesLoaded": "No file is currently loaded",
"title": "Select file"
},
"selectTheme": {
"displayNonMatchingCount": "{length} objects dont match any presets",
"intro": "All of the following themes will show the import notes. However, the note on OpenStreetMap can link to only one single theme. Choose which theme that the created notes will link to",
"misMatch": "Property with key {k} does not have expected value {v}; instead it is {properties}",
"missing": "Expected {k}={v}, but it is completely missing",
"needsTags": "{title} needs tags {tags}",
"noMatchingPresets": "This theme has no presets loaded. As a result, imports won't work here",
"notApplicable": "Preset {title} is not applicable:",
"title": "Select a theme",
"unmatchedTitle": "The following elements don't match any of the presets"
},
"testMode": "Testmode - won't actually import notes",
"title": "Import helper"
},
"importInspector": {
"title": "Inspect and manage import notes"
},