Added polish translation, updated translations

pull/980/head
Piero Toffanin 2021-04-19 00:26:44 -04:00
rodzic d428d17ef5
commit 114d09b5f6
27 zmienionych plików z 8044 dodań i 7232 usunięć

Wyświetl plik

@ -1 +1 @@
fr es it de tr ru pt_BR ko zh_Hant az fr es it de tr ru pt_BR ko zh_Hant az pl

Wyświetl plik

@ -1,78 +1,81 @@
// Auto-generated with extract_odm_strings.py, do not edit! // Auto-generated with extract_odm_strings.py, do not edit!
_("The maximum vertex count of the output mesh. Default: %(default)s"); _("Keep faces in the mesh that are not seen in any camera. Default: %(default)s");
_("Turn on gamma tone mapping or none for no tone mapping. Can be one of %(choices)s. Default: %(default)s ");
_("Print debug messages. Default: %(default)s");
_("Set the radiometric calibration to perform on images. When processing multispectral images you should set this option to obtain reflectance values (otherwise you will get digital number values). [camera] applies black level, vignetting, row gradient gain/exposure compensation (if appropriate EXIF tags are found). [camera+sun] is experimental, applies all the corrections of [camera], plus compensates for spectral radiance registered via a downwelling light sensor (DLS) taking in consideration the angle of the sun. Can be one of: %(choices)s. Default: %(default)s");
_("Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. Can be one of: %(choices)s. Default: %(default)s");
_("Perform ground rectification on the point cloud. This means that wrongly classified ground points will be re-classified and gaps will be filled. Useful for generating DTMs. Default: %(default)s");
_("Run local bundle adjustment for every image added to the reconstruction and a global adjustment every 100 images. Speeds up reconstruction for very large datasets. Default: %(default)s");
_("When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: %(default)s");
_("Export the georeferenced point cloud in LAS format. Default: %(default)s");
_("Export the georeferenced point cloud in Entwine Point Tile (EPT) format. Default: %(default)s");
_("Type of photometric outlier removal method. Can be one of: %(choices)s. Default: %(default)s");
_("Choose the algorithm for extracting keypoints and computing descriptors. Can be one of: %(choices)s. Default: %(default)s");
_("Print additional messages to the console. Default: %(default)s");
_("URL to a ClusterODM instance for distributing a split-merge workflow on multiple nodes in parallel. Default: %(default)s");
_("Path to the file containing the ground control points used for georeferencing. The file needs to use the following format: EPSG:<code> or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] [extra2]Default: %(default)s");
_("Generates a benchmark file with runtime info. Default: %(default)s");
_("Decimate the points before generating the DEM. 1 is no decimation (full quality). 100 decimates ~99%% of the points. Useful for speeding up generation of DEM results in very large datasets. Default: %(default)s");
_("Number of nearest images to pre-match based on GPS exif data. Set to 0 to skip pre-matching. Neighbors works together with Distance parameter, set both to 0 to not use pre-matching. Default: %(default)s");
_("Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of image outputs and resizes images when necessary, resulting in faster processing and lower memory usage. Since GSD is an estimate, sometimes ignoring it can result in slightly better image output quality. Default: %(default)s");
_("Displays version number and exits. ");
_("Set feature extraction quality. Higher quality generates better features, but requires more memory and takes longer. Can be one of: %(choices)s. Default: %(default)s");
_("Average number of images per submodel. When splitting a large dataset into smaller submodels, images are grouped into clusters. This value regulates the number of images that each cluster should have on average. Default: %(default)s");
_("Skip generation of PDF report. This can save time if you don't need a report. Default: %(default)s");
_("Rerun this stage only and stop. Can be one of: %(choices)s. Default: %(default)s");
_("Set a camera projection type. Manually setting a value can help improve geometric undistortion. By default the application tries to determine a lens type from the images metadata. Can be one of: %(choices)s. Default: %(default)s");
_("When texturing the 3D mesh, for each triangle, choose to prioritize images with sharp features (gmi) or those that cover the largest area (area). Default: %(default)s");
_("Skip the blending of colors near seams. Default: %(default)s");
_("Classify the point cloud outputs using a Simple Morphological Filter. You can control the behavior of this option by tweaking the --dem-* parameters. Default: %(default)s");
_("Generates a polygon around the cropping area that cuts the orthophoto around the edges of features. This polygon can be useful for stitching seamless mosaics with multiple overlapping orthophotos. Default: %(default)s");
_("Distance threshold in meters to find pre-matching images based on GPS exif data. Set both matcher-neighbors and this to 0 to skip pre-matching. Default: %(default)s");
_("Use the camera parameters computed from another dataset instead of calculating them. Can be specified either as path to a cameras.json file or as a JSON string representing the contents of a cameras.json file. Default: %(default)s");
_("Number of steps used to fill areas with gaps. Set to 0 to disable gap filling. Starting with a radius equal to the output resolution, N different DEMs are generated with progressively bigger radius using the inverse distance weighted (IDW) algorithm and merged together. Remaining gaps are then merged using nearest neighbor interpolation. Default: %(default)s");
_("Computes an euclidean raster map for each DEM. The map reports the distance from each cell to the nearest NODATA value (before any hole filling takes place). This can be useful to isolate the areas that have been filled. Default: %(default)s");
_("Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This option is a bit faster and provides similar results in planar areas. Default: %(default)s");
_("Set this parameter if you want to generate a PNG rendering of the orthophoto. Default: %(default)s");
_("When processing multispectral datasets, ODM will automatically align the images for each band. If the images have been postprocessed and are already aligned, use this option. Default: %(default)s");
_("show this help message and exit");
_("Simple Morphological Filter elevation scalar parameter. Default: %(default)s");
_("Use images' GPS exif data for reconstruction, even if there are GCPs present.This flag is useful if you have high precision GPS measurements. If there are no GCPs, this flag does nothing. Default: %(default)s");
_("End processing at this stage. Can be one of: %(choices)s. Default: %(default)s");
_("Filters the point cloud by keeping only a single point around a radius N (in meters). This can be useful to limit the output resolution of the point cloud. Set to 0 to disable sampling. Default: %(default)s");
_("Use this tag to build a DTM (Digital Terrain Model, ground only) using a simple morphological filter. Check the --dem* and --smrf* parameters for finer tuning. Default: %(default)s");
_("Minimum number of features to extract per image. More features can be useful for finding more matches between images, potentially allowing the reconstruction of areas with little overlap or insufficient features. More features also slow down processing. Default: %(default)s");
_("Path to the image groups file that controls how images should be split into groups. The file needs to use the following format: image_name group_nameDefault: %(default)s");
_("Permanently delete all previous results and rerun the processing pipeline.");
_("Skips dense reconstruction and 3D model generation. It generates an orthophoto directly from the sparse reconstruction. If you just need an orthophoto and do not need a full 3D model, turn on this option. Default: %(default)s");
_("Set point cloud quality. Higher quality generates better, denser point clouds, but requires more memory and takes longer. Each step up in quality increases processing time roughly by a factor of 4x.Can be one of: %(choices)s. Default: %(default)s");
_("Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an \"images\" folder.");
_("Simple Morphological Filter slope parameter (rise over run). Default: %(default)s");
_("The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution. Default: %(default)s");
_("Skip normalization of colors across all images. Useful when processing radiometric data. Default: %(default)s");
_("Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. Default: %(default)s");
_("Generate static tiles for orthophotos and DEMs that are suitable for viewers like Leaflet or OpenLayers. Default: %(default)s");
_("Use this tag to build a DSM (Digital Surface Model, ground + objects) using a progressive morphological filter. Check the --dem* parameters for finer tuning. Default: %(default)s");
_("Set this parameter if you want a striped GeoTIFF. Default: %(default)s");
_("Rerun processing from this stage. Can be one of: %(choices)s. Default: %(default)s");
_("Orthophoto resolution in cm / pixel. Note that this value is capped by a ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: %(default)s");
_("Radius of the overlap between submodels. After grouping images into clusters, images that are closer than this radius to a cluster are added to the cluster. This is done to ensure that neighboring submodels overlap. Default: %(default)s");
_("Set the compression to use for orthophotos. Can be one of: %(choices)s. Default: %(default)s");
_("Path to the image geolocation file containing the camera center coordinates used for georeferencing. Note that omega/phi/kappa are currently not supported (you can set them to 0). The file needs to use the following format: EPSG:<code> or <+proj definition>image_name geo_x geo_y geo_z [omega (degrees)] [phi (degrees)] [kappa (degrees)] [horz accuracy (meters)] [vert accuracy (meters)]Default: %(default)s");
_("Delete heavy intermediate files to optimize disk space usage. This affects the ability to restart the pipeline from an intermediate stage, but allows datasets to be processed on machines that don't have sufficient disk space available. Default: %(default)s");
_("Turn off camera parameter optimization during bundle adjustment. This can be sometimes useful for improving results that exhibit doming/bowling or when images are taken with a rolling shutter camera. Default: %(default)s");
_("Automatically crop image outputs by creating a smooth buffer around the dataset boundaries, shrinked by N meters. Use 0 to disable cropping. Default: %(default)s");
_("Export the georeferenced point cloud in CSV format. Default: %(default)s");
_("DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: %(default)s");
_("Simple Morphological Filter window radius parameter (meters). Default: %(default)s");
_("Build orthophoto overviews for faster display in programs such as QGIS. Default: %(default)s");
_("Legacy option (use --pc-quality instead). Controls the density of the point cloud by setting the resolution of the depthmap images. Higher values take longer to compute but produce denser point clouds. Default: %(default)s");
_("Name of dataset (i.e subfolder name within project folder). Default: %(default)s"); _("Name of dataset (i.e subfolder name within project folder). Default: %(default)s");
_("Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: %(default)s"); _("Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. Default: %(default)s");
_("Octree depth used in the mesh reconstruction, increase to get more vertices, recommended values are 8-12. Default: %(default)s");
_("Set a value in meters for the GPS Dilution of Precision (DOP) information for all images. If your images are tagged with high precision GPS information (RTK), this value will be automatically set accordingly. You can use this option to manually set it in case the reconstruction fails. Lowering this option can sometimes help control bowling-effects over large areas. Default: %(default)s");
_("Legacy option (use --feature-quality instead). Resizes images by the largest side for feature extraction purposes only. Set to -1 to disable. This does not affect the final orthophoto resolution quality and will not resize the original images. Default: %(default)s"); _("Legacy option (use --feature-quality instead). Resizes images by the largest side for feature extraction purposes only. Set to -1 to disable. This does not affect the final orthophoto resolution quality and will not resize the original images. Default: %(default)s");
_("Choose what to merge in the merge step in a split dataset. By default all available outputs are merged. Options: %(choices)s. Default: %(default)s"); _("Radius of the overlap between submodels. After grouping images into clusters, images that are closer than this radius to a cluster are added to the cluster. This is done to ensure that neighboring submodels overlap. Default: %(default)s");
_("Path to the image groups file that controls how images should be split into groups. The file needs to use the following format: image_name group_nameDefault: %(default)s");
_("Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. Can be one of: %(choices)s. Default: %(default)s");
_("URL to a ClusterODM instance for distributing a split-merge workflow on multiple nodes in parallel. Default: %(default)s");
_("Rerun processing from this stage. Can be one of: %(choices)s. Default: %(default)s");
_("Turn off camera parameter optimization during bundle adjustment. This can be sometimes useful for improving results that exhibit doming/bowling or when images are taken with a rolling shutter camera. Default: %(default)s");
_("Generates a benchmark file with runtime info. Default: %(default)s");
_("Number of steps used to fill areas with gaps. Set to 0 to disable gap filling. Starting with a radius equal to the output resolution, N different DEMs are generated with progressively bigger radius using the inverse distance weighted (IDW) algorithm and merged together. Remaining gaps are then merged using nearest neighbor interpolation. Default: %(default)s");
_("Rerun this stage only and stop. Can be one of: %(choices)s. Default: %(default)s");
_("Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: %(default)s");
_("Minimum number of features to extract per image. More features can be useful for finding more matches between images, potentially allowing the reconstruction of areas with little overlap or insufficient features. More features also slow down processing. Default: %(default)s");
_("Average number of images per submodel. When splitting a large dataset into smaller submodels, images are grouped into clusters. This value regulates the number of images that each cluster should have on average. Default: %(default)s");
_("Path to the file containing the ground control points used for georeferencing. The file needs to use the following format: EPSG:<code> or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] [extra2]Default: %(default)s");
_("Computes an euclidean raster map for each DEM. The map reports the distance from each cell to the nearest NODATA value (before any hole filling takes place). This can be useful to isolate the areas that have been filled. Default: %(default)s");
_("Export the georeferenced point cloud in Entwine Point Tile (EPT) format. Default: %(default)s");
_("Turn on gamma tone mapping or none for no tone mapping. Can be one of %(choices)s. Default: %(default)s ");
_("Export the georeferenced point cloud in LAS format. Default: %(default)s");
_("DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: %(default)s");
_("Legacy option (use --pc-quality instead). Controls the density of the point cloud by setting the resolution of the depthmap images. Higher values take longer to compute but produce denser point clouds. Default: %(default)s");
_("Run local bundle adjustment for every image added to the reconstruction and a global adjustment every 100 images. Speeds up reconstruction for very large datasets. Default: %(default)s");
_("Simple Morphological Filter elevation threshold parameter (meters). Default: %(default)s"); _("Simple Morphological Filter elevation threshold parameter (meters). Default: %(default)s");
_("Skip the blending of colors near seams. Default: %(default)s");
_("Use the camera parameters computed from another dataset instead of calculating them. Can be specified either as path to a cameras.json file or as a JSON string representing the contents of a cameras.json file. Default: %(default)s");
_("Generate static tiles for orthophotos and DEMs that are suitable for viewers like Leaflet or OpenLayers. Default: %(default)s");
_("Choose the algorithm for extracting keypoints and computing descriptors. Can be one of: %(choices)s. Default: %(default)s");
_("Use this tag to build a DSM (Digital Surface Model, ground + objects) using a progressive morphological filter. Check the --dem* parameters for finer tuning. Default: %(default)s");
_("Simple Morphological Filter slope parameter (rise over run). Default: %(default)s");
_("show this help message and exit");
_("Skip generation of PDF report. This can save time if you don't need a report. Default: %(default)s");
_("Print additional messages to the console. Default: %(default)s");
_("Export the georeferenced point cloud in CSV format. Default: %(default)s");
_("Filters the point cloud by keeping only a single point around a radius N (in meters). This can be useful to limit the output resolution of the point cloud and remove duplicate points. Set to 0 to disable sampling. Default: %(default)s");
_("Set a value in meters for the GPS Dilution of Precision (DOP) information for all images. If your images are tagged with high precision GPS information (RTK), this value will be automatically set accordingly. You can use this option to manually set it in case the reconstruction fails. Lowering this option can sometimes help control bowling-effects over large areas. Default: %(default)s");
_("Print debug messages. Default: %(default)s");
_("Distance threshold in meters to find pre-matching images based on GPS exif data. Set both matcher-neighbors and this to 0 to skip pre-matching. Default: %(default)s");
_("When texturing the 3D mesh, for each triangle, choose to prioritize images with sharp features (gmi) or those that cover the largest area (area). Default: %(default)s");
_("Use this tag if you have a GCP File but want to use the EXIF information for georeferencing instead. Default: %(default)s"); _("Use this tag if you have a GCP File but want to use the EXIF information for georeferencing instead. Default: %(default)s");
_("Decimate the points before generating the DEM. 1 is no decimation (full quality). 100 decimates ~99%% of the points. Useful for speeding up generation of DEM results in very large datasets. Default: %(default)s");
_("Perform ground rectification on the point cloud. This means that wrongly classified ground points will be re-classified and gaps will be filled. Useful for generating DTMs. Default: %(default)s");
_("Set feature extraction quality. Higher quality generates better features, but requires more memory and takes longer. Can be one of: %(choices)s. Default: %(default)s");
_("The maximum vertex count of the output mesh. Default: %(default)s");
_("Set the radiometric calibration to perform on images. When processing multispectral and thermal images you should set this option to obtain reflectance/temperature values (otherwise you will get digital number values). [camera] applies black level, vignetting, row gradient gain/exposure compensation (if appropriate EXIF tags are found) and computes absolute temperature values. [camera+sun] is experimental, applies all the corrections of [camera], plus compensates for spectral radiance registered via a downwelling light sensor (DLS) taking in consideration the angle of the sun. Can be one of: %(choices)s. Default: %(default)s");
_("Set point cloud quality. Higher quality generates better, denser point clouds, but requires more memory and takes longer. Each step up in quality increases processing time roughly by a factor of 4x.Can be one of: %(choices)s. Default: %(default)s");
_("Simple Morphological Filter window radius parameter (meters). Default: %(default)s");
_("Set this parameter if you want to generate a Google Earth (KMZ) rendering of the orthophoto. Default: %(default)s");
_("Delete heavy intermediate files to optimize disk space usage. This affects the ability to restart the pipeline from an intermediate stage, but allows datasets to be processed on machines that don't have sufficient disk space available. Default: %(default)s");
_("Skip normalization of colors across all images. Useful when processing radiometric data. Default: %(default)s");
_("Set this parameter if you want to generate a PNG rendering of the orthophoto. Default: %(default)s");
_("When processing multispectral datasets, you can specify the name of the primary band that will be used for reconstruction. It's recommended to choose a band which has sharp details and is in focus. Default: %(default)s");
_("Orthophoto resolution in cm / pixel. Note that this value is capped by a ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: %(default)s");
_("Permanently delete all previous results and rerun the processing pipeline.");
_("Set this parameter if you want a striped GeoTIFF. Default: %(default)s");
_("Set a camera projection type. Manually setting a value can help improve geometric undistortion. By default the application tries to determine a lens type from the images metadata. Can be one of: %(choices)s. Default: %(default)s");
_("Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an \"images\" folder.");
_("Generates a polygon around the cropping area that cuts the orthophoto around the edges of features. This polygon can be useful for stitching seamless mosaics with multiple overlapping orthophotos. Default: %(default)s");
_("Displays version number and exits. ");
_("Choose what to merge in the merge step in a split dataset. By default all available outputs are merged. Options: %(choices)s. Default: %(default)s");
_("Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs. Default: %(default)s");
_("Classify the point cloud outputs using a Simple Morphological Filter. You can control the behavior of this option by tweaking the --dem-* parameters. Default: %(default)s");
_("End processing at this stage. Can be one of: %(choices)s. Default: %(default)s");
_("Simple Morphological Filter elevation scalar parameter. Default: %(default)s");
_("Type of photometric outlier removal method. Can be one of: %(choices)s. Default: %(default)s");
_("Use images' GPS exif data for reconstruction, even if there are GCPs present.This flag is useful if you have high precision GPS measurements. If there are no GCPs, this flag does nothing. Default: %(default)s");
_("Number of nearest images to pre-match based on GPS exif data. Set to 0 to skip pre-matching. Neighbors works together with Distance parameter, set both to 0 to not use pre-matching. Default: %(default)s");
_("Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This option is a bit faster and provides similar results in planar areas. Default: %(default)s");
_("Path to the image geolocation file containing the camera center coordinates used for georeferencing. Note that omega/phi/kappa are currently not supported (you can set them to 0). The file needs to use the following format: EPSG:<code> or <+proj definition>image_name geo_x geo_y geo_z [omega (degrees)] [phi (degrees)] [kappa (degrees)] [horz accuracy (meters)] [vert accuracy (meters)]Default: %(default)s");
_("Use this tag to build a DTM (Digital Terrain Model, ground only) using a simple morphological filter. Check the --dem* and --smrf* parameters for finer tuning. Default: %(default)s");
_("Build orthophoto overviews for faster display in programs such as QGIS. Default: %(default)s");
_("Automatically crop image outputs by creating a smooth buffer around the dataset boundaries, shrinked by N meters. Use 0 to disable cropping. Default: %(default)s");
_("When processing multispectral datasets, ODM will automatically align the images for each band. If the images have been postprocessed and are already aligned, use this option. Default: %(default)s");
_("Set the compression to use for orthophotos. Can be one of: %(choices)s. Default: %(default)s");
_("Octree depth used in the mesh reconstruction, increase to get more vertices, recommended values are 8-12. Default: %(default)s");
_("Skips dense reconstruction and 3D model generation. It generates an orthophoto directly from the sparse reconstruction. If you just need an orthophoto and do not need a full 3D model, turn on this option. Default: %(default)s");
_("Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of image outputs and resizes images when necessary, resulting in faster processing and lower memory usage. Since GSD is an estimate, sometimes ignoring it can result in slightly better image output quality. Default: %(default)s");
_("The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution. Default: %(default)s");

Wyświetl plik

@ -1,16 +1,16 @@
// Auto-generated with extract_plugin_manifest_strings.py, do not edit! // Auto-generated with extract_plugin_manifest_strings.py, do not edit!
from django.utils.translation import gettext as _ from django.utils.translation import gettext as _
_("Compute volume, area and length measurements on Leaflet")
_("A plugin to create GCP files from images")
_("A plugin to create GCP files from images")
_("A plugin to add a button for quickly opening OpenStreetMap's iD editor and setup a TMS basemap.")
_("A plugin to upload orthophotos to OpenAerialMap")
_("Display program version, memory and disk space usage statistics")
_("Sync accounts from webodm.net")
_("Add a fullscreen button to the 2D map view")
_("Compute, preview and export contours from DEMs")
_("Calculate and draw an elevation map based on a task's DEMs")
_("Upload and tile ODM assets with Cesium ion.") _("Upload and tile ODM assets with Cesium ion.")
_("Import images from external sources directly")
_("Detect changes between two different tasks in the same project.") _("Detect changes between two different tasks in the same project.")
_("Import images from external sources directly")
_("Compute, preview and export contours from DEMs")
_("Display program version, memory and disk space usage statistics")
_("Calculate and draw an elevation map based on a task's DEMs")
_("Add a fullscreen button to the 2D map view")
_("Sync accounts from webodm.net")
_("Compute volume, area and length measurements on Leaflet")
_("A plugin to upload orthophotos to OpenAerialMap")
_("A plugin to add a button for quickly opening OpenStreetMap's iD editor and setup a TMS basemap.")
_("A plugin to create GCP files from images")
_("A plugin to create GCP files from images")

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-02-08 14:30+0000\n" "PO-Revision-Date: 2021-02-08 14:30+0000\n"
"Last-Translator: Aslan Rustamov <aslan.rustamov10@gmail.com>\n" "Last-Translator: Aslan Rustamov <aslan.rustamov10@gmail.com>\n"
"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/webodm/" "Language-Team: Azerbaijani <https://hosted.weblate.org/projects/webodm/"
@ -1299,54 +1299,54 @@ msgid "Create Account"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr ""
#: app/views/app.py:44 #: app/views/app.py:44
@ -1447,7 +1447,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "" msgstr ""

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-02-08 14:30+0000\n" "PO-Revision-Date: 2021-02-08 14:30+0000\n"
"Last-Translator: Aslan Rustamov <aslan.rustamov10@gmail.com>\n" "Last-Translator: Aslan Rustamov <aslan.rustamov10@gmail.com>\n"
"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/webodm/react-" "Language-Team: Azerbaijani <https://hosted.weblate.org/projects/webodm/react-"
@ -81,7 +81,7 @@ msgstr "Modeli göstər"
msgid "Show Cameras" msgid "Show Cameras"
msgstr "Kameraları göstərin" msgstr "Kameraları göstərin"
#: app/static/app/js/ModelView.jsx:489 #: app/static/app/js/ModelView.jsx:522
msgid "Loading textured model..." msgid "Loading textured model..."
msgstr "Teksturalı model yüklənir ..." msgstr "Teksturalı model yüklənir ..."
@ -979,158 +979,121 @@ msgstr "%(count)s fayllar uğurla yükləndi"
#: app/static/app/js/translations/odm_autogenerated.js:3 #: app/static/app/js/translations/odm_autogenerated.js:3
#, python-format #, python-format
msgid "The maximum vertex count of the output mesh. Default: %(default)s" msgid ""
"Keep faces in the mesh that are not seen in any camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:4 #: app/static/app/js/translations/odm_autogenerated.js:4
#, python-format #, python-format
msgid "" msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of " "Name of dataset (i.e subfolder name within project folder). Default: "
"%(choices)s. Default: %(default)s " "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:5 #: app/static/app/js/translations/odm_autogenerated.js:5
#, python-format #, python-format
msgid "Print debug messages. Default: %(default)s" msgid ""
"Filters the point cloud by removing points that deviate more than N standard "
"deviations from the local mean. Set to 0 to disable filtering. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:6 #: app/static/app/js/translations/odm_autogenerated.js:6
#, python-format #, python-format
msgid "" msgid ""
"Set the radiometric calibration to perform on images. When processing " "Legacy option (use --feature-quality instead). Resizes images by the largest "
"multispectral images you should set this option to obtain reflectance values " "side for feature extraction purposes only. Set to -1 to disable. This does "
"(otherwise you will get digital number values). [camera] applies black " "not affect the final orthophoto resolution quality and will not resize the "
"level, vignetting, row gradient gain/exposure compensation (if appropriate " "original images. Default: %(default)s"
"EXIF tags are found). [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:7 #: app/static/app/js/translations/odm_autogenerated.js:7
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into "
"clusters, images that are closer than this radius to a cluster are added to "
"the cluster. This is done to ensure that neighboring submodels overlap. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Path to the image groups file that controls how images should be split into "
"groups. The file needs to use the following format: image_name "
"group_nameDefault: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of " "Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of "
"Words. FLANN is slower, but more stable. BOW is faster, but can sometimes " "Words. FLANN is slower, but more stable. BOW is faster, but can sometimes "
"miss valid matches. Can be one of: %(choices)s. Default: %(default)s" "miss valid matches. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Run local bundle adjustment for every image added to the reconstruction and "
"a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:10 #: app/static/app/js/translations/odm_autogenerated.js:10
#, python-format #, python-format
msgid "" msgid ""
"When processing multispectral datasets, you can specify the name of the "
"primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. Can "
"be one of: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:16
#, python-format
msgid ""
"URL to a ClusterODM instance for distributing a split-merge workflow on " "URL to a ClusterODM instance for distributing a split-merge workflow on "
"multiple nodes in parallel. Default: %(default)s" "multiple nodes in parallel. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:17 #: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format #, python-format
msgid "" msgid ""
"Path to the file containing the ground control points used for " "Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"georeferencing. The file needs to use the following format: EPSG:<code> or <" "%(default)s"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18 #: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be "
"sometimes useful for improving results that exhibit doming/bowling or when "
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format #, python-format
msgid "Generates a benchmark file with runtime info. Default: %(default)s" msgid "Generates a benchmark file with runtime info. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19 #: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format #, python-format
msgid "" msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full " "Number of steps used to fill areas with gaps. Set to 0 to disable gap "
"quality). 100 decimates ~99%% of the points. Useful for speeding up " "filling. Starting with a radius equal to the output resolution, N different "
"generation of DEM results in very large datasets. Default: %(default)s" "DEMs are generated with progressively bigger radius using the inverse "
"distance weighted (IDW) algorithm and merged together. Remaining gaps are "
"then merged using nearest neighbor interpolation. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20 #: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format #, python-format
msgid "" msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to " "Rerun this stage only and stop. Can be one of: %(choices)s. Default: "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22 #: app/static/app/js/translations/odm_autogenerated.js:16
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format #, python-format
msgid "" msgid ""
"Set feature extraction quality. Higher quality generates better features, " "Reduce the memory usage needed for depthmap fusion by splitting large scenes "
"but requires more memory and takes longer. Can be one of: %(choices)s. " "into tiles. Turn this on if your machine doesn't have much RAM and/or you've "
"Default: %(default)s" "set --pc-quality to high or ultra. Experimental. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24 #: app/static/app/js/translations/odm_autogenerated.js:17
#, python-format
msgid ""
"Minimum number of features to extract per image. More features can be useful "
"for finding more matches between images, potentially allowing the "
"reconstruction of areas with little overlap or insufficient features. More "
"features also slow down processing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18
#, python-format #, python-format
msgid "" msgid ""
"Average number of images per submodel. When splitting a large dataset into " "Average number of images per submodel. When splitting a large dataset into "
@ -1139,63 +1102,170 @@ msgid ""
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19
#, python-format
msgid ""
"Path to the file containing the ground control points used for "
"georeferencing. The file needs to use the following format: EPSG:<code> or <"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20
#, python-format
msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22
#, python-format
msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of "
"%(choices)s. Default: %(default)s "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24
#, python-format
msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:25 #: app/static/app/js/translations/odm_autogenerated.js:25
#, python-format #, python-format
msgid "" msgid ""
"Skip generation of PDF report. This can save time if you don't need a " "Legacy option (use --pc-quality instead). Controls the density of the point "
"report. Default: %(default)s" "cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:26 #: app/static/app/js/translations/odm_autogenerated.js:26
#, python-format #, python-format
msgid "" msgid ""
"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " "Run local bundle adjustment for every image added to the reconstruction and "
"%(default)s" "a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:27 #: app/static/app/js/translations/odm_autogenerated.js:27
#, python-format #, python-format
msgid "" msgid ""
"Set a camera projection type. Manually setting a value can help improve " "Simple Morphological Filter elevation threshold parameter (meters). Default: "
"geometric undistortion. By default the application tries to determine a lens "
"type from the images metadata. Can be one of: %(choices)s. Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:28 #: app/static/app/js/translations/odm_autogenerated.js:28
#, python-format #, python-format
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize images "
"with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid "Skip the blending of colors near seams. Default: %(default)s" msgid "Skip the blending of colors near seams. Default: %(default)s"
msgstr "" msgstr ""
"Dikişlərin yaxınlığında rənglərin qarışmasını atlayın. Varsayılan: " "Dikişlərin yaxınlığında rənglərin qarışmasını atlayın. Varsayılan: "
"%(default)s" "%(default)s"
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:30 #: app/static/app/js/translations/odm_autogenerated.js:30
#, python-format #, python-format
msgid "" msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You " "Generate static tiles for orthophotos and DEMs that are suitable for viewers "
"can control the behavior of this option by tweaking the --dem-* parameters. " "like Leaflet or OpenLayers. Default: %(default)s"
"Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:31 #: app/static/app/js/translations/odm_autogenerated.js:31
#, python-format #, python-format
msgid "" msgid ""
"Generates a polygon around the cropping area that cuts the orthophoto around " "Choose the algorithm for extracting keypoints and computing descriptors. Can "
"the edges of features. This polygon can be useful for stitching seamless " "be one of: %(choices)s. Default: %(default)s"
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:32 #: app/static/app/js/translations/odm_autogenerated.js:32
#, python-format #, python-format
msgid "" msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35
#, python-format
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in "
"meters). This can be useful to limit the output resolution of the point "
"cloud and remove duplicate points. Set to 0 to disable sampling. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
#, python-format
msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information "
"for all images. If your images are tagged with high precision GPS "
"information (RTK), this value will be automatically set accordingly. You can "
"use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid "Print debug messages. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS exif " "Distance threshold in meters to find pre-matching images based on GPS exif "
"data. Set both matcher-neighbors and this to 0 to skip pre-matching. " "data. Set both matcher-neighbors and this to 0 to skip pre-matching. "
"Default: %(default)s" "Default: %(default)s"
@ -1204,132 +1274,63 @@ msgstr ""
"məsafəsi eşik. Həm uyğun qonşuları, həm də əvvəlcədən uyğunluğu atlamaq üçün " "məsafəsi eşik. Həm uyğun qonşuları, həm də əvvəlcədən uyğunluğu atlamaq üçün "
"0 olaraq seçin. Varsayılan: %(default)s" "0 olaraq seçin. Varsayılan: %(default)s"
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
#, python-format
msgid ""
"Number of steps used to fill areas with gaps. Set to 0 to disable gap "
"filling. Starting with a radius equal to the output resolution, N different "
"DEMs are generated with progressively bigger radius using the inverse "
"distance weighted (IDW) algorithm and merged together. Remaining gaps are "
"then merged using nearest neighbor interpolation. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35
#, python-format
msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Set this parameter if you want to generate a PNG rendering of the "
"orthophoto. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:42 #: app/static/app/js/translations/odm_autogenerated.js:42
#, python-format #, python-format
msgid "" msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: " "When texturing the 3D mesh, for each triangle, choose to prioritize images "
"%(default)s" "with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:43 #: app/static/app/js/translations/odm_autogenerated.js:43
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in " "Use this tag if you have a GCP File but want to use the EXIF information for "
"meters). This can be useful to limit the output resolution of the point " "georeferencing instead. Default: %(default)s"
"cloud. Set to 0 to disable sampling. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:44 #: app/static/app/js/translations/odm_autogenerated.js:44
#, python-format #, python-format
msgid "" msgid ""
"Use this tag to build a DTM (Digital Terrain Model, ground only) using a " "Decimate the points before generating the DEM. 1 is no decimation (full "
"simple morphological filter. Check the --dem* and --smrf* parameters for " "quality). 100 decimates ~99%% of the points. Useful for speeding up "
"finer tuning. Default: %(default)s" "generation of DEM results in very large datasets. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:45 #: app/static/app/js/translations/odm_autogenerated.js:45
#, python-format #, python-format
msgid "" msgid ""
"Minimum number of features to extract per image. More features can be useful " "Perform ground rectification on the point cloud. This means that wrongly "
"for finding more matches between images, potentially allowing the " "classified ground points will be re-classified and gaps will be filled. "
"reconstruction of areas with little overlap or insufficient features. More " "Useful for generating DTMs. Default: %(default)s"
"features also slow down processing. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:46 #: app/static/app/js/translations/odm_autogenerated.js:46
#, python-format #, python-format
msgid "" msgid ""
"Path to the image groups file that controls how images should be split into " "Set feature extraction quality. Higher quality generates better features, "
"groups. The file needs to use the following format: image_name " "but requires more memory and takes longer. Can be one of: %(choices)s. "
"group_nameDefault: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:47 #: app/static/app/js/translations/odm_autogenerated.js:47
msgid "" #, python-format
"Permanently delete all previous results and rerun the processing pipeline." msgid "The maximum vertex count of the output mesh. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:48 #: app/static/app/js/translations/odm_autogenerated.js:48
#, python-format #, python-format
msgid "" msgid ""
"Skips dense reconstruction and 3D model generation. It generates an " "Set the radiometric calibration to perform on images. When processing "
"orthophoto directly from the sparse reconstruction. If you just need an " "multispectral and thermal images you should set this option to obtain "
"orthophoto and do not need a full 3D model, turn on this option. Default: " "reflectance/temperature values (otherwise you will get digital number "
"%(default)s" "values). [camera] applies black level, vignetting, row gradient gain/"
"exposure compensation (if appropriate EXIF tags are found) and computes "
"absolute temperature values. [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
"Sıx yenidənqurma və 3D model istehsalını atlayır. Doğrudan seyrək "
"yenidənqurmadan bir ortofoto yaradır. Yalnız bir ortofotoya ehtiyacınız "
"varsa və tam 3D modelə ehtiyacınız yoxdursa, bu seçimi açın. Varsayılan: "
"%(default)s"
#: app/static/app/js/translations/odm_autogenerated.js:49 #: app/static/app/js/translations/odm_autogenerated.js:49
#, python-format #, python-format
@ -1341,24 +1342,28 @@ msgid ""
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:50 #: app/static/app/js/translations/odm_autogenerated.js:50
#, python-format
msgid "" msgid ""
"Path to the project folder. Your project folder should contain subfolders " "Simple Morphological Filter window radius parameter (meters). Default: "
"for each dataset. Each dataset should have an \"images\" folder." "%(default)s"
msgstr "" msgstr ""
"Sadə Morfoloji Filtrə pəncərəsinin radius parametri (metr). Varsayılan: "
"%(default)s"
#: app/static/app/js/translations/odm_autogenerated.js:51 #: app/static/app/js/translations/odm_autogenerated.js:51
#, python-format #, python-format
msgid "" msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: " "Set this parameter if you want to generate a Google Earth (KMZ) rendering of "
"%(default)s" "the orthophoto. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:52 #: app/static/app/js/translations/odm_autogenerated.js:52
#, python-format #, python-format
msgid "" msgid ""
"The maximum number of processes to use in various processes. Peak memory " "Delete heavy intermediate files to optimize disk space usage. This affects "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default: " "the ability to restart the pipeline from an intermediate stage, but allows "
"%(default)s" "datasets to be processed on machines that don't have sufficient disk space "
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:53 #: app/static/app/js/translations/odm_autogenerated.js:53
@ -1371,63 +1376,130 @@ msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:54 #: app/static/app/js/translations/odm_autogenerated.js:54
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by removing points that deviate more than N standard " "Set this parameter if you want to generate a PNG rendering of the "
"deviations from the local mean. Set to 0 to disable filtering. Default: " "orthophoto. Default: %(default)s"
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:55 #: app/static/app/js/translations/odm_autogenerated.js:55
#, python-format #, python-format
msgid "" msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for viewers " "When processing multispectral datasets, you can specify the name of the "
"like Leaflet or OpenLayers. Default: %(default)s" "primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:56 #: app/static/app/js/translations/odm_autogenerated.js:56
#, python-format #, python-format
msgid "" msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:57
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid ""
"Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format
msgid ""
"Orthophoto resolution in cm / pixel. Note that this value is capped by a " "Orthophoto resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check --ignore-" "ground sampling distance (GSD) estimate. To remove the cap, check --ignore-"
"gsd also. Default: %(default)s" "gsd also. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60 #: app/static/app/js/translations/odm_autogenerated.js:57
msgid ""
"Permanently delete all previous results and rerun the processing pipeline."
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into " "Set a camera projection type. Manually setting a value can help improve "
"clusters, images that are closer than this radius to a cluster are added to " "geometric undistortion. By default the application tries to determine a lens "
"the cluster. This is done to ensure that neighboring submodels overlap. " "type from the images metadata. Can be one of: %(choices)s. Default: "
"Default: %(default)s" "%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60
msgid ""
"Path to the project folder. Your project folder should contain subfolders "
"for each dataset. Each dataset should have an \"images\" folder."
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:61 #: app/static/app/js/translations/odm_autogenerated.js:61
#, python-format #, python-format
msgid "" msgid ""
"Set the compression to use for orthophotos. Can be one of: %(choices)s. " "Generates a polygon around the cropping area that cuts the orthophoto around "
"Default: %(default)s" "the edges of features. This polygon can be useful for stitching seamless "
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:62 #: app/static/app/js/translations/odm_autogenerated.js:62
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65
#, python-format
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You "
"can control the behavior of this option by tweaking the --dem-* parameters. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66
#, python-format
msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70
#, python-format
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format #, python-format
msgid "" msgid ""
"Path to the image geolocation file containing the camera center coordinates " "Path to the image geolocation file containing the camera center coordinates "
@ -1438,24 +1510,22 @@ msgid ""
"accuracy (meters)]Default: %(default)s" "accuracy (meters)]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63 #: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Delete heavy intermediate files to optimize disk space usage. This affects " "Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"the ability to restart the pipeline from an intermediate stage, but allows " "simple morphological filter. Check the --dem* and --smrf* parameters for "
"datasets to be processed on machines that don't have sufficient disk space " "finer tuning. Default: %(default)s"
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64 #: app/static/app/js/translations/odm_autogenerated.js:74
#, python-format #, python-format
msgid "" msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be " "Build orthophoto overviews for faster display in programs such as QGIS. "
"sometimes useful for improving results that exhibit doming/bowling or when " "Default: %(default)s"
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65 #: app/static/app/js/translations/odm_autogenerated.js:75
#, python-format #, python-format
msgid "" msgid ""
"Automatically crop image outputs by creating a smooth buffer around the " "Automatically crop image outputs by creating a smooth buffer around the "
@ -1463,104 +1533,57 @@ msgid ""
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66 #: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format #, python-format
msgid "" msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s" "When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67 #: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format #, python-format
msgid "" msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground " "Set the compression to use for orthophotos. Can be one of: %(choices)s. "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Simple Morphological Filter window radius parameter (meters). Default: "
"%(default)s"
msgstr ""
"Sadə Morfoloji Filtrə pəncərəsinin radius parametri (metr). Varsayılan: "
"%(default)s"
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Build orthophoto overviews for faster display in programs such as QGIS. "
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70 #: app/static/app/js/translations/odm_autogenerated.js:78
#, python-format
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the point "
"cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Name of dataset (i.e subfolder name within project folder). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Octree depth used in the mesh reconstruction, increase to get more vertices, " "Octree depth used in the mesh reconstruction, increase to get more vertices, "
"recommended values are 8-12. Default: %(default)s" "recommended values are 8-12. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:74 #: app/static/app/js/translations/odm_autogenerated.js:79
#, python-format #, python-format
msgid "" msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information " "Skips dense reconstruction and 3D model generation. It generates an "
"for all images. If your images are tagged with high precision GPS " "orthophoto directly from the sparse reconstruction. If you just need an "
"information (RTK), this value will be automatically set accordingly. You can " "orthophoto and do not need a full 3D model, turn on this option. Default: "
"use this option to manually set it in case the reconstruction fails. " "%(default)s"
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr "" msgstr ""
"Sıx yenidənqurma və 3D model istehsalını atlayır. Doğrudan seyrək "
"yenidənqurmadan bir ortofoto yaradır. Yalnız bir ortofotoya ehtiyacınız "
"varsa və tam 3D modelə ehtiyacınız yoxdursa, bu seçimi açın. Varsayılan: "
"%(default)s"
#: app/static/app/js/translations/odm_autogenerated.js:75 #: app/static/app/js/translations/odm_autogenerated.js:80
#, python-format #, python-format
msgid "" msgid ""
"Legacy option (use --feature-quality instead). Resizes images by the largest " "Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"side for feature extraction purposes only. Set to -1 to disable. This does " "image outputs and resizes images when necessary, resulting in faster "
"not affect the final orthophoto resolution quality and will not resize the " "processing and lower memory usage. Since GSD is an estimate, sometimes "
"original images. Default: %(default)s" "ignoring it can result in slightly better image output quality. Default: "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:78 #: app/static/app/js/translations/odm_autogenerated.js:81
#, python-format #, python-format
msgid "" msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information for " "The maximum number of processes to use in various processes. Peak memory "
"georeferencing instead. Default: %(default)s" "requirement is ~1GB per thread and 2 megapixel image resolution. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 #: app/static/app/js/translations/plugin_manifest_autogenerated.js:3

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-01-17 11:32+0000\n" "PO-Revision-Date: 2021-01-17 11:32+0000\n"
"Last-Translator: Norman Rudo <norman.rudo@gmail.com>\n" "Last-Translator: Norman Rudo <norman.rudo@gmail.com>\n"
"Language-Team: German <https://hosted.weblate.org/projects/webodm/webodm/de/" "Language-Team: German <https://hosted.weblate.org/projects/webodm/webodm/de/"
@ -1316,15 +1316,51 @@ msgid "Create Account"
msgstr "Erstelle Account" msgstr "Erstelle Account"
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Upload and tile ODM assets with Cesium ion."
msgstr "Laden Sie ODM-Assets mit Cesium ion hoch und kacheln Sie diese."
#: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
"Erkennen Sie Änderungen zwischen zwei verschiedenen Aufgaben im selben "
"Projekt."
#: app/translations/plugin_manifest_autogenerated.py:6
msgid "Import images from external sources directly"
msgstr "Importiere Bilder direkt von externen Quellen"
#: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr "Konturen aus DEMs berechnen, anzeigen und exportieren"
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Zeigt die Programmversion sowie Statistiken zur Speichernutzung (RAM) und "
"zur Speicherplatznutzung an"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
"Berechnet und zeichnet eine Höhenkarte basierend auf den Aufgabe einer DEM"
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr "Fügen Sie der 2D-Kartenansicht eine Vollbildschaltfläche hinzu"
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr "Synchronisieren Sie Konten von webodm.net"
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet" msgid "Compute volume, area and length measurements on Leaflet"
msgstr "Berechnen Sie Volumen-, Flächen- und Längenmessungen mit Leaflet" msgstr "Berechnen Sie Volumen-, Flächen- und Längenmessungen mit Leaflet"
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:13
#: app/translations/plugin_manifest_autogenerated.py:6 msgid "A plugin to upload orthophotos to OpenAerialMap"
msgid "A plugin to create GCP files from images" msgstr "Ein Plugin zum Hochladen von Orthofotos auf OpenAerialMap"
msgstr "Ein Plugin zum Erstellen von GCP-Dateien aus Bildern"
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
@ -1332,46 +1368,10 @@ msgstr ""
"Ein Plugin zum Hinzufügen eines Buttons zum schnellen Öffnen des " "Ein Plugin zum Hinzufügen eines Buttons zum schnellen Öffnen des "
"OpenStreetMaps iD-Editors und zum Einrichten einer TMS-Grundkarte." "OpenStreetMaps iD-Editors und zum Einrichten einer TMS-Grundkarte."
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr "Ein Plugin zum Hochladen von Orthofotos auf OpenAerialMap"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Zeigt die Programmversion sowie Statistiken zur Speichernutzung (RAM) und "
"zur Speicherplatznutzung an"
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr "Synchronisieren Sie Konten von webodm.net"
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr "Fügen Sie der 2D-Kartenansicht eine Vollbildschaltfläche hinzu"
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr "Konturen aus DEMs berechnen, anzeigen und exportieren"
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
"Berechnet und zeichnet eine Höhenkarte basierend auf den Aufgabe einer DEM"
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr "Laden Sie ODM-Assets mit Cesium ion hoch und kacheln Sie diese."
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr "Importiere Bilder direkt von externen Quellen"
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr "Ein Plugin zum Erstellen von GCP-Dateien aus Bildern"
"Erkennen Sie Änderungen zwischen zwei verschiedenen Aufgaben im selben "
"Projekt."
#: app/views/app.py:44 #: app/views/app.py:44
msgid "First Project" msgid "First Project"
@ -1471,7 +1471,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "" msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1296,54 +1296,54 @@ msgid "Create Account"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr ""
#: app/views/app.py:44 #: app/views/app.py:44
@ -1444,7 +1444,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "" msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -77,7 +77,7 @@ msgstr ""
msgid "Show Cameras" msgid "Show Cameras"
msgstr "" msgstr ""
#: app/static/app/js/ModelView.jsx:489 #: app/static/app/js/ModelView.jsx:522
msgid "Loading textured model..." msgid "Loading textured model..."
msgstr "" msgstr ""
@ -959,236 +959,87 @@ msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:3 #: app/static/app/js/translations/odm_autogenerated.js:3
#, python-format #, python-format
msgid "The maximum vertex count of the output mesh. Default: %(default)s" msgid ""
"Keep faces in the mesh that are not seen in any camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:4 #: app/static/app/js/translations/odm_autogenerated.js:4
#, python-format #, python-format
msgid "" msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of " "Name of dataset (i.e subfolder name within project folder). Default: "
"%(choices)s. Default: %(default)s " "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:5 #: app/static/app/js/translations/odm_autogenerated.js:5
#, python-format #, python-format
msgid "Print debug messages. Default: %(default)s" msgid ""
"Filters the point cloud by removing points that deviate more than N standard "
"deviations from the local mean. Set to 0 to disable filtering. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:6 #: app/static/app/js/translations/odm_autogenerated.js:6
#, python-format #, python-format
msgid "" msgid ""
"Set the radiometric calibration to perform on images. When processing " "Legacy option (use --feature-quality instead). Resizes images by the largest "
"multispectral images you should set this option to obtain reflectance values " "side for feature extraction purposes only. Set to -1 to disable. This does "
"(otherwise you will get digital number values). [camera] applies black " "not affect the final orthophoto resolution quality and will not resize the "
"level, vignetting, row gradient gain/exposure compensation (if appropriate " "original images. Default: %(default)s"
"EXIF tags are found). [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:7 #: app/static/app/js/translations/odm_autogenerated.js:7
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into "
"clusters, images that are closer than this radius to a cluster are added to "
"the cluster. This is done to ensure that neighboring submodels overlap. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Path to the image groups file that controls how images should be split into "
"groups. The file needs to use the following format: image_name "
"group_nameDefault: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of " "Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of "
"Words. FLANN is slower, but more stable. BOW is faster, but can sometimes " "Words. FLANN is slower, but more stable. BOW is faster, but can sometimes "
"miss valid matches. Can be one of: %(choices)s. Default: %(default)s" "miss valid matches. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Run local bundle adjustment for every image added to the reconstruction and "
"a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:10 #: app/static/app/js/translations/odm_autogenerated.js:10
#, python-format #, python-format
msgid "" msgid ""
"When processing multispectral datasets, you can specify the name of the "
"primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. Can "
"be one of: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:16
#, python-format
msgid ""
"URL to a ClusterODM instance for distributing a split-merge workflow on " "URL to a ClusterODM instance for distributing a split-merge workflow on "
"multiple nodes in parallel. Default: %(default)s" "multiple nodes in parallel. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:17 #: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format #, python-format
msgid "" msgid ""
"Path to the file containing the ground control points used for " "Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"georeferencing. The file needs to use the following format: EPSG:<code> or <" "%(default)s"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18 #: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be "
"sometimes useful for improving results that exhibit doming/bowling or when "
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format #, python-format
msgid "Generates a benchmark file with runtime info. Default: %(default)s" msgid "Generates a benchmark file with runtime info. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19 #: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20
#, python-format
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format
msgid ""
"Set feature extraction quality. Higher quality generates better features, "
"but requires more memory and takes longer. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24
#, python-format
msgid ""
"Average number of images per submodel. When splitting a large dataset into "
"smaller submodels, images are grouped into clusters. This value regulates "
"the number of images that each cluster should have on average. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:25
#, python-format
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:26
#, python-format
msgid ""
"Rerun this stage only and stop. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:27
#, python-format
msgid ""
"Set a camera projection type. Manually setting a value can help improve "
"geometric undistortion. By default the application tries to determine a lens "
"type from the images metadata. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:28
#, python-format
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize images "
"with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid "Skip the blending of colors near seams. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:30
#, python-format
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You "
"can control the behavior of this option by tweaking the --dem-* parameters. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:31
#, python-format
msgid ""
"Generates a polygon around the cropping area that cuts the orthophoto around "
"the edges of features. This polygon can be useful for stitching seamless "
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:32
#, python-format
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS exif "
"data. Set both matcher-neighbors and this to 0 to skip pre-matching. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
#, python-format #, python-format
msgid "" msgid ""
"Number of steps used to fill areas with gaps. Set to 0 to disable gap " "Number of steps used to fill areas with gaps. Set to 0 to disable gap "
@ -1198,80 +1049,22 @@ msgid ""
"then merged using nearest neighbor interpolation. Default: %(default)s" "then merged using nearest neighbor interpolation. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35 #: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format #, python-format
msgid "" msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance " "Rerun this stage only and stop. Can be one of: %(choices)s. Default: "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Set this parameter if you want to generate a PNG rendering of the "
"orthophoto. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:42
#, python-format
msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:43 #: app/static/app/js/translations/odm_autogenerated.js:16
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in " "Reduce the memory usage needed for depthmap fusion by splitting large scenes "
"meters). This can be useful to limit the output resolution of the point " "into tiles. Turn this on if your machine doesn't have much RAM and/or you've "
"cloud. Set to 0 to disable sampling. Default: %(default)s" "set --pc-quality to high or ultra. Experimental. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:44 #: app/static/app/js/translations/odm_autogenerated.js:17
#, python-format
msgid ""
"Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"simple morphological filter. Check the --dem* and --smrf* parameters for "
"finer tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:45
#, python-format #, python-format
msgid "" msgid ""
"Minimum number of features to extract per image. More features can be useful " "Minimum number of features to extract per image. More features can be useful "
@ -1280,26 +1073,238 @@ msgid ""
"features also slow down processing. Default: %(default)s" "features also slow down processing. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18
#, python-format
msgid ""
"Average number of images per submodel. When splitting a large dataset into "
"smaller submodels, images are grouped into clusters. This value regulates "
"the number of images that each cluster should have on average. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19
#, python-format
msgid ""
"Path to the file containing the ground control points used for "
"georeferencing. The file needs to use the following format: EPSG:<code> or <"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20
#, python-format
msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22
#, python-format
msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of "
"%(choices)s. Default: %(default)s "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24
#, python-format
msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:25
#, python-format
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the point "
"cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:26
#, python-format
msgid ""
"Run local bundle adjustment for every image added to the reconstruction and "
"a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:27
#, python-format
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:28
#, python-format
msgid "Skip the blending of colors near seams. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:30
#, python-format
msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for viewers "
"like Leaflet or OpenLayers. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:31
#, python-format
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. Can "
"be one of: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:32
#, python-format
msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35
#, python-format
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in "
"meters). This can be useful to limit the output resolution of the point "
"cloud and remove duplicate points. Set to 0 to disable sampling. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
#, python-format
msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information "
"for all images. If your images are tagged with high precision GPS "
"information (RTK), this value will be automatically set accordingly. You can "
"use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid "Print debug messages. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS exif "
"data. Set both matcher-neighbors and this to 0 to skip pre-matching. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:42
#, python-format
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize images "
"with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:43
#, python-format
msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information for "
"georeferencing instead. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:44
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:45
#, python-format
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:46 #: app/static/app/js/translations/odm_autogenerated.js:46
#, python-format #, python-format
msgid "" msgid ""
"Path to the image groups file that controls how images should be split into " "Set feature extraction quality. Higher quality generates better features, "
"groups. The file needs to use the following format: image_name " "but requires more memory and takes longer. Can be one of: %(choices)s. "
"group_nameDefault: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:47 #: app/static/app/js/translations/odm_autogenerated.js:47
msgid "" #, python-format
"Permanently delete all previous results and rerun the processing pipeline." msgid "The maximum vertex count of the output mesh. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:48 #: app/static/app/js/translations/odm_autogenerated.js:48
#, python-format #, python-format
msgid "" msgid ""
"Skips dense reconstruction and 3D model generation. It generates an " "Set the radiometric calibration to perform on images. When processing "
"orthophoto directly from the sparse reconstruction. If you just need an " "multispectral and thermal images you should set this option to obtain "
"orthophoto and do not need a full 3D model, turn on this option. Default: " "reflectance/temperature values (otherwise you will get digital number "
"%(default)s" "values). [camera] applies black level, vignetting, row gradient gain/"
"exposure compensation (if appropriate EXIF tags are found) and computes "
"absolute temperature values. [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:49 #: app/static/app/js/translations/odm_autogenerated.js:49
@ -1312,24 +1317,26 @@ msgid ""
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:50 #: app/static/app/js/translations/odm_autogenerated.js:50
#, python-format
msgid "" msgid ""
"Path to the project folder. Your project folder should contain subfolders " "Simple Morphological Filter window radius parameter (meters). Default: "
"for each dataset. Each dataset should have an \"images\" folder." "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:51 #: app/static/app/js/translations/odm_autogenerated.js:51
#, python-format #, python-format
msgid "" msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: " "Set this parameter if you want to generate a Google Earth (KMZ) rendering of "
"%(default)s" "the orthophoto. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:52 #: app/static/app/js/translations/odm_autogenerated.js:52
#, python-format #, python-format
msgid "" msgid ""
"The maximum number of processes to use in various processes. Peak memory " "Delete heavy intermediate files to optimize disk space usage. This affects "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default: " "the ability to restart the pipeline from an intermediate stage, but allows "
"%(default)s" "datasets to be processed on machines that don't have sufficient disk space "
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:53 #: app/static/app/js/translations/odm_autogenerated.js:53
@ -1342,63 +1349,130 @@ msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:54 #: app/static/app/js/translations/odm_autogenerated.js:54
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by removing points that deviate more than N standard " "Set this parameter if you want to generate a PNG rendering of the "
"deviations from the local mean. Set to 0 to disable filtering. Default: " "orthophoto. Default: %(default)s"
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:55 #: app/static/app/js/translations/odm_autogenerated.js:55
#, python-format #, python-format
msgid "" msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for viewers " "When processing multispectral datasets, you can specify the name of the "
"like Leaflet or OpenLayers. Default: %(default)s" "primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:56 #: app/static/app/js/translations/odm_autogenerated.js:56
#, python-format #, python-format
msgid "" msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:57
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid ""
"Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format
msgid ""
"Orthophoto resolution in cm / pixel. Note that this value is capped by a " "Orthophoto resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check --ignore-" "ground sampling distance (GSD) estimate. To remove the cap, check --ignore-"
"gsd also. Default: %(default)s" "gsd also. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60 #: app/static/app/js/translations/odm_autogenerated.js:57
msgid ""
"Permanently delete all previous results and rerun the processing pipeline."
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into " "Set a camera projection type. Manually setting a value can help improve "
"clusters, images that are closer than this radius to a cluster are added to " "geometric undistortion. By default the application tries to determine a lens "
"the cluster. This is done to ensure that neighboring submodels overlap. " "type from the images metadata. Can be one of: %(choices)s. Default: "
"Default: %(default)s" "%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60
msgid ""
"Path to the project folder. Your project folder should contain subfolders "
"for each dataset. Each dataset should have an \"images\" folder."
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:61 #: app/static/app/js/translations/odm_autogenerated.js:61
#, python-format #, python-format
msgid "" msgid ""
"Set the compression to use for orthophotos. Can be one of: %(choices)s. " "Generates a polygon around the cropping area that cuts the orthophoto around "
"Default: %(default)s" "the edges of features. This polygon can be useful for stitching seamless "
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:62 #: app/static/app/js/translations/odm_autogenerated.js:62
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65
#, python-format
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You "
"can control the behavior of this option by tweaking the --dem-* parameters. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66
#, python-format
msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70
#, python-format
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format #, python-format
msgid "" msgid ""
"Path to the image geolocation file containing the camera center coordinates " "Path to the image geolocation file containing the camera center coordinates "
@ -1409,24 +1483,22 @@ msgid ""
"accuracy (meters)]Default: %(default)s" "accuracy (meters)]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63 #: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Delete heavy intermediate files to optimize disk space usage. This affects " "Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"the ability to restart the pipeline from an intermediate stage, but allows " "simple morphological filter. Check the --dem* and --smrf* parameters for "
"datasets to be processed on machines that don't have sufficient disk space " "finer tuning. Default: %(default)s"
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64 #: app/static/app/js/translations/odm_autogenerated.js:74
#, python-format #, python-format
msgid "" msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be " "Build orthophoto overviews for faster display in programs such as QGIS. "
"sometimes useful for improving results that exhibit doming/bowling or when " "Default: %(default)s"
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65 #: app/static/app/js/translations/odm_autogenerated.js:75
#, python-format #, python-format
msgid "" msgid ""
"Automatically crop image outputs by creating a smooth buffer around the " "Automatically crop image outputs by creating a smooth buffer around the "
@ -1434,102 +1506,53 @@ msgid ""
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66 #: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format #, python-format
msgid "" msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s" "When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67 #: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format #, python-format
msgid "" msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground " "Set the compression to use for orthophotos. Can be one of: %(choices)s. "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Simple Morphological Filter window radius parameter (meters). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Build orthophoto overviews for faster display in programs such as QGIS. "
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70 #: app/static/app/js/translations/odm_autogenerated.js:78
#, python-format
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the point "
"cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Name of dataset (i.e subfolder name within project folder). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Octree depth used in the mesh reconstruction, increase to get more vertices, " "Octree depth used in the mesh reconstruction, increase to get more vertices, "
"recommended values are 8-12. Default: %(default)s" "recommended values are 8-12. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:74 #: app/static/app/js/translations/odm_autogenerated.js:79
#, python-format #, python-format
msgid "" msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information " "Skips dense reconstruction and 3D model generation. It generates an "
"for all images. If your images are tagged with high precision GPS " "orthophoto directly from the sparse reconstruction. If you just need an "
"information (RTK), this value will be automatically set accordingly. You can " "orthophoto and do not need a full 3D model, turn on this option. Default: "
"use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:75
#, python-format
msgid ""
"Legacy option (use --feature-quality instead). Resizes images by the largest "
"side for feature extraction purposes only. Set to -1 to disable. This does "
"not affect the final orthophoto resolution quality and will not resize the "
"original images. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:78 #: app/static/app/js/translations/odm_autogenerated.js:80
#, python-format #, python-format
msgid "" msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information for " "Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"georeferencing instead. Default: %(default)s" "image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:81
#, python-format
msgid ""
"The maximum number of processes to use in various processes. Peak memory "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 #: app/static/app/js/translations/plugin_manifest_autogenerated.js:3

Wyświetl plik

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-01-02 05:00+0000\n" "PO-Revision-Date: 2021-03-25 08:29+0000\n"
"Last-Translator: Israel Barragan <israelbar@gmail.com>\n" "Last-Translator: Israel Barragan <israelbar@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/webodm/webodm/es/" "Language-Team: Spanish <https://hosted.weblate.org/projects/webodm/webodm/es/"
">\n" ">\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.4.1-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: app/admin.py:52 #: app/admin.py:52
msgid "Enter custom CSS" msgid "Enter custom CSS"
@ -44,7 +44,6 @@ msgid "HTML (after header)"
msgstr "HTML (después del encabezado)" msgstr "HTML (después del encabezado)"
#: app/admin.py:64 #: app/admin.py:64
#, fuzzy
msgid "HTML that will be displayed after the body tag" msgid "HTML that will be displayed after the body tag"
msgstr "HTML que se mostrará después de la etiqueta del cuerpo" msgstr "HTML que se mostrará después de la etiqueta del cuerpo"
@ -346,15 +345,15 @@ msgstr "Preconfiguraciones"
#: app/models/project.py:22 #: app/models/project.py:22
msgid "The person who created the project" msgid "The person who created the project"
msgstr "" msgstr "La persona que creó el proyecto"
#: app/models/project.py:23 #: app/models/project.py:23
msgid "A label used to describe the project" msgid "A label used to describe the project"
msgstr "" msgstr "Una etiqueta usada para describir el proyecto"
#: app/models/project.py:24 #: app/models/project.py:24
msgid "More in-depth description of the project" msgid "More in-depth description of the project"
msgstr "" msgstr "Descripción mas detallada del proyecto"
#: app/models/project.py:26 #: app/models/project.py:26
msgid "" msgid ""
@ -362,6 +361,9 @@ msgid ""
"running tasks need to wait for tasks to be properly cleaned up before they " "running tasks need to wait for tasks to be properly cleaned up before they "
"can be deleted." "can be deleted."
msgstr "" msgstr ""
"si este proyecto se ha marcado para su eliminación. Los proyectos que tienen "
"tareas en ejecución necesitan esperar que estas tareas se limpien "
"apropiadamente antes de poder eliminarlas."
#: app/models/project.py:26 #: app/models/project.py:26
msgid "Deleting" msgid "Deleting"
@ -385,15 +387,15 @@ msgstr "Nombre de Aplicación"
#: app/models/setting.py:21 #: app/models/setting.py:21
msgid "A 512x512 logo of your application (.png or .jpeg)" msgid "A 512x512 logo of your application (.png or .jpeg)"
msgstr "" msgstr "Un logotipo de 512x512 de su aplicación (.png o .jpeg)"
#: app/models/setting.py:21 #: app/models/setting.py:21
msgid "App logo" msgid "App logo"
msgstr "Logo de la aplicación" msgstr "Logotipo de la aplicación"
#: app/models/setting.py:31 #: app/models/setting.py:31
msgid "The name of your organization" msgid "The name of your organization"
msgstr "" msgstr "El nombre de su organización"
#: app/models/setting.py:31 #: app/models/setting.py:31
msgid "Organization name" msgid "Organization name"
@ -401,7 +403,7 @@ msgstr "Nombre de organización"
#: app/models/setting.py:32 #: app/models/setting.py:32
msgid "The website URL of your organization" msgid "The website URL of your organization"
msgstr "" msgstr "La dirección URL del sitio web de su organización"
#: app/models/setting.py:32 #: app/models/setting.py:32
msgid "Organization website" msgid "Organization website"
@ -442,13 +444,15 @@ msgstr ""
#: app/models/task.py:222 #: app/models/task.py:222
msgid "A label for the task" msgid "A label for the task"
msgstr "" msgstr "Una etiqueta para la tarea"
#: app/models/task.py:223 #: app/models/task.py:223
msgid "" msgid ""
"Number of milliseconds that elapsed since the beginning of this task (-1 " "Number of milliseconds that elapsed since the beginning of this task (-1 "
"indicates that no information is available)" "indicates that no information is available)"
msgstr "" msgstr ""
"Número de milisegundos transcurridos desde el inicio de esta tarea (-1 "
"indica que no hay información disponible)"
#: app/models/task.py:223 #: app/models/task.py:223
msgid "Processing Time" msgid "Processing Time"
@ -459,6 +463,8 @@ msgid ""
"Processing node assigned to this task (or null if this task has not been " "Processing node assigned to this task (or null if this task has not been "
"associated yet)" "associated yet)"
msgstr "" msgstr ""
"Nodo de procesamiento asignado a esta tarea (o nulo si esta tarea aún no se "
"ha asociado)"
#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 #: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36
msgid "Processing Node" msgid "Processing Node"
@ -469,6 +475,8 @@ msgid ""
"A flag indicating whether this task should be automatically assigned a " "A flag indicating whether this task should be automatically assigned a "
"processing node" "processing node"
msgstr "" msgstr ""
"Una etiqueta que indica si a esta tarea se le debe asignar un nodo de "
"procesamiento automáticamente"
#: app/models/task.py:225 #: app/models/task.py:225
msgid "Auto Processing Node" msgid "Auto Processing Node"
@ -476,35 +484,35 @@ msgstr "Nodo de Procesamiento Automático"
#: app/models/task.py:226 #: app/models/task.py:226
msgid "Current status of the task" msgid "Current status of the task"
msgstr "" msgstr "Estado actual de la tarea"
#: app/models/task.py:226 #: app/models/task.py:226
msgid "Status" msgid "Status"
msgstr "Estatus" msgstr "Estado"
#: app/models/task.py:227 #: app/models/task.py:227
msgid "The last processing error received" msgid "The last processing error received"
msgstr "" msgstr "El último error de procesamiento recibido"
#: app/models/task.py:227 #: app/models/task.py:227
msgid "Last Error" msgid "Last Error"
msgstr "" msgstr "Último error"
#: app/models/task.py:228 #: app/models/task.py:228
msgid "Options that are being used to process this task" msgid "Options that are being used to process this task"
msgstr "" msgstr "Opciones que se utilizan para procesar esta tarea"
#: app/models/task.py:229 #: app/models/task.py:229
msgid "List of available assets to download" msgid "List of available assets to download"
msgstr "" msgstr "Lista de los objetos disponibles para su descarga"
#: app/models/task.py:229 #: app/models/task.py:229
msgid "Available Assets" msgid "Available Assets"
msgstr "" msgstr "Objetos Disponibles"
#: app/models/task.py:230 #: app/models/task.py:230
msgid "Console output of the processing node" msgid "Console output of the processing node"
msgstr "" msgstr "Salida de consola del nodo de procesamiento"
#: app/models/task.py:230 #: app/models/task.py:230
msgid "Console Output" msgid "Console Output"
@ -512,19 +520,19 @@ msgstr "Salida de consola"
#: app/models/task.py:232 #: app/models/task.py:232
msgid "Extent of the orthophoto" msgid "Extent of the orthophoto"
msgstr "" msgstr "Extensión de la ortofoto"
#: app/models/task.py:232 #: app/models/task.py:232
msgid "Orthophoto Extent" msgid "Orthophoto Extent"
msgstr "" msgstr "Extensión de la ortofoto"
#: app/models/task.py:233 #: app/models/task.py:233
msgid "DSM Extent" msgid "DSM Extent"
msgstr "" msgstr "Extensión del DSM"
#: app/models/task.py:234 #: app/models/task.py:234
msgid "DTM Extent" msgid "DTM Extent"
msgstr "" msgstr "Extensión del DTM"
#: app/models/task.py:238 #: app/models/task.py:238
msgid "" msgid ""
@ -744,7 +752,7 @@ msgstr ""
#: app/models/theme.py:35 #: app/models/theme.py:35
msgid "Failed" msgid "Failed"
msgstr "falló" msgstr "Falló"
#: app/models/theme.py:36 #: app/models/theme.py:36
msgid "The background color of success notifications." msgid "The background color of success notifications."
@ -847,7 +855,7 @@ msgstr ""
#: app/templates/app/admin/auth/user/add_form.html:8 #: app/templates/app/admin/auth/user/add_form.html:8
msgid "Enter a username and password." msgid "Enter a username and password."
msgstr "Introduce un nombre de usuario y contraseña" msgstr "Introduce un nombre de usuario y contraseña."
#: app/templates/app/admin/auth/user/change_password.html:17 #: app/templates/app/admin/auth/user/change_password.html:17
#: app/templates/app/admin/auth/user/change_password.html:54 #: app/templates/app/admin/auth/user/change_password.html:54
@ -1051,6 +1059,9 @@ msgid ""
"database tables have been created, and make sure the database is readable by " "database tables have been created, and make sure the database is readable by "
"the appropriate user." "the appropriate user."
msgstr "" msgstr ""
"Algo anda mal con la instalación de su base de datos. Asegúrese de que se "
"hayan creado las tablas de base de datos adecuadas y asegúrese de que el "
"usuario adecuado pueda leer la base de datos."
#: app/templates/app/admin/login.html:37 #: app/templates/app/admin/login.html:37
#, python-format #, python-format
@ -1080,6 +1091,8 @@ msgid ""
"This object doesn't have a change history. It probably wasn't added via this " "This object doesn't have a change history. It probably wasn't added via this "
"admin site." "admin site."
msgstr "" msgstr ""
"Este objeto no tiene un historial de cambios. Probablemente no fue agregado "
"a través de este sitio de administración."
#: app/templates/app/admin/pagination.html:10 #: app/templates/app/admin/pagination.html:10
#: app/templates/app/admin/search_form.html:9 #: app/templates/app/admin/search_form.html:9
@ -1128,15 +1141,15 @@ msgstr ""
#: app/templates/app/admin/submit_line.html:8 #: app/templates/app/admin/submit_line.html:8
msgid "Save as new" msgid "Save as new"
msgstr "" msgstr "Guardar como nuevo"
#: app/templates/app/admin/submit_line.html:9 #: app/templates/app/admin/submit_line.html:9
msgid "Save and add another" msgid "Save and add another"
msgstr "" msgstr "Guardar y agregar otro"
#: app/templates/app/admin/submit_line.html:10 #: app/templates/app/admin/submit_line.html:10
msgid "Save and continue editing" msgid "Save and continue editing"
msgstr "" msgstr "Guardar y continuar editando"
#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 #: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27
#: app/templates/app/welcome.html:227 #: app/templates/app/welcome.html:227
@ -1148,11 +1161,7 @@ msgid "Add a Processing Node"
msgstr "Agregar un Nodo de Procesamiento" msgstr "Agregar un Nodo de Procesamiento"
#: app/templates/app/dashboard.html:19 #: app/templates/app/dashboard.html:19
#, fuzzy, python-format #, python-format
#| msgid ""
#| "To get started, \"%(add_processing_node)s\". A processing node is a "
#| "computer running an instance of %(nodeodm_link)s or some other software "
#| "that implements this %(api_link)s."
msgid "" msgid ""
"To get started, \"%(add_processing_node)s\". A processing node is a computer " "To get started, \"%(add_processing_node)s\". A processing node is a computer "
"running an instance of %(nodeodm_link)s or some other software implementing " "running an instance of %(nodeodm_link)s or some other software implementing "
@ -1195,6 +1204,8 @@ msgid ""
"A %(link_start)sGCP File%(link_end)s is optional, but can increase " "A %(link_start)sGCP File%(link_end)s is optional, but can increase "
"georeferencing accuracy" "georeferencing accuracy"
msgstr "" msgstr ""
"Un %(link_start)sArchivo GCP%(link_end)s es opcional, pero puede incrementar "
"la precisión de la georeferenciación"
#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 #: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110
#: app/views/dev.py:83 #: app/views/dev.py:83
@ -1207,21 +1218,23 @@ msgstr "Cerrar"
#: app/templates/app/dev_tools.html:14 #: app/templates/app/dev_tools.html:14
msgid "Current Locale:" msgid "Current Locale:"
msgstr "" msgstr "Configuración regional actual:"
#: app/templates/app/dev_tools.html:15 #: app/templates/app/dev_tools.html:15
msgid "" msgid ""
"To change locale, modify your browser's locale settings, then refresh the " "To change locale, modify your browser's locale settings, then refresh the "
"page." "page."
msgstr "" msgstr ""
"Para cambiar la configuración regional, modifique la configuración regional "
"en su navegador, luego actualice la página."
#: app/templates/app/dev_tools.html:18 #: app/templates/app/dev_tools.html:18
msgid "Translation Files (.zip):" msgid "Translation Files (.zip):"
msgstr "" msgstr "Archivos de traducción (.zip):"
#: app/templates/app/dev_tools.html:22 #: app/templates/app/dev_tools.html:22
msgid "Download and Replace Translation Files" msgid "Download and Replace Translation Files"
msgstr "" msgstr "Descargar y reemplazar archivos de traducción"
#: app/templates/app/dev_tools.html:26 #: app/templates/app/dev_tools.html:26
msgid "Executing… do not refresh the page! This could take a while." msgid "Executing… do not refresh the page! This could take a while."
@ -1326,54 +1339,54 @@ msgid "Create Account"
msgstr "Crear cuenta" msgstr "Crear cuenta"
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr "Detectar cambios entre dos tareas diferentes en el mismo proyecto."
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "" msgstr "Importar imágenes directamente de fuentes externas"
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr ""
#: app/views/app.py:44 #: app/views/app.py:44
@ -1426,13 +1439,15 @@ msgstr ""
#: nodeodm/models.py:26 #: nodeodm/models.py:26
msgid "When was the information about this node last retrieved?" msgid "When was the information about this node last retrieved?"
msgstr "" msgstr "¿Cuando se recuperó por última vez la información de este nodo?"
#: nodeodm/models.py:27 #: nodeodm/models.py:27
msgid "" msgid ""
"Number of tasks currently being processed by this node (as reported by the " "Number of tasks currently being processed by this node (as reported by the "
"node itself)" "node itself)"
msgstr "" msgstr ""
"Número de tareas procesadas actualmente por este nodo (según reporta el "
"mismo nodo)"
#: nodeodm/models.py:28 #: nodeodm/models.py:28
msgid "Available Options" msgid "Available Options"
@ -1478,21 +1493,21 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "Sin tipo de enumeración coincidente." msgstr "Sin tipo de enumeración coincidente."
#: plugins/contours/api.py:16 #: plugins/contours/api.py:16
msgid "No DSM layer is available." msgid "No DSM layer is available."
msgstr "" msgstr "No hay ninguna capa DSM disponible."
#: plugins/contours/api.py:18 #: plugins/contours/api.py:18
msgid "No DTM layer is available." msgid "No DTM layer is available."
msgstr "" msgstr "No hay ninguna capa DTM disponible."
#: plugins/contours/api.py:60 #: plugins/contours/api.py:60
msgid "Could not generate contour file. This might be a bug." msgid "Could not generate contour file. This might be a bug."
msgstr "" msgstr "No se pudo generar el archivo de curvas. Eso podría ser un error."
#: plugins/diagnostic/plugin.py:36 #: plugins/diagnostic/plugin.py:36
msgid "Diagnostic" msgid "Diagnostic"
@ -1554,12 +1569,7 @@ msgid "Note!"
msgstr "¡Nota!" msgstr "¡Nota!"
#: plugins/diagnostic/templates/diagnostic.html:33 #: plugins/diagnostic/templates/diagnostic.html:33
#, fuzzy, python-format #, python-format
#| msgid ""
#| "These values might be relative to the virtualization environment in which "
#| "the application is running, not necessarily the values of the your "
#| "machine. See instructions for %(win_link)s and %(mac_link)s for changing "
#| "these values in a docker setup."
msgid "" msgid ""
"These values might be relative to the virtualization environment in which " "These values might be relative to the virtualization environment in which "
"the application is running, not necessarily the values of the your machine. " "the application is running, not necessarily the values of the your machine. "

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2020-12-23 16:28+0000\n" "PO-Revision-Date: 2020-12-23 16:28+0000\n"
"Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n" "Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n"
"Language-Team: French <https://hosted.weblate.org/projects/webodm/webodm/fr/" "Language-Team: French <https://hosted.weblate.org/projects/webodm/webodm/fr/"
@ -1390,15 +1390,49 @@ msgid "Create Account"
msgstr "Créer un compte" msgstr "Créer un compte"
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
"Détecte les modifications entre deux tâches différentes dans le même projet."
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "Une extension pour créer des fichiers GCP à partir d'images" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Affiche la version du programme, les statistiques d'utilisation de la "
"mémoire et du disque"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr "Ajoute un bouton plein-écran à la vue 2D de la carte"
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr "Une extension pour envoyer des orthophotos vers OpenAerialMap"
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
@ -1406,44 +1440,10 @@ msgstr ""
"Une extension pour ajouter un bouton afin d'ouvrir rapidement l'éditeur iD " "Une extension pour ajouter un bouton afin d'ouvrir rapidement l'éditeur iD "
"d'OpenStreetMap et configurer une carte TMS de base." "d'OpenStreetMap et configurer une carte TMS de base."
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr "Une extension pour envoyer des orthophotos vers OpenAerialMap"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Affiche la version du programme, les statistiques d'utilisation de la "
"mémoire et du disque"
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr "Ajoute un bouton plein-écran à la vue 2D de la carte"
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr "Une extension pour créer des fichiers GCP à partir d'images"
"Détecte les modifications entre deux tâches différentes dans le même projet."
#: app/views/app.py:44 #: app/views/app.py:44
msgid "First Project" msgid "First Project"
@ -1555,7 +1555,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "Moteur utilisé par le nœud." msgstr "Moteur utilisé par le nœud."
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "Aucun type d'énumération correspondant." msgstr "Aucun type d'énumération correspondant."

Wyświetl plik

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-01-27 11:57+0000\n" "PO-Revision-Date: 2021-03-25 08:29+0000\n"
"Last-Translator: upa <madeinupa@gmail.com>\n" "Last-Translator: upa <madeinupa@gmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/webodm/webodm/it/" "Language-Team: Italian <https://hosted.weblate.org/projects/webodm/webodm/it/"
">\n" ">\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: app/admin.py:52 #: app/admin.py:52
msgid "Enter custom CSS" msgid "Enter custom CSS"
@ -742,7 +742,7 @@ msgstr "Impostazione predefinita pulsante"
#: app/models/theme.py:25 #: app/models/theme.py:25
msgid "Delete button color." msgid "Delete button color."
msgstr "Elimina il colore del pulsante." msgstr "Colore del pulsante Cancella."
#: app/models/theme.py:25 #: app/models/theme.py:25
msgid "Button Danger" msgid "Button Danger"
@ -798,7 +798,7 @@ msgstr "Fallito"
#: app/models/theme.py:36 #: app/models/theme.py:36
msgid "The background color of success notifications." msgid "The background color of success notifications."
msgstr "Colore di sfondo delle notifiche di esito positivo." msgstr "Colore di sfondo delle notifiche con esito positivo."
#: app/models/theme.py:36 #: app/models/theme.py:36
msgid "Success" msgid "Success"
@ -1407,15 +1407,48 @@ msgid "Create Account"
msgstr "Crea Account" msgstr "Crea Account"
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Upload and tile ODM assets with Cesium ion."
msgstr "Carica ed esegui il tile di una risorsa ODM su Cesium ion."
#: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr "Rileva cambiamenti tra due diverse attività nello stesso progetto."
#: app/translations/plugin_manifest_autogenerated.py:6
msgid "Import images from external sources directly"
msgstr "Importa direttamente immagini da sorgenti esterne"
#: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr "Calcola, mostra l'anteprima ed esporta i contorni da DEM"
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Mostra la versione del programma, le statistiche di utilizzo memora e spazio "
"su disco"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr "Calcola e disegna una mappa altimetrica basata sui DEM dell'attività"
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr "Aggiunge un pulsante per schermo intero alla vista mappa in 2D"
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr "Sincronizza gli accounts da webdom.net"
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet" msgid "Compute volume, area and length measurements on Leaflet"
msgstr "Calcola il volume, l'area e le lunghezze con Leaflet" msgstr "Calcola il volume, l'area e le lunghezze con Leaflet"
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:13
#: app/translations/plugin_manifest_autogenerated.py:6 msgid "A plugin to upload orthophotos to OpenAerialMap"
msgid "A plugin to create GCP files from images" msgstr "Un plugin per caricare le orthophoto su OpenAerialMap"
msgstr "Un plugin per creare GCP files dalle immagini"
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
@ -1423,43 +1456,10 @@ msgstr ""
"Un plugin per aggiungere un pulsante per l'apertura rapida dell'editor iD di " "Un plugin per aggiungere un pulsante per l'apertura rapida dell'editor iD di "
"OpenStreetmap e impostare una mappa base TMS." "OpenStreetmap e impostare una mappa base TMS."
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr "Un plugin per caricare le orthophoto su OpenAerialMap"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Mostra la versione del programma, le statistiche di utilizzo memora e spazio "
"su disco"
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr "Sincronizza gli accounts da webdom.net"
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr "Aggiunge un pulsante per schermo intero alla vista mappa in 2D"
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr "Calcola, mostra l'anteprima ed esporta i contorni da DEM"
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr "Calcola e disegna una mappa altimetrica basata sui DEM dell'attività"
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr "Carica ed esegui il tile di una risorsa ODM su Cesium ion."
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr "Importa direttamente immagini da sorgenti esterne"
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "Rileva cambiamenti tra due diverse attività nello stesso progetto." msgstr "Un plugin per creare GCP files dalle immagini"
#: app/views/app.py:44 #: app/views/app.py:44
msgid "First Project" msgid "First Project"
@ -1571,7 +1571,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "Motore usato dal nodo." msgstr "Motore usato dal nodo."
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "Il tipo enum non corrisponde." msgstr "Il tipo enum non corrisponde."

Wyświetl plik

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2020-12-29 07:14+0000\n" "PO-Revision-Date: 2021-03-25 08:29+0000\n"
"Last-Translator: Park Jeongyong <kladess@gmail.com>\n" "Last-Translator: Park Jeongyong <kladess@gmail.com>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/webodm/webodm/ko/" "Language-Team: Korean <https://hosted.weblate.org/projects/webodm/webodm/ko/"
">\n" ">\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.4.1-dev\n" "X-Generator: Weblate 4.5.2-dev\n"
#: app/admin.py:52 #: app/admin.py:52
msgid "Enter custom CSS" msgid "Enter custom CSS"
@ -176,7 +176,7 @@ msgstr ""
#: app/api/tasks.py:179 #: app/api/tasks.py:179
msgid "You need to upload at least 2 images before commit" msgid "You need to upload at least 2 images before commit"
msgstr "" msgstr "결정하기 전에 최소 2장 의 이미지들을 업로드 하여야 합니다"
#: app/api/tasks.py:201 #: app/api/tasks.py:201
msgid "No files uploaded" msgid "No files uploaded"
@ -345,7 +345,7 @@ msgstr ""
#: app/models/project.py:23 #: app/models/project.py:23
msgid "A label used to describe the project" msgid "A label used to describe the project"
msgstr "" msgstr "이 프로젝트를 설명하기 위한 레이블"
#: app/models/project.py:24 #: app/models/project.py:24
msgid "More in-depth description of the project" msgid "More in-depth description of the project"
@ -400,7 +400,7 @@ msgstr ""
#: app/models/setting.py:32 #: app/models/setting.py:32
msgid "Organization website" msgid "Organization website"
msgstr "" msgstr "조직 웹사이트"
#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 #: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49
#: app/templates/app/logged_in_base.html:95 #: app/templates/app/logged_in_base.html:95
@ -447,7 +447,7 @@ msgstr ""
#: app/models/task.py:223 #: app/models/task.py:223
msgid "Processing Time" msgid "Processing Time"
msgstr "" msgstr "처리 시간"
#: app/models/task.py:224 #: app/models/task.py:224
msgid "" msgid ""
@ -558,7 +558,7 @@ msgstr ""
#: app/models/task.py:245 #: app/models/task.py:245
msgid "Upload Progress" msgid "Upload Progress"
msgstr "" msgstr "업로드 진행"
#: app/models/task.py:248 #: app/models/task.py:248
msgid "" msgid ""
@ -611,7 +611,7 @@ msgstr "작업"
#: app/models/task.py:270 #: app/models/task.py:270
msgid "unnamed" msgid "unnamed"
msgstr "" msgstr "이름 없음"
#: app/models/task.py:373 #: app/models/task.py:373
msgid "Importing assets..." msgid "Importing assets..."
@ -697,19 +697,19 @@ msgstr ""
#: app/models/theme.py:27 #: app/models/theme.py:27
msgid "Header Background" msgid "Header Background"
msgstr "" msgstr "헤더의 배경색"
#: app/models/theme.py:28 #: app/models/theme.py:28
msgid "Text and icons in the site's header." msgid "Text and icons in the site's header."
msgstr "" msgstr "사이트의 헤더의 글자와 아이콘."
#: app/models/theme.py:28 #: app/models/theme.py:28
msgid "Header Primary" msgid "Header Primary"
msgstr "" msgstr "헤더 첫번째색"
#: app/models/theme.py:30 #: app/models/theme.py:30
msgid "The color of most borders." msgid "The color of most borders."
msgstr "" msgstr "대부분의 경계선의 색."
#: app/models/theme.py:30 #: app/models/theme.py:30
msgid "Border" msgid "Border"
@ -717,7 +717,7 @@ msgstr "경계"
#: app/models/theme.py:31 #: app/models/theme.py:31
msgid "The background color of panels and some borders." msgid "The background color of panels and some borders."
msgstr "" msgstr "패널과 일부 경계선을 위한 배경색."
#: app/models/theme.py:31 #: app/models/theme.py:31
msgid "Highlight" msgid "Highlight"
@ -897,11 +897,11 @@ msgstr "필터"
#: app/templates/app/admin/change_list_plugin.html:24 #: app/templates/app/admin/change_list_plugin.html:24
msgid "Load Plugin (.zip)" msgid "Load Plugin (.zip)"
msgstr "" msgstr "플러그인 불러오기(.zip)"
#: app/templates/app/admin/change_list_plugin.html:28 #: app/templates/app/admin/change_list_plugin.html:28
msgid "Manage Plugins" msgid "Manage Plugins"
msgstr "" msgstr "플러그인 관리"
#: app/templates/app/admin/change_list_results.html:17 #: app/templates/app/admin/change_list_results.html:17
msgid "Remove from sorting" msgid "Remove from sorting"
@ -1219,11 +1219,11 @@ msgstr "로그아웃"
#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 #: app/templates/app/logged_in_base.html:33 app/views/app.py:46
msgid "Dashboard" msgid "Dashboard"
msgstr "계기판" msgstr "대쉬보드"
#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 #: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37
msgid "Processing Nodes" msgid "Processing Nodes"
msgstr "" msgstr "프로세싱 노드"
#: app/templates/app/logged_in_base.html:69 #: app/templates/app/logged_in_base.html:69
msgid "Add New" msgid "Add New"
@ -1307,55 +1307,57 @@ msgid "Create Account"
msgstr "계정 생성" msgstr "계정 생성"
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr "OpenAerialMap으로 정사영상을 업로드하는 플러그인"
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
msgstr "" msgstr ""
"빠르게 OpenStreetMap의 iD 편집기를 열고 TMS 배경지도를 설정할 수 있는 버튼을 "
#: app/translations/plugin_manifest_autogenerated.py:8 "추가하는 플러그인."
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr "이미지로부터 GCP 파일을 생성하는 플러그인"
#: app/views/app.py:44 #: app/views/app.py:44
msgid "First Project" msgid "First Project"
@ -1425,7 +1427,7 @@ msgstr ""
#: nodeodm/models.py:29 #: nodeodm/models.py:29
msgid "Token" msgid "Token"
msgstr "" msgstr "토큰"
#: nodeodm/models.py:29 #: nodeodm/models.py:29
msgid "" msgid ""
@ -1455,7 +1457,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "" msgstr ""

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-02-11 02:50+0000\n" "PO-Revision-Date: 2021-02-11 02:50+0000\n"
"Last-Translator: Carlos Grohmann <carlos.grohmann@gmail.com>\n" "Last-Translator: Carlos Grohmann <carlos.grohmann@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@ -1401,15 +1401,47 @@ msgid "Create Account"
msgstr "Criar conta" msgstr "Criar conta"
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Upload and tile ODM assets with Cesium ion."
msgstr "Faça upload e agrupe recursos ODM com Cesium ion."
#: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr "Detecte mudanças entre duas tarefas diferentes no mesmo projeto."
#: app/translations/plugin_manifest_autogenerated.py:6
msgid "Import images from external sources directly"
msgstr "Importe imagens de fontes externas diretamente"
#: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr "Calcule, visualize e exporte curvas de nível de MDEs"
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Exibir estatísticas de versão do programa, memória e uso de espaço em disco"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr "Calcule e desenhe um mapa de elevação com base nos MDEs de uma tarefa"
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr "Adicionar um botão de tela inteira à visualização do mapa 2D"
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr "Sincronizar contas de webodm.net"
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet" msgid "Compute volume, area and length measurements on Leaflet"
msgstr "Calcule medidas de volume, área e comprimento no Leaflet" msgstr "Calcule medidas de volume, área e comprimento no Leaflet"
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:13
#: app/translations/plugin_manifest_autogenerated.py:6 msgid "A plugin to upload orthophotos to OpenAerialMap"
msgid "A plugin to create GCP files from images" msgstr "Um plugin para fazer upload de ortofotos para OpenAerialMap"
msgstr "Um plugin para criar arquivos de GCP a partir de imagens"
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
@ -1417,42 +1449,10 @@ msgstr ""
"Um plugin para adicionar um botão para abrir rapidamente o editor de iD do " "Um plugin para adicionar um botão para abrir rapidamente o editor de iD do "
"OpenStreetMap e configurar um mapa base TMS." "OpenStreetMap e configurar um mapa base TMS."
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr "Um plugin para fazer upload de ortofotos para OpenAerialMap"
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
"Exibir estatísticas de versão do programa, memória e uso de espaço em disco"
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr "Sincronizar contas de webodm.net"
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr "Adicionar um botão de tela inteira à visualização do mapa 2D"
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr "Calcule, visualize e exporte curvas de nível de MDEs"
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr "Calcule e desenhe um mapa de elevação com base nos MDEs de uma tarefa"
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr "Faça upload e agrupe recursos ODM com Cesium ion."
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr "Importe imagens de fontes externas diretamente"
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "Detecte mudanças entre duas tarefas diferentes no mesmo projeto." msgstr "Um plugin para criar arquivos de GCP a partir de imagens"
#: app/views/app.py:44 #: app/views/app.py:44
msgid "First Project" msgid "First Project"
@ -1562,7 +1562,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "Engine utilizada pelo nó." msgstr "Engine utilizada pelo nó."
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "Nenhum tipo de enum correspondente." msgstr "Nenhum tipo de enum correspondente."

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-01-12 14:33+0000\n" "PO-Revision-Date: 2021-01-12 14:33+0000\n"
"Last-Translator: Jurijs Jeskins <jurijs.jeshkins@gmail.com>\n" "Last-Translator: Jurijs Jeskins <jurijs.jeshkins@gmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/webodm/webodm/ru/" "Language-Team: Russian <https://hosted.weblate.org/projects/webodm/webodm/ru/"
@ -1307,54 +1307,54 @@ msgid "Create Account"
msgstr "Создать аккаунт" msgstr "Создать аккаунт"
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr ""
#: app/views/app.py:44 #: app/views/app.py:44
@ -1455,7 +1455,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "" msgstr ""

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-01-27 11:57+0000\n" "PO-Revision-Date: 2021-01-27 11:57+0000\n"
"Last-Translator: Emil Ismayilov <emil.ismayilov@idrak.az>\n" "Last-Translator: Emil Ismayilov <emil.ismayilov@idrak.az>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/webodm/react-ui/" "Language-Team: Russian <https://hosted.weblate.org/projects/webodm/react-ui/"
@ -82,7 +82,7 @@ msgstr "Показать модель"
msgid "Show Cameras" msgid "Show Cameras"
msgstr "Показать камеры" msgstr "Показать камеры"
#: app/static/app/js/ModelView.jsx:489 #: app/static/app/js/ModelView.jsx:522
msgid "Loading textured model..." msgid "Loading textured model..."
msgstr "Загрузка текстурированной модели..." msgstr "Загрузка текстурированной модели..."
@ -964,236 +964,87 @@ msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:3 #: app/static/app/js/translations/odm_autogenerated.js:3
#, python-format #, python-format
msgid "The maximum vertex count of the output mesh. Default: %(default)s" msgid ""
"Keep faces in the mesh that are not seen in any camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:4 #: app/static/app/js/translations/odm_autogenerated.js:4
#, python-format #, python-format
msgid "" msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of " "Name of dataset (i.e subfolder name within project folder). Default: "
"%(choices)s. Default: %(default)s " "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:5 #: app/static/app/js/translations/odm_autogenerated.js:5
#, python-format #, python-format
msgid "Print debug messages. Default: %(default)s" msgid ""
"Filters the point cloud by removing points that deviate more than N standard "
"deviations from the local mean. Set to 0 to disable filtering. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:6 #: app/static/app/js/translations/odm_autogenerated.js:6
#, python-format #, python-format
msgid "" msgid ""
"Set the radiometric calibration to perform on images. When processing " "Legacy option (use --feature-quality instead). Resizes images by the largest "
"multispectral images you should set this option to obtain reflectance values " "side for feature extraction purposes only. Set to -1 to disable. This does "
"(otherwise you will get digital number values). [camera] applies black " "not affect the final orthophoto resolution quality and will not resize the "
"level, vignetting, row gradient gain/exposure compensation (if appropriate " "original images. Default: %(default)s"
"EXIF tags are found). [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:7 #: app/static/app/js/translations/odm_autogenerated.js:7
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into "
"clusters, images that are closer than this radius to a cluster are added to "
"the cluster. This is done to ensure that neighboring submodels overlap. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Path to the image groups file that controls how images should be split into "
"groups. The file needs to use the following format: image_name "
"group_nameDefault: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of " "Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of "
"Words. FLANN is slower, but more stable. BOW is faster, but can sometimes " "Words. FLANN is slower, but more stable. BOW is faster, but can sometimes "
"miss valid matches. Can be one of: %(choices)s. Default: %(default)s" "miss valid matches. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Run local bundle adjustment for every image added to the reconstruction and "
"a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:10 #: app/static/app/js/translations/odm_autogenerated.js:10
#, python-format #, python-format
msgid "" msgid ""
"When processing multispectral datasets, you can specify the name of the "
"primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. Can "
"be one of: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:16
#, python-format
msgid ""
"URL to a ClusterODM instance for distributing a split-merge workflow on " "URL to a ClusterODM instance for distributing a split-merge workflow on "
"multiple nodes in parallel. Default: %(default)s" "multiple nodes in parallel. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:17 #: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format #, python-format
msgid "" msgid ""
"Path to the file containing the ground control points used for " "Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"georeferencing. The file needs to use the following format: EPSG:<code> or <" "%(default)s"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18 #: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be "
"sometimes useful for improving results that exhibit doming/bowling or when "
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format #, python-format
msgid "Generates a benchmark file with runtime info. Default: %(default)s" msgid "Generates a benchmark file with runtime info. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19 #: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20
#, python-format
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format
msgid ""
"Set feature extraction quality. Higher quality generates better features, "
"but requires more memory and takes longer. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24
#, python-format
msgid ""
"Average number of images per submodel. When splitting a large dataset into "
"smaller submodels, images are grouped into clusters. This value regulates "
"the number of images that each cluster should have on average. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:25
#, python-format
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:26
#, python-format
msgid ""
"Rerun this stage only and stop. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:27
#, python-format
msgid ""
"Set a camera projection type. Manually setting a value can help improve "
"geometric undistortion. By default the application tries to determine a lens "
"type from the images metadata. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:28
#, python-format
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize images "
"with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid "Skip the blending of colors near seams. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:30
#, python-format
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You "
"can control the behavior of this option by tweaking the --dem-* parameters. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:31
#, python-format
msgid ""
"Generates a polygon around the cropping area that cuts the orthophoto around "
"the edges of features. This polygon can be useful for stitching seamless "
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:32
#, python-format
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS exif "
"data. Set both matcher-neighbors and this to 0 to skip pre-matching. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
#, python-format #, python-format
msgid "" msgid ""
"Number of steps used to fill areas with gaps. Set to 0 to disable gap " "Number of steps used to fill areas with gaps. Set to 0 to disable gap "
@ -1203,80 +1054,22 @@ msgid ""
"then merged using nearest neighbor interpolation. Default: %(default)s" "then merged using nearest neighbor interpolation. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35 #: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format #, python-format
msgid "" msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance " "Rerun this stage only and stop. Can be one of: %(choices)s. Default: "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Set this parameter if you want to generate a PNG rendering of the "
"orthophoto. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:42
#, python-format
msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:43 #: app/static/app/js/translations/odm_autogenerated.js:16
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in " "Reduce the memory usage needed for depthmap fusion by splitting large scenes "
"meters). This can be useful to limit the output resolution of the point " "into tiles. Turn this on if your machine doesn't have much RAM and/or you've "
"cloud. Set to 0 to disable sampling. Default: %(default)s" "set --pc-quality to high or ultra. Experimental. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:44 #: app/static/app/js/translations/odm_autogenerated.js:17
#, python-format
msgid ""
"Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"simple morphological filter. Check the --dem* and --smrf* parameters for "
"finer tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:45
#, python-format #, python-format
msgid "" msgid ""
"Minimum number of features to extract per image. More features can be useful " "Minimum number of features to extract per image. More features can be useful "
@ -1285,26 +1078,238 @@ msgid ""
"features also slow down processing. Default: %(default)s" "features also slow down processing. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18
#, python-format
msgid ""
"Average number of images per submodel. When splitting a large dataset into "
"smaller submodels, images are grouped into clusters. This value regulates "
"the number of images that each cluster should have on average. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19
#, python-format
msgid ""
"Path to the file containing the ground control points used for "
"georeferencing. The file needs to use the following format: EPSG:<code> or <"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20
#, python-format
msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22
#, python-format
msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of "
"%(choices)s. Default: %(default)s "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24
#, python-format
msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:25
#, python-format
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the point "
"cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:26
#, python-format
msgid ""
"Run local bundle adjustment for every image added to the reconstruction and "
"a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:27
#, python-format
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:28
#, python-format
msgid "Skip the blending of colors near seams. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:30
#, python-format
msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for viewers "
"like Leaflet or OpenLayers. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:31
#, python-format
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. Can "
"be one of: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:32
#, python-format
msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35
#, python-format
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in "
"meters). This can be useful to limit the output resolution of the point "
"cloud and remove duplicate points. Set to 0 to disable sampling. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
#, python-format
msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information "
"for all images. If your images are tagged with high precision GPS "
"information (RTK), this value will be automatically set accordingly. You can "
"use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid "Print debug messages. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS exif "
"data. Set both matcher-neighbors and this to 0 to skip pre-matching. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:42
#, python-format
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize images "
"with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:43
#, python-format
msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information for "
"georeferencing instead. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:44
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:45
#, python-format
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:46 #: app/static/app/js/translations/odm_autogenerated.js:46
#, python-format #, python-format
msgid "" msgid ""
"Path to the image groups file that controls how images should be split into " "Set feature extraction quality. Higher quality generates better features, "
"groups. The file needs to use the following format: image_name " "but requires more memory and takes longer. Can be one of: %(choices)s. "
"group_nameDefault: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:47 #: app/static/app/js/translations/odm_autogenerated.js:47
msgid "" #, python-format
"Permanently delete all previous results and rerun the processing pipeline." msgid "The maximum vertex count of the output mesh. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:48 #: app/static/app/js/translations/odm_autogenerated.js:48
#, python-format #, python-format
msgid "" msgid ""
"Skips dense reconstruction and 3D model generation. It generates an " "Set the radiometric calibration to perform on images. When processing "
"orthophoto directly from the sparse reconstruction. If you just need an " "multispectral and thermal images you should set this option to obtain "
"orthophoto and do not need a full 3D model, turn on this option. Default: " "reflectance/temperature values (otherwise you will get digital number "
"%(default)s" "values). [camera] applies black level, vignetting, row gradient gain/"
"exposure compensation (if appropriate EXIF tags are found) and computes "
"absolute temperature values. [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:49 #: app/static/app/js/translations/odm_autogenerated.js:49
@ -1317,24 +1322,26 @@ msgid ""
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:50 #: app/static/app/js/translations/odm_autogenerated.js:50
#, python-format
msgid "" msgid ""
"Path to the project folder. Your project folder should contain subfolders " "Simple Morphological Filter window radius parameter (meters). Default: "
"for each dataset. Each dataset should have an \"images\" folder." "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:51 #: app/static/app/js/translations/odm_autogenerated.js:51
#, python-format #, python-format
msgid "" msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: " "Set this parameter if you want to generate a Google Earth (KMZ) rendering of "
"%(default)s" "the orthophoto. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:52 #: app/static/app/js/translations/odm_autogenerated.js:52
#, python-format #, python-format
msgid "" msgid ""
"The maximum number of processes to use in various processes. Peak memory " "Delete heavy intermediate files to optimize disk space usage. This affects "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default: " "the ability to restart the pipeline from an intermediate stage, but allows "
"%(default)s" "datasets to be processed on machines that don't have sufficient disk space "
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:53 #: app/static/app/js/translations/odm_autogenerated.js:53
@ -1347,63 +1354,130 @@ msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:54 #: app/static/app/js/translations/odm_autogenerated.js:54
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by removing points that deviate more than N standard " "Set this parameter if you want to generate a PNG rendering of the "
"deviations from the local mean. Set to 0 to disable filtering. Default: " "orthophoto. Default: %(default)s"
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:55 #: app/static/app/js/translations/odm_autogenerated.js:55
#, python-format #, python-format
msgid "" msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for viewers " "When processing multispectral datasets, you can specify the name of the "
"like Leaflet or OpenLayers. Default: %(default)s" "primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:56 #: app/static/app/js/translations/odm_autogenerated.js:56
#, python-format #, python-format
msgid "" msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:57
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid ""
"Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format
msgid ""
"Orthophoto resolution in cm / pixel. Note that this value is capped by a " "Orthophoto resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check --ignore-" "ground sampling distance (GSD) estimate. To remove the cap, check --ignore-"
"gsd also. Default: %(default)s" "gsd also. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60 #: app/static/app/js/translations/odm_autogenerated.js:57
msgid ""
"Permanently delete all previous results and rerun the processing pipeline."
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into " "Set a camera projection type. Manually setting a value can help improve "
"clusters, images that are closer than this radius to a cluster are added to " "geometric undistortion. By default the application tries to determine a lens "
"the cluster. This is done to ensure that neighboring submodels overlap. " "type from the images metadata. Can be one of: %(choices)s. Default: "
"Default: %(default)s" "%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60
msgid ""
"Path to the project folder. Your project folder should contain subfolders "
"for each dataset. Each dataset should have an \"images\" folder."
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:61 #: app/static/app/js/translations/odm_autogenerated.js:61
#, python-format #, python-format
msgid "" msgid ""
"Set the compression to use for orthophotos. Can be one of: %(choices)s. " "Generates a polygon around the cropping area that cuts the orthophoto around "
"Default: %(default)s" "the edges of features. This polygon can be useful for stitching seamless "
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:62 #: app/static/app/js/translations/odm_autogenerated.js:62
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65
#, python-format
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You "
"can control the behavior of this option by tweaking the --dem-* parameters. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66
#, python-format
msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70
#, python-format
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format #, python-format
msgid "" msgid ""
"Path to the image geolocation file containing the camera center coordinates " "Path to the image geolocation file containing the camera center coordinates "
@ -1414,24 +1488,22 @@ msgid ""
"accuracy (meters)]Default: %(default)s" "accuracy (meters)]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63 #: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Delete heavy intermediate files to optimize disk space usage. This affects " "Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"the ability to restart the pipeline from an intermediate stage, but allows " "simple morphological filter. Check the --dem* and --smrf* parameters for "
"datasets to be processed on machines that don't have sufficient disk space " "finer tuning. Default: %(default)s"
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64 #: app/static/app/js/translations/odm_autogenerated.js:74
#, python-format #, python-format
msgid "" msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be " "Build orthophoto overviews for faster display in programs such as QGIS. "
"sometimes useful for improving results that exhibit doming/bowling or when " "Default: %(default)s"
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65 #: app/static/app/js/translations/odm_autogenerated.js:75
#, python-format #, python-format
msgid "" msgid ""
"Automatically crop image outputs by creating a smooth buffer around the " "Automatically crop image outputs by creating a smooth buffer around the "
@ -1439,102 +1511,53 @@ msgid ""
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66 #: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format #, python-format
msgid "" msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s" "When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67 #: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format #, python-format
msgid "" msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground " "Set the compression to use for orthophotos. Can be one of: %(choices)s. "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Simple Morphological Filter window radius parameter (meters). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Build orthophoto overviews for faster display in programs such as QGIS. "
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70 #: app/static/app/js/translations/odm_autogenerated.js:78
#, python-format
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the point "
"cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Name of dataset (i.e subfolder name within project folder). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Octree depth used in the mesh reconstruction, increase to get more vertices, " "Octree depth used in the mesh reconstruction, increase to get more vertices, "
"recommended values are 8-12. Default: %(default)s" "recommended values are 8-12. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:74 #: app/static/app/js/translations/odm_autogenerated.js:79
#, python-format #, python-format
msgid "" msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information " "Skips dense reconstruction and 3D model generation. It generates an "
"for all images. If your images are tagged with high precision GPS " "orthophoto directly from the sparse reconstruction. If you just need an "
"information (RTK), this value will be automatically set accordingly. You can " "orthophoto and do not need a full 3D model, turn on this option. Default: "
"use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:75
#, python-format
msgid ""
"Legacy option (use --feature-quality instead). Resizes images by the largest "
"side for feature extraction purposes only. Set to -1 to disable. This does "
"not affect the final orthophoto resolution quality and will not resize the "
"original images. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:78 #: app/static/app/js/translations/odm_autogenerated.js:80
#, python-format #, python-format
msgid "" msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information for " "Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"georeferencing instead. Default: %(default)s" "image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:81
#, python-format
msgid ""
"The maximum number of processes to use in various processes. Peak memory "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 #: app/static/app/js/translations/plugin_manifest_autogenerated.js:3

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-02-01 10:39+0000\n" "PO-Revision-Date: 2021-02-01 10:39+0000\n"
"Last-Translator: Gunduzhan Gunduz <gunduzhan@gmail.com>\n" "Last-Translator: Gunduzhan Gunduz <gunduzhan@gmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/webodm/webodm/tr/" "Language-Team: Turkish <https://hosted.weblate.org/projects/webodm/webodm/tr/"
@ -1328,54 +1328,54 @@ msgid "Create Account"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr ""
#: app/views/app.py:44 #: app/views/app.py:44
@ -1476,7 +1476,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "" msgstr ""

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-02-01 10:39+0000\n" "PO-Revision-Date: 2021-02-01 10:39+0000\n"
"Last-Translator: Gunduzhan Gunduz <gunduzhan@gmail.com>\n" "Last-Translator: Gunduzhan Gunduz <gunduzhan@gmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/webodm/react-ui/" "Language-Team: Turkish <https://hosted.weblate.org/projects/webodm/react-ui/"
@ -83,7 +83,7 @@ msgstr "Modeli Göster"
msgid "Show Cameras" msgid "Show Cameras"
msgstr "Kameraları Göster" msgstr "Kameraları Göster"
#: app/static/app/js/ModelView.jsx:489 #: app/static/app/js/ModelView.jsx:522
msgid "Loading textured model..." msgid "Loading textured model..."
msgstr "Dokulu model yükleniyor..." msgstr "Dokulu model yükleniyor..."
@ -975,236 +975,87 @@ msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:3 #: app/static/app/js/translations/odm_autogenerated.js:3
#, python-format #, python-format
msgid "The maximum vertex count of the output mesh. Default: %(default)s" msgid ""
"Keep faces in the mesh that are not seen in any camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:4 #: app/static/app/js/translations/odm_autogenerated.js:4
#, python-format #, python-format
msgid "" msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of " "Name of dataset (i.e subfolder name within project folder). Default: "
"%(choices)s. Default: %(default)s " "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:5 #: app/static/app/js/translations/odm_autogenerated.js:5
#, python-format #, python-format
msgid "Print debug messages. Default: %(default)s" msgid ""
"Filters the point cloud by removing points that deviate more than N standard "
"deviations from the local mean. Set to 0 to disable filtering. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:6 #: app/static/app/js/translations/odm_autogenerated.js:6
#, python-format #, python-format
msgid "" msgid ""
"Set the radiometric calibration to perform on images. When processing " "Legacy option (use --feature-quality instead). Resizes images by the largest "
"multispectral images you should set this option to obtain reflectance values " "side for feature extraction purposes only. Set to -1 to disable. This does "
"(otherwise you will get digital number values). [camera] applies black " "not affect the final orthophoto resolution quality and will not resize the "
"level, vignetting, row gradient gain/exposure compensation (if appropriate " "original images. Default: %(default)s"
"EXIF tags are found). [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:7 #: app/static/app/js/translations/odm_autogenerated.js:7
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into "
"clusters, images that are closer than this radius to a cluster are added to "
"the cluster. This is done to ensure that neighboring submodels overlap. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Path to the image groups file that controls how images should be split into "
"groups. The file needs to use the following format: image_name "
"group_nameDefault: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of " "Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of "
"Words. FLANN is slower, but more stable. BOW is faster, but can sometimes " "Words. FLANN is slower, but more stable. BOW is faster, but can sometimes "
"miss valid matches. Can be one of: %(choices)s. Default: %(default)s" "miss valid matches. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:8
#, python-format
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:9
#, python-format
msgid ""
"Run local bundle adjustment for every image added to the reconstruction and "
"a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:10 #: app/static/app/js/translations/odm_autogenerated.js:10
#, python-format #, python-format
msgid "" msgid ""
"When processing multispectral datasets, you can specify the name of the "
"primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. Can "
"be one of: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:16
#, python-format
msgid ""
"URL to a ClusterODM instance for distributing a split-merge workflow on " "URL to a ClusterODM instance for distributing a split-merge workflow on "
"multiple nodes in parallel. Default: %(default)s" "multiple nodes in parallel. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:17 #: app/static/app/js/translations/odm_autogenerated.js:11
#, python-format #, python-format
msgid "" msgid ""
"Path to the file containing the ground control points used for " "Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"georeferencing. The file needs to use the following format: EPSG:<code> or <" "%(default)s"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18 #: app/static/app/js/translations/odm_autogenerated.js:12
#, python-format
msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be "
"sometimes useful for improving results that exhibit doming/bowling or when "
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:13
#, python-format #, python-format
msgid "Generates a benchmark file with runtime info. Default: %(default)s" msgid "Generates a benchmark file with runtime info. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19 #: app/static/app/js/translations/odm_autogenerated.js:14
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20
#, python-format
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format
msgid ""
"Set feature extraction quality. Higher quality generates better features, "
"but requires more memory and takes longer. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24
#, python-format
msgid ""
"Average number of images per submodel. When splitting a large dataset into "
"smaller submodels, images are grouped into clusters. This value regulates "
"the number of images that each cluster should have on average. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:25
#, python-format
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:26
#, python-format
msgid ""
"Rerun this stage only and stop. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:27
#, python-format
msgid ""
"Set a camera projection type. Manually setting a value can help improve "
"geometric undistortion. By default the application tries to determine a lens "
"type from the images metadata. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:28
#, python-format
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize images "
"with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid "Skip the blending of colors near seams. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:30
#, python-format
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You "
"can control the behavior of this option by tweaking the --dem-* parameters. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:31
#, python-format
msgid ""
"Generates a polygon around the cropping area that cuts the orthophoto around "
"the edges of features. This polygon can be useful for stitching seamless "
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:32
#, python-format
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS exif "
"data. Set both matcher-neighbors and this to 0 to skip pre-matching. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
#, python-format #, python-format
msgid "" msgid ""
"Number of steps used to fill areas with gaps. Set to 0 to disable gap " "Number of steps used to fill areas with gaps. Set to 0 to disable gap "
@ -1214,80 +1065,22 @@ msgid ""
"then merged using nearest neighbor interpolation. Default: %(default)s" "then merged using nearest neighbor interpolation. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35 #: app/static/app/js/translations/odm_autogenerated.js:15
#, python-format #, python-format
msgid "" msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance " "Rerun this stage only and stop. Can be one of: %(choices)s. Default: "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Set this parameter if you want to generate a PNG rendering of the "
"orthophoto. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:42
#, python-format
msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:43 #: app/static/app/js/translations/odm_autogenerated.js:16
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in " "Reduce the memory usage needed for depthmap fusion by splitting large scenes "
"meters). This can be useful to limit the output resolution of the point " "into tiles. Turn this on if your machine doesn't have much RAM and/or you've "
"cloud. Set to 0 to disable sampling. Default: %(default)s" "set --pc-quality to high or ultra. Experimental. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:44 #: app/static/app/js/translations/odm_autogenerated.js:17
#, python-format
msgid ""
"Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"simple morphological filter. Check the --dem* and --smrf* parameters for "
"finer tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:45
#, python-format #, python-format
msgid "" msgid ""
"Minimum number of features to extract per image. More features can be useful " "Minimum number of features to extract per image. More features can be useful "
@ -1296,26 +1089,238 @@ msgid ""
"features also slow down processing. Default: %(default)s" "features also slow down processing. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:18
#, python-format
msgid ""
"Average number of images per submodel. When splitting a large dataset into "
"smaller submodels, images are grouped into clusters. This value regulates "
"the number of images that each cluster should have on average. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:19
#, python-format
msgid ""
"Path to the file containing the ground control points used for "
"georeferencing. The file needs to use the following format: EPSG:<code> or <"
"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] "
"[extra2]Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:20
#, python-format
msgid ""
"Computes an euclidean raster map for each DEM. The map reports the distance "
"from each cell to the nearest NODATA value (before any hole filling takes "
"place). This can be useful to isolate the areas that have been filled. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:21
#, python-format
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:22
#, python-format
msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of "
"%(choices)s. Default: %(default)s "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:23
#, python-format
msgid ""
"Export the georeferenced point cloud in LAS format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:24
#, python-format
msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:25
#, python-format
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the point "
"cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:26
#, python-format
msgid ""
"Run local bundle adjustment for every image added to the reconstruction and "
"a global adjustment every 100 images. Speeds up reconstruction for very "
"large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:27
#, python-format
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:28
#, python-format
msgid "Skip the blending of colors near seams. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:29
#, python-format
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file or "
"as a JSON string representing the contents of a cameras.json file. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:30
#, python-format
msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for viewers "
"like Leaflet or OpenLayers. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:31
#, python-format
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. Can "
"be one of: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:32
#, python-format
msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:33
#, python-format
msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:34
msgid "show this help message and exit"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:35
#, python-format
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:36
#, python-format
msgid "Print additional messages to the console. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:37
#, python-format
msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:38
#, python-format
msgid ""
"Filters the point cloud by keeping only a single point around a radius N (in "
"meters). This can be useful to limit the output resolution of the point "
"cloud and remove duplicate points. Set to 0 to disable sampling. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:39
#, python-format
msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information "
"for all images. If your images are tagged with high precision GPS "
"information (RTK), this value will be automatically set accordingly. You can "
"use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:40
#, python-format
msgid "Print debug messages. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:41
#, python-format
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS exif "
"data. Set both matcher-neighbors and this to 0 to skip pre-matching. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:42
#, python-format
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize images "
"with sharp features (gmi) or those that cover the largest area (area). "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:43
#, python-format
msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information for "
"georeferencing instead. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:44
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:45
#, python-format
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:46 #: app/static/app/js/translations/odm_autogenerated.js:46
#, python-format #, python-format
msgid "" msgid ""
"Path to the image groups file that controls how images should be split into " "Set feature extraction quality. Higher quality generates better features, "
"groups. The file needs to use the following format: image_name " "but requires more memory and takes longer. Can be one of: %(choices)s. "
"group_nameDefault: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:47 #: app/static/app/js/translations/odm_autogenerated.js:47
msgid "" #, python-format
"Permanently delete all previous results and rerun the processing pipeline." msgid "The maximum vertex count of the output mesh. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:48 #: app/static/app/js/translations/odm_autogenerated.js:48
#, python-format #, python-format
msgid "" msgid ""
"Skips dense reconstruction and 3D model generation. It generates an " "Set the radiometric calibration to perform on images. When processing "
"orthophoto directly from the sparse reconstruction. If you just need an " "multispectral and thermal images you should set this option to obtain "
"orthophoto and do not need a full 3D model, turn on this option. Default: " "reflectance/temperature values (otherwise you will get digital number "
"%(default)s" "values). [camera] applies black level, vignetting, row gradient gain/"
"exposure compensation (if appropriate EXIF tags are found) and computes "
"absolute temperature values. [camera+sun] is experimental, applies all the "
"corrections of [camera], plus compensates for spectral radiance registered "
"via a downwelling light sensor (DLS) taking in consideration the angle of "
"the sun. Can be one of: %(choices)s. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:49 #: app/static/app/js/translations/odm_autogenerated.js:49
@ -1328,24 +1333,26 @@ msgid ""
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:50 #: app/static/app/js/translations/odm_autogenerated.js:50
#, python-format
msgid "" msgid ""
"Path to the project folder. Your project folder should contain subfolders " "Simple Morphological Filter window radius parameter (meters). Default: "
"for each dataset. Each dataset should have an \"images\" folder." "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:51 #: app/static/app/js/translations/odm_autogenerated.js:51
#, python-format #, python-format
msgid "" msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: " "Set this parameter if you want to generate a Google Earth (KMZ) rendering of "
"%(default)s" "the orthophoto. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:52 #: app/static/app/js/translations/odm_autogenerated.js:52
#, python-format #, python-format
msgid "" msgid ""
"The maximum number of processes to use in various processes. Peak memory " "Delete heavy intermediate files to optimize disk space usage. This affects "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default: " "the ability to restart the pipeline from an intermediate stage, but allows "
"%(default)s" "datasets to be processed on machines that don't have sufficient disk space "
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:53 #: app/static/app/js/translations/odm_autogenerated.js:53
@ -1358,63 +1365,130 @@ msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:54 #: app/static/app/js/translations/odm_autogenerated.js:54
#, python-format #, python-format
msgid "" msgid ""
"Filters the point cloud by removing points that deviate more than N standard " "Set this parameter if you want to generate a PNG rendering of the "
"deviations from the local mean. Set to 0 to disable filtering. Default: " "orthophoto. Default: %(default)s"
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:55 #: app/static/app/js/translations/odm_autogenerated.js:55
#, python-format #, python-format
msgid "" msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for viewers " "When processing multispectral datasets, you can specify the name of the "
"like Leaflet or OpenLayers. Default: %(default)s" "primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:56 #: app/static/app/js/translations/odm_autogenerated.js:56
#, python-format #, python-format
msgid "" msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) using "
"a progressive morphological filter. Check the --dem* parameters for finer "
"tuning. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:57
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid ""
"Rerun processing from this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format
msgid ""
"Orthophoto resolution in cm / pixel. Note that this value is capped by a " "Orthophoto resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check --ignore-" "ground sampling distance (GSD) estimate. To remove the cap, check --ignore-"
"gsd also. Default: %(default)s" "gsd also. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60 #: app/static/app/js/translations/odm_autogenerated.js:57
msgid ""
"Permanently delete all previous results and rerun the processing pipeline."
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:58
#, python-format
msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:59
#, python-format #, python-format
msgid "" msgid ""
"Radius of the overlap between submodels. After grouping images into " "Set a camera projection type. Manually setting a value can help improve "
"clusters, images that are closer than this radius to a cluster are added to " "geometric undistortion. By default the application tries to determine a lens "
"the cluster. This is done to ensure that neighboring submodels overlap. " "type from the images metadata. Can be one of: %(choices)s. Default: "
"Default: %(default)s" "%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:60
msgid ""
"Path to the project folder. Your project folder should contain subfolders "
"for each dataset. Each dataset should have an \"images\" folder."
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:61 #: app/static/app/js/translations/odm_autogenerated.js:61
#, python-format #, python-format
msgid "" msgid ""
"Set the compression to use for orthophotos. Can be one of: %(choices)s. " "Generates a polygon around the cropping area that cuts the orthophoto around "
"Default: %(default)s" "the edges of features. This polygon can be useful for stitching seamless "
"mosaics with multiple overlapping orthophotos. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:62 #: app/static/app/js/translations/odm_autogenerated.js:62
msgid "Displays version number and exits. "
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65
#, python-format
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You "
"can control the behavior of this option by tweaking the --dem-* parameters. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66
#, python-format
msgid ""
"End processing at this stage. Can be one of: %(choices)s. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67
#, python-format
msgid ""
"Simple Morphological Filter elevation scalar parameter. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Type of photometric outlier removal method. Can be one of: %(choices)s. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs present."
"This flag is useful if you have high precision GPS measurements. If there "
"are no GCPs, this flag does nothing. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70
#, python-format
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to "
"skip pre-matching. Neighbors works together with Distance parameter, set "
"both to 0 to not use pre-matching. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This "
"option is a bit faster and provides similar results in planar areas. "
"Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format #, python-format
msgid "" msgid ""
"Path to the image geolocation file containing the camera center coordinates " "Path to the image geolocation file containing the camera center coordinates "
@ -1425,24 +1499,22 @@ msgid ""
"accuracy (meters)]Default: %(default)s" "accuracy (meters)]Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:63 #: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Delete heavy intermediate files to optimize disk space usage. This affects " "Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"the ability to restart the pipeline from an intermediate stage, but allows " "simple morphological filter. Check the --dem* and --smrf* parameters for "
"datasets to be processed on machines that don't have sufficient disk space " "finer tuning. Default: %(default)s"
"available. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:64 #: app/static/app/js/translations/odm_autogenerated.js:74
#, python-format #, python-format
msgid "" msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can be " "Build orthophoto overviews for faster display in programs such as QGIS. "
"sometimes useful for improving results that exhibit doming/bowling or when " "Default: %(default)s"
"images are taken with a rolling shutter camera. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:65 #: app/static/app/js/translations/odm_autogenerated.js:75
#, python-format #, python-format
msgid "" msgid ""
"Automatically crop image outputs by creating a smooth buffer around the " "Automatically crop image outputs by creating a smooth buffer around the "
@ -1450,102 +1522,53 @@ msgid ""
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:66 #: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format #, python-format
msgid "" msgid ""
"Export the georeferenced point cloud in CSV format. Default: %(default)s" "When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are already "
"aligned, use this option. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:67 #: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format #, python-format
msgid "" msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground " "Set the compression to use for orthophotos. Can be one of: %(choices)s. "
"sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd "
"also. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:68
#, python-format
msgid ""
"Simple Morphological Filter window radius parameter (meters). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:69
#, python-format
msgid ""
"Build orthophoto overviews for faster display in programs such as QGIS. "
"Default: %(default)s" "Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:70 #: app/static/app/js/translations/odm_autogenerated.js:78
#, python-format
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the point "
"cloud by setting the resolution of the depthmap images. Higher values take "
"longer to compute but produce denser point clouds. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:71
#, python-format
msgid ""
"Name of dataset (i.e subfolder name within project folder). Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:72
#, python-format
msgid ""
"Skip generation of a full 3D model. This can save time if you only need 2D "
"results such as orthophotos and DEMs. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:73
#, python-format #, python-format
msgid "" msgid ""
"Octree depth used in the mesh reconstruction, increase to get more vertices, " "Octree depth used in the mesh reconstruction, increase to get more vertices, "
"recommended values are 8-12. Default: %(default)s" "recommended values are 8-12. Default: %(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:74 #: app/static/app/js/translations/odm_autogenerated.js:79
#, python-format #, python-format
msgid "" msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information " "Skips dense reconstruction and 3D model generation. It generates an "
"for all images. If your images are tagged with high precision GPS " "orthophoto directly from the sparse reconstruction. If you just need an "
"information (RTK), this value will be automatically set accordingly. You can " "orthophoto and do not need a full 3D model, turn on this option. Default: "
"use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over large "
"areas. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:75
#, python-format
msgid ""
"Legacy option (use --feature-quality instead). Resizes images by the largest "
"side for feature extraction purposes only. Set to -1 to disable. This does "
"not affect the final orthophoto resolution quality and will not resize the "
"original images. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:76
#, python-format
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all "
"available outputs are merged. Options: %(choices)s. Default: %(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:77
#, python-format
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). Default: "
"%(default)s" "%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:78 #: app/static/app/js/translations/odm_autogenerated.js:80
#, python-format #, python-format
msgid "" msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information for " "Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of "
"georeferencing instead. Default: %(default)s" "image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"%(default)s"
msgstr ""
#: app/static/app/js/translations/odm_autogenerated.js:81
#, python-format
msgid ""
"The maximum number of processes to use in various processes. Peak memory "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default: "
"%(default)s"
msgstr "" msgstr ""
#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 #: app/static/app/js/translations/plugin_manifest_autogenerated.js:3

Wyświetl plik

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-25 17:42+0000\n" "POT-Creation-Date: 2021-04-19 04:24+0000\n"
"PO-Revision-Date: 2021-01-02 05:00+0000\n" "PO-Revision-Date: 2021-01-02 05:00+0000\n"
"Last-Translator: Yu-Huang Wang <yuhuangwang@gmail.com>\n" "Last-Translator: Yu-Huang Wang <yuhuangwang@gmail.com>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
@ -1300,54 +1300,54 @@ msgid "Create Account"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:4 #: app/translations/plugin_manifest_autogenerated.py:4
msgid "Compute volume, area and length measurements on Leaflet" msgid "Upload and tile ODM assets with Cesium ion."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:5 #: app/translations/plugin_manifest_autogenerated.py:5
msgid "Detect changes between two different tasks in the same project."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:6 #: app/translations/plugin_manifest_autogenerated.py:6
msgid "A plugin to create GCP files from images" msgid "Import images from external sources directly"
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:7 #: app/translations/plugin_manifest_autogenerated.py:7
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute volume, area and length measurements on Leaflet"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "" msgid ""
"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " "A plugin to add a button for quickly opening OpenStreetMap's iD editor and "
"setup a TMS basemap." "setup a TMS basemap."
msgstr "" msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:8
msgid "A plugin to upload orthophotos to OpenAerialMap"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:9
msgid "Display program version, memory and disk space usage statistics"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:10
msgid "Sync accounts from webodm.net"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:11
msgid "Add a fullscreen button to the 2D map view"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:12
msgid "Compute, preview and export contours from DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:13
msgid "Calculate and draw an elevation map based on a task's DEMs"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:14
msgid "Upload and tile ODM assets with Cesium ion."
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:15 #: app/translations/plugin_manifest_autogenerated.py:15
msgid "Import images from external sources directly"
msgstr ""
#: app/translations/plugin_manifest_autogenerated.py:16 #: app/translations/plugin_manifest_autogenerated.py:16
msgid "Detect changes between two different tasks in the same project." msgid "A plugin to create GCP files from images"
msgstr "" msgstr ""
#: app/views/app.py:44 #: app/views/app.py:44
@ -1448,7 +1448,7 @@ msgstr ""
msgid "Engine used by the node." msgid "Engine used by the node."
msgstr "" msgstr ""
#: plugins/cesium-ion/api_views.py:170 #: plugins/cesiumion/api_views.py:159
msgid "No matching enum type." msgid "No matching enum type."
msgstr "" msgstr ""