diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 36211b09..b95e5eb1 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + submodules: 'recursive' - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index 9fff3b02..7d0ea49a 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -14,6 +14,6 @@ jobs: - name: Build and Test run: | - docker-compose -f docker-compose.yml -f docker-compose.build.yml up --build -d + docker-compose -f docker-compose.yml -f docker-compose.build.yml up --build --build-arg TEST_BUILD=ON -d sleep 30 docker-compose exec -T webapp /webodm/webodm.sh test diff --git a/.gitmodules b/.gitmodules index 63807fe8..c7fcd211 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "nodeodm/external/NodeODM"] path = nodeodm/external/NodeODM url = https://github.com/OpenDroneMap/NodeODM +[submodule "locale"] + path = locale + url = https://github.com/OpenDroneMap/WebODM-Locale diff --git a/Dockerfile b/Dockerfile index f9ec3dfa..70d54714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:21.04 MAINTAINER Piero Toffanin +ARG TEST_BUILD ENV PYTHONUNBUFFERED 1 ENV PYTHONPATH $PYTHONPATH:/webodm ENV PROJ_LIB=/usr/share/proj @@ -20,7 +21,7 @@ RUN apt-get -qq update && apt-get -qq install -y --no-install-recommends wget cu pip install -U pip && pip install -r requirements.txt "boto3==1.14.14" && \ # Setup cron ln -s /webodm/nginx/crontab /var/spool/cron/crontabs/root && chmod 0644 /webodm/nginx/crontab && service cron start && chmod +x /webodm/nginx/letsencrypt-autogen.sh && \ - cd /webodm/nodeodm/external/NodeODM && npm install --quiet && cd /webodm && \ + /webodm/nodeodm/setup.sh && /webodm/nodeodm/cleanup.sh && cd /webodm && \ npm install --quiet -g webpack@4.16.5 && npm install --quiet -g webpack-cli@4.2.0 && npm install --quiet && webpack --mode production && \ echo "UTC" > /etc/timezone && \ python manage.py collectstatic --noinput && \ diff --git a/LOCALES b/LOCALES index 570e956e..382a1ec6 100644 --- a/LOCALES +++ b/LOCALES @@ -1 +1 @@ -fr es it de tr ru pt_BR ko zh_Hant az pl +fr es it de tr ru pt_BR ko zh_Hant az pl hu id ja th diff --git a/app/static/app/js/translations/odm_autogenerated.js b/app/static/app/js/translations/odm_autogenerated.js index d7f618b3..e9624f78 100644 --- a/app/static/app/js/translations/odm_autogenerated.js +++ b/app/static/app/js/translations/odm_autogenerated.js @@ -1,84 +1,84 @@ // Auto-generated with extract_odm_strings.py, do not edit! -_("Turn on gamma tone mapping or none for no tone mapping. 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 and remove duplicate points. Set to 0 to disable sampling. Default: %(default)s"); -_("Type of photometric outlier removal method. Can be one of: %(choices)s. 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 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"); -_("Export the georeferenced point cloud in LAS format. 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"); -_("Simple Morphological Filter elevation threshold parameter (meters). Default: %(default)s"); -_("Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an \"images\" folder."); -_("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: 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"); -_("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"); -_("Improve the accuracy of the point cloud by computing geometrically consistent depthmaps. This increases processing time, but can improve results in urban scenes. 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 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"); -_("Skip the blending of colors near seams. Default: %(default)s"); -_("Generates a benchmark file with runtime info. 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"); -_("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"); -_("Octree depth used in the mesh reconstruction, increase to get more vertices, recommended values are 8-12. 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"); -_("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"); -_("The maximum vertex count of the output mesh. 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"); -_("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"); -_("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"); -_("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"); -_("Print debug messages. Default: %(default)s"); -_("Set the compression to use for orthophotos. 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"); -_("Displays version number and exits. "); -_("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"); -_("End processing at this stage. Can be one of: %(choices)s. 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"); -_("Print additional messages to the console. Default: %(default)s"); -_("Skip generation of PDF report. This can save time if you don't need a report. Default: %(default)s"); -_("Simple Morphological Filter window radius parameter (meters). Default: %(default)s"); -_("Set this parameter if you want a striped GeoTIFF. 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"); -_("Path to the file containing the ground control points used for georeferencing. The file needs to use the following format: EPSG: or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] [extra2]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"); -_("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"); -_("show this help message and exit"); -_("Simple Morphological Filter slope parameter (rise over run). 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"); -_("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"); -_("Export the georeferenced point cloud in Entwine Point Tile (EPT) format. Default: %(default)s"); -_("Choose the algorithm for extracting keypoints and computing descriptors. 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"); -_("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"); -_("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"); -_("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"); -_("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"); -_("Copy output results to this folder after processing."); -_("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"); -_("Simple Morphological Filter elevation scalar parameter. Default: %(default)s"); -_("Keep faces in the mesh that are not seen in any camera. 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"); -_("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"); -_("Build orthophoto overviews for faster display in programs such as QGIS. Default: %(default)s"); -_("Name of dataset (i.e subfolder name within project folder). 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 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"); -_("Set this parameter if you want to generate a Google Earth (KMZ) rendering of the orthophoto. Default: %(default)s"); -_("Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. 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"); -_("Permanently delete all previous results and rerun the processing pipeline."); -_("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"); -_("Skip normalization of colors across all images. Useful when processing radiometric data. 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"); -_("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"); -_("Rerun this stage only and stop. Can be one of: %(choices)s. 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"); -_("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"); -_("Generate static tiles for orthophotos and DEMs that are suitable for viewers like Leaflet or OpenLayers. Default: %(default)s"); -_("Export the georeferenced point cloud in CSV format. 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"); -_("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"); -_("Set this parameter if you want to generate a PNG rendering of the orthophoto. 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"); _("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"); +_("Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an \"images\" folder."); +_("Turn on gamma tone mapping or none for no tone mapping. Can be one of %(choices)s. 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"); +_("Skip generation of PDF report. This can save time if you don't need a report. Default: %(default)s"); +_("The maximum vertex count of the output mesh. 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"); +_("Simple Morphological Filter elevation scalar parameter. Default: %(default)s"); +_("Permanently delete all previous results and rerun the processing pipeline."); +_("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"); +_("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"); +_("Export the georeferenced point cloud in LAS format. Default: %(default)s"); +_("Print additional messages to the console. 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 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"); +_("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"); +_("Name of dataset (i.e subfolder name within project folder). 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"); +_("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"); +_("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"); +_("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: 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"); +_("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"); +_("Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. 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"); +_("Set this parameter if you want a striped GeoTIFF. 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"); +_("Rerun processing from this stage. Can be one of: %(choices)s. Default: %(default)s"); +_("Skip the blending of colors near seams. 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"); +_("Export the georeferenced point cloud in CSV format. Default: %(default)s"); +_("show this help message and exit"); +_("Skip normalization of colors across all images. Useful when processing radiometric data. 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"); +_("Set this parameter if you want to generate a Google Earth (KMZ) rendering of the orthophoto. 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"); +_("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"); +_("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"); +_("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"); +_("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"); +_("Set the compression to use for orthophotos. 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"); _("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"); +_("Simple Morphological Filter window radius parameter (meters). Default: %(default)s"); +_("Simple Morphological Filter elevation threshold parameter (meters). 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"); +_("Export the georeferenced point cloud in Entwine Point Tile (EPT) format. Default: %(default)s"); +_("Improve the accuracy of the point cloud by computing geometrically consistent depthmaps. This increases processing time, but can improve results in urban scenes. 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"); +_("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"); +_("Keep faces in the mesh that are not seen in any camera. Default: %(default)s"); +_("Displays version number and exits. "); +_("Copy output results to this folder after processing."); +_("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"); +_("Path to the file containing the ground control points used for georeferencing. The file needs to use the following format: EPSG: or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] [extra2]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"); +_("Octree depth used in the mesh reconstruction, increase to get more vertices, recommended values are 8-12. Default: %(default)s"); +_("Generate static tiles for orthophotos and DEMs that are suitable for viewers like Leaflet or OpenLayers. Default: %(default)s"); +_("Rerun this stage only and stop. Can be one of: %(choices)s. 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"); +_("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"); +_("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"); +_("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"); +_("End processing at this stage. Can be one of: %(choices)s. Default: %(default)s"); +_("Simple Morphological Filter slope parameter (rise over run). Default: %(default)s"); +_("Generates a benchmark file with runtime info. 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"); +_("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"); +_("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"); +_("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"); +_("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"); +_("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"); +_("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"); +_("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"); +_("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"); +_("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"); +_("Set this parameter if you want to generate a PNG rendering of the orthophoto. Default: %(default)s"); +_("Build orthophoto overviews for faster display in programs such as QGIS. Default: %(default)s"); +_("Print debug messages. 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"); diff --git a/app/translations/plugin_manifest_autogenerated.py b/app/translations/plugin_manifest_autogenerated.py index 109e5d0a..ffdfa48e 100644 --- a/app/translations/plugin_manifest_autogenerated.py +++ b/app/translations/plugin_manifest_autogenerated.py @@ -15,3 +15,4 @@ _("A plugin to add a button for quickly opening OpenStreetMap's iD editor and se _("A plugin to create GCP files from images") _("A plugin to create GCP files from images") _("Create short links when sharing task URLs") +_("Create editable short links when sharing task URLs") diff --git a/app/views/dev.py b/app/views/dev.py index daa5cd0d..90e8f1d4 100644 --- a/app/views/dev.py +++ b/app/views/dev.py @@ -59,9 +59,6 @@ def dev_tools(request, action): raise Exception(_("Cannot find locale/ folder in .zip archive")) webodm_locale_dir = os.path.join(settings.BASE_DIR, "locale") - if os.path.isdir(webodm_locale_dir): - logger.info("Removing %s" % webodm_locale_dir) - shutil.rmtree(webodm_locale_dir) for locale_path in locale_paths: logger.info("Found locale at %s" % locale_path) diff --git a/locale b/locale new file mode 160000 index 00000000..259e64ca --- /dev/null +++ b/locale @@ -0,0 +1 @@ +Subproject commit 259e64ca2a7cc5345a0cec96bfa8465870c8a2d3 diff --git a/locale/az/LC_MESSAGES/django.po b/locale/az/LC_MESSAGES/django.po deleted file mode 100644 index eb89a6a2..00000000 --- a/locale/az/LC_MESSAGES/django.po +++ /dev/null @@ -1,1624 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-02-08 14:30+0000\n" -"Last-Translator: Aslan Rustamov \n" -"Language-Team: Azerbaijani \n" -"Language: az\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Xüsusi CSS daxil edin" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "Sayt başlığının üstündə görünəcək HTML" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (başlıqdan əvvəl)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "Sayt başlığından sonra göstəriləcək HTML" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (başlıqdan sonra)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Təsvir" - -#: app/admin.py:106 -msgid "Version" -msgstr "Versiya" - -#: app/admin.py:112 -msgid "Author" -msgstr "Müəllif" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "İşə başlamazdan əvvəl ən azı 2 şəkil yükləməlisiniz" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Aktiv" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Fəaliyyətlər" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"Normallaşdırılmış Fərqlilik Bitki İndeksi yaşıl bitki örtüyünün miqdarını " -"göstərir." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "İşə başlamazdan əvvəl ən azı 2 şəkil yükləməlisiniz" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Heç bir fayl yüklənmədi" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Tapşırıq" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Şəkil" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Şəkil yükləmələri" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Qoşmanın adı" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Adı" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Aktiv" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Qoşma" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Qoşmalar" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Açar" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "İstifadəçi" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Seçimlər" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "Sistem" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Silinir" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Layihə" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Layihələr" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Tənzimləmələr" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "Node işlənir" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Status" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:750 -msgid "Done!" -msgstr "Hazırdır!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Birinci dərəcəli" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Uğursuz oldu" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 Daxili Server Xətası" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Səhifə tapılmadı" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Başlanğıc" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Server xətası" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Davam" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Parolu dəyiş" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Tarixçə" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Filtr" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Sil" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Dəyişdir" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Əlavə et" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Heç biri mövcud deyil" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Giriş et" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Fəaliyyət" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Hamısını göstər" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Yadda saxla" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Axtarış" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Xoş gəlmisiniz!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Şəkillər və GCP seçin" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Bağla" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:27 -msgid "Set locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Çıxış" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Dashboard" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "İşləmə nodu" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Yenisini əlavə et" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Administrasiya" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Hesablar" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Qruplar" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "Haqqında" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "Host adı" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Port" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "Mühərrik" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Etiket" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Düzəliş et" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Xəritə" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Xoş gəlmisiniz" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "" - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diaqnostika" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Diaqnostik məlumat" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Pulsuz" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Cəmi" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Qeyd!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "GCP interfeysi" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" diff --git a/locale/az/LC_MESSAGES/djangojs.po b/locale/az/LC_MESSAGES/djangojs.po deleted file mode 100644 index e2e6a422..00000000 --- a/locale/az/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2338 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-06-10 14:31+0000\n" -"Last-Translator: Binnat Khalilov \n" -"Language-Team: Azerbaijani \n" -"Language: az\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "çıxış %(count)s sətirdə kəsilmişdir" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Tam ekranı dəyişin" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Tam ekrandan çıxın" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Fayla yükləyin" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "\"Ad\" xanasının doldurulması məcburidir" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Layihə əlavə et" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "Dəyişiklikləriniz itəcəkdir. Çıxmaq istədiyinizə əminsiniz?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Ortofoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "Bitki sağlamlığı" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Səth modeli" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Relyef modeli" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "Kameralar" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Modeli göstər" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Kameraları göstərin" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Teksturalı model yüklənir ..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ortofoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ortofoto (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Ortofoto (Tayllar)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Relyef modeli (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Relyef modeli (Tayllar)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Səth Modeli (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Səth Modeli (Tayllar)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Nöqtə Buludu (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Nöqtə Buludu (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Nöqtə Buludu (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Nöqtə Buludu (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Teksturalı Model" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Kamera parametrləri" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Kamera çəkilişləri (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Keyfiyyət Hesabatı" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Bütün aktivlər (resurslar)" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Google Maps Hibrid" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "ESRI Peyk" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM Mapnik" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Ləğv edilir ..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Silinir ..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Yenidən başladır ..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Şəkillərin ölçüləndirilməsi..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "İdxal olunur ..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Dataset yükləyin" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "Hərəkətdən struktura" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "Stereo multibaxış" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "Nöqtə filtiri" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "Meşinq" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Texturlama" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Georeferensləmə" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "RYM (DEM)" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Hesabat" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Xeyr" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Bəli" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "Növbədədir" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "İşləyir" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Uğursuz oldu" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Tamamlandı" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Ləğv edildi" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s 5 MB-dan böyükdür." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Düzgün sızılmış şeypfayl deyil: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "Düzgün JSON fayl deyil: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Aktivləri (resursları) yükləyin" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Tapşırıq opsiyalarını redaktə edin" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Adı" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Axtarış" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Yeni Layihə" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Layihə yarat" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Layihə yaradılır ..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Bu layihə ilə əlaqəli bütün tapşırıqlar, şəkillər və modellər həmişəlik " -"silinəcəkdir. Davam etmək istədiyinizə əminsiniz?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Təsvir (opsional)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "İşləmə qovşaqlarının siyahısı yüklənmədi. İnternetə qoşulmusunuz?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Çatmağa çalışdıq:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "İstifadə edilə bilən işləmə qovşaqları yoxdur." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"Ən azı bir işləmə nodu əlçatan olduğundan və cari istifadəçiyə işləmə " -"düyününə baxmaq üçün kifayət qədər icazə verdiyinizdən əmin olun (İdarəetmə " -"- Qenerasiya Düyünləri - Node seçin - Nesne İcazələri - İstifadəçi / Qrup " -"əlavə edin və yoxlayın QAYDALANMA DÖVRÜNÜ GÖRƏ BİLƏRSİNİZ). Bir düyünü " -"onlayn olaraq yenidən gətirirsinizsə, WebODM-in onu tanıması təxminən 30 " -"saniyə çəkəcəkdir." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "İşləmə qovşaqlarının siyahısı yüklənmədi. İnternetə qoşulmusan?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Xüsusi" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Susmaya görə" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Mənim ayarlarım" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "Nüsxəsi %(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" -"Ayarların dublikatını çıxara bilmədim. Xahiş edirəm, səhifəni yeniləyin." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"Sistem hazır ayarları yalnız İdarə panelindəki bir işçi tərəfindən silinə " -"bilər." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "\"%(preset)s\" silmək istədiyinizə əminsiniz?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "Əvvəlcədən silinmədi. Zəhmət olmasa səhifəni yeniləməyə çalışın." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Yenidən cəhd edin" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Düzəliş et" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Dublikat" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Yadda saxla" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Sil" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Node işlənir" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Seçimlər" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "İşləmə qovşaqları və presetlər yüklənir..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "Tapşırıq məlumatı güncəllənə bilmədi. Zəhmət olmasa yenidən cəhd edin." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Ləğv et" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Yadda saxlanılır ..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Bağla" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Başlıq" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Saxlanır …" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Əminsiniz?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Dəyişikliklər tətbiq oluna bilmədi" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Element silinmədi" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Maks:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Şəkil yoxdur" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Şəkil yükləyin" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Fayl yükləmək olmur. Şəbəkə bağlantınızı yoxlayın və yenidən cəhd edin." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Serverdən səhv cavab: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "Fayl yüklənərkən xəta baş verdi. Zəhmət olmasa bir daha cəhd edin." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Yanlış JSON cavabı: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "URL-dən import etmək olmur. Şəbəkə bağlantınızı yoxlayın." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "Mövcud assetləri import edin" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -"Mövcud tapşırıqlardan ixrac edilmiş .zip sənədlərini Aktivləri Yükləmə " -"%(arrow)s - Bütün Aktivlər vasitəsilə idxal edə bilərsiniz." - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Fayl yükləyin" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "URL-dən import edin" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "İdxal" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Yükləməni ləğv et" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Alqoritm:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Filtr:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Rəng:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Kölgə:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "Yoxdur" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Normal" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "Çıxarıldı" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "İxrac:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Yüklənir …" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Laylar" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Kameralar)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "Tayl URL şablonunu daxil edin. Düzgün koordinatlar:" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z}, {x}, {y} Z / X / Y çini sxemi üçün" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "Misal:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "Müvəqqəti bir GeoJSON (.json) və ya ShapeFile (.zip) örtük əlavə edin" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "Xəta: assetlər siyahısı yüklənə bilmir." - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "Şəffaflıq:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Yüklənir ..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Ləğv etmək istədiyinizə əminsiniz?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "%(count)s fayl seçildi. Xahiş edirəm bu əlavə seçimləri yoxlayın:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Şəkillər ölçüsünü dəyişdirin" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "Baxış-icmal" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "İşləməyə başlayın" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Aktiv edin" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "JSON faylı export etmək üçün vurun" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Varsayılan vəziyyətə gətir" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Layihələr siyahısı yüklənmədi: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "Yeni tapşırıq yarana bilmir. Serverdən səhv cavab: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" -"Yeni tapşırıq yarana bilmir. Zəhmət olmasa bir az sonra yenə cəhd edin." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Layihəni redaktə edin" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Dəyişiklikləri yadda saxla" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Dəyişikliklər saxlanılır ..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Şəkillər və GCP seçin" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Xəritəyə baxın" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s Tapşırıqlar" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Paylaş" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "Xəta baş verdi. Bağlantınızı və icazələrinizi yoxlayın." - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "Bu tapşırığı paylaşın" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Aktiv" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "Link:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "HTML iframe:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Tapşırıq siyahısı yüklənmədi: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Xəta: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Yenidən cəhd elə" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" -"Bu layihənin tapşırığı yoxdur. Bir neçə şəkil yükləyərək birini yaradın." - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Əməliyyatı tamamlamaq olmur." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"Belə görünür ki, bu problemlərdən biri ola bilər: %(problems)s Yaxşı şəkil " -"əldə etmək üçün daha yaxşı təcrübə haqqında burdan oxuya bilərsiniz %(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Şəkillər yetərli deyil" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "Şəkillər arasında kifayət qədər üst-üstə düşmür" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" -"Şəkillər həddindən artıq bulanıq ola bilər (adətən telefon kameraları ilə " -"çəkilən şəkillər)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "burada" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "bu səhifə" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Tapşırıq yenidən başlatıla bilməz." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Tapşırıq # %(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "Şəkillər emal düyününə yüklənir" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "3D Modelə baxın" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Tapşırıq ləğv edilə bilməz." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Yenidən başlamaq" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"Bu tapşırıqla əlaqəli şəkillər, xəritələr və modellər daxil olmaqla bütün " -"məlumatlar silinəcəkdir. Davam edin?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Tapşırıq silinə bilmir." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "Tapşırıq Çıxışı:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Söndür" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Yaranma tarixi:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "Node işlənir:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Seçimlər:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "kifayət qədər RAM ayrıldı" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "bir mövzu açın" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "Bir işləmə nodu seçin" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "Şəkil yüklənməsini gözləyirəm ..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "yükləmək üçün qalan: %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s sənədlər %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s fayllar uğurla yükləndi" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, 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:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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:16 -#, 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:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" -"Dikişlərin yaxınlığında rənglərin qarışmasını atlayın. Varsayılan: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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:26 -#, 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:27 -#, 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:28 -#, 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:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, 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:35 -#, 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: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 "" -"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:38 -#, 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:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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 "" -"GPS exif məlumatlarına əsaslanan əvvəlcədən uyğun şəkilləri tapmaq üçün metr " -"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" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:42 -#, 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:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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:45 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, 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:52 -#, 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:53 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, 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:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, 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:64 -#, 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:65 -#, 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:66 -#, python-format -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, 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:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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:81 -#, 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:82 -#, 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:83 -#, python-format -msgid "" -"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" -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:84 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Haqqında" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Dashboard" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Çıxış" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Hektar" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Metrlər" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Mil" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "Kvadrat metr" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "Kvadrat mil" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "İxrac Ölçmələri" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po deleted file mode 100644 index eaca2b13..00000000 --- a/locale/de/LC_MESSAGES/django.po +++ /dev/null @@ -1,1666 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-01-17 11:32+0000\n" -"Last-Translator: Norman Rudo \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Geben Sie benutzerdefiniertes CSS ein" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML, das über dem Site-Header angezeigt wird" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (vor dem Header/Kopfzeile)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML, das nach der Kopfzeile angezeigt wird" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (nach Kopfzeile)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML, das nach dem Body-Tag angezeigt wird" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (nach Body)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"Sie können spezielle Tags wie {ORGANIZATION} und {YEAR} verwenden um diese " -"in der Fußzeile der Website anzuzeigen." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (Fußzeile)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Beschreibung" - -#: app/admin.py:106 -msgid "Version" -msgstr "Version" - -#: app/admin.py:112 -msgid "Author" -msgstr "Autor" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "Man benötigt mindestens 2 Bilder" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "aktiviert" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Aktionen" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"Der normalisierte Differenzvegetationsindex zeigt die Menge an grüner " -"Vegetation." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"Der verbesserte normalisierte Differenzvegetationsindex ähnelt dem NDVI, " -"verwendet jedoch blaue und grüne Bänder anstelle von nur roten, um die " -"Pflanzengesundheit zu isolieren." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "Der Visual Atmospheric Resistance Index zeigt die Vegetationsflächen." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "Excess Green Index betont das Grün von Blattfrüchten wie Kartoffeln." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "Der Green Leaf Index zeigt grüne Blätter und Stängel." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"Der Vegetationsindex für normalisierte grüne Unterschiede ähnelt dem NDVI, " -"misst jedoch das grüne Spektrum anstelle von rot." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Man benötigt mindestens 2 Bilder" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Keine Dateien geladen" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Man benötigt mindestens 2 Bilder" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "Asset existiert nicht" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Aufgabe" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Bild" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Plugin-Name" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Name" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "aktiviert" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Plugin" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Plugins" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Plugin Datum" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Optionen" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Erzeugt am" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Löschen" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Projekt" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Projekte" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Thema" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Anwendung" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "Verarbeitungsknoten" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:750 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Gescheitert" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 Seite nicht gefunden" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "Interner Serverfehler" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" -"Etwas ist schiefgelaufen. Entnehmen Sie den Server-Logs weitere " -"Informationen." - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" -"Bei diesem Programm handelt es sich um freie Software: Sie können es unter " -"den Bedingungen der GNU Affero General Public License, wie von der Free " -"Software Foundation veröffentlicht, entweder Version 3 der Lizenz oder (nach " -"Ihrer Wahl) jeder späteren Version weitergeben und / oder ändern. Weitere " -"Informationen finden Sie unter %(link_start)s der GNU Affero General Public " -"License %(link_end)s." - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Seite nicht gefunden" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Die Angeforderte Seite konnte leider nicht gefunden werden." - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Serverfehler" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "interner Server Fehler (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Bitte prüfen Sie die angezeigten Fehler." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Bitte prüfen Sie die angezeigten Fehler." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Plugins verwalten" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Löschen" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Löschen?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Hinzufügen" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Aktion" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Speichern" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Suche" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Willkommen!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Hinzufügen eines Prozessierungs-Node" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Wählen Sie Bilder und GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Um eine Karte zu erstellen, drücke den \"%(upload_images)s\" Knopf, oder " -"ziehe per drag and drop Bilder in das Projekt." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Man benötigt mindestens 5 Bilder" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "Bilder sollten mindestens 65%% überlappen" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "3D-Bilder benötigen eine Überlappung von min. 83%%" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Schließen" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:27 -msgid "Set locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Hallo, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Ausloggen" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Dashboard" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "Prozessierungs-Node" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Neues Projekt" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Accounts" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Gruppen" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Logo" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "Über" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Port" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "API Version" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "Warteschlange" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Max Bilderlimit" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Label" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "Zuletzt aktualisiert" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "zuvor" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Optionen (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Bearbeiten" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "Uhoh! Könntest du bitte die folgenden Fehler überprüfen?" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Erstelle Account" - -#: 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" -msgstr "Berechnen Sie Volumen-, Flächen- und Längenmessungen mit Leaflet" - -#: app/translations/plugin_manifest_autogenerated.py:13 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Ein Plugin zum Hochladen von Orthofotos auf OpenAerialMap" - -#: app/translations/plugin_manifest_autogenerated.py:14 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Ein Plugin zum Hinzufügen eines Buttons zum schnellen Öffnen des " -"OpenStreetMaps iD-Editors und zum Einrichten einer TMS-Grundkarte." - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "Ein Plugin zum Erstellen von GCP-Dateien aus Bildern" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Erstes Projekt" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Karte" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "3D Modell Anzeige" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Willkommen" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "" - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" -"Konturdatei konnte nicht generiert werden. Dies könnte ein Fehler sein." - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnose" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Diagnoseinformationen" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Speicherplatz" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Frei" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Benutzt" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Gesamt" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Speicher" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Frei" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Benutzt" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Gesamt" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Hinweis!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Diese Werte beziehen sich möglicherweise auf die Virtualisierungsumgebung, " -"in der die Anwendung ausgeführt wird, und nicht unbedingt auf die Werte " -"Ihres Computers. Informationen zum Ändern dieser Werte in einem Docker-Setup " -"finden Sie in den Anweisungen für %(win_link)s und %(mac_link)s." - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Speicherplatz" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Lightning Network" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" -"Kein Oberflächenmodell verfügbar. Wählen Sie im Dashboard diese Aufgabe aus, " -"drücken Sie Bearbeiten. Aktivieren Sie in den Optionen \"dsm\" und drücken " -"Sie dann Neustart -> Von DEM." - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "GCP Schnittstelle" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "Max Bilder" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" - -#~ msgid "" -#~ "A GCP " -#~ "file is optional, but can increase georeferencing accuracy" -#~ msgstr "" -#~ "Eine GCP " -#~ "Datei ist optional, kann aber die Genauigkeit der Georeferenzierung " -#~ "erhöhen" diff --git a/locale/de/LC_MESSAGES/djangojs.po b/locale/de/LC_MESSAGES/djangojs.po deleted file mode 100644 index 37e9740c..00000000 --- a/locale/de/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2726 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-04-10 23:26+0000\n" -"Last-Translator: J. Lavoie \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.6-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "Ausgabe bei %(count)s Zeilen abgeschnitten" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Vollbild umschalten" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Vollbildmodus verlassen" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "In Datei herunterladen" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Namensfeld ist erforderlich" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Projekt hinzufügen" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" -"Ihre Änderungen gehen verloren. Sind Sie sicher, dass Sie gehen wollen?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Orthophoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "Pflanzengesundheit" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Oberflächenmodell" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Geländemodell" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "Kameras" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Modell anzeigen" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Kameras anzeigen" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Strukturiertes Modell wird geladen ..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Orthophoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Orthophoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Orthophoto (MBKacheln)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Orthophoto (Kacheln)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Geländemodell (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Geländemodell (Kacheln)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Oberflächenmodell (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Oberflächenmodell (Kacheln)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Punktwolke (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Punktwolke (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Punktwolke (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Punktwolke (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Strukturiertes Modell" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Kameraparameter" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Kameraaufnahmen (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Qualitätsbericht" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Alle Dateien" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Google Maps Hybrid" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "ESRI-Satellit" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM Mapnik" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Abbrechen ..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Löschen ..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Neustart ..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Ändern der Bildgröße ..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importieren ..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Datensatz laden" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "Struktur aus Bewegung" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "Punktfilterung" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "Vernetzung" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Texturierung" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Georeferenzierung" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Bericht" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Nein" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Ja" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "In Warteschlange" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "in Bearbeitung" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Gescheitert" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Abgeschlossen" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Storniert" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s ist größer als 5 MB." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Falsches ZIP-Format: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "Falsches JSON-Format: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Dateien herunterladen" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Aufgaben bearbeiten" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Name" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Suche" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Neues Projekt" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Projekt erstellen" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Projekt wird erstellt..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Alle mit diesem Projekt verbundenen Aufgaben, Bilder und Modelle werden " -"dauerhaft gelöscht. Sind Sie sich sicher, dass Sie weitermachen möchten?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Beschreibung (optional)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" -"Liste der Verarbeitungsknoten konnte nicht geladen werden. Sind Sie mit dem " -"Internet verbunden?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Wir haben versucht zu erreichen:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "Es gibt keine verwendbaren Verarbeitungsknoten." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"Stellen Sie sicher, dass mindestens ein Verarbeitungsknoten erreichbar ist " -"und dass Sie dem aktuellen Benutzer ausreichende Berechtigungen zum Anzeigen " -"des Verarbeitungsknotens erteilt haben (gehen Sie zu Administration - " -"Verarbeitungsknoten - Knoten auswählen - Objektberechtigungen - Benutzer / " -"Gruppe hinzufügen und überprüfen Sie KANN VERARBEITUNGSKNOTEN ANZEIGEN). " -"Wenn Sie einen Knoten wieder online schalten, dauert es ungefähr 30 " -"Sekunden, bis WebODM ihn erkennt." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" -"Liste der Voreinstellungen konnte nicht geladen werden. Sind Sie mit dem " -"Internet verbunden?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Benutzerdefiniert" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Standard" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Meine Voreinstellung" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "Kopie von %(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" -"Die Voreinstellung konnte nicht dupliziert werden. Bitte versuchen Sie die " -"Seite zu aktualisieren." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"Systemvoreinstellungen können nur von einem Mitarbeiter aus dem " -"Administrationsbereich entfernt werden." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "Möchten Sie wirklich \"%(preset)s\" löschen?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" -"Die Voreinstellung konnte nicht gelöscht werden. Bitte versuchen Sie die " -"Seite zu aktualisieren." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Wiederholen" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Bearbeiten" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Duplikat" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Speichern" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Löschen" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Verarbeitungsknoten" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Optionen" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "Laden von Verarbeitungsknoten und Voreinstellungen ..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" -"Aufgabeninformationen konnten nicht aktualisiert werden. Bitte versuchen Sie " -"es erneut." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Abbruch" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Speichern..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Schließen" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Titel" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Speichern…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Sind Sie sicher?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Änderungen konnten nicht angewendet werden" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Element konnte nicht gelöscht werden" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Max:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Bild fehlt" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Bild herunterladen" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Datei kann nicht hochgeladen werden. Überprüfen Sie Ihre Internetverbindung " -"und versuchen Sie es erneut." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Ungültige Antwort vom Server:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" -"Beim Hochladen der Datei ist ein Fehler aufgetreten. Bitte versuchen Sie es " -"erneut." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Ungültige JSON-Antwort:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" -"Kann nicht von URL importieren. Bitte prüfen Sie ihre Internetverbindung." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "Vorhandene Dateien importieren" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -"Sie können ZIP-Dateien importieren, die aus vorhandenen Aufgaben exportiert " -"wurden, indem Sie Dateien %(arrow)s alle Dateien herunterladen." - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Eine Datei hochladen" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "Von URL importieren" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Importieren" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Upload abbrechen" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Algorithmus:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Filter:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Farbe:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Schattierung:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "Keine(r)" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Normal" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "Extrudiert" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "Export:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Wird geladen…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Schichten" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Kameras)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "Geben Sie eine Kachel-URL-Vorlage ein. Gültige Koordinaten sind:" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z}, {x}, {y} für das Z / X / Y-Kachelschema" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "{-y} für gespiegelte Y-Koordinaten im TMS-Stil" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "Beispiel:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" -"Fügen Sie eine temporäre GeoJSON- (.json) oder ShapeFile- (.zip) " -"Überlagerung hinzu" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "Fehler: Datei-Liste kann nicht geladen werden." - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "Deckkraft:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Wird geladen…" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Möchten Sie wirklich abbrechen?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" -"%(count)s Dateien ausgewählt. Bitte überprüfen Sie diese zusätzlichen " -"Optionen:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Ändern Sie die Größe von Bildern" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "Rezension" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "Starten Sie die Verarbeitung" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Aktivieren" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "Klicken Sie hier, um eine JSON-Datei zu importieren" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Zurücksetzen" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Projektliste konnte nicht geladen werden: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"%(filename)s ann nicht hochgeladen werden, maximale Wiederholungsversuche " -"überschritten %(max_retries)s" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" -"Neue Aufgabe kann nicht erstellt werden. Ungültige Antwort vom Server: " -"%(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" -"Neue Aufgabe kann nicht erstellt werden. Bitte versuchen Sie es später noch " -"einmal." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s Dateien können nicht hochgeladen werden. Zur Erinnerung, es können " -"nur Bilder (.jpg, .tif, .png) und GCP-Dateien (.txt) hochgeladen werden. " -"Versuchen Sie es nochmal." - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Projekt bearbeiten" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Änderungen speichern" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Änderungen werden gespeichert..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Wählen Sie Bilder und GCP" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Karte ansehen" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s Aufgaben" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Teilen" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "" -"Ein Fehler ist aufgetreten. Überprüfen Sie Ihre Verbindung und " -"Berechtigungen." - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "Teilen Sie diese Aufgabe" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR-Code" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "aktiviert" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "Link:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "HTML-Iframe:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Aufgabenliste konnte nicht geladen werden: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Error: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Versuchen Sie es nochmal" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" -"Dieses Projekt hat keine Aufgaben. Erstellen Sie eine, indem Sie einige " -"Bilder hochladen!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Vorgang kann nicht abgeschlossen werden." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"Es sieht so aus, als ob eines der folgenden Probleme auftreten könnte: " -"%(problems)s Sie können mehr über bewährte Methoden zum Erfassen guter " -"Bilder %(link)s lesen." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Nicht genug Bilder" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "Nicht genügend Überlappung zwischen Bildern" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" -"Die Bilder sind möglicherweise zu verschwommen (häufig bei Handyaufnahmen)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" -"Die Task-Option min-num-features ist zu niedrig eingestellt. Erhöhen Sie sie " -"um 25%" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "hier" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"Es sieht so aus, als wäre dieser Computer zu alt. WebODM erfordert einen " -"Computer mit einer 64-Bit-CPU, die MMX-, SSE-, SSE2-, SSE3- und SSSE3-" -"Befehlssatzunterstützung oder höher unterstützt. Sie können WebODM weiterhin " -"ausführen, wenn Sie Ihre eigenen Docker-Images kompilieren. Weitere " -"Informationen finden Sie unter %(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "diese Seite" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" -"Dem Verarbeitungsknoten fehlt ein Programm, das zur Ausführung der Aufgabe " -"erforderlich ist. Dies kann auf eine beschädigte Installation hinweisen. " -"Wenn Sie OpenDroneMap erstellt haben, überprüfen Sie bitte, ob alle " -"Programme fehlerfrei erstellt wurden." - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "Von %(stage)s" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "Verarbeitung fortsetzen" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Aufgabe kann nicht neu gestartet werden." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "Aufgabe kann nicht neu gestartet werden." - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Aufgabe #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "Hochladen von Bildern auf den Verarbeitungsknoten" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "Warten auf einen Knoten ..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "3D-Modell anzeigen" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Aufgabe kann nicht abgebrochen werden." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Neu starten" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"Alle Informationen zu dieser Aufgabe, einschließlich Bilder, Karten und " -"Modelle, werden gelöscht. Fortsetzen?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Aufgabe kann nicht gelöscht werden." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "Aufgabenausgabe:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "Aktiviert" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Deaktiviert" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Erstellt am:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "Verarbeitungsknoten:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "auto" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "manuell" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Optionen:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"Ein Orthofoto konnte nicht erstellt werden. Stellen Sie zum Generieren " -"sicher, dass GPS-Informationen in die EXIF-Tags Ihrer Bilder eingebettet " -"sind, oder verwenden Sie eine GCP-Datei (Ground Control Points)." - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "genügend RAM zugewiesen" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "Cloud-Verarbeitungsknoten" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" -"Es sieht so aus, als hätte Ihr Verarbeitungsknoten nicht mehr genügend " -"Speicher. Wenn Sie Docker verwenden, stellen Sie sicher, dass Ihre Docker-" -"Umgebung %(memlink)s enthält. Stellen Sie alternativ sicher, dass Sie über " -"genügend physischen RAM verfügen, reduzieren Sie die Anzahl der Bilder, " -"verkleinern Sie Ihre Bilder oder reduzieren Sie den Parameter für die " -"maximale Parallelität aus den Optionen der Aufgabe. Sie können auch " -"versuchen, ein %(cloudlink)s zu verwenden." - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "ein Thema öffnen" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" -"\"Prozess mit Code 1 beendet\" bedeutet, dass ein Teil der Verarbeitung " -"fehlgeschlagen ist. Manchmal ist es ein Problem mit dem Datensatz, manchmal " -"kann es durch Optimieren der Aufgabenoptionen behoben werden und manchmal " -"kann es ein Fehler sein! Wenn Sie Hilfe benötigen, laden Sie Ihre Bilder wie " -"%(link1)s oder %(link2)s und %(open_a_topic)s in unser Community-Forum hoch " -"und stellen Sie sicher, dass Sie eine Kopie der Ausgabe Ihrer Aufgabe " -"hinzufügen. Unsere großartigen Mitwirkenden werden versuchen, Ihnen zu " -"helfen!" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "Legen Sie einen Verarbeitungsknoten fest" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "Warten auf Bild-Upload ..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "verbleibender Upload: %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s Dateien %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s Dateien wurden erfolgreich hochgeladen" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "" -"Turn on gamma tone mapping or none for no tone mapping. Can be one of " -"%(choices)s. Default: %(default)s " -msgstr "" -"Aktivieren Sie die Gamma-Tonzuordnung oder keine Tonzuordnung. Kann eine " -"von: %(choices)s. Standard: %(default)s " - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, fuzzy, 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. Set to 0 to disable sampling. Default: %(default)s" -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 "" -"Filtert die Punktwolke, indem nur ein einzelner Punkt um einen Radius N (in " -"Metern) gehalten wird. Dies kann nützlich sein, um die Ausgabeauflösung der " -"Punktwolke zu begrenzen. Auf 0 setzen, um die Abtastung zu deaktivieren. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, python-format -msgid "" -"Type of photometric outlier removal method. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Art der Methode zur Entfernung photometrischer Ausreißer. Kann eine der " -"folgenden sein: %(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, 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 "" -"Anzahl der am nächst gelegenen Bilder, die vorab übereinstimmen sollen, " -"basierend auf GPS-Exif-Daten. Auf 0 setzen, um das Pre-Matching zu " -"überspringen. Bild-Nachbarn arbeiten mit dem Distance-Parameter zusammen. " -"Setzen Sie beide auf 0, um keine Voranpassung zu verwenden. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, 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 "" -"Verwenden Sie die aus einem anderen Datensatz berechneten Kameraparameter, " -"anstatt sie zu berechnen. Kann entweder als Pfad zu einer camera.json-Datei " -"oder als JSON-Zeichenfolge angegeben werden, die den Inhalt einer camera." -"json-Datei darstellt. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" -"Exportieren Sie die georeferenzierte Punktwolke im LAS-Format (Laser). " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" -"Filtert die Punktwolke durch Entfernen von Punkten, die mehr als N " -"Standardabweichungen vom lokalen Mittelwert abweichen. Auf 0 Setzen um den " -"Filter zu deaktivieren. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" -"Einfacher Parameter für den Höhenschwellenwert des morphologischen Filters " -"(Meter). Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" -"Pfad zum Projektordner. Ihr Projektordner sollte Unterordner für jeden " -"Datensatz enthalten. Jeder Datensatz sollte einen Ordner mit dem Namen " -"\"images\" beinhalten." - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" -"Pfad zur Bild-Geolokalisierungsdatei mit den für die Georeferenzierung " -"verwendeten Kamera-Center-Koordinaten. Beachten Sie, dass Omega / Phi / " -"Kappa derzeit nicht unterstützt werden (Sie können sie auf 0 setzen). Die " -"Datei muss mit dem folgende Format aufgebaut sein: EPSG: oder <+ " -"projekt definition> Bildname geo_x geo_y geo_z [Omega (Grad)] [Phi (Grad)] " -"[Kappa (Grad)] [Horizontale-Genauigkeit (Meter)] [ Vertikale-Genauigkeit " -"(Meter)] Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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 "" -"Dezimieren Sie die Punkte, bevor Sie das DEM generieren. 1 ist keine " -"Dezimierung (volle Qualität). 100 dezimiert ~ 99 %% der Punkte. Nützlich, um " -"die Generierung von DEM-Ergebnissen zu beschleunigen und sehr große " -"Datenmengen zu erhalten. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, 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 "" -"Anzahl der Schritte um Bereiche mit Lücken zu Füllen. Auf 0 setzen, um die " -"Lückenfüllung zu deaktivieren. Ausgehend von einem Radius, der der " -"Ausgangsauflösung entspricht, werden N verschiedene DEMs mit zunehmend " -"größerem Radius unter Verwendung des IDW-Algorithmus (Inverse Distance " -"Weighted) generiert und zusammengeführt. Verbleibende Lücken werden dann " -"unter Verwendung der Interpolation des nächsten Nachbarn zusammengeführt. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" -"Überspringen Sie das Mischen von Farben in der Nähe von Nähten. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" -"Generiert eine Benchmark-Datei mit Laufzeitinformationen. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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 "" -"Bei der Verarbeitung multispektraler Datensätze können Sie den Namen des " -"primären Bandes angeben, das für die Rekonstruktion verwendet werden soll. " -"Es wird empfohlen, eine Band zu wählen, welches scharfe Details aufweist und " -"im Fokus steht. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:20 -#, 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 "" -"Verwenden Sie dieses Tag, um ein DSM (Digital Surface Model, Ground + " -"Objects) mithilfe eines progressiven morphologischen Filters zu erstellen. " -"Überprüfen Sie die Parameter --dem* für feinere Abstimmungen. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" -"Die bei der Netzrekonstruktion verwendete Octree-Tiefe wird erhöht, um mehr " -"Scheitelpunkte zu erhalten. Die empfohlenen Werte sind 8-12. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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 "" -"gnorieren Sie den Ground Sampling Distance (GSD). GSD begrenzt die maximale " -"Auflösung der Bildausgaben und ändert bei Bedarf die Größe der Bilder, was " -"zu einer schnelleren Verarbeitung und einer geringeren Speichernutzung " -"führt. Da es sich bei GSD um eine Schätzung handelt, kann das Ignorieren " -"manchmal zu einer etwas besseren Bildausgabequalität führen. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, python-format -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 "" -"Radius der Überlappung zwischen Untermodellen. Nach dem Gruppieren von " -"Bildern in Cluster werden Bilder, die näher als dieser Radius zu einem " -"Cluster liegen, zum Cluster hinzugefügt. Dies geschieht, um sicherzustellen, " -"dass benachbarte Submodelle überlappen. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" -"Die maximale Scheitelpunktzahl des Ausgabegitters. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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 "" -"Verwende ein 3D Gitter um das Orthophoto zu erzeugen anstatt eines 2,5D " -"Gitters. Diese Option ist ein wenig schneller und erstellt ein ähnliches " -"Ergebnis für ebene Gebiete. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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 "" -"Mindestanzahl der zu extrahierenden Features pro Bild. Mehr Features pro " -"Bild können nützlich sein, um eine größere Übereinstimmungen zwischen " -"Bildern zu finden und möglicherweise die Rekonstruktion von Bereichen mit " -"geringer Überlappung oder unzureichenden Funktionen zu ermöglichen. Mehr " -"Features verlangsamen die Verarbeitung. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:27 -#, 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 "" -"Legacy-Option (verwenden Sie stattdessen --feature-Qualität). Ändert die " -"Größe der Bilder von der größten Seite nur zu Zwecken der " -"Merkmalsextraktion. Zum Deaktivieren auf -1 setzen. Dies hat keinen Einfluss " -"auf die endgültige Orthophoto-Auflösungsqualität und ändert die Größe der " -"Originalbilder nicht. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:28 -#, 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 "" -"Berechnet für jedes DEM eine euklidische Rasterkarte. Die Karte gibt die " -"Entfernung von jeder Zelle zum nächsten NODATA-Wert an (bevor eine " -"Lochfüllung stattfindet). Dies kann nützlich sein, um die gefüllten Bereiche " -"zu isolieren. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "Debug-Meldungen anzeigen. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Stellen Sie die Komprimierung für Orthofotos ein. Kann eine der folgenden " -"sein: %(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" -"Matcher-Algorithmus, schnelle Bibliothek für ungefähre Nachbarn oder Wort " -"Sammlungen. FLANN ist langsamer, aber stabiler. BOW ist schneller, kann aber " -"manchmal gültige Übereinstimmungen übersehen. Kann eine der folgenden sein: " -"%(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "Zeigt die Versionsnummer an und beendet. " - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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 "" -"Bei der Multispektralanalyse wird ODM die Datensätze automatisch ausrichten. " -"Nutze diese Option, falls die Datensätze vorher schon ausgerichtet wurden. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:34 -#, python-format -msgid "" -"End processing at this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Beenden Sie die Verarbeitung an dieser Stelle. Kann eine der folgenden sein: " -"%(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -#, 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 "" -"Führt für jedes zur Rekonstruktion hinzugefügte Bild eine lokale " -"Bündelanpassung hinzu und alle 100 Bilder eine globale Anpassung durch. " -"Beschleunigt die Rekonstruktion für sehr große Datensätze. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "Zeige zusätzliche Nachrichten in der Konsole. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:37 -#, fuzzy, 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" -msgid "" -"Skip generation of PDF report. This can save time if you don't need a " -"report. Default: %(default)s" -msgstr "" -"Überspringen Sie die Generierung eines vollständigen 3D-Modells. Dies kann " -"Zeit sparen, wenn Sie nur 2D-Ergebnisse wie Orthofotos und DEMs benötigen. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" -"Einfacher Parameter für den Radius des morphologischen Filterfensters " -"(Meter). Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" -"Stellen Sie diesen Parameter ein, wenn Sie ein gestreiftes GeoTIFF möchten. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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 "" -"Entfernungsschwelle in Metern, um vorab passende Bilder basierend auf GPS-" -"Exif-Daten zu finden. Setzen Sie beide Matcher-Nachbarn und dies auf 0, um " -"das Pre-Matching zu überspringen. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: or <" -"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] " -"[extra2]Default: %(default)s" -msgstr "" -"Pfad zu der Datei mit den für die Georeferenzierung verwendeten " -"Bodenkontrollpunkten (GCPs). Die Datei muss das folgende Format verwenden: " -"EPSG: oder <+ proj definition> geo_x geo_y geo_z image_x image_y " -"Bildname [gcp_name] [extra1] [extra2] Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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 "" -"Erzeugt ein Polygon um den zu schneidenden Bereich der Kanten des Orthofoto. " -"Dieses Polygon kann nützlich sein, um nahtlose Mosaike mit mehreren " -"überlappenden Orthofotos zu erstellen. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" -"URL zu einer ClusterODM-Instanz zum parallelen Verteilen eines Split-Merge-" -"Workflows auf mehrere Knoten. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, python-format -msgid "" -"Rerun processing from this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Wiederhole den Prozess von diesem Zwischenschritt aus. Kann einer von " -"%(choices)s sein. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -msgid "show this help message and exit" -msgstr "Diese Hilfemeldung anzeigen und beenden" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" -"Einfacher Neigungsparameter des morphologischen Filters (Anstieg über die " -"Zeit). Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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 "" -"Wählen Sie bei der Texturierung des 3D-Netzes für jedes Dreieck die " -"Priorisierung von Bildern mit scharfen Merkmalen (gmi) oder solchen, die den " -"größten Bereich abdecken. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" -"Wähle die Punktwolkenqualität. Eine höhere Qualität führt zu besseren, " -"dichteren Punktwolken, aber benötigt mehr Speicher und dauert länger. Jede " -"Erhöhung der Qualität steigert die benötigte Zeit grob um Faktor 4. Kann " -"eins von %(choices)s sein. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. " -"Default: %(default)s" -msgstr "" -"Exportieren Sie die georeferenzierte Punktwolke im EPT-Format (Entwine Point " -"Tile). Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, python-format -msgid "" -"Choose the algorithm for extracting keypoints and computing descriptors. Can " -"be one of: %(choices)s. Default: %(default)s" -msgstr "" -"Wähle den Algorithums aus, der zum Extrahieren von Schlüsselpunkten und zur " -"Berechnung von Beschreibungen genutzt werden soll. Kann einer von " -"%(choices)s sein. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, 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 "" -"Deaktivieren Sie die Optimierung der Kameraparameter während der " -"Bündeleinstellung. Dies kann manchmal nützlich sein, um Ergebnisse zu " -"verbessern, die Doming / Bowling aufweisen, oder wenn Bilder mit einer " -"Rolling-Shutter-Kamera aufgenommen werden. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" -"Stellen Sie den Kameraprojektionstyp ein. Das manuelle Festlegen eines Werts " -"kann zur Verbesserung der geometrischen Verzerrung beitragen. Standardmäßig " -"wird versucht den Linsentyp aus den Bildmetadaten zu ermitteln. Kann eine " -"der folgenden sein: %(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, fuzzy, python-format -#| msgid "" -#| "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" -msgid "" -"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" -msgstr "" -"Stellen Sie die radiometrische Kalibrierung für die Bearbeitung der Bilder " -"ein. Wenn Sie multispektrale Bilder verarbeiten, sollten Sie diese Option " -"einstellen, um Reflexionswerte zu erhalten (andernfalls erhalten Sie " -"digitale Zahlenwerte). [Kamera] wendet Schwarzwert, Vignettierung, " -"Zeilengradientenverstärkung / Belichtungskorrektur (falls zutreffend EXIF-" -"Tags gefunden werden). [Kamera + Sonne] ist experimentell, wendet alle " -"Korrekturen von [Kamera] an und kompensiert die über einen " -"Abwärtslichtsensor (DLS) registrierte spektrale Strahlung unter " -"Berücksichtigung des Sonnenwinkels. Kann eine der folgenden sein: " -"%(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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 "" -"Verwenden Sie diese Option, um einen DTM (Digital Terrain Model, nur Boden) " -"mit einem einfachen morphologischen Filter zu erstellen. Überprüfen Sie die " -"Parameter --dem* und --smrf* für feinere Abstimmungen. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"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" -msgstr "" -"Orthophoto Auflösung in cm / Pixel. Dieser Wert wird durch die Schätzung der " -"Bodenabtastentfernung (GSD) begrenzt. Um die Begrenzung zu entfernen, " -"setzten Sie --ignore-gsd. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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 "" -"Führt eine Bodenkorrektur an der Punktwolke durch. Dies bedeutet, dass " -"falsch klassifizierte Bodenpunkte neu klassifiziert und Lücken geschlossen " -"werden. Nützlich zum Generieren von DTMs. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" -"Einfacher skalarer Parameter für die Höhe des morphologischen Filters. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, fuzzy, python-format -#| msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" -"Generiert eine Benchmark-Datei mit Laufzeitinformationen. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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 "" -"Wählen Sie aus, was im Zusammenführungsschritt in einem geteilten Dataset " -"zusammengeführt werden soll. Standardmäßig werden alle verfügbaren Ausgaben " -"zusammengeführt. Optionen: %(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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 "" -"Stellen Sie die Qualität der Merkmalsextraktion ein. Höhere Qualität erzeugt " -"bessere Funktionen, erfordert jedoch mehr Speicher und dauert länger. Kann " -"eine der folgenden sein: %(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" -"Erstellen Sie Orthofoto-Übersichten für eine schnellere Anzeige in " -"Programmen wie QGIS. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"Name of dataset (i.e subfolder name within project folder). Default: " -"%(default)s" -msgstr "" -"Name des Datensatzes (d. H. Name des Unterordners im Projektordner). " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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 "" -"Verwenden Sie diese Option, wenn Sie über eine GCP-Datei verfügen, aber " -"stattdessen die EXIF-Informationen für die Georeferenzierung verwenden " -"möchten. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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 "" -"Verwenden Sie die GPS-Exif-Daten der Bilder für die Rekonstruktion, auch " -"wenn GCPs vorhanden sind. Dieses Option ist nützlich, wenn Sie hochpräzise " -"GPS-Messungen durchführen. Diese Option wird nicht ausgeführt wenn keine " -"GCPs vorhanden sind. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want to generate a PNG rendering of the " -#| "orthophoto. Default: %(default)s" -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" -"Setzen Sie diesen Parameter, wenn Sie ein PNG-Rendering des Orthofotos " -"generieren möchten. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" -"Stellen Sie diesen Parameter ein, wenn Sie ein gestreiftes GeoTIFF möchten. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" -"Lösche große Zwischenergebnisse um den benötigten Speicherplatz zu " -"reduzieren. Dadurch kann die Pipeline nicht aus einem Zwischenstand neu " -"gestartet werden, aber es ist möglich Datensätze zu verarbeiten, die " -"normalerweise nicht auf diesem Gerät verarbeitet werden könnten. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" -"Löschen Sie alle vorherigen Ergebnisse dauerhaft und führen Sie die " -"Verarbeitungspipeline erneut aus." - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" -"Schneidet Bildausgaben automatisch zu, indem ein glatten Puffer um die " -"Datensatzgrenzen erstellt wird, der um N Meter verkleinert wird. Verwenden " -"Sie 0, um das Zuschneiden zu deaktivieren. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" -"Überspringen der Normalisierung der Farben über alle Bilder hinweg. Nützlich " -"bei der Verarbeitung von radiometrisch Daten. Standard: %(default)s" - -#: 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 "" -"Überspringen Sie die Generierung eines vollständigen 3D-Modells. Dies kann " -"Zeit sparen, wenn Sie nur 2D-Ergebnisse wie Orthofotos und DEMs benötigen. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:73 -#, 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 "" -"DSM / DTM-Auflösung in cm / Pixel. Beachten Sie, dass dieser Wert durch eine " -"Schätzung der Bodenabtastentfernung (GSD) begrenzt wird. Um die Deckelung zu " -"entfernen, überprüfen Sie den Parameter --ignore-gsd. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, python-format -msgid "" -"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Führt nur diese Phase erneut aus und beenden den Prozess anschließend. Kann " -"eine der folgenden sein: %(choices)s. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, 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 "" -"Die maximale Anzahl von Prozessen, die in verschiedenen Prozessen verwendet " -"werde soll. Der maximale Speicherbedarf beträgt ~ 1 GB pro Thread und eine " -"Bildauflösung von 2 Megapixeln. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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 "" -"Legacy-Option (verwenden Sie stattdessen --pc-Qualität). Steuert die Dichte " -"der Punktwolke durch Einstellen der Auflösung der Tiefenkartenbilder. Die " -"Berechnung höherer Werte dauert länger, erzeugt jedoch dichtere Punktwolken. " -"Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:77 -#, python-format -msgid "" -"Generate static tiles for orthophotos and DEMs that are suitable for viewers " -"like Leaflet or OpenLayers. Default: %(default)s" -msgstr "" -"Generieren Sie statische Kacheln für Orthofotos und DEMs, die für Betrachter " -"wie Leaflet oder OpenLayers geeignet sind. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" -"Exportieren Sie die georeferenzierte Punktwolke im CSV-Format. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, fuzzy, python-format -#| msgid "" -#| "Path to the file containing the ground control points used for " -#| "georeferencing. The file needs to use the following format: EPSG: " -#| "or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] " -#| "[extra1] [extra2]Default: %(default)s" -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 "" -"Pfad zu der Datei mit den für die Georeferenzierung verwendeten " -"Bodenkontrollpunkten (GCPs). Die Datei muss das folgende Format verwenden: " -"EPSG: oder <+ proj definition> geo_x geo_y geo_z image_x image_y " -"Bildname [gcp_name] [extra1] [extra2] Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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 "" -"Stellen Sie einen Wert in Metern für die GPS-DOP-Informationen (Dilution of " -"Precision) für alle Bilder ein. Wenn Ihre Bilder mit hochpräzisen GPS-" -"Informationen (RTK) versehen sind, wird dieser Wert automatisch entsprechend " -"eingestellt. Sie können diese Option manuell setzten sollte die " -"Rekonstruktion fehlschlagen. Das Verringern dieser Option kann manchmal dazu " -"beitragen, Bowling-Effekte über große Flächen zu kontrollieren. Standard: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:81 -#, python-format -msgid "" -"Set this parameter if you want to generate a PNG rendering of the " -"orthophoto. Default: %(default)s" -msgstr "" -"Setzen Sie diesen Parameter, wenn Sie ein PNG-Rendering des Orthofotos " -"generieren möchten. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:82 -#, 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 "" -"Klassifizieren Sie die Punktwolkenausgaben mithilfe eines einfachen " -"morphologischen Filters. Sie können das Verhalten dieser Option steuern, " -"indem Sie die Parameter --dem-* anpassen. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:83 -#, python-format -msgid "" -"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" -msgstr "" -"Überspringt die dichte Rekonstruktion und die Erzeugung von 3D-Modellen. Ein " -"Orthofoto wird direkt aus den spärlichen Daten rekonstruiert. Wenn Sie nur " -"ein Orthofoto benötigen und kein vollständiges 3D-Modell, aktivieren Sie " -"diese Option. Standard: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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 "" -"Durchschnittliche Anzahl von Bildern pro Untermodell. Beim Aufteilen eines " -"großen Datensatzes in kleinere Untermodelle werden Bilder in Cluster " -"gruppiert. Dieser Wert regelt die Anzahl der Bilder, die in jedem Cluster " -"durchschnittlich sein sollten. Standard: %(default)s" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Berechnen Sie Volumen-, Flächen- und Längenmessungen mit Leaflet" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "Ein Plugin zum Erstellen von GCP-Dateien aus Bildern" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Ein Plugin zum Hinzufügen eines Buttons zum schnellen Öffnen des " -"OpenStreetMaps iD-Editors und zum Einrichten einer TMS-Grundkarte." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Ein Plugin zum Hochladen von Orthofotos auf OpenAerialMap" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js: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/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "Synchronisieren Sie Konten von webodm.net" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "Fügen Sie der 2D-Kartenansicht eine Vollbildschaltfläche hinzu" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "Konturen aus DEMs berechnen, anzeigen und exportieren" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -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/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "Laden Sie ODM-Assets mit Cesium ion hoch und kacheln Sie diese." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "Importiere Bilder direkt von externen Quellen" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" -"Erkennen Sie Änderungen zwischen zwei verschiedenen Aufgaben im selben " -"Projekt." - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "Navigation" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "Aussehen" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "Tools" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "Messungen" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "Ausschnitt" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "Anmerkungen" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "Materialien" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "Szene" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "Klassifizierungsfilter" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "Filter" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "Andere Einstellungen" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Über" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "Winkelmessung" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "Punktmessung" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "Entfernungsmessung" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "Höhenmessung" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "Kreismessung" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "Flächenmessung" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "Volumenmessung" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "Geländeprofil" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "Anmerkung" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "Volumen Anpinnen" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "Polygon Clip" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" -"Zeichnen Sie ein Auswahlfeld. Erfordert, dass Sie sich im orthografischen " -"Kameramodus befinden!" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "Setzte Ebene auf x-Achse" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "Setzte Ebene auf y-Achse" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "Setzte Ebene auf z-Achse" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "Entferne alle Messungen" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "Linke Ansicht" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "Rechte Ansicht" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "Vorderansicht" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "Rückansicht" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "Aufsicht" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "Untersicht" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "Voller Umfang" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "Umlaufbahnkontrolle" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "Flugzeugsteuerung" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "Hubschraubersteuerung" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "Erd-Steuerung" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "Perspektivische Kamera" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "Orthographische Kamera" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "Navigationswürfel" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "Entferne alle angepinnten Volumen" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "Kompass" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "Kameraanimation" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "Punktbudget" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Punktgröße" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Mindestgröße" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Deckkraft" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "Sichtfeld" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "Punktgröße" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "Höhenbereich" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "Skalar Bereich" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "Qualität" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "Form" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "Radius" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "Stärke" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "Mindeste Knotengröße" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "Pin-Modus" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "Geschwindigkeit" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "Himmel" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "Über dem Boden halten" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "Box" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "Längeneinheit" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "Ansicht sperren" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "Sprache" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "Culling (Computergrafik)" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "Schnitt" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "Berechnet Volumen anzeigen" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "in 3D anzeigen" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "Auf der Karte zeigen" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "Anzahl der Punkte" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "Speicher als LAS(3D)" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "Speichern als CSV(2D)" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "Kamera Position" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "Kamera Ziel" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "Rückgabewert" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "Rückgabewert" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "min." - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "max." - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "GPS Zeit" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" -"Es ist kein DSM oder DTM verfügbar. Stellen Sie zum Exportieren von Konturen " -"sicher, dass Sie eine Aufgabe mit aktivierter Option --dsm oder --dtm " -"verarbeitet wird." - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" -"Informationen für die Aufgabe können nicht abgerufen werden. Sind Sie mit " -"dem Internet verbunden?" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "Erhebung:" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "Meter" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "Nicht vereinfachen" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "Aggressiv" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "Intervall:" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "meter" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "Wert:" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "Layer:" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "Vereinfachen:" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "Projektion:" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "Vorschau" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "Export" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "Konturen" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" -"Schätzung kann nicht abgerufen werden. Versuchen Sie es später noch einmal." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" -"Schätzung kann nicht abgerufen werden. Überprüfen Sie die Parameter oder " -"versuchen Sie es später erneut." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "Credits Schätzung" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "Dashboard lädt ..." - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" -"Lightning-Dashboard kann nicht geladen werden. Führen Sie die neueste " -"Version von WebODM aus?" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" -"Lightning-Dashboard kann nicht geladen werden. Bitte stellen Sie sicher, " -"dass Sie mit dem Internet verbunden sind, oder versuchen Sie es in einer " -"Stunde erneut." - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" -"Knoten können nicht synchronisiert werden. Sind Sie mit dem Internet " -"verbunden?" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "Sie werden Ausgeloggt…" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "Ausloggen nicht möglich:" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "Anerkennungen an" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "Unbegrenzt" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "Guthaben:" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "Guthaben kaufen" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "Guthaben aktualisieren" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "Hallo," - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "Synchronisierte Knoten" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "Resync" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Dashboard" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Ausloggen" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "Sie können nicht eingeloggt werden. Ungültige Antwort:" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" -"Sie können nicht eingeloggt werden. Bitte stellen Sie sicher, dass Sie mit " -"dem Internet verbunden sind, oder versuchen Sie es in einer Stunde erneut." - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "E-Mail-Adresse" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "Passwort" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "Haben Sie noch kein Benutzerkonto?" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "Passwort vergessen?" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "Anmelden und synchronisieren" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Lightning Network" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" -"Lightning ist ein Dienst, mit dem Sie kleine und große Datenmengen mithilfe " -"von Hochleistungsservern in der Cloud schnell verarbeiten können." - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "registrieren" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" -"Unten können Sie die Anmeldeinformationen Ihres %(link)s eingeben, um Ihr " -"Konto zu synchronisieren und automatisch einen neuen Verarbeitungsknoten " -"einzurichten. Wenn Sie kein Konto haben, können Sie sich %(register)s " -"kostenlos registrieren." - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "Ungültige Antwort: %(error)s" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "Areal:" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "Umfang:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "Volumen:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "Berechne…" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "Kubikmeter" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "Kubikfuß" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "Exportieren als GeoJSON" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "Volumen, Fläche und Länge messen" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "Messungen" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "Messen" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "Eine neue Messung erstellen" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "Erstellen Sie eine Messung, indem Sie der Karte Punkte hinzufügen" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "Messung fertigstellen" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "Letzter Punkt" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "Fläche" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "Umfang" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "Punktposition" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "Lineare Messung" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "Pfadlänge" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "Diesen Bereich in den Fokus setzten" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "Fokus auf diese Linie setzten" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "Fokus auf diesen Ort legen" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "Morgen(Fläche)" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Fuß Zoll" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "Kilometer" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Hektar" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Meter" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Meilen" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "Quadratfuß Zoll" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "Quadratmeter" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "Quadratmeilen" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "Messungen Exportieren" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" - -#~ msgid "" -#~ "When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -#~ "deviation threshold to include patches. Patches with lower standard " -#~ "deviation are ignored. Default: %(default)s" -#~ msgstr "" -#~ "Steuert bei der Verwendung von PATCH_MATCH oder PATCH_MATCH_SAMPLE den " -#~ "Standardabweichungsschwellenwert, um Patches einzuschließen. Patches mit " -#~ "geringerer Standardabweichung werden ignoriert. Standard: %(default)s" - -#~ msgid "" -#~ "Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE " -#~ "are faster, but might miss some valid points. BRUTE_FORCE takes longer " -#~ "but produces denser reconstructions. Default: %(default)s" -#~ msgstr "" -#~ "Algorithmus zur Berechnung der Rohkartetiefe. PATCH_MATCH und " -#~ "PATCH_MATCH_SAMPLE sind schneller, können jedoch einige gültige Punkte " -#~ "verfehlen. BRUTE_FORCE dauert länger, erzeugt jedoch dichtere " -#~ "Rekonstruktionen. Standard: %(default)s" - -#~ msgid "" -#~ "Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: " -#~ "%(default)s" -#~ msgstr "" -#~ "Verwenden Sie OpenSfM, um die dichte Punktwolke anstelle mit OpenMVS zu " -#~ "berechnen. Standard: %(default)s" - -#~ msgid "" -#~ "Minimum number of views that should reconstruct a point for it to be " -#~ "valid. Use lower values if your images have less overlap. Lower values " -#~ "result in denser point clouds but with more noise. Default: %(default)s" -#~ msgstr "" -#~ "Mindestanzahl von Ansichten, die einen Punkt rekonstruieren sollen, damit " -#~ "dieser gültig ist. Verwenden Sie niedrigere Werte, wenn sich Ihre Bilder " -#~ "weniger überlappen. Niedrigere Werte führen zu dichteren Punktwolken, " -#~ "jedoch mit mehr Rauschen. Standard: %(default)s" diff --git a/locale/django.pot b/locale/django.pot deleted file mode 100644 index 874f5b76..00000000 --- a/locale/django.pot +++ /dev/null @@ -1,1617 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -msgid "You need to upload a zip file" -msgstr "" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -msgid "Enable" -msgstr "" - -#: app/admin.py:238 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:750 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:27 -msgid "Set locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "" - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" diff --git a/locale/djangojs.pot b/locale/djangojs.pot deleted file mode 100644 index 568f7ea5..00000000 --- a/locale/djangojs.pot +++ /dev/null @@ -1,2303 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, 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:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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:16 -#, 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:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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:26 -#, 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:27 -#, 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:28 -#, 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:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, 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:35 -#, 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: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 "" -"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:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:42 -#, 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:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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:45 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, 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:52 -#, 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:53 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, 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:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, 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:64 -#, 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:65 -#, 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:66 -#, python-format -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, 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:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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:81 -#, 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:82 -#, 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:83 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/enm/LC_MESSAGES/django.po b/locale/enm/LC_MESSAGES/django.po deleted file mode 100644 index e1b83f1f..00000000 --- a/locale/enm/LC_MESSAGES/django.po +++ /dev/null @@ -1,1548 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-15 15:19+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: enm\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" diff --git a/locale/enm/LC_MESSAGES/djangojs.po b/locale/enm/LC_MESSAGES/djangojs.po deleted file mode 100644 index 7f8c622a..00000000 --- a/locale/enm/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2237 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-15 15:19+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: enm\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:37 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:42 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:69 -msgid "Show Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:482 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion / MVS" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:413 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:439 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:422 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:398 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:296 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:312 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:354 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:368 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:372 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:374 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:405 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:422 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:434 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:441 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:485 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:488 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:489 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:500 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:504 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:524 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:580 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:585 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, 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:9 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -#, 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:12 -#, 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:13 -#, 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:14 -#, 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:15 -#, 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:16 -#, 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:17 -#, 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:18 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 "Print debug messages. 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 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, 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:24 -#, 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:25 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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: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 "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, 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:30 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:37 -#, 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:38 -#, 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:39 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, python-format -msgid "" -"When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -"deviation threshold to include patches. Patches with lower standard " -"deviation are ignored. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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:43 -#, 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:44 -#, python-format -msgid "" -"Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE are " -"faster, but might miss some valid points. BRUTE_FORCE takes longer but " -"produces denser reconstructions. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -#, 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:46 -#, 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:47 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, python-format -msgid "" -"Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, python-format -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:53 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -msgid "" -"Minimum number of views that should reconstruct a point for it to be valid. " -"Use lower values if your images have less overlap. Lower values result in " -"denser point clouds but with more noise. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -#, python-format -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:57 -#, 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:58 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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:62 -#, 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:63 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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:66 -#, 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:67 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. 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 -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:73 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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:75 -#, 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:76 -#, 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:77 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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:79 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po deleted file mode 100644 index df3db87f..00000000 --- a/locale/es/LC_MESSAGES/django.po +++ /dev/null @@ -1,1690 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-03-25 08:29+0000\n" -"Last-Translator: Israel Barragan \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5.2-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Ingrese CSS personalizado" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML que se mostrará sobre el encabezado del sitio" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (antes del encabezado)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTM que se mostrará despues del envabezado del sitio" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (después del encabezado)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML que se mostrará después de la etiqueta del cuerpo" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (Después del cuerpo)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"HTML que se mostrará en el pie de página. También puedes utilizar etiquetas " -"especiales como {ORGANIZATION} y {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (pie de página)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Descripción" - -#: app/admin.py:106 -msgid "Version" -msgstr "Versión" - -#: app/admin.py:112 -msgid "Author" -msgstr "Autor" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "Necesita cargar al menos 2 imágenes, antes de confirmar" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Habilitado" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Acciones" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"El Índice de vegetación de diferencia normalizada muestra la cantidad de " -"vegetación verde." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"El Índice de Vegetación Mejorado es como el NDVI, pero usa bandas azul y " -"verde en lugar de solo rojas para aislar la salud de las plantas." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" -"El Índice de Resistencia Atmosférica Visible muestra las áreas de vegetación." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"El Índice Exceso de Verde enfatiza el verdor de cultivos frondosos como la " -"papa." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Necesita cargar al menos 2 imágenes, antes de confirmar" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Sin archivos cargados" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "No se puede crear la Tarea, necesita al menos 2 imágenes" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "El activo no existe" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Tarea importada" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "No se puede crear la tarea, debe cargar 1 archivo" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "No se puede crear la tarea, especifique una URL o cargue 1 archivo." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "Tarea a la que pertenece esta imagen" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Tarea" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "Archivo subido por un usuario" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Imagen" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Carga de imagen" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Carga de imágenes" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Nombre del complemento" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Nombre" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "Si este complemente está activado." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Habilitado" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Complemento" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Complementos" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Clave" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" -"El usuario al que pertenece esta configuración. Si es NULL, la configuración " -"es global." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Usuario" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Valor entero" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "Valor flotante" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "Valor booleano" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Valor de cadena" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "Valor JSON" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Datum del complemento" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "La persona que posee esta preconfiguración" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Propietario" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "Una etiqueta usada para describir esta preconfiguración" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" -"Opciones que definen esta preconfiguración (mismo formato que en las " -"opciones para Tarea)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Opciones" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Fecha de creación" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Creado en" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"Si esta preconfiguración esta disponible para cada usuario en el sistema o " -"solo para su propietario." - -#: app/models/preset.py:14 -msgid "System" -msgstr "Sistema" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Preconfiguración" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Preconfiguraciones" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "La persona que creó el proyecto" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "Una etiqueta usada para describir el proyecto" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "Descripción mas detallada del proyecto" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -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 -msgid "Deleting" -msgstr "Eliminando" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Proyecto" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Proyectos" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Nombre de Aplicación" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "Un logotipo de 512x512 de su aplicación (.png o .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Logotipo de la aplicación" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "El nombre de su organización" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Nombre de organización" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "La dirección URL del sitio web de su organización" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Sitio web de la organización" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Tema" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Aplicación" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Configuraciones" - -#: app/models/task.py:218 -msgid "Id" -msgstr "Id" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "Una etiqueta para la tarea" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -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 -msgid "Processing Time" -msgstr "Tiempo de procesamiento" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -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:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "Nodo de procesamiento" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" -"Una etiqueta que indica si a esta tarea se le debe asignar un nodo de " -"procesamiento automáticamente" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "Nodo de Procesamiento Automático" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "Estado actual de la tarea" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Estado" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "El último error de procesamiento recibido" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Último error" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "Opciones que se utilizan para procesar esta tarea" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "Lista de los objetos disponibles para su descarga" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "Objetos Disponibles" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "Salida de consola del nodo de procesamiento" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "Salida de consola" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "Extensión de la ortofoto" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "Extensión de la ortofoto" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "Extensión del DSM" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "Extensión del DTM" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "Operación Pendiente" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "Público" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -#, fuzzy -#| msgid "Queue Count" -msgid "Images Count" -msgstr "Recuento de cola" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "Parcial" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "Tareas" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "Sin nombre" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:750 -msgid "Done!" -msgstr "¡Completado!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Principal" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Secundario" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "Resalte" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Falló" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Éxito" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 Página no encontrada" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 Error interno del servidor" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "No se encontró la página" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Inicio" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Error de servidor" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Ir" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Borrar selección" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -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:54 -msgid "Change password" -msgstr "Cambiar contraseña" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Por Favor, corrige el error a continuación." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Por favor, corrige los errores a continuación." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -#, fuzzy -#| msgid "Administration" -msgid "Django administration" -msgstr "Administración" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Historial" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Ver en el sitio" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Filtro" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Administrar complementos" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Eliminar" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Objetos" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Sí, estoy seguro" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Cambiar" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "¿Eliminar?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Resumen" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "Modelos en la aplicación %(name)s" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Añadir" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "No tienes permiso para editar nada." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Acciones recientes" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Mis acciones" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Ninguno disponible" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Contenido desconocido" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -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 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Iniciar sesión" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Fecha/hora" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Acción" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -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/search_form.html:9 -msgid "Show all" -msgstr "Mostrar todo" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Guardar" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Buscar" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Guardar como nuevo" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "Guardar y agregar otro" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Guardar y continuar editando" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "¡Bienvenido!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Agregar un Nodo de Procesamiento" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" -"Para iniciar, \"%(add_processing_node)s\". Un nodo de procesamiento es una " -"computadora que ejecuta una instancia de %(nodeodm_link)s o algún otro " -"software que implemente esta %(api_link)s." - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Seleccionar imágenes y GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Para crear un mapa, presione el botón %(upload_images)s\" o arrastre y " -"suelte algunas imágenes en un proyecto." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Necesita al menos 5 imágenes" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "Las imágenes deben sobreponerse un 65%% o mas" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "Para un gran 3D, las imágenes deben sobreponerse un 83%%" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -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/views/dev.py:81 -msgid "Developer Tools" -msgstr "Herramientas de desarrollo" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Cerrar" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "Configuración regional actual:" - -#: app/templates/app/dev_tools.html:15 -#, fuzzy -#| msgid "" -#| "To change locale, modify your browser's locale settings, then refresh the " -#| "page." -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -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 -msgid "Translation Files (.zip):" -msgstr "Archivos de traducción (.zip):" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "Descargar y reemplazar archivos de traducción" - -#: app/templates/app/dev_tools.html:27 -#, fuzzy -#| msgid "Current Locale:" -msgid "Set locale:" -msgstr "Configuración regional actual:" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "¡Hola, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Cerrar sesión" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Tablero" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "Nodos de procesamiento" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Agregar nuevo" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Administración" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Cuentas" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Grupos" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Marca" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "Acerca de" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "Nombre de host" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Puerto" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "Versión API" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "Motor" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "Versión de motor" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "Recuento de cola" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Límite máximo de imágenes" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Etiqueta" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "Última actualización" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "hace" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Opciones (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Editar" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "¡UH oh! ¿Podrías comprobar los errores a continuación?" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Crear cuenta" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "Importar imágenes directamente de fuentes externas" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Primer Proyecto" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Mapa" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "Pantalla de Modelo 3D" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Bienvenido" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "Sin tipo de enumeración coincidente." - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "No hay ninguna capa DSM disponible." - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "No hay ninguna capa DTM disponible." - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "No se pudo generar el archivo de curvas. Eso podría ser un error." - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnóstico" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Información de diagnóstico" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Espacio de almacenamiento" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Libre" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Usado" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Total" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Memoria" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Libre" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Usado" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Total" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "¡Nota!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Estos valores pueden ser relativos al entorno de virtualización en el que se " -"ejecuta la aplicación, no necesariamente los valores de su máquina. Consulte " -"las instrucciones para %(win_link)s y %(mac_link)s para cambiar estos " -"valores en la configuración de Docker." - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Espacio en Disco" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Lightning Network" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "Interfaz GCP" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "¿Cuando se recuperó por última vez la información de este nodo?" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" -"Número de tareas procesadas actualmente por este nodo (según reporta el " -"mismo nodo)" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "Opciones disponibles" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "Token" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" -"Token para autenticación. Si el nodo no tiene auntenticación, puedes dejar " -"este campo vacio." - -#: nodeodm/models.py:28 -#, fuzzy -#| msgid "Max Images Limit" -msgid "Max Images" -msgstr "Límite máximo de imágenes" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" - -#~ msgid "" -#~ "A GCP " -#~ "file is optional, but can increase georeferencing accuracy" -#~ msgstr "" -#~ "Un Archivo " -#~ "de GCP es opcional, pero puede aumentar la precisión de la " -#~ "georreferenciación" diff --git a/locale/es/LC_MESSAGES/djangojs.po b/locale/es/LC_MESSAGES/djangojs.po deleted file mode 100644 index 4b7e4339..00000000 --- a/locale/es/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2314 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-03-25 08:29+0000\n" -"Last-Translator: Israel Barragan \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5.2-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "salida truncada en %(count)s líneas" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Alternar Pantalla Completa" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Salir de pantalla completa" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Descargar a Archivo" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "El campo de nombre es obligatorio" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Agregar Proyecto" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "Tus cambios se perderán. ¿Estás seguro que quieres salir?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Ortofoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Modelo de superficie" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Modelo de Terreno" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "Cámaras" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Mostrar Modelo" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Mostrar Cámaras" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Cargando modelo texturizado..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ortofoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ortofoto (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Ortofoto (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Modelo de Terreno (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Modelo de Terreno (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Modelo de Superficie (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Modelo de Superficie (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Nube de Puntos (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Nube de Puntos (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Nube de Puntos (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Nube de Puntos (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Modelo Texturizado" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Parámetros de Cámara" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Disparos de Cámara (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Reporte de Calidad" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Todos los Objetos" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Google Maps Híbrido" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "Satélite ESRI" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM Mapnik" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Cancelando..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Borrando..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Reiniciando..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Redimensionando imágenes..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importando..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Cargar Conjunto de Datos" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "Structure From Motion" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "Multi View Stereo" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "Filtrado de Puntos" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "Mallando" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Texturizando" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Georeferenciando" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Reporte" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "No" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Si" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "Cola" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "Ejecutando" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Falló" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Completado" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Cancelado" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s es mayor que 5 MB." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "No es un archivo zipped shapefile adecuado: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "No es un archivo JSON adecuado: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Descargar Objetos" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Editar Opciones de Tarea" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Nombre" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Buscar" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Nuevo Proyecto" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Crear Proyecto" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Creando proyecto..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Todas las tareas, imágenes y modelos asociados con este proyecto se " -"eliminarán de forma permanente. ¿Estás seguro de que quieres continuar?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Descripción (opcional)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" -"No se pudo cargar la lista de nodos de procesamiento. ¿Estás conectado a " -"internet?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -#, fuzzy -msgid "We tried to reach:" -msgstr "Intentamos llegar a:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "No hay nodos de procesamiento utilizables." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Editar" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Guardar" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Eliminar" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Nodo de procesamiento" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Opciones" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Cancelar" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Guardando..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Cerrar" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Guardando…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Importar" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -#, fuzzy -#| msgid "Loading dashboard..." -msgid "Loading…" -msgstr "Cargando el tablero..." - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Cámaras)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -#, fuzzy -#| msgid "Loading dashboard..." -msgid "Loading..." -msgstr "Cargando el tablero..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Redimensionar imágenes" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Ver Mapa" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s Tareas" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Habilitado" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "Ver Modelo 3D" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, 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:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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:16 -#, 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:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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:26 -#, 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:27 -#, 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:28 -#, 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:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, 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:35 -#, 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: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 "" -"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:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:42 -#, 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:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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:45 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, 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:52 -#, 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:53 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, 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:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, 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:64 -#, 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:65 -#, 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:66 -#, python-format -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, 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:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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:81 -#, 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:82 -#, 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:83 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "Importar imágenes directamente de fuentes externas" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "Detectar cambios entre dos tareas diferentes en el mismo proyecto." - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Acerca de" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "Cargando el tablero..." - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Lightning Network" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/fa/LC_MESSAGES/django.po b/locale/fa/LC_MESSAGES/django.po deleted file mode 100644 index e5d1d086..00000000 --- a/locale/fa/LC_MESSAGES/django.po +++ /dev/null @@ -1,1548 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: fa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" diff --git a/locale/fa/LC_MESSAGES/djangojs.po b/locale/fa/LC_MESSAGES/djangojs.po deleted file mode 100644 index b04a46d8..00000000 --- a/locale/fa/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2246 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: fa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:31 -msgid "Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:44 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:71 -msgid "Show Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:489 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, python-format -msgid "" -"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" -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 -#, python-format -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 " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 -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 -#, 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:43 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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 -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:46 -#, 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:47 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, 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:56 -#, 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: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 " -"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:60 -#, python-format -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:61 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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 -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po deleted file mode 100644 index c37b0186..00000000 --- a/locale/fr/LC_MESSAGES/django.po +++ /dev/null @@ -1,1757 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2020-12-23 16:28+0000\n" -"Last-Translator: Nathan \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.4.1-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Entrez le CSS personnalisé" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML qui sera affiché au dessus de l'entête du site" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (avant l'entête)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML qui sera affiché après l'entête du site" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (après l'entête)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML qui sera affiché après la balise body" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (après la balise body)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"HTML qui sera affiché dans le pied de page. Vous pouvez aussi utiliser des " -"balises spéciales telles que {ORGANIZATION} et {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (pied de page)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Description" - -#: app/admin.py:106 -msgid "Version" -msgstr "Version" - -#: app/admin.py:112 -msgid "Author" -msgstr "Auteur" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "Vous devez envoyer au moins 2 images avant de valider" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Activé" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Actions" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"L'indice de végétation par différence normalisée indique la quantité de " -"végétation verte." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" -"L'indice visuel de résistance atmosphérique montre les zones de végétation." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"L'indice de verdure excédentaire met l'accent sur la verdeur des cultures à " -"feuilles comme les pommes de terre." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Vous devez envoyer au moins 2 images avant de valider" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Aucun fichier envoyé" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Impossible de créer la tâche, il vous faut au moins 2 images" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "La ressource n'existe pas" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Tâche importée" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "Impossiber de créer la tâche, vous devez envoyer un fichier" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" -"Impossible de créer la tâche, spécifiez une URL ou bien envoyez un fichier." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "La tâche à laquelle cette image appartient" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Tâche" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "Fchier mis en ligne par un utilisateur" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Image" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Mise en ligne d'image" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Téléversements d'image" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Nom de l'extension" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Nom" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "Si l'extension est activée." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Activé" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Extension" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Extensions" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "Clé de paramètre" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Clé" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" -"L'utilisateur auquel ce paramètre appartient. Si défini à NULL, le paramètre " -"est global." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Utilisateur" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Valeur entière" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "Valeur flottante" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "Valeur booléenne" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Valeur chaîne" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "Valeur JSON" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Extension Datum" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "La personne à qui appartient ce préréglage" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Propriétaire" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "Un nom utilisé pour décrire le préréglage" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" -"Options qui définissent ce préréglage (même format que dans les options " -"d'une tâche)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Options" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Date de création" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Créé le" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"Si ce préréglage est disponible pour chaque utilisateur sur le système ou " -"seulement pour son propriétaire." - -#: app/models/preset.py:14 -msgid "System" -msgstr "Système" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Préréglage" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Préréglages" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "La personne qui a créé le projet" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "Un nom utilisé pour décrire le projet" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "Description plus appronfondie du projet" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" -"Si ce projet a été marqué pour suppression ou non. Les projets ayant " -"plusieurs tâches en cours d'exécution doivent attendre que les tâches soient " -"correctement terminées avant de pouvoir être supprimés." - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Suppression" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Projet" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Projets" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "Le nom de votre application" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Nom de l'application" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "Un logo de dimension 512x512 pour votre application (.png ou .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Logo de l'application" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "Le nom de votre organisation" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Nom de l'organisation" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "Le lien vers le site Web de votre organisation" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Site Web de l'organisation" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Thème" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "Thème actif" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Application" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Paramètres" - -#: app/models/task.py:218 -msgid "Id" -msgstr "Identifiant" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "Identifiant de la tâche (tel que retourné par l'API NodeODM)" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "Identifiant unique" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "Projet auquel appartient cette tâche" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "Un nom pour cette tâche" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" -"Nombre de millisecondes écoulées depuis le début de cette tâche (-1 indique " -"qu'il n'y a pas d'information disponible)" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "Temps de traitement" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" -"Nœud de traitement assigné à cette tâche (ou défini à null si la tâche n'a " -"pas encore été associée)" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "Nœud de traitement" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" -"Un drapeau indiquant si cette tâche doit être automatiquement associée ou " -"non à un nœud de traitement" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "Nœud de traitement automatique" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "État actuel de la tâche" - -#: app/models/task.py:226 -msgid "Status" -msgstr "État" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "La dernière erreur de traitement reçue" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Dernière erreur" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "Options utilisées pour effectuer cette tâche" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "Liste des ressources disponibles au téléchargement" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "Ressources disponibles" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "Sortie console du nœud de traitement" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "Sortie console" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "Étendue de l'orthophoto" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "Étendue de l'orthophoto" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "Étendue du DSM" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "Étendue du DTM" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" -"Une action demandée à effectuer sur la tâche. L'action sélectionnée sera " -"exécutée par le processus lors de la prochaine itération." - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "Action en attente" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "Un drapeau indiquant si cette tâche est disponible au public ou non" - -#: app/models/task.py:240 -msgid "Public" -msgstr "Public" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" -"Lorsqu'une valeur est différente de -1, cela indique que les images pour " -"cette tâche ont été / seront redimensionnées à la taille définie ici avant " -"le traitement." - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "Redimensionner vers" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" -"Les valeurs entre 0 et 1 indiquent la progression du téléversement des " -"fichiers de cette tâche vers le nœud de traitement" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "Progression du téléversement" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" -"Les valeurs entre 0 et 1 indiquent la progression du redimensionnement des " -"images de cette tâche" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "Progression du redimensionnement" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" -"Les valeurs entre 0 et 1 indiquent la progression (estimée) de cette tâche" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "Progression de l'exécution" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" -"URL à partir de laquelle cette tâche a été importée (uniquement pour les " -"tâches importées)" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "URL d’importation" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "Nombre d'images associées à cette tâche" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "Nombre d'images" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" -"Un drapeau indiquant si cette tâche est actuellement en attente " -"d'information des fichiers à téléverser avant d'être considérée pour le " -"traitement." - -#: app/models/task.py:257 -msgid "Partial" -msgstr "Partiel" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "Tâches" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "sans nom" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "Importation des ressources…" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "Fichier zip invalide" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "Erreur de connexion : %(error)s" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "Impossible de redémarrer une tâche qui n'a pas de nœud de traitement" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" -"SRS non pris en charge %(code)s. S’il vous plaît assurez-vous que vous avez " -"sélectionné un SRS pris en charge." - -#: app/models/task.py:750 -msgid "Done!" -msgstr "Terminé !" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "Nom du thème" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "La plupart du texte, des icônes, et des bordures." - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Principale" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" -"La couleur principale d'arrière-plan, et la couleur du texte de certains " -"boutons." - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Secondaire" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "Liens de navigation." - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "Tertiaire" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "Couleur des boutons principaux." - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "Bouton principal" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "Couleur des boutons par défaut." - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "Bouton par défaut" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "Couleur des boutons de suppression." - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "Bouton de suppression" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "Couleur d'arrière-plan de l'entête du site." - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "Arrière-plan de l'entête" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "Textes et icônes dans l'entête du site." - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "Entête principal" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "La couleur de la plupart des bordures." - -#: app/models/theme.py:30 -msgid "Border" -msgstr "Bordure" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "La couleur d'arrière-plan des panneaux et de certaines bordures." - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "Surbrillance" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "La couleur de bordure des boîtes de dialogue d'avertissement." - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "Boîte de dialogue d'avertisssement" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "La couleur d'arrière-plan des notifications d'échec." - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Échec" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "La couleur d'arrière-plan des notifications de succès." - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Succès" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 Page non trouvée" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "Êtes-vous sûr que l'adresse est correcte ?" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 Erreur interne du serveur" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" -"Une erreur s'est produite. Les journaux du serveur contiennent plus " -"d'informations." - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" -"Ce programme est un logiciel libre : vous pouvez le redistribuer et/ou le " -"modifier selon les termes de la licence publique générale GNU Affero telle " -"que publiée par la Free Software Foundation, soit la version 3 de la " -"licence, soit (à votre choix) toute version ultérieure. Voir %(link_start)s " -"la licence publique générale GNU Affero %(link_end)s pour plus " -"d'informations." - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Page non trouvée" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Nous sommes désolés, mais la page demandée n'a pas été trouvée." - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Accueil" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Erreur du serveur" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Erreur du serveur (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Erreur du serveur (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" -"Une erreur s'est produite. Elle a été signalée aux administrateurs du site " -"par e-mail et devrait être corrigée rapidement. Merci pour votre patience." - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "Exécuter l'action sélectionnée" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "C'est parti" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "Cliquez ici pour sélectionner les objets à travers les pages" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "Sélectionner tous les %(total_count)s·%(module_name)s" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Effacer la sélection" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" -"Pour commencer, entrez un nom d'utilisateur et un mot de passe. Ensuite, " -"vous pourrez modifier plus d'options de l'utilisateur." - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "Entrez un nom d'utilisateur et un mot de passe." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Modifier le mot de passe" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Veuillez corriger l'erreur ci-dessous." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Veuillez corriger les erreurs ci-dessous." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" -"Entrez un nouveau mot de passe pour l'utilisateur %(username)s." - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "Aministration du site Django" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "Administration Django" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Ajouter un %(name)s" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Historique" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Voir sur le site" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Filtrer" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "Charger l'extension (.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Gérer les extensions" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "Retirer du tri" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Priorité de tri : %(priority_number)s" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "Activer/Désactiver le tri" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Supprimer" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" -"Supprimer le %(object_name)s « %(escaped_object)s » supprimerait également " -"des objets associés, mais votre compte n'a pas l'autorisation de supprimer " -"les types d'objet suivants :" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" -"Supprimer le %(object_name)s « %(escaped_object)s » nécessiterait la " -"suppression des objets protégés suivants :" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" -"Êtes-vous sûr de vouloir supprimer le %(object_name)s " -"« %(escaped_object)s » ? Tous les éléments associés suivants seront " -"supprimés :" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Objets" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Oui, je suis sûr" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "Non, merci" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "Supprimer plusieurs objets" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" -"Supprimer l'objet %(objects_name)s sélectionné supprimerait les objets " -"associés, mais votre compte n'a pas l'autorisation de supprimer les types " -"d'objet suivants :" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" -"Supprimer l'objet %(objects_name)s sélectionné nécessiterait la suppression " -"des projets protégés suivants :" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" -"Êtes-vous sûr de vouloir supprimer l'objet %(objects_name)s sélectionné ? " -"Tous les objets suivants et leurs éléments associés seront supprimés :" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Modifier" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Supprimer ?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr " Par %(filter_title)s " - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Résumé" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "Modèles dans l'application %(name)s" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Ajouter" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "Vous n'avez pas l'autorisation de modifier quoi que ce soit." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Actions récentes" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Mes actions" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Aucun disponible" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Contenu inconnu" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" -"Il y a un problème avec votre installation de base de données. Assurez-vous " -"que les tables appropriées de la base de données ont été créées, et assurez " -"vous que la base de données est accessible en lecture par l'utilisateur " -"approprié." - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" -"Vous êtes authentifié en tant que %(username)s, mais vous n'êtes pas " -"autorisé à accéder à cette page. Souhaitez-vous vous connecter avec un autre " -"compte ?" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "Vous avez oublié votre mot de passe ou votre nom d'utilisateur ?" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Se connecter" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Date/heure" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Action" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" -"Cet objet n'a aucun historique de modification. Il n'a probablement pas été " -"ajouté via le site d'administration." - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Afficher tout" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Enregistrer" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "Fermeture de la boîte de dialogue…" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "Modifier le %(model)s sélectionné" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "Ajouter un autre %(model)s" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "Supprimer le %(model)s sélectionné" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Rechercher" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s résultat" -msgstr[1] "%(counter)s résultats" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "%(full_result_count)s au total" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Enregistrer comme nouveau" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "Enregistrer et en ajouter un autre" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Enregistrer et continuer de modifier" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Bienvenue !" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Ajouter un nœud de traitement" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" -"Pour commencer, « %(add_processing_node)s ». Un nœud de traitement est un " -"ordinateur qui exécute une instance de %(nodeodm_link)s ou un autre logiciel " -"implémentant ce %(api_link)s." - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Sélectionner les images et le fichier GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Pour créer une carte, appuyez sur le bouton « %(upload_images)s », ou " -"glissez-déposez des images dans un projet." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Il faut au minimum 5 images" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "Les images doivent se chevaucher de 65%% ou plus" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" -"Pour obtenir de la 3D de bonne qualité, les images doivent se chevaucher de " -"83%%" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" -"Un %(link_start)sfichier GCP%(link_end)s est facultatif, mais peut améliorer " -"la précision du géoréférencement" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "Outils de développement" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Fermer" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "Langue actuelle :" - -#: app/templates/app/dev_tools.html:15 -#, fuzzy -#| msgid "" -#| "To change locale, modify your browser's locale settings, then refresh the " -#| "page." -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" -"Pour changer la langue, modifiez les paramètres de langue de votre " -"navigateur, puis actualisez la page." - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "Fichiers de traduction (.zip) :" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "Télécharger et remplacer les fichiers de traduction" - -#: app/templates/app/dev_tools.html:27 -#, fuzzy -#| msgid "Current Locale:" -msgid "Set locale:" -msgstr "Langue actuelle :" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" -"En cours d'éxecution… Veuillez ne pas actualiser la page ! Cela peut prendre " -"un moment." - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Bonjour %(user)s !" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Se déconnecter" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Tableau de bord" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "Nœuds de traitement" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Ajouter un nouveau" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Administration" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Comptes" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Groupes" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Marque" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "À propos" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "Nom d'hôte" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Port" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "Version de l'API" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "Moteur" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "Version du moteur" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "Nombre de files d’attente" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Limite d’images maximale" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Étiquette" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "Dernière mise à jour" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "plus tôt" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Options (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Modifier" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "Oups ! Veuillez vérifier les erreurs ci-dessous" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Créer un compte" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Une extension pour ajouter un bouton afin d'ouvrir rapidement l'éditeur iD " -"d'OpenStreetMap et configurer une carte TMS de base." - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "Une extension pour créer des fichiers GCP à partir d'images" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Premier projet" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Carte" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "Affichage du modèle 3D" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Bienvenue" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "Impossible de trouver le fichier/dossier de langue dans l'archive .zip" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "Fichiers de traduction rechargés !" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "Action invalide" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "Aucun type d'énumération correspondant." - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "Aucune couche DSM n'est disponible." - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "Aucune couche DTM n'est disponible." - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" -"Impossible de générer le fichier de contour. Il pourrait s'agir d'un bug." - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnostic" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Informations de diagnostic" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Espace de stockage" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Libre" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Utilisé" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Total" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Mémoire" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Libre" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Utilisée" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Total" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Attention !" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Ces valeurs peuvent dépendre de l'environnement de virtualisation dans " -"lequel l'application fonctionne, pas forcément des valeurs de votre machine. " -"Consultez les instructions pour %(win_link)s et %(mac_link)s pour modifier " -"ces valeurs dans une configuration Docker." - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Espace disque" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Réseau Lightning" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" -"Aucun modèle de surface disponible. À partir du Tableau de bord, " -"sélectionnez cette tâche, appuyez sur Modifier, puis dans les options " -"assurez-vous d'avoir coché « dsm », ensuite appuyez sur Redémarrer --> À " -"partir de DEM." - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "Interface GCP" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "Gestion des nœuds" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" -"Nom d'hôte ou adresse IP où le nœud est situé (il peut également s'agir d'un " -"nom d'hôte interne). Si vous utilisez Docker, ce n'est jamais 127.0.0.1 ou " -"localhost. Trouvez l'adresse IP de votre machine hôte en exécutant ifconfig " -"sur Linux ou bien en vérifiant vos paramètres réseau." - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "Port qui se connecte à l'API du nœud" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "Version de l'API utilisée par le nœud" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" -"Quand l'information à propos de ce nœud a-t-elle été récupérée pour la " -"dernière fois ?" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" -"Nombre de tâches étant actuellement traitées par ce nœud (comme indiqué par " -"le nœud lui-même)" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "Actions disponibles" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "Description des options qui peuvent être utilisées pour le traitement" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "Jeton" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" -"Jeton à utiliser pour l'authentification. Si le nœud n'a pas " -"d'authentification, vous pouvez laisser ce champ vide." - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "Images maximum" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "Nombre d'images maximum accepté par ce nœud." - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "Version du moteur utilisé par le nœud." - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" -"Nom facultatif pour ce nœud. Lorsque défini, ce nom sera affiché à la place " -"du nom hôte:port." - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "Moteur utilisé par le nœud." - -#~ msgid "" -#~ "A GCP " -#~ "file is optional, but can increase georeferencing accuracy" -#~ msgstr "" -#~ "Un fichier " -#~ "GCP est facultatif, mais peut améliorer la précision de " -#~ "géoréférencement" diff --git a/locale/fr/LC_MESSAGES/djangojs.po b/locale/fr/LC_MESSAGES/djangojs.po deleted file mode 100644 index 798495db..00000000 --- a/locale/fr/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2416 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-04-10 23:26+0000\n" -"Last-Translator: J. Lavoie \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.6-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "sortie tronquée aux %(count)s dernières lignes" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Activer/Désactiver le plein-écran" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Quitter le plein-écran" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Télécharger vers Fichier" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Le nom est requis" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Ajouter un projet" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "Vos modifications seront perdues. Êtes-vous sûr de vouloir quitter ?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Orthophoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "Vivacité végétale" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Modèle de surface" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Modèle de terrain" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "Caméras" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Afficher le modèle" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Afficher les caméras" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Chargement du modèle de texture…" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Orthophoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Orthophoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Orthophoto (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Orthophoto (Tuiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Modèle de terrain (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Modèle de terrain (tuiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Modèle de surface (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Modèle de surface (tuiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Nuage de Points (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Nuage de Points (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Nuage de Points (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Nuage de Points (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Modèle de texture" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Paramètres de caméra" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Prises de vues (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Rapport" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Toutes les ressources" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Hybride Google Maps" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "Satellite ESRI" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "Mapnik OSM" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Annulation…" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Suppression…" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Redémarrage…" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Redimensionnement des images…" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importation…" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Charger le jeu de données" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -#, fuzzy -#| msgid "Point size" -msgid "Point Filtering" -msgstr "Taille des points" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Géoréférencement" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "MNS" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Rapport" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Non" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Oui" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "En file d'attente" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "En cours" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Échec" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Terminé" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Annulé" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s est supérieur à 5 Mo." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Fichier de formes compressé incorrect : %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "Fichier JSON invalide : %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Télécharger les ressources" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Modifier les options de la tâche" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Nom" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Rechercher" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Nouveau projet" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Créer un projet" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Création du projet…" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Toutes les tâches, images et modèles associés à ce projet seront " -"définitivement supprimés. Êtes-vous sûr de vouloir continuer ?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Description (facultatif)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" -"Impossible de charger la liste des nœuds de traitement. Êtes-vous connecté à " -"Internet ?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Nous essayons d'atteindre :" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "Il n'y a pas de nœuds de traitement utilisables." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"Vérifiez qu'au moins un nœud de traitement est joignable et que vous avez " -"accordé à l'utilisateur courant les droits suffisants pour consulter les " -"nœuds de traitement (en allant dans Administration -- Nœuds de Traitement -- " -"Sélectionnez un Nœud -- Permissions -- Ajout Utilisateur/Groupe et cochez " -"PEUT VISUALISER LE NŒUD DE TRAITEMENT). Si vous venez de remettre un nœud en " -"ligne, WebODM prendra environ 30 secondes pour le reconnaître." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" -"Impossible de charger la liste des préréglages. Êtes-vous connecté à " -"Internet ?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Personnalisé" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Par défaut" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Mes préréglages" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "Copie de %(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" -"Impossible de dupliquer le préréglage. Veuillez essayer d'actualiser la page." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"Les préréglages du système ne peuvent être supprimés que par un membre de " -"l'administration à partir du panneau d'administration." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "Êtes-vous sûr de vouloir supprimer « %(preset)s » ?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" -"Impossible de supprimer le préréglage. Veuillez essayer d'actualiser la page." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Réessayer" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Modifier" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Dupliquer" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Enregistrer" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Supprimer" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Nœud de traitement" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Options" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "Chargement des nœuds de traitement et des préréglages…" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" -"Impossible de mettre à jour les informations de la tâche. Veuillez réessayer." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Annuler" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Enregistrement…" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Fermer" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Titre" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Enregistrement…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Êtes-vous sûr ?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Impossible d'appliquer les modifications" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Impossible de supprimer l'élément" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min :" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Max :" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "L'image est manquante" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Télécharger l'image" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Impossible d'envoyer le fichier. Vérifiez votre connexion Internet et " -"continuez." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Réponse du serveur invalide : %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" -"Une erreur s'est produite lors de l'envoi du fichier. Veuillez réessayer." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Réponse JSON invalide : %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" -"Imporssible d'importer à partir de l'URL. Vérifiez votre connexion Internet." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "Importer des ressources existantes" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -"Vous pouvez importer des fichiers .zip qui ont été exportés à partir de " -"tâches existantes via Télécharger les ressources %(arrow)s Toutes les " -"ressources." - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Envoyer un fichier" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "Importer depuis URL" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Importer" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Annuler le téléversement" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Algorithme :" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Filtre :" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Couleur :" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Ombres :" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "Aucun" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Normal" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "Extrudé" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "Export :" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Chargement…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Calques" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "MNS" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "MNT" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Caméras)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "Entrez une URL générique de tuile. Coordonnées valides :" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z}, {x}, {y} pour un codage de tuiles Z/X/Y" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "{-y} pour les coordonnées Y inversées style TMS" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "Exemple :" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" -"Ajouter un calque temporaire GeoJSON (.json) ou fichier de formes (.zip)" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "Erreur : impossible de charger la liste des ressources." - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "Opacité :" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Chargement…" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Êtes-vous sûr de vouloir annuler ?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" -"%(count)s fichiers sélectionnés. Merci de vérifier ces options " -"complémentaires :" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Redimensionner les images" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "Valider" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "Lancer le traitement" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Activer" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "Cliquer pour importer un fichier .JSON" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Remettre par défaut" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Impossible de charger la liste des projets : %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"Impossible de téléverser %(filename)s, nombre maximum de tentatives " -"(%(max_retries)s) atteint" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" -"Impossible de créer une nouvelle tâche. Réponse invalide du serveur : " -"%(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "Impossible de créer une nouvelle tâche. Merci de réessayer plus tard." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s fichiers ne peuvent pas être téléversés. Notez que seules les " -"images (.jpg, .tif, .png) et les fichiers GCP (.txt) peuvent être " -"téléversés. Essayez à nouveau." - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Editer le Projet" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Sauvegarder les modifications" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Sauvegarde des modifications..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Sélectionner les images et le fichier GCP" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Afficher la carte" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s Tâches" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Partager" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "" -"Une erreur s'est produite. Vérifiez votre connexion et vos permissions." - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "Partager cette Tâche" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Activé" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "Lien :" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "iframe HTML :" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -#, fuzzy -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Impossible de charger la liste des tâches : %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Erreur : %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Essayer à nouveau" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" -"Ce projet n'a aucune tâche. Créez en une en téléversant quelques images !" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Impossible de terminer l'opération." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"Il semblerait qu'il y ait eu l'un des problèmes suivants : %(problems)s Vous " -"pouvez en apprendre plus sur les bonnes pratiques de prises de vue par ici " -"%(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Pas assez d'images" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "Pas assez de recouvrement entre les images" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" -"Les images sont peut-être trop floues (fréquent avec les téléphones " -"portables)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" -"L'option de tâche min-num-features est trop faible, essayez de l'augmenter " -"de 25%" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "ici" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"Il semblerait que cet ordinateur soit trop ancien. WebODM a besoin d'un " -"ordinateur avec un processeur 64 bits qui supporte a minima les instructions " -"MMX, SSE, SSE2, SSE3 et SSSE3. Vous pouvez cependant exécuter WebODM si vous " -"compilez vos propres images Docker. Voir %(link)s pour plus d'informations." - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "cette page" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" -"Un programme nécessaire pour terminer la tâche manque au nœud de calcul. " -"Cela indique probablement une installation corrompue. Si vous avez produit " -"OpenDroneMap vous-mêmes, vérifiez que tous les binaires ont été produits " -"sans erreur." - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "Relancer le traitement" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Impossible de relancer la tâche." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "Impossible de relancer la tâche à partir de %(stage)s." - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Tâche #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "Transfert des images vers le nœud de calcul" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "En attente d'un nœud..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "Afficher le modèle 3D" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Impossible d'annuler la tâche." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Relancer" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"Toutes les données relatives à cette tâche, dont les images, cartes et " -"modèles vont être supprimés. Continuer ?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Impossible de supprimer la tâche." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "Affichage des traces :" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "Oui" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Non" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Créé le :" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "Nœud de calcul :" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Options :" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"L'orthophoto ne peut pas être générée. Pour en générer une, vérifiez que les " -"informations GPS sont présentes dans les données EXIF, ou utilisez un " -"fichier avec des points de contrôle terrain (GCP - Ground Control Points)." - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "suffisemment de RAM allouée" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "nœud de calcul distant" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" -"Il semblerait que votre nœud de calcul ait manqué de mémoire. Si vous " -"utilisez Docker, vérifiez que votre environnement Docker ait %(memlink)s. " -"Sinon, vérifiez que vous avez assez de RAM physique, réduisez le nombre " -"d'images, rendez vos images plus petites, ou réduisez le paramètre max-" -"concurrency dans les options de la tâche. Vous pouvez aussi essayer " -"d'utiliser un %(cloudlink)s." - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "ouvrir un sujet" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" -"\"Process exited with code 1\" signifie qu'une étape de calcul a échouée. " -"Parfois, c'est un problème du jeu de données, parfois on peut le résoudre en " -"ajustant les options de la tâche, parfois cela peut-être un bug ! Si vous " -"avez besoin d'aide, téléversez vos images quelque-part sur %(link1)s ou " -"%(link2)s et %(open_a_topic)s sur le forum de la communauté (en anglais), en " -"vous assurant d'inclure une copie des traces de la tâche. Nos formidables " -"contributeurs essayeront de vous aider !" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "Sélectionnez un nœud de calcul" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "En attente du téléversement des images..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "restant à téléverser : %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s fichiers %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s fichiers téléversés avec succès" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, 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:5 -#, 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:6 -#, 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 "" -"Nombre d'images voisines à pré-appairer basé sur les données GPS exif. " -"Mettez ce paramètre à 0 pour ignorer le pré-appairage. Ce paramètre " -"fonctionne conjointement au paramètre Distance. Réglez les deux à 0 pour ne " -"pas utiliser le pré-appairage. Valeur par défaut : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, 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 "" -"Utiliser les paramètres d'un objectif calculés sur un autre jeu de données " -"au lieu de les calculer. Peut soit être un chemin vers un fichier cameras." -"json ou une chaîne JSON représentant le contenu d'un fichier cameras.json. " -"Valeur par défaut : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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:16 -#, 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:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" -"Ignorer l'interpolation des couleurs à proximité des raccords. Valeur par " -"défaut : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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 "" -"Ignore la distance d'échantillonage sol (GSD - Ground Sampling Distance). " -"GSD plafone la résolution maximum de l'image de sortie et redimensionne les " -"images si nécessaire, ce qui accélère le traitement et réduit la " -"consommation mémoire. Comme la GSD est estimée, l'ignorer produit parfois " -"une bien meilleure qualité d'image de sortie. Par défaut : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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:26 -#, 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:27 -#, 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:28 -#, 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:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, 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:35 -#, 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: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 "" -"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:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:42 -#, 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:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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:45 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, 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:52 -#, 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:53 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, 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:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, 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:64 -#, 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 "" -"Utilisez cette option si vous avez un fichier de points de contrôles mais " -"que vous souhaitez utiliser les informations EXIF pour le géoréférencement. " -"Valeur par défaut :%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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 "" -"Utiliser les données exif GPS des images pour la reconstruction, même si des " -"points de contrôle sont présents. Cette option et utile si vous avez des " -"mesures GPS haute précisions. En l'absence de points de contrôles, cette " -"option ne fait rien. Valeur par défaut : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, python-format -msgid "" -"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Redémarrer cette étape uniquement puis arrêter. Peut prendre l'un de : " -"%(choices)s. Valeur par défaut : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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 "" -"Ancienne option (utilisez --pc-quality à la place). Contrôle la densité du " -"nuage de points en positionnant la profondeur de résolution des images " -"cartographiques obtenues. Une valeur plus élevée nécessite plus de temps de " -"calcul, mais produit une meilleure densité du nuage de points. Par défaut : " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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:81 -#, 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:82 -#, 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:83 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "Une extension pour créer des fichiers GCP à partir d'images" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Une extension pour ajouter un bouton afin d'ouvrir rapidement l'éditeur iD " -"d'OpenStreetMap et configurer une carte TMS de base." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Une extension pour envoyer des orthophotos vers OpenAerialMap" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js: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/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "Ajoute un bouton plein-écran à la vue 2D de la carte" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -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/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "À propos" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Taille des points" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Taille minimum" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Opacité" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" -"Impossible de récupérer les informations sur la tâche. Êtes-vous connecté à " -"Internet ?" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "Projection :" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "Chargement du tableau de bord…" - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "Impossible de synchroniser les nœuds. Êtes-vous connecté à Internet ?" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Tableau de bord" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Se déconnecter" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "Adresse courriel" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "Mot de passe" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "Vous n'avez pas de compte ?" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "Mot de passe oublié ?" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "Connexion et synchronisation" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Réseau Lightning" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" -"Lightning est un service qui vous permet de traiter rapidement des ensembles " -"de données, petits et grands, en utilisant des serveurs haute performance " -"dans le nuage." - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "s’enregistrer" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "Réponse invalide : %(error)s" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "Mètres cubes" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "Pieds cubes" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "Exporter comme GeoJSON" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "Mesurer le volume, la superficie et la longueur" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "Mesures" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "Mesure" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "Créer une nouvelle mesure" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "Commencer à créer une mesure en ajoutant des points à la carte" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/hu/LC_MESSAGES/django.po b/locale/hu/LC_MESSAGES/django.po deleted file mode 100644 index 1d280db1..00000000 --- a/locale/hu/LC_MESSAGES/django.po +++ /dev/null @@ -1,1650 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: 2021-06-01 08:34+0000\n" -"Last-Translator: Zoltan Siki \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Egyedi CSS megadása" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML, amely a webhely fejléce felett jelenik meg" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (a fejléc előtt)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML, amely a webhely fejlécét követően jelenik meg" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (a fejléc után)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML, amely a szövegtörzs után jelenik meg" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (a szövegtörzs után)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"A láblécben megjelenő HTML. Használhatja azokat a speciális címkéket is, " -"mint az {ORGANIZATION} és az {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (lábléc)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Leírás" - -#: app/admin.py:106 -msgid "Version" -msgstr "Verzió" - -#: app/admin.py:112 -msgid "Author" -msgstr "Szerző" - -#: app/admin.py:233 -msgid "Actions" -msgstr "Műveletek" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"Az NDVI (\"Normalized Difference Vegetation Index\" vagy \"normalizált " -"vegetációs különbség index\") a zöld növényzet mennyiségét mutatja." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"Az ENDVI (\"Enhanced Normalized Difference Vegetation Index\" vagy " -"\"továbbfejlesztett vegetációs különbség index\") olyan, mint az NDVI, de a " -"növények egészségének elkülönítésére , de a vörös helyett a kék és a zöld " -"sávot használja." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "A Visual Atmospheric Resistance index a növényzet területeit mutatja." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"Az Excess Green index a leveles növények, például a burgonya zöldségét " -"hangsúlyozza." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" -"Burn Area index kiemeli az égett területeket a vörös és a közeli infravörös " -"spektrumban." - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "A Green Leaf index a zöld leveleket és a szárakat mutatja." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"A Green Normalized Difference Vegetation index hasonlít az NDVI-re, de a " -"zöld spektrumban mér a vörös helyett." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" -"A Green Ratio Vegetation index az erdőkben a fotoszintézis arányokra " -"érzékeny." - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"Soil Adjusted Index hasonló az NDVI-ra, de megpróbálja eltávolítani a talaj " -"területek hatását egy kiigazító szorzóval (0.5)." - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" -"Modified Simple Ratio a Simple Ratio (SR) index javítása hogy érzékenyebbé " -"tegye a növényzetre." - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" -"Renormalized Difference Vegetation Index a közeli IR és vörös különbségét " -"használja, plusz az NDVI-t az egészséges növényzet területének kimutatására." - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" -"Transformed Difference Vegetation Index kiemeli a növényzettakarót városi " -"környezetben." - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" -"Optimized Soil Adjusted Vegetation Index SAVI-n alapul, de jobban működik " -"kevés növényzetet tartalmazó területen, ahol a talaj látható." - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "Leaf Area Index a lombos területet és a terméshozamot becsüli." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Legalább két képet szükséges feltölteni a jóváhagyás előtt" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Nincs feltöltött fájl" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Nem lehet feladatot létrehozni, ehez legalább 2 képre van szükség" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "Az eszköz nem létezik" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Importált feladat" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "Nem lehet feladatot létrehozni, 1 fájlt fel kell tölteni" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" -"Nem lehet feladatot létrehozni, vagy adjon meg URL-t, vagy töltsön fel 1 " -"fájlt." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "Feladat, amelyhez ez a kép tartozik" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "Feladat" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "A felhasználó által feltöltött fájl" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Kép" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Kép feltöltése" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Képek feltöltése" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Bővítmény neve" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Név" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "A bővítmény be van-e kapcsolva." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Engedélyezve" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Bővítmény" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Bővítmények" - -#: app/models/plugin_datum.py:7 -#, fuzzy -msgid "Setting key" -msgstr "Beállító kulcs" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Kulcs" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" -"A felhasználó, akihez a beállítás tartozik. Ha NULL, akkor a beállítás " -"globális." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Felhasználó" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Egész érték" - -#: app/models/plugin_datum.py:10 -#, fuzzy -msgid "Float value" -msgstr "Lebegőpontos érték" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "Logikai érték" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Szöveglánc" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "JSON érték" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Modul dátum" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "A személy aki az alapbeállítás tulajdonosa" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Tulajdonos" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "Az alapbeállítás leírására szolgáló címke" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" -"Beállítások, melyek ezt az alapbeállítást meghatározzák (ugyanaz a formátum " -"mint a feladat beállításoknál)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Beállítások" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Létrehozás dátuma" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Létrehozás ideje" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"Ez az alapbeállítás elérhető-e minden felhasználó számára vagy csak a " -"tulajdonosának." - -#: app/models/preset.py:14 -msgid "System" -msgstr "Rendszer" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Alapbeállítás" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Alapbeállítások" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "A projektet létrehozó személy" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "A projekt leírására használt címke" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "További részletes projekt leírás" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Törlés" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Projekt" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Projektek" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "Az alkalmazásának a neve" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Alkalmazásnév" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "Az alkalmazásának egy 512x512 méretű logója (.png vagy .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Alkalmazás logó" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "A szervezetének a neve" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Szervezet neve" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "A szervezetének honlap URL-je" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Szervezet honlap" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Téma" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "Aktív téma" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Alkalmazás" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Beállítások" - -#: app/models/task.py:218 -msgid "Id" -msgstr "Azonosító" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "A feladat azonosító (ahogy a NodeODM API visszaadta)" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "Projekt melyhez a feladat tartozik" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "Címke a feladathoz" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" -"Eltelt ezredmásodpercek száma a feladat indítása óta (-1 jelzi, hogy nem áll " -"rendelkezésre információ)" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "Feldolgozási idő" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" -"Ehhez a feladathoz rendelt feldolgozási pont (vagy null, ha a feladatot még " -"nem rendelték egyikhez sem)" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "Feldolgozási csomópont" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" -"Egy jelző, hogy a feladatot automatikusan rendeljük-e egy feldolgozási " -"ponthoz" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "Auto feldolgozási pont" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "Feladat aktuális státusza" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Állapot" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "Az utoljára kapott feldolgozási hiba" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Utolsó hiba" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "A feladat feldolgozásához használt beállítások" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "Elérhető eszközök listája a letöltéshez" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "Elérhető eszközök" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "Feldolgozási pont konzol outputja" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "Konzol output" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "Ortofotó terjedelme" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "Ortofotó terjedelem" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "DSM terjedelem" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "DTM terjedelem" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" -"A feladaton végrehajtandó kiválasztott művelet. A kiválasztott művelet a " -"feldolgozó a következő iterációban hajtja végre." - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "Függőben lévő műveletek" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "Egy jelző, hogy a feladat nyilvános-e" - -#: app/models/task.py:240 -msgid "Public" -msgstr "Nyilvános" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" -"Amikor -1-től eltérő értékre állítják, azt jelzi, hogy a feladat képeit " -"átméreteztük vagy át fogjuk méretezni a feldolgozás előtt itt megadott " -"méretre." - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "Átméretezés erre" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" -"§ és 1 közötti érték , mely a feladathoz tartozó fájlok feldolgozási ponthoz " -"feltöltésének előrehaladását jelzi." - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "Feltöltés folyamatban" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" -"0 és 1 közötti érték, jelzi a feladat képek átméretezésének előrehaladását" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "Átméretezés folyamatban" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" -"0 és 1 közötti érték, jelzi a feladat futó feldolgozásának előrehaladását" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "Futás előrehaladás" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "URL ahonnan a feladatok importáltuk (csak importált feladatoknál)" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "URL import" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "A feladathoz rendelt képek száma" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "Képszám" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" -"Egy jelző, hogy ez a feladat aktuálisan információra vagy fájlok " -"feltöltésére vár mielőtt feldolgozásra kerülne." - -#: app/models/task.py:257 -msgid "Partial" -msgstr "Részleges" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "Feladatok" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "névtelen" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "Eszközök importja..." - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "Hibás zip fájl" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "Kapcsolódási hiba: %(error)s" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "Nem tudom újraindítani a feldolgozási ponttal nem rendelkező feladatot" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" -"Nem támogatott vetület %(code)s. Győződjön meg róla, hogy támogatott " -"vetületet választott." - -#: app/models/task.py:748 -msgid "Done!" -msgstr "Kész!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "Téma neve" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "A legtöbb szöveg, ikon vagy szegély." - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Elsődleges" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "A fő háttérszín és néhány gomb felirat színe." - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Másodlagos" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "Navigáció linkek." - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "Harmadlagos" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "Elsődleges gomb szín." - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "Elsődleges gomb" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "Alapértelmezett gomb szín." - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "Alapértelemezett gomb" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "Gomb szín törlés." - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "Veszély gomb" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "A weblap fejléc háttérszíne." - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "Fejléc háttér" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "Szöveg és ikonok az oldal fejlécében." - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "Elsődleges fejléc" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "A szegélyek többségének színe." - -#: app/models/theme.py:30 -msgid "Border" -msgstr "Szegély" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "Panelek és néhány szegély háttérszíne." - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "Kiemelés" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "Figyelmeztetés dialóg szegély színe." - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "Figyelmeztetés párbeszédablak" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "Sikertelen jelzés háttérszíne." - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Hibás" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "A sikeres műveletek értesítésének háttérszíne." - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Sikeres" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 az oldalt nem találom" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "Biztos, hogy helyes a cím?" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 belső szerverhiba" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "Valami történt. A szerver naplók további információt tartalmaznak." - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" -"Ez a program szabad szoftver: továbbadhatja és/vagy módosíthatja a GNU " -"Affero General Public License feltételei szerint, ahogy a Szabad Szoftver " -"Alapítvány publikálta, a licenc 3 vagy választása szerint bármelyik későbbi " -"verziója szerint. Lásd a %(link_start)sa GNU Affero General Public " -"License%(link_end)s a további részletekért." - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Az oldalt nem találom" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Elnézést kérünk, de a kért oldalt nem találom." - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Kezdőlap" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Szerver hiba" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Szerver hiba (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Szerver hiba (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" -"Hiba történt. Email-ben jelentettük a a weblap adminisztrátornak és " -"hamarosan kijavítják. Köszönjük a türelmét." - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "Kiválasztott művelet futtatása" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Indítás" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "Kattintson ide objektumok minden lapon történő kiválasztásához" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "Mindent kiválaszt %(total_count)s %(module_name)s" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Kijelölés törlése" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" -"Először adj meg a felhasználó nevet és jelszót. Utána szerkeszthet további " -"felhasználói beállításokat." - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "Adja meg a felhasználó nevet és jelszót." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Jelszó változtatás" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Kérem javítsa az alábbi hibát." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Kérjük javítsa az alábbi hibákat." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "Írja be az új jelszót a %(username)s felhasználóhoz." - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "Django weblap admin" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "Django adminisztráció" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Hozzáad %(name)s" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Előzmények" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Megtekintés a honlapon" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Szűrő" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "Modul betöltés (.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Modulok kezelése" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "Eltávolítás a rendezésből" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Rendezési prioritás: %(priority_number)s" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "Rendezés megfordítása" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Törlés" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" -"Az %(object_name)s '%(escaped_object)s' törlése a kapcsolódó objektumok " -"törlését eredményezné, de a bejelentkezésével nincs joga a következő " -"objektum típusok törlésére:" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" -"A %(object_name)s '%(escaped_object)s' törlése a következő védett kapcsolódó " -"objektumok törlését tenné szükségessé:" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" -"Biztos, hogy törölni akarja a %(object_name)s \"%(escaped_object)s\"-t? A " -"következő összes kapcsolódó elemet töröljük:" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Objektumok" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Igen, biztos vagyok benne" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "Nem, lépj vissza" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "Több objektum törlése" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" -"A kiválasztott %(objects_name)s törlése kapcsolódó objektumok törlését " -"eredményezné, de az ön bejelentkezésével nem kapott jogot a következő " -"objektum típusok törlésére:" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" -"A kiválasztott %(objects_name)s törlése magával vonná a következő védett " -"kapcsolódó objektumok törlését:" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" -"Biztos, hogy törölni akarja a kiválasztott %(objects_name)s-t? A következő " -"összes objektumot és a kapcsolódó elemeket töröljük:" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Törli?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Összefoglaló" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "Modellek a %(name)s alkalmazásban" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Hozzáadás" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "Nincs engedélye a szerkesztéshez." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Legutóbbi műveletek" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Műveleteim" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Nem érhető el" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Ismeretlen tartalom" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" -"Valami hibás az adatbázis telepítésében. Győződjön meg róla, hogy a " -"megfelelő adatbázis táblákat létrehozta és az adatbázist a megfelelő " -"felhasználó olvashatja." - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" -"Önt %(username)s felhasználóként hitelesítettük, nem jogosult ennek az " -"oldalnak az elérésére. Be szeretne jelentkezni egy másik felhasználóként?" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "Elfelejtette a jelszavát vagy felhasználó nevét?" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Belépés" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Dátum/időpont" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Művelet" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Összes megjelenítése" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Mentés" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Keresés" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s eredmény" -msgstr[1] "%(counter)s eredmény" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "%(full_result_count)s összesen" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Mentés újként" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "Mentés és másik hozzáadása" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Mentés és szerkesztés folytatása" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Üdvözöljük!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Feldolgozási pont hozzáadása" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Válassza ki a képeket és az illesztőpontokat" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Egy térkép létrehozásához nyomja meg a \"%(upload_images)s\" gombot vagy " -"dobjon képeket a projektbe." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Legalább 5 képre van szükség" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "A képek között 65%%-os vagy nagyobb átfedés kell" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "Nagyszerű 3D-hez a képek között 83%% átfedés legyen" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" -"Egy %(link_start)sGCP fájl%(link_end)s opcionális, de növelheti a " -"georeferálás pontosságát" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "Fejlesztői eszközök" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Lezárás" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "Aktuális hely:" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" -"Az aktuális hely módosításához módosítsa a böngészője helyi beállításait és " -"frissítse az oldalt." - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "Fordítási fájlok (.zip):" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "Fordítási fájlok letöltése és lecserélése" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "Dolgozom... ne frissítse az oldalt! Egy ideig eltarthat." - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Helló, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Kijelentkezés" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Vezérlőpult" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "Feldolgozási pont" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Új hozzáadása" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Adminisztráció" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Fiókok" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Csoportok" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "Névjegy" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "Gépnév" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "API verzió" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "Motor" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "Motor verzió" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Max kép korlát" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "Címke" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "Utoljára frissítve" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "ezelőtt" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Beállítások (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Szerkeszt" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "Hoppá! Ellenőrizné a lenti hibákat?" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Fiók létrehozása" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Térfogat számítás , terület és hosszmérés Leaflet-en" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "Modul a GCP fájlok létrehozására a képekből" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:8 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Modul az ortofotók feltöltéséhez az OpenAerialMap-ra" - -#: app/translations/plugin_manifest_autogenerated.py:9 -msgid "Display program version, memory and disk space usage statistics" -msgstr "Program változat, memória és háttértár hely használat statisztika" - -#: app/translations/plugin_manifest_autogenerated.py:10 -msgid "Sync accounts from webodm.net" -msgstr "Bejelentkezés szinkronizálása webodm.net-ről" - -#: app/translations/plugin_manifest_autogenerated.py:11 -msgid "Add a fullscreen button to the 2D map view" -msgstr "Teljes képernyő gomb hozzáadása a 2D térkép nézethez" - -#: app/translations/plugin_manifest_autogenerated.py:12 -msgid "Compute, preview and export contours from DEMs" -msgstr "Szintvonalak számítása, előnézete és exportálása a DEM-ből" - -#: 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 -msgid "Import images from external sources directly" -msgstr "Képek közvetlen importja külső forrásokból" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" -"Változások észlelése két különböző feladat között ugyanabban a projektben." - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Első projekt" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "Térkép" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "3D modell megjelenítés" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "Üdvözöljük" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "Fordítási fájlt újratöltöttem!" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "Hibás művelet" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "Csomópont kezelés" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "A csomópont által használt API verzió" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "Mikor kérdezték le legutoljára az információt erről a csomópontról?" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" -"A feldolgozás alatt álló feladatok száma ezen a csomóponton (a csomópont " -"jelentése alapján)" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "Lehetséges beállítások" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "A feldolgozáshoz használható beállítások leírása" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "Max képszám" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "A feldolgozási pont által elfogadott maximális képszám." - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "A csomópont által használt motor verziója." - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "A csomópont által használt motor." - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "Nincs DSM réteg." - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "Nincs DTM réteg." - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnosztika" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Diagnosztikai információk" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Háttértár" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Szabad" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Használt" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Összes" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Memória" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Szabad" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Használt" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Összes" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Megjegyzés!" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Ezek az értékek viszonyulhatnak ahhoz a virtualizációs környezethez, " -"amelyben az alkalmazás fut, és nem feltétlenül a számítógép értékei. Olvassa " -"el a %(win_link)s és %(mac_link)s vonatkozó utasításokat ezen értékek Docker-" -"beállítások módosításához.." - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Lemez méret" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Villám hálózat" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" -"Nincs elérhető felületi modell. Az Irányítópulton válassza ki ezt a " -"feladatot, nyomja meg a Szerkeszt gombot, az opciók közül ellenőrizze, hogy " -"be van-e jelölve a \"dsm\", majd nyomja meg az Újraindítás -> A DEM-ből " -"gombot." - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "GCP interfész" diff --git a/locale/hu/LC_MESSAGES/djangojs.po b/locale/hu/LC_MESSAGES/djangojs.po deleted file mode 100644 index a1fd6245..00000000 --- a/locale/hu/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2327 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: 2021-06-01 08:33+0000\n" -"Last-Translator: Zoltan Siki \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "az outputot %(count)s sornál csonkítottuk" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Váltás teljes képernyőre" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Kilépés teljes képernyős módból" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Letöltés fájlba" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Név mező szükséges" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Projekt hozzáadás" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "A módosításai el fognak veszni. Biztos hogy ki akar lépni?" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "Ortofotó" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "Növény-egészség" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "Felszín modell" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "Terepmodell" - -#: app/static/app/js/ModelView.jsx:31 -msgid "Cameras" -msgstr "Kamerák" - -#: app/static/app/js/ModelView.jsx:44 -msgid "Show Model" -msgstr "Modell megjelenítés" - -#: app/static/app/js/ModelView.jsx:71 -msgid "Show Cameras" -msgstr "Kamerák megjelenítése" - -#: app/static/app/js/ModelView.jsx:489 -msgid "Loading textured model..." -msgstr "Texturált modell betöltése..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofotó (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ortofotó (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ortofotó (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Ortofotó (csempék)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Terepmodell (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Terepmodell (csempék)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Felszínmodell (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Felszínmodell (csempék)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Pontfelhő (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Pontfelhő (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Pontfelhő (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Pontfelhő (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Texturált modell" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Kamera paraméterek" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Felvétel helyek (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Minőségi jelentés" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Minden eszköz" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Hibrid Google térkép" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "ESRI műhold" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM Mapnik" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Megszakítás..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Törlés..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Újraindítás..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Képek átméretezése..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importálás..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Adatkészlet betöltése" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "Angol" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "Pont szűrés" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "Hálókészítés" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Texturálás" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Georeferálás" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Jelentés" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Nem" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Igen" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "Sorban" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "Fut" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Hibás" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Kész" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Törölve" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "A %(file)s nagyobb, mint 5 MB." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Nem megfelelő tömörített fájl: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "Nem megfelelő JSON fájl: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -#, fuzzy -msgid "Download Assets" -msgstr "Eszközök letöltése" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Feladat beállítások szerkesztése" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Név" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Keresés" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Új projekt" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Projekt létrehozása" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Projekt létrehozása..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"A projekthez tartozó összes feladatot, képet és modellt véglegesen törli. " -"Biztos, hogy folytatod?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Leírás (opcionális)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" -"Nem sikerült betölteni a feldolgozó csomópontok listáját. Csatlakozik az " -"internethez?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Megpróbáltuk elérni:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "Nincsenek használható feldolgozási csomópontok." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"Győződjön meg arról, hogy legalább egy feldolgozási csomópont elérhető-e, és " -"hogy a jelenlegi felhasználónak elegendő engedélyt adott-e a feldolgozási " -"csomópont megtekintéséhez (az Adminisztráció - Csomópontok feldolgozása - " -"Csomópont kiválasztása - Objektumengedélyek - Felhasználó / csoport " -"hozzáadása és a \"Megtekintheti a feldolgozási csomópontot\"). Ha egy " -"csomópontot visszakapcsol online, körülbelül 30 másodpercet vesz igénybe, " -"amíg a WebODM felismeri." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" -"Nem sikerült betölteni az előre beállított értékek listáját. Csatlakozik az " -"internethez?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Egyedi" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Alapértelmezett" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Saját beállítások" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "%(preset)s másolata" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" -"Nem lehet lemásolni az előre beállított értéket. Kérjük, próbálja meg " -"frissíteni az oldalt." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"A rendszerbeállításokat csak az arra jogosult távolíthatja el az " -"adminisztrációs oldalon." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "Biztossan törli: \"%(preset)s\"?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" -"Nem sikerült törölni az előre beállított értéket. Kérjük, próbálja meg " -"frissíteni az oldalt." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Újra" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Szerkeszt" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Másolat" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Mentés" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Törlés" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Feldolgozási csomópont" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Beállítások" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "Feldolgozási csomópontok éa alapbeállítások betöltése..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "Nem tudom aktualizálni a feladat adatokat. Próbálja újra." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Megszakít" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Mentés..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Lezárás" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Cím" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Mentés…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Biztos benne?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Nem tudom a módosításokat alkalmazni" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Nem tudom törölni az elemet" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Max:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Hiányzó kép" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Kép letöltés" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Nem tudom feltölteni a fájlt. Ellenőrizze az internet csatlakozását és " -"próbálja újra." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Hibás válasz a szervertől: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "Hiba történt a fájl feltöltése során. Kérem próbálja újra." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Hibás JSON válasz: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "Nem tudom importálni az URL-ről. Ellenőrizze az internet kapcsolatát." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "Létező eszközök importja" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -".zip fájlokat importálhat, melyet egy létező feladatból exportáltak az " -"Eszközök letöltése %(arrow)s Minden eszköz" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Fájl feltöltése" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "Importálás URL-ről" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Import" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Feltöltés megszakítása" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Algoritmus:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Szűrő:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Szín:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Árnyalás:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Normál" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "Kihúzott" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "Export:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Betöltés…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Rétegek" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "(kamerák)" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z},{x},{y} az Z/X/Y csempe sémához" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "{-y} a fordított TMS-stílus Y koordinátákhoz" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "Példa:" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "Ideiglenes GeoJSON (.json) vagy Shape fájl (.zip) réteg hozzáadása" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "Hiba: nem tudom betölteni az eszközlistát." - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "Átlátszatlanság:" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Betöltés..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Biztos, hogy megszakítja?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "%(count)s fájlt szelektált. Jelölje ki a további beállításokat:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Képek átméretezése" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "Áttekintés" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "Feldolgozás indítása" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Engedélyez" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "Kattintson a JSON fájl importhoz" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Alapértelmezés visszaállítása" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Nem tudom betölteni a projekt listát: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"%(filename)s-t nem tudom feltölteni, meghaladtuk a max próbálkozást " -"(%(max_retries)s)" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "Nem tudok új projektet létrehozni. Hibás válasz a szervertől: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "Nem tudok új feladatot létrehozni. Próbálja újra később." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s fájl nem tudok feltölteni. Emlékeztetőként, csak képek (.jpg, ." -"tif, .png) és GCP fájlok (.txt) tölthetők fel. Próbálja újra." - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Projekt szerkesztés" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Módosítások mentése" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Módosítások mentése..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Válassza ki a képeket és az illesztőpontokat" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Térkép megtekintés" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s feladat" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Megosztás" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "Egy hiba fordult elő. Ellenőrizze a kapcsolatát és az engedélyeit." - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "Feladat megosztása" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "Engedélyezve" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "HTML iframe:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Nem tudom a feladatlistát betölteni: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Hiba: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Próbálja újra" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" -"Ebben a projektben nincsenek feladatok. Hozzon létre egyet és töltsön fel " -"képeket!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Nem tudom befejezni a műveletet." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"Úgy tűnik a következő problémák egyike fordult elő: %(problems)s Többet " -"olvashat a jó képek készítésének legjobb gyakorlatáról %(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Nincs elég kép" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "Nincs elég átfedés a képek között" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "A képek túl homályosak lehetnek (telefon kameráknál általános)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "itt" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"Úgy tűnik, hogy ez a számítógép túl öreg. A WebODM-hez egy számítógép 64 " -"bites CPU-val MMX, SSE, SSE2, SSE3 és SSSE3 utasításkészlet támogatással " -"szükséges. Futtathatja a Web ODM-et, ha saját dokker image-t fordít. Lásd a " -"%(link)s oldalt a további információkhoz." - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "ez a lap" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "%(stage)s-től" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "Feldolgozás folytatása" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Nem tudom újraindítani a feladatot." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Feladat #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "Képek feltöltése a feldogozási csomóponthoz" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "Várakozás a csomópontra..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "3D modell megtekintése" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Nem tudom megszakítani a feladatot." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Újraindítás" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"Ehhez a feladathoz tatozó minden adatot törlünk, beleértve a képeket, " -"térképeket és modelleket. Folytatja?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Nem tudom törölni a feladatot." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "Feladat output:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "Be" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Ki" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Létrehozás dátum:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "Feldolgozási pont:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "automatikus" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "manuális" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Beállítások:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"Nem tudok ortofotót generálni. Győződjön meg róla, hogy a GXP adatok " -"szerepelnek az EXIF címkék között vagy használjon illesztőpont (GCP) fájlt a " -"generáláshoz." - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "elég memóriát foglaltam" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "felhő feldolgozási pont" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "Feldolgozó pont beállítás" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "Várakozás a képe feltöltésére..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "még feltöltendő : %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s fájl %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s fájlt sikeresen feltöltöttem" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "Hibakövető üzenetek nyomtatása. Alapértelmezés: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, python-format -msgid "" -"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" -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 -#, python-format -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 "" -"A georeferált pontfelhő exportálása LAS formátumba. alapértelmezés: " -"%(default)s" - -#: 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 "" -"Georeferált pontfelhő exportálása Entwine Point Tile (EPT) formátumba. " -"Alapértelmezés: %(default)s" - -#: 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 "" -"Válasszon algoritmust a kulcspontok kinyerésére és a leírók számítására. " -"Ezek egyike lehet: %(choices)s. Alapértelmezés: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "További üzenetek kiírása a konzolra. Alapértelmezés: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" -"URL egy ClusterODM példányhoz egy felosztás-egyesítés munkafolyamat " -"szétosztásához több csomópontra párhuzamosan. Alapértelmezés: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: or <" -"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] " -"[extra2]Default: %(default)s" -msgstr "" -"Útvonal az illesztőpontokat tartalmazó fájlhoz, melyet a georeferáláshoz " -"használunk, A fájlnak a következő formátumot kell használnia: EPSG: " -"vagy +proj definíció>geo_x geo_y geo_z kép_x kép_y kép_név [GCP_név] [extra1]" -" [extra2] Alapértelmezés: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" -"A futási információkat tartalmazó fájl generál. Alapértelmezés: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, fuzzy, 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 "" -"DEM generálása előtt megtizedeli a pontokat. ' nincs tizedelés (teljes " -"minőség). 100 pontok ~99%-ának kihagyása. Hasznos a DEM generálás " -"felgyorsítására nagyon nagy adathalmazok esetén. Alapértelmezés: %(default)s" - -#: 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 "" -"Legközelebbi képek száma a GPS exif adatokra alapozott előzetes " -"párosításhoz. Állítsa 0-ra az előzetes párosítás átugrásához. A szomszédok a " -"Távolság paraméterrel együtt dolgozik, állítsa mindkettőt 0-ra az előzetes " -"párosítás kihagyásához. Alapértelmezés: %(default)s" - -#: 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 "Kiírja a verziószámot és kilép. " - -#: 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 "" -"A képek átlagos száma almodellenként. Amikor egy nagy adathalmazt kisebb " -"almodellekre daraboljuk, a képeket klaszterekbe csoportosítjuk. Ez az érték " -"szabályozza az egyes klaszterekhez tartozó képek átlagos számát. " -"Alapértelmezés: %(default)s" - -#: 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 "" -"PDF jelentés generálásának átugrása. Időt spórolhat, ha nincs szüksége a " -"jelentésre. Alapértelmezés: %(default)s" - -#: 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 "" -"Csak ezt a lépést futtatja újra és megáll. Ezek egyike lehet: %(choices)s. " -"Alapértelmezés: %(default)s" - -#: 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 "" -"Az output pontfelhő osztályozása a Simple Morphological szűrővel. Ennek a " -"beállításnak a viselkedését a --dem-* paraméterekkel szabályozhatja. " -"Alapértelmezés: %(default)s" - -#: 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 -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 -#, 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:43 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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 -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:46 -#, 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:47 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, 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:56 -#, 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: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 " -"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:60 -#, python-format -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:61 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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 -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Térfogat számítás , terület és hosszmérés Leaflet-en" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "Modul a GCP fájlok létrehozására a képekből" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Modul az ortofotók feltöltéséhez az OpenAerialMap-ra" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "Program változat, memória és háttértár hely használat statisztika" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "Bejelentkezés szinkronizálása webodm.net-ről" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "Teljes képernyő gomb hozzáadása a 2D térkép nézethez" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "Szintvonalak számítása, előnézete és exportálása a DEM-ből" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "Képek közvetlen importja külső forrásokból" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" -"Változások észlelése két különböző feladat között ugyanabban a projektben." - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "Mérések" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "Vágás" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "Anyagok" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "Színhely" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "Osztályozás szűrő" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "Szűrők" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "További beállítások" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Névjegy" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "Szögmérés" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "Pont mérés" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "Távolságmérés" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "Magasságmérés" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "Kör mérés" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "Területmérés" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "Térfogatmérés" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "Magassági metszet" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "Szelekció téglalap rajzolás. Axonometrikus kamera módban kell lenni!" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "Minden mérés eltávolítása" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "Baloldali nézet" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "Jobboldali nézet" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "Elől nézet" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "Hátul nézet" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "Felül nézet" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "Alul nézet" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "Teljes terjedelem" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "Pálya vezérlés" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "Repülés vezérlés" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "Helikopter vezérlés" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "Perspektív kamera" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "Axonometrikus kamera" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "Navigációs kocka" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "Tájoló" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "Kamera animáció" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Pontméret" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Minimum méret" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Átlátszatlanság" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "Látómező" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "Pont méretezés" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "Magasság tartomány" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "Számtartomány" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "Minőség" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "Alak" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "Sugár" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "Vágás mód" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "Sebesség" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "Ég" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "Tartsd talaj felett" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "Doboz" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "Hosszegység" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "Nézet zárolása" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "Nyelv" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "vágás" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "3D-ben mutatás" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "térképen mutatás" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "Pontok száma" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "LAS(3D) mentés" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "CSV(2D) mentés" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "Kamera pozíció" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "Kamera célpont" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "Visszaverődés szám" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "Visszaverődések száma" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "min" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "max" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "GPS idő" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" -"Nincs DSM vagy DTM. A szintvonalak exportálásához győződjön meg róla, hogy a " -"--dsm vagy --dtm beállítást bekapcsolta." - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" -"Nem tudom lekérdezni az információkat a feladatról. Csatlakozik az " -"internetre?" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "Magasság:" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "méter" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "Ne egyszerűsíts" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "Agresszív" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "Intervallum:" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "méter" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "Érték:" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "Réteg:" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "Egyszerűsít:" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "Vetület:" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "Előnézet" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "Export" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "Szintvonalak" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "Nem lehet lekérni a becslést. Próbáld újra később." - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" -"Nem lehet lekérni a becslést. Ellenőrizze a paramétereket és próbálja újra." - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "Kreditbecslés" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "Irányítópult betöltése..." - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "Kijelentkezés…" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "Nem tud kijelentkezni:" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "kreditek" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "Korlátlan" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "Egyensúly:" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "Kreditvásárlás" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Vezérlőpult" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Kijelentkezés" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Villám hálózat" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "Terület:" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "Kerület:" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "Térfogat:" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "számolok…" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "Köbméter" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "Köbláb" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "Export GeoJSON-ba" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "Térfogat, terület és hosszmérés" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "Mérés" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "Mérés" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "Új mérés indítása" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "Mérés indítása pontok hozzáadásával a térképhez" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "Mérés befejezése" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "Utolsó pont" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "Terület" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "Kerület" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "Ponthely" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "Lineáris mérés" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "ÚTvonalhossz" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Láb" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "Kilométer" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Hektár" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Méter" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Mérföld" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "Négyzet láb" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "Négyzet méter" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "Négyzet mérföld" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "Mérések exportálása" diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it/LC_MESSAGES/django.po deleted file mode 100644 index ac2f0c5f..00000000 --- a/locale/it/LC_MESSAGES/django.po +++ /dev/null @@ -1,1766 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-05-23 05:54+0000\n" -"Last-Translator: upa \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Inserisci CSS personalizzato" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML che sarà visualizzato sopra l'header del sito" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (prima dell'header)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML che sarà visualizzato dopo l'header del sito" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (dopo l'header)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML che sarà mostrato dopo il tag body" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (dopo body)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"HTML che sarà mostrato nel footer. Puoi usare tags speciali come " -"{ORGANIZATION} e {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (piè di pagina(footer))" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Descrizione" - -#: app/admin.py:106 -msgid "Version" -msgstr "Versione" - -#: app/admin.py:112 -msgid "Author" -msgstr "Autore" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "Devi caricare almeno 2 immagini prima di confermare" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Abilitato" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Azioni" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"L'indice di vegetazione normalizzato (NDVI) mostra la quantità di " -"vegetazione verde." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"L'indice di vegetazione normalizzato (NDVI) migliorato è come l'NDVI, ma " -"utilizza le bande blu e verde invece del solo rosso per isolare la salute " -"delle piante." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" -"L'Indice di vegetazione resistente all'atmosfera (ARVI) mostra le aree di " -"vegetazione con minore sensibilità agli effetti atmosferici del NDVI." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"L'indice del verde in eccesso (Excess Green Index) enfatizza il verde delle " -"colture a foglia verde come le patate." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" -"Gli hightlights dell'indice di area bruciata hanno bruciato la terra nello " -"spettro dal rosso al vicino infrarosso." - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" -"L'indice delle foglie verdi (Green Leaf Index) mostra le foglie e gli steli " -"verdi." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"L'indice di vegetazione normalizzato Verde è simile a NDVI, ma misura lo " -"spettro del verde invece del rosso." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" -"L'indice del rapporto Verde nella vegetazione (Green Ratio Vegetation Index) " -"è sensibile ai tassi fotosintetici nelle foreste." - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"L'indice di vegetazione rettificato per il suolo è simile all'NDVI, ma tenta " -"di rimuovere gli effetti delle superfici di suolo utilizzando un fattore di " -"regolazione (0,5)." - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" -"L'indice non lineare modificato migliora l'algoritmo dell'Indice non lineare " -"per tenere conto delle aree di suolo." - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" -"Modified Simple Ratio è un miglioramento dell'indice Simple Ratio (SR) per " -"essere più sensibile alla vegetazione." - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" -"L'indice di vegetazione rinormalizzato utilizza la differenza tra il vicino " -"infrarosso (NIR) e rosso, più NDVI per mostrare aree di vegetazione sana." - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" -"L'indice di vegetazione trasformato evidenzia la copertura vegetale negli " -"ambienti urbani." - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" -"L'indice di vegetazione ottimizzato per il suolo si basa sul SAVI, ma tende " -"a funzionare meglio in aree con poca vegetazione dove il suolo è visibile." - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" -"L'indice dell'area fogliare stima le aree di fogliame e prevede le rese " -"delle colture." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" -"L'indice di vegetazione migliorato è utile nelle aree in cui l'NDVI potrebbe " -"saturarsi, usando lunghezze d'onda blu per correggere i segnali del suolo." - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Devi caricare almeno 2 immagini prima di confermare" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Nessun file caricato" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Non è possibile creare l'attività, richieste almeno 2 immagini" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "La risorsa non esiste" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Attività importata" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "Impossibile creare l'attività, devi caricare almeno 1 file" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "Impossibile creare l'attività, indicare un URL oppure caricare 1 file." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "Attività a cui appartiene questa immagine" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Attività" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "File caricato da un utente" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Immagine" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Caricamento immagine" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Caricamenti Immagine" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Nome Plugin" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Nome" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "Se questo plugin è abilitato." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Abilitato" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Plugin" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Plugins" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "Chiave di impostazione" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Chiave" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" -"L'utente a cui appartiene questa impostazione. Se NULL, l'impostazione è " -"globale." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Utente" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Valore Intero" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "Valore Float" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "Valore Booleano" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Valore Stringa" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "Valore JSON" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Dati Plugin" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "La persona proprietaria di questa impostazione predefinita" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Proprietario" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "Un'etichetta usata per descrivere l'impostazione predefinita" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" -"Opzioni che definiscono questa impostazione predefinita (lo stesso formato " -"delle opzioni delle Attività)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Opzioni" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Data di creazione" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Creato il" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"Se questa impostazione predefinita è disponibile per ogni utente del sistema " -"o solo per il suo proprietario." - -#: app/models/preset.py:14 -msgid "System" -msgstr "Sistema" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Impostazione predefinita" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Impostazioni predefinite" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "Il creatore del progetto" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "Un'etichetta usata per descrivere il progetto" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "Descrizione più dettagliata del progetto" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" -"Se questo progetto è segnato per la cancellazione. I progetti con Attività " -"in esecuzione devono attendere che le Attività siano adeguatamente concluse " -"prima di poter essere cancellati." - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Cancellazione" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Progetto" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Progetti" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "Il nome della tua applicazione" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Nome App" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "Logo 512x512 della tua applicazione (.png o .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Logo App" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "Nome della tua organizzazione" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Nome Organizzazione" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "URL al sito della tua Organizzazione" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Sito web Organizzazione" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Tema" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "Tema attivo" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Applicazione" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Impostazioni" - -#: app/models/task.py:218 -msgid "Id" -msgstr "Id" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "Identificatore dell'Attività (come ritornato da NodeODM API)" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "Progetto al quale appartiene questa Attività" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "Etichetta per l'Attività" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" -"Numero di millisecondi trascorsi dall'inizio di questa Attività (-1 indica " -"che non sono disponibili informazioni)" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "Tempo di elaborazione" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" -"Nodo di elaborazione assegnato a questa Attività (o nullo se questa Attività " -"non è stata ancora associata)" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "Nodo elaborazione" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" -"Flag che indica se questa Attività deve essere assegnata automaticamente ad " -"un nodo di elaborazione" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "Nodo di Elaborazione automatico" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "Stato attuale dell'Attività" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Stato" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "Ultimo errore di elaborazione ricevuto" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Ultimo errore" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "Opzioni utilizzate per elaborare questa Attività" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "Lista di risorse disponibili da scaricare" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "Risorse disponibili" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "Output della console del nodo di elaborazione" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "Output della Console" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "Estensione dell'ortofoto" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "Estensione ortofoto" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "Estensione DSM" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "Estensione DTM" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" -"Un'azione richiesta da eseguire sull'Attività. L'azione selezionata verrà " -"eseguita dal processo worker alla successiva iterazione." - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "Azione in sospeso" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "Un flag che indica se questa Attività è disponibile al pubblico" - -#: app/models/task.py:240 -msgid "Public" -msgstr "Pubblico" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" -"Se impostato su un valore diverso da -1, indica che le immagini per questa " -"Attività sono state / saranno ridimensionate alla dimensione qui specificata " -"prima dell'elaborazione." - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "Ridimensiona a" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" -"Valore compreso tra 0 e 1 che indica l'avanzamento del caricamento dei file " -"di questa Attività sul nodo di elaborazione" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "Avanzamento del caricamento" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" -"Valore compreso tra 0 e 1 che indica l'avanzamento del ridimensionamento " -"delle immagini di questa Attività" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "Avanzamento ridimensionamento" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" -"Valore compreso tra 0 e 1 che indica lo stato di avanzamento (stimato) di " -"questa Attività" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "Avanzamento esecuzione" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" -"URL da cui viene importata questa Attività (solo per le Attività importate)" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "URL di importazione" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "Numero di immagini associate a questa Attività" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "Conteggio immagini" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" -"Un flag che indica se questa Attività è attualmente in attesa del " -"caricamento di informazioni o file prima di essere considerata pronta per " -"l'elaborazione." - -#: app/models/task.py:257 -msgid "Partial" -msgstr "Parziale" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "Attività" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "senza nome" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "Importazione risorse..." - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "File zip non valido" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "Errore di connessione: %(error)s" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "Impossibile riavviare una Attività che non ha un nodo di elaborazione" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" -"SRS non supportato %(code)s. Assicurati di aver scelto un SRS supportato." - -#: app/models/task.py:750 -msgid "Done!" -msgstr "Fatto!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "Nome del tema" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "La maggior parte del testo, delle icone e dei bordi." - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Principale" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" -"Il colore di sfondo principale e il colore del testo di alcuni pulsanti." - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Secondario" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "Link di navigazione." - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "Terziario" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "Colore del pulsante principale." - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "Pulsante principale" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "Colore pulsante predefinito." - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "Impostazione predefinita pulsante" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "Colore del pulsante Cancella." - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "Pulsante pericolo" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "Colore di sfondo dell'intestazione del sito." - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "Sfondo dell'intestazione" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "Testo e icone nell'intestazione del sito." - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "Intestazione primaria" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "Colore della maggior parte dei bordi." - -#: app/models/theme.py:30 -msgid "Border" -msgstr "Bordo" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "Colore di sfondo dei pannelli e di alcuni bordi." - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "Evidenzia" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "Colore del bordo delle finestre di dialogo di avviso." - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "Finestra di dialogo Avviso" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "Colore di sfondo delle notifiche non riuscite." - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Fallito" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "Colore di sfondo delle notifiche con esito positivo." - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Successo" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 Pagina Non Trovata" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "Sei sicuro che l'indirizzo sia corretto?" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 Errore interno del server" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" -"E' successo qualcosa. Il log del server contiene maggiori informazioni." - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" -"Questo è un software gratuito: lo puoi distribuire e/o modificare " -"rispettando i termini della licenza GNU Affero General come pubblicato dalla " -"Free Software Foundation, sia la versione 3 della Licenza, o (secondo la tua " -"opinione) ogni versione più vecchia. Leggi la %(link_start)sGNU Affero " -"General Public License%(link_end)s per maggiori dettagli." - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Pagina non trovata" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Siamo spiacenti, la pagina richiesta non è stata trovata." - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Home" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Errore del server" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Errore del server (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Errore del server (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" -"C'è stato un errore. È stato segnalato agli amministratori del sito via e-" -"mail e dovrebbe essere risolto a breve. Grazie per la pazienza." - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "Esegui l'azione selezionata" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Vai" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "Clicca qui per selezionare gli oggetti in tutte le pagine" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "Seleziona tutto %(total_count)s %(module_name)s" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Cancella selezione" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" -"Innanzitutto, inserisci un nome utente e una password. Quindi, sarai in " -"grado di modificare più opzioni utente." - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "Immettere un nome utente e una password." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Cambia la password" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Per favore correggi gli errori qui sotto." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Per favore correggi gli errori qui sotto." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" -"Inserire una nuova password per l'utente %(username)s." - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "Amministratore del sito Django" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "Amministrazione Django" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Aggiungi %(name)s" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Storia" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Vedi sul sito" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Filtro" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "Carica plugin (.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Gestisci plugin" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "Rimuovi dall'ordinamento" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Priorità di ordinamento: %(priority_number)s" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "Attiva/disattiva ordinamento" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Cancella" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" -"L'eliminazione di %(object_name)s '%(escaped_object)s' comporterebbe " -"l'eliminazione di oggetti correlati, ma l'account non dispone " -"dell'autorizzazione per eliminare i tipi di oggetti seguenti:" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" -"La cancellazione del %(object_name)s \"%(escaped_object)s\" richiederebbe la " -"cancellazione dei seguenti oggetti correlati protetti:" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" -"Siete sicuri di voler cancellare il %(object_name)s \"%(escaped_object)s\"? " -"Tutte le seguenti voci correlate verranno cancellate:" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Oggetti" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Sì, sono sicuro" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "No, riportami indietro" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "Cancellare oggetti multipli" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" -"L'eliminazione del %(objects_name)s selezionato comporterebbe l'eliminazione " -"di oggetti correlati, ma l'account non dispone dell'autorizzazione per " -"eliminare i tipi di oggetti seguenti:" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" -"L'eliminazione del %(objects_name)s selezionato richiederebbe l'eliminazione " -"dei seguenti oggetti correlati protetti:" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" -"Sei sicuro di voler eliminare l'oggetto %(objects_name)s selezionato? Tutti " -"i seguenti oggetti e i relativi elementi verranno eliminati:" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Modifica" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Cancello?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr " Per %(filter_title)s " - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Riepilogo" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "Modelli nell'applicazione %(name)s" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Aggiungi" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "Non hai il permesso di modificare nulla." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Azioni recenti" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Le mie azioni" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Non disponibile" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Contenuto sconosciuto" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" -"Qualcosa non va con l'installazione del tuo database. Assicurarsi che siano " -"state create le tabelle di database appropriate e che il database sia " -"leggibile dall'utente appropriato." - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" -"Sei autenticato come %(username)s, ma non sei autorizzato ad accedere a " -"questa pagina. Desideri accedere con un altro account?" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "Hai dimenticato la password o il nome utente?" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Accedi" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Data/ora" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Azione" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" -"Questo oggetto non ha una cronologia delle modifiche. Probabilmente non è " -"stato aggiunto tramite questo sito di amministrazione." - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Mostra tutto" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Salva" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "Chiusura popup..." - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "Cambia il %(model)s selezionato" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "Aggiungi un altro %(model)s" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "Cancella il %(model)s selezionato" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Cerca" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s risultato" -msgstr[1] "%(counter)s risultati" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "%(full_result_count)s totali" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Salva come nuovo" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "Salva e aggiungi un altro" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Salva e continua a modificare" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Benvenuto!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Aggiungi un nodo di elaborazione" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" -"Per iniziare, \"%(add_processing_node)s\". Un nodo processo è un computer " -"che elabora un'istanza di %(nodeodm_link)s o qualche altro software che " -"implementa queste API %(api_link)s." - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Seleziona Immagini e GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Per creare una mappa, premi il pulsante \"%(upload_images)s\" o trascina " -"delle immagini in un progetto." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Sono necessarie almento 5 immagini" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "Le immagini devono essere sovrapposte del 65%% o più" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" -"Per un migliore 3D, le immagini devono essere sovrapposte almeno per 83%%" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" -"Un %(link_start)sGCP File%(link_end)s è opzionale, ma aumenta la precisione " -"della geo referenziazione" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "Strumenti di sviluppo" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Chiudi" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "Lingua attuale:" - -#: app/templates/app/dev_tools.html:15 -#, fuzzy -#| msgid "" -#| "To change locale, modify your browser's locale settings, then refresh the " -#| "page." -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" -"Per cambiare le impostazioni internazionali, modifica le impostazioni " -"internazionali del browser, quindi aggiorna la pagina." - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "File traduzione (.zip):" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "Scarica e sostituisci i files della traduzione" - -#: app/templates/app/dev_tools.html:27 -#, fuzzy -#| msgid "Current Locale:" -msgid "Set locale:" -msgstr "Lingua attuale:" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "In esecuzione... non aggiornare la pagina! Ci vorrà un pò di tempo." - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Ciao, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Chiudi Sessione" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Pannello di controllo" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "Nodi di Elaborazione" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Aggiungi Nuovo" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Amministrazione" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Account" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Gruppi" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Personalizza" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "Informazioni" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "Hostname" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Porta" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "Versione API" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "Motore" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "Versione Motore" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "Coda" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Numero Massimo d'Immagini" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Etichetta" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "Ultimo Aggiornamento" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "fa" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Opzioni (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Modifica" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "Uh oh! Puoi per favore controllare gli errori qui sotto?" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Crea Account" - -#: 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" -msgstr "Calcola il volume, l'area e le lunghezze con Leaflet" - -#: app/translations/plugin_manifest_autogenerated.py:13 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Un plugin per caricare le orthophoto su OpenAerialMap" - -#: app/translations/plugin_manifest_autogenerated.py:14 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Un plugin per aggiungere un pulsante per l'apertura rapida dell'editor iD di " -"OpenStreetmap e impostare una mappa base TMS." - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "Un plugin per creare GCP files dalle immagini" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Primo Progetto" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Mappa" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "Vista Modello 3D" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Benvenuto" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "Non posso trovare una cartella locale nell'archivio .zip" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "File di traduzione ricaricati!" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "Azione non valida" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "Il tipo enum non corrisponde." - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "Nessun livello DSM disponibile." - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "Nessun livello DTM disponibile." - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" -"Impossibile generare un file di curve di livello. Questo potrebbe essere un " -"bug." - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnostica" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Informazioni di Diagnostica" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Spazio su Disco" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Libero" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Usato" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Totale" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Memoria" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Libera" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Usata" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Totale" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Nota!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Questi valori potrebbero essere relativi all'ambiente di virtualizzazione " -"nel quale sta operando l'applicazione, non necessariamente i valori della " -"tua macchina. Controlla le istruzioni per %(win_link)s e %(mac_link)s per " -"cambiare qusti valori nelle impostazioni di Docker." - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Spazio su Disco" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Network Lightning" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" -"Non è disponibile il modello della superficie. Dalla dashboard, selezione " -"questo processo, premi Edit, dalle opzioni verifica di spuntare \"dsm\", poi " -"premi Restart --> From DEM." - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "Interfaccia GCP" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "Gestione Nodo" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" -"Nome Host o indirizzo IP dove si trova il nodo (può essere anche su un Host " -"interno). Se stai usando Docker, sarà all'IP 127.0.0.1 o localhost. Puoi " -"trovare l'indirizzo IP della macchina Host, con il comando ifconfig su Linux " -"o controllando le impostazioni della rete." - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "Porta che connette all' API dei nodi" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "Versione API usata dal nodo" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" -"Quando sono state recuperate l'ultima volta le informazioni su questo nodo?" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" -"Numero dei processi attualmente gestiti da questo nodo (come riportato dal " -"nodo stesso)" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "Azioni" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" -"Descrizione delle opzioni che possono essere utilizzate per l'elaborazione" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "Token" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" -"Token da utilizzare per l'autenticazione. Se il nodo non prevede " -"l'autenticazione, puoi lasciare vuoto questo campo." - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "Numero Massimo di immagini" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "Massimo numero di immagini accettate da questo nodo." - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "Motore usato da questo nodo." - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" -"Etichetta opzionale per questo nodo. Quando è impostata, l'etichetta viene " -"mostrata al posto del nome host:porta." - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "Motore usato dal nodo." - -#~ msgid "App Version" -#~ msgstr "Versione App" diff --git a/locale/it/LC_MESSAGES/djangojs.po b/locale/it/LC_MESSAGES/djangojs.po deleted file mode 100644 index 8e7bda2c..00000000 --- a/locale/it/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2689 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-03-09 22:02+0000\n" -"Last-Translator: upa \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5.2-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "output troncato a %(count)s linee" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Imposta schermo intero" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Esci da schermo intero" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Scarica su File" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Campo Nome richiesto" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Aggiungi Progetto" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "Le modifiche saranno perdute. Sei sicuro di voler uscire?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Ortofoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "Salute delle piante" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Modello della Superficie" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Modello del terreno" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "Fotocamere" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Visualizza Modello" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Mostra Fotocamere" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Caricamento modello con texture..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ortofoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ortofoto (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Ortofoto (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Modello del terreno (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Modello del terreno(Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Modello della Superficie (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Modello della Superficie (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Nuvola di punti (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Nuvola di punti (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Nuvola di punti (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Nuvola di punti (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Modello con texture" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Parametri Fotocamera" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Scatti Fotocamera (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Rapporto qualità" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Tutte le risorse" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Google Maps Ibrido" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "Satellite ESRI" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "Mapnik OSM" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Annullamento..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Cancellazione..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Riavvio..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Ridimensionamento immagini..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importazione..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Carica Dataset" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "Structure From Motion" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "Multi View Stereo" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "Filtro punti" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "Creazione Mesh" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Applicazione Textures" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Georeferenziazione" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Rapporto" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "No" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Si" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "Accodato" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "In esecuzione" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Fallito" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Completato" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Annullato" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s è piu grande di 5 MB." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Shapefile zippato non valido: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "File JSON non valido: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Scarica Risorse" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Modifica Opzioni Attività" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Nome" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Cerca" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Nuovo Progetto" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Crea Progetto" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Creazione progetto..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Tutte le attività, immagini e modelli associati a questo progetto saranno " -"permanentemente cancellati. Sicuro di voler continuare?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Descrizione (opzionale)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" -"Non riesco a caricare la lista dei nodi di elaborazione. Sei connesso ad " -"internet?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Abbiamo cercato di raggiungere:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "Non ci sono nodi di elaborazione utilizzabili." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"Assicurati che almeno un nodo di elaborazione sia raggiungibile e di aver " -"concesso all'utente corrente autorizzazioni sufficienti per visualizzare il " -"nodo di elaborazione (andando su Amministrazione - Nodi di elaborazione - " -"Seleziona nodo - Autorizzazioni oggetto - Aggiungi utente / gruppo e " -"seleziona PUO' VISUALIZZARE IL NODO DI ELABORAZIONE). Se stai riportando un " -"nodo online, saranno necessari circa 30 secondi prima che WebODM lo " -"riconosca." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" -"Non riesco a caricare la lista delle impostazioni predefinite. Sei connesso " -"ad interet?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Personalizzato" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Predefinito" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Le mie impostazioni predefinite" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "Copia di %(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" -"Non posso duplicare le impostazioni predefinite. Per favore ricarica la " -"pagina." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"Le impostazioni predefinite di sistema possono essere rimosse solo da un " -"membro dello staff dal pannello di Amministrazione." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "Sei sicuro di voler cancellare \"%(preset)s\"?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" -"Non posso cancellare l'impostazione predefinta. Per favore ricarica la " -"pagina." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Riprova" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Modifica" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Duplica" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Salva" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Cancella" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Nodo elaborazione" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Opzioni" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "Caricamento nodi di elaborazione e impostazioni predefinite..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" -"Non riesco ad aggiornare le informazioni dell'attività. Per favore riprova." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Annulla" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Salvataggio..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Chiudi" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Titolo" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Salvataggio…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Sei sicuro?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Non riesco ad applicare i cambiamenti" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Non riesco a cancellare l'oggetto" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Max:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Manca l'immagine" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Scarica Immagine" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Non riesco a caricare il file. Controlla la connessione ad internet e " -"riprova." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Risposta non valida dal server: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "Errore durante il caricamento del file. Per favore riprova." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Risposta JSON non valida: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" -"Non riesco ad importare dall' URL. Controlla la connessione ad internet." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "Importa Risorse Esistenti" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -"Puoi importare file .zip che sono stati esportati da attività esistenti " -"attraverso Scarica Risorse %(arrow)s Tutte le Risorse." - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Carica un File" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "Importa da URL" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Importa" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Annulla caricamento" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Algoritmo:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Filtro:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Colore:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Ombreggiatura:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "Nessuno" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Normale" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "Estruso" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "Esporta:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Caricamento…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Livelli" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Fotocamere)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "Immetti un modello di URL per le tile. Le coordinate valide sono:" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z}, {x}, {y} per lo schema di tile Z/X/Y" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "{-y} per le coordinate Y capovolte stile TMS" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "Esempio:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" -"Aggiungi una sovrapposizione temporanea GeoJSON (.json) o ShapeFile (.zip)" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "Errore: non posso caricare la lista delle risorse." - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "Opacita:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Caricamento..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Sicuro di voler annullare?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" -"%(count)s files selezionati. Per favore controlla queste opzioni aggiuntive:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Ridimensiona immagini" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "Rivedi" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "Avvia elaborazione" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Abilita" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "Clicca per importare un file .JSON" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Ripristina impostazione predefinita" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Non riesco a caricare la lista progetti: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"Impossibile caricare %(filename)s, superato il numero massimo di tentativi " -"(%(max_retries)s)" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" -"Impossibile creare una nuova attività. Risposta non valida dal server: " -"%(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "Impossibile creare una nuova attività. Per favore riprova più tardi." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s files non caricati. Come promemoria, possono essere caricate solo " -"immagini (.jpg, .tif, .ong) e GCP files (.txt). Riprova." - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Modifica Progetto" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Salva" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Salvataggio cambiamenti..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Seleziona Immagini e GCP" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Vedi Mappa" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s Attività" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Condividi" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "Si è verificato un errore. Controlla la connessione ed i permessi." - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "Condividi questa Attività" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Abilitato" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "Link:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "Iframe HTML:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Impossibile caricare la lista delle attività: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Errore: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Riprova" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "Questo progetto non ha attività. Creane una caricando alcune immagini!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Non posso completare l'operazione." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"Sembra ci sia uno dei seguenti problemi: %(problems)s. Puoi approfondire le " -"best practices per acquisire buone immagini %(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Non ci sono abbastanza immagini" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "Non c'è abbastanza sovrapposizione tra le immagini" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" -"Le immagini potrebbero essere troppo sfocate (comune con le fotocamere dei " -"telefonini)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" -"L'opzione min-num-features dell'attività è impostata su un valore troppo " -"basso, prova ad incrementarla del 25%" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "qua" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"Questo computer potrebbe essere troppo vecchio. WebODM necessita di un " -"computer con una CPU a 64 bit che supporti set di instruzioni MMX, SSE, " -"SSE2, SSE3 and SSSE3 o maggiori. Puoi sempre far girare WebODM se compili le " -"tue immagini docker. Vedi %(link)s per piu' informazioni." - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "questa pagina" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" -"Al nodo di elaborazione manca un programma necessario per completare " -"l'attività. Questo può indicare una installazione danneggiata. Se hai fatto " -"tu il build di OpenDroneMap per favore controlla che tutti i programmi " -"passino il build correttamente." - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "Da %(stage)s" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "Riprendi elaborazone" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Impossibile riavviare l'attività." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "Non posso riavviare l'attività da (stage)s." - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Attività n.%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "Caricamento immagini nel nodo di elaborazione" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "In attesa di un nodo..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "Vedi Modello 3D" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Impossibile cancellare l'attività." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Riavvia" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"Tutte le informazioni collegate a questa attività, incluso immagini, mappe e " -"modelli saranno cancellate. Continuare?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Impossibile cancellare l'attività." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "Output attività:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "On" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Off" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Creato il:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "Nodo di elaborazione:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "auto" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "manuale" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Opzioni:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"Impossibile possibile generare l'ortofoto. Per generarne una, assicurati che " -"le informazioni GPS siano incorporate nei tag EXIF delle tue immagini o " -"utilizza un file Ground Control Points (GCP)." - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "abbastanza RAM allocata" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "nodo di elaborazione cloud" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" -"Sembra che il tuo nodo di elaborazione abbia esaurito la memoria. Se stai " -"usando docker, assicurati che il tuo ambiente docker abbia %(memlink)s. In " -"alternativa, assicurati di avere abbastanza RAM fisica, riduci il numero di " -"immagini, riduci le immagini o riduci il parametro max-concurrency nelle " -"opzioni dell'attività. Puoi anche provare a utilizzare un %(cloudlink)s." - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "apri un argomento" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" -"\"Processo terminato con codice 1\" significa che parte dell'elaborazione " -"non è riuscita. A volte è un problema con il set di dati, a volte può essere " -"risolto modificando le Opzioni dell'attività e a volte potrebbe essere un " -"bug! Se hai bisogno di aiuto, carica le tue immagini da qualche parte come " -"%(link1)s o %(link2)s e %(open_a_topic)s sul nostro forum della comunità, " -"assicurandoti di includere una copia dell'output della tua attività. I " -"nostri fantastici collaboratori cercheranno di aiutarti!" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "Imposta un nodo di elaborazione" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "Caricamento immagine..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "rimanenti da caricare: %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s file %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s file caricati con successo" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "" -"Turn on gamma tone mapping or none for no tone mapping. Can be one of " -"%(choices)s. Default: %(default)s " -msgstr "" -"Attiva la mappatura della gamma dei toni o nessuna per nessuna mappatura dei " -"toni. Può essere uno di %(choices)s. Predefinito: %(default)s " - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, fuzzy, 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. Set to 0 to disable sampling. Default: %(default)s" -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 "" -"Filtra la nuvola di punti mantenendo un solo punto attorno a un raggio N (in " -"metri). Ciò può essere utile per limitare la risoluzione di output della " -"nuvola di punti. Impostare a 0 per disabilitare il campionamento. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, python-format -msgid "" -"Type of photometric outlier removal method. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Tipo di metodo di rimozione dei valori anomali fotometrici. Può essere uno " -"di: %(choices)s. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, 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 "" -"Numero di immagini più vicine da pre-abbinare in base ai dati exif GPS. " -"Impostare su 0 per saltare il pre-abbinamento. Neighbors funziona insieme al " -"parametro Distance, impostarli entrambi a 0 per non utilizzare il pre-" -"abbinamento. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, 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 "" -"Utilizzare i parametri della fotocamera calcolati da un altro set di dati " -"anziché calcolarli. Può essere specificato come percorso ad un file cameras." -"json o come stringa JSON che rappresenta il contenuto di un file cameras." -"json. Valore predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" -"Esporta la nuvola di punti georeferenziata in formato LAS. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" -"Filtra la nuvola di punti rimuovendo i punti che deviano più di N deviazioni " -"standard dalla media locale. Impostare su 0 per disabilitare il filtro. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" -"Parametro soglia di quota del filtro morfologico semplice (metri). " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" -"Percorso alla cartella del progetto. La cartella del progetto dovrebbe " -"contenere sottocartelle per ogni set di dati. Ogni set di dati dovrebbe " -"avere una cartella \"immagini\"." - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" -"Percorso del file di geolocalizzazione dell'immagine contenente le " -"coordinate del centro della telecamera utilizzate per la georeferenziazione. " -"Nota che omega / phi / kappa non sono attualmente supportati (puoi " -"impostarli a 0). Il file deve utilizzare il seguente formato: EPSG: o <" -"+proj definition>nome_immagine geo_x geo_y geo_z [omega (gradi)] [phi " -"(gradi)] [kappa (gradi)] [precisione orizzontale (metri)] [precisione " -"verticale (metri)] Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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 "" -"Ridurre il numero di punti prima di generare il DEM. 1 nessuna riduzione " -"(qualità migliore). 100 riduzione di ~ 99 %% dei punti. Utile per accelerare " -"la generazione di risultati DEM in set di dati molto grandi. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, 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 "" -"Numero di passi utilizzati per riempire le aree vuote. Impostare a 0 per " -"disabilitare il riempimento di spazi vuoti. Partendo da un raggio pari alla " -"risoluzione di uscita, vengono generati N diversi DEM con raggio " -"progressivamente maggiore utilizzando l'algoritmo di ponderazione della " -"distanza inversa (IDW) e fusi insieme. I gap rimanenti vengono poi fusi " -"utilizzando l'interpolazione del vicino più vicino. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" -"Salta la fusione dei colori vicino alle cuciture. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" -"Genera un file di benchmark con informazioni di runtime. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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 "" -"Quando si elaborano set di dati multispettrali, è possibile specificare il " -"nome della banda primaria che verrà utilizzata per la ricostruzione. Si " -"consiglia di scegliere una banda con dettagli nitidi e a fuoco. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:20 -#, 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 "" -"Usa questo tag per costruire un DSM (Digital Surface Model, ground + " -"objects) utilizzando un filtro morfologico progressivo. Controlla i " -"parametri --dem * per una regolazione più precisa. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" -"Profondità di Octree utilizzata nella ricostruzione delle mesh, aumentare " -"per ottenere più vertici, i valori consigliati sono 8-12. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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 "" -"Ignora Ground Sampling Distance (GSD) (Distanza di campionamento a terra). " -"GSD limita la risoluzione massima delle immagini in uscita e ridimensiona le " -"immagini quando necessario, con conseguente elaborazione più rapida e minore " -"utilizzo della memoria. Poiché GSD è una stima, a volte ignorarla può " -"portare a una qualità dell'immagine in uscita leggermente migliore. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, python-format -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 "" -"Raggio di sovrapposizione tra i sottomodelli. Dopo aver raggruppato le " -"immagini in gruppi, le immagini che sono più vicine di questo raggio a un " -"gruppo vengono aggiunte al gruppo. Questo viene fatto per garantire che i " -"sottomodelli vicini si sovrappongano. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" -"Il numero massimo di vertici della mesh di output. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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 "" -"Usa una mesh 3D completa per calcolare l'ortofoto invece di una mesh 2.5D. " -"Questa opzione è un po 'più veloce e fornisce risultati simili in aree " -"piane. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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 "" -"Numero minimo di punti notevoli da estrarre per immagine. Più punti notevoli " -"possono essere utili per trovare più corrispondenze tra le immagini, " -"consentendo potenzialmente la ricostruzione di aree con poca sovrapposizione " -"o caratteristiche insufficienti. Più punti notevoli rallentano " -"l'elaborazione. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:27 -#, 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 "" -"Opzione legacy (usa invece --feature-quality). Ridimensiona le immagini dal " -"lato più grande solo per scopi di estrazione dei punti notevoli. Impostare a " -"-1 per disabilitare. Ciò non influisce sulla qualità della risoluzione " -"dell'ortofoto finale e non ridimensionerà le immagini originali. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:28 -#, 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 "" -"Calcola una mappa raster euclidea per ogni DEM. La mappa riporta la distanza " -"da ogni cella al valore NODATA più vicino (prima di qualsiasi riempimento di " -"fori). Questo può essere utile per isolare le aree che sono state riempite. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "Stampa messaggi di debug. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Imposta la compressione da utilizzare per le ortofoto. Può essere uno di: " -"%(choices)s. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" -"Algoritmo di corrispondenza, libreria veloce per Approximate Nearest " -"Neighbors o Bag of Words. FLANN è più lento, ma più stabile. BOW è più " -"veloce, ma a volte può perdere corrispondenze valide. Può essere uno di: " -"%(choices)s. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "Visualizza il numero di versione ed esce. " - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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 "" -"Durante l'elaborazione di set di dati multispettrali, ODM allineerà " -"automaticamente le immagini per ogni banda. Se le immagini sono state " -"postprocessate e sono già allineate, utilizzare questa opzione. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:34 -#, python-format -msgid "" -"End processing at this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Termina l'elaborazione in questa fase. Può essere uno di: %(choices)s. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -#, 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 "" -"Esegui una triangolazione fotogrammetrica (bundle adjustment) locale per " -"ogni immagine aggiunta alla ricostruzione e una globale ogni 100 immagini. " -"Accelera la ricostruzione per set di dati molto grandi. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "Stampa messaggi aggiuntivi sulla console. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:37 -#, python-format -msgid "" -"Skip generation of PDF report. This can save time if you don't need a " -"report. Default: %(default)s" -msgstr "" -"Salta la generazione del rapporto PDF. Ciò consente di risparmiare tempo se " -"non è necessario un rapporto. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" -"Parametro raggio finestra filtro morfologico semplice (Simple Morphological " -"Filter) (metri). Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" -"Impostare questo parametro se si desidera un GeoTIFF con striping. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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 "" -"Soglia di distanza in metri per trovare immagini pre-corrispondenti in base " -"ai dati exif GPS. Imposta sia matcher-neighbors e questo a 0 per saltare la " -"pre-corrispondenza. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: or <" -"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] " -"[extra2]Default: %(default)s" -msgstr "" -"Percorso del file contenente i punti di controllo a terra utilizzati per la " -"georeferenziazione. Il file deve utilizzare il seguente formato: EPSG: " -" o <+ proj definition> geo_x geo_y geo_z im_x im_y nome_immagine " -"[gcp_name] [extra1] [extra2] Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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 "" -"Genera un poligono attorno all'area di ritaglio che taglia l'ortofoto " -"attorno ai bordi dei punti notevoli. Questo poligono può essere utile per " -"realizzare mosaici continui con più ortofoto sovrapposte. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" -"URL a un'istanza ClusterODM per distribire un flusso di lavoro split-merge " -"(separazione-unione) su più nodi in parallelo. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, python-format -msgid "" -"Rerun processing from this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Riesegui l'elaborazione da questa fase. Può essere uno di: %(choices)s. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -msgid "show this help message and exit" -msgstr "mostra questo messaggio di aiuto ed esci" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" -"Parametro di pendenza filtro morfologico semplice (rise over run). Valore " -"predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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 "" -"Quando si texturizza la mesh 3D, per ogni triangolo, scegliere di dare la " -"priorità alle immagini con punti notevoli nitidi (gmi) o quelle che coprono " -"l'area (area) più grande. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" -"Imposta la qualità della nuvola di punti. Una qualità più elevata genera " -"nuvole di punti migliori e più dense, ma richiede più memoria e più tempo. " -"Ogni incremento della qualità aumenta il tempo di elaborazione di circa un " -"fattore 4x. Può essere uno tra: %(choices)s. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. " -"Default: %(default)s" -msgstr "" -"Esporta la nuvola di punti georeferenziata in formato Entwine Point Tile " -"(EPT). Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, python-format -msgid "" -"Choose the algorithm for extracting keypoints and computing descriptors. Can " -"be one of: %(choices)s. Default: %(default)s" -msgstr "" -"Scegli l'algoritmo per l'estrazione dei punti chiave e dei descrittori di " -"calcolo. Può essere uno di: %(choices)s. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, 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 "" -"Disattiva l'ottimizzazione dei parametri della fotocamera durante la " -"triangolazione fotogrammetrica (bundle adjustment). A volte può essere utile " -"per migliorare i risultati che mostrano doming / bowling o quando le " -"immagini vengono scattate con una fotocamera con rolling shutter (otturatore " -"progressvo). Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" -"Imposta il tipo di proiezione della fotocamera. L'impostazione manuale di un " -"valore può aiutare a migliorare la distorsione geometrica. Per impostazione " -"predefinita, l'applicazione cerca di determinare un tipo di lente dai " -"metadati delle immagini. Può essere uno di: %(choices)s. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, fuzzy, python-format -#| msgid "" -#| "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" -msgid "" -"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" -msgstr "" -"Imposta la calibrazione radiometrica da eseguire sulle immagini. Quando si " -"elaborano immagini multispettrali è necessario impostare questa opzione per " -"ottenere valori di riflettanza (altrimenti si otterranno valori numerici " -"digitali). [camera] applica il livello del nero, la vignettatura, il " -"guadagno del gradiente di riga / compensazione dell'esposizione (se vengono " -"trovati i tag EXIF appropriati). [camera + sun] è sperimentale, applica " -"tutte le correzioni di [camera], inoltre compensa la radianza spettrale " -"registrata tramite un sensore di luce ad irradianza discendente (DLS) " -"tenendo in considerazione l'angolo del sole. Può essere uno di: %(choices)s. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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 "" -"Utilizzare questo tag per creare un DTM (Digital Terrain Model, solo a " -"terra) utilizzando un semplice filtro morfologico. Controllare i parametri --" -"dem* e --smrf* per una messa a punto più fine. Valore predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"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" -msgstr "" -"Risoluzione ortofoto in cm/pixel. Si noti che questo valore è limitato da " -"una stima della distanza di campionamento al suolo (GSD Ground Sampling " -"Distance). Per rimuovere il limite, controllare anche --ignore-gsd. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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 "" -"Eseguire la rettifica del terreno sulla nuvola di punti. Ciò significa che i " -"punti di terra classificati in modo errato verranno riclassificati e le " -"lacune verranno colmate. Utile per generare DTM. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" -"Parametro scalare di quota del filtro morfologico semplice (metri). " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, fuzzy, python-format -#| msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" -"Genera un file di benchmark con informazioni di runtime. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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 "" -"Scegli cosa unire nella fase di unione di un set di dati diviso. Per " -"impostazione predefinita, tutti gli output disponibili vengono uniti. " -"Opzioni: %(choices)s. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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 "" -"Imposta la qualità di estrazione dei punti notevoli (feature extraction). " -"Una qualità superiore genera migliori punti notevoli, ma richiede più " -"memoria e richiede più tempo. Può essere uno di: %(choices)s. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" -"Crea panoramiche di ortofoto per una visualizzazione più rapida in programmi " -"come QGIS. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"Name of dataset (i.e subfolder name within project folder). Default: " -"%(default)s" -msgstr "" -"Nome del set di dati (ad es. il nome della sottocartella all'interno della " -"cartella del progetto). Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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 "" -"Utilizza questo tag se disponi di un file GCP ma desideri invece utilizzare " -"le informazioni EXIF per la georeferenziazione. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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 "" -"Usa i dati exif GPS delle immagini per la ricostruzione, anche se sono " -"presenti GCP. Questo flag è utile se hai misurazioni GPS ad alta precisione. " -"Se non sono presenti GCP, questo flag non ha effetto. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want to generate a PNG rendering of the " -#| "orthophoto. Default: %(default)s" -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" -"Impostare questo parametro se si desidera generare un rendering PNG " -"dell'ortofoto. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" -"Impostare questo parametro se si desidera un GeoTIFF con striping. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" -"Elimina i file intermedi pesanti per ottimizzare l'utilizzo dello spazio " -"disco. Ciò influisce sulla capacità di riavviare la pipeline da una fase " -"intermedia, ma consente l'elaborazione dei set di dati su macchine che non " -"dispongono di spazio disco sufficiente. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" -"Elimina definitivamente tutti i risultati precedenti e riesegui la pipeline " -"di elaborazione." - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" -"Ritagliare automaticamente le immagini in uscita creando una zona smussata " -"attorno ai bordi del set di dati, ridotta di N metri. Utilizzare 0 per " -"disabilitare il ritaglio. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" -"Salta la normalizzazione dei colori in tutte le immagini. Utile durante " -"l'elaborazione dei dati radiometrici. Predefinito: %(default)s" - -#: 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 "" -"Salta la generazione di un modello 3D completo. Ciò consente di risparmiare " -"tempo se sono necessari solo risultati 2D come ortofoto e DEM. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:73 -#, 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 "" -"Risoluzione DSM/DTM in cm/pixel. Si noti che questo valore è limitato da una " -"stima della distanza di campionamento a terra (GSD). Per rimuovere il " -"limite, selezionare anche --ignore-gsd. Valore predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, python-format -msgid "" -"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Riesegui solo questa fase e fermati. Può essere uno di: %(choices)s. " -"Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, 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 "" -"Il numero massimo di thread da utilizzare in vari processi. Il requisito di " -"memoria massimo è di ~ 1 GB per thread e una risoluzione dell'immagine di 2 " -"megapixel. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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 "" -"Opzione legacy (usa invece --pc-quality). Controlla la densità della nuvola " -"di punti impostando la risoluzione delle immagini della mappa di profondità " -"(depthmap). Valori più alti richiedono più tempo per il calcolo ma producono " -"nuvole di punti più dense. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:77 -#, python-format -msgid "" -"Generate static tiles for orthophotos and DEMs that are suitable for viewers " -"like Leaflet or OpenLayers. Default: %(default)s" -msgstr "" -"Genera tessere (tiles) statiche per ortofoto e DEM adatte a visualizzatori " -"come Leaflet o OpenLayers. Valore predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" -"Esporta la nuvola di punti georeferenziata in formato CSV. Predefinito: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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 "" -"Percorso del file dei gruppi di immagini che controlla il modo in cui le " -"immagini devono essere suddivise in gruppi. Il file deve utilizzare il " -"seguente formato: nome_immagine nome_gruppo Default: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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 "" -"Impostare un valore in metri per le informazioni di precisione (DOP " -"Diluition of Precision) GPS per tutte le immagini. Se le tue immagini sono " -"contrassegnate con informazioni GPS ad alta precisione (RTK), questo valore " -"verrà impostato automaticamente di conseguenza. È possibile utilizzare " -"questa opzione per una impostazione manuale nel caso in cui la ricostruzione " -"non riesca. Abbassare questa opzione a volte può aiutare a controllare gli " -"effetti del bowling su vaste aree. Valore predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:81 -#, python-format -msgid "" -"Set this parameter if you want to generate a PNG rendering of the " -"orthophoto. Default: %(default)s" -msgstr "" -"Impostare questo parametro se si desidera generare un rendering PNG " -"dell'ortofoto. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:82 -#, 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 "" -"Classificare gli output della nuvola di punti utilizzando un filtro " -"morfologico semplice. Puoi controllare il comportamento di questa opzione " -"modificando i parametri --dem- *. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:83 -#, python-format -msgid "" -"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" -msgstr "" -"Salta la ricostruzione densa e la generazione del modello 3D. Genera " -"un'ortofoto direttamente dalla ricostruzione sparsa. Se hai solo bisogno di " -"un'ortofoto e non hai bisogno di un modello 3D completo, attiva questa " -"opzione. Predefinito: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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 "" -"Numero medio di immagini per sottomodello. Quando si divide un set di dati " -"di grandi dimensioni in sottomodelli più piccoli, le immagini vengono " -"raggruppate in gruppi. Questo valore regola il numero di immagini che ogni " -"gruppo dovrebbe avere in media. Predefinito: %(default)s" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Calcola il volume, l'area e le lunghezze con Leaflet" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "Un plugin per creare GCP files dalle immagini" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Un plugin per aggiungere un pulsante per l'apertura rapida dell'editor iD di " -"OpenStreetmap e impostare una mappa base TMS." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Un plugin per caricare le orthophoto su OpenAerialMap" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js: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/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "Sincronizza gli accounts da webdom.net" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "Aggiunge un pulsante per schermo intero alla vista mappa in 2D" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "Calcola, mostra l'anteprima ed esporta i contorni da DEM" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -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/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "Carica ed esegui il tile di una risorsa ODM su Cesium ion." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "Importa direttamente immagini da sorgenti esterne" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "Rileva cambiamenti tra due diverse attività nello stesso progetto." - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "Navigazione" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "Aspetto" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "Strumenti" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "Misurazioni" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "Ritaglio" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "Annotazioni" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "Materiali" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "Scena" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "Filtro di classificazione" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "Filtri" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "Altre impostazioni" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Informazioni" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "Misura angolo" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "Misura punto" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "Misura distanza" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "Misura altezza" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "Misura cerchio" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "Misura Area" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "Misura volume" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "Profilo delle altezze" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "Annotazione" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "Ritaglio volume" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "Ritaglio poligonale" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" -"Disegna un rettangolo di selezione. Devi essere in modalità vista " -"ortografica!" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "Piano di ritaglio sull'asse x" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "Piano di ritaglio sull'asse y" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "Piano di ritaglio sull'asse z" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "Rimuovi tutte le misurazioni" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "Vista da sinistra" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "Vista da destra" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "Vista frontale" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "Vista da dietro" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "Vista dall'alto" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "Vista dal basso" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "Estensione completa" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "Controllo orbita" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "Controllo volo" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "Controllo elicottero" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "Controllo terra" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "Vista prospettica" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "Vista ortografica" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "Cubo di navigazione" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "Rimuovi tutti i volumi di ritaglio" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "Bussola" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "Animazione della fotocamera" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "Densità punti" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Dimensione punto" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Dimensione minima" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Opacità" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "Profondità di campo" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "Dimensionamento punto" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "Intervallo di elevazione" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "Intervallo scalare" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "Qualità" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "Forma" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "Raggio" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "Intensità" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "Dimensione minima del nodo" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "Modalità ritaglio" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "Velocità" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "Cielo" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "Tieni sopra il terreno" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "Rettangolo" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "Unità di lunghezza" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "Blocca vista" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "Lingua" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "Eliminazione faccia posteriore" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "taglio" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "mostra volume" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "mostra in 3D" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "mostra sulla mappa" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "Numero di punti" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "Salva LAS(3D)" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "Salva CSV(2D)" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "Posizione della fotocamera" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "Target della fotocamera" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "Numero ritornato" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "Numero di ritorni" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "min" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "max" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "Ora GPS" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" -"Nessun DSM o DTM disponibile. Per esportare le curve di livello, assicurati " -"di elaborare un'attività con l'opzione --dsm o --dtm selezionata." - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" -"Non riesco a caricare le informazioni per l'attività. Sei connesso ad " -"internet?" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "Quota:" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "metri" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "Non semplificare" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "Aggressivo" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "Intervallo:" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "metro" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "Valore:" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "Livello:" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "Semplificare:" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "Proiezione:" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "Anteprima" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "Esporta" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "Curve di livello" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "Impossibile recuperare la stima. Riprovare più tardi." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" -"Impossibile recuperare la stima. Verifica i parametri o riprova più tardi." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "Stima dei crediti" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "Caricamento pannello di controllo..." - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" -"Impossibile caricare il pannello di controllo di Lightning. Stai utilizzando " -"l'ultima versione di WebODM?" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" -"Impossibile caricare il pannello di controllo di Lightning. Assicurati di " -"essere connesso a Internet o riprova tra un'ora." - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "Impossibile sincronizzare i nodi. Sei connesso a Internet?" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "Disconnessione…" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "Impossibile disconnettersi:" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "crediti" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "Illimitato" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "Saldo:" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "Acquista crediti" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "Aggiorna saldo" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "Ciao," - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "Nodi sincronizzati" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "Risincronizza" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Pannello di controllo" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Chiudi Sessione" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "Impossibile accedere. Risposta non valida:" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" -"Impossibile accedere. Assicurati di essere connesso a Internet o riprova tra " -"un'ora." - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "Indirizzo email" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "Password" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "Non hai un account?" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "Password dimenticata?" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "Accesso e sincronizzazione" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Network Lightning" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" -"Lightning è un servizio che consente di elaborare rapidamente set di dati di " -"piccole e grandi dimensioni utilizzando server ad alte prestazioni nel cloud." - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "registrati" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" -"Di seguito puoi inserire le tue %(link)s credenziali per sincronizzare il " -"tuo account e configurare automaticamente un nuovo nodo di elaborazione. Se " -"non hai un account, puoi %(register)s gratuitamente." - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "Risposta non valida: %(error)s" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "Superficie:" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "Perimetro:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "Volume:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "calcolo…" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "Metri cubi" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "Piedi cubi" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "Esporta in GeoJSON" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "Misura volume, area e lunghezza" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "Misurazione" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "Misura" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "Crea una nuova misura" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "Inizia a creare una misura aggiungendo punti alla mappa" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "Finisci misura" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "Ultimo punto" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "Area" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "Perimetro" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "Posizione del punto" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "Misura lineare" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "Lunghezza percorso" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "Centra su quest'area" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "Centra su questa linea" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "Centra su questa posizione" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "Acri" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Piedi" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "Chilometri" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Ettari" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Metri" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Miglia" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "Piedi quadrati" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "Metri quadrati" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "Miglia quadrate" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "Esporta misurazioni" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" - -#~ msgid "" -#~ "When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -#~ "deviation threshold to include patches. Patches with lower standard " -#~ "deviation are ignored. Default: %(default)s" -#~ msgstr "" -#~ "Quando si utilizza PATCH_MATCH o PATCH_MATCH_SAMPLE, controlla la soglia " -#~ "di deviazione standard per includere le patch. Le patch con deviazione " -#~ "standard inferiore vengono ignorate. Predefinito: %(default)s" - -#~ msgid "" -#~ "Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE " -#~ "are faster, but might miss some valid points. BRUTE_FORCE takes longer " -#~ "but produces denser reconstructions. Default: %(default)s" -#~ msgstr "" -#~ "Algoritmo di calcolo della mappa di profondità grezza (Raw depthmap) . " -#~ "PATCH_MATCH e PATCH_MATCH_SAMPLE sono più veloci, ma potrebbero perdere " -#~ "alcuni punti validi. BRUTE_FORCE richiede più tempo ma produce " -#~ "ricostruzioni più dense. Predefinito: %(default)s" - -#~ msgid "" -#~ "Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: " -#~ "%(default)s" -#~ msgstr "" -#~ "Usa OpenSfM per calcolare la nuvola di punti densa invece di OpenMVS. " -#~ "Predefinito: %(default)s" - -#~ msgid "" -#~ "Minimum number of views that should reconstruct a point for it to be " -#~ "valid. Use lower values if your images have less overlap. Lower values " -#~ "result in denser point clouds but with more noise. Default: %(default)s" -#~ msgstr "" -#~ "Numero minimo di visualizzazioni che dovrebbero ricostruire un punto " -#~ "affinché sia valido. Usa valori più bassi se le tue immagini hanno poca " -#~ "sovrapposizione. Valori più bassi producono nuvole di punti più dense ma " -#~ "con più rumore. Predefinito: %(default)s" diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja/LC_MESSAGES/django.po deleted file mode 100644 index 237a4a4f..00000000 --- a/locale/ja/LC_MESSAGES/django.po +++ /dev/null @@ -1,1547 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-15 15:19+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" diff --git a/locale/ja/LC_MESSAGES/djangojs.po b/locale/ja/LC_MESSAGES/djangojs.po deleted file mode 100644 index 75c02418..00000000 --- a/locale/ja/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2237 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-15 15:19+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:37 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:42 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:69 -msgid "Show Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:482 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion / MVS" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:413 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:439 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:422 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:398 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:296 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:312 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:354 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:368 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:372 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:374 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:405 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:422 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:434 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:441 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:485 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:488 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:489 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:500 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:504 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:524 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:580 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:585 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, 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:9 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -#, 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:12 -#, 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:13 -#, 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:14 -#, 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:15 -#, 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:16 -#, 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:17 -#, 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:18 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 "Print debug messages. 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 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, 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:24 -#, 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:25 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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: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 "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, 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:30 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:37 -#, 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:38 -#, 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:39 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, python-format -msgid "" -"When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -"deviation threshold to include patches. Patches with lower standard " -"deviation are ignored. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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:43 -#, 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:44 -#, python-format -msgid "" -"Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE are " -"faster, but might miss some valid points. BRUTE_FORCE takes longer but " -"produces denser reconstructions. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -#, 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:46 -#, 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:47 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, python-format -msgid "" -"Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, python-format -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:53 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -msgid "" -"Minimum number of views that should reconstruct a point for it to be valid. " -"Use lower values if your images have less overlap. Lower values result in " -"denser point clouds but with more noise. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -#, python-format -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:57 -#, 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:58 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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:62 -#, 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:63 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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:66 -#, 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:67 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. 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 -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:73 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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:75 -#, 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:76 -#, 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:77 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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:79 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/kn/LC_MESSAGES/django.po b/locale/kn/LC_MESSAGES/django.po deleted file mode 100644 index fab4c090..00000000 --- a/locale/kn/LC_MESSAGES/django.po +++ /dev/null @@ -1,1556 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-24 01:30+0000\n" -"PO-Revision-Date: 2021-04-28 02:31+0000\n" -"Last-Translator: Anand Mahesh \n" -"Language-Team: Kannada \n" -"Language: kn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "ಕಸ್ಟಮ್ ಸಿ.ಸ್.ಸ್ ಅನ್ನು ನಮೂದಿಸಿ" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "ಸಿ.ಸ್.ಸ್" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "ಹ್.ಟಿ.ಮ್.ಲ್ ಅನ್ನು ಸೈಟ್ ಹೆಡರ್ ಮೇಲೆ ಪ್ರದರ್ಶಿಸಲಾಗುತ್ತದೆ" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "ಎಚ್.ಟಿ.ಎಂ.ಎಲ್ (ಅಡಿಟಿಪ್ಪಣಿಗೆ ಮೊದಲು)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "ಹ್.ಟಿ.ಮ್.ಲ್ ಅನ್ನು ಸೈಟ್ ಹೆಡರ್ ಮೇಲೆ ಪ್ರದರ್ಶಿಸಲಾಗುತ್ತದೆ" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "ಹ್.ಟಿ.ಮ್.ಲ್ (ಹೆಡರ್ ನಂತರ)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "ಬಾಡಿ ಟ್ಯಾಗ್ ನಂತರ ಪ್ರದರ್ಶಿಸಲಾಗುವ ಹ್.ಟಿ.ಮ್.ಲ್" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "ಹ್.ಟಿ.ಮ್.ಲ್ (ದೇಹದ ಕೆಳಗೆ)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "ಹ್.ಟಿ.ಮ್.ಲ್ (ಫೂಟರ್ )" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "ವಿವರ" - -#: app/admin.py:106 -msgid "Version" -msgstr "ಆವೃತ್ತಿ" - -#: app/admin.py:112 -msgid "Author" -msgstr "ಲೇಖಕ" - -#: app/admin.py:233 -msgid "Actions" -msgstr "ಕ್ರಿಯೆಗಳನ್ನು" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"ಸಾಮಾನ್ಯ ವ್ಯತ್ಯಾಸ ಸಸ್ಯವರ್ಗದ ಸೂಚ್ಯಂಕವು ಹಸಿರು ಸಸ್ಯವರ್ಗದ ಪ್ರಮಾಣವನ್ನು ತೋರಿಸುತ್ತದೆ." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"ಹೆಚ್ಚುವರಿ ಹಸಿರು ಸೂಚ್ಯಂಕವು ಆಲೂಗಡ್ಡೆಯಂತಹ ಎಲೆಗಳ ಬೆಳೆಗಳ ಹಸಿರನ್ನು ಒತ್ತಿಹೇಳುತ್ತದೆ." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "ಹಸಿರು ಎಲೆ ಸೂಚ್ಯಂಕವು ಸೊಪ್ಪಿನ ಎಲೆಗಳು ಮತ್ತು ಕಾಂಡಗಳನ್ನು ತೋರಿಸುತ್ತದೆ." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" -"ಎಲೆ ಪ್ರದೇಶ ಸೂಚ್ಯಂಕವು ಎಲೆಗಳ ಪ್ರದೇಶಗಳನ್ನು ಅಂದಾಜು ಮಾಡುತ್ತದೆ ಮತ್ತು ಬೆಳೆ " -"ಇಳುವರಿಯನ್ನು ts ಹಿಸುತ್ತದೆ." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "ಬದ್ಧರಾಗುವ ಮೊದಲು ನೀವು ಕನಿಷ್ಠ 2 ಚಿತ್ರಗಳನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಬೇಕಾಗುತ್ತದೆ" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "ಯಾವುದೇ ಫೈಲ್‌ಗಳನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಿಲ್ಲ" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "ಕಾರ್ಯವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ, ನಿಮಗೆ ಕನಿಷ್ಠ 2 ಚಿತ್ರಗಳು ಬೇಕಾಗುತ್ತವೆ" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "ಆಸ್ತಿ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "ಆಮದು ಮಾಡಿದ ಕಾರ್ಯ" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "ಕಾರ್ಯವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ, ನೀವು 1 ಫೈಲ್ ಅನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಬೇಕಾಗುತ್ತದೆ" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" -"ಕಾರ್ಯವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ, ಉ.ರ್.ಲ್ ಅನ್ನು ನಿರ್ದಿಷ್ಟಪಡಿಸಿ ಅಥವಾ 1 ಫೈಲ್ ಅನ್ನು " -"ಅಪ್‌ಲೋಡ್ ಮಾಡಿ." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "ಈ ಚಿತ್ರವು ಸೇರಿರುವ ಕಾರ್ಯ" - -#: app/models/image_upload.py:10 app/models/task.py:259 -msgid "Task" -msgstr "ಕಾರ್ಯ" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "ಬಳಕೆದಾರರಿಂದ ಅಪ್‌ಲೋಡ್ ಮಾಡಲಾದ ಫೈಲ್" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "ಚಿತ್ರ" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "ಚಿತ್ರ ಅಪ್‌ಲೋಡ್" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "ಚಿತ್ರ ಅಪ್‌ಲೋಡ್‌ಗಳು" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "ಪ್ಲಗಿನ್ ಹೆಸರು" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:221 app/models/theme.py:16 -msgid "Name" -msgstr "ಹೆಸರು" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "ಈ ಪ್ಲಗಿನ್ ಆನ್ ಆಗಿದೆಯೇ." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "ಪ್ಲಗಿನ್" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "ಪ್ಲಗಿನ್‌ಗಳು" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "ಕೀಲಿಯನ್ನು ಹೊಂದಿಸಲಾಗುತ್ತಿದೆ" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "ಕೀ" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "ಈ ಸೆಟ್ಟಿಂಗ್ ಬಳಕೆದಾರರಿಗೆ ಸೇರಿದೆ. NULL ಆಗಿದ್ದರೆ, ಸೆಟ್ಟಿಂಗ್ ಜಾಗತಿಕವಾಗಿದೆ." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "ಬಳಕೆದಾರ" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "ಪೂರ್ಣಾಂಕ ಮೌಲ್ಯ" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "ಫ್ಲೋಟ್ ಮೌಲ್ಯ" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "ಒಡೆಯ" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:227 -msgid "Options" -msgstr "ಆಯ್ಕೆಗಳು" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:236 -msgid "Creation date" -msgstr "ಸೃಷ್ಟಿ ದಿನಾಂಕ" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:236 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "ಸಿಸ್ಟಮ್" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "ಅಳಿಸಲಾಗುತ್ತಿದೆ" - -#: app/models/project.py:56 app/models/task.py:220 -msgid "Project" -msgstr "ಯೋಜನೆ" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "ಯೋಜನೆಗಳು" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "ಸಂಸ್ಥೆಯ ಹೆಸರು" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "ಅಪ್ಲಿಕೇಶನ್" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:217 -msgid "Id" -msgstr "ಐಡಿ" - -#: app/models/task.py:219 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:219 -msgid "UUID" -msgstr "" - -#: app/models/task.py:220 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:221 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:222 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:222 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:223 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:224 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:225 -msgid "Status" -msgstr "" - -#: app/models/task.py:226 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:226 -msgid "Last Error" -msgstr "ಹಿಂದಿನ ತಪ್ಪು" - -#: app/models/task.py:227 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:228 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:228 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:229 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:229 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:231 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:231 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:232 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:237 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:237 -msgid "Pending Action" -msgstr "ಬಾಕಿ ಉಳಿದಿರುವ ಕ್ರಮಗಳು" - -#: app/models/task.py:239 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:239 -msgid "Public" -msgstr "ಸಾರ್ವಜನಿಕ" - -#: app/models/task.py:240 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:240 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:243 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:244 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:247 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:248 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:251 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:252 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:254 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:254 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:255 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:255 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:256 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:256 -msgid "Partial" -msgstr "" - -#: app/models/task.py:260 -msgid "Tasks" -msgstr "ಕಾರ್ಯಗಳು" - -#: app/models/task.py:269 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:372 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:411 app/models/task.py:679 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:505 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:585 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:737 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:747 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "ಗಡಿ" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "ಅಯಶಸ್ವಿಯಾದ" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "ಯಶಸ್ಸು" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "ಮನೆ" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "ಹೋಗಿ" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "ಹೌದು. ನಾನು ನಿಖರವಾಗಿದ್ದೇನೆ" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "ಉಳಿಸಿ" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "ಹುಡುಕಿ" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:73 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:48 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:66 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:70 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "ಉಚಿತ" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "ಬಳಸಿದ" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "ಒಟ್ಟು" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "ಮೆಮೊರಿ" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "ಉಚಿತ" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "ಬಳಸಿದ" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "ಒಟ್ಟು" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "ಸೂಚನೆ!" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "ಡಿಸ್ಕ್ ಸ್ಪೇಸ್" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "ಲೈಟನಿಂಗ್ ನೆಟ್ವರ್ಕ್" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "ಜಿ.ಸಿ.ಪಿ ಇಂಟರ್ಫೇಸ್" diff --git a/locale/kn/LC_MESSAGES/djangojs.po b/locale/kn/LC_MESSAGES/djangojs.po deleted file mode 100644 index 8fba0064..00000000 --- a/locale/kn/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2236 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-24 01:30+0000\n" -"PO-Revision-Date: 2021-04-27 07:37+0000\n" -"Last-Translator: Anand Mahesh \n" -"Language-Team: Kannada \n" -"Language: kn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "ನಲ್ಲಿ ಮೊಟಕುಗೊಳಿಸಲಾಗಿದೆ %(count)s ಸಾಲುಗಳು" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "ಪೂರ್ಣಪರದೆ ಟಾಗಲ್ ಮಾಡಿ" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "ಪೂರ್ಣಪರದೆ ನಿರ್ಗಮಿಸಿ" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "ಫೈಲ್‌ಗೆ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "ಹೆಸರು ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "ಯೋಜನೆಯನ್ನು ಸೇರಿಸಿ" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "ನಿಮ್ಮ ಬದಲಾವಣೆಗಳು ಕಳೆದುಹೋಗುತ್ತವೆ. ನೀವು ಬಿಡಲು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:37 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "ಆರ್ಥೋಫೋಟೋ" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "ಸಸ್ಯ ಆರೋಗ್ಯ" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "ಮೇಲ್ಮೈ ಮಾದರಿ" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "ಭೂಪ್ರದೇಶ ಮಾದರಿ" - -#: app/static/app/js/ModelView.jsx:42 -msgid "Show Model" -msgstr "ಮಾದರಿ ತೋರಿಸು" - -#: app/static/app/js/ModelView.jsx:69 -msgid "Show Cameras" -msgstr "ಕ್ಯಾಮೆರಾಗಳನ್ನು ತೋರಿಸಿ" - -#: app/static/app/js/ModelView.jsx:482 -msgid "Loading textured model..." -msgstr "ಟೆಕ್ಸ್ಚರ್ಡ್ ಮಾದರಿಯನ್ನು ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ ..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "ಕ್ಯಾಮೆರಾ ನಿಯತಾಂಕಗಳು" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:53 -msgid "All Assets" -msgstr "ಎಲ್ಲಾ ಸ್ವತ್ತುಗಳು" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "ಗೂಗಲ್ ನಕ್ಷೆಗಳು ಹೈಬ್ರಿಡ್" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "ರದ್ದುಗೊಳಿಸಲಾಗುತ್ತಿದೆ ..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "ಅಳಿಸಲಾಗುತ್ತಿದೆ ..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "ಮರುಪ್ರಾರಂಭಿಸಲಾಗುತ್ತಿದೆ ..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "ಚಿತ್ರಗಳನ್ನು ಮರುಗಾತ್ರಗೊಳಿಸಲಾಗುತ್ತಿದೆ ..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "ಆಮದು ಮಾಡಲಾಗುತ್ತಿದೆ ..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "ಡೇಟಾಸೆಟ್ ಅನ್ನು ಲೋಡ್ ಮಾಡಿ" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion / MVS" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "ಇಲ್ಲ" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "ಹೌದು" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "ಚಾಲನೆಯಲ್ಲಿದೆ" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "ಅಯಶಸ್ವಿಯಾದ" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "ಸ್ವತ್ತುಗಳನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "ಹೆಸರು" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "ಹುಡುಕಿ" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "ಹೊಸ ಯೋಜನೆ" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "ಪ್ರಾಜೆಕ್ಟ್ ರಚಿಸಿ" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "ಕಸ್ಟಮ್" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "ಡೀಫಾಲ್ಟ್" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "ನನ್ನ ಮೊದಲೇ" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "ಮರುಪ್ರಯತ್ನಿಸಿ" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:413 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "ಉಳಿಸಿ" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:439 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "ಆಯ್ಕೆಗಳು" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:422 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:398 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:296 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:312 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:354 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:368 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:372 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:374 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:405 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:422 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:434 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:441 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:485 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:488 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:489 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:500 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:504 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:524 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:580 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:585 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, 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:5 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, 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:7 -#, 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:8 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, 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:13 -#, 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:14 -#, python-format -msgid "" -"Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE are " -"faster, but might miss some valid points. BRUTE_FORCE takes longer but " -"produces denser reconstructions. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, python-format -msgid "" -"When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -"deviation threshold to include patches. Patches with lower standard " -"deviation are ignored. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, 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:17 -#, 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:18 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:20 -#, 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:21 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:24 -#, 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:25 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:27 -#, 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:28 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, 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:31 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -#, 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:33 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:34 -#, 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:35 -#, 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:36 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:37 -#, 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:38 -#, 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:39 -#, 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:40 -#, 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:41 -#, 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: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 "" -"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:44 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -#, 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:46 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:48 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, 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:51 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -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:54 -#, 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:55 -#, 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:56 -#, 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:57 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:58 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -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:66 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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:68 -#, 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:69 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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:71 -#, 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:72 -#, 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:73 -#, 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:74 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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:77 -#, 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:78 -#, python-format -msgid "" -"Minimum number of views that should reconstruct a point for it to be valid. " -"Use lower values if your images have less overlap. Lower values result in " -"denser point clouds but with more noise. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "ಲೈಟನಿಂಗ್ ನೆಟ್ವರ್ಕ್" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/ko/LC_MESSAGES/django.po b/locale/ko/LC_MESSAGES/django.po deleted file mode 100644 index 081c9513..00000000 --- a/locale/ko/LC_MESSAGES/django.po +++ /dev/null @@ -1,1661 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-06-10 14:32+0000\n" -"Last-Translator: Park Jeongyong \n" -"Language-Team: Korean \n" -"Language: ko\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "사용자 정의 CSS를 입력" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "사이트 헤더 상단에 표시될 HTML" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (머릿글 이전)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "사이트 머릿글 다음에 표시될 HTML" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (머릿글 다음)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "Body 태그 다음에 표시 될 HTML" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (body 다음)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"바닥글에 표시 될 HTML. {ORGANIZATION} 과 {YEAR} 등 특수 태그를 사용할 수도 있" -"습니다." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (바닥글)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "설명" - -#: app/admin.py:106 -msgid "Version" -msgstr "버전" - -#: app/admin.py:112 -msgid "Author" -msgstr "작성자" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "결정하기 전에 최소 2장 의 이미지들을 업로드 하여야 합니다" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "활성화됨" - -#: app/admin.py:238 -msgid "Actions" -msgstr "행동" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "정규식생지수(NDVI)는 녹색 식색의 양을 보여줍니다." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"향상된정규식생지수(ENDVI)는 NDVI와 비슷하지만 식생 건강 분리를 위해 적색 대신" -"에 청색과 녹색 밴드만을 사용합니다." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" -"시각대기저항지수(Visual Atmospheric Resistance Index)는 식생의 영역을 보여줍" -"니다." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"과잉녹색지수(Excess Green Index)는 감자와 같은 잎이 많은 작물의 녹색성을 강조" -"합니다." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" -"불탄지역지수(Burn Area Index)는 적색과 근적외선 스펙트럼에서 연소된 토지를 강" -"조합니다." - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "녹색잎지수는 녹색 잎과 줄기등을 보여줍니다." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"녹색 정규화 식생 지수는 NDVI와 유사하지만 빨간색 대신 녹색 스펙트럼을 측정합" -"니다." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "녹색 비율 식생 지수는 산림의 광합성 비율에 민감합니다." - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"토양 조정 식생 지수는 NDVI와 유사하지만 조정 계수 (0.5)를 사용하여 토양 영역" -"의 영향을 제거하려고합니다." - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" -"수정 된 비선형 인덱스는 토양 영역을 설명하기 위해 비선형 인덱스 알고리즘을 개" -"선합니다." - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" -"수정 단순 비율은 초목에 더 민감하도록 단순 비율 (SR) 지수를 개선 한 것입니다." - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" -"정규화된 차이 식물 지수는 IR과 빨간색의 차이를 사용하여 NDVI를 사용하여 건강" -"한 식물 영역을 표시합니다." - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" -"Transformed Difference Vegetation Index는 도시 환경의 식생 커버를 강조합니다." - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" -"최적화 된 토양 조정 식생 지수는 SAVI를 기반으로하지만 토양이 보이는 곳에서 식" -"생이 거의없는 지역에서 더 잘 작동하는 경향이 있습니다." - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "잎 면적 지수는 잎 면적을 추정하고 작물 수확량을 예측합니다." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" -"향상된 식물 지수는 파란색 파장을 사용하여 토양 신호를 수정하여 NDVI가 포화 " -"될 수있는 지역에서 유용합니다." - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "결정하기 전에 최소 2장 의 이미지들을 업로드 하여야 합니다" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "업로드된 파일이 없습니다" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "작업을 생성할 수 없습니다, 최소 2장 이상의 이미지가 필요합니다" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "애셋이 존재하지 않습니다" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "불러온 작업" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "작업을 생성할 수 없습니다, 1개의 파일을 업로드 해야합니다" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" -"작업을 생성할 수 없습니다, URL을 지정하거나 1개의 파일을 업로드 하세요." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "이 이미지가 속한 작업" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "작업" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "사용자에 의해 업로드된 파일" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "이미지" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "이미지 업로드" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "이미지 업로드" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "플러그인 이름" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "이름" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "이 플러그인이 활성화되어있는지 여부." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "활성화됨" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "플러그인" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "플러그인" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "설정 키" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "키" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "이 설정에 속하는 사용자입니다. NULL인 경우 설정이 전역입니다." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "사용자" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "정수 값" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "실수 값" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "부울 값" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "문자열 값" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "JSON 값" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "플러그인 영역" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "이 프리셋을 소유한 사람" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "소유자" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "이 프리셋을 설명하기 위한 레이블" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "이 사전 설정을 정의하는 옵션(작업 옵션과 동일한 형식)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "옵션" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "생성일" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "생성 됨" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"이 사전 설정이 시스템의 모든 사용자가 사용할 수 있는지 아니면 소유자만 사용" -"할 수 있는지 여부입니다." - -#: app/models/preset.py:14 -msgid "System" -msgstr "시스템" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "사전 설정" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "사전 설정" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "프로젝트를 만든 사람" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "이 프로젝트를 설명하기 위한 레이블" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "프로젝트에 대한 자세한 설명" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" -"이 프로젝트가 삭제 표시되었는지 여부입니다. 실행중인 작업이있는 프로젝트는 삭" -"제되기 전에 작업이 제대로 정리 될 때까지 기다려야합니다." - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "삭제 중" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "프로젝트" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "프로젝트" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "응용 프로그램의 이름" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "앱 이름" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "응용 프로그램의 512x512 로고 (.png 또는 .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "앱 로고" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "조직의 이름" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "조직 이름" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "조직의 웹 사이트 URL" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "조직 웹사이트" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "테마" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "활성 테마" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "응용프로그램" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "설정" - -#: app/models/task.py:218 -msgid "Id" -msgstr "ID" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "작업 식별자 (NodeODM API에서 반환 됨)" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "이 작업이 속한 프로젝트" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "작업에 대한 레이블" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" -"이 작업이 시작된 이후 경과 된 시간 (-1은 사용 가능한 정보가 없음을 나타냄)" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "처리 시간" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" -"이 작업에 할당 된 처리 노드 (또는이 작업이 아직 연결되지 않은 경우 null)" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "프로세싱 노드" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "이 작업에 처리 노드가 자동으로 할당되어야하는지 여부를 나타내는 플래그" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "자동 처리 노드" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "작업의 현재 상태" - -#: app/models/task.py:226 -msgid "Status" -msgstr "상태" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "마지막으로 받은 처리 오류" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "마지막 오류" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "이 작업을 처리하는 데 사용되는 옵션" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "다운로드 할 수있는 자산 목록" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "사용 가능한 자산" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "처리 노드의 콘솔 출력" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "콘솔 출력" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "정사 영상의 범위" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "정사 영상 범위" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "DSM 범위" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "DTM 범위" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" -"작업에 대해 수행 할 요청 된 작업입니다. 선택한 작업은 다음 반복에서 작업자가 " -"수행합니다." - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "보류 중인 작업" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "이 작업을 대중에게 공개할 수 있는지 여부를 나타내는 플래그" - -#: app/models/task.py:240 -msgid "Public" -msgstr "공용" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" -"-1과 다른 값으로 설정하면 이 작업의 이미지가 처리 하기 전에 여기에 지정된 크" -"기로 크기 조정되었음을 나타냅니다." - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "크기 조정" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" -"처리 노드에 대한이 작업의 파일 업로드 진행률을 나타내는 0에서 1 사이의 값" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "업로드 진행" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "이 작업 이미지의 크기 조정 진행률을 나타내는 0에서 1 사이의 값" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "진행률 크기 조정" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "이 작업의 실행 중인 진행률(예상)을 나타내는 0에서 1 사이의 값" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "실행 중인 처리" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "이 작업을 가져온 URL (가져온 작업에만 해당)" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "URL 가져 오기" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "이 작업과 관련된 이미지 수" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "이미지 수" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" -"이 작업이 현재 처리 중인 것으로 간주되기 전에 정보 또는 파일이 업로드되기를 " -"기다리고 있는지 여부를 나타내는 플래그입니다." - -#: app/models/task.py:257 -msgid "Partial" -msgstr "부분적" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "작업" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "이름 없음" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "자산 가져 오는 중 ..." - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "잘못된 zip 파일" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "연결 오류 : %(error)s" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "처리 노드가없는 작업을 다시 시작할 수 없습니다" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "지원되지 않는 SRS %(code)s. 지원되는 SRS를 선택했는지 확인하십시오." - -#: app/models/task.py:750 -msgid "Done!" -msgstr "완료!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "테마명" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "대부분의 텍스트, 아이콘 및 테두리." - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "기본" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "일부 버튼의 기본 배경색 및 텍스트 색상입니다." - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "보조" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "탐색 링크." - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "제 3기" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "기본 버튼 색상." - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "버튼 기본" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "기본 버튼 색상." - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "버튼 기본값" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "단추 색상을 삭제합니다." - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "헤더의 배경색" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "사이트의 헤더의 글자와 아이콘." - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "헤더 첫번째색" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "대부분의 경계선의 색." - -#: app/models/theme.py:30 -msgid "Border" -msgstr "경계" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "패널과 일부 경계선을 위한 배경색." - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "강조" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "실패 됨" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "성공" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 페이지를 찾을 수 없음" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 내부 서버 오류" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "페이지를 찾을 수 없습니다" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "집" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "서버 오류" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "실행" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "선택 항목 지우기" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "사용자명과 암호를 입력하세요." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "비밀번호 변경" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "아래의 오류를 확인하십시오." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "아래의 오류를 확인하십시오." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "최근 기록" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "필터" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "플러그인 불러오기(.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "플러그인 관리" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "삭제" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "객체" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "변경" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "삭제?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "요약" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "%(name)s 응용 프로그램의 모델" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "추가" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "아무 것도 수정할 수있는 권한이 없습니다." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "최근 작업" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "내 행동" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "사용 가능한 스크립트가 없음" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "알 수없는 콘텐츠" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "로그인" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "날짜/시간" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "활동" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "모두 표시" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "저장" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "검색" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "저장하고 새로 만들기" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "환영합니다!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "이미지와 GCP를 선택" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "개발자 도구" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "닫기" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:27 -msgid "Set locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "안녕하세요, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "로그아웃" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "대쉬보드" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "프로세싱 노드" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "새로 추가" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "관리" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "계정" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "그룹" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "브랜드" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "소개" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "호스트 이름" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "포트 번호" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "API 버전" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "엔진" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "엔진 버전" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "대기열 개수" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "최대 이미지 개수 제한" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "레이블" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "마지막 새로고침" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "전에" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "옵션 (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "편집" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "계정 생성" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"빠르게 OpenStreetMap의 iD 편집기를 열고 TMS 배경지도를 설정할 수 있는 버튼을 " -"추가하는 플러그인." - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "이미지로부터 GCP 파일을 생성하는 플러그인" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "지도" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "환영 합니다" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "" - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "진단용" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "진단용 정보" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "저장소 공간" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "여유" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "사용 됨" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "전체" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "메모리" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "여유" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "사용 됨" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "전체" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "주의!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "디스크 공간" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "라이트닝 네트워크" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "GCP 인터페이스" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "토큰" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" diff --git a/locale/ko/LC_MESSAGES/djangojs.po b/locale/ko/LC_MESSAGES/djangojs.po deleted file mode 100644 index d28ddf95..00000000 --- a/locale/ko/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2472 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-06-10 14:31+0000\n" -"Last-Translator: Park Jeongyong \n" -"Language-Team: Korean \n" -"Language: ko\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "%(count)s 번째 줄에서 출력을 생략" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "전체화면 토글" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "전체화면 나가기" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "파일 내려받기" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "이름 필드가 필요합니다" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "프로젝트 추가" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "변경사항들을 잃게 됩니다. 정말로 떠나기를 원하십니까?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "정사영상" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "식생 건강" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "표면 모델" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "지형 모델" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "카메라" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "모델 보기" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "카메라 보기" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "텍스쳐된 모델 불러오는 중..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "정사영상 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "정사영상 (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "정사영상 (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "정사영상 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "지형모델 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "지형모델 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "표면모델 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "표면모델 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "포인트 클라우드 (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "포인트 클라우드 (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "포인트 클라우드 (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "포인트 클라우드 (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "텍스쳐된 모델" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "카메라 파라미터" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "카메라 슈팅 (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "품질 보고서" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "모든 에셋들" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "구글 지도 하이브리드" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "ESRI 위성영상" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM 맵링크" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "취소 중..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "삭제 중..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "재시작 중..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "이미지 크기 조정 중..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "불러오는 중..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "데이터셋 불러오기" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "모션으로부터 구조화" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "멀티 뷰 스테레오" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "점 필터링" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "메쉬 생성 중" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "텍스쳐 생성 중" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "지오레퍼런싱" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "보고" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "아니오" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "예" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "대기열에 추가 됨" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "실행 중" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "실패 됨" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "완료 됨" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "취소 됨" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s 이 5MB 보다 큽니다." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "유효한 압축된 쉐이프파일이 아닙니다: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "유효한 JSON 파일이 아닙니다: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "애셋 다운로드" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "작업 옵션 수정" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "이름" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "검색" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "새 프로젝트" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "프로젝트 생성" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "프로젝트 생성 중..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"이 프로젝트와 관련된 모든 작업, 이미지, 모델 등이 영구적으로 삭제됩니다. 정" -"말 계속하기를 원하십니까?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "설명 (선택)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "프로세싱 노드의 목록을 불러올 수 없습니다. 인터넷과 연결된 상태인가요?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "달성하기 위해 시도하였음:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "사용 가능한 프로세싱 노드가 없습니다." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"하나 이상의 프로세싱 노드에 연결할 수 있고 현재 사용자에게 프로세싱 노드를 " -"볼 수 있는 충분한 권한이 부여되어 있는지 확인하십시오(관리 -- 프로세싱 노드 " -"-- 노드 선택 -- 개체 권한 -- 사용자/그룹 추가 그리고 프로세싱 노드를 볼 수 있" -"는 권한 확인). WebODM이 프로세싱 노드를 인식하고 온라인상태로 돌아가기까지 30" -"초 정도 걸릴 수 있습니다." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "사전 설정 목록을 가져올 수 없습니다. 인터넷과 연결된 상태인가요?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "사용자 설정" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "기본 값" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "나의 사전 설정" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "%(preset)s의 복사본" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "사전 설정을 복제할 수 없습니다. 페이지를 새로 고침하세요." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"시스템 사전 설정은 관리자 패널에서 스텝 사용자에 의해서만 제거될 수 있습니다." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "\"%(preset)s\" 삭제를 정말로 하시겠습니까?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "사전 설정을 삭제할 수 없습니다. 페이지를 새로고침해주세요." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "재시도" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "편집" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "복제" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "저장" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "삭제" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "프로세싱 노드" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "옵션" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "프로세싱 노드와 사전 설정을 불러오는 중..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "작업 정보를 갱신할 수 없습니다. 다시 시도해 주세요." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "취소" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "저장 중..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "닫기" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "제목" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "저장 중…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "확실합니까?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "변경사항을 적용할 수 없습니다" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "항목을 삭제할 수 없습니다" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "최소:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "최대:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "이미지 손실" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "이미지 내려받기" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "파일을 올릴 수 없습니다. 인터넷 연결상태를 확인하시고 다시 시도하세요." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "서버로부터 유효하지 않은 응답:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "파일을 올리는 동안 오류가 발생하였습니다. 다시 시도해주세요." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "유효하지 않은 JSON 응답:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "URL으로부터 불러올 수 없습니다. 인터넷 연결을 확인하세요." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "존재하는 에셋을 불러오기" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -"에셋 내려받기%(arrow)s 모든 에셋 을 통하여 이미 존재 하는 작업들로부터 내보내" -"기 된 .zip 파일들을 불러올 수 있습니다." - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "파일 올리기" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "URL로부터 가져오기" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "가져오기" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "올리기 취소" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "알고리즘:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "필터:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "색상:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "쉐이딩:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "없음" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "보통" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "돌출" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "내보내기:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "불러오는 중…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "레이어" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(카메라)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "타일 URL 템플릿을 입력하세. 유요한 좌표는:" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "Z/X/Y 타일 스키마를 위한 {z}, {x}, {y}" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "플립된 TMS 스타일의 Y 좌표는 {-y} 를 이용" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "예시:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "임시 GeoJSON(.json) 또는 쉐이프파일(.zip) 오버레이 추가" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "오류: 에셋 목록을 불러올 수 없음." - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "불투명도:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "불러오는 중..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "정말로 취소하기를 원합니까?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" -"%(count)s 파일들이 선택되었습니다. 다음의 추가적인 옵션들을 확인하세요:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "이미지 크기 조정" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "픽셀" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "검토" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "처리 시작" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "허용" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr ".JSON 파일을 불러오려면 클릭" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "기본 값으로 초기화" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "프로젝트 목록을 불러올 수 없습니다:%(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"%(filename)s을 올릴 수 없습니다. 최대 재시도 횟수를 초과했습니다" -"(%(max_retries)s)" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "새 작업을 생성할 수 없습니다. 서버로부터 유효하지 않은 응답: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "새 작업을 생성할 수 없습니다. 잠시후 다시 시도해주세요." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s개의 파일이 업로드 되지 않았습니다. 참고로 이미지 파일(.jpg, .tif, ." -"png)과 GCP 파일(.txt)만 업로드 가능합니다. 다시 시도해주세요." - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "프로젝트 편집" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "변경사항 저장" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "변경사항을 저장하는 중..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "이미지와 GCP를 선택" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "지도 보기" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s 작업들" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "공유하기" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "오류가 발생하였습니다. 인터넷 연결과 권한을 확인하세요." - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "이 작업을 공유하기" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "활성화됨" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "링크:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "HTML 아이프레임:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "작업 목록을 불러올 수 없습니다: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "오류: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "다시 시도하세요" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" -"이 프로젝트는 작업이 없습니다. 몇개의 이미지들을 업로드 하여 작업을 생성하세" -"요!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "명령을 완료할 수 없습니다." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"다음 문제 중 하나가있을 수 있습니다. %(problems)s 좋은 이미지를 캡처하기위한 " -"모범 사례에 대해 자세히 읽어 볼 수 있습니다 %(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "충분하지 않은 이미지들" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "이미지들 간의 중복도가 충분하지 않음" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "이미지들이 너무 흐릿할 수 있음(일반적으로 휴대폰 카메라의 경우)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "작업 옵션의 특징 점의 최소 개수가 너무 낮게 설정 됨, 25% 늘려보세요" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "여기" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"이 컴퓨터가 너무 오래되어 WebODM을 실행할 수 없습니다. WebODM에는 MMX, SSE, " -"SSE2, SSE3 및 SSSE3 명령 집합 이상을 지원하는 64비트 CPU가 있는 컴퓨터가 필요" -"합니다. 자신의 도커 이미지를 컴파일해도 WebODM을 실행할 수 있습니다. 자세한 " -"내용은 %(link)s를 참조하세요." - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "이 페이지" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" -"프로세싱노드가 작업을 완료하는 데 필요한 프로그램이 없습니다. 이는 손상된 설" -"치를 의미할 수 있습니다. OpenDroneMap을 빌드했다면 모든 프로그램이 오류없이 " -"빌드되었는지 확인하세요." - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "%(stage)s로 부터" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "처리 다시시작" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "작업을 다시 시작할 수 없음." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "(stage)에서 작업을 다시 시작할 수 없습니다." - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "작업 #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "프로세싱 노드로 이미지를 전송하는 중" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "노드를 기다리는 중..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "3D 모델 보기" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "작업을 취소할 수 없습니다." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "재시작" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"이 작업과 연관된 이미지, 지도, 모델 등의 모든 정보들이 삭제됩니다. 계속하시겠" -"습니까?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "작업을 삭제할 수 없습니다." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "작업 출력:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "켬" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "끔" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "생성됨:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "프로세스 노드:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "자동" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "수동" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "옵션:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"정사 영상이 생성되지 않았습니다. 생성하기 위해서는 이미지들의 EXIF 태그 안에 " -"내장된 GPS 정보가 있는지 확인하고, 또는 지상기준점(GCP )파일을 사용하여야 합" -"니다." - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "충분한 RAM이 할당됨" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "클라우드 프로세싱 노드" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" -"프로세싱 노드의 메모리가 부족한 것처럼 보입니다. 만약 docker를 사용하고 있다" -"면 docker 환경의 %(memlink)s를 확인하고. 또는, 충분한 물리 RAM이 있는지 확인" -"하고, 이미지의 수를 줄이거나 이미지를 작게 하거나 또는 작업 옵션으로부터 최" -"대 동시성(max-concurrency) 매개변수를 줄이는 것을 시도할 수 있습니다. 또는 " -"%(cloudlink)s 를 이용하여 시도할 수도 있습니다." - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "토픽 열기" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" -"\"프로세스가 코드 1로 종료되었습니다\"는 처리의 일부가 실패했음을 의미합니" -"다. 때로는 데이터 세트에 문제가 있고 때로는 작업 옵션을 조정하여 해결할 수 있" -"으며 때로는 버그 일 수 있습니다! 도움이 필요하면 커뮤니티 포럼에 %(link1)s 또" -"는 %(link2)s 및 %(open_a_topic)s와 같은 위치에 이미지를 업로드하고 작업 결과" -"물의 사본을 첨부해야합니다. 우리의 멋진 기여자들이 당신을 돕기 위해 노력할 것" -"입니다!" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "프로세싱 노드 설정" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "이미지 업로드를 기다리는 중..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "업로드 남음: %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s 파일 %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s 파일이 성공적으로 업로드되었습니다" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "" -"Turn on gamma tone mapping or none for no tone mapping. Can be one of " -"%(choices)s. Default: %(default)s " -msgstr "" -"감마 톤 매핑을 켜거나 톤 매핑이없는 경우 없음을 설정합니다. %(choices)s 중 하" -"나 일 수 있습니다. 기본값 : %(default)s " - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, fuzzy, 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. Set to 0 to disable sampling. Default: %(default)s" -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 "" -"반지름 N (미터 단위) 주위에 단일 점만 유지하여 점 구름을 필터링합니다. 이는 " -"포인트 클라우드의 출력 해상도를 제한하는 데 유용 할 수 있습니다. 샘플링을 비" -"활성화하려면 0으로 설정합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, fuzzy, python-format -msgid "" -"Type of photometric outlier removal method. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"포토 메트릭 이상 값 제거 방법의 유형입니다. 다음 중 하나 일 수 있습니다. " -"%(choices)s. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, fuzzy, 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 "" -"GPS exif 데이터를 기반으로 사전 일치 할 가장 가까운 이미지 수입니다. 사전 일" -"치를 건너 뛰려면 0으로 설정하십시오. 이웃은 거리 매개 변수와 함께 작동하며 사" -"전 일치를 사용하지 않으려면 둘 다 0으로 설정합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, 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 "" -"계산하는 대신 다른 데이터 세트에서 계산 된 카메라 매개 변수를 사용합니다. " -"cameras.json 파일의 경로 또는 cameras.json 파일의 내용을 나타내는 JSON 문자열" -"로 지정할 수 있습니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, fuzzy, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" -"지리 참조 된 포인트 클라우드를 LAS 형식으로 내 보냅니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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 "" -"DEM을 생성하기 전에 점을 줄입니다. 1은 소멸이 아닙니다 (전체 품질). 100은 포" -"인트의 ~ 99 %%를 데시 메이트합니다. DEM 생성 속도를 높이는 데 유용하므로 매" -"우 큰 데이터 세트가 생성됩니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, 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 "" -"영역을 간격으로 채우는 데 사용되는 단계 수입니다. 0이면 간격 채우기를 비활성" -"화합니다. 출력 해상도와 동일한 반경으로 시작하여 역 거리 가중치 (IDW) 알고리" -"즘을 사용하여 점차적으로 더 큰 반경으로 N 개의 서로 다른 DEM이 생성되고 함께 " -"병합됩니다. 나머지 간격은 최근 접 이웃 보간을 사용하여 병합됩니다. 기본값 : " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "솔기 근처의 색상 혼합을 건너뜁니다. 기본값: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" -"런타임 정보가 포함 된 벤치 마크 파일을 생성합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, fuzzy, python-format -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 "" -"멀티 스펙트럼 데이터 세트를 처리 할 때 재구성에 사용할 기본 대역의 이름을 지" -"정할 수 있습니다. 디테일이 선명하고 초점이 맞는 밴드를 선택하는 것이 좋습니" -"다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, fuzzy, 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 "" -"GSD (Ground Sampling Distance)를 무시합니다. GSD는 이미지 출력의 최대 해상도" -"를 제한하고 필요한 경우 이미지 크기를 조정하여 처리 속도를 높이고 메모리 사용" -"량을 줄입니다. GSD는 추정치이므로 간혹 무시하면 이미지 출력 품질이 약간 더 좋" -"아질 수 있습니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "출력 메시의 최대 버텍스 수입니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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 "" -"2.5D 메시 대신 전체 3D 메시를 사용하여 정사 광을 계산합니다. 이 옵션은 조금 " -"더 빠르며 평면 영역에서 유사한 결과를 제공합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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:27 -#, 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:28 -#, 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 "" -"각 DEM에 대한 유클리드 래스터 맵을 계산합니다. 맵은 각 셀에서 가장 가까운 " -"NODATA 값까지의 거리를보고합니다 (구멍 채우기가 발생하기 전). 이것은 채워진 " -"영역을 분리하는 데 유용 할 수 있습니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "디버그 메시지를 출력합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" -"Matcher 알고리즘, 근사 인접 이웃 또는 단어 모음에 대한 빠른 라이브러리. FLANN" -"은 느리지 만 더 안정적입니다. BOW는 더 빠르지 만 때때로 유효한 일치를 놓칠 " -"수 있습니다. %(choices)s 중 하나 일 수 있습니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -#, fuzzy -msgid "Displays version number and exits. " -msgstr "버전 번호를 표시하고 종료합니다. " - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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 "" -"다중 스펙트럼 데이터 세트를 처리 할 때 ODM은 각 밴드에 대한 이미지를 자동으" -"로 정렬합니다. 이미지가 후 처리되었고 이미 정렬 된 경우이 옵션을 사용하십시" -"오. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:34 -#, fuzzy, python-format -msgid "" -"End processing at this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"이 단계에서 처리를 종료합니다. 다음 중 하나 일 수 있습니다. %(choices)s. 기본" -"값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -#, fuzzy, 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 "" -"재구성에 추가 된 모든 이미지에 대해 로컬 번들 조정을 실행하고 100 개 이미지마" -"다 전역 조정을 실행합니다. 매우 큰 데이터 세트의 재구성 속도를 높입니다. 기본" -"값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "콘솔에 추가 메시지를 출력합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:37 -#, python-format -msgid "" -"Skip generation of PDF report. This can save time if you don't need a " -"report. Default: %(default)s" -msgstr "" -"PDF 보고서 생성을 건너 뜁니다. 보고서가 필요하지 않은 경우 시간을 절약 할 수 " -"있습니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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 "" -"GPS exif 데이터를 기반으로 사전 일치 이미지를 찾기위한 거리 임계 값 (미터). " -"사전 일치를 건너 뛰려면 matcher-neighbors와 this를 모두 0으로 설정하십시오. " -"기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, fuzzy, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: or <" -"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] " -"[extra2]Default: %(default)s" -msgstr "" -"지리 참조에 사용되는 지상 기준점이 포함 된 파일의 경로입니다. 파일은 다음 형" -"식을 사용해야합니다. EPSG : 또는 <+ proj definition> geo_x geo_y " -"geo_z im_x im_y image_name [gcp_name] [extra1] [extra2] 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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 "" -"피처 가장자리 주변의 정사 사진을 자르는 자르기 영역 주변에 다각형을 생성합니" -"다. 이 다각형은 여러 개의 겹치는 정사 사진으로 매끄러운 모자이크를 스티칭하" -"는 데 유용 할 수 있습니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" -"여러 노드에 병렬로 분할 병합 워크 플로를 배포하기위한 ClusterODM 인스턴스에 " -"대한 URL입니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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:45 -msgid "show this help message and exit" -msgstr "이 도움말 메시지를 표시하고 종료" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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 "" -"3D 메시를 텍스처링 할 때 각 삼각형에 대해 선명한 특징 (gmi)이있는 이미지 또" -"는 가장 큰 영역 (영역)을 포함하는 이미지의 우선 순위를 선택합니다. 기본값 : " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, fuzzy, python-format -msgid "" -"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. " -"Default: %(default)s" -msgstr "" -"EPT (Entwine Point Tile) 형식으로 지리 참조 된 포인트 클라우드를 내 보냅니" -"다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, fuzzy, python-format -msgid "" -"Choose the algorithm for extracting keypoints and computing descriptors. Can " -"be one of: %(choices)s. Default: %(default)s" -msgstr "" -"키포인트를 추출하고 설명자를 계산하기위한 알고리즘을 선택합니다. 다음 중 하" -"나 일 수 있습니다. %(choices)s. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, 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:52 -#, 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 "" -"카메라 투영 유형을 설정합니다. 값을 수동으로 설정하면 기하학적 왜곡 제거를 개" -"선하는 데 도움이 될 수 있습니다. 기본적으로 응용 프로그램은 이미지 메타 데이" -"터에서 렌즈 유형을 확인하려고합니다. 다음 중 하나 일 수 있습니다. " -"%(choices)s. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, fuzzy, python-format -#| msgid "" -#| "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" -msgid "" -"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" -msgstr "" -"이미지에서 수행 할 방사 측정 보정을 설정합니다. 다중 스펙트럼 이미지를 처리 " -"할 때 반사율 값을 얻으려면이 옵션을 설정해야합니다 (그렇지 않으면 디지털 숫" -"자 값을 얻게됩니다). [카메라]는 블랙 레벨, 비네팅, 행 그라데이션 게인 / 노출 " -"보정을 적용합니다 (적절한 EXIF 태그가있는 경우). [카메라 + 태양]은 실험적이" -"며 [카메라]의 모든 보정을 적용하고 태양의 각도를 고려하여 DLS (downwelling " -"light sensor)를 통해 등록 된 스펙트럼 방사를 보정합니다. %(choices)s중 하나 " -"일 수 있습니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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 "" -"이 태그를 사용하여 간단한 형태 학적필터를 사용하여 DTM (디지털 지형 모델, 지" -"상 전용)을 구축합니다. 미세 조정을 위해 --dem* 및 --smrf * 매개 변수를 확인하" -"십시오. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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 "" -"포인트 클라우드에서 지면 교정을 수행합니다. 이는 잘못 분류 된 지면 지점들이 " -"재 분류되고 간격이 채워짐을 의미합니다. DTM 생성에 유용합니다. 기본값 : " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "단순 형태 학 필터의 고도 스칼라 매개 변수. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, fuzzy, python-format -#| msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" -"런타임 정보가 포함 된 벤치 마크 파일을 생성합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, fuzzy, 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 "" -"기능 추출 품질을 설정합니다. 품질이 높을수록 더 나은 기능이 생성되지만 더 많" -"은 메모리가 필요하고 더 오래 걸립니다. 다음 중 하나 일 수 있습니다. " -"%(choices)s. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, 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:64 -#, 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:65 -#, 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 "" -"GCP가 있는 경우에도 이미지의 GPS exif 데이터를 재구성용으로 사용합니다. 이 플" -"래그는 고정밀 GPS 측정이 있는 경우에 유용합니다. GCP가 없는 경우 이 플래그는 " -"아무 것도 수행하지 않습니다. 기본값: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want to generate a PNG rendering of the " -#| "orthophoto. Default: %(default)s" -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" -"정사 사진의 PNG 렌더링을 생성하려면이 매개 변수를 설정하십시오. 기본값 : " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" -"이전 결과를 모두 영구적으로 삭제하고 처리 파이프 라인을 다시 실행합니다." - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, python-format -msgid "" -"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"이 단계 만 다시 실행하고 중지하십시오. 다음 중 하나 일 수 있습니다. " -"%(choices)s. 기본값 : %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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 "" -"이미지를 그룹으로 분할하는 방법을 제어하는 이미지 그룹 파일의 경로입니다. 파" -"일은 다음 형식을 사용해야합니다. image_name group_name 기본값: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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:81 -#, python-format -msgid "" -"Set this parameter if you want to generate a PNG rendering of the " -"orthophoto. Default: %(default)s" -msgstr "" -"정사 사진의 PNG 렌더링을 생성하려면이 매개 변수를 설정하십시오. 기본값 : " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:82 -#, 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 "" -"Simple Morphological Filter를 사용하여 포인트 클라우드 출력을 분류합니다. --" -"dem- * 매개 변수를 조정하여이 옵션의 동작을 제어 할 수 있습니다. 기본값 : " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:83 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, fuzzy, 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 "" -"서브 모델 당 평균 이미지 수입니다. 큰 데이터 세트를 더 작은 하위 모델로 분할" -"하면 이미지가 클러스터로 그룹화됩니다. 이 값은 각 클러스터가 평균적으로 가져" -"야하는 이미지 수를 조절합니다. 기본값 : %(default)s" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "이미지로부터 GCP 파일을 생성하는 플러그인" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"빠르게 OpenStreetMap의 iD 편집기를 열고 TMS 배경지도를 설정할 수 있는 버튼을 " -"추가하는 플러그인." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "OpenAerialMap으로 정사영상을 업로드하는 플러그인" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "탐색" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "외형" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "도구" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "측정" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "오리기" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "주석" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "재질" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "장면" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "분류 필터" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "필터" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "그 외 설정" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "소개" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "각도 측정" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "점 측정" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "거리 측정" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "높이 측정" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "반경 측정" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "면적 측정" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "체적 측정" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "높이 프로파일" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "주석" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "체적 자르기" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "폴리곤 자르기" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "왼쪽 보기" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "오른쪽 보기" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "전면 보기" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "후면 보기" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "윗면 보기" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "아랫면 보기" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "전체 영역" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "괘도 제어" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "비행 제어" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "헬리콥터 제어" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "지구 제어" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "원근법 카메라" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "정사영 카메라" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "탐색 주사위" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "나침반" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "카메라 애니메이션" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "점 군" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "점 크기" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "최소 크기" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "불투명도" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "가시영역" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "점 크기" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "고도 범위" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "스칼라 범위" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "품질" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "모양" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "반경" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "강도" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "클립 모드" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "속도" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "하늘" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "박스" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "길이 단위" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "보기 고정" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "언어" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "클립" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "체적 보기" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "LAS(3D) 저장" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "CSV(2D) 저장" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "카메라 위치" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "카메라 대상" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "반환 숫자" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "최소" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "최대" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "GPS 시간" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "고도:" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "미터" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "적극적" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "간격:" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "미터" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "값:" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "레이어:" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "단순화:" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "투영:" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "미리보기" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "내보내기" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "등고선" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "남은 크레딧" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "대시보드 불러오는 중..." - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "로그 아웃 중…" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "로그아웃할 수 없습니다:" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "크레딧" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "무제한" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "발란스:" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "크레딧 구매" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "발란스 새로고침" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "안녕하세요," - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "동기화된 노드" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "재동기화" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "대쉬보드" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "로그아웃" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "이메일 주소" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "비밀번호" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "비밀번호를 잊으셨나요?" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "라이트닝 네트워크" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "등록" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "면적:" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "둘레:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "체적:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "계산중…" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "입방미터" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "입방피트" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "측정" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "측정" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "측정 종료" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "마지막 점" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "면적" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "둘레" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "점 위치" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "선형 측정" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "경로 거리" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "에이커" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "피트" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "킬로미터" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "헥타르" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "미터" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "마일" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "평방피트" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "평방미터" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "평방마일" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "측정 내보내기" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/lt/LC_MESSAGES/django.po b/locale/lt/LC_MESSAGES/django.po deleted file mode 100644 index d3359d0a..00000000 --- a/locale/lt/LC_MESSAGES/django.po +++ /dev/null @@ -1,1551 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " -"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " -"1 : 2);\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" diff --git a/locale/lt/LC_MESSAGES/djangojs.po b/locale/lt/LC_MESSAGES/djangojs.po deleted file mode 100644 index 1a3377e0..00000000 --- a/locale/lt/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2251 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: 2021-06-10 14:31+0000\n" -"Last-Translator: Saulius Pūnis \n" -"Language-Team: Lithuanian \n" -"Language: lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " -"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " -"1 : 2);\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Pridėti projektą" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "Ortofoto" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:31 -msgid "Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:44 -msgid "Show Model" -msgstr "Rodyti Modelį" - -#: app/static/app/js/ModelView.jsx:71 -msgid "Show Cameras" -msgstr "Rodyti Kameras" - -#: app/static/app/js/ModelView.jsx:489 -msgid "Loading textured model..." -msgstr "Įkeliamas tekstūruotas modelis ..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Orofoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Orofoto (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Orofoto (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, python-format -msgid "" -"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" -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 -#, python-format -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 " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 -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 -#, 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:43 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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 -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:46 -#, 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:47 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, 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:56 -#, 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: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 " -"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:60 -#, python-format -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:61 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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 -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/mn/LC_MESSAGES/django.po b/locale/mn/LC_MESSAGES/django.po deleted file mode 100644 index d08d4155..00000000 --- a/locale/mn/LC_MESSAGES/django.po +++ /dev/null @@ -1,1667 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: 2021-05-19 10:21+0000\n" -"Last-Translator: oyunbat \n" -"Language-Team: Mongolian \n" -"Language: mn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Захиалгат CSS оруулна уу" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "Сайтын толгой дээр гарч ирэх HTML" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (толгойноос өмнө)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "Сайтын толгойн дараа гарч ирэх HTML" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (толгойн дараа)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "Үндсэн шошгоны дараа харагдах HTML" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (биеийн дараа)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"Хөл хэсэгт харагдах HTML. Та {ORGANIZATION}, {YEAR} зэрэг тусгай тагуудыг " -"ашиглаж болно." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (хөл)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Тодорхойлолт" - -#: app/admin.py:106 -msgid "Version" -msgstr "Хувилбар" - -#: app/admin.py:112 -msgid "Author" -msgstr "Зохиогч" - -#: app/admin.py:233 -msgid "Actions" -msgstr "Үйлдэл" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "Ургамлын хэвийн ялгааг индекс нь ногоон ургамлын хэмжээг харуулдаг." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"Өргөтгөсөн хэвийн ургамлын ялгагдах ургамлын индекс нь NDVI-тэй адил боловч " -"ургамлын эрүүл мэндийг тусгаарлахын тулд зөвхөн улаан биш цэнхэр ба ногоон " -"туузыг ашигладаг." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "Агаар мандлын эсэргүүцлийн индекс нь ургамлын талбайнуудыг харуулдаг." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"Илүүдэл ногоон индекс нь төмс гэх мэт навчит ургацын ногоон байдлыг онцолдог." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" -"Түлэнхийн талбайн индексийн гэрлийн гэрлүүд нь улаанаар хэт улаан туяаны " -"спектр хүртэл шатсан." - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "Ногоон навчны индекс нь ногоон навч, ишийг харуулдаг." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"Ногоон хэвийн ургамлын ялгавартай ургамлын индекс нь NDVI-тэй төстэй боловч " -"улаан биш харин ногоон спектрийг хэмждэг." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" -"Ногоон харьцааны ургамалжилтын индекс нь ой дахь фотосинтезийн түвшинд " -"мэдрэмтгий байдаг." - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"Хөрсөнд тохируулсан ургамалжилтын индекс нь NDVI-тэй төстэй боловч хөрсний " -"талбайн нөлөөллийг тохируулах коэффициент (0.5) ашиглан арилгахыг оролдож " -"байна." - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" -"Шугаман бус индексийг өөрчлөх нь шугаман бус индексийн алгоритмыг сайжруулж " -"хөрсний талбайн хэмжээг тооцдог." - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" -"Өөрчлөгдсөн энгийн харьцаа нь ургамалжилтанд илүү мэдрэмтгий байхын тулд " -"Энгийн харьцаа (SR) индексийг сайжруулж сайжруулах явдал юм." - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" -"Ургамлын өөрчлөлтийг индексжүүлэхдээ IR-ийн ойролцоо ба улаан, NDVI-ийн " -"хоорондох ялгааг ашиглан эрүүл ургамлын талбайнуудыг харуулна." - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" -"Ургамлын өөрчлөлтийн индексээр хот суурин газрын ургамлын бүрхэвчийг " -"онцолсон болно." - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" -"Хөрсөнд тохирсон ургамалжилтын оновчтой индексийг SAVI дээр үндэслэсэн " -"боловч ургамал багатай, хөрс харагддаг газруудад илүү сайн ажиллах " -"хандлагатай байдаг." - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" -"Навчны талбайн индекс нь навчлах талбайн хэмжээг тооцоолж, ургацын ургацыг " -"урьдчилан таамаглаж байна." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" -"Ургамлын сайжруулсан индекс нь хөрсний дохиог засахын тулд цэнхэр долгионы " -"уртыг ашиглан NDVI ханасан газарт ашигтай байдаг." - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Хийхээсээ өмнө дор хаяж 2 зураг байршуулах шаардлагатай" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Файл байршуулаагүй байна" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Даалгавар үүсгэх боломжгүй, танд дор хаяж 2 зураг хэрэгтэй" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "Хөрөнгө байхгүй байна" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Импортын даалгавар" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "Даалгавар үүсгэх боломжгүй тул та 1 файл байршуулах шаардлагатай" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" -"Даалгавар үүсгэх боломжгүй, эсвэл URL зааж өгөх эсвэл 1 файл байршуулах." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "Энэ зургийн харьяалагдах даалгавар" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "Даалгавар" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "Хэрэглэгчийн байршуулсан файл" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Зураг" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Зураг байршуулах" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Зураг байршуулах" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Залгаасны нэр" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Нэр" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "Энэ залгаас асаалттай эсэх." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Идэвхжсэн" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Залгах" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Залгаасууд" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "Түлхүүрийг тохируулах" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Түлхүүр" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" -"Энэ тохиргоо нь хэрэглэгчид хамаарна. Хэрэв NULL бол тохиргоо дэлхийн " -"хэмжээнд байна." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Хэрэглэгч" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Бүхэл утга" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "Хөвөгч утга" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "Bool утга" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Мөрний утга" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "JSON утга" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Plugin Datum" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "Энэ тохиргоог эзэмшдэг хүн" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Эзэмшигч" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "Урьдчилан тохируулсан байдлыг тодорхойлоход ашигладаг шошго" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" -"Энэ урьдчилсан тохиргоог тодорхойлох сонголтууд (Task-ийн сонголттой ижил " -"форматтай)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Сонголтууд" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Бүтээсэн огноо" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Үүсгэсэн" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"Энэ урьдчилсан тохируулга нь системийн бүх хэрэглэгч эсвэл зөвхөн эзэмшигчид " -"боломжтой эсэх." - -#: app/models/preset.py:14 -msgid "System" -msgstr "Систем" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Урьдчилан тохируулсан" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Урьдчилсан тохируулга" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "Төслийг бүтээсэн хүн" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "Төслийг тайлбарлахад ашигладаг шошго" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "Төслийн талаар илүү гүнзгий тайлбар" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" -"Энэ төслийг устгахаар тэмдэглэсэн эсэх. Ажиллаж байгаа төслүүд " -"устгагдахаасаа өмнө зөв цэвэрлэгдэхийг хүлээх хэрэгтэй." - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Устгаж байна" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Төсөл" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Төсөл" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "Таны өргөдлийн нэр" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Аппын нэр" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "Таны програмын 512x512 лого (.png эсвэл .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Апп лого" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "Танай байгууллагын нэр" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Байгууллагын нэр" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "Танай байгууллагын вэбсайтын URL хаяг" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Байгууллагын вэбсайт" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Сэдэв" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "Идэвхтэй сэдэв" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Програм" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Тохиргоо" - -#: app/models/task.py:218 -msgid "Id" -msgstr "Id" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "Даалгаврын тодорхойлогч (NodeODM API-ийн буцаасан шиг)" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "Энэ даалгаварт хамаарах төсөл" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "Даалгаврын шошго" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" -"Энэ даалгавар эхэлснээс хойш өнгөрсөн миллисекундын тоо (-1 нь мэдээлэлгүй " -"байгааг харуулж байна)" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "Боловсруулах цаг" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" -"Энэ даалгаварт оноогдсон зангилааны боловсруулалт (эсвэл энэ даалгавар " -"хараахан холбогдоогүй бол хүчингүй)" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "Боловсруулах цэг" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" -"Энэ даалгаварт автоматаар боловсруулах цэгийг оноож өгөх эсэхийг зааж өгсөн " -"туг" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "Автоматаар боловсруулах цэг" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "Ажлын өнөөгийн байдал" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Статус" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "Сүүлчийн боловсруулалтын алдаа хүлээн авав" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Сүүлийн алдаа" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "Энэ даалгаврыг боловсруулахад ашиглаж буй сонголтууд" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "Татаж авах боломжтой хөрөнгийн жагсаалт" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "Боломжит хөрөнгө" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "Боловсруулалтын зангилааны консол гаралт" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "Консол гаралт" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "Ортофотогийн хэмжээ" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "Ортофото хэмжээ" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "DSM хэмжээ" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "DTM хэмжээ" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" -"Даалгавар дээр хийхийг хүссэн үйл ажиллагаа. Сонгосон үйлдлийг дараагийн " -"давталт дээр ажилчин гүйцэтгэнэ." - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "Хүлээгдэж буй арга хэмжээ" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "Энэ даалгавар олон нийтэд нээлттэй байгаа эсэхийг харуулсан туг" - -#: app/models/task.py:240 -msgid "Public" -msgstr "Олон нийтийн" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" -"-1-ээс өөр утгыг тохируулсан тохиолдолд энэ даалгаврын зургуудыг " -"боловсруулахаас өмнө энд заасан хэмжээгээр өөрчилсөн болохыг илэрхийлнэ." - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "Хэмжээгээ өөрчлөх" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" -"Энэ даалгаврын файлуудыг боловсруулах цэг рүү байршуулах явцыг харуулсан 0-1 " -"хоорондох утга" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "Байршуулах явц" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" -"Энэ даалгаврын зургуудын хэмжээг өөрчлөх явцыг харуулсан 0-1 хоорондох утга" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "Ахиц дэвшлийн хэмжээг өөрчлөх" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" -"Энэ даалгаврын явц (тооцоолсон) явцыг харуулсан 0-ээс 1-ийн хоорондох утга" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "Прогресс ажиллуулж байна" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "Энэ даалгаврыг URL-аас импортлох (зөвхөн импортын даалгаврын хувьд)" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "Импортын URL" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "Энэ даалгавартай холбоотой зургийн тоо" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "Зураг тоолох" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" -"Энэ даалгавар нь боловсруулалт хийхээс өмнө мэдээлэл эсвэл файл оруулахыг " -"хүлээж байгаа эсэхийг харуулсан туг." - -#: app/models/task.py:257 -msgid "Partial" -msgstr "Хэсэгчилсэн" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "Даалгавар" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "нэргүй" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "Хөрөнгө оруулж ирж байна ..." - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "Зип файл буруу байна" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "Холболтын алдаа: %(error)s" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "Боловсруулах цэггүй ажлыг дахин эхлүүлэх боломжгүй" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" -"Дэмжигдээгүй SRS %(code)s. Дэмжигдсэн SRS-ийг сонгосон эсэхээ шалгана уу." - -#: app/models/task.py:748 -msgid "Done!" -msgstr "Болов!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "Сэдвийн нэр" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "Ихэнх текст, дүрс, хүрээ." - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Анхан шатны" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "Үндсэн товчлуурын өнгө, зарим товчлуурын текстийн өнгө." - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Хоёрдогч" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "Навигацийн холбоосууд." - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "Гуравдагч" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "Анхдагч товчлуурын өнгө." - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "Анхан шатны товчлуур" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "Анхдагч товчлуурын өнгө." - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "Анхдагч товчлуур" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "Товчлуурын өнгийг устгах." - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "Товчлуурын аюул" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "Сайтын толгойн дэвсгэр өнгө." - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "Толгойн ар тал" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "Сайтын толгой дээрх текст ба дүрс тэмдэг." - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "Толгой хэсэг" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "Ихэнх хүрээний өнгө." - -#: app/models/theme.py:30 -msgid "Border" -msgstr "Хил" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "Самбарын арын өнгө ба зарим хүрээ." - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "Тодруулах" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "Анхааруулах харилцах цонхны хүрээ өнгө." - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "Харилцан ярианы анхааруулга" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "Алдаатай мэдэгдлийн арын өнгө." - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Амжилтгүй боллоо" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "Амжилтын мэдэгдлийн арын өнгө." - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Амжилт" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 Хуудас олдсонгүй" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "Хаяг зөв гэдэгт итгэлтэй байна уу?" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 Дотоод серверийн алдаа" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "Ямар нэг зүйл болсон. Серверийн бүртгэлүүд илүү их мэдээллийг агуулдаг." - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" -"Энэхүү програм нь үнэгүй програм хангамж юм. Та үүнийг үнэгүй програм " -"хангамжийн сангаас гаргасан GNU Affero Public Public License-ийн дагуу " -"лицензийн 3 хувилбар, эсвэл дараачийн хувилбар болгон дахин хуваарилах ба / " -"эсвэл өөрчлөх боломжтой. Илүү дэлгэрэнгүйг %(link_start)s GNU Affero Public " -"Public License %(link_end)s -с үзнэ үү." - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Хуудас олдсонгүй" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Уучлаарай, хүссэн хуудас олдсонгүй." - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Нүүр хуудас" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Серверийн алдаа" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Серверийн алдаа (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Серверийн алдаа (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" -"Алдаа гарлаа. Энэ талаар сайтын админуудад имэйлээр мэдэгдсэн бөгөөд удахгүй " -"засах ёстой. Тэвчээр гаргасанд баярлалаа." - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "Сонгосон үйлдлийг ажиллуулна уу" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Яв" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "Бүх хуудсан дээрх объектуудыг сонгохын тулд энд дарна уу" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "Бүгдийг нь сонгох %(total_count)s %(module_name)s" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Сонголтыг арилгах" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" -"Эхлээд хэрэглэгчийн нэр, нууц үгээ оруулна уу. Дараа нь та илүү олон " -"хэрэглэгчийн сонголтыг засах боломжтой болно." - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "Хэрэглэгчийн нэр, нууц үгээ оруулна уу." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Нууц үгээ солих" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Доорх алдааг засна уу." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Доорх алдааг засна уу." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" -"Хэрэглэгчийн хувьд шинэ нууц үг оруулна уу %(username)s ." - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "Django сайтын админ" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "Жанго захиргаа" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Нэмэх %(name)s" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Түүх" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Сайт дээр үзэх" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Шүүлтүүр" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "Ачааллын залгаас (.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Залгаасуудыг удирдах" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "Эрэмбэлэхээс хасах" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Эрэмбэлэх тэргүүлэх чиглэл: %(priority_number)s" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "Эрэмбэлэлтийг сэлгэх" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Устгах" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" -"%(object_name)s '%(escaped_object)s' -ийг устгаснаар холбогдох объектуудыг " -"устгах болно, гэхдээ таны дансанд дараахь төрлийн объектуудыг устгах " -"зөвшөөрөл байхгүй байна." - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" -"%(object_name)s '%(escaped_object)s' -ийг устгахын тулд дараахь " -"хамгаалагдсан холбогдох объектуудыг устгах шаардлагатай болно." - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" -"Та %(object_name)s \"%(escaped_object)s\" - г устгахдаа итгэлтэй байна уу? " -"Дараахтай холбоотой бүх зүйлийг устгах болно:" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Объект" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Тиймээ би итгэлтэй байна" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "Үгүй ээ, намайг буцааж ав" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "Олон объектыг устгах" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" -"Сонгосон %(objects_name)s -г устгаснаар холбогдох объектуудыг устгах болно, " -"гэхдээ таны дансанд дараахь төрлийн объектуудыг устгах зөвшөөрөл байхгүй " -"байна." - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" -"Сонгосон %(objects_name)s -г устгахын тулд дараахь хамгаалагдсан холбогдох " -"объектуудыг устгах шаардлагатай болно." - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" -"Сонгосон %(objects_name)s -г устгахдаа итгэлтэй байна уу? Дараахь бүх " -"объектууд болон тэдгээртэй холбоотой зүйлсийг устгах болно." - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Өөрчлөлт" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Устгах уу?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr " Бичсэн %(filter_title)s " - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Хураангуй" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "%(name)s програмын загварууд" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Нэмэх" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "Танд ямар нэгэн зүйл засах зөвшөөрөл байхгүй байна." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Сүүлийн үеийн үйлдлүүд" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Миний үйлдэл" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Байхгүй" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Тодорхойгүй агуулга" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" -"Таны мэдээллийн баазыг суулгахад алдаа гарлаа. Тохирох өгөгдлийн сангийн " -"хүснэгтүүдийг үүсгэсэн эсэх, мэдээллийн санг зохих хэрэглэгч унших боломжтой " -"эсэхийг шалгаарай." - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" -"Та %(username)s гэж танигдсан боловч энэ хуудсанд нэвтрэх эрхгүй. Та өөр " -"данс руу нэвтрэхийг хүсч байна уу?" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "Нууц үг, хэрэглэгчийн нэрээ мартсан уу?" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Нэвтрэх" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Он сар өдөр цаг" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Үйлдэл" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" -"Энэ объектын өөрчлөлтийн түүх байхгүй байна. Энэ админ сайтаар дамжуулан " -"нэмж оруулаагүй байх." - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Бүгдийг харуулах" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Хадгалах" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "Попап хаагдаж байна ..." - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "Сонгосон өөрчлөлт %(model)s" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "Өөр нэгийг нэмэх %(model)s" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "Сонгогдсоныг устгах %(model)s" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Хайх" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s үр дүн" -msgstr[1] "%(counter)s үр дүн" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "%(full_result_count)s нийт" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Шинэ гэж хадгалах" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "Хадгалаад өөрийг нь нэмээрэй" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Хадгалж, үргэлжлүүлэн засах" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Тавтай морил!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Боловсруулах цэг нэмэх" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" -"Эхлэхийн тулд \"%(add_processing_node)s\". Боловсруулах зангилаа нь " -"%(nodeodm_link)s эсвэл үүнийг хэрэгжүүлж буй бусад програм хангамжийн жишээг " -"ажиллуулж буй компьютер юм %(api_link)s." - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Зураг ба GCP-г сонгоно уу" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Газрын зураг үүсгэхийн тулд \"%(upload_images)s\" товчийг дарна уу, эсвэл " -"зарим зургийг чирээд төсөл рүү оруулна уу." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Танд дор хаяж 5 зураг хэрэгтэй" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "Зургууд 65 %% ба түүнээс дээш давхцах ёстой" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "Маш сайн 3D-ийн хувьд зураг 83-тай давхцах ёстой %%" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" -"A %(link_start)s GCP файл %(link_end)s нь заавал байх албагүй боловч " -"газарзүйн холболтын нарийвчлалыг нэмэгдүүлэх боломжтой" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "Хөгжүүлэгчийн хэрэгсэл" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Хаах" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "Одоогийн байршил:" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" -"Орон нутгийн тохиргоог өөрчлөхийн тулд хөтөчийнхөө тохиргоог өөрчилж, " -"хуудсыг дахин сэргээнэ үү." - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "Орчуулгын файлууд (.zip):" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "Орчуулгын файлуудыг татаж авах, солих" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" -"Гүйцэтгэж байна ... хуудсыг дахин бүү сэргээ! Үүнд хэсэг хугацаа шаардагдаж " -"магадгүй юм." - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Сайн уу, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Гарах" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Хяналтын самбар" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "Зангилаа боловсруулах" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Шинээр нэмэх" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Захиргаа" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Данс" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Бүлгүүд" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Брэнд" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "Тухай" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "Хостын нэр" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "Боомт" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "API хувилбар" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "Хөдөлгүүр" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "Хөдөлгүүрийн хувилбар" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "Дарааллын тоо" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Макс зургийн хязгаар" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "Шошго" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "Сүүлд шинэчлэгдсэн" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "өмнө" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Сонголтууд (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Засах" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "Өө өө! Доорх алдааг шалгаж болох уу?" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Бүртгэл үүсгэх" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Leaflet дээр эзэлхүүн, талбай, уртын хэмжилтийг тооцоолох" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "Зурган дээрээс GCP файл үүсгэх залгаас" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"OpenStreetMap-ийн iD засварлагчийг хурдан нээж, TMS basemap тохируулах " -"товчлуурыг нэмэх залгаас." - -#: app/translations/plugin_manifest_autogenerated.py:8 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Ортофотог OpenAerialMap дээр байршуулах залгаас" - -#: 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 "Акаунтуудыг webodm.net сайтаас синк хийх" - -#: app/translations/plugin_manifest_autogenerated.py:11 -msgid "Add a fullscreen button to the 2D map view" -msgstr "2D газрын зураг дээр бүрэн дэлгэцийн товчлуурыг нэмнэ үү" - -#: app/translations/plugin_manifest_autogenerated.py:12 -msgid "Compute, preview and export contours from DEMs" -msgstr "DEM-ээс контурыг тооцоолох, урьдчилан харах, экспортлох" - -#: app/translations/plugin_manifest_autogenerated.py:13 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "Даалгаврын DEM дээр үндэслэн өндрийн газрын зургийг тооцоолж зур" - -#: app/translations/plugin_manifest_autogenerated.py:14 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "ODM-ийн хөрөнгийг цезийн ионоор байршуулж, хавтангаар байрлуул." - -#: app/translations/plugin_manifest_autogenerated.py:15 -msgid "Import images from external sources directly" -msgstr "Гадны эх үүсвэрээс зургийг шууд импортлох" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "Нэг төслийн хоёр өөр ажлын хоорондох өөрчлөлтийг илрүүлэх." - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Эхний төсөл" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "Газрын зураг" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "3D загварын дэлгэц" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "Тавтай морилно уу" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr ".Zip архиваас локал / хавтас олох боломжгүй байна" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "Орчуулгын файлуудыг дахин ачаалав!" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "Буруу үйлдэл" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "Зангилааны менежмент" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" -"Зангилаа байрладаг хостын нэр эсвэл IP хаяг (дотоод хостын нэр ч байж болно)" -". Хэрэв та Docker ашиглаж байгаа бол энэ нь хэзээ ч 127.0.0.1 эсвэл " -"localhost биш юм. Linux дээр ifconfig ажиллуулж эсвэл сүлжээний тохиргоогоо " -"шалгаад хост машиныхаа IP хаягийг олоорой." - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "Зангилааны API-тай холбогддог порт" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "Зангилаа ашигладаг API хувилбар" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "Энэ зангилааны талаархи мэдээллийг хэзээ хамгийн сүүлд олж авсан бэ?" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" -"Одоогоор энэ зангилаан дээр боловсруулж байгаа ажлуудын тоо (зангилааны " -"өөрөө мэдээлсэн шиг)" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "Бэлэн сонголтууд" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "Боловсруулахад ашиглаж болох хувилбаруудын тодорхойлолт" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "Токен" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" -"Баталгаажуулалтад ашиглах токен. Хэрэв зангилаанд нэвтрэлт танилт байхгүй " -"бол та энэ талбарыг хоосон үлдээж болно." - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "Макс зураг" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "Энэ зангилааг хүлээн зөвшөөрсөн зургийн хамгийн их тоо." - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "Зангилаа ашигладаг хөдөлгүүрийн хувилбар." - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" -"Энэ зангилааны нэмэлт шошго. Тохируулах үед энэ хаяг нь хостын нэрний оронд " -"харагдах болно: порт нэр." - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "Зангилаа ашигладаг хөдөлгүүр." - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "Тохирох enum төрөл алга." - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "DSM давхарга байхгүй байна." - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "DTM давхарга байхгүй байна." - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "Контур файл үүсгэж чадсангүй. Энэ нь алдаа байж магадгүй юм." - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Оношлогоо" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Оношлогооны мэдээлэл" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Хадгалах зай" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Үнэгүй" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Ашигласан" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Нийт" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Санах ой" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Үнэгүй" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Ашигласан" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Нийт" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Тэмдэглэл!" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Эдгээр утга нь програмыг ажиллуулж буй виртуалчлах орчинтой харьцуулсан байж " -"болох бөгөөд таны машины утга заавал байх албагүй. Эдгээр утгыг Docker " -"тохиргоонд өөрчлөх талаар %(win_link)s ба %(mac_link)s зааврыг үзнэ үү." - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Дискний зай" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Аянгын сүлжээ" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" -"Гадаргуугийн загвар байхгүй байна. Хяналтын самбараас энэ даалгаврыг сонгоод " -"Засах товчийг дарж, сонголтоос \"dsm\" -г шалгана уу, дараа нь Дахин " -"эхлүүлэх -> ДЭМ-ээс дарна уу." - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "GCP интерфэйс" diff --git a/locale/mn/LC_MESSAGES/djangojs.po b/locale/mn/LC_MESSAGES/djangojs.po deleted file mode 100644 index 53182073..00000000 --- a/locale/mn/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2252 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: 2021-05-19 10:21+0000\n" -"Last-Translator: oyunbat \n" -"Language-Team: Mongolian \n" -"Language: mn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:31 -msgid "Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:44 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:71 -msgid "Show Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:489 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Амжилтгүй боллоо" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Нэр" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Хайх" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Засах" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Хадгалах" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Устгах" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Боловсруулах цэг" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Сонголтууд" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Хаах" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Зураг ба GCP-г сонгоно уу" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "Идэвхжсэн" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, python-format -msgid "" -"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" -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 -#, python-format -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 " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 -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 -#, 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:43 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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 -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:46 -#, 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:47 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, 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:56 -#, 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: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 " -"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:60 -#, python-format -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:61 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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 -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Leaflet дээр эзэлхүүн, талбай, уртын хэмжилтийг тооцоолох" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "Зурган дээрээс GCP файл үүсгэх залгаас" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"OpenStreetMap-ийн iD засварлагчийг хурдан нээж, TMS basemap тохируулах " -"товчлуурыг нэмэх залгаас." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Ортофотог OpenAerialMap дээр байршуулах залгаас" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" -"Програмын хувилбар, санах ой, дискний зайг ашиглах статистикийг харуулах" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "Акаунтуудыг webodm.net сайтаас синк хийх" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "2D газрын зураг дээр бүрэн дэлгэцийн товчлуурыг нэмнэ үү" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "DEM-ээс контурыг тооцоолох, урьдчилан харах, экспортлох" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "Даалгаврын DEM дээр үндэслэн өндрийн газрын зургийг тооцоолж зур" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "ODM-ийн хөрөнгийг цезийн ионоор байршуулж, хавтангаар байрлуул." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "Гадны эх үүсвэрээс зургийг шууд импортлох" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "Нэг төслийн хоёр өөр ажлын хоорондох өөрчлөлтийг илрүүлэх." - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Тухай" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Хяналтын самбар" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Гарах" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Аянгын сүлжээ" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/nan/LC_MESSAGES/django.po b/locale/nan/LC_MESSAGES/django.po deleted file mode 100644 index ddeb437a..00000000 --- a/locale/nan/LC_MESSAGES/django.po +++ /dev/null @@ -1,1548 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: nan\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" diff --git a/locale/nan/LC_MESSAGES/djangojs.po b/locale/nan/LC_MESSAGES/djangojs.po deleted file mode 100644 index 49005f1a..00000000 --- a/locale/nan/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2246 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: nan\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:31 -msgid "Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:44 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:71 -msgid "Show Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:489 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, python-format -msgid "" -"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" -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 -#, python-format -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 " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 -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 -#, 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:43 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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 -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:46 -#, 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:47 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, 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:56 -#, 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: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 " -"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:60 -#, python-format -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:61 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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 -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/nb_NO/LC_MESSAGES/django.po b/locale/nb_NO/LC_MESSAGES/django.po deleted file mode 100644 index ff30a4d1..00000000 --- a/locale/nb_NO/LC_MESSAGES/django.po +++ /dev/null @@ -1,1564 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-22 19:06+0000\n" -"PO-Revision-Date: 2021-05-20 07:07+0000\n" -"Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb_NO\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Skriv inn egendefinert CSS" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (før hode)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML som vil bli vist etter sidehode" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (etter hode)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML som vil bli vist etter body-tagg" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (etter kropp)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (bunntekst)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Beskrivelse" - -#: app/admin.py:106 -#, fuzzy -msgid "Version" -msgstr "API-versjon" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Action" -msgid "Actions" -msgstr "Handling" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:259 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:221 app/models/theme.py:16 -msgid "Name" -msgstr "Navn" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:227 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:236 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:236 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:220 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:217 -msgid "Id" -msgstr "" - -#: app/models/task.py:219 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:219 -msgid "UUID" -msgstr "" - -#: app/models/task.py:220 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:221 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:222 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:222 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:223 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:224 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:225 -msgid "Status" -msgstr "" - -#: app/models/task.py:226 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:226 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:227 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:228 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:228 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:229 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:229 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:231 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:231 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:232 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:237 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:237 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:239 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:239 -msgid "Public" -msgstr "" - -#: app/models/task.py:240 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:240 -msgid "Resize To" -msgstr "Endre størrelse til" - -#: app/models/task.py:243 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:244 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:247 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:248 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:251 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:252 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:254 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:254 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:255 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:255 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:256 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:256 -msgid "Partial" -msgstr "" - -#: app/models/task.py:260 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:269 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:372 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:411 app/models/task.py:679 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:505 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:585 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:737 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:747 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Mislyktes" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -#, fuzzy -#| msgid "Page not found" -msgid "404 Page Not Found" -msgstr "Fant ikke siden" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Fant ikke siden" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Hjem" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Tjenerfeil" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Tjenerfeil (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Tjenerfeil (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "Kjør valgt handling" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Kjør" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Tøm utvalg" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Endre passord" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Fiks feilen nedenfor." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Fiks feilene nedenfor." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "Skriv inn et nytt passord for brukeren %(username)s." - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "Django-administrasjon" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Legg til" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Historikk" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Vis på siden" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Filter" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Håndter programtillegg" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "Fjern fra sortering" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Sorteringsprioritet:" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "Veksle sortering" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Slett" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Endre" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Slett?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Sammendrag" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Legg til" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Nylige handlinger" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Mine handlinger" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Ukjent innhold" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Logg inn" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Dato/tid" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Handling" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Vis alle" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Lagre" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "Endre valgt" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "Legg til en annen" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "Slett valgt" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Søk" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s resultat" -msgstr[1] "%(counter)s resultater" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Lagre som ny" - -#: app/templates/app/admin/submit_line.html:9 -#, fuzzy -msgid "Save and add another" -msgstr "Lagre ogg legg til enda en" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Lagre og fortsett å redigere" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Velkommen" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Velg bilder og GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:73 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -#, fuzzy -msgid "Logout" -msgstr "Logg ut" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -#, fuzzy -msgid "Add New" -msgstr "Legg til ny" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Administrasjon" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Kontoer" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Grupper" - -#: app/templates/app/logged_in_base.html:92 -#, fuzzy -msgid "Brand" -msgstr "Logo" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "Om" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "Vertsnavn" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "Port" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -#, fuzzy -msgid "API Version" -msgstr "API-versjon" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "Motor" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "Motorversjon" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "Etikett" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "Sist gjenoppfrisket" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "siden" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Rediger" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Opprett konto" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Første prosjekt" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "Kart" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -#, fuzzy -#| msgid "Welcome!" -msgid "Welcome" -msgstr "Velkommen" - -#: app/views/dev.py:48 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:66 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:70 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnostikk" - -#: plugins/diagnostic/templates/diagnostic.html:6 -#, fuzzy -msgid "Diagnostic Information" -msgstr "Diagnostikk-info" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Lagringsplass" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Ledig" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Brukt" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Totalt" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Minne" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Ledig" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Brukt" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Totalt" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -#, fuzzy -msgid "Disk Space" -msgstr "Lagringsplass" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "GCP-grensesnitt" diff --git a/locale/nb_NO/LC_MESSAGES/djangojs.po b/locale/nb_NO/LC_MESSAGES/djangojs.po deleted file mode 100644 index aebdcdb3..00000000 --- a/locale/nb_NO/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2248 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-22 19:06+0000\n" -"PO-Revision-Date: 2021-02-11 02:50+0000\n" -"Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb_NO\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Veksle fullskjermsvisning" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Avslutt fullskjermsvisning" - -#: app/static/app/js/Console.jsx:162 -#, fuzzy -msgid "Download To File" -msgstr "Last ned som fil" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Navnefelt kreves" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Legg til prosjekt" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:37 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "Plantehelse" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:42 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:69 -msgid "Show Cameras" -msgstr "Vis kamera" - -#: app/static/app/js/ModelView.jsx:482 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Terrengmodell (flis)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Overflatemodell (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Overflatemodell (flis)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Punktsky (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Punktsky (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Punktsky (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Punktsky (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:53 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Sletter …" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Starter på ny …" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Endrer bildeoppløsning …" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importerer …" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Last inn datasett" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion / MVS" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Nei" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Ja" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "I kø" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "Kjører" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Mislyktes" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Fullført" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Kansellert" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s er større enn 5 MB." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Navn" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Søk" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Nytt prosjekt" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Opprett prosjekt" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Oppretter prosjekt …" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Beskrivelse (valgfritt)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Forvalg" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "Kopi av %(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "Er du sikker på at du vil slette «%(preset)s»?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Prøv igjen" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:413 -msgid "Edit" -msgstr "Rediger" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Lagre" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:439 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Slett" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:422 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Avbryt" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Lagrer …" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Lukk" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Tittel" - -#: app/static/app/js/components/FormDialog.jsx:12 -#, fuzzy -#| msgid "Saving..." -msgid "Saving…" -msgstr "Lagrer …" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Er du sikker?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Kunne ikke ta i bruk endringer" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Kunne ikke slette element" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Maks:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -#, fuzzy -#| msgid "Image is missing" -msgid "Image missing" -msgstr "Bildet mangler" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Last ned bilde" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Ugyldig svar fra tjener: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Ugyldig JSON-svar: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Last opp en fil" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "Importer fra nettadresse" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -#, fuzzy -msgid "Import" -msgstr "Importer" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Avbryt opplasting" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Algoritme:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Filter:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Farge:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Skyggelegging:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "Ingen" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Normal" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -#, fuzzy -#| msgid "Loading..." -msgid "Loading…" -msgstr "Laster inn …" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Lag" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "(Kameraer)" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "Dekkevne:" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Laster inn …" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Er du sikker på at du vil avbryte?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Skru på" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -#, fuzzy -msgid "Click to import a .JSON file" -msgstr "Klikk for å importere en .json-fil" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Tilbakestill til forvalg" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Kunne ikke laste inn prosjektliste: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"Kan ikke laste opp %(filename)s. For mange forsøk brukt (%(max_retries)s)" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "Kan ikke opprette ny oppgave. Prøv igjen senere." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Rediger prosjekt" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Lagre endringer" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Lagrer endringer …" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Velg bilder og GCP" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:398 -msgid "View Map" -msgstr "Vis kart" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s gjøremål" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Del" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "Del dette gjøremålet" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "QR-kode" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "Påskrudd" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "Lenke" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "HTML-iframe:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Kunne ikke laste inn gjøremålsliste: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Feil: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Prøv igjen" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Kan ikke fullføre operasjon." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Ikke nok bilder" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "her" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "denne siden" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:296 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:312 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:354 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:368 -#, python-format -msgid "Task #%(number)s" -msgstr "Gjøremål #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:372 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:374 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:405 -msgid "View 3D Model" -msgstr "Vis 3D-modell" - -#: app/static/app/js/components/TaskListItem.jsx:422 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:434 -msgid "Restart" -msgstr "Omstart" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:441 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:485 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:488 -msgid "On" -msgstr "På" - -#: app/static/app/js/components/TaskListItem.jsx:489 -msgid "Off" -msgstr "Av" - -#: app/static/app/js/components/TaskListItem.jsx:497 -#, fuzzy -msgid "Created on:" -msgstr "Opprettet den:" - -#: app/static/app/js/components/TaskListItem.jsx:500 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:504 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:524 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:580 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:585 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "gjenstår å laste opp: %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s filer %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, fuzzy, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s filer lastet opp" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -msgid "" -"Can be one of:dataset | split | merge | opensfm | openmvs | odm_filterpoints " -"| odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | " -"odm_orthophoto | odm_report" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, python-format -msgid "Set this parameter if you want a stripped geoTIFF.Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -msgid "Name of Project (i.e subdirectory of projects folder)" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, python-format -msgid "" -"This floating point value specifies the importance that interpolation of the " -"point samples is given in the formulation of the screened Poisson equation. " -"The results of the original (unscreened) Poisson Reconstruction can be " -"obtained by setting this value to 0.Default= %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, 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. OpenSFM uses both parameters at the same " -"time, Bundler uses only one which has value, prefering the Neighbors " -"parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -#, python-format -msgid "Data term: [area, gmi]. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "Print debug messagesDefault: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, 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:15 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -msgid "" -"Skip generation of a full 3D model. This can save time if you only need 2D " -"results such as orthophotos and DEMs." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -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:18 -#, 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:19 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:20 -#, 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:21 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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:23 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:24 -#, python-format -msgid "Print additional messages to the consoleDefault: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:27 -msgid "Build orthophoto overviews using gdaladdo." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:28 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Minimum number of features to extract per image. More features leads to " -"better results but slower execution. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -#, 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:33 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:34 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. Default: %(default)s. The file needs to use the following " -"format: EPSG: or <+proj definition>geo_x geo_y geo_z im_x im_y " -"image_name [gcp_name] [extra1] [extra2]" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:37 -#, 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 set to one of: %(choices)s. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:38 -msgid "Turn off camera parameter optimization during bundler" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Skip local seam blending. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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:43 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -msgid "" -"Use this tag if you have a gcp_list.txt but want to use the exif geotags " -"instead" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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:48 -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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -msgid "Use opensfm to compute dense point cloud alternatively" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, 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:51 -#, python-format -msgid "" -"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). Default: %(default)s. The file needs to " -"use the following format: EPSG: or <+proj definition>image_name geo_x " -"geo_y geo_z [omega (degrees)] [phi (degrees)] [kappa (degrees)] [horz " -"accuracy (meters)] [vert accuracy (meters)]" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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:53 -#, 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:54 -#, python-format -msgid "" -"Turn on gamma tone mapping or none for no tone mapping. Choices are 'gamma' " -"or 'none'. Default: %(default)s " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -msgid "Split multi-track reconstructions." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -#, 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.Default=%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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:58 -#, python-format -msgid "" -"Minimum number of views that should reconstruct a point for it to be valid. " -"Use lower values if your images have less overlap. Lower values result in " -"denser point clouds but with more noise. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, 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:60 -#, python-format -msgid "" -"Oct-tree depth used in the mesh reconstruction, increase to get more " -"vertices, recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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. Set to 0 to disable sampling.Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"Number of points per octree node, recommended and default value: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, python-format -msgid "Generates a benchmark file with runtime infoDefault: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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:66 -#, python-format -msgid "" -"When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -"deviation threshold to include patches. Patches with lower standard " -"deviation are ignored. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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:68 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Options: %(choices)s.Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -#, python-format -msgid "" -"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 set to one of: %(choices)s. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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:71 -#, python-format -msgid "" -"Type of photometric outlier removal method: [none, gauss_damping, " -"gauss_clamping]. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:72 -#, 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:73 -msgid "Path to the project folder" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, python-format -msgid "" -"Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE are " -"faster, but might miss some valid points. BRUTE_FORCE takes longer but " -"produces denser reconstructions. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -msgid "force rerun of all tasks" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:77 -#, python-format -msgid "Skip global seam leveling. Useful for IR data.Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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:79 -msgid "" -"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." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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:81 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "Navigasjon" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "Utseende" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "Verktøy" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "Målinger" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "Materialer" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "Filter" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "Andre innstillinger" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Om" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "Punktmåling" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "Avstandsmåling" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "Høydemåling" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "Sirkelmåling" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "Arealmåling" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "Volummåling" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "Høydeprofil" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "Fjern alle målinger" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "Kompass" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "Kameraanimasjon" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "Punktbudsjett" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Punktstørrelse" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Minimumsstørrelse" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Dekkevne" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "Kvalitet" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "Form" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "Radius" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "Styrke" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "Himmel" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "Lengdeenhet" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "Lås visning" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "Språk" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "vis i 3D" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "vis på kart" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "Antall piunkter" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -#, fuzzy -msgid "Save LAS(3D)" -msgstr "Lagren LAS(3D)" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -#, fuzzy -msgid "Save CSV(2D)" -msgstr "Lagre CSV(2D)" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "Kameraposisjon" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "Kameramål" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "maks" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "GPS-tid" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -#, fuzzy -#| msgid "Navigation" -msgid "Elevation:" -msgstr "Navigasjon" - -#: plugins/contours/public/ContoursPanel.jsx:131 -#, fuzzy -#| msgid "Filters" -msgid "meters" -msgstr "Filter" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "Intervall:" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "meter" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "Verdi:" - -#: plugins/contours/public/ContoursPanel.jsx:260 -#, fuzzy -#| msgid "Layers" -msgid "Layer:" -msgstr "Lag" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "Forenkle:" - -#: plugins/contours/public/ContoursPanel.jsx:287 -#, fuzzy -#| msgid "Add Project" -msgid "Projection:" -msgstr "Legg til prosjekt" - -#: plugins/contours/public/ContoursPanel.jsx:314 -#, fuzzy -msgid "Preview" -msgstr "Forhåndsvis" - -#: plugins/contours/public/ContoursPanel.jsx:319 -#, fuzzy -msgid "Export" -msgstr "Importer" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "Konturer" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "Logger ut …" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "Kan ikke logge ut:" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "Hei," - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -#, fuzzy -msgid "Logout" -msgstr "Logg ut" - -#: plugins/lightning/public/Login.jsx:56 -#, fuzzy -msgid "Cannot login. Invalid response:" -msgstr "Kan ikke logge inn. Ugyldig respons:" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "E-postadresse" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "Passord" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "Har du ikke en konto?" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "Glemt passordet?" - -#: plugins/lightning/public/Login.jsx:110 -#, fuzzy -msgid "Login and Sync" -msgstr "Logg inn og synkroniser" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, fuzzy, python-format -#| msgid "Invalid JSON response: %(error)s" -msgid "Invalid response: %(error)s" -msgstr "Ugyldig JSON-svar: %(error)s" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "Område:" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -#, fuzzy -#| msgid "Measurements" -msgid "Measurement" -msgstr "Målinger" - -#: plugins/measure/public/app.jsx:20 -#, fuzzy -#| msgid "Measurements" -msgid "Measure" -msgstr "Målinger" - -#: plugins/measure/public/app.jsx:21 -#, fuzzy -#| msgid "Area measurement" -msgid "Create a new measurement" -msgstr "Arealmåling" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -#, fuzzy -#| msgid "Height measurement" -msgid "Finish measurement" -msgstr "Høydemåling" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -#, fuzzy -#| msgid "Area measurement" -msgid "Linear measurement" -msgstr "Arealmåling" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Fot" - -#: plugins/measure/public/app.jsx:37 -#, fuzzy -#| msgid "Filters" -msgid "Kilometers" -msgstr "Filter" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Hektar" - -#: plugins/measure/public/app.jsx:39 -#, fuzzy -#| msgid "Filters" -msgid "Meters" -msgstr "Filter" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -#, fuzzy -#| msgid "Measurements" -msgid "Export Measurements" -msgstr "Målinger" diff --git a/locale/nl/LC_MESSAGES/django.po b/locale/nl/LC_MESSAGES/django.po deleted file mode 100644 index c94aa1c4..00000000 --- a/locale/nl/LC_MESSAGES/django.po +++ /dev/null @@ -1,1558 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-15 15:19+0000\n" -"PO-Revision-Date: 2021-02-04 02:23+0000\n" -"Last-Translator: PietPetrus \n" -"Language-Team: Dutch " -"\n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Voer op maat maakte CSS in" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML-code die boven de hoofding van de website getoond zal worden" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (voor header)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML-code die na de site header getoond zal worden" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (na header)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML-code die na de body tag getoond zal worden" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (na body)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"HTML-code die getoond zal worden in de footer. Je kunt ook speciale tags " -"gebruiken zoals {ORGANIZATION} en {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (footer)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Beschrijving" - -#: app/admin.py:106 -msgid "Version" -msgstr "Versie" - -#: app/admin.py:112 -msgid "Author" -msgstr "Auteur" - -#: app/admin.py:233 -msgid "Actions" -msgstr "Acties" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"Normalized Difference Vegetation Index geeft de hoeveelheid groene vegetatie " -"weer." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"Enhanced Normalized Difference Vegetation Index lijkt op NDVI, maar gebruikt " -"blauwe en groene kleurbanden in plaats van enkel de rode kleurband om " -"plantgezondheid te analyseren." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "Visual Atmospheric Resistance Index geeft de vegetatiegebieden weer." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"Excess Green Index focust op de groenheid van bladgewassen zoals aardappelen." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Gefaald" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "Er kon geen contourbestand worden aangemaakt. Dit is mogelijks een bug." - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnostiek" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Diagnostische informatie" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Opslagruimte" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Vrij" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "In gebruik" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Totaal" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Geheugen" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Vrij" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "In gebruik" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Totaal" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Schijfruimte" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" diff --git a/locale/nl/LC_MESSAGES/djangojs.po b/locale/nl/LC_MESSAGES/djangojs.po deleted file mode 100644 index 8b07c376..00000000 --- a/locale/nl/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2242 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-01-15 15:19+0000\n" -"PO-Revision-Date: 2021-02-04 02:23+0000\n" -"Last-Translator: PietPetrus \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Schermvullende modus" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Verlaat schermvullende modus" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Download bestand" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Vul een naam in" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Project toevoegen" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" -"Wijzigingen zullen verloren gaan. Weet je zeker dat je dit scherm wilt " -"verlaten?" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:37 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "Orthofoto" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "Plant Gezondheid" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "Oppervlakte Model" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "Terrein Model" - -#: app/static/app/js/ModelView.jsx:42 -msgid "Show Model" -msgstr "Toon Model" - -#: app/static/app/js/ModelView.jsx:69 -msgid "Show Cameras" -msgstr "Toon Camerastandpunten" - -#: app/static/app/js/ModelView.jsx:482 -msgid "Loading textured model..." -msgstr "Textured model laden..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Orthofoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Orthofoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Orthofoto (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Orthofoto (Tegels)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Terreinmodel (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Terreinmode (Tegels)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Oppervlaktemodel (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Oppervlaktemodel (Tegels)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Puntenwolk (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Puntenwolk (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Puntenwolk (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Puntenwolk (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Kwaliteitsrapport" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Annuleren..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Verwijderen..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Herstarten..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importeren..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Laad Dataset" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion / MVS" -msgstr "Structuur uit beweging / MVS" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Georeferencing" -msgstr "Geografische uitlijning" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "Report" -msgstr "Verslag" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Nee" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Ja" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "Wachtrij" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Gefaald" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Voltooid" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Geannuleerd" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:413 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:439 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:422 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:398 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:296 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:312 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:354 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:368 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:372 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:374 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:405 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:422 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:434 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:441 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:485 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:488 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:489 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:500 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:504 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:524 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:527 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:534 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:580 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:585 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, 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:9 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -#, 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:12 -#, 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:13 -#, 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:14 -#, 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:15 -#, 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:16 -#, 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:17 -#, 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:18 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 "Print debug messages. 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 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, 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:24 -#, 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:25 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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: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 "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, 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:30 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:37 -#, 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:38 -#, 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:39 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, python-format -msgid "" -"When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -"deviation threshold to include patches. Patches with lower standard " -"deviation are ignored. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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:43 -#, 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:44 -#, python-format -msgid "" -"Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE are " -"faster, but might miss some valid points. BRUTE_FORCE takes longer but " -"produces denser reconstructions. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -#, 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:46 -#, 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:47 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, python-format -msgid "" -"Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, python-format -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:53 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -msgid "" -"Minimum number of views that should reconstruct a point for it to be valid. " -"Use lower values if your images have less overlap. Lower values result in " -"denser point clouds but with more noise. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -#, python-format -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:57 -#, 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:58 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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:62 -#, 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:63 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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:66 -#, 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:67 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. 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 -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:73 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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:75 -#, 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:76 -#, 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:77 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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:79 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "Laatste punt" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "Oppervlakte" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "Omtrek" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "Puntlocatie" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "Lineaire meting" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "Padafstand" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "Centreer op dit gebied" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "Centreer op deze lijn" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "Centreer op deze locatie" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Voet" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "Kilometer" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Hectare" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Meter" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Mijl" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "Vierkante voet" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "Vierkante meters" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "Vierkante mijl" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "Metingen exporteren" diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po deleted file mode 100644 index c26a8d68..00000000 --- a/locale/pl/LC_MESSAGES/django.po +++ /dev/null @@ -1,1753 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-04-15 08:37+0000\n" -"Last-Translator: Jarosław Okińczyc \n" -"Language-Team: Polish \n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.6-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Wprowadź własny CSS" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML który będzie wyświetlany ponad nagłówkiem strony" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (przed nagłówkiem)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML który będzie wyświetlany pod nagłówkiem strony" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (za nagłówkiem)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML który będzie wyświetlany po znaczniku body" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (za body)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"HTML który będzie wyświetlany w stopce. Możesz użyć specjalnych tagów takich " -"jak {ORGANIZATION} i {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (stopka)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Opis" - -#: app/admin.py:106 -msgid "Version" -msgstr "Wersja" - -#: app/admin.py:112 -msgid "Author" -msgstr "Autor" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "Musisz przesłać co najmniej 2 obrazy przed zatwierdzeniem" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Włączone" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Akcje" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "Indeks NDVI wskazuje z wegetacją." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"Enhanced Normalized Difference Vegetation Index jest podobny do NDVI, ale " -"używa kanałów niebieskiego i zielonego zamiast czerwonego aby wyizolować " -"informację o stanie zdrowotnym roślin." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "Visual Atmospheric Resistance Index wskazuje obszary wegetacji." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"Współczynnik nadmiernej zieloności (Excess Green Index) podkreśla zieloność " -"roślin liściastych, takich jak ziemniaki." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" -"Współczynnik powierzchni przepalenia (Burn Area Index) podkreśla wypalone " -"tereny w spektrum od czerwieni do bliskiej podczerwieni." - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "Indeks zielonych liści pokazuje zielone liście i łodygi." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"Zielony znormalizowany wskaźnik roślinności różnicowej jest podobny do NDVI, " -"ale mierzy zielone widmo zamiast czerwonego." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" -"Wskaźnik Green Ratio Vegetation Index jest wrażliwy na tempo fotosyntezy w " -"lasach." - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"Wskaźnik roślinności dostosowany (Soil Adjusted Vegetation) do gleby jest " -"podobny do wskaźnika NDVI, ale próbuje usunąć wpływ obszarów glebowych za " -"pomocą współczynnika korygującego (0,5)." - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" -"Zmodyfikowany indeks nieliniowy poprawia algorytm wskaźnika nieliniowego w " -"celu uwzględnienia obszarów glebowych." - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" -"Zmodyfikowany prosty współczynnik (MSR) to ulepszenie wskaźnika prostego " -"współczynnika (SR), aby był bardziej wrażliwy na roślinność." - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" -"Zrenormalizowany wskaźnik różnicy wegetacji wykorzystuje różnicę między " -"bliską podczerwienią i czerwienią oraz NDVI, aby pokazać obszary zdrowej " -"roślinności." - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" -"Przekształcony Różnicowy Współczynnik Roślinności (Transformed Difference " -"Vegetation Index) podkreśla szatę roślinną w środowiskach miejskich." - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" -"Zoptymalizowany indeks roślinności (Optimized Soil Adjusted Vegetation Index " -"- OSAVI) dostosowany do gleby jest oparty na SAVI, ale zwykle działa lepiej " -"na obszarach o małej roślinności, gdzie gleba jest widoczna." - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" -"Indeks powierzchni liści (Leaf Area Index) szacuje powierzchnię liści i " -"przewiduje plony upraw." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" -"Ulepszony wskaźnik roślinności jest przydatny na obszarach, w których NDVI " -"może się nasycić, dzięki wykorzystaniu niebieskich fal do skorygowania " -"sygnałów gleby." - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Musisz przesłać co najmniej 2 obrazy przed zatwierdzeniem" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Nie załadowano żadnych plików" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Nie można utworzyć zadania, potrzebne są co najmniej dwa zdjęcia" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "Zasób nie istnieje" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Zaimportowane zadanie" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "Nie można utworzyć zadania, musisz przesłać 1 plik" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "Nie można utworzyć zadania. Podaj adres URL lub prześlij 1 plik." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "Zadanie do którego należy ten obraz" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Zadanie" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "Plik przesłany przez użytkownika" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Obraz" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Przesyłanie obrazu" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Przesyłanie obrazów" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Nazwa wtyczki" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Nazwa" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "Czy ta wtyczka jest włączona." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Włączone" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Wtyczka" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Wtyczki" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "Klawisz ustawień" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Klucz" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" -"Użytkownik, do którego należy to ustawienie. Jeśli null, ustawienie jest " -"globalne." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Użytkownik" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Wartość całkowita" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "Wartość zmiennoprzecinkowa" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "Wartość logiczna" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Wartość ciągu znaków" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "Wartość JSON" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Dane wtyczki" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "Osoba, która jest właścicielem tego ustawienia wstępnego" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Właściciel" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "Etykieta używana do opisu ustawienia wstępnego" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" -"Opcje, które definiują to ustawienie (format identyczny jak w opcjach " -"zadania)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Opcje" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Data utworzenia" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Utworzono w" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"Czy to ustawienie jest dostępne dla każdego użytkownika w systemie, czy " -"tylko dla jego właściciela." - -#: app/models/preset.py:14 -msgid "System" -msgstr "Systemowy" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Ustawienie" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Zapisane ustawienia" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "Osoba, która utworzyła projekt" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "Etykieta używana do opisania projektu" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "Bardziej szczegółowy opis projektu" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" -"Czy ten projekt został oznaczony do usunięcia. Projekty, które mają " -"uruchomione zadania muszą poczekać, aż zadania zostaną odpowiednio " -"wyczyszczone, zanim będą mogły zostać usunięte." - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Usuwanie" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Projekt" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Projekty" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "Nazwa Twojej aplikacji" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Nazwa aplikacji" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "Logo aplikacji o wysokości 512x512 (.png lub .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Logo aplikacji" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "Nazwa Twojej organizacji" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Nazwa organizacji" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "Adres URL witryny Twojej organizacji" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Witryna internetowa organizacji" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Motyw" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "Motyw aktywny" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Aplikacja" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Ustawienia" - -#: app/models/task.py:218 -msgid "Id" -msgstr "Identyfikator" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "Identyfikator zadania (zwrócony przez NodeODM API)" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "Projekt, do którego należy to zadanie" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "Etykieta zadania" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" -"Liczba milisekund, które upłynęły od rozpoczęcia tego zadania (-1 oznacza " -"brak informacji)" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "Czas przetwarzania" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" -"Węzeł przetwarzania przypisany do tego zadania (lub null, jeśli to zadanie " -"nie zostało jeszcze skojarzone)" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "Węzeł przetwarzania" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" -"Flaga wskazująca, czy to zadanie powinno zostać automatycznie przypisane do " -"węzła przetwarzania" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "Automatyczny węzeł przetwarzania" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "Aktualny stan zadania" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Stan" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "Ostatni otrzymany błąd przetwarzania" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Ostatni błąd" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "Opcje, które są używane do przetwarzania tego zadania" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "Lista dostępnych zasobów do pobrania" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "Dostępne zasoby" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "Wyjście konsoli węzła przetwarzania" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "Wyjście konsoli" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "Zakres ortofotomapy" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "Zakres ortofotomapy" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "Zakres DSM" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "Zakres DTM" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" -"Żądana akcja, która ma zostać wykonana na zadaniu. Wybrana akcja zostanie " -"wykonana przez WORKER w następnej iteracji." - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "Działanie w toku" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "Flaga wskazująca, czy to zadanie jest dostępne publicznie" - -#: app/models/task.py:240 -msgid "Public" -msgstr "Publiczny" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" -"Gdy jest ustawiona na wartość inną niż -1, wskazuje, że obrazy dla tego " -"zadania zostały / zostaną przeskalowane do rozmiaru określonego tutaj przed " -"przetworzeniem." - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "Zmień rozmiar na" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" -"Wartość z zakresu od 0 do 1 wskazująca postęp przesyłania plików tego " -"zadania do węzła przetwarzania" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "Postęp wysyłania" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" -"Wartość z przedziału od 0 do 1 wskazująca postęp w zmianie rozmiaru obrazów " -"tego zadania" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "Postęp zmiany rozmiaru" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" -"Wartość z przedziału od 0 do 1 wskazująca postęp wykonywania (szacowany) " -"tego zadania" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "Postęp działania" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" -"URL, z którego importowane jest to zadanie (tylko dla importowanych zadań)" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "Importuj adres URL" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "Liczba obrazów skojarzonych z tym zadaniem" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "Liczba obrazów" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" -"Flaga wskazująca, czy to zadanie oczekuje obecnie na przesłanie informacji " -"lub plików, zanim zostanie rozpatrzone." - -#: app/models/task.py:257 -msgid "Partial" -msgstr "Częściowe" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "Zadania" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "Nienazwany" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "Importowanie zasobów ..." - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "Nieprawidłowy plik zip" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "Błąd połączenia: %(error)s" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "Nie można zrestartować zadania, które nie ma węzła przetwarzania" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "Nieobsługiwany SRS %(code)s. Upewnij się, że wybrałeś obsługiwany SRS." - -#: app/models/task.py:750 -msgid "Done!" -msgstr "Gotowe!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "Nazwa motywu" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "Większość tekstu, ikon i obramowań." - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Podstawowy" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "Główny kolor tła, oraz kolor tekstu niektórych przycisków." - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Drugorzędny" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "Linki nawigacyjne." - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "Trzeciorzędowy" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "Podstawowy kolor przycisku." - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "Przycisk Podstawowy" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "Domyślny kolor przycisku." - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "Domyślny przycisk" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "Kolor przycisku Usuń." - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "Przycisk Niebezpieczeństwo" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "Kolor tła nagłówka witryny." - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "Tło nagłówka" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "Tekst i ikony w nagłówku strony." - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "Nagłówek Podstawowy" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "Kolor większości ramek." - -#: app/models/theme.py:30 -msgid "Border" -msgstr "Ramka" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "Kolor tła paneli i niektórych obramowań." - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "Zaznacz" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "Kolor obramowania okien dialogowych z ostrzeżeniami." - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "Ostrzeżenie w oknie dialogowym" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "Kolor tła powiadomień o niepowodzeniu." - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Niepowodzenie" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "Kolor tła powiadomień o sukcesie." - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Sukces" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 Strony nie odnaleziono" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "Czy jesteś pewien, że adres jest prawidłowy?" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 Wewnętrzny błąd serwera" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "Coś się stało. Dzienniki serwera zawierają więcej informacji." - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" -"Ten program jest wolnym oprogramowaniem: możesz go rozpowszechniać i / lub " -"modyfikować zgodnie z warunkami Powszechnej Licencji Publicznej GNU Affero " -"opublikowanej przez Fundację Wolnego Oprogramowania, w wersji 3 tej Licencji " -"lub (według własnego uznania) dowolnej późniejszej wersji. Aby uzyskać " -"więcej informacji, zobacz %(link_start)s Powszechną Licencję Publiczną GNU " -"Affero %(link_end)s." - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Nie znaleziono strony" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Przepraszamy, nie można znaleźć żądanej strony." - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Strona główna" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Błąd serwera" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Błąd serwera (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Błąd serwera (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" -"Wystąpił błąd. Został on zgłoszony do administratorów strony za " -"pośrednictwem poczty elektronicznej i powinien zostać wkrótce naprawiony. " -"Dziękujemy za cierpliwość." - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "Uruchom wybraną akcję" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Wykonaj" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "Kliknij tutaj, aby zaznaczyć obiekty na wszystkich stronach" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "Wybierz wszystkie %(total_count)s %(module_name)s" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Wyczyść zaznaczenie" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" -"Najpierw wprowadź nazwę użytkownika i hasło. Następnie będzie można edytować " -"więcej opcji użytkownika." - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "Wprowadź nazwę użytkownika i hasło." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Zmień hasło" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Popraw poniższy błąd." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Popraw poniższe błędy." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "Wprowadź nowe hasło dla użytkownika %(username)s." - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "Administrator witryny Django" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "Administracja Django" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Dodaj %(name)s" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Historia" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Zobacz na stronie" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Filtr" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "Wczytaj wtyczkę (.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Zarządzaj wtyczkami" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "Usuń z sortowania" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Priorytet sortowania: %(priority_number)s" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "Przełącz sortowanie" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Usuń" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" -"Usunięcie %(object_name)s „%(escaped_object)s” spowodowałoby usunięcie " -"powiązanych obiektów, ale Twoje konto nie ma uprawnień do usuwania " -"następujących typów obiektów:" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" -"Usunięcie %(object_name)s „%(escaped_object)s” wymagałoby usunięcia " -"następujących chronionych powiązanych obiektów:" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" -"Czy na pewno chcesz usunąć %(object_name)s „%(escaped_object)s”? Wszystkie " -"poniższe powiązane elementy zostaną usunięte:" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Obiekty" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Tak, potwierdź" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "Nie, cofnij" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "Usuwanie wielu obiektów" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" -"Usunięcie wybranych %(objects_name)s spowodowałoby usunięcie powiązanych " -"obiektów, ale Twoje konto nie ma uprawnień do usuwania następujących typów " -"obiektów:" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" -"Usunięcie wybranych %(objects_name)s wymagałoby usunięcia następujących " -"chronionych obiektów powiązanych:" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" -"Czy na pewno chcesz usunąć wybrane %(objects_name)s? Wszystkie poniższe " -"obiekty i powiązane z nimi elementy zostaną usunięte:" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Zmień" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Usunąć?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr " Do %(filter_title)s " - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Podsumowanie" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "Modele w aplikacji %(name)s" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Dodaj" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "Nie masz uprawnień do edytowania czegokolwiek." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Ostatnie działania" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Moje działania" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Żadnych dostępnych" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Zawartość nieznana" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" -"Coś jest nie tak z instalacją bazy danych. Upewnij się, że zostały utworzone " -"odpowiednie tabele bazy danych i upewnij się, że baza danych jest czytelna " -"dla odpowiedniego użytkownika." - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" -"Jesteś uwierzytelniony jako %(username)s, ale nie masz uprawnień dostępu do " -"tej strony. Czy chcesz zalogować się na inne konto?" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "Zapomniałeś hasła lub nazwy użytkownika?" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Zaloguj" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Data/godzina" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Działanie" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" -"Ten obiekt nie ma historii zmian. Prawdopodobnie nie został dodany przez tę " -"stronę administratora." - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Wyświetl wszystko" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Zapisz" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "Zamykanie okienka..." - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "Zmień wybrane %(model)s" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "Dodaj kolejny %(model)s" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "Usuń zaznaczone %(model)s" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Szukaj" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s wynik" -msgstr[1] "%(counter)s wyniki" -msgstr[2] "%(counter)s wyników" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "%(full_result_count)s łącznie" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Zapisz jako nowy" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "Zapisz i dodaj kolejny" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Zapisz i kontynuuj edycję" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Witaj!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Dodaj węzeł przetwarzania" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" -"Na początek „%(add_processing_node)s”. Węzeł przetwarzania to komputer, na " -"którym działa instancja %(nodeodm_link)s lub inne oprogramowanie " -"implementujące to %(api_link)s." - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Zaznacz obrazy i GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Aby utworzyć mapę, naciśnij przycisk „%(upload_images)s” lub przeciągnij i " -"upuść kilka obrazów do projektu." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Potrzebujesz co najmniej 5 obrazów" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "Obrazy muszą zachodzić na siebie o 65%% lub więcej" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "Aby uzyskać wspaniały model 3D, obrazy muszą nakładać się w 83 %%" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" -"Plik %(link_start)s GCP %(link_end)s jest opcjonalny, ale może zwiększyć " -"dokładność georeferencji" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "Narzędzia programistyczne" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Zamknij" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "Bieżące ustawienia regionalne:" - -#: app/templates/app/dev_tools.html:15 -#, fuzzy -#| msgid "" -#| "To change locale, modify your browser's locale settings, then refresh the " -#| "page." -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" -"Aby zmienić ustawienia regionalne, zmień ustawienia regionalne przeglądarki, " -"a następnie odśwież stronę." - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "Pliki tłumaczeń (.zip):" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "Pobierz i zamień pliki tłumaczenia" - -#: app/templates/app/dev_tools.html:27 -#, fuzzy -#| msgid "Current Locale:" -msgid "Set locale:" -msgstr "Bieżące ustawienia regionalne:" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "Wykonywanie… nie odświeżaj strony! To może chwilę potrwać." - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Cześć, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Wyloguj" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Kokpit" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "Węzły przetwarzania" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Dodaj nowe" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Administracja" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Konta" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Grupy" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Marka" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "Opis" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "Nazwa hosta" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Port" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "Wersja API" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "Silnik" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "Wersja silnika" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "Liczba kolejki" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Maksymalny limit obrazów" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Etykieta" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "Ostatnio odświeżane" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "przed" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Opcje (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Edytuj" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "Uh oh! Czy mógłbyś sprawdzić poniższe błędy?" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Utwórz konto" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "Prześlij i ułóż zasoby ODM za pomocą Cesium ion." - -#: app/translations/plugin_manifest_autogenerated.py:5 -msgid "Detect changes between two different tasks in the same project." -msgstr "" -"Wykrywaj zmiany pomiędzy dwoma różnymi zadaniami w tym samym projekcie." - -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "Import images from external sources directly" -msgstr "Bezpośrednie importowanie obrazów z zewnętrznych źródeł" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "Compute, preview and export contours from DEMs" -msgstr "Obliczanie, podgląd i eksport konturów z DEM" - -#: app/translations/plugin_manifest_autogenerated.py:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" -"Wyświetlanie statystyk wersji programu, zużycia pamięci i miejsca na dysku" - -#: app/translations/plugin_manifest_autogenerated.py:9 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "Oblicz i narysuj mapę wysokościową na podstawie DEM-ów zadania" - -#: app/translations/plugin_manifest_autogenerated.py:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "Dodaj przycisk pełnoekranowy do widoku mapy 2D" - -#: app/translations/plugin_manifest_autogenerated.py:11 -msgid "Sync accounts from webodm.net" -msgstr "Zsychronizuj konta z webodm.net" - -#: app/translations/plugin_manifest_autogenerated.py:12 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Obliczanie pomiarów objętości, powierzchni i długości na ulotce" - -#: app/translations/plugin_manifest_autogenerated.py:13 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Plugin do wgrywania ortofotomap do OpenAerialMap" - -#: app/translations/plugin_manifest_autogenerated.py:14 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Plugin dodający przycisk do szybkiego otwierania edytora iD OpenStreetMap i " -"ustawiania mapy bazowej TMS." - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "Plugin do tworzenia plików GCP z obrazów" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Pierwszy projekt" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Mapa" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "Wyświetlanie modelu 3D" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Witamy" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "Nie można znaleźć folderu locale/ w archiwum .zip" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "Pliki tłumaczeń zostały załadowane ponownie!" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "Nieprawidłowe działanie" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "Brak pasującego typu wyliczenia." - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "Brak dostępnej warstwy DSM." - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "Brak warstwy DTM." - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "Nie potrafię wygenerować pliku konturów. To może być błąd." - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnostyka" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Informacje diagnostyczne" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Przestrzeń do przechowywania" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Darmowe" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "W użyciu" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Łącznie" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Pamięć" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Wolne" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Użyte" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Łącznie" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Komentarz!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Wartości ten mogą odnosić się do środowiska wirtualizacji, w którym pracuje " -"aplikacja, a nie maszyny. Zobacz instrukcje %(win_link)s i %(mac_link)s aby " -"zmienić je w instalacji Dockera." - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Przestrzeń dyskowa" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Sieć Lightning" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" -"Brak modelu pokrycia terenu. Z kokpitu wybierz to zadanie, wybierz Edytuj, w " -"opcjach upewnij się że zaznaczono \"dsm\", a następnie wybierz Restart -> Od " -"DEM." - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "Interfejs GCP" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "Zarządzanie węzłami" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" -"Nazwa hosta lub adres IP, w którym znajduje się węzeł (może być również " -"wewnętrzna nazwa hosta). Jeśli używasz platformy Docker, nigdy nie jest to " -"127.0.0.1 lub localhost. Znajdź adres IP komputera-hosta, uruchamiając " -"ifconfig w systemie Linux lub sprawdzając ustawienia sieciowe." - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "Port który udostępnia API węzła" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "Wersja API używanego przez ten węzeł" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "Kiedy pozyskano informację o tym węźle?" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" -"Liczba zadań aktualnie przetwarzanych przez węzeł (zgodnie z tym co " -"raportuje)" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "Dostępne opcje" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "Opis opcji, które mogą być użyte do przetwarzania" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "Znak" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" -"Token używany do uwierzytelniania. Jeśli węzeł nie ma uwierzytelniania, " -"możesz pozostawić to pole puste." - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "Maksymalna liczba obrazów" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "Maksymalna liczba obrazów akceptowanych przez ten węzeł." - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "Wersja silnika używana przez węzeł." - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" -"Opcjonalna etykieta dla tego węzła. Po ustawieniu ta etykieta będzie " -"wyświetlana zamiast nazwy hosta: nazwa portu." - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "Silnik używany przez węzeł." diff --git a/locale/pl/LC_MESSAGES/djangojs.po b/locale/pl/LC_MESSAGES/djangojs.po deleted file mode 100644 index b9d7bfcc..00000000 --- a/locale/pl/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2635 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-04-15 08:37+0000\n" -"Last-Translator: Jarosław Okińczyc \n" -"Language-Team: Polish \n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.6-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "wynik obcięty w %(count)s wierszu" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Przełącz tryb pełnoekranowy" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Wyłącz pełny ekran" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Pobierz do pliku" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Pole nazwa jest wymagane" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Dodaj projekt" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "Stracisz swoje zmiany. Jesteś pewien, że chcesz wyjść?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Ortofoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "Kondycja roślin" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Model powierzchni" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Model terenu" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -#, fuzzy -#| msgid "(Cameras)" -msgid "Cameras" -msgstr "(Aparaty)" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Pokaż model" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Pokaż kamery" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Ładowanie modelu teksturowanego..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofotomapa (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ortofotomapa (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ortofotomapa (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Ortofoto (Kafle)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Model terenu (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Model terenu (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Model powierzchni (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Model powierzchni (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Chmura punktów (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Chmura punków (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Chmura punktów(PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Chmura punktów (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Model teksturowany" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Parametry kamery" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Zdjęcia (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -#, fuzzy -#| msgid "Quality" -msgid "Quality Report" -msgstr "Jakość" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Wszystkie ustawienia" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Hybrydowa Google Maps" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "Satelita ESRI" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "Mapnik OSM" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Kasowanie..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Usuwanie..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Restartowanie..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Zmiana wielkości obrazów..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importowanie..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Ładuj zestaw danych" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -#, fuzzy -#| msgid "Point sizing" -msgid "Point Filtering" -msgstr "Zmiana rozmiaru punktu" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "Tworzenie siatki" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Teksturowanie" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Nadawanie georeferencji" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Raport" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "NIe" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Tak" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "Zakojejkowane" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "W trakcie" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Niepowodzenie" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Skończone" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Usunięte" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s Pliki są większe niż 5 MB." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Niepoprawnie spakowany plik Shape: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "Nie poprawny plik JSON: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Pobierz zasoby" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Edycja Opcji zadań" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Nazwa" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Szukaj" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Nowy projekt" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Stwórz projekt" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Tworzenie projektu..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Wszystkie zadania, obrazy i modele powiązane z tym projektem zostaną trwale " -"usunięte. Jesteś pewien, że chcesz kontynuować?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Opis (opcjonalny)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" -"Nie można załadować listy węzłów przetwarzania. Czy masz połączenie z " -"internetem?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Próbowaliśmy uzyskać:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "Brak użytecznych węzłów przetwarzania." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"Upewnij się, że co najmniej jeden węzeł przetwarzania jest osiągalny i że " -"nadałeś aktualnemu użytkownikowi wystarczające uprawnienia do przeglądania " -"węzła przetwarzania (przechodząc do Administracja - Węzły przetwarzania - " -"Wybierz węzeł - Uprawnienia do obiektu - Dodaj użytkownika / grupę i zaznacz " -"MOŻE WYŚWIETLIĆ WĘZEŁ PRZETWARZANIA). Jeśli przywracasz węzeł do trybu " -"online, rozpoznanie go przez WebODM zajmie około 30 sekund." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" -"Nie można załadować listy ustawień wstępnych. Czy masz połączenie z " -"internetem?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Ustawienia własne" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Domyślne" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Moje ustawienia" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "Kopia %(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" -"Nie udało się zduplikować ustawienia wstępnego. Spróbuj odświeżyć stronę." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"Ustawienia systemowe mogą zostać usunięte tylko przez pracownika z panelu " -"administracyjnego." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "Jesteś pewien, że chcesz usunąć \"%(preset)s\"?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "Nie udało się usunąć ustawienia wstępnego. Spróbuj odświeżyć stronę." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Spróbuj ponownie" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Edytuj" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Duplikuj" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Zapisz" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Usuń" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Węzeł przetwarzania" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Opcje" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "Ładowanie węzłów przetwarzania i ustawień wstępnych ..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "Nie można zaktualizować informacji o zadaniu. Proszę spróbuj ponownie." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Anuluj" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Zapisywanie..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Zamknij" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Plik" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Zapisywanie…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Jesteś pewny?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Nie można zastosować zmian" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Nie można usunąć elementu" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min.:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Maks.:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Brak obrazu" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Pobierz obraz" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Nie można przesłać pliku. Sprawdź swoje połączenie internetowe i spróbuj " -"ponownie." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Nieprawidłowa odpowiedź z serwera: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "Wystąpił błąd podczas przesyłania pliku. Proszę spróbować ponownie." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Nieprawidłowa odpowiedź JSON: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" -"Nie można zaimportować z adresu URL. Sprawdź swoje połączenie internetowe." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "Importuj istniejące zasoby" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -"Możesz zaimportować pliki .zip, które zostały wyeksportowane z istniejących " -"zadań za pomocą opcji Pobierz aktywa %(arrow)s Wszystkie aktywa." - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Prześlij plik" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "Importuj z adresu URL" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Import" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Anuluj przesyłanie" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Algorytm:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Filtr:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Kolor:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Cieniowanie:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "brak" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Zwykłe" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "Wytłaczane" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "Eksport:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Ładowanie…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Warstwy" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Aparaty)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "Wprowadzić szablon adresu URL płytki. Prawidłowe współrzędne to:" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z}, {x}, {y} dla schematu kafli Z / X / Y" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "{-y} dla odwróconych współrzędnych Y w stylu TMS" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "Przykład:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "Dodaj tymczasową nakładkę GeoJSON (.json) lub ShapeFile (.zip)" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "Błąd: nie można załadować listy zasobów." - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "Przeźroczystość:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Wczytywanie..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Czy na pewno chcesz anulować?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "Wybrano %(count)s plików. Proszę sprawdzić te dodatkowe opcje:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Zmień rozmiar obrazów" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "Przegląd" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "Rozpocznij przetwarzanie" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Dostępny" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "Kliknij, aby zaimportować plik .JSON" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Powrót do domyślnych" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Nie można załadować listy projektów: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"Nie można wysłać %(filename)s, przekroczono maksymalną ilość prób " -"(%(max_retries)s)" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "Nie można utworzyć zadania. Nieprawidłowa odpowiedź serwera: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "Nie można utworzyć zadania. Proszę spróbować później." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s plików nie mogło być wysłane. Przypominamy, tylko pliki (.jpg, ." -"tif, .png) oraz pliki GCP (.txt) mogą być wysłane. Spróbuj ponownie." - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Edytuj projekt" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Zapisz zmiany" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Zapisywanie zmian..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Zaznacz obrazy i GCP" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Widok mapy" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s Zadań" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Udostępnij" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "Wystąpił błąd. Sprawdź swoje połączenie i uprawnienia." - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "Udostępnij to zadanie" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Włączone" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "Link:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "Ramka HTML iframe:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Nie można załadować listy zadań: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Błąd: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Spróbuj ponownie" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "Ten projekt nie zawiera zadań. Stwórz zadanie wysyłając obrazy!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Nie można dokończyć operacji." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"Wygląda na to że wystąpił jeden z błędów: %(problems)s Możesz dowiedzieć się " -"więcej na temat pozyskiwania prawidłowych obrazów %(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Za mało obrazów" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "Za mało nakładających się fragmentów zdjęć" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "Obrazy mogą być zbyt rozmyte (cecha aparatów w telefonach)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" -"Opcja zadania \"Minimalna liczba cech\" jest ustawiona za mała, spróbuj " -"zwiększyć o 25%" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "tutaj" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"Wygląda na to, że komputer może być zbyt stary. WebODM wymaga komputera z 64-" -"bitowym procesorem obsługującym zestawy instrukcji MMX, SSE, SSE2, SSE3 i " -"SSSE3 lub nowszym . Nadal możesz uruchomić WebODM, jeśli skompilujesz własne " -"obrazy Dockera . Zajrzyj %(link)s po więcej informacji." - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "ta strona" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" -"W węźle przetwarzającym brakuje programu niezbędnego do wykonania zadania. " -"Może to wskazywać na uszkodzoną instalację. Jeśli zbudowałeś OpenDroneMap, " -"sprawdź, czy wszystkie programy zostały zainstalowane bez błędów." - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "Dokończ działanie" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Nie można ponowić startu zadania." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "Nie można wznowić zadania od (etapu)w." - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Zadanie #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "Przesyłanie obrazów do węzła przetwarzania" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "Czekanie na węzeł..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "Widok modelu 3D" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Nie można anulować zadania." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Ponów start" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"Wszystkie informacje związane z zadaniem, wliczając obrazy, mapy i modele " -"będą usunięte. Kontynuować?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Nie można usunąć zadania." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "Wynik zadania:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "Wł." - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Wył." - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Stworzone na:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "Węzeł przetwarzania:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Opcje:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"Nie można wygenerować ortofotomapy. Aby ją wygenerować, upewnij się, że " -"informacje GPS są osadzone w znacznikach EXIF twoich zdjęć lub użyj pliku " -"naziemnych punktów kontrolnych (Ground Control Points - GCP)." - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "Wystarczająca ilość RAM przydzielona" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "Węzeł przetwarzania w chmurze" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" -"Wygląda na to, że w węźle przetwarzającym zabrakło pamięci. Jeśli używasz " -"dockera, upewnij się, że twoje środowisko docker ma %(memlink)s. " -"Alternatywnie upewnij się, że masz wystarczającą ilość fizycznej pamięci " -"RAM, zmniejsz liczbę obrazów, zmniejsz je lub zmniejsz parametr max-" -"concurrency w opcjach zadania. Możesz także spróbować użyć %(cloudlink)s." - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "otwórz temat" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" -"„Zakończono proces z kodem 1” oznacza, że część przetwarzania nie powiodła " -"się. Czasami jest to problem ze zbiorem danych, czasami można go rozwiązać, " -"dostosowując opcje zadania, a czasami może to być błąd! Jeśli potrzebujesz " -"pomocy, prześlij swoje obrazy gdzieś, na przykład %(link1)s lub %(link2)s i " -"%(open_a_topic)s na naszym forum społeczności, upewniając się, że dołączasz " -"kopię wyników zadania. Nasi wspaniali współpracownicy postarają się Ci pomóc!" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "Ustaw węzeł przetwarzania" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "Czekanie na wysyłanie obrazów..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "pozostało do przesłania: %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s plików %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s plików przesłano z sukcesem" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "" -"Turn on gamma tone mapping or none for no tone mapping. Can be one of " -"%(choices)s. Default: %(default)s " -msgstr "" -"Włącz mapowanie tonów gamma lub brak mapowania tonów. Może być jednym z " -"%(choices)s. Domyślnie: %(default)s " - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, fuzzy, 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. Set to 0 to disable sampling. Default: %(default)s" -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 "" -"Filtruje chmurę punktów, zachowując tylko jeden punkt wokół promienia N (w " -"metrach). Może to być przydatne do ograniczenia rozdzielczości wyjściowej " -"chmury punktów. Ustaw na 0, aby wyłączyć próbkowanie. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, python-format -msgid "" -"Type of photometric outlier removal method. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Rodzaj metody usuwania fotometrycznych wartości odstających. Może być jednym " -"z: %(choices)s. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, 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 "" -"Liczba najbliższych obrazów do wstępnego dopasowania na podstawie danych GPS " -"exif. Ustaw na 0, aby pominąć wstępne dopasowanie. Sąsiedzi współpracują z " -"parametrem Odległość, ustaw oba na 0, aby nie używać wstępnego " -"dopasowywania. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, 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 "" -"Użyj parametrów kamery obliczonych na podstawie innego zbioru danych, " -"zamiast je obliczać. Można podać jako ścieżkę do pliku camera.json lub jako " -"ciąg JSON reprezentujący zawartość pliku camera.json. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" -"Wyeksportuj georeferencyjną chmurę punktów w formacie LAS. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" -"Filtruje chmurę punktów, usuwając punkty, które odbiegają od średniej " -"lokalnej o więcej niż N odchyleń standardowych. Ustaw na 0, aby wyłączyć " -"filtrowanie. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" -"Parametr progu wysokości prostego filtru morfologicznego (metry). Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" -"Ścieżka do folderu projektu. Twój folder projektu powinien zawierać " -"podfoldery dla każdego zestawu danych. Każdy zestaw danych powinien mieć " -"folder „obrazy”." - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" -"Ścieżka do pliku geolokalizacji obrazu zawierającego współrzędne środka " -"kamery używane do georeferencji. Zauważ, że omega / phi / kappa nie są " -"obecnie obsługiwane (możesz ustawić je na 0). Plik musi mieć następujący " -"format: EPSG: lub <+ proj definicja> nazwa_obrazu geo_x geo_y geo_z " -"[omega (stopnie)] [phi (stopnie)] [kappa (stopnie)] [horz dokładność " -"(metry)] [ dokładność w pionie (metry)] Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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 "" -"Zdziesiątkuj punkty przed wygenerowaniem DEM. 1 to brak dziesiątkowania " -"(pełna jakość). 100 dziesiątek ~ 99 %% punktów. Przydatne do przyspieszenia " -"generowania wyników DEM w bardzo dużych zbiorach danych. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, 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 "" -"Liczba kroków użytych do wypełnienia obszarów z lukami. Ustaw na 0, aby " -"wyłączyć wypełnianie luk. Rozpoczynając od promienia równego rozdzielczości " -"wyjściowej, generowanych jest N różnych DEM o coraz większym promieniu przy " -"użyciu algorytmu odwrotnego ważenia odległości (IDW) i łączonych razem. " -"Pozostałe luki są następnie łączone przy użyciu interpolacji najbliższego " -"sąsiada. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "Pomiń mieszanie kolorów w pobliżu łaczenia. Domyślna: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" -"Generuje plik testu porównawczego z informacjami o czasie wykonywania. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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 "" -"Podczas przetwarzania wielospektralnych zestawów danych można określić nazwę " -"pierwotnego pasma, które będzie używane do rekonstrukcji. Zaleca się " -"wybranie zespołu, który ma ostre szczegóły i jest ostry. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:20 -#, 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 "" -"Użyj tego znacznika, aby zbudować DSM (cyfrowy model powierzchni, ziemia + " -"obiekty) przy użyciu progresywnego filtru morfologicznego. Sprawdź parametry " -"--dem *, aby uzyskać dokładniejsze dostrojenie. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" -"Ośmiokrotna głębokość używana w rekonstrukcji siatki, zwiększaj aby uzyskać " -"więcej wierzchołków, zalecane wartości to 8-12. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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 "" -"Ignoruj odległość próbkowania gruntu (GSD). GSD ogranicza maksymalną " -"rozdzielczość wyjściowych obrazów i w razie potrzeby zmienia ich rozmiar, co " -"skutkuje szybszym przetwarzaniem i mniejszym zużyciem pamięci. Ponieważ GSD " -"jest wartością szacunkową, czasami ignorowanie jej może skutkować nieco " -"lepszą jakością wyjściowego obrazu. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, python-format -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 "" -"Promień nakładania się między podmodelami. Po zgrupowaniu obrazów w klastry " -"obrazy, które znajdują się bliżej niż ten promień do klastra, są dodawane do " -"klastra. Odbywa się to w celu zapewnienia, że sąsiednie podmodele nakładają " -"się na siebie. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" -"Maksymalna liczba wierzchołków siatki wyjściowej. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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 "" -"Użyj pełnej siatki 3D do obliczenia ortofotomapy zamiast siatki 2,5D. Ta " -"opcja jest nieco szybsza i zapewnia podobne wyniki na płaskich obszarach. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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 "" -"Minimalna liczba cech do wyodrębnienia dla jednego obrazu. Większa liczba " -"cech może być przydatna do znalezienia większej liczby dopasowań pomiędzy " -"obrazami, potencjalnie umożliwiając rekonstrukcję obszarów z niewielkim " -"nakładaniem się lub niewystarczającą liczbą cech. Większa liczba cech " -"spowalnia również przetwarzanie. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:27 -#, 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 "" -"Starsza opcja (zamiast tego użyj --feature-quality). Zmienia rozmiar obrazów " -"według największego boku tylko w celu wyodrębnienia cech. Ustaw na -1, aby " -"wyłączyć. Nie wpływa to na ostateczną jakość rozdzielczości ortofotomapy i " -"nie powoduje zmiany rozmiaru oryginalnych obrazów. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:28 -#, 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 "" -"Oblicza euklidesową mapę rastrową dla każdego DEM. Mapa podaje odległość od " -"każdej komórki do najbliższej wartości NODATA (przed wypełnieniem " -"jakiegokolwiek otworu). Może to być przydatne do odizolowania obszarów, " -"które zostały wypełnione. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "Wyświetlaj komunikaty debugowania. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Ustaw kompresję użytą do ortofotomapy. Może być jednym z: %(choices)s. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" -"Algorytm dopasowujący, szybka biblioteka dla przybliżonych najbliższych " -"sąsiadów (FLANM) lub worek słów (BOW). FLANN jest wolniejszy, ale bardziej " -"stabilny. BOW jest szybszy, ale czasami może przegapić ważne dopasowania. " -"Może być jednym z: %(choices)s. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "Wyświetla numer wersji i zamyka. " - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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 "" -"Podczas przetwarzania wielospektralnych zestawów danych ODM automatycznie " -"wyrówna obrazy dla każdego pasma. Jeśli obrazy zostały poddane obróbce " -"końcowej i są już wyrównane, użyj tej opcji. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:34 -#, python-format -msgid "" -"End processing at this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Zakończ przetwarzanie na tym etapie. Może być jednym z: %(choices)s. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -#, 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 "" -"Uruchom lokalną korektę pakietu dla każdego obrazu dodanego do rekonstrukcji " -"i globalną korektę co 100 obrazów. Przyspiesza rekonstrukcję bardzo dużych " -"zbiorów danych. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "Wyświetl dodatkowe komunikaty na konsoli. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:37 -#, fuzzy, 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" -msgid "" -"Skip generation of PDF report. This can save time if you don't need a " -"report. Default: %(default)s" -msgstr "" -"Pomiń generowanie pełnego modelu 3D. Może to zaoszczędzić czas, jeśli " -"potrzebujesz tylko wyników 2D, takich jak ortofotografie i DEM. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" -"Parametr promienia okna prostego filtru morfologicznego (metry). Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" -"Ustaw ten parametr, jeśli chcesz uzyskać GeoTIFF w paskach. Default: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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 "" -"Próg odległości w metrach, aby znaleźć wstępnie dopasowane obrazy na " -"podstawie danych GPS exif. Ustaw oba sąsiadów dopasowujących i to na 0, aby " -"pominąć wstępne dopasowywanie. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: or <" -"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] " -"[extra2]Default: %(default)s" -msgstr "" -"Ścieżka do pliku (GCP) zawierającego naziemne punkty kontrolne używane do " -"georeferencji. Plik musi mieć następujący format: EPSG: lub <+ proj " -"definicja> geo_x geo_y geo_z im_x im_y nazwa_obrazu [gcp_name] [extra1] " -"[extra2] Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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 "" -"Generuje wielokąt wokół obszaru kadrowania, który przycina ortofotomapę " -"wokół krawędzi obiektów. Wielokąt ten może być przydatny przy tworzeniu " -"bezszwowych mozaik z wieloma nakładającymi się ortofotomapami. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" -"Adres URL do instancji ClusterODM w celu rozdziału dzielenia i łączenia " -"pracy w wielu węzłach. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, python-format -msgid "" -"Rerun processing from this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Ponownie uruchom przetwarzanie z tego etapu. Może być jednym z: %(choices)s. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -msgid "show this help message and exit" -msgstr "Pokaż tę wiadomość pomocy i wyjdź" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" -"Parametr nachylenia prostego filtru morfologicznego (wzrost podczas pracy). " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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 "" -"Podczas teksturowania siatki 3D dla każdego trójkąta wybierz priorytet " -"obrazów z ostrymi cechami (gmi) lub tymi, które obejmują największy obszar " -"(obszar). Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" -"Ustaw jakość chmury punktów. Wyższa jakość generuje lepsze, gęstsze chmury " -"punktów, ale wymaga więcej pamięci i trwa dłużej. Każdy wzrost jakości " -"wydłuża czas przetwarzania mniej więcej czterokrotnie. Może to być: " -"%(choices)s. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. " -"Default: %(default)s" -msgstr "" -"Wyeksportuj georeferencyjną chmurę punktów w formacie Entwine Point Tile " -"(EPT). Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, python-format -msgid "" -"Choose the algorithm for extracting keypoints and computing descriptors. Can " -"be one of: %(choices)s. Default: %(default)s" -msgstr "" -"Wybierz algorytm wyodrębniania punktów kluczowych i deskryptorów " -"obliczeniowych. Może być jeden z %(choices)s. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, 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 "" -"Wyłącz optymalizację parametrów aparatu podczas dostosowywania pakietu. Może " -"to być czasami przydatne do poprawy wyników, które pokazują kopułę / nieckę " -"lub gdy zdjęcia są robione aparatem z migawką szczelinową. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" -"Ustaw typ projekcji kamery. Ręczne ustawienie wartości może pomóc poprawić " -"niezniekształcenie geometryczne. Domyślnie aplikacja próbuje określić typ " -"soczewki na podstawie metadanych obrazów. Może być jednym z: %(choices)s. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, fuzzy, python-format -#| msgid "" -#| "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" -msgid "" -"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" -msgstr "" -"Ustaw kalibrację radiometryczną do wykonywania na obrazach. Podczas " -"przetwarzania obrazów wielospektralnych należy ustawić tę opcję, aby uzyskać " -"wartości współczynnika odbicia (w przeciwnym razie uzyskamy wartości liczb " -"cyfrowych). [kamera] stosuje poziom czerni, winietowanie, wzmocnienie " -"gradientu rzędu / kompensację ekspozycji (jeśli znaleziono odpowiednie " -"znaczniki EXIF). [kamera + słońce] jest eksperymentalne, stosuje wszystkie " -"poprawki [kamera] oraz kompensuje widmową luminancję rejestrowaną przez " -"czujnik światła (DLS) z uwzględnieniem kąta padania słońca. Może być jednym " -"z: %(choices)s. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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 "" -"Użyj tego znacznika, aby zbudować DTM (cyfrowy model terenu, tylko ziemia) " -"przy użyciu prostego filtra morfologicznego. Sprawdź parametry --dem * i --" -"smrf *, aby uzyskać dokładniejsze dostrojenie. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"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" -msgstr "" -"Rozdzielczość ortofotomapy w cm / piksel. Należy zauważyć, że wartość ta " -"jest ograniczona przez szacunkową odległość próbkowania gruntu (GSD). Aby " -"zdjąć nasadkę, sprawdź także --ignore-gsd. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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 "" -"Przeprowadź rektyfikację gruntu w chmurze punktów. Oznacza to, że błędnie " -"sklasyfikowane punkty naziemne zostaną przeklasyfikowane, a luki zostaną " -"uzupełnione. Przydatne do generowania DTM. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" -"Prosty parametr skalarny wysokości filtru morfologicznego. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, fuzzy, python-format -#| msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" -"Generuje plik testu porównawczego z informacjami o czasie wykonywania. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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 "" -"Wybierz, co chcesz scalić w etapie scalania w podzielonym zestawie danych. " -"Domyślnie wszystkie dostępne wyniki są scalane. Opcje: %(choices)s. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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 "" -"Ustaw jakość ekstrakcji cech. Wyższa jakość zapewnia lepsze funkcje, ale " -"wymaga więcej pamięci i trwa dłużej. Może być jednym z: %(choices)s. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" -"Twórz podglądy ortofotomapy, aby szybciej wyświetlać je w programach, takich " -"jak QGIS. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"Name of dataset (i.e subfolder name within project folder). Default: " -"%(default)s" -msgstr "" -"Nazwa zbioru danych (tj. Nazwa podfolderu w folderze projektu). Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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 "" -"Użyj tego tagu, jeśli masz plik GCP, ale zamiast tego chcesz użyć informacji " -"EXIF do georeferencji. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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 "" -"Użyj danych GPS exif obrazów do rekonstrukcji, nawet jeśli są obecne GCP. Ta " -"flaga jest przydatna, jeśli masz bardzo precyzyjne pomiary GPS. Jeśli nie ma " -"GCP, ta flaga nic nie robi. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want to generate a PNG rendering of the " -#| "orthophoto. Default: %(default)s" -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" -"Ustaw ten parametr, jeśli chcesz wygenerować renderowanie PNG ortofotomapy. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" -"Ustaw ten parametr, jeśli chcesz uzyskać GeoTIFF w paskach. Default: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" -"Usuń ciężkie pliki pośrednie, aby zoptymalizować wykorzystanie miejsca na " -"dysku. Wpływa to na możliwość ponownego uruchomienia potoku z etapu " -"pośredniego, ale umożliwia przetwarzanie zestawów danych na maszynach, które " -"nie mają wystarczającej ilości miejsca na dysku. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" -"Trwale usuń wszystkie poprzednie wyniki i ponownie uruchom potok " -"przetwarzania." - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" -"Automatycznie przycina obrazy wyjściowe, tworząc gładki bufor wokół granic " -"zbioru danych, zmniejszony o N metrów. Użyj 0, aby wyłączyć kadrowanie. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" -"Pomiń normalizację kolorów na wszystkich obrazach. Przydatne podczas " -"przetwarzania danych radiometrycznych. Domyślnie: %(default)s" - -#: 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 "" -"Pomiń generowanie pełnego modelu 3D. Może to zaoszczędzić czas, jeśli " -"potrzebujesz tylko wyników 2D, takich jak ortofotografie i DEM. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:73 -#, 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 "" -"Rozdzielczość DSM / DTM w cm / piksel. Należy zauważyć, że wartość ta jest " -"ograniczona przez szacunkową odległość próbkowania gruntu (GSD). Aby zdjąć " -"nasadkę, sprawdź także --ignore-gsd. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, python-format -msgid "" -"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Uruchom ponownie tylko ten etap i zatrzymaj się. Może być jednym z: " -"%(choices)s. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, 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 "" -"Maksymalna liczba procesów do wykorzystania w różnych procesach. Szczytowe " -"zapotrzebowanie na pamięć to ~ 1 GB na wątek i rozdzielczość obrazu 2 " -"megapiksele. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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 "" -"Dziedziczona opcja (use --pc-quality). Steruje gęstością chmury punktów, " -"ustawiając rozdzielczość obrazów mapy głębi. Wyższe wartości wymagają więcej " -"czasu, ale generują gęstsze chmury punktów. Domyślna: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:77 -#, python-format -msgid "" -"Generate static tiles for orthophotos and DEMs that are suitable for viewers " -"like Leaflet or OpenLayers. Default: %(default)s" -msgstr "" -"Generuj statyczne kafelki ortofotomapy i DEM, które są odpowiednie dla " -"przeglądarek, takich jak Leaflet czy OpenLayers. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" -"Wyeksportuj chmurę punktów z georeferencją w formacie CSV. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, fuzzy, python-format -#| msgid "" -#| "Path to the file containing the ground control points used for " -#| "georeferencing. The file needs to use the following format: EPSG: " -#| "or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] " -#| "[extra1] [extra2]Default: %(default)s" -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 "" -"Ścieżka do pliku (GCP) zawierającego naziemne punkty kontrolne używane do " -"georeferencji. Plik musi mieć następujący format: EPSG: lub <+ proj " -"definicja> geo_x geo_y geo_z im_x im_y nazwa_obrazu [gcp_name] [extra1] " -"[extra2] Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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 "" -"Ustawić wartość w metrach dla informacji GPS Dilution of Precision (DOP) dla " -"wszystkich obrazów. Jeśli obrazy są oznaczone informacjami GPS o wysokiej " -"precyzji (RTK), wartość ta zostanie automatycznie ustawiona. Możesz użyć tej " -"opcji, aby ustawić ją ręcznie w przypadku, gdy rekonstrukcja nie powiedzie " -"się. Obniżenie tej opcji może czasami pomóc w kontrolowaniu efektu \"bowlingu" -"\" (efekt miski) na dużych obszarach. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:81 -#, python-format -msgid "" -"Set this parameter if you want to generate a PNG rendering of the " -"orthophoto. Default: %(default)s" -msgstr "" -"Ustaw ten parametr, jeśli chcesz wygenerować renderowanie PNG ortofotomapy. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:82 -#, 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 "" -"Klasyfikuj wyniki chmury punktów za pomocą prostego filtru morfologicznego. " -"Możesz kontrolować zachowanie tej opcji, dostosowując parametry --dem- *. " -"Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:83 -#, python-format -msgid "" -"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" -msgstr "" -"Pomija gęstą rekonstrukcję i generowanie modeli 3D. Generuje ortofotomapy " -"bezpośrednio z rzadkiej rekonstrukcji. Jeśli potrzebujesz tylko ortofotomapy " -"i nie potrzebujesz pełnego modelu 3D, włącz tę opcję. Domyślnie: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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 "" -"Średnia liczba obrazów na podmodel. Podczas dzielenia dużego zbioru danych " -"na mniejsze podmodele obrazy są grupowane w klastry. Ta wartość reguluje " -"liczbę obrazów, które średnio powinien mieć każdy klaster. Domyślnie: " -"%(default)s" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Obliczanie pomiarów objętości, powierzchni i długości na ulotce" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "Plugin do tworzenia plików GCP z obrazów" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Plugin dodający przycisk do szybkiego otwierania edytora iD OpenStreetMap i " -"ustawiania mapy bazowej TMS." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Plugin do wgrywania ortofotomap do OpenAerialMap" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" -"Wyświetlanie statystyk wersji programu, zużycia pamięci i miejsca na dysku" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "Zsychronizuj konta z webodm.net" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "Dodaj przycisk pełnoekranowy do widoku mapy 2D" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "Obliczanie, podgląd i eksport konturów z DEM" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "Oblicz i narysuj mapę wysokościową na podstawie DEM-ów zadania" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "Prześlij i ułóż zasoby ODM za pomocą Cesium ion." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "Bezpośrednie importowanie obrazów z zewnętrznych źródeł" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" -"Wykrywaj zmiany pomiędzy dwoma różnymi zadaniami w tym samym projekcie." - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "Nawigacja" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "Wygląd" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "Narzędzia" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "Pomiary" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "Przycinanie" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "Adnotacje" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "Materiały" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "Scena" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "Filtr klasyfikacji" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "Filtry" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "Inne ustawienia" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Opis" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "Pomiar kąta" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "Pomiar punktowy" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "Pomiar odległości" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "Pomiar wysokości" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "Pomiar okręgu" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "Pomiar powierzchni" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "Pomiar objętości" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "Profil wysokości" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "Annotacja" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "Przycięcie objętości" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "Przycięcie wielokąta" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "Narysuj pole wyboru. Wymaga, abyś był w trybie kamery ortograficznej!" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "Płaszczyzna przycięcia w osi x" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "Płaszczyzna przycięcia na osi y" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "Płaszczyzna przycięcia na osi z" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "Usunąć wszystkie pomiary" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "Widok z lewej" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "Widok z prawej" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "Widok z przodu" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "Widok z tyłu" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "Widok z góry" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "Widok od dołu" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "Pełny zakres" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "Kontrola orbity" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "Sterowanie lotem" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "Sterowanie helikopterem" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "Kontrola Ziemi" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "Kamera perspektywiczna" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "Kamera ortograficzna" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "Sześcian nawigacji" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "Usuń wszystkie przycięte wielkości" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "Kompas" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "Animacja kamery" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "Ilość punktów" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Rozmiar punktu" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Minimalny rozmiar" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Przezroczystość" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "Pole widzenia" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "Zmiana rozmiaru punktu" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "Zakres wysokości" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "Zakres skalarny" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "Jakość" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "Kształt" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "Promień" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "Nasilenie" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "Minimalny rozmiar węzła" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "Tryb przycięcia" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "Prędkość" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "Niebo" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "Trzymaj się nad ziemią" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "Blok" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "Jednostka długości" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "Zablokuj widok" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "Język" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "Usuwanie tyłu" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "ścinek" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "pokaż objętość" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "pokaż w 3D" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "Pokaż na mapie" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "Liczba punktów" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "Zapisz LAS (3D)" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "Zapisz CSV (2D)" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "Pozycja kamery" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "Cel kamery" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "Numer zwrotu" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "Liczba zwrotów" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "min." - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "maks." - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "Czas GPS" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" -"Nie są dostępne żadne DSM ani DTM. Aby wyeksportować kontury, należy " -"przetworzyć zadanie z zaznaczoną opcją --dsm lub --dtm." - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" -"Nie można pobrać informacji dla zadania. Czy jesteś podłączony do Internetu?" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "Wysokość n.p.m.:" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "metry" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "Nie upraszczaj" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "Agresywny" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "Interwał:" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "metr" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "Wartość:" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "Warstwa:" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "Uproszczenie:" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "Projekcja:" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "Podgląd" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "Eksport" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "Kontury" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "Nie można pobrać oszacowania. Spróbuj ponownie później." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" -"Nie można pobrać oszacowania. Sprawdź parametry lub spróbuj ponownie później." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "Oszacowanie kredytów" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "Ładowanie kokpitu ..." - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" -"Nie można załadować panelu nawigacyjnego Lightning. Czy używasz najnowszej " -"wersji WebODM?" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" -"Nie można załadować panelu nawigacyjnego Lightning. Upewnij się, że jesteś " -"podłączony do Internetu, lub spróbuj ponownie za godzinę." - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "Nie można zsynchronizować węzłów. Czy jesteś podłączony do Internetu?" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "Wylogowuję się…" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "Nie można wylogować się:" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "kredyty" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "Bez ograniczeń" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "Saldo:" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "Kup Kredyty" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "Odśwież saldo" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "Witam," - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "Węzły zsynchronizowane" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "Ponowna synchronizacja" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Kokpit" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Wyloguj" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "Nie możesz się zalogować. Nieprawidłowa odpowiedź:" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" -"Nie można się zalogować. Upewnij się, że jesteś podłączony do Internetu, lub " -"spróbuj ponownie za godzinę." - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "Adres e-mail" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "Hasło" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "Nie masz konta?" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "Zapomniałeś hasła?" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "Logowanie i synchronizacja" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Sieć Lightning" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" -"Lightning to usługa, która pozwala na szybkie przetwarzanie małych i dużych " -"zbiorów danych przy użyciu wysokowydajnych serwerów w chmurze." - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "Zarejestruj" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" -"Poniżej możesz wprowadzić swoje dane uwierzytelniające %(link)s, aby " -"zsynchronizować swoje konto i automatycznie skonfigurować nowy węzeł " -"przetwarzania. Jeśli nie masz konta, możesz %(register)s za darmo." - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "Nieprawidłowa odpowiedź: %(error)s" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "Obszar:" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "Obwód:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "Objętość:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "obliczanie…" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "Metry sześcienne" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "Stopy sześcienne" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "Eksportuj do GeoJSON" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "Pomiar objętości, powierzchni i długości" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "Pomiar" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "Miara" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "Tworzenie nowego pomiaru" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "Rozpocznij tworzenie pomiaru poprzez dodawanie punktów do mapy" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "Zakończ pomiar" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "Ostatni punkt" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "Obszar" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "Obwód" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "Lokalizacja punktu" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "Pomiar liniowy" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "Odległość ścieżki" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "Wyśrodkuj na tym obszarze" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "Wyśrodkuj na tej linii" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "Wyśrodkuj w tej lokalizacji" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "Akry" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Stopy" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "Kilometry" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Hektary" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Metry" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Mile" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "Stopy kwadratowe" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "Metry kwadratowe" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "Mile kwadratowe" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "Eksportuj pomiary" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po deleted file mode 100644 index 2aaea052..00000000 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ /dev/null @@ -1,1753 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-02-11 02:50+0000\n" -"Last-Translator: Carlos Grohmann \n" -"Language-Team: Portuguese (Brazil) \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Entre com CSS personalizado" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML que será exibido acima do cabeçalho do site" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (antes do cabeçalho)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML que será exibido após o cabeçalho do site" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (após o cabeçalho)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "HTML que será exibido após a tag \"body\"" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (após \"body\")" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"HTML que será exibido no rodapé. Você também pode utilizar tags especiais " -"como {ORGANIZATION} e {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (rodapé)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Descrição" - -#: app/admin.py:106 -msgid "Version" -msgstr "Versão" - -#: app/admin.py:112 -msgid "Author" -msgstr "Autor" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "Você precisa fazer upload de pelo menos 2 imagens antes de confirmar" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Ativado" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Ações" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"O Índice de Vegetação por Diferença Normalizada (NDVI) indica a quantidade " -"de vegetação verde." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"O Índice Aprimorado de Vegetação por Diferença Normalizada (ENDVI) é como o " -"NDVI, mas usa as bandas do Azul e Verde além do Vermelho para indicar a súde " -"da vegetação." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" -"O Índice de Resistência Atmosférica Visual (VARI) indica áreas de vegetação." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"O Índice de Excesso de Verde (ExG) enfatiza o verde de safras folhosas, como " -"batatas." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" -"O Índice de Área Queimada (BAI) destaca áreas queimadas no espectro do " -"vermelho ao infra-vermelho próximo." - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "O Índice de Folhas Verdes (GLI) mostra folhas e caules verdes." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"O Índice de Vegetação por Diferença Normalizada Verde (GNDVI) é similar ao " -"NDVI, mas mede o espectro do Verde ao invés do Vermelho." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" -"O Índice de Vegetação de Razão Verde (GRVI) é sensível às taxas " -"fotossintéticas em florestas." - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"O Índice de Vegetação Ajustado ao Solo (SAVI) é similar ao NDVI mas procura " -"remover os efeitos de áreas de solo usando um fator de ajuste (0.5)." - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" -"O Índice Modificado Não-Linear (MNLI) melhora o algoritmo do Índice Não-" -"Linear para considerar áreas de solo." - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" -"A Razão Simples Modificada (MSR) é uma melhoria do índice de Razão Simples " -"(SR) para ser mais sensível à vegetação." - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" -"O Índice de Vegetação por Diferença Renormalizada (RDVI) usa a diferença " -"entre infra-vermelho próximo e vermelho, além do NDVI para exibir áreas de " -"vegetação sadia." - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" -"O Índice de Vegetação por Diferença Transformada (TDVI) destaca a cobertura " -"de vegetação em ambientes urbanos." - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" -"O Índice de Vegetação Ajustado ao Solo Otimizado (OSAVI) é baseado no SAVI, " -"mas tende a funcionar melhor em áreas com pouca vegetação onde o solo é " -"visível." - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" -"O Índice de Área Foliar (LAI) estima a área de folhagem e prevê o rendimento " -"das colheitas." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" -"O Índice de Vegetação Aprimorado (EVI) é útil em áreas onde o NDVI pode " -"saturar, ao usar comprimentos de onda do azul para corrigir os sinais do " -"solo." - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Você precisa fazer upload de pelo menos 2 imagens antes de confirmar" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Nenhum arquivo carregado" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Não é possível criar tarefa, você precisa de ao menos 2 imagens" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "Recurso não existe" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Tarefa importada" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "Não é possível criar tarefa, você precisa carregar 1 arquivo" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" -"Não é possível criar tarefa, ou especifique a URL ou carregue 1 arquivo." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "Tarefa à qual esta imagem pertence" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Tarefa" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "Arquivo carregado por um(a) usuário(a)" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Imagem" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Carregar Imagem" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Carregar Imagens" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Nome do complemento (plugin)" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Nome" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "Se este plugin está ativado." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Ativado" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Complemento (plugin)" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Complementos (plugins)" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "Chave de configuração" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Chave" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" -"O usuário ao qual esta configuração pertence. Se NULL, a configuração é " -"global." - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Usuário" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Valor inteiro" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "Valor decimal" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "Valor booleano" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Valor da string" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "Valor JSON" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Complemento (plugin) Datum" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "A pessoa que é dona deste preset" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Dono" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "Um rótulo usado para descrever este preset" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" -"Opções que definem este preset (mesmo formato que em uma opção de Tarefa)." - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Opções" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Data de criação" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Criado em" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" -"Se este preset está disponível a todos usuários no sistema ou apenas ao seu " -"dono." - -#: app/models/preset.py:14 -msgid "System" -msgstr "Sistema" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Predefinição" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Predefinições" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "A pessoa que criou o projeto" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "Um rótulo usado para descrever o projeto" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "Descrição mais detalhada do projeto" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" -"Se este projeto foi marcado para exclusão. Os projetos que têm tarefas em " -"execução precisam esperar que as tarefas sejam devidamente limpas antes de " -"poderem ser excluídos." - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Exclusão" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Projeto" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Projetos" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "O nome da sua aplicação" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Nome do app" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "Um logo em 512x512 da sua aplicação (.png ou .jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Logo do app" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "O nome da sua organização" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Nome da organização" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "A URL do website da sua organização" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Website da organização" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Tema" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "Tema ativo" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Aplicação" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Configurações" - -#: app/models/task.py:218 -msgid "Id" -msgstr "Identidade (ID)" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "Identificador da tarefa (tal como retornado pela API NodeODM)" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "Projeto ao qual esta tarefa pertence" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "Um rótulo para a tarefa" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" -"Número de milissegundos passados desde o início da tarefa (-1 indica que não " -"há informação disponível)" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "Tempo de processamento" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" -"Nó de processamento designado para esta tarefa (ou nulo se esta tarefa ainda " -"não foi associada)" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "Nó de processamento" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" -"Um sinal (flag) indicando se esta tarefa deveria ser designada " -"automaticamente a um nó de processamento" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "Nó de procesamento automático" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "Status atual da tarefa" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Status" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "O último erro de processamento recebido" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Último Erro" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "Opções que estão sendo usadas para processar esta tarefa" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "Lista de recursos disponíveis para download" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "Recursos Disponíveis" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "Saída do console do nó de processamento" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "Saída do Console" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "Extensão da ortofoto" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "Extensão de ortofoto" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "Extensão do MDS" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "Extensão do MDT" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" -"Uma ação solicitada a ser executada na tarefa. A ação selecionada será " -"executada pelo trabalhador na próxima iteração." - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "Ação Pendente" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "Um sinal (flag) indicando se esta tarefa está disponível ao público" - -#: app/models/task.py:240 -msgid "Public" -msgstr "Público" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" -"Quando definido com um valor diferente de -1, indica que as imagens para " -"esta tarefa foram / serão redimensionadas para o tamanho especificado aqui " -"antes do processamento." - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "Redimensionar para" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" -"Valor entre 0 e 1 indicando o andamento do upload dos arquivos desta tarefa " -"para o nó de processamento" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "Progresso do upload" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" -"Valor entre 0 e 1 indicando o andamento do redimensionamento das imagens " -"desta tarefa" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "Progresso do redimensionamento" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" -"Valor entre 0 e 1 indicando o andamento da execução (estimado) desta tarefa" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "Progresso da execução" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "URL de onde esta tarefa foi importada (apenas para tarefas importadas)" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "Importar URL" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "Número de imagens associadas a esta tarefa" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "Contagem de imagens" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" -"Um sinal (flag) que indica se esta tarefa está atualmente esperando por " -"informações ou arquivos a serem carregados antes de ser considerada para " -"processamento." - -#: app/models/task.py:257 -msgid "Partial" -msgstr "Parcial" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "Tarefas" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "sem nome" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "Importando recursos ..." - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "Arquivo zip inválido" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "Erro de conexão: %(error)s" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "Não é possível reiniciar uma tarefa que não possui nó de processamento" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" -"SRS não suportado %(code)s. Por favor ceertifique-se que você escolheu um " -"SRS suportado." - -#: app/models/task.py:750 -msgid "Done!" -msgstr "Feito!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "Nome do tema" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "A maioria dos textos, ícones e bordas." - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Primário" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "A cor de fundo principal e a cor do texto de alguns botões." - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Secundário" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "Links de navegação." - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "Terciário" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "Cor primária do botão." - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "Botão primário" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "Cor padrão do botão." - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "Botão padrão" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "Excluir cor do botão." - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "Botão de perigo" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "Cor de fundo do cabeçalho do site." - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "Fundo do cabeçalho" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "Texto e ícones no cabeçalho do site." - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "Cabeçalho Primário" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "A cor da maioria das bordas." - -#: app/models/theme.py:30 -msgid "Border" -msgstr "Borda" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "A cor de fundo dos painéis e algumas bordas." - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "Destaque" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "A cor da borda dos diálogos de aviso." - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "Diálogo de aviso" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "A cor de fundo das notificações de falha." - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Falhou" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "A cor de fundo das notificações de sucesso." - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Sucesso" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 página não encontrada" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "Você tem certeza que o endereço está correto?" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 erro interno do servidor" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "Algo aconteceu. Os logs do servidor contêm mais informações." - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" -"Este programa é um software livre: você pode redistribuí-lo e / ou modificá-" -"lo sob os termos da GNU Affero General Public License conforme publicada " -"pela Free Software Foundation, seja a versão 3 da Licença, ou (por sua " -"opção) qualquer versão posterior. Veja %(link_start)sthe GNU Affero General " -"Public License %(link_end)s para mais detalhes." - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Página não encontrada" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "Desculpe, mas a página solicitada não foi encontrada." - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "Home" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Erro do servidor" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Erro do servidor (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Erro do servidor (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" -"Ocorreu um erro. Isso foi relatado aos administradores do site por e-mail e " -"deve ser corrigido em breve. Obrigado pela sua paciência." - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "Executa a ação selecionada" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Vai" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "Clique aqui para selecionar os objetos em todas as páginas" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "Seleciona todos %(total_count)s %(module_name)s" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "Limpar seleção" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" -"Primeiro, insira um nome de usuário e uma senha. Então, você poderá editar " -"mais opções do usuário." - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "Entre com um nome de usuário e senha." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Mudar senha" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "Por favor corrija o erro abaixo." - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "Por favor corrija os erros abaixo." - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "Entre com nova senha para o usuário %(username)s." - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "Administrador do site django" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "Administração django" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Adicionar %(name)s" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "Histórico" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "Ver no site" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Filtro" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "Carregar plugin (.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Gerenciar plugins" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "Remover da ordenação" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Prioridade de ordenação: %(priority_number)s" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "Alternar ordenação" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Excluir" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" -"A exclusão de %(object_name)s '%(escaped_object)s' resultaria na exclusão de " -"objetos relacionados, mas sua conta não tem permissão para excluir os " -"seguintes tipos de objetos:" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" -"A exclusão de %(object_name)s '%(escaped_object)s' exigiria a exclusão dos " -"seguintes objetos relacionados protegidos:" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" -"Tem certeza de que deseja excluir %(object_name)s \"%(escaped_object)s\"? " -"Todos os seguintes itens relacionados serão excluídos:" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Objetos" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Sim, eu tenho certeza" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "Não, me leve de volta" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "Excluir vários objetos" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" -"Excluir o %(objects_name)s selecionado resultaria na exclusão de objetos " -"relacionados, mas sua conta não tem permissão para excluir os seguintes " -"tipos de objetos:" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" -"A exclusão de %(objects_name)s selecionados exigiria a exclusão dos " -"seguintes objetos relacionados protegidos:" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" -"Tem certeza de que deseja excluir os %(objects_name)s selecionados? Todos os " -"seguintes objetos e seus itens relacionados serão excluídos:" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Mudar" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Excluir?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr " Por %(filter_title)s " - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Resumo" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "Modelos na aplicação %(name)s" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Adicionar" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "Você não tem permissão para editar nada." - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Ações recentes" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Minhas ações" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "Nenhum disponível" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "Conteúdo desconhecido" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" -"Algo está errado com a instalação do seu banco de dados. Certifique-se de " -"que as tabelas de banco de dados apropriadas tenham sido criadas e que o " -"banco de dados possa ser lido pelo usuário apropriado." - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" -"Você está autenticado como %(username)s, mas não está autorizado a acessar " -"esta página. Você gostaria de entrar em uma conta diferente?" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "Esqueceu sua senha ou nome de usuário?" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Conecte-se" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Data/hora" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Ação" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" -"Este objeto não tem histórico de alterações. Provavelmente não foi " -"adicionado por meio deste site de administração." - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Mostrar tudo" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Salvar" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "Fechando pop-up ..." - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "Alterar %(model)s selecionado" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "Adicionar outro %(model)s" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "Excluir %(model)s selecionado" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Pesquisar" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s resultado" -msgstr[1] "%(counter)s resultados" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "%(full_result_count)s total" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Salvar como novo" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "Salvar e adicionar outro" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Salvar e continuar editando" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Bem-vindo!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "Adicionar um nó de processamento" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" -"Para começar, \"%(add_processing_node)s\". Um nó de processamento é um " -"computador executando uma instância de %(nodeodm_link)s ou algum outro " -"software implementando este %(api_link)s." - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "Selecionar imagens e GCPs" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" -"Para criar um mapa, pressione o botão \"%(upload_images)s\" ou arraste e " -"solte algumas imagens em um projeto." - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Você precisa de ao menos 5 imagens" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "As imagens precisam de sobreposição de 65%% ou mais" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "Para 3D ótimo, as imagens precisam de sobreposição de 83%%" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" -"Um arquivo %(link_start)s de GCPs %(link_end)s é opcional, mas pode aumentar " -"a precisão do georreferenciamento" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "Ferramentas de desenvolvimento" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Fechar" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "Localidade atual:" - -#: app/templates/app/dev_tools.html:15 -#, fuzzy -#| msgid "" -#| "To change locale, modify your browser's locale settings, then refresh the " -#| "page." -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" -"Para alterar a localidade, modifique as configurações de localidade do seu " -"navegador e atualize a página." - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "Arquivos de tradução (.zip):" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "Baixar e substituir arquivos de tradução" - -#: app/templates/app/dev_tools.html:27 -#, fuzzy -#| msgid "Current Locale:" -msgid "Set locale:" -msgstr "Localidade atual:" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "Executando… não atualize a página! Isso pode demorar um pouco." - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Olá, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Desconectar" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Painel de controle" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "Nós de processamento" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "Adicionar novo" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Administração" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Contas" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Grupos" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Marca" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "Sobre" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "Nome do host" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Porta" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "Versão da API" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "Engine" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "Versão da engine" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "Contagem da fila" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "Limite máximo de imagens" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Rótulo" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "Última atualização" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "atrás" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "Opções (JSON)" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Editar" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "Você poderia verificar os erros abaixo?" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Criar conta" - -#: 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" -msgstr "Calcule medidas de volume, área e comprimento no Leaflet" - -#: app/translations/plugin_manifest_autogenerated.py:13 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Um plugin para fazer upload de ortofotos para OpenAerialMap" - -#: app/translations/plugin_manifest_autogenerated.py:14 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Um plugin para adicionar um botão para abrir rapidamente o editor de iD do " -"OpenStreetMap e configurar um mapa base TMS." - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "Um plugin para criar arquivos de GCP a partir de imagens" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Primeiro projeto" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Mapa" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "Exibe o modelo 3D" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Bem-vindo" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "Não é possível encontrar pasta locale/no arquivo .zip" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "Arquivos de tradução recarregados!" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "Ação Inválida" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "Nenhum tipo de enum correspondente." - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "Nenhuma camada DSM está disponível." - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "Nenhuma camada MDT está disponível." - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" -"Não foi possível gerar o arquivo de curvas de nível. Isso pode ser um bug." - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Diagnóstico" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Informação diagnóstica" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "Espaço de armazenamento" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "Livre" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Utilizado" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Total" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Memória" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "Livre" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Utilizado" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Total" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Nota!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"Esses valores podem ser relativos ao ambiente de virtualização no qual o " -"aplicativo está sendo executado, não necessariamente os valores de sua " -"máquina. Consulte as instruções para %(win_link)s e %(mac_link)s para " -"alterar esses valores em uma configuração do Docker." - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "Espaço em disco" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "Rede Lightning" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" -"Nenhum modelo de superfície disponível. No Painel de controle, selecione " -"esta tarefa, pressione Editar, nas opções certifique-se de marcar \"dsm\" e " -"pressione reiniciar --> do MDE." - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "Interface de GCPs" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "Gerenciamento de nó" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" -"Nome do host ou endereço IP onde o nó está localizado (também pode ser um " -"nome de host interno). Se você estiver usando o Docker, nunca será 127.0.0.1 " -"ou localhost. Encontre o endereço IP de sua máquina host executando ifconfig " -"no Linux ou verificando suas configurações de rede." - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "Porta que conecta à API do nó" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "Versão da API utilizada pelo nó" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "Quando as informações sobre este nó foram recuperadas pela última vez?" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" -"Número de tarefas atualmente sendo processadas por este nó (conforme " -"relatado pelo próprio nó)" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "Opções disponíveis" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "Descrição das opções que podem ser usadas para processamento" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "Token" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" -"Token a ser usado para autenticação. Se o nó não tiver autenticação, você " -"pode deixar este campo em branco." - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "Número máximo de imagens" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "Número máximo de imagens aceitas por este nó." - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "Versão da engine usada pelo nó." - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" -"Rótulo opcional para este nó. Quando definido, este rótulo será mostrado em " -"vez de nome do host:nome da porta." - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "Engine utilizada pelo nó." diff --git a/locale/pt_BR/LC_MESSAGES/djangojs.po b/locale/pt_BR/LC_MESSAGES/djangojs.po deleted file mode 100644 index a4d23429..00000000 --- a/locale/pt_BR/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2683 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-06-08 13:31+0000\n" -"Last-Translator: Fernando Macedo \n" -"Language-Team: Portuguese (Brazil) \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "saída truncada em %(count)s linhas" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Alternar para tela inteira" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Sair da tela inteira" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Baixar para arquivo" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "O nome do campo é necessário" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Adicionar projeto" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "Suas alterações serão perdidas. Você tem certeza de que quer sair?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Ortofoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "Fitossanidade" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Modelo de Superfície" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Modelo de Terreno" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -#, fuzzy -#| msgid "(Cameras)" -msgid "Cameras" -msgstr "(Câmeras)" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Exibir modelo" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Exibir câmeras" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Carregando modelo texturizado..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ortofoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ortofoto (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Ortofoto (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Modelo de Terreno (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "Modelo de Terreno (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "Modelo de Superfície (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "Modelo de Superfície (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "Nuvem de pontos (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "Nuvem de pontos (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "Nuvem de pontos (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Nuvem de pontos (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Modelo texturizado" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Parâmetros da câmera" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "Fotos da câmera (GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "Relatório de Qualidade" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "Todos os recursos" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Google Maps híbrido" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "ESRI Satellite" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM Mapnik" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Cancelando..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Excluindo..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Reiniciando..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "Redimensionando as imagens..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Importando..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "Carregar dataset" - -#: app/static/app/js/classes/PipelineSteps.js:12 -#, fuzzy -#| msgid "Structure From Motion / MVS" -msgid "Structure From Motion" -msgstr "Structure from Motion / MVS" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -#, fuzzy -#| msgid "Point sizing" -msgid "Point Filtering" -msgstr "Tamanho do ponto" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "Malha" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Texturizando" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "Georeferenciando" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "MDE" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Relatório" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Não" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Sim" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "Na fila" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "Executando" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Falhou" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Completo" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Cancelado" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s é maior que 5 MB." - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Não é um arquivo shapefile apropriado: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "Não é um arquivo JSON apropriado: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Baixar recursos" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Editar opções da tarefa" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Nome" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Pesquisar" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Novo Projeto" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Criar projeto" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Criando projeto..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Todas as tarefas, imagens e modelos associados a este projeto serão " -"excluídos permanentemente. Você tem certeza que quer continuar?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Descrição (opcional)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" -"Não foi possível carregar a lista de nós de processamento. Você está " -"conectado à internet?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Tentamos alcançar:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "Não há nós de processamento utilizáveis." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"Certifique-se de que pelo menos um nó de processamento está acessível e que " -"você concedeu ao usuário atual permissões suficientes para visualizar o nó " -"de processamento (indo para Administração - Nós de processamento - " -"Selecionar nó - Permissões de objeto - Adicionar usuário/grupo e verificar " -"PODE VER O NÓ DE PROCESSAMENTO). Se você estiver colocando um nó novamente " -"online, levará cerca de 30 segundos para que o WebODM o reconheça." - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" -"Não foi possível carregar a lista de predefinições. Você está conectado à " -"internet?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Personalizados" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Padrão" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Minha predefinição" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "Cópia de %(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" -"Não foi possível duplicar a predefinição. Por favor, tente atualizar a " -"página." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"As predefinições do sistema só podem ser removidas por um membro da equipe " -"do painel de Administração." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "Tem certeza de que deseja excluir \"%(preset)s\"?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" -"Não foi possível excluir a predefinição. Por favor, tente atualizar a página." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Tentar novamente" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Editar" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Duplicar" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Salvar" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Excluir" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "Nó de processamento" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Opções" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "Carregando nós de processamento e predefinições ..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" -"Não foi possível atualizar as informações da tarefa. Por favor, tente " -"novamente." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Cancelar" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Salvando..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Fechar" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Título" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Salvando…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Você tem certeza?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Não foi possível aplicar as alterações" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Não foi possível excluir o item" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Mín:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Máx:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Imagem faltando" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Baixar imagem" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Não é possível fazer upload do arquivo. Verifique sua conexão com a Internet " -"e tente novamente." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Resposta inválida do servidor: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "Ocorreu um erro ao enviar o arquivo. Por favor, tente novamente." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Resposta JSON inválida: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" -"Não é possível importar do URL. Verifique a sua conexão com a internet." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "Importar recursos existentes" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" -"Você pode importar arquivos .zip que foram exportados de tarefas existentes " -"por meio de Download de recursos %(arrow)s Todos os recursos." - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Enviar um arquivo" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "Importar de um URL" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Importar" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Cancelar envio" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Algoritmo:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Filtro:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Cor:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Sombreamento:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "Nenhum" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "Normal" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "Extrudado" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "Exportar:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Carregando…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Camadas" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "MDS" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "MDT" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Câmeras)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "Insira um modelo de URL de mosaico (tile). As coordenadas válidas são:" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z}, {x}, {y} para esquema de mosaico Z/X/Y" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "{-y} para coordenada Y invertida de estilo TMS" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "Exemplo:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" -"Adicionar uma camada (overlay) GeoJSON (.json) ou ShapeFile (.zip) temporária" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "Erro: não é possível carregar a lista de recursos." - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "Opacidade:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Carregando..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "Você tem certeza que deseja cancelar?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "%(count)s arquivos selecionados. Verifique estas opções adicionais:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "Redimensionar imagens" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "px" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "Revisar" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "Iniciar o processamento" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Habilitar" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "Clique para importar um arquivo .JSON" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "Restaurar ao padrão" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "Não foi possível carregar a lista de projetos: %(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" -"Não é possível fazer upload de %(filename)s, ultrapassou o máximo de " -"tentativas (%(max_retries)s)" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" -"Não é possível criar uma nova tarefa. Resposta inválida do servidor: " -"%(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" -"Não é possível criar uma nova tarefa. Por favor, tente novamente mais tarde." - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s arquivos não podem ser carregados. Como um lembrete, apenas " -"imagens (.jpg, .tif, .png) e arquivos GCP (.txt) podem ser carregados. Tente " -"novamente." - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Editar projeto" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Salvar alterações" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Salvando alterações..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "Selecionar imagens e GCPs" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Ver mapa" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s tarefas" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Compartilhar" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "Um erro ocorreu. Verifique sua conexão e permissões." - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "Compartilhar esta tarefa" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Ativado" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "Link:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "iframe HTML:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "Não foi possível carregar a lista de tarefas: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Erro: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "Tente novamente" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "Este projeto não tem tarefas. Crie um enviando algumas imagens!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Não é possível concluir a operação." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"Parece que pode haver um dos seguintes problemas: %(problems)s Você pode ler " -"mais sobre as melhores práticas para capturar boas imagens %(link)s." - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "Imagens insuficientes" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "Sobreposição insuficiente entre as imagens" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" -"As imagens podem estar muito desfocadas (comum em câmeras de telefones)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" -"A opção de tarefa min-num-features está definida com valor muito baixo, " -"tente aumentá-la em 25%" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "aqui" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"Parece que este computador pode ser muito antigo. WebODM requer um " -"computador com uma CPU de 64 bits com suporte para MMX, SSE, SSE2, SSE3 e " -"SSSE3 conjunto de instruções ou superior. Você ainda pode executar o WebODM " -"se compilar suas próprias imagens do docker. Veja %(link)s para mais " -"informações." - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "esta página" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" -"O nó de processamento está sem um programa necessário para concluir a " -"tarefa. Isso pode indicar uma instalação corrompida. Se você compilou o " -"OpenDroneMap, verifique se todos os programas foram compilados sem erros." - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, fuzzy, python-format -msgid "From %(stage)s" -msgstr "Filtragem de pontos" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "Retomar o processamento" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Não é possível reiniciar a tarefa." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "Não é possível reiniciar a tarefa a partir de (stage)s." - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Tarefa n° %(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "Enviando imagens para o nó de processamento" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "Esperando por um nó..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "Ver modelo 3D" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Não é possível cancelar a tarefa." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Reiniciar" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" -"Todas as informações relacionadas a esta tarefa, incluindo imagens, mapas e " -"modelos serão excluídas. Continuar?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Não é possível excluir tarefa." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "Resultados da tarefa:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "Exibir" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Ocultar" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Criado em:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "Nó de processamento:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Opções:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"Não foi possível gerar uma ortofoto. Para gerar uma, certifique-se de que as " -"informações de GPS estejam incorporadas às tags EXIF de suas imagens ou use " -"um arquivo de pontos de controle (GCPs)." - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "RAM suficiente alocada" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "nó de processamento em nuvem" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" -"Parece que seu nó de processamento ficou sem memória. Se você estiver usando " -"o docker, verifique se o ambiente do docker tem %(memlink)s. Como " -"alternativa, certifique-se de ter RAM física suficiente, reduza o número de " -"imagens, torne suas imagens menores ou reduza o parâmetro max-concurrency " -"das opções da tarefa. Você também pode tentar usar um %(cloudlink)s." - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "abra um tópico" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" -"\"Processo encerrado com código 1\" significa que parte do processamento " -"falhou. Às vezes é um problema com o conjunto de dados, às vezes pode ser " -"resolvido ajustando as Opções de tarefa e às vezes pode ser um bug! Se " -"precisar de ajuda, carregue suas imagens em algum lugar como %(link1)s ou " -"%(link2)s e %(open_a_topic)s em nosso fórum da comunidade, certificando-se " -"de incluir uma cópia do resultado de sua tarefa. Nossos incríveis " -"colaboradores tentarão ajudá-lo!" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "Defina um nó de processamento" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "Esperando o envio da imagem ..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "restante para envio: %(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s arquivos %(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "%(count)s arquivos enviados com sucesso" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "" -"Turn on gamma tone mapping or none for no tone mapping. Can be one of " -"%(choices)s. Default: %(default)s " -msgstr "" -"Ativa o mapeamento de tons gama ou use “nenhum” para nenhum mapeamento de " -"tons. Pode ser um de %(choices)s. Padrão: %(default)s " - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, fuzzy, 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. Set to 0 to disable sampling. Default: %(default)s" -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 "" -"Filtra a nuvem de pontos mantendo apenas um único ponto em torno de um raio " -"N (em metros). Isso pode ser útil para limitar a resolução de saída da nuvem " -"de pontos. Defina como 0 para desativar a amostragem. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:5 -#, python-format -msgid "" -"Type of photometric outlier removal method. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Tipo de método de remoção de outlier fotométrico. Pode ser um dos seguintes: " -"%(choices)s. Padão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, 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 "" -"Número de imagens mais próximas a serem pré-combinadas com base nos dados " -"GPS exif. Defina como 0 para pular a pré-correspondência. O parâmetro " -"Vizinhos trabalha em conjunto com o parâmetro Distância, defina ambos como 0 " -"para não usar pré-correspondência. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, 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 "" -"Use os parâmetros da câmera calculados a partir de outro conjunto de dados " -"em vez de calculá-los. Pode ser especificado como caminho para um arquivo " -"cameras.json ou como uma string JSON representando o conteúdo de um arquivo " -"cameras.json. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" -"Exporta a nuvem de pontos georreferenciados no formato LAS. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" -"Filtra a nuvem de pontos removendo pontos que se desviam mais do que N " -"desvios padrão da média local. Defina como 0 para desativar a filtragem. " -"Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" -"Parâmetro de limite de elevação do Filtro Morfológico Simples (metros). " -"Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" -"Caminho para a pasta do projeto. A pasta do projeto deve conter subpastas " -"para cada conjunto de dados. Cada conjunto de dados deve ter uma pasta " -"\"images\"." - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" -"Caminho para o arquivo de geolocalização da imagem contendo as coordenadas " -"do centro da câmera usadas para georreferenciamento. Observe que omega/phi/" -"kappa atualmente não são suportados (você pode defini-los como 0). O arquivo " -"deve usar o seguinte formato: EPSG: ou <+ definição proj> " -"nome_da_imagem geo_x geo_y geo_z [omega (graus)] [phi (graus)] [kappa " -"(graus)] [precisão horz (metros)] [ precisão vertical (metros)] Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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 "" -"Decima os pontos antes de gerar o MDE. 1 é sem decimação (qualidade total). " -"100 decima ~99%% dos pontos. Útil para acelerar a geração de MDEs em " -"conjuntos de dados muito grandes. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, 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 "" -"Número de passos usados para preencher áreas com vazios. Defina como 0 para " -"desativar o preenchimento de vazios. Começando com um raio igual à resolução " -"de saída, N diferentes MDEs são gerados com raio progressivamente maior " -"usando o algoritmo do inverso da potência da distância (IDW) e mesclados. Os " -"vazios restantes são então mesclados usando a interpolação dpor vizinho mais " -"próximo. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "Omite a mistura de cores perto das costuras. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" -"Gera um arquivo de benchmark com informações de tempo de execução. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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 "" -"Ao processar conjuntos de dados multiespectrais, você pode especificar o " -"nome da banda primária que será usada para reconstrução. Recomenda-se " -"escolher uma banda que tenha detalhes nítidos e esteja em foco. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:20 -#, 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 "" -"Use esta tag para construir um MDS (Modelo Digital de Superfície, solo" -"+objetos) usando um filtro morfológico progressivo. Verifique os parâmetros " -"--dem* para um ajuste mais preciso. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" -"A profundidade da octree usada na reconstrução da malha, aumente para obter " -"mais vértices, os valores recomendados são 8-12. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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 "" -"Ignora a Distância de Amostragem no Solo (Ground Sampling Distance - GSD). O " -"GSD limita a resolução máxima das saídas de imagem e redimensiona as imagens " -"quando necessário, resultando em um processamento mais rápido e menor uso de " -"memória. Como o GSD é uma estimativa, às vezes ignorá-lo pode resultar em " -"uma qualidade de saída de imagem ligeiramente melhor. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, python-format -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 "" -"Raio da sobreposição entre submodelos. Depois de agrupar as imagens em " -"clusters, as imagens que estão mais próximas do que este raio de um cluster " -"são adicionadas ao cluster. Isso é feito para garantir que os submodelos " -"vizinhos se sobreponham. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "A contagem máxima de vértices da malha de saída. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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 "" -"Usa uma malha 3D completa para calcular a ortofoto em vez de uma malha 2,5D. " -"Esta opção é um pouco mais rápida e fornece resultados semelhantes em áreas " -"planas. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:26 -#, 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 "" -"Número mínimo de feições para extrair por imagem. Mais feições podem ser " -"úteis para encontrar mais correspondências entre as imagens, permitindo " -"potencialmente a reconstrução de áreas com pouca sobreposição ou feições " -"insuficientes. Mais feições também tornam o processamento lento. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:27 -#, 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 "" -"Opção antiga (use --feature-quality ao invés). Redimensiona imagens pelo " -"lado maior apenas para fins de extração de feições. Defina como -1 para " -"desativar. Isso não afeta a qualidade da resolução final da ortofoto e não " -"redimensiona as imagens originais. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:28 -#, 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 "" -"Calcula um mapa raster euclidiano para cada MDE. O mapa mostra a distância " -"de cada célula até o valor NODATA mais próximo (antes que ocorra qualquer " -"preenchimento de vazio). Isso pode ser útil para isolar as áreas que foram " -"preenchidas. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "Exibe mensagens de debug. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" -"Define a compactação a ser usada para ortofotos. Pode ser um de: " -"%(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" -"Algoritmo de correspondência, biblioteca rápida para vizinhos mais próximos " -"aproximados (FLANN) ou pacote de palavras (BOW). FLANN é mais lento, mas " -"mais estável. BOW é mais rápido, mas às vezes pode perder correspondências " -"válidas. Pode ser um dos seguintes: %(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "Exibe o número da versão e sai. " - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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 "" -"Ao processar conjuntos de dados multiespectrais, o ODM alinhará " -"automaticamente as imagens para cada banda. Se as imagens foram processadas " -"e já estão alinhadas, use esta opção. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:34 -#, python-format -msgid "" -"End processing at this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Finalize o processamento nesta fase. Pode ser um de: %(choices)s. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:35 -#, 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 "" -"Executa um ajuste de conjunto (bundle adjustment) local para cada imagem " -"adicionada à reconstrução e um ajuste global a cada 100 imagens. Acelera a " -"reconstrução para conjuntos de dados muito grandes. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:36 -#, python-format -msgid "Print additional messages to the console. Default: %(default)s" -msgstr "Exibe mensagens adicionais no console. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:37 -#, fuzzy, 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" -msgid "" -"Skip generation of PDF report. This can save time if you don't need a " -"report. Default: %(default)s" -msgstr "" -"Omite a geração de um modelo 3D completo. Isso pode economizar tempo se você " -"precisar apenas de resultados 2D, como ortofotos e MDEs. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" -"Parâmetro de raio da janela do Filtro Morfológico Simples (metros). Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" -"Defina este parâmetro se desejar um GeoTIFF listrado. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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 "" -"Limite de distância em metros para encontrar imagens pré-correspondentes com " -"base em dados GPS exif. Defina matcher-neighbors e esta opção como 0 para " -"pular a pré-correspondência. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: or <" -"+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] [extra1] " -"[extra2]Default: %(default)s" -msgstr "" -"Caminho para o arquivo que contém os pontos de controle (GCPs) usados para " -"georreferenciamento. O arquivo precisa usar o seguinte formato: EPSG: " -"ou <+definição proj>geo_x geo_y geo_z im_x im_y image_name [gcp_name] " -"[extra1] [extra2] Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:42 -#, 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 "" -"Gera um polígono ao redor da área de recorte que corta a ortofoto ao redor " -"das bordas das feições. Este polígono pode ser útil para costurar mosaicos " -"contínuos com múltiplas ortofotos sobrepostas. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" -"URL para uma instância ClusterODM para distribuir um fluxo de trabalho de " -"split-merge em vários nós em paralelo. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, python-format -msgid "" -"Rerun processing from this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Execute novamente o processamento a partir deste estágio. Pode ser um de: " -"%(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -msgid "show this help message and exit" -msgstr "mostra esta mensagem de ajuda e sai" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" -"Parâmetro de inclinação do filtro morfológico simples (aumento sobre " -"distância - rise over run). Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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 "" -"Ao texturizar a malha 3D, para cada triângulo, escolha priorizar imagens com " -"características nítidas (gmi) ou aquelas que cobrem a maior área (área). " -"Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" -"Definir a qualidade da nuvem de pontos. Uma qualidade superior gera nuvens " -"de pontos melhores e mais densas, mas requer mais memória e leva mais tempo. " -"Cada aumento na qualidade aumenta o tempo de processamento aproximadamente " -"por um fator de 4x. Pode ser um de: %(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. " -"Default: %(default)s" -msgstr "" -"Exporta a nuvem de pontos georreferenciados no formato Entwine Point Tile " -"(EPT). Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, python-format -msgid "" -"Choose the algorithm for extracting keypoints and computing descriptors. Can " -"be one of: %(choices)s. Default: %(default)s" -msgstr "" -"Escolha o algoritmo para extrair pontos chave (keypoints) e descritores de " -"cálculo. Pode ser um de: %(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, 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 "" -"Desliga a otimização dos parâmetros da câmera durante o ajuste de conjunto " -"(bundle adjustment). Isso às vezes pode ser útil para melhorar os resultados " -"que exibem domeamento/embaciamento ou quando as imagens são tiradas com uma " -"câmera tipo rolling shutter. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" -"Define um tipo de projeção da câmera. Definir um valor manualmente pode " -"ajudar a melhorar a distorção geométrica. Por padrão, o aplicativo tenta " -"determinar um tipo de lente a partir dos metadados das imagens. Pode ser um " -"de: %(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, fuzzy, python-format -#| msgid "" -#| "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" -msgid "" -"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" -msgstr "" -"Define a calibração radiométrica para executar nas imagens. Ao processar " -"imagens multiespectrais, você deve definir esta opção para obter valores de " -"refletância (caso contrário, você obterá valores de DN - Digital Number). " -"[camera] aplica nível de preto, vinheta, ganho de gradiente de linha/" -"compensação de exposição (se as tags EXIF apropriadas forem encontradas). " -"[camera+sun] é experimental, aplica todas as correções de [camera], além de " -"compensar a radiância espectral registrada através de um sensor de luz " -"incidente (DLS) levando em consideração o ângulo do sol. Pode ser um de: " -"%(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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 "" -"Use esta tag para construir um MDT (Modelo Digital de Terreno, somente solo) " -"usando um filtro morfológico simples. Verifique os parâmetros --dem* e --" -"smrf* para um ajuste mais preciso. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, python-format -msgid "" -"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" -msgstr "" -"Resolução da ortofoto em cm / pixel. Observe que este valor é limitado por " -"uma estimativa da distância de amostragem no solo (GSD). Para remover o " -"limite, marque --ignore-gsd também. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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 "" -"Execute a retificação do solo na nuvem de pontos. Isso significa que os " -"pontos classificados incorretamente como solo serão reclassificados e os " -"vazios serão preenchidos. Útil para gerar MDTs. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" -"Parâmetro escalar de elevação do Filtro Morfológico Simples. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, fuzzy, python-format -#| msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" -"Gera um arquivo de benchmark com informações de tempo de execução. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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 "" -"Escolha o que mesclar na etapa de mesclagem em um conjunto de dados " -"dividido. Por padrão, todas as saídas disponíveis são mescladas. Opções: " -"%(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:61 -#, 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 "" -"Define a qualidade da extração das feições. Qualidade superior gera feições " -"melhores, mas requer mais memória e leva mais tempo. Pode ser um de: " -"%(choices)s. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" -"Cria “overviews” da ortofoto para exibição mais rápida em programas como o " -"QGIS. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"Name of dataset (i.e subfolder name within project folder). Default: " -"%(default)s" -msgstr "" -"Nome do conjunto de dados (ou seja, nome da subpasta dentro da pasta do " -"projeto). Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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 "" -"Use esta tag se você tiver um arquivo GCP, mas deseja usar as informações " -"EXIF para georreferenciamento. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:65 -#, 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 "" -"Usa os dados exif de GPS das imagens para reconstrução, mesmo se houver GCPs " -"presentes. Este sinal (flag) é útil se você tiver medições de GPS de alta " -"precisão. Se não houver GCPs, este sinal não fará nada. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want to generate a PNG rendering of the " -#| "orthophoto. Default: %(default)s" -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" -"Defina este parâmetro se quiser gerar uma renderização PNG da ortofoto. " -"Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, fuzzy, python-format -#| msgid "" -#| "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" -"Defina este parâmetro se desejar um GeoTIFF listrado. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" -"Exclui arquivos intermediários pesados para otimizar o uso do espaço em " -"disco. Isso afeta a capacidade de reiniciar o pipeline a partir de um " -"estágio intermediário, mas permite que os conjuntos de dados sejam " -"processados em máquinas que não têm espaço em disco suficiente disponível. " -"Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" -"Exclua permanentemente todos os resultados anteriores e execute novamente o " -"pipeline de processamento." - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" -"Recorte automaticamente as saídas de imagem criando um buffer suave em torno " -"dos limites do conjunto de dados, reduzido em N metros. Use 0 para desativar " -"o corte. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" -"Omite a normalização de cores em todas as imagens. Útil ao processar dados " -"radiométricos. Padrão: %(default)s" - -#: 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 "" -"Omite a geração de um modelo 3D completo. Isso pode economizar tempo se você " -"precisar apenas de resultados 2D, como ortofotos e MDEs. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:73 -#, 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 "" -"Resolução do MDS/MDT em cm / pixel. Observe que este valor é limitado por " -"uma estimativa da distância de amostragem no solo (GSD). Para remover o " -"limite, marque --ignore-gsd também. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, python-format -msgid "" -"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "" -"Execute novamente este estágio e pare. Pode ser um de: %(choices)s. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, 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 "" -"O número máximo de processos a serem usados em vários processos. O requisito " -"de memória máxima é de aproximadamente 1 GB por thread e resolução de imagem " -"de 2 megapixels. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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 "" -"Opção antiga (use --pc-quality ao invés). Controla a densidade da nuvem de " -"pontos definindo a resolução das imagens do mapa de profundidade (depth " -"maps). Valores mais altos demoram mais para serem computados, mas produzem " -"nuvens de pontos mais densas. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:77 -#, python-format -msgid "" -"Generate static tiles for orthophotos and DEMs that are suitable for viewers " -"like Leaflet or OpenLayers. Default: %(default)s" -msgstr "" -"Gere mosaicos (tiles) estáticos para ortofotos e MDEs adequados para " -"visualizadores como Leaflet ou OpenLayers. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" -"Exporta a nuvem de pontos georreferenciados em formato CSV. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, fuzzy, python-format -#| msgid "" -#| "Path to the file containing the ground control points used for " -#| "georeferencing. The file needs to use the following format: EPSG: " -#| "or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] " -#| "[extra1] [extra2]Default: %(default)s" -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 "" -"Caminho para o arquivo que contém os pontos de controle (GCPs) usados para " -"georreferenciamento. O arquivo precisa usar o seguinte formato: EPSG: " -"ou <+definição proj>geo_x geo_y geo_z im_x im_y image_name [gcp_name] " -"[extra1] [extra2] Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:80 -#, 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 "" -"Defina um valor em metros para as informações de diluição de precisão do GPS " -"(Dilution of Precision - DOP) para todas as imagens. Se suas imagens " -"estiverem marcadas com informações de GPS de alta precisão (RTK), esse valor " -"será definido automaticamente de acordo. Você pode usar esta opção para " -"configurá-lo manualmente no caso de falha na reconstrução. Reduzir esta " -"opção pode às vezes ajudar a controlar os efeitos do domeamento em grandes " -"áreas. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:81 -#, python-format -msgid "" -"Set this parameter if you want to generate a PNG rendering of the " -"orthophoto. Default: %(default)s" -msgstr "" -"Defina este parâmetro se quiser gerar uma renderização PNG da ortofoto. " -"Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:82 -#, 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 "" -"Classifica as saídas da nuvem de pontos usando um Filtro Morfológico " -"Simples. Você pode controlar o comportamento desta opção ajustando os " -"parâmetros --dem-*. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:83 -#, python-format -msgid "" -"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" -msgstr "" -"Ignora a reconstrução densa e a geração do modelo 3D. Gera uma ortofoto " -"diretamente da reconstrução esparsa. Se você precisa apenas de uma ortofoto " -"e não precisa de um modelo 3D completo, ative esta opção. Padrão: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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 "" -"Número médio de imagens por submodelo. Ao dividir um grande conjunto de " -"dados em submodelos menores, as imagens são agrupadas em clusters. Este " -"valor regula o número de imagens que cada cluster deve ter em média. Padrão: " -"%(default)s" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "Calcule medidas de volume, área e comprimento no Leaflet" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "Um plugin para criar arquivos de GCP a partir de imagens" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" -"Um plugin para adicionar um botão para abrir rapidamente o editor de iD do " -"OpenStreetMap e configurar um mapa base TMS." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "Um plugin para fazer upload de ortofotos para OpenAerialMap" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js: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/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "Sincronizar contas de webodm.net" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js: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/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "Calcule, visualize e exporte curvas de nível de MDEs" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -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/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "Faça upload e agrupe recursos ODM com Cesium ion." - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "Importe imagens de fontes externas diretamente" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "Detecte mudanças entre duas tarefas diferentes no mesmo projeto." - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "Navegação" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "Aparência" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "Ferramentas" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "Medidas" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "Recorte" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "Anotações" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "Materiais" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "Cena" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "Filtro de classificação" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "Filtros" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "Outras configurações" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "Sobre" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "Medida de ângulo" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "Medida pontual" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "Medida de distância" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "Medida de altura" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "Medida circular" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "Medida de área" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "Medida de volume" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "Perfil de elevação" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "Anotação" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "Recorte de volume" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "Recorte de polígono" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" -"Desenha uma caixa de seleção. Requer que você esteja no modo de câmera " -"ortográfica!" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "Plano de recorte no eixo X" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "Plano de recorte no eixo Y" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "Plano de recorte no eixo Z" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "Remove todas as medidas" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "Vista esquerda" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "Vista direita" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "Vista frontal" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "Vista traseira" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "Vista superior" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "Vista inferior" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "Extensão total" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "Controle de órbita" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "Controle de voo" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "Controle do helicóptero" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "Controle da Terra" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "Câmera em perspectiva" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "Câmera ortográfica" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "Cubo de navegação" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "Remove todos os recortes de volume" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "Bússola" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "Animação de câmera" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "Budget de pontos" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Tamanho do ponto" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Tamanho mínimo" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Opacidade" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "Campo de visão" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "Tamanho do ponto" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "Variação de elevação" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "Variação escalar" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "Qualidade" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "Forma" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "Raio" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "Força" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "Tamanho mínimo do nó" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "Modo de recorte" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "Velocidade" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "Céu" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "Manter acima do solo" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "Caixa" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "Unidade de comprimento" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "Travar vista" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "Linguagem" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "Seleção da face posterior" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "recorte" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "exibir volume" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "exibir em 3D" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "exibir no mapa" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "Número de pontos" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "Salvar LAS(3D)" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "Salvar CSV (2D)" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "Posição da câmera" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "Alvo da câmera" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "Número do retorno" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "Número de retornos" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "mín" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "máx" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "Tempo do GPS" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" -"Nenhum MDS ou MDT está disponível. Para exportar curvas de nível, certifique-" -"se de processar uma tarefa com a opção --dsm ou --dtm marcada." - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" -"Não é possível recuperar informações para a tarefa. Você está conectado à " -"internet?" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "Elevação:" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "metros" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "Não simplifique" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "Agressivo" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "Intervalo:" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "metro" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "Valor:" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "Camada:" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "Simplificar:" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "Projeção:" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "Visualização" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "Exportar" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "Contornos" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "Não é possível recuperar estimativa. Tente mais tarde." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" -"Não é possível recuperar estimativa. Verifique os parâmetros ou tente " -"novamente mais tarde." - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "Estimativa de Créditos" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "Carregando Painel de controle ..." - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" -"Não é possível carregar o painel lightning. Você está executando a versão " -"mais recente do WebODM?" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" -"Não é possível carregar o painel lightning. Verifique se você está conectado " -"à Internet ou tente novamente em uma hora." - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "Não é possível sincronizar nós. Você está conectado à internet?" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "Saindo…" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "Não é possível sair:" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "créditos" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "Ilimitado" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "Saldo:" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "Compre créditos" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "Atualizar Saldo" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "Olá," - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "Nós sincronizados" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "Ressincronizar" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Painel de controle" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Desconectar" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "Não é possível acessar. Resposta inválida:" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" -"Não é possível acessar. Verifique se você está conectado à Internet ou tente " -"novamente em uma hora." - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "Endereço de e-mail" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "Senha" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "Não tem conta?" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "Esqueceu a senha?" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "Login e sincronização" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "Rede Lightning" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" -"Lightning é um serviço que permite processar rapidamente conjuntos de dados " -"pequenos e grandes usando servidores de alto desempenho na nuvem." - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "registrar" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" -"Abaixo você pode inserir suas credenciais de %(link)s para sincronizar sua " -"conta e configurar automaticamente um novo nó de processamento. Se você não " -"tem uma conta, você pode %(register)s gratuitamente." - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "Resposta inválida: %(error)s" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "Área:" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "Perímetro:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "Volume:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "computando…" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "Metros cúbicos" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "Pés cúbicos" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "Exportar para GeoJSON" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "Medir volume, área e comprimento" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "Medição" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "Medida" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "Crie uma nova medição" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "Comece a criar uma medição adicionando pontos ao mapa" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "Concluir medição" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "Ultimo ponto" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "Área" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "Perímetro" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "Localização do ponto" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "Medição linear" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "Distância do caminho" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "Centralizar nesta área" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "Centralizar nesta linha" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "Centralizar neste local" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "Acres" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Pés" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "Quilômetros" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Hectares" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Metros" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Milhas" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "Pés quadrados" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "Metros quadrados" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "Milhas quadradas" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "Exportar Medidas" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" - -#~ msgid "" -#~ "When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard " -#~ "deviation threshold to include patches. Patches with lower standard " -#~ "deviation are ignored. Default: %(default)s" -#~ msgstr "" -#~ "Ao usar PATCH_MATCH ou PATCH_MATCH_SAMPLE, controla o limite do desvio " -#~ "padrão para incluir o fragmento (patch). Fragmentos com desvio padrão " -#~ "mais baixo são ignorados. Padrão: %(default)s" - -#~ msgid "" -#~ "Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE " -#~ "are faster, but might miss some valid points. BRUTE_FORCE takes longer " -#~ "but produces denser reconstructions. Default: %(default)s" -#~ msgstr "" -#~ "Algoritmo de cálculo de mapas de profundidade brutos (raw depthmap). " -#~ "PATCH_MATCH e PATCH_MATCH_SAMPLE são mais rápidos, mas podem perder " -#~ "alguns pontos válidos. BRUTE_FORCE leva mais tempo, mas produz " -#~ "reconstruções mais densas. Padrão: %(default)s" - -#~ msgid "" -#~ "Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: " -#~ "%(default)s" -#~ msgstr "" -#~ "Use OpenSfM para calcular a nuvem de pontos densa em vez de OpenMVS. " -#~ "Padrão: %(default)s" - -#~ msgid "" -#~ "Minimum number of views that should reconstruct a point for it to be " -#~ "valid. Use lower values if your images have less overlap. Lower values " -#~ "result in denser point clouds but with more noise. Default: %(default)s" -#~ msgstr "" -#~ "Número mínimo de visualizações que devem reconstruir um ponto para que " -#~ "seja válido. Use valores mais baixos se suas imagens tiverem menos " -#~ "sobreposição. Valores mais baixos resultam em nuvens de pontos mais " -#~ "densas, mas com mais ruído. Padrão: %(default)s" diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po deleted file mode 100644 index ecab878a..00000000 --- a/locale/ru/LC_MESSAGES/django.po +++ /dev/null @@ -1,1631 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-06-27 11:33+0000\n" -"Last-Translator: Artem \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.7.1-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Введите свой CSS" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "HTML код, который будет показан выше \"шапки\" (хидера) сайта" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (перед заголовком)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "HTML код, который будет показан под \"шапкой\" (хидером) сайта" - -#: app/admin.py:61 app/models/theme.py:40 -#, fuzzy -msgid "HTML (after header)" -msgstr "HTML (после заголовка)" - -#: app/admin.py:64 -#, fuzzy -msgid "HTML that will be displayed after the body tag" -msgstr "HTML, который будет отображаться после тега body" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (после тега body)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"HTML который будет показан в футере. Вы также можете использовать " -"специальные теги по типу {ORGANIZATION} и {YEAR}." - -#: app/admin.py:69 app/models/theme.py:42 -#, fuzzy -msgid "HTML (footer)" -msgstr "HTML (футер)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Описание" - -#: app/admin.py:106 -msgid "Version" -msgstr "Версия" - -#: app/admin.py:112 -msgid "Author" -msgstr "Автор" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need at least 5 images" -msgid "You need to upload a zip file" -msgstr "Необходимо как минимум 5 изображений" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Включено" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Действия" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"Нормализованый Индекс Разницы Озеленения показывает количество зеленых " -"насаждений." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Нет загруженных файлов" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "Импортированная задача" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Задача" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Изображение" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Загрузка изображений" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Название плагина" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "Имя" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Включено" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Плагин" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Плагины" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Ключ" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "Пользователь" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "Целое значение" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "Строковое значение" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "Данные плагинов" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "Владелец" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Опции" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "Дата создания" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "Создано в" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "Пресет" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "Пресеты" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "Человек, создавший проект" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "Более подробное описание проекта" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "Удаление" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "Проект" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "Проекты" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "Название приложения" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "Логотип приложения" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "Название организации" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "URL-адрес сайта вашей организации" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "Веб-сайт организации" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "Тема" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "Активная тема" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "Приложение" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "Настройки" - -#: app/models/task.py:218 -msgid "Id" -msgstr "ID" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "Время обработки" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "Статус" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "Последняя ошибка" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "Количество изображений" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "Задачи" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:750 -msgid "Done!" -msgstr "Готово!" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "Название темы" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "Основной" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "Вторичный" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "Третичный" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "Ошибка" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "Успешно" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "404 Страница не найдена" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "500 Внутренняя ошибка сервера" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "Страница не найдена" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "Ошибка сервера" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "Ошибка сервера (500)" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "Ошибка сервера (500)" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "Поехали" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "Выбрать все %(total_count)s %(module_name)s" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "Введите имя пользователя и пароль." - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "Изменить пароль" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "Добавить %(name)s" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "История" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "Фильтр" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "Загрузить плагин (.zip)" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "Управление плагинами" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Удалить" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "Объекты" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "Да, я уверен" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "Удалить несколько объектов" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "Изменить" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "Удалить?" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "Итого" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "Добавить" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "Недавние действия" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "Мои действия" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "Забыли пароль или имя пользователя?" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "Войти" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "Дата и время" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "Действие" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "Показать все" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Сохранить" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Поиск" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "%(counter)s результат" -msgstr[1] "%(counter)s результата" -msgstr[2] "%(counter)s результатов" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "%(full_result_count)s всего" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "Сохранить как новый" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "Сохранить и продолжить редактирование" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "Добро пожаловать!" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "Необходимо как минимум 5 изображений" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "Инструменты разработчика" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Закрыть" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:27 -msgid "Set locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "Привет, %(user)s!" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "Выйти" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "Панель управления" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "Администрирование" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "Аккаунты" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "Группы" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "Бренд" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "Имя хоста" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "Порт" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "Версия API" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "Ядро" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "Метка" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "назад" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Редактировать" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "Создать аккаунт" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "Первый проект" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "Карта" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "Добро пожаловать" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "" - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "Диагностика" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "Диагностическая информация" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "Используется" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "Итого" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "Память" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "Используется" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "Всего" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "Заметки!" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "Токен" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" diff --git a/locale/ru/LC_MESSAGES/djangojs.po b/locale/ru/LC_MESSAGES/djangojs.po deleted file mode 100644 index c20cb4e0..00000000 --- a/locale/ru/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2306 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-06-27 18:33+0000\n" -"Last-Translator: Artem \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.7.1-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "Включить полноэкранный режим" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "Выйти из полноэкранного режима" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Скачать в виде файла" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Добавить проект" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Ортофото" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Модель поверхности" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Модель местности" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "Камеры" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Показать модель" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Показать камеры" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Загрузка текстурированной модели..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ортофото (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ортофото (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ортофото (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "Облако точек (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "Текстурированная модель" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "Параметры камеры" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM Mapnik" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "Отмена..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "Удаление..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "Перезапуск..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "Импортирование..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "Текстурирование" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "Отчёт" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "Нет" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "Да" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "В очереди" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "Ошибка" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "Выполнено" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "Отменено" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "Имя" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Поиск" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Новый проект" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Создать проект" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Создание проекта..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Описание (необязательно)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "По умолчанию" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Повторить" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Редактировать" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Дублировать" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Сохранить" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Удалить" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Опции" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "Отмена" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Сохранение..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Закрыть" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Название" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Сохранение…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Вы уверены?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Не удалось применить изменения" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Не удалось удалить элемент" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Мин:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Макс:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Изображение отсутствует" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Скачать изображение" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "Загрузить файл" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "Импортировать" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "Отменить загрузку" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "Алгоритм:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "Фильтр:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "Цвет:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "Шэйдинг:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "Нет" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "Экспорт:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "Загрузка…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "Слои" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(Камеры)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "Пример:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "Непрозрачность:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "Загрузка..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "пикс" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "Начать обработку" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "Включить" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "Редактировать проект" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "Сохранить изменения" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "Сохранение изменений..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "Посмотреть карту" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s задачи" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "Поделиться" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Включено" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "Ссылка:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "Ошибка: %(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "Не удается завершить операцию." - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "здесь" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "эта страница" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "Не удается перезапустить задачу." - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "Задача #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "Просмотр 3D-модели" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "Не удается отменить задачу." - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "Перезапустить" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "Не удается удалить задачу." - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "Вкл" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "Выкл" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "Создано:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "автоматически" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "вручную" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "Параметры:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, 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:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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:16 -#, 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:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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:26 -#, 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:27 -#, 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:28 -#, 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:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, 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:35 -#, 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: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 "" -"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:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:42 -#, 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:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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:45 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, 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:52 -#, 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:53 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, 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:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, 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:64 -#, 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:65 -#, 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:66 -#, python-format -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, 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:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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:81 -#, 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:82 -#, 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:83 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "Навигация" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "Внешний вид" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "Инструменты" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "Измерения" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "Материалы" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "Сцена" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "Классификационный фильтр" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "Фильтры" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "Другие настройки" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "Вид слева" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "Вид справа" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "Вид спереди" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "Вид сзади" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "Вид сверху" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "Вид снизу" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "Компас" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "Размер точки" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "Минимальный размер" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "Непрозрачность" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "Качество" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "Форма" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "Радиус" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "Скорость" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "Небо" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "Язык" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "показать на карте" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "мин" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "макс" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "Высота:" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "метры" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "Интервал:" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "метр" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "Значение:" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "Слой:" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "Проекция:" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "Предпросмотр" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "Экспорт" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "Выход из системы…" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "Не удается выйти из системы:" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "благодарности" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "Неограниченно" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "Обновить баланс" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "Привет," - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "Панель управления" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "Выйти" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "Не удается войти в систему. Неверный ответ:" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "Пароль" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "Забыли пароль?" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "регистрация" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "Площадь:" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "Периметр:" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "вычисление…" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "Кубические метры" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "Кубический фут" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "Экспорт в GeoJSON" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "Площадь" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "Периметр" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "Футы" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "Километры" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "Гектары" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "Метры" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "Мили" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr/LC_MESSAGES/django.po deleted file mode 100644 index 52f22581..00000000 --- a/locale/tr/LC_MESSAGES/django.po +++ /dev/null @@ -1,1653 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-02-01 10:39+0000\n" -"Last-Translator: Gunduzhan Gunduz \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "Özel CSS girin" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "Site başlığının üzerinde görüntülenecek HTML" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (başlıktan önce)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "Site başlığından sonra görüntülenecek HTML" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (başlıktan sonra)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "Gövde etiketinden sonra görüntülenecek HTML" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (gövdeden sonra)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"Altbilgide görüntülenecek HTML. {ORGANIZATION} ve {YEAR} gibi özel " -"etiketleri de kullanabilirsiniz." - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (altbilgi)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "Tanım" - -#: app/admin.py:106 -msgid "Version" -msgstr "Sürüm" - -#: app/admin.py:112 -msgid "Author" -msgstr "Yazar" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -#, fuzzy -#| msgid "You need to upload at least 2 images before commit" -msgid "You need to upload a zip file" -msgstr "Kaydetmeden önce en az 2 resim yüklemelisiniz" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "Aktif" - -#: app/admin.py:238 -msgid "Actions" -msgstr "Eylemler" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" -"Normalleştirilmiş Bitki Örtüsü İndeksi yeşil bitki örtüsünün miktarını " -"gösterir." - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"Gelişmiş Normalleştirilmiş Farklı Bitki Örtüsü Endeksi, NDVI gibidir, ancak " -"bitki sağlığını izole etmek için yalnızca Kırmızı yerine Mavi ve Yeşil " -"bantları kullanır." - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "Görsel Atmosferik Direnç Endeksi, bitki örtüsünün alanlarını gösterir." - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" -"Fazla Yeşil İndeks, patates gibi yapraklı mahsullerin yeşilliğini vurgular." - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" -"Yanık Alanı Endeksi, kırmızıdan kızılötesine yakın spektrumdaki yanmış " -"araziyi vurgular." - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "Yeşil Yaprak İndeksi, yeşil yaprak ve sapları gösterir." - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" -"Yeşil Normalleştirilmiş Bitki Örtüsü Endeksi NDVI'ya benzer, ancak kırmızı " -"yerine yeşil spektrumu ölçer." - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" -"Yeşil Oran Bitki Örtüsü Endeksi, ormanlardaki fotosentetik oranlara " -"duyarlıdır." - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"Toprak Ayarlı Bitki Örtüsü Endeksi NDVI'ya benzer, ancak bir ayarlama " -"faktörü (0,5) kullanarak toprak alanlarının etkilerini ortadan kaldırmaya " -"çalışır." - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" -"Değiştirilmiş Doğrusal Olmayan İndeks, toprak alanlarını hesaba katmak için " -"Doğrusal Olmayan İndeks algoritmasını geliştirir." - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" -"Yeniden Normalize Edilmiş Bitki Örtüsü Endeksi, sağlıklı bitki örtüsü " -"alanlarını göstermek için YAKIN IR ve kırmızı, artı NDVI arasındaki farkı " -"kullanır." - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" -"Dönüştürülmüş Farklı Bitki Örtüsü Endeksi, kentsel ortamlardaki bitki " -"örtüsünü vurgular." - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" -"Optimize Edilmiş Toprak Ayarlı Bitki Örtüsü Endeksi SAVI'ye dayalıdır, ancak " -"toprağın görünür olduğu az bitki örtüsüne sahip alanlarda daha iyi çalışma " -"eğilimindedir." - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" -"Yaprak Alanı Endeksi, yeşillik alanlarını tahmin eder ve mahsul verimini " -"tahmin eder." - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" -"Gelişmiş Bitki Örtüsü İndeksi, toprak sinyallerini düzeltmek için mavi dalga " -"boylarını kullanarak NDVI'nın doygun olabileceği alanlarda kullanışlıdır." - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "Kaydetmeden önce en az 2 resim yüklemelisiniz" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "Dosya yüklenmedi" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "Görev oluşturulamıyor, en az 2 resme ihtiyacınız var" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "Varlık mevcut değil" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "İçe Aktarılan Görev" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "Görev oluşturulamıyor, 1 dosya yüklemeniz gerekiyor" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "Görev oluşturulamıyor, bir URL belirtin veya 1 dosya yükleyin." - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "Bu görüntünün ait olduğu görev" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "Görev" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "Kullanıcı tarafından yüklenen dosya" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "Görüntü" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "Resim Yükleme" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "Resim Yüklemeleri" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "Eklenti adı" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "İsim" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "Bu eklentinin açık olup olmadığı." - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "Aktif" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "Eklenti" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "Eklentiler" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "Ayar anahtarı" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "Anahtar" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "Opsiyonlar" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "İşlem Nodu" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:750 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "Sil" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "Sakla" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "Araştır" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" -msgstr[1] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "Kapat" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:27 -msgid "Set locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "Düzenle" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "" - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" diff --git a/locale/tr/LC_MESSAGES/djangojs.po b/locale/tr/LC_MESSAGES/djangojs.po deleted file mode 100644 index f153d29e..00000000 --- a/locale/tr/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2319 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-02-01 10:39+0000\n" -"Last-Translator: Gunduzhan Gunduz \n" -"Language-Team: Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.5-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "çıktı %(count)s satırda kesildi" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -#, fuzzy -msgid "Toggle Fullscreen" -msgstr "Tam ekrana geç" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -#, fuzzy -msgid "Exit Fullscreen" -msgstr "Tam ekrandan çık" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "Dosyaya İndir" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "Ad alanı zorunludur" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "Proje Ekle" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "Değişiklikleriniz kaybolacak. Ayrılmak istediğinizden emin misiniz?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "Ortofoto" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "Bitki Sağlığı" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "Yüzey Modeli" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "Arazi Modeli" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -#, fuzzy -#| msgid "Show Cameras" -msgid "Cameras" -msgstr "Kameraları Göster" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "Modeli Göster" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "Kameraları Göster" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "Dokulu model yükleniyor..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "Ortofoto (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "Ortofoto (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "Ortofoto (MBT)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "Ortofoto (MBT)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "Arazi Modeli (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, fuzzy, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "Zipli Shape dosyası uygun değil ; %(files)" - -#: app/static/app/js/classes/TempLayer.js:43 -#, fuzzy, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "JSON dosyası uygun değil ; %(file)" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "Değerleri(assets) İndir." - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "Görev Opsiyonlarını Düzenle" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "İsim" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "Araştır" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "Yeni Proje" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "Proje Yarat" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "Proje Yaratılıyor..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" -"Bu proje ile ilişkili tüm resimler, modeller, kalıcı olarak silinecek, hala " -"devam etmek istiyor musunuz?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "Tanımlama (İsteğe bağlı)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "Düğüm listesi yüklenemedi. İnternete bağlı mısınız?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "Ulaşmaya çalışıyoruz:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "Kullanılabilir işlem düğümü bulunamadı." - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"En az bir nodun ulaşılabilir olduğundan emin olun ve şu anki kullanıcının bu " -"işlem nodunu görebilecek yetki için yeterliliğini sağlayın. (Bunun için, " -"Administration -- Processing Nodes -- Select Node -- Object Permissions -- " -"Add User/Group tabına giderek CAN VIEW PROCESSING NODE durumunu kontrol " -"edin.)" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "Ön ayarlar yüklenemedi. Şu an, İnternete bağlı mısınız?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "Müşteri" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "Ön ayarlar" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "Benim Ayarlarım" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, fuzzy, python-format -msgid "Copy of %(preset)s" -msgstr "%(preset) leri Kopyala" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "Önayarlar kopyalanamadı. Yeni bir sayfada deneyin." - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" -"Yönetim panelinden Sistem ön ayarlarını sadece görevli personel silebilir." - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, fuzzy, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "\"%(preset)\" silmek mi istiyorsunuz?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "Ön ayarı silemediniz. Lütfen yeni bir sayfa deneyin." - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "Tekrar dene" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "Düzenle" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "Aynını yap" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "Sakla" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "Sil" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "İşlem Nodu" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "Opsiyonlar" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "İşlem nodları ve önayarlar yükleniyor..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "Görev bilgisi güncellenmedi. Lütfen tekrar deneyin." - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "İptal" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "Kaydediliyor..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "Kapat" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "Etiket" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "Kaydediliyor…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "Emin misiniz?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "Değişiklikler uygulanamıyor." - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "Öge silinemedi" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "Min:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "Max:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "Görüntü kayıp" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "Görüntü indir" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" -"Dosya karşıya yüklenemiyor. İnternet bağlantısını kontrol edip tekrar " -"deneyin." - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "Sunucudan yanlış cevap geldi: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "Dosya gönderilirken hata oluştu. Lütfen tekrar deneyin." - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "Geçersiz JSON cevabı: %(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "URL den alınamıyor. Lütfen internet bağlantınızı kontrol edin." - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "Aktif" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, 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:4 -#, 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:5 -#, 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:6 -#, 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:7 -#, 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:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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:16 -#, 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:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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:26 -#, 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:27 -#, 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:28 -#, 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:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, 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:35 -#, 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: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 "" -"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:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:42 -#, 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:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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:45 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, 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:50 -#, 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:51 -#, 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:52 -#, 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:53 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, 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:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, 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:64 -#, 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:65 -#, 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:66 -#, python-format -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, 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:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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:81 -#, 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:82 -#, 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:83 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/locale/yue/LC_MESSAGES/django.po b/locale/yue/LC_MESSAGES/django.po deleted file mode 100644 index 291eaf0a..00000000 --- a/locale/yue/LC_MESSAGES/django.po +++ /dev/null @@ -1,1547 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: yue\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" diff --git a/locale/yue/LC_MESSAGES/djangojs.po b/locale/yue/LC_MESSAGES/djangojs.po deleted file mode 100644 index 3d4794f8..00000000 --- a/locale/yue/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2246 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: yue\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:31 -msgid "Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:44 -msgid "Show Model" -msgstr "" - -#: app/static/app/js/ModelView.jsx:71 -msgid "Show Cameras" -msgstr "" - -#: app/static/app/js/ModelView.jsx:489 -msgid "Loading textured model..." -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "" - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "" - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, python-format -msgid "" -"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" -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 -#, python-format -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 " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 -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 -#, 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:43 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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 -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:46 -#, 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:47 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, 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:56 -#, 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: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 " -"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:60 -#, python-format -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:61 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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 -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po deleted file mode 100644 index 194e2ad5..00000000 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ /dev/null @@ -1,1551 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: 2021-05-24 05:23+0000\n" -"Last-Translator: sherlock king \n" -"Language-Team: Chinese (Simplified) \n" -"Language: zh_Hans\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "输入自定义CSS" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "" - -#: app/admin.py:106 -msgid "Version" -msgstr "" - -#: app/admin.py:112 -msgid "Author" -msgstr "" - -#: app/admin.py:233 -msgid "Actions" -msgstr "" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "导入的任务" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "无法创建任务,你需要上传1个文件" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:260 -msgid "Task" -msgstr "任务" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "图片" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "上传图片" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "插件名称" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "名字" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "已开启" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "插件" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "用户" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "浮点数" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "JSON 值" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "拥有者" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "选项" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "创建时间" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "创建于" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "系统" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "删除中" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "项目" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "项目" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "应用名称" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "APP名称" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "你的应用程序的512x512徽标(.png或.jpeg)" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "组织名称" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "组织名称" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "您的组织的网站URL" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "机构网站" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "主题" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "激活主题" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "应用" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "设置" - -#: app/models/task.py:218 -msgid "Id" -msgstr "ID" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "UUID" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:113 nodeodm/models.py:36 -msgid "Processing Node" -msgstr "处理节点" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:261 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:270 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:373 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:412 app/models/task.py:680 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:506 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:586 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:738 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:748 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "失败" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "更换密码" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "管理插件" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "删除" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "%(name)s应用程序中的模型" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "保存" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "查找" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "选择图片和GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:83 -msgid "Developer Tools" -msgstr "开发工具" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "关闭" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "当前语言:" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:26 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "退出登录" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "仪表盘" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:37 -msgid "Processing Nodes" -msgstr "处理节点" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "新加" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "账户" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "组" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "商标" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:103 -msgid "About" -msgstr "关于" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:23 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:24 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:25 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:33 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:31 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:27 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:32 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:26 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "编辑" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:5 -#: app/translations/plugin_manifest_autogenerated.py:6 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:7 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -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 -msgid "Import images from external sources directly" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "Detect changes between two different tasks in the same project." -msgstr "检测同一项目中两个不同任务之间的更改。" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:26 -msgid "Map" -msgstr "" - -#: app/views/app.py:81 -msgid "3D Model Display" -msgstr "三维模型显示" - -#: app/views/app.py:147 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:76 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:80 -msgid "Invalid action" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:23 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:24 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:25 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:26 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:29 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:29 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:30 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:30 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:32 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:33 -msgid "Engine used by the node." -msgstr "" - -#: plugins/cesium-ion/api_views.py:170 -msgid "No matching enum type." -msgstr "" - -#: plugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: plugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: plugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: plugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "诊断" - -#: plugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "诊断信息" - -#: plugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "存储空间" - -#: plugins/diagnostic/templates/diagnostic.html:14 -#: plugins/diagnostic/templates/diagnostic.html:40 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "未使用" - -#: plugins/diagnostic/templates/diagnostic.html:15 -#: plugins/diagnostic/templates/diagnostic.html:39 -#: plugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "已用" - -#: plugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "总量" - -#: plugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "内存" - -#: plugins/diagnostic/templates/diagnostic.html:24 -#: plugins/diagnostic/templates/diagnostic.html:75 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "未使用" - -#: plugins/diagnostic/templates/diagnostic.html:25 -#: plugins/diagnostic/templates/diagnostic.html:74 -#: plugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "已用" - -#: plugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "总量" - -#: plugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: plugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" -"这些值可能与运行应用程序的虚拟化环境相关,而不一定与机器的值相关。请参阅在Docker设置中更改这些值的%(win_link)s和%(mac_link)s" -"说明。" - -#: plugins/diagnostic/templates/diagnostic.html:47 -#: plugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: plugins/lightning/plugin.py:25 plugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "闪网" - -#: plugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: plugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "GCP 接口" diff --git a/locale/zh_Hans/LC_MESSAGES/djangojs.po b/locale/zh_Hans/LC_MESSAGES/djangojs.po deleted file mode 100644 index eb02da18..00000000 --- a/locale/zh_Hans/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2253 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-25 17:42+0000\n" -"PO-Revision-Date: 2021-05-24 05:23+0000\n" -"Last-Translator: sherlock king \n" -"Language-Team: Chinese (Simplified) \n" -"Language: zh_Hans\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.7-dev\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "输出在 %(count)s 行被截断" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "切换全屏幕" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "退出全屏" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "下载文件" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "名称为必填项目" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "新建工程" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "修改将丢弃,确定要离开吗?" - -#: app/static/app/js/MapView.jsx:65 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:82 -msgid "Orthophoto" -msgstr "正射影像" - -#: app/static/app/js/MapView.jsx:70 app/static/app/js/components/Map.jsx:84 -msgid "Plant Health" -msgstr "植被健康" - -#: app/static/app/js/MapView.jsx:75 -msgid "Surface Model" -msgstr "地表模型" - -#: app/static/app/js/MapView.jsx:80 -msgid "Terrain Model" -msgstr "地形模型" - -#: app/static/app/js/ModelView.jsx:31 -msgid "Cameras" -msgstr "相机" - -#: app/static/app/js/ModelView.jsx:44 -msgid "Show Model" -msgstr "显示模型" - -#: app/static/app/js/ModelView.jsx:71 -msgid "Show Cameras" -msgstr "显示相机" - -#: app/static/app/js/ModelView.jsx:489 -msgid "Loading textured model..." -msgstr "读取纹理模型..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "正射影像 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "正射影像 (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "正射影像 (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "正射影像 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "地势模型 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "地势模型 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "地表模型 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "地表模型 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "点云 (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "点云 (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "点云 (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "点云 (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "纹理模型" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "相机参数" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "相机镜头(GeoJSON)" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "质量报告" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "所有资产" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "谷歌地图混合" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "ESRI 卫星" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM地图" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "取消中..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "删除中..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "重启中..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "图片大小调整中..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "导入中..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "导入数据集" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "运动中还原结构" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "多视图立体匹配" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "点过滤" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "网格化" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "纹理映射" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "地理配准" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "报告" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "不" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "是" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "已入队" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "运行中" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "失败" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "已完成" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "已取消" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s 大于5MB。" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "不合法的JSON文件:%(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "下载资产" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "编辑任务选项" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "名字" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "查找" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "新建项目" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "创建项目" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "项目创建中..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "与此项目相关的所有任务、图像和模型将被永久删除。您确定要继续吗?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "描述(可选)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "暂无可用的处理节点。" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:349 -#: plugins/contours/public/ContoursPanel.jsx:246 -#: plugins/contours/public/ContoursPanel.jsx:273 -#: plugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "自定义" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "默认" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "无法复制该预置项。请尝试刷新页面。" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "无法删除预设。请尝试刷新页面。" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "重试" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "编辑" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "复制" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "保存" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: plugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "删除" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "处理节点" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "选项" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "加载处理节点和预设..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "无法更新任务信息。请再试一次。" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: plugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "取消" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "保存中..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "关闭" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "标题" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "保存中…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "你确定吗?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "无法删除该项" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "最大值:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "下载图片" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "无法上传文件。请检查您的网络连接,然后再试一次。" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "效的服务器应答:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "非法JSON答复:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "无法从URL导入。检查你的网络连接。" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "导入现有资产" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "从URL导入" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "导入" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "取消上传" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "算法:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "颜色:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "渲染:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:350 -msgid "None" -msgstr "无" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: plugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: plugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "导入中…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "" - -#: app/static/app/js/components/Map.jsx:86 -msgid "DSM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DTM" -msgstr "" - -#: app/static/app/js/components/Map.jsx:259 -msgid "(Cameras)" -msgstr "(相机)" - -#: app/static/app/js/components/Map.jsx:331 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:332 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "" - -#: app/static/app/js/components/Map.jsx:333 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "" - -#: app/static/app/js/components/Map.jsx:335 -msgid "Example:" -msgstr "例子:" - -#: app/static/app/js/components/Map.jsx:401 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "" - -#: app/static/app/js/components/Map.jsx:452 -msgid "Error: cannot load assets list." -msgstr "" - -#: app/static/app/js/components/Map.jsx:523 -msgid "Opacity:" -msgstr "" - -#: app/static/app/js/components/Map.jsx:527 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "你确定要取消吗?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "%(count)s文件选中。请检查这些附加选项:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "调整图片尺寸" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "审查" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "开始处理" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "开启" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "保存更改" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "" - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "选择图片和GCP" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "查看地图" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s个任务" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "分享" - -#: app/static/app/js/components/SharePopup.jsx:60 -msgid "An error occurred. Check your connection and permissions." -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:78 -msgid "Share This Task" -msgstr "分享该任务" - -#: app/static/app/js/components/SharePopup.jsx:87 -msgid "QR" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:100 -msgid "Enabled" -msgstr "已开启" - -#: app/static/app/js/components/SharePopup.jsx:106 -msgid "Link:" -msgstr "" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "HTML iframe:" -msgstr "" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3维" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "二维" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "这个项目没有任务。通过上传一些图片创建一个!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, python-format -msgid "From %(stage)s" -msgstr "从 %(stage)s" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "无法重启任务。" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "无法从某阶段重启任务" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "上传图片到处理节点" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "查看3D模型" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "无法取消任务。" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "重启" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "无法删除任务。" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "任务输出:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "开" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "关" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "创建于:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "处理节点:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "自动" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "选项:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "云处理节点" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "设置处理节点" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "打印调试信息。默认值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, python-format -msgid "" -"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" -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 -#, python-format -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 "选择提取关键点和计算描述符的算法。可以是%(choices)s其中之一。默认是:%(default)s" - -#: 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 " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:17 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, 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 "设置特征提取质量。更高的质量产生更好的结果,但需要更多的内存和更长的时间。可以是%(choices)s其中之一。默认是%(default)s" - -#: 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 "跳过生成PDF报告。如果你不需要报告,这可以节省时间。默认值:%(default)s" - -#: 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 "" -"设置摄像机投影类型。手动设置一个值可以帮助改善几何不失真。默认情况下,应用程序尝试从图像元数据中确定镜头类型。可以是:%(choices)s之一。默认值:" -"%(default)s" - -#: 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 "" -"使用从另一个数据集计算出的摄像机参数,之后就不再计算这些参数。可以指定为摄像机的路径。json文件或作为一个json字符串表示一个摄像机的内容。json文" -"件。默认值:%(default)s" - -#: 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 -#, 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:43 -#, 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. Set to 0 to disable sampling. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, 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 -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:46 -#, 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 "图像组文件的路径,该文件控制如何将图像划分为组。文件格式如下:镜像名称组名称 默认: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:51 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:52 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:55 -#, 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:56 -#, 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: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 " -"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:60 -#, python-format -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:61 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:66 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, 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 -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:74 -#, 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: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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:78 -#, 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/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "检测同一项目中两个不同任务之间的更改。" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "导航" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "展示" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "工具" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "测量" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "裁剪" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "标注" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "材质" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "场景" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "类别过滤" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "过滤" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "其它设置" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "关于" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "角度测量" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "点测量" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "距离测量" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "高度测量" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "圆测量" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "面积测量" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "体积测量" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "高度剖面" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "标注" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "体积裁剪" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "绘制一个选择框。要求你处于正投影摄像模式!" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "左视图" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "右视图" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "前视图" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "后视图" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "上视图" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "下视图" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "全部范围" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "轨道控制" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "飞行控制" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "点数预算" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "透明度" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "视场大小" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "半径" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "强度" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "最小节点大小" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "裁剪模式" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "保存 LAS(三维)" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "保存CSV(二维)" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:245 -#: plugins/contours/public/ContoursPanel.jsx:254 -#: plugins/contours/public/ContoursPanel.jsx:272 -#: plugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:252 -#: plugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: plugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: plugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "正在加载仪表盘..." - -#: plugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:89 -#: plugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: plugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "仪表盘" - -#: plugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "退出登录" - -#: plugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: plugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: plugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: plugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "密码" - -#: plugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: plugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: plugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "闪网" - -#: plugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: plugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: plugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -#: plugins/measure/public/MeasurePopup.jsx:145 -#: plugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "计算中…" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: plugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: plugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: plugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: plugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: plugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: plugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: plugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: plugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "周长" - -#: plugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "点位置" - -#: plugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "线性度量" - -#: plugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "路径距离" - -#: plugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "区域中心" - -#: plugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "线段中点" - -#: plugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: plugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: plugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: plugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: plugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "米" - -#: plugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: plugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: plugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: plugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po deleted file mode 100644 index eaa50fe6..00000000 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ /dev/null @@ -1,1623 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-01-02 05:00+0000\n" -"Last-Translator: Yu-Huang Wang \n" -"Language-Team: Chinese (Traditional) \n" -"Language: zh_Hant\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4.1-dev\n" - -#: app/admin.py:52 -msgid "Enter custom CSS" -msgstr "輸入自訂CSS" - -#: app/admin.py:53 app/models/theme.py:38 -msgid "CSS" -msgstr "CSS" - -#: app/admin.py:56 -msgid "HTML that will be displayed above site header" -msgstr "網站標題以上顯示的HTML" - -#: app/admin.py:57 app/models/theme.py:39 -msgid "HTML (before header)" -msgstr "HTML (在標題之前)" - -#: app/admin.py:60 -msgid "HTML that will be displayed after site header" -msgstr "網站標題之後顯示的HTML" - -#: app/admin.py:61 app/models/theme.py:40 -msgid "HTML (after header)" -msgstr "HTML (在標題之後)" - -#: app/admin.py:64 -msgid "HTML that will be displayed after the body tag" -msgstr "顯示網頁內文的HTML" - -#: app/admin.py:65 app/models/theme.py:41 -msgid "HTML (after body)" -msgstr "HTML (內文標籤之後)" - -#: app/admin.py:68 -#, python-brace-format -msgid "" -"HTML that will be displayed in the footer. You can also use the special tags " -"such as {ORGANIZATION} and {YEAR}." -msgstr "" -"在網頁註腳中顯示的HTML。 您還可以使用特殊標籤,例如{ORGANIZATION}和{YEAR}。" - -#: app/admin.py:69 app/models/theme.py:42 -msgid "HTML (footer)" -msgstr "HTML (網頁註腳)" - -#: app/admin.py:100 app/models/project.py:24 -msgid "Description" -msgstr "描述" - -#: app/admin.py:106 -msgid "Version" -msgstr "版本" - -#: app/admin.py:112 -msgid "Author" -msgstr "作者" - -#: app/admin.py:144 -#, python-format -msgid "Restart required. Please restart WebODM to enable %(plugin)s" -msgstr "" - -#: app/admin.py:146 -#, python-format -msgid "Cannot enable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:154 -#, python-format -msgid "Restart required. Please restart WebODM to fully disable %(plugin)s" -msgstr "" - -#: app/admin.py:156 -#, python-format -msgid "Cannot disable plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:164 -#, python-format -msgid "Cannot delete plugin %(plugin)s: %(message)s" -msgstr "" - -#: app/admin.py:208 -msgid "Plugin added successfully" -msgstr "" - -#: app/admin.py:210 -#, python-format -msgid "Cannot load plugin: %(message)s" -msgstr "" - -#: app/admin.py:216 -msgid "You need to upload a zip file" -msgstr "" - -#: app/admin.py:230 -msgid "Disable" -msgstr "" - -#: app/admin.py:233 -#, fuzzy -#| msgid "Enabled" -msgid "Enable" -msgstr "已啟用" - -#: app/admin.py:238 -msgid "Actions" -msgstr "動作" - -#: app/api/formulas.py:12 app/api/formulas.py:16 -msgid "" -"Normalized Difference Vegetation Index shows the amount of green vegetation." -msgstr "常態差值植生指數顯示綠色植被的數量。" - -#: app/api/formulas.py:20 -msgid "" -"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue " -"and Green bands instead of only Red to isolate plant health." -msgstr "" -"強化常態差值植生指數(Enhanced NDVI)類似於NDVI,但使用藍色和綠色波段而不是僅使" -"用紅色波段來區別植物健康。" - -#: app/api/formulas.py:24 -msgid "Visual Atmospheric Resistance Index shows the areas of vegetation." -msgstr "視覺大氣阻力指數顯示植被面積。" - -#: app/api/formulas.py:29 -msgid "" -"Excess Green Index emphasizes the greenness of leafy crops such as potatoes." -msgstr "過量綠指數強調馬鈴薯等葉類作物的綠色。" - -#: app/api/formulas.py:33 -msgid "" -"Burn Area Index hightlights burned land in the red to near-infrared spectrum." -msgstr "燃燒面積指數以紅光至近紅外光波段來凸顯火災後的土地。" - -#: app/api/formulas.py:37 -msgid "Green Leaf Index shows greens leaves and stems." -msgstr "綠葉指數顯示綠葉和莖。" - -#: app/api/formulas.py:42 -msgid "" -"Green Normalized Difference Vegetation Index is similar to NDVI, but " -"measures the green spectrum instead of red." -msgstr "綠色常態差值植生指數類似於NDVI,但是量測的是綠光波段而非紅光波段。" - -#: app/api/formulas.py:46 -msgid "" -"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests." -msgstr "綠色比例植生指數能敏感的反應森林光合作用速率。" - -#: app/api/formulas.py:50 -msgid "" -"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the " -"effects of soil areas using an adjustment factor (0.5)." -msgstr "" -"土壤調整植生指數與NDVI相似,但嘗試使用調整因子(0.5)以消除土壤區域的影響。" - -#: app/api/formulas.py:54 -msgid "" -"Modified Non-Linear Index improves the Non-Linear Index algorithm to account " -"for soil areas." -msgstr "修改後的非線性指數改進了非線性指數算法以顯示土壤區域。" - -#: app/api/formulas.py:58 -msgid "" -"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be " -"more sensitive to vegetation." -msgstr "修改後的簡單比例(MSR)是對簡單比例(SR)指數的改進,使其對植被更加敏感。" - -#: app/api/formulas.py:62 -msgid "" -"Renormalized Difference Vegetation Index uses the difference between near-IR " -"and red, plus NDVI to show areas of healthy vegetation." -msgstr "" - -#: app/api/formulas.py:66 -msgid "" -"Transformed Difference Vegetation Index highlights vegetation cover in urban " -"environments." -msgstr "" - -#: app/api/formulas.py:70 -msgid "" -"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work " -"better in areas with little vegetation where soil is visible." -msgstr "" - -#: app/api/formulas.py:74 -msgid "Leaf Area Index estimates foliage areas and predicts crop yields." -msgstr "" - -#: app/api/formulas.py:79 -msgid "" -"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by " -"using blue wavelengths to correct soil signals." -msgstr "" - -#: app/api/tasks.py:179 -msgid "You need to upload at least 2 images before commit" -msgstr "" - -#: app/api/tasks.py:201 -msgid "No files uploaded" -msgstr "" - -#: app/api/tasks.py:224 -msgid "Cannot create task, you need at least 2 images" -msgstr "" - -#: app/api/tasks.py:329 app/api/tasks.py:332 app/api/tasks.py:351 -#: app/api/tasks.py:354 -msgid "Asset does not exist" -msgstr "" - -#: app/api/tasks.py:370 -msgid "Imported Task" -msgstr "" - -#: app/api/tasks.py:373 -msgid "Cannot create task, you need to upload 1 file" -msgstr "" - -#: app/api/tasks.py:376 -msgid "Cannot create task, either specify a URL or upload 1 file." -msgstr "" - -#: app/models/image_upload.py:10 -msgid "Task this image belongs to" -msgstr "" - -#: app/models/image_upload.py:10 app/models/task.py:261 -msgid "Task" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "File uploaded by a user" -msgstr "" - -#: app/models/image_upload.py:11 -msgid "Image" -msgstr "" - -#: app/models/image_upload.py:20 -msgid "Image Upload" -msgstr "" - -#: app/models/image_upload.py:21 -msgid "Image Uploads" -msgstr "" - -#: app/models/plugin.py:5 -msgid "Plugin name" -msgstr "" - -#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:23 -#: app/models/task.py:222 app/models/theme.py:16 -msgid "Name" -msgstr "名稱" - -#: app/models/plugin.py:6 -msgid "Whether this plugin is turned on." -msgstr "" - -#: app/models/plugin.py:6 -msgid "Enabled" -msgstr "已啟用" - -#: app/models/plugin.py:20 -msgid "Plugin" -msgstr "" - -#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:98 -msgid "Plugins" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Setting key" -msgstr "" - -#: app/models/plugin_datum.py:7 -msgid "Key" -msgstr "" - -#: app/models/plugin_datum.py:8 -msgid "The user this setting belongs to. If NULL, the setting is global." -msgstr "" - -#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23 -msgid "User" -msgstr "" - -#: app/models/plugin_datum.py:9 -msgid "Integer value" -msgstr "" - -#: app/models/plugin_datum.py:10 -msgid "Float value" -msgstr "" - -#: app/models/plugin_datum.py:11 -msgid "Bool value" -msgstr "" - -#: app/models/plugin_datum.py:12 -msgid "String value" -msgstr "" - -#: app/models/plugin_datum.py:13 -msgid "JSON value" -msgstr "" - -#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20 -msgid "Plugin Datum" -msgstr "" - -#: app/models/preset.py:9 -msgid "The person who owns this preset" -msgstr "" - -#: app/models/preset.py:9 app/models/project.py:22 -msgid "Owner" -msgstr "" - -#: app/models/preset.py:10 -msgid "A label used to describe the preset" -msgstr "" - -#: app/models/preset.py:11 -msgid "Options that define this preset (same format as in a Task's options)." -msgstr "" - -#: app/models/preset.py:11 app/models/task.py:228 -msgid "Options" -msgstr "選項" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Creation date" -msgstr "" - -#: app/models/preset.py:13 app/models/project.py:25 app/models/task.py:237 -msgid "Created at" -msgstr "" - -#: app/models/preset.py:14 -msgid "" -"Whether this preset is available to every user in the system or just to its " -"owner." -msgstr "" - -#: app/models/preset.py:14 -msgid "System" -msgstr "" - -#: app/models/preset.py:20 -msgid "Preset" -msgstr "" - -#: app/models/preset.py:21 -msgid "Presets" -msgstr "" - -#: app/models/project.py:22 -msgid "The person who created the project" -msgstr "" - -#: app/models/project.py:23 -msgid "A label used to describe the project" -msgstr "" - -#: app/models/project.py:24 -msgid "More in-depth description of the project" -msgstr "" - -#: app/models/project.py:26 -msgid "" -"Whether this project has been marked for deletion. Projects that have " -"running tasks need to wait for tasks to be properly cleaned up before they " -"can be deleted." -msgstr "" - -#: app/models/project.py:26 -msgid "Deleting" -msgstr "" - -#: app/models/project.py:56 app/models/task.py:221 -msgid "Project" -msgstr "" - -#: app/models/project.py:57 -msgid "Projects" -msgstr "" - -#: app/models/setting.py:20 -msgid "The name of your application" -msgstr "" - -#: app/models/setting.py:20 -msgid "App name" -msgstr "" - -#: app/models/setting.py:21 -msgid "A 512x512 logo of your application (.png or .jpeg)" -msgstr "" - -#: app/models/setting.py:21 -msgid "App logo" -msgstr "" - -#: app/models/setting.py:31 -msgid "The name of your organization" -msgstr "" - -#: app/models/setting.py:31 -msgid "Organization name" -msgstr "" - -#: app/models/setting.py:32 -msgid "The website URL of your organization" -msgstr "" - -#: app/models/setting.py:32 -msgid "Organization website" -msgstr "" - -#: app/models/setting.py:33 app/models/theme.py:48 app/models/theme.py:49 -#: app/templates/app/logged_in_base.html:95 -msgid "Theme" -msgstr "" - -#: app/models/setting.py:34 -msgid "Active theme" -msgstr "" - -#: app/models/setting.py:73 app/templates/app/logged_in_base.html:101 -msgid "Application" -msgstr "" - -#: app/models/setting.py:76 app/models/setting.py:77 -msgid "Settings" -msgstr "" - -#: app/models/task.py:218 -msgid "Id" -msgstr "" - -#: app/models/task.py:220 -msgid "Identifier of the task (as returned by NodeODM API)" -msgstr "" - -#: app/models/task.py:220 -msgid "UUID" -msgstr "" - -#: app/models/task.py:221 -msgid "Project that this task belongs to" -msgstr "" - -#: app/models/task.py:222 -msgid "A label for the task" -msgstr "" - -#: app/models/task.py:223 -msgid "" -"Number of milliseconds that elapsed since the beginning of this task (-1 " -"indicates that no information is available)" -msgstr "" - -#: app/models/task.py:223 -msgid "Processing Time" -msgstr "" - -#: app/models/task.py:224 -msgid "" -"Processing node assigned to this task (or null if this task has not been " -"associated yet)" -msgstr "" - -#: app/models/task.py:224 app/views/app.py:115 nodeodm/models.py:34 -msgid "Processing Node" -msgstr "處理節點" - -#: app/models/task.py:225 -msgid "" -"A flag indicating whether this task should be automatically assigned a " -"processing node" -msgstr "" - -#: app/models/task.py:225 -msgid "Auto Processing Node" -msgstr "" - -#: app/models/task.py:226 -msgid "Current status of the task" -msgstr "" - -#: app/models/task.py:226 -msgid "Status" -msgstr "" - -#: app/models/task.py:227 -msgid "The last processing error received" -msgstr "" - -#: app/models/task.py:227 -msgid "Last Error" -msgstr "" - -#: app/models/task.py:228 -msgid "Options that are being used to process this task" -msgstr "" - -#: app/models/task.py:229 -msgid "List of available assets to download" -msgstr "" - -#: app/models/task.py:229 -msgid "Available Assets" -msgstr "" - -#: app/models/task.py:230 -msgid "Console output of the processing node" -msgstr "" - -#: app/models/task.py:230 -msgid "Console Output" -msgstr "" - -#: app/models/task.py:232 -msgid "Extent of the orthophoto" -msgstr "" - -#: app/models/task.py:232 -msgid "Orthophoto Extent" -msgstr "" - -#: app/models/task.py:233 -msgid "DSM Extent" -msgstr "" - -#: app/models/task.py:234 -msgid "DTM Extent" -msgstr "" - -#: app/models/task.py:238 -msgid "" -"A requested action to be performed on the task. The selected action will be " -"performed by the worker at the next iteration." -msgstr "" - -#: app/models/task.py:238 -msgid "Pending Action" -msgstr "" - -#: app/models/task.py:240 -msgid "A flag indicating whether this task is available to the public" -msgstr "" - -#: app/models/task.py:240 -msgid "Public" -msgstr "" - -#: app/models/task.py:241 -msgid "" -"When set to a value different than -1, indicates that the images for this " -"task have been / will be resized to the size specified here before " -"processing." -msgstr "" - -#: app/models/task.py:241 -msgid "Resize To" -msgstr "" - -#: app/models/task.py:244 -msgid "" -"Value between 0 and 1 indicating the upload progress of this task's files to " -"the processing node" -msgstr "" - -#: app/models/task.py:245 -msgid "Upload Progress" -msgstr "" - -#: app/models/task.py:248 -msgid "" -"Value between 0 and 1 indicating the resize progress of this task's images" -msgstr "" - -#: app/models/task.py:249 -msgid "Resize Progress" -msgstr "" - -#: app/models/task.py:252 -msgid "" -"Value between 0 and 1 indicating the running progress (estimated) of this " -"task" -msgstr "" - -#: app/models/task.py:253 -msgid "Running Progress" -msgstr "" - -#: app/models/task.py:255 -msgid "URL this task is imported from (only for imported tasks)" -msgstr "" - -#: app/models/task.py:255 -msgid "Import URL" -msgstr "" - -#: app/models/task.py:256 -msgid "Number of images associated with this task" -msgstr "" - -#: app/models/task.py:256 -msgid "Images Count" -msgstr "" - -#: app/models/task.py:257 -msgid "" -"A flag indicating whether this task is currently waiting for information or " -"files to be uploaded before being considered for processing." -msgstr "" - -#: app/models/task.py:257 -msgid "Partial" -msgstr "" - -#: app/models/task.py:258 -msgid "" -"Serialized potree scene information used to save/load measurements and " -"camera view angle" -msgstr "" - -#: app/models/task.py:258 -msgid "Potree Scene" -msgstr "" - -#: app/models/task.py:262 -msgid "Tasks" -msgstr "" - -#: app/models/task.py:271 -msgid "unnamed" -msgstr "" - -#: app/models/task.py:374 -msgid "Importing assets..." -msgstr "" - -#: app/models/task.py:413 app/models/task.py:681 -msgid "Invalid zip file" -msgstr "" - -#: app/models/task.py:507 -#, python-format -msgid "Connection error: %(error)s" -msgstr "" - -#: app/models/task.py:587 -msgid "Cannot restart a task that has no processing node" -msgstr "" - -#: app/models/task.py:739 -#, python-format -msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS." -msgstr "" - -#: app/models/task.py:750 -msgid "Done!" -msgstr "" - -#: app/models/theme.py:16 -msgid "Name of theme" -msgstr "" - -#: app/models/theme.py:19 -msgid "Most text, icons, and borders." -msgstr "" - -#: app/models/theme.py:19 -msgid "Primary" -msgstr "" - -#: app/models/theme.py:20 -msgid "The main background color, and text color of some buttons." -msgstr "" - -#: app/models/theme.py:20 -msgid "Secondary" -msgstr "" - -#: app/models/theme.py:21 -msgid "Navigation links." -msgstr "" - -#: app/models/theme.py:21 -msgid "Tertiary" -msgstr "" - -#: app/models/theme.py:23 -msgid "Primary button color." -msgstr "" - -#: app/models/theme.py:23 -msgid "Button Primary" -msgstr "" - -#: app/models/theme.py:24 -msgid "Default button color." -msgstr "" - -#: app/models/theme.py:24 -msgid "Button Default" -msgstr "" - -#: app/models/theme.py:25 -msgid "Delete button color." -msgstr "" - -#: app/models/theme.py:25 -msgid "Button Danger" -msgstr "" - -#: app/models/theme.py:27 -msgid "Background color of the site's header." -msgstr "" - -#: app/models/theme.py:27 -msgid "Header Background" -msgstr "" - -#: app/models/theme.py:28 -msgid "Text and icons in the site's header." -msgstr "" - -#: app/models/theme.py:28 -msgid "Header Primary" -msgstr "" - -#: app/models/theme.py:30 -msgid "The color of most borders." -msgstr "" - -#: app/models/theme.py:30 -msgid "Border" -msgstr "" - -#: app/models/theme.py:31 -msgid "The background color of panels and some borders." -msgstr "" - -#: app/models/theme.py:31 -msgid "Highlight" -msgstr "" - -#: app/models/theme.py:33 -msgid "The border color of warning dialogs." -msgstr "" - -#: app/models/theme.py:33 -msgid "Dialog Warning" -msgstr "" - -#: app/models/theme.py:35 -msgid "The background color of failed notifications." -msgstr "" - -#: app/models/theme.py:35 -msgid "Failed" -msgstr "失敗" - -#: app/models/theme.py:36 -msgid "The background color of success notifications." -msgstr "" - -#: app/models/theme.py:36 -msgid "Success" -msgstr "" - -#: app/templates/app/404.html:6 -msgid "404 Page Not Found" -msgstr "" - -#: app/templates/app/404.html:7 -msgid "Are you sure the address is correct?" -msgstr "" - -#: app/templates/app/500.html:5 -msgid "500 Internal Server Error" -msgstr "" - -#: app/templates/app/500.html:6 -msgid "Something happened. The server logs contain more information." -msgstr "" - -#: app/templates/app/about.html:94 -#, python-format -msgid "" -"This program is free software: you can redistribute it and/or modify it " -"under the terms of the GNU Affero General Public License as published by the " -"Free Software Foundation, either version 3 of the License, or (at your " -"option) any later version. See %(link_start)sthe GNU Affero General Public " -"License%(link_end)s for more details." -msgstr "" - -#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8 -msgid "Page not found" -msgstr "" - -#: app/templates/app/admin/404.html:10 -msgid "We're sorry, but the requested page could not be found." -msgstr "" - -#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9 -#: app/templates/app/admin/auth/user/change_password.html:13 -#: app/templates/app/admin/base.html:19 -#: app/templates/app/admin/change_form.html:18 -#: app/templates/app/admin/change_list.html:31 -#: app/templates/app/admin/delete_confirmation.html:13 -#: app/templates/app/admin/delete_selected_confirmation.html:13 -#: app/templates/app/admin/invalid_setup.html:6 -#: app/templates/app/admin/object_history.html:6 -msgid "Home" -msgstr "" - -#: app/templates/app/admin/500.html:7 -msgid "Server error" -msgstr "" - -#: app/templates/app/admin/500.html:11 -msgid "Server error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:14 -msgid "Server Error (500)" -msgstr "" - -#: app/templates/app/admin/500.html:15 -msgid "" -"There's been an error. It's been reported to the site administrators via " -"email and should be fixed shortly. Thanks for your patience." -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Run the selected action" -msgstr "" - -#: app/templates/app/admin/actions.html:4 -msgid "Go" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -msgid "Click here to select the objects across all pages" -msgstr "" - -#: app/templates/app/admin/actions.html:10 -#, python-format -msgid "Select all %(total_count)s %(module_name)s" -msgstr "" - -#: app/templates/app/admin/actions.html:12 -msgid "Clear selection" -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:6 -msgid "" -"First, enter a username and password. Then, you'll be able to edit more user " -"options." -msgstr "" - -#: app/templates/app/admin/auth/user/add_form.html:8 -msgid "Enter a username and password." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:17 -#: app/templates/app/admin/auth/user/change_password.html:54 -msgid "Change password" -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the error below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:27 -#: app/templates/app/admin/change_form.html:47 -#: app/templates/app/admin/change_list.html:58 -#: app/templates/app/admin/login.html:21 -msgid "Please correct the errors below." -msgstr "" - -#: app/templates/app/admin/auth/user/change_password.html:31 -#, python-format -msgid "Enter a new password for the user %(username)s." -msgstr "" - -#: app/templates/app/admin/base_site.html:3 -msgid "Django site admin" -msgstr "" - -#: app/templates/app/admin/base_site.html:6 -msgid "Django administration" -msgstr "" - -#: app/templates/app/admin/change_form.html:21 -#: app/templates/app/admin/change_list.html:49 -#, python-format -msgid "Add %(name)s" -msgstr "" - -#: app/templates/app/admin/change_form.html:33 -#: app/templates/app/admin/object_history.html:10 -msgid "History" -msgstr "" - -#: app/templates/app/admin/change_form.html:35 -#: app/templates/app/admin/edit_inline/stacked.html:14 -#: app/templates/app/admin/edit_inline/tabular.html:36 -msgid "View on site" -msgstr "" - -#: app/templates/app/admin/change_list.html:69 -msgid "Filter" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:24 -msgid "Load Plugin (.zip)" -msgstr "" - -#: app/templates/app/admin/change_list_plugin.html:28 -msgid "Manage Plugins" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:17 -msgid "Remove from sorting" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:18 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "" - -#: app/templates/app/admin/change_list_results.html:19 -msgid "Toggle sorting" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:17 -#: app/templates/app/admin/related_widget_wrapper.html:23 -#: app/templates/app/admin/submit_line.html:6 -#: app/templates/app/processing_node.html:54 -msgid "Delete" -msgstr "刪除" - -#: app/templates/app/admin/delete_confirmation.html:23 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " -"related objects, but your account doesn't have permission to delete the " -"following types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:30 -#, python-format -msgid "" -"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " -"following protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:37 -#, python-format -msgid "" -"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " -"All of the following related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:39 -#: app/templates/app/admin/delete_selected_confirmation.html:38 -msgid "Objects" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:46 -#: app/templates/app/admin/delete_selected_confirmation.html:49 -msgid "Yes, I'm sure" -msgstr "" - -#: app/templates/app/admin/delete_confirmation.html:47 -#: app/templates/app/admin/delete_selected_confirmation.html:50 -msgid "No, take me back" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:16 -msgid "Delete multiple objects" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:22 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would result in deleting related " -"objects, but your account doesn't have permission to delete the following " -"types of objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:29 -#, python-format -msgid "" -"Deleting the selected %(objects_name)s would require deleting the following " -"protected related objects:" -msgstr "" - -#: app/templates/app/admin/delete_selected_confirmation.html:36 -#, python-format -msgid "" -"Are you sure you want to delete the selected %(objects_name)s? All of the " -"following objects and their related items will be deleted:" -msgstr "" - -#: app/templates/app/admin/edit_inline/stacked.html:12 -#: app/templates/app/admin/edit_inline/tabular.html:34 -#: app/templates/app/admin/index.html:37 -#: app/templates/app/admin/related_widget_wrapper.html:9 -msgid "Change" -msgstr "" - -#: app/templates/app/admin/edit_inline/tabular.html:20 -msgid "Delete?" -msgstr "" - -#: app/templates/app/admin/filter.html:2 -#, python-format -msgid " By %(filter_title)s " -msgstr "" - -#: app/templates/app/admin/includes/object_delete_summary.html:2 -msgid "Summary" -msgstr "" - -#: app/templates/app/admin/index.html:20 -#, python-format -msgid "Models in the %(name)s application" -msgstr "" - -#: app/templates/app/admin/index.html:31 -#: app/templates/app/admin/related_widget_wrapper.html:16 -msgid "Add" -msgstr "" - -#: app/templates/app/admin/index.html:47 -msgid "You don't have permission to edit anything." -msgstr "" - -#: app/templates/app/admin/index.html:55 -msgid "Recent actions" -msgstr "" - -#: app/templates/app/admin/index.html:56 -msgid "My actions" -msgstr "" - -#: app/templates/app/admin/index.html:60 -msgid "None available" -msgstr "" - -#: app/templates/app/admin/index.html:74 -msgid "Unknown content" -msgstr "" - -#: app/templates/app/admin/invalid_setup.html:12 -msgid "" -"Something's wrong with your database installation. Make sure the appropriate " -"database tables have been created, and make sure the database is readable by " -"the appropriate user." -msgstr "" - -#: app/templates/app/admin/login.html:37 -#, python-format -msgid "" -"You are authenticated as %(username)s, but are not authorized to access this " -"page. Would you like to login to a different account?" -msgstr "" - -#: app/templates/app/admin/login.html:57 -msgid "Forgotten your password or username?" -msgstr "" - -#: app/templates/app/admin/login.html:61 -msgid "Log in" -msgstr "" - -#: app/templates/app/admin/object_history.html:22 -msgid "Date/time" -msgstr "" - -#: app/templates/app/admin/object_history.html:24 -msgid "Action" -msgstr "" - -#: app/templates/app/admin/object_history.html:38 -msgid "" -"This object doesn't have a change history. It probably wasn't added via this " -"admin site." -msgstr "" - -#: app/templates/app/admin/pagination.html:10 -#: app/templates/app/admin/search_form.html:9 -msgid "Show all" -msgstr "" - -#: app/templates/app/admin/pagination.html:11 -#: app/templates/app/admin/submit_line.html:3 -msgid "Save" -msgstr "儲存" - -#: app/templates/app/admin/popup_response.html:3 -msgid "Popup closing..." -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:8 -#, python-format -msgid "Change selected %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:15 -#, python-format -msgid "Add another %(model)s" -msgstr "" - -#: app/templates/app/admin/related_widget_wrapper.html:22 -#, python-format -msgid "Delete selected %(model)s" -msgstr "" - -#: app/templates/app/admin/search_form.html:7 -msgid "Search" -msgstr "搜尋" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(counter)s result" -msgid_plural "%(counter)s results" -msgstr[0] "" - -#: app/templates/app/admin/search_form.html:9 -#, python-format -msgid "%(full_result_count)s total" -msgstr "" - -#: app/templates/app/admin/submit_line.html:8 -msgid "Save as new" -msgstr "" - -#: app/templates/app/admin/submit_line.html:9 -msgid "Save and add another" -msgstr "" - -#: app/templates/app/admin/submit_line.html:10 -msgid "Save and continue editing" -msgstr "" - -#: app/templates/app/dashboard.html:15 app/templates/app/dashboard.html:27 -#: app/templates/app/welcome.html:227 -msgid "Welcome!" -msgstr "" - -#: app/templates/app/dashboard.html:16 -msgid "Add a Processing Node" -msgstr "" - -#: app/templates/app/dashboard.html:19 -#, 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 implementing " -"this %(api_link)s." -msgstr "" - -#: app/templates/app/dashboard.html:28 -msgid "Select Images and GCP" -msgstr "選擇影像和GCP" - -#: app/templates/app/dashboard.html:30 -#, python-format -msgid "" -"To create a map, press the \"%(upload_images)s\" button, or drag and drop " -"some images into a project." -msgstr "" - -#: app/templates/app/dashboard.html:34 -msgid "You need at least 5 images" -msgstr "" - -#: app/templates/app/dashboard.html:35 -#, python-format -msgid "Images must overlap by 65%% or more" -msgstr "" - -#: app/templates/app/dashboard.html:36 -#, python-format -msgid "For great 3D, images must overlap by 83%%" -msgstr "" - -#: app/templates/app/dashboard.html:37 -#, python-format -msgid "" -"A %(link_start)sGCP File%(link_end)s is optional, but can increase " -"georeferencing accuracy" -msgstr "" - -#: app/templates/app/dev_tools.html:6 app/templates/app/logged_in_base.html:110 -#: app/views/dev.py:81 -msgid "Developer Tools" -msgstr "" - -#: app/templates/app/dev_tools.html:9 -msgid "Close" -msgstr "關閉" - -#: app/templates/app/dev_tools.html:14 -msgid "Current Locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:15 -msgid "" -"To change locale, modify your browser's locale settings, then refresh the " -"page, or use the set locale button below." -msgstr "" - -#: app/templates/app/dev_tools.html:18 -msgid "Translation Files (.zip):" -msgstr "" - -#: app/templates/app/dev_tools.html:22 -msgid "Download and Replace Translation Files" -msgstr "" - -#: app/templates/app/dev_tools.html:27 -msgid "Set locale:" -msgstr "" - -#: app/templates/app/dev_tools.html:29 -msgid "Apply" -msgstr "" - -#: app/templates/app/dev_tools.html:33 -msgid "Executing… do not refresh the page! This could take a while." -msgstr "" - -#: app/templates/app/logged_in_base.html:15 -#, python-format -msgid "Hello, %(user)s!" -msgstr "" - -#: app/templates/app/logged_in_base.html:19 -msgid "Logout" -msgstr "" - -#: app/templates/app/logged_in_base.html:33 app/views/app.py:46 -msgid "Dashboard" -msgstr "" - -#: app/templates/app/logged_in_base.html:59 nodeodm/models.py:35 -msgid "Processing Nodes" -msgstr "" - -#: app/templates/app/logged_in_base.html:69 -msgid "Add New" -msgstr "" - -#: app/templates/app/logged_in_base.html:79 -msgid "Administration" -msgstr "" - -#: app/templates/app/logged_in_base.html:84 -msgid "Accounts" -msgstr "" - -#: app/templates/app/logged_in_base.html:87 -msgid "Groups" -msgstr "" - -#: app/templates/app/logged_in_base.html:92 -msgid "Brand" -msgstr "" - -#: app/templates/app/logged_in_base.html:114 app/views/app.py:105 -msgid "About" -msgstr "" - -#: app/templates/app/processing_node.html:11 nodeodm/models.py:21 -msgid "Hostname" -msgstr "" - -#: app/templates/app/processing_node.html:15 nodeodm/models.py:22 -msgid "Port" -msgstr "" - -#: app/templates/app/processing_node.html:19 nodeodm/models.py:23 -msgid "API Version" -msgstr "" - -#: app/templates/app/processing_node.html:23 nodeodm/models.py:31 -msgid "Engine" -msgstr "" - -#: app/templates/app/processing_node.html:27 nodeodm/models.py:29 -msgid "Engine Version" -msgstr "" - -#: app/templates/app/processing_node.html:31 nodeodm/models.py:25 -msgid "Queue Count" -msgstr "" - -#: app/templates/app/processing_node.html:35 -msgid "Max Images Limit" -msgstr "" - -#: app/templates/app/processing_node.html:39 nodeodm/models.py:30 -msgid "Label" -msgstr "" - -#: app/templates/app/processing_node.html:43 nodeodm/models.py:24 -msgid "Last Refreshed" -msgstr "" - -#: app/templates/app/processing_node.html:44 -msgctxt "5 minutes ago" -msgid "ago" -msgstr "" - -#: app/templates/app/processing_node.html:47 -msgid "Options (JSON)" -msgstr "" - -#: app/templates/app/processing_node.html:53 -msgid "Edit" -msgstr "編輯" - -#: app/templates/app/welcome.html:224 -msgid "Uh oh! Could you please check the errors below?" -msgstr "" - -#: app/templates/app/welcome.html:237 -msgid "Create Account" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:4 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: 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 -msgid "Import images from external sources directly" -msgstr "" - -#: 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 "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:15 -#: app/translations/plugin_manifest_autogenerated.py:16 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/translations/plugin_manifest_autogenerated.py:17 -msgid "Create short links when sharing task URLs" -msgstr "" - -#: app/views/app.py:44 -msgid "First Project" -msgstr "" - -#: app/views/app.py:54 app/views/public.py:27 -msgid "Map" -msgstr "" - -#: app/views/app.py:82 -msgid "3D Model Display" -msgstr "" - -#: app/views/app.py:149 -msgid "Welcome" -msgstr "" - -#: app/views/dev.py:59 -msgid "Cannot find locale/ folder in .zip archive" -msgstr "" - -#: app/views/dev.py:74 -msgid "Translation files reloaded!" -msgstr "" - -#: app/views/dev.py:78 -msgid "Invalid action" -msgstr "" - -#: coreplugins/cesiumion/api_views.py:159 -msgid "No matching enum type." -msgstr "" - -#: coreplugins/contours/api.py:16 -msgid "No DSM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:18 -msgid "No DTM layer is available." -msgstr "" - -#: coreplugins/contours/api.py:60 -msgid "Could not generate contour file. This might be a bug." -msgstr "" - -#: coreplugins/diagnostic/plugin.py:36 -msgid "Diagnostic" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:6 -msgid "Diagnostic Information" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:10 -msgid "Storage Space" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:14 -#: coreplugins/diagnostic/templates/diagnostic.html:40 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:15 -#: coreplugins/diagnostic/templates/diagnostic.html:39 -#: coreplugins/diagnostic/templates/diagnostic.html:45 -msgctxt "Megabytes of storage space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:16 -msgctxt "Megabytes of storage space" -msgid "Total" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:20 -msgctxt "Computer memory (RAM)" -msgid "Memory" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:24 -#: coreplugins/diagnostic/templates/diagnostic.html:75 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Free" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:25 -#: coreplugins/diagnostic/templates/diagnostic.html:74 -#: coreplugins/diagnostic/templates/diagnostic.html:80 -msgctxt "Megabytes of memory space" -msgid "Used" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:26 -msgctxt "Megabytes of memory space" -msgid "Total" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -msgid "Note!" -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:33 -#, 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." -msgstr "" - -#: coreplugins/diagnostic/templates/diagnostic.html:47 -#: coreplugins/diagnostic/templates/diagnostic.html:82 -msgid "Disk Space" -msgstr "" - -#: coreplugins/lightning/plugin.py:25 coreplugins/lightning/plugin.py:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/measure/api.py:27 -msgid "" -"No surface model available. From the Dashboard, select this task, press " -"Edit, from the options make sure to check \"dsm\", then press Restart --> " -"From DEM." -msgstr "" - -#: coreplugins/posm-gcpi/plugin.py:8 -msgid "GCP Interface" -msgstr "" - -#: nodeodm/apps.py:8 -msgid "Node Management" -msgstr "" - -#: nodeodm/models.py:21 -msgid "" -"Hostname or IP address where the node is located (can be an internal " -"hostname as well). If you are using Docker, this is never 127.0.0.1 or " -"localhost. Find the IP address of your host machine by running ifconfig on " -"Linux or by checking your network settings." -msgstr "" - -#: nodeodm/models.py:22 -msgid "Port that connects to the node's API" -msgstr "" - -#: nodeodm/models.py:23 -msgid "API version used by the node" -msgstr "" - -#: nodeodm/models.py:24 -msgid "When was the information about this node last retrieved?" -msgstr "" - -#: nodeodm/models.py:25 -msgid "" -"Number of tasks currently being processed by this node (as reported by the " -"node itself)" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Available Options" -msgstr "" - -#: nodeodm/models.py:26 -msgid "Description of the options that can be used for processing" -msgstr "" - -#: nodeodm/models.py:27 -msgid "Token" -msgstr "" - -#: nodeodm/models.py:27 -msgid "" -"Token to use for authentication. If the node doesn't have authentication, " -"you can leave this field blank." -msgstr "" - -#: nodeodm/models.py:28 -msgid "Max Images" -msgstr "" - -#: nodeodm/models.py:28 -msgid "Maximum number of images accepted by this node." -msgstr "" - -#: nodeodm/models.py:29 -msgid "Engine version used by the node." -msgstr "" - -#: nodeodm/models.py:30 -msgid "" -"Optional label for this node. When set, this label will be shown instead of " -"the hostname:port name." -msgstr "" - -#: nodeodm/models.py:31 -msgid "Engine used by the node." -msgstr "" diff --git a/locale/zh_Hant/LC_MESSAGES/djangojs.po b/locale/zh_Hant/LC_MESSAGES/djangojs.po deleted file mode 100644 index 4955c93f..00000000 --- a/locale/zh_Hant/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,2357 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-02 00:20+0000\n" -"PO-Revision-Date: 2021-03-03 01:50+0000\n" -"Last-Translator: Yu-Huang Wang \n" -"Language-Team: Chinese (Traditional) \n" -"Language: zh_Hant\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.5\n" - -#: app/static/app/js/Console.jsx:135 -#, python-format -msgid "output truncated at %(count)s lines" -msgstr "輸出在%(count)s行被截斷" - -#: app/static/app/js/Console.jsx:147 app/static/app/js/Console.jsx:155 -#: app/static/app/js/Console.jsx:165 -msgid "Toggle Fullscreen" -msgstr "切換全螢幕" - -#: app/static/app/js/Console.jsx:148 app/static/app/js/Console.jsx:156 -msgid "Exit Fullscreen" -msgstr "離開全螢幕" - -#: app/static/app/js/Console.jsx:162 -msgid "Download To File" -msgstr "下載檔案" - -#: app/static/app/js/Dashboard.jsx:26 -msgid "Name field is required" -msgstr "名稱欄位必填" - -#: app/static/app/js/Dashboard.jsx:62 -msgid "Add Project" -msgstr "新增專案" - -#: app/static/app/js/Dashboard.jsx:97 -msgid "Your changes will be lost. Are you sure you want to leave?" -msgstr "修改將遺失。 確定要離開嗎?" - -#: app/static/app/js/MapView.jsx:67 -#: app/static/app/js/classes/PipelineSteps.js:47 -#: app/static/app/js/components/Map.jsx:84 -msgid "Orthophoto" -msgstr "正射影像" - -#: app/static/app/js/MapView.jsx:72 app/static/app/js/components/Map.jsx:86 -msgid "Plant Health" -msgstr "植物健康" - -#: app/static/app/js/MapView.jsx:77 -msgid "Surface Model" -msgstr "地表模型" - -#: app/static/app/js/MapView.jsx:82 -msgid "Terrain Model" -msgstr "地形模型" - -#: app/static/app/js/ModelView.jsx:36 -msgid "Cannot set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:61 -msgid "set initial camera view" -msgstr "" - -#: app/static/app/js/ModelView.jsx:82 -msgid "Cameras" -msgstr "相機" - -#: app/static/app/js/ModelView.jsx:95 -msgid "Show Model" -msgstr "顯示模型" - -#: app/static/app/js/ModelView.jsx:122 -msgid "Show Cameras" -msgstr "顯示相機" - -#: app/static/app/js/ModelView.jsx:653 -msgid "Loading textured model..." -msgstr "載入材質貼附模型..." - -#: app/static/app/js/classes/AssetDownloads.js:36 -msgid "Orthophoto (GeoTIFF)" -msgstr "正射影像 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:37 -msgid "Orthophoto (PNG)" -msgstr "正射影像 (PNG)" - -#: app/static/app/js/classes/AssetDownloads.js:38 -msgid "Orthophoto (MBTiles)" -msgstr "正射影像 (MBTiles)" - -#: app/static/app/js/classes/AssetDownloads.js:39 -msgid "Orthophoto (Tiles)" -msgstr "正射影像 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:40 -msgid "Terrain Model (GeoTIFF)" -msgstr "地形模型 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:41 -msgid "Terrain Model (Tiles)" -msgstr "地形模型 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:42 -msgid "Surface Model (GeoTIFF)" -msgstr "地表模型 (GeoTIFF)" - -#: app/static/app/js/classes/AssetDownloads.js:43 -msgid "Surface Model (Tiles)" -msgstr "地表模型 (Tiles)" - -#: app/static/app/js/classes/AssetDownloads.js:44 -msgid "Point Cloud (LAS)" -msgstr "點雲 (LAS)" - -#: app/static/app/js/classes/AssetDownloads.js:45 -msgid "Point Cloud (LAZ)" -msgstr "點雲 (LAZ)" - -#: app/static/app/js/classes/AssetDownloads.js:46 -msgid "Point Cloud (PLY)" -msgstr "點雲 (PLY)" - -#: app/static/app/js/classes/AssetDownloads.js:47 -msgid "Point Cloud (CSV)" -msgstr "點雲 (CSV)" - -#: app/static/app/js/classes/AssetDownloads.js:48 -msgid "Textured Model" -msgstr "材質貼附模型" - -#: app/static/app/js/classes/AssetDownloads.js:49 -msgid "Camera Parameters" -msgstr "相機參數" - -#: app/static/app/js/classes/AssetDownloads.js:50 -msgid "Camera Shots (GeoJSON)" -msgstr "拍攝影像" - -#: app/static/app/js/classes/AssetDownloads.js:51 -msgid "Quality Report" -msgstr "品質報告" - -#: app/static/app/js/classes/AssetDownloads.js:55 -msgid "All Assets" -msgstr "所有資料" - -#: app/static/app/js/classes/Basemaps.js:9 -msgid "Google Maps Hybrid" -msgstr "Google衛星影像混合地圖" - -#: app/static/app/js/classes/Basemaps.js:17 -msgid "ESRI Satellite" -msgstr "ESRI衛星影像" - -#: app/static/app/js/classes/Basemaps.js:26 -msgid "OSM Mapnik" -msgstr "OSM Mapnik" - -#: app/static/app/js/classes/PendingActions.js:11 -msgid "Canceling..." -msgstr "正在取消..." - -#: app/static/app/js/classes/PendingActions.js:14 -#: app/static/app/js/components/FormDialog.jsx:170 -msgid "Deleting..." -msgstr "正在刪除..." - -#: app/static/app/js/classes/PendingActions.js:17 -msgid "Restarting..." -msgstr "正在重新啟動..." - -#: app/static/app/js/classes/PendingActions.js:20 -msgid "Resizing images..." -msgstr "正在調整影像大小..." - -#: app/static/app/js/classes/PendingActions.js:23 -msgid "Importing..." -msgstr "正在匯入..." - -#: app/static/app/js/classes/PipelineSteps.js:7 -msgid "Load Dataset" -msgstr "載入資料集" - -#: app/static/app/js/classes/PipelineSteps.js:12 -msgid "Structure From Motion" -msgstr "Structure From Motion" - -#: app/static/app/js/classes/PipelineSteps.js:17 -msgid "Multi View Stereo" -msgstr "多視角立體像" - -#: app/static/app/js/classes/PipelineSteps.js:22 -msgid "Point Filtering" -msgstr "點雲篩選" - -#: app/static/app/js/classes/PipelineSteps.js:27 -msgid "Meshing" -msgstr "網格化" - -#: app/static/app/js/classes/PipelineSteps.js:32 -msgid "Texturing" -msgstr "紋理化" - -#: app/static/app/js/classes/PipelineSteps.js:37 -msgid "Georeferencing" -msgstr "地理座標定位" - -#: app/static/app/js/classes/PipelineSteps.js:42 -msgid "DEM" -msgstr "DEM" - -#: app/static/app/js/classes/PipelineSteps.js:52 -msgid "Report" -msgstr "報告" - -#: app/static/app/js/classes/ResizeModes.js:4 -msgid "No" -msgstr "否" - -#: app/static/app/js/classes/ResizeModes.js:5 -msgid "Yes" -msgstr "是" - -#: app/static/app/js/classes/StatusCodes.js:11 -msgid "Queued" -msgstr "佇列" - -#: app/static/app/js/classes/StatusCodes.js:15 -msgid "Running" -msgstr "正在執行" - -#: app/static/app/js/classes/StatusCodes.js:19 -msgid "Failed" -msgstr "失敗" - -#: app/static/app/js/classes/StatusCodes.js:23 -msgid "Completed" -msgstr "已完成" - -#: app/static/app/js/classes/StatusCodes.js:27 -msgid "Canceled" -msgstr "已取消" - -#: app/static/app/js/classes/TempLayer.js:14 -#, python-format -msgid "%(file)s is bigger than 5 MB." -msgstr "%(file)s 大於5 MB。" - -#: app/static/app/js/classes/TempLayer.js:30 -#, python-format -msgid "Not a proper zipped shapefile: %(file)s" -msgstr "非正確壓縮的shapfilw: %(file)s" - -#: app/static/app/js/classes/TempLayer.js:43 -#, python-format -msgid "Not a proper JSON file: %(file)s" -msgstr "非正確的JSON檔: %(file)s" - -#: app/static/app/js/components/AssetDownloadButtons.jsx:33 -msgid "Download Assets" -msgstr "下載所有資料" - -#: app/static/app/js/components/EditPresetDialog.jsx:107 -#: app/static/app/js/components/EditTaskForm.jsx:523 -msgid "Edit Task Options" -msgstr "編輯任務選項" - -#: app/static/app/js/components/EditPresetDialog.jsx:113 -#: app/static/app/js/components/EditProjectDialog.jsx:85 -#: app/static/app/js/components/EditTaskForm.jsx:597 -msgid "Name" -msgstr "名稱" - -#: app/static/app/js/components/EditPresetDialog.jsx:121 -msgid "Search" -msgstr "搜尋" - -#: app/static/app/js/components/EditProjectDialog.jsx:10 -msgid "New Project" -msgstr "新專案" - -#: app/static/app/js/components/EditProjectDialog.jsx:11 -msgid "Create Project" -msgstr "建立專案" - -#: app/static/app/js/components/EditProjectDialog.jsx:12 -msgid "Creating project..." -msgstr "正在建立專案..." - -#: app/static/app/js/components/EditProjectDialog.jsx:14 -msgid "" -"All tasks, images and models associated with this project will be " -"permanently deleted. Are you sure you want to continue?" -msgstr "此專案所有的任務,影像和模型將被永久刪除。 確定要繼續嗎?" - -#: app/static/app/js/components/EditProjectDialog.jsx:91 -msgid "Description (optional)" -msgstr "描述 (非必要)" - -#: app/static/app/js/components/EditTaskForm.jsx:89 -msgid "" -"Could not load list of processing nodes. Are you connected to the internet?" -msgstr "無法載入處理節點列表。 是否已連接到網路?" - -#: app/static/app/js/components/EditTaskForm.jsx:97 -msgid "We tried to reach:" -msgstr "我們嘗試達到:" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "There are no usable processing nodes." -msgstr "沒有可用的處理節點。" - -#: app/static/app/js/components/EditTaskForm.jsx:98 -msgid "" -"Make sure that at least one processing node is reachable and that you have " -"granted the current user sufficient permissions to view the processing node " -"(by going to Administration -- Processing Nodes -- Select Node -- Object " -"Permissions -- Add User/Group and check CAN VIEW PROCESSING NODE). If you " -"are bringing a node back online, it will take about 30 seconds for WebODM to " -"recognize it." -msgstr "" -"確保至少有一個處理節點可用,並且已賦予當前使用者有足夠的權限來查看此處理節點 " -"(管理--處理節點--選擇節點--物件權限--增加使用者/群組,並勾選可查看處理節" -"點)。 如果要使節點重新連線,WebODM大約需要30秒才能識別它。" - -#: app/static/app/js/components/EditTaskForm.jsx:216 -msgid "Could not load list of presets. Are you connected to the internet?" -msgstr "無法載入預設值。 是否已連接到網路?" - -#: app/static/app/js/components/EditTaskForm.jsx:225 -#: app/static/app/js/components/EditTaskForm.jsx:384 -#: app/static/app/js/components/Map.jsx:350 -#: coreplugins/contours/public/ContoursPanel.jsx:246 -#: coreplugins/contours/public/ContoursPanel.jsx:273 -#: coreplugins/contours/public/ContoursPanel.jsx:292 -msgid "Custom" -msgstr "自訂" - -#: app/static/app/js/components/EditTaskForm.jsx:232 -#: app/static/app/js/components/EditTaskForm.jsx:353 -msgid "Default" -msgstr "預設" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -msgid "My Preset" -msgstr "我的預設" - -#: app/static/app/js/components/EditTaskForm.jsx:437 -#, python-format -msgid "Copy of %(preset)s" -msgstr "複製%(preset)s" - -#: app/static/app/js/components/EditTaskForm.jsx:460 -msgid "Could not duplicate the preset. Please try to refresh the page." -msgstr "無法複製預設。 請重新整理頁面。" - -#: app/static/app/js/components/EditTaskForm.jsx:469 -msgid "" -"System presets can only be removed by a staff member from the Administration " -"panel." -msgstr "系統預設只能由工作人員從“管理”面板中刪除。" - -#: app/static/app/js/components/EditTaskForm.jsx:473 -#, python-format -msgid "Are you sure you want to delete \"%(preset)s\"?" -msgstr "確定要刪除%(preset)s?" - -#: app/static/app/js/components/EditTaskForm.jsx:486 -msgid "Could not delete the preset. Please try to refresh the page." -msgstr "無法刪除預設。 請重新整理頁面。" - -#: app/static/app/js/components/EditTaskForm.jsx:501 -msgid "Retry" -msgstr "重試" - -#: app/static/app/js/components/EditTaskForm.jsx:524 -#: app/static/app/js/components/EditTaskForm.jsx:531 -#: app/static/app/js/components/ProjectListItem.jsx:534 -#: app/static/app/js/components/TaskListItem.jsx:412 -msgid "Edit" -msgstr "編輯" - -#: app/static/app/js/components/EditTaskForm.jsx:537 -msgid "Duplicate" -msgstr "複製" - -#: app/static/app/js/components/EditTaskForm.jsx:541 -#: app/static/app/js/components/EditTaskPanel.jsx:82 -#: app/static/app/js/components/FormDialog.jsx:11 -msgid "Save" -msgstr "儲存" - -#: app/static/app/js/components/EditTaskForm.jsx:545 -#: app/static/app/js/components/FormDialog.jsx:173 -#: app/static/app/js/components/TaskListItem.jsx:438 -#: coreplugins/measure/public/app.jsx:34 -msgid "Delete" -msgstr "刪除" - -#: app/static/app/js/components/EditTaskForm.jsx:556 -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Processing Node" -msgstr "處理節點" - -#: app/static/app/js/components/EditTaskForm.jsx:566 -msgid "Options" -msgstr "選項" - -#: app/static/app/js/components/EditTaskForm.jsx:590 -msgid "Loading processing nodes and presets..." -msgstr "載入處理節點和預設..." - -#: app/static/app/js/components/EditTaskPanel.jsx:56 -msgid "Could not update task information. Plese try again." -msgstr "無法更新任務資訊。 請再試一次。" - -#: app/static/app/js/components/EditTaskPanel.jsx:75 -#: app/static/app/js/components/FormDialog.jsx:151 -#: app/static/app/js/components/NewTaskPanel.jsx:185 -#: app/static/app/js/components/TaskListItem.jsx:421 -#: coreplugins/measure/public/app.jsx:33 -msgid "Cancel" -msgstr "取消" - -#: app/static/app/js/components/EditTaskPanel.jsx:79 -msgid "Saving..." -msgstr "正在儲存..." - -#: app/static/app/js/components/ErrorMessage.jsx:29 -#: app/static/app/js/components/ProjectListItem.jsx:544 -msgid "Close" -msgstr "關閉" - -#: app/static/app/js/components/FormDialog.jsx:10 -msgid "Title" -msgstr "標題" - -#: app/static/app/js/components/FormDialog.jsx:12 -msgid "Saving…" -msgstr "正在儲存…" - -#: app/static/app/js/components/FormDialog.jsx:14 -msgid "Are you sure?" -msgstr "確定?" - -#: app/static/app/js/components/FormDialog.jsx:109 -msgid "Could not apply changes" -msgstr "無法套用更改" - -#: app/static/app/js/components/FormDialog.jsx:123 -msgid "Could not delete item" -msgstr "無法刪除項目" - -#: app/static/app/js/components/Histogram.jsx:293 -msgid "Min:" -msgstr "最小:" - -#: app/static/app/js/components/Histogram.jsx:294 -msgid "Max:" -msgstr "最大:" - -#: app/static/app/js/components/ImagePopup.jsx:47 -msgid "Image missing" -msgstr "影像遺失" - -#: app/static/app/js/components/ImagePopup.jsx:86 -msgid "Download Image" -msgstr "下載影像" - -#: app/static/app/js/components/ImportTaskPanel.jsx:63 -msgid "Cannot upload file. Check your internet connection and try again." -msgstr "無法上傳檔案。請檢查網路連線,再試一次。" - -#: app/static/app/js/components/ImportTaskPanel.jsx:91 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:46 -#: coreplugins/shortlinks/public/SLCheckbox.jsx:50 -#, python-format -msgid "Invalid response from server: %(error)s" -msgstr "服務器的無效回應:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:94 -msgid "An error occured while uploading the file. Please try again." -msgstr "上載檔案時發生錯誤。 請再試一次。" - -#: app/static/app/js/components/ImportTaskPanel.jsx:138 -#: app/static/app/js/components/LayersControlLayer.jsx:249 -#: app/static/app/js/components/ProjectList.jsx:56 -#, python-format -msgid "Invalid JSON response: %(error)s" -msgstr "無效的JSON回應:%(error)s" - -#: app/static/app/js/components/ImportTaskPanel.jsx:142 -msgid "Cannot import from URL. Check your internet connection." -msgstr "無法從網址匯入。請檢查網路連線。" - -#: app/static/app/js/components/ImportTaskPanel.jsx:159 -msgid "Import Existing Assets" -msgstr "匯入現有資產" - -#: app/static/app/js/components/ImportTaskPanel.jsx:160 -#, python-format -msgid "" -"You can import .zip files that have been exported from existing tasks via " -"Download Assets %(arrow)s All Assets." -msgstr "你可以匯入從既有任務匯出的.zip壓縮檔 (經由下載資產%(arrow)s所有資產)。" - -#: app/static/app/js/components/ImportTaskPanel.jsx:167 -msgid "Upload a File" -msgstr "上傳檔案" - -#: app/static/app/js/components/ImportTaskPanel.jsx:175 -msgid "Import From URL" -msgstr "從網址匯入" - -#: app/static/app/js/components/ImportTaskPanel.jsx:184 -#: app/static/app/js/components/ProjectListItem.jsx:498 -msgid "Import" -msgstr "匯入" - -#: app/static/app/js/components/ImportTaskPanel.jsx:194 -msgid "Cancel Upload" -msgstr "取消上傳" - -#: app/static/app/js/components/LayersControlLayer.jsx:287 -msgid "Algorithm:" -msgstr "演算法:" - -#: app/static/app/js/components/LayersControlLayer.jsx:299 -msgid "Filter:" -msgstr "篩選:" - -#: app/static/app/js/components/LayersControlLayer.jsx:311 -msgid "Color:" -msgstr "顏色:" - -#: app/static/app/js/components/LayersControlLayer.jsx:323 -msgid "Shading:" -msgstr "明暗:" - -#: app/static/app/js/components/LayersControlLayer.jsx:326 -#: app/static/app/js/components/Map.jsx:351 -msgid "None" -msgstr "無" - -#: app/static/app/js/components/LayersControlLayer.jsx:327 -#: coreplugins/contours/public/ContoursPanel.jsx:228 -msgid "Normal" -msgstr "正常" - -#: app/static/app/js/components/LayersControlLayer.jsx:328 -msgid "Extruded" -msgstr "擠出" - -#: app/static/app/js/components/LayersControlLayer.jsx:334 -msgid "Export:" -msgstr "匯出:" - -#: app/static/app/js/components/LayersControlPanel.jsx:26 -#: app/static/app/js/components/NewTaskPanel.jsx:187 -#: coreplugins/contours/public/ContoursPanel.jsx:236 -msgid "Loading…" -msgstr "正在載入…" - -#: app/static/app/js/components/LayersControlPanel.jsx:44 -msgid "Layers" -msgstr "圖層" - -#: app/static/app/js/components/Map.jsx:88 -msgid "DSM" -msgstr "DSM" - -#: app/static/app/js/components/Map.jsx:90 -msgid "DTM" -msgstr "DTM" - -#: app/static/app/js/components/Map.jsx:260 -msgid "(Cameras)" -msgstr "(相機)" - -#: app/static/app/js/components/Map.jsx:332 -msgid "Enter a tile URL template. Valid coordinates are:" -msgstr "輸入圖磚URL樣板。 有效坐標為:" - -#: app/static/app/js/components/Map.jsx:333 -#, python-brace-format -msgid "{z}, {x}, {y} for Z/X/Y tile scheme" -msgstr "{z}, {x}, {y} 為 Z/X/Y 圖磚格式" - -#: app/static/app/js/components/Map.jsx:334 -msgid "{-y} for flipped TMS-style Y coordinates" -msgstr "{-y}用於翻轉TMS樣式的Y坐標" - -#: app/static/app/js/components/Map.jsx:336 -msgid "Example:" -msgstr "範例:" - -#: app/static/app/js/components/Map.jsx:402 -msgid "Add a temporary GeoJSON (.json) or ShapeFile (.zip) overlay" -msgstr "加入GeoJSON (.json)或ShapeFile (.zip)暫套疊的圖層" - -#: app/static/app/js/components/Map.jsx:453 -msgid "Error: cannot load assets list." -msgstr "錯誤:無法載入資產列表。" - -#: app/static/app/js/components/Map.jsx:524 -msgid "Opacity:" -msgstr "不透明度:" - -#: app/static/app/js/components/Map.jsx:528 -#: app/static/app/js/components/TaskList.jsx:75 -msgid "Loading..." -msgstr "載入中..." - -#: app/static/app/js/components/NewTaskPanel.jsx:83 -msgid "Are you sure you want to cancel?" -msgstr "你確定要取消?" - -#: app/static/app/js/components/NewTaskPanel.jsx:131 -#, python-format -msgid "%(count)s files selected. Please check these additional options:" -msgstr "%(count)s檔案已選取。請檢查其他選項:" - -#: app/static/app/js/components/NewTaskPanel.jsx:144 -msgid "Resize Images" -msgstr "重新調整影像大小" - -#: app/static/app/js/components/NewTaskPanel.jsx:168 -msgid "px" -msgstr "像素" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Review" -msgstr "再檢視" - -#: app/static/app/js/components/NewTaskPanel.jsx:189 -msgid "Start Processing" -msgstr "開始處理" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:140 -#: app/static/app/js/translations/potree_autogenerated.js:62 -msgid "Enable" -msgstr "啟用" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:149 -msgid "Click to import a .JSON file" -msgstr "點選以匯入.JSON檔" - -#: app/static/app/js/components/ProcessingNodeOption.jsx:164 -msgid "Reset to default" -msgstr "重置預設" - -#: app/static/app/js/components/ProjectList.jsx:63 -#, python-format -msgid "Could not load projects list: %(error)s" -msgstr "無法匯入專案列表:%(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:185 -#, python-format -msgid "Cannot upload %(filename)s, exceeded max retries (%(max_retries)s)" -msgstr "無法上傳%(filename)s,已超過最大重試次數(%(max_retries)s)" - -#: app/static/app/js/components/ProjectListItem.jsx:234 -#: app/static/app/js/components/ProjectListItem.jsx:346 -#, python-format -msgid "Cannot create new task. Invalid response from server: %(error)s" -msgstr "無法建立新任務。 來自服務器的無效回應:%(error)s" - -#: app/static/app/js/components/ProjectListItem.jsx:237 -#: app/static/app/js/components/ProjectListItem.jsx:350 -msgid "Cannot create new task. Please try again later." -msgstr "無法建立新任務。 請稍後再試。" - -#: app/static/app/js/components/ProjectListItem.jsx:244 -#, python-format -msgid "" -"%(count)s files cannot be uploaded. As a reminder, only images (.jpg, .tif, ." -"png) and GCP files (.txt) can be uploaded. Try again." -msgstr "" -"%(count)s檔案無法上傳。只能上傳圖像(.jpg,.tif,.png)和GCP文件(.txt)。請 再試" -"一次。" - -#: app/static/app/js/components/ProjectListItem.jsx:473 -msgid "Edit Project" -msgstr "編輯專案" - -#: app/static/app/js/components/ProjectListItem.jsx:474 -msgid "Save Changes" -msgstr "儲存變更" - -#: app/static/app/js/components/ProjectListItem.jsx:475 -msgid "Saving changes..." -msgstr "正在儲存變更..." - -#: app/static/app/js/components/ProjectListItem.jsx:493 -msgid "Select Images and GCP" -msgstr "選擇影像和GCP" - -#: app/static/app/js/components/ProjectListItem.jsx:513 -#: app/static/app/js/components/TaskListItem.jsx:397 -msgid "View Map" -msgstr "檢視地圖" - -#: app/static/app/js/components/ProjectListItem.jsx:528 -#, python-format -msgid "%(count)s Tasks" -msgstr "%(count)s任務" - -#: app/static/app/js/components/ShareButton.jsx:58 -msgid "Share" -msgstr "分享" - -#: app/static/app/js/components/SharePopup.jsx:77 -msgid "An error occurred. Check your connection and permissions." -msgstr "發生錯誤。請檢查連線和權限。" - -#: app/static/app/js/components/SharePopup.jsx:95 -msgid "Share This Task" -msgstr "分享此任務" - -#: app/static/app/js/components/SharePopup.jsx:104 -msgid "QR" -msgstr "QR" - -#: app/static/app/js/components/SharePopup.jsx:117 -msgid "Enabled" -msgstr "已啟用" - -#: app/static/app/js/components/SharePopup.jsx:123 -msgid "Link:" -msgstr "連結:" - -#: app/static/app/js/components/SharePopup.jsx:140 -msgid "HTML iframe:" -msgstr "HTML iframe:" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "3D" -msgstr "3D" - -#: app/static/app/js/components/SwitchModeButton.jsx:47 -msgid "2D" -msgstr "2D" - -#: app/static/app/js/components/TaskList.jsx:51 -#, python-format -msgid "Could not load task list: %(error)s" -msgstr "無法載入任務清單:%(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -#, python-format -msgid "Error: %(error)s" -msgstr "錯誤:%(error)s" - -#: app/static/app/js/components/TaskList.jsx:77 -msgid "Try again" -msgstr "再試一次" - -#: app/static/app/js/components/TaskList.jsx:79 -msgid "This project has no tasks. Create one by uploading some images!" -msgstr "此專案沒有任務。 請上傳一些影像檔來建立一個任務!" - -#: app/static/app/js/components/TaskListItem.jsx:200 -#: app/static/app/js/components/TaskListItem.jsx:207 -msgid "Cannot complete operation." -msgstr "無法完成操作。" - -#: app/static/app/js/components/TaskListItem.jsx:250 -#, python-format -msgid "" -"It looks like there might be one of the following problems: %(problems)s You " -"can read more about best practices for capturing good images %(link)s." -msgstr "" -"似乎可能有其中之一的問題:%(problems)s。你可以閱讀更多有關獲取優良影像的最佳" -"做法%(link)s。" - -#: app/static/app/js/components/TaskListItem.jsx:251 -msgid "Not enough images" -msgstr "影像數量不足" - -#: app/static/app/js/components/TaskListItem.jsx:252 -msgid "Not enough overlap between images" -msgstr "影像重疊率不足" - -#: app/static/app/js/components/TaskListItem.jsx:253 -msgid "Images might be too blurry (common with phone cameras)" -msgstr "影像或許太模糊(常見於手機拍攝的影像)" - -#: app/static/app/js/components/TaskListItem.jsx:254 -msgid "" -"The min-num-features task option is set too low, try increasing it by 25%" -msgstr "min-num-features任務選項設置得太低,試著將其增加25%" - -#: app/static/app/js/components/TaskListItem.jsx:255 -msgid "here" -msgstr "這裡" - -#: app/static/app/js/components/TaskListItem.jsx:258 -#, python-format -msgid "" -"It looks like this computer might be too old. WebODM requires a computer " -"with a 64-bit CPU supporting MMX, SSE, SSE2, SSE3 and SSSE3 instruction set " -"support or higher. You can still run WebODM if you compile your own docker " -"images. See %(link)s for more information." -msgstr "" -"這部電腦可能太舊了。 WebODM需要具有64位元CPU的電腦,支援MMX, SSE, SSE2, SSE3" -"和SSSE3以上版本的指令集。 如果使用自行編譯的Docker映像檔,你仍然可以執行" -"WebODM。閱讀%(link)s以獲得更多資訊。" - -#: app/static/app/js/components/TaskListItem.jsx:258 -msgid "this page" -msgstr "此頁" - -#: app/static/app/js/components/TaskListItem.jsx:260 -msgid "" -"The processing node is missing a program necessary to complete the task. " -"This might indicate a corrupted installation. If you built OpenDroneMap, " -"please check that all programs built without errors." -msgstr "" -"處理節點缺少完成任務所需的程式。 這可能是安裝已損壞。 如果你自行編譯" -"OpenDroneMap,請檢查所有編譯的程式都沒有錯誤。" - -#: app/static/app/js/components/TaskListItem.jsx:283 -#, fuzzy, python-format -msgid "From %(stage)s" -msgstr "From %(stage)s" - -#: app/static/app/js/components/TaskListItem.jsx:295 -msgid "Resume Processing" -msgstr "恢復處理" - -#: app/static/app/js/components/TaskListItem.jsx:311 -msgid "Cannot restart task." -msgstr "無法重新啟動任務。" - -#: app/static/app/js/components/TaskListItem.jsx:353 -msgid "Cannot restart task from (stage)s." -msgstr "無法從 (stage)s 重新啟動任務。" - -#: app/static/app/js/components/TaskListItem.jsx:367 -#, python-format -msgid "Task #%(number)s" -msgstr "任務 #%(number)s" - -#: app/static/app/js/components/TaskListItem.jsx:371 -msgid "Uploading images to processing node" -msgstr "上傳影像至處理節點" - -#: app/static/app/js/components/TaskListItem.jsx:373 -msgid "Waiting for a node..." -msgstr "等候節點..." - -#: app/static/app/js/components/TaskListItem.jsx:404 -msgid "View 3D Model" -msgstr "檢視3D模型" - -#: app/static/app/js/components/TaskListItem.jsx:421 -msgid "Cannot cancel task." -msgstr "無法取消任務。" - -#: app/static/app/js/components/TaskListItem.jsx:433 -msgid "Restart" -msgstr "重新啟動" - -#: app/static/app/js/components/TaskListItem.jsx:439 -msgid "" -"All information related to this task, including images, maps and models will " -"be deleted. Continue?" -msgstr "與此任務有關的所有資訊,包括影像,地圖和模型都將被刪除。 要繼續?" - -#: app/static/app/js/components/TaskListItem.jsx:440 -msgid "Cannot delete task." -msgstr "無法刪除任務。" - -#: app/static/app/js/components/TaskListItem.jsx:493 -msgid "Task Output:" -msgstr "任務輸出:" - -#: app/static/app/js/components/TaskListItem.jsx:496 -msgid "On" -msgstr "開啟" - -#: app/static/app/js/components/TaskListItem.jsx:497 -msgid "Off" -msgstr "關閉" - -#: app/static/app/js/components/TaskListItem.jsx:505 -msgid "Created on:" -msgstr "建立時間:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "Processing Node:" -msgstr "處理節點:" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "auto" -msgstr "自動" - -#: app/static/app/js/components/TaskListItem.jsx:508 -msgid "manual" -msgstr "手動" - -#: app/static/app/js/components/TaskListItem.jsx:512 -msgid "Options:" -msgstr "選項:" - -#: app/static/app/js/components/TaskListItem.jsx:532 -msgid "" -"An orthophoto could not be generated. To generate one, make sure GPS " -"information is embedded in the EXIF tags of your images, or use a Ground " -"Control Points (GCP) file." -msgstr "" -"無法產生正射影像。 請確認GPS資訊已內嵌於影像的EXIF標籤中,或使用地面控制點" -"(GCP)檔案。" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "enough RAM allocated" -msgstr "已分配足夠的記憶體" - -#: app/static/app/js/components/TaskListItem.jsx:535 -msgid "cloud processing node" -msgstr "雲端處理節點" - -#: app/static/app/js/components/TaskListItem.jsx:535 -#, python-format -msgid "" -"It looks like your processing node ran out of memory. If you are using " -"docker, make sure that your docker environment has %(memlink)s. " -"Alternatively, make sure you have enough physical RAM, reduce the number of " -"images, make your images smaller, or reduce the max-concurrency parameter " -"from the task's options. You can also try to use a %(cloudlink)s." -msgstr "" -"處理節點的記憶體似乎不足。 如果你使用docker,確認docker環境具有%(memlink)s。 " -"或者,確認電腦有足夠的實體記憶體、減少影像數量、縮小影像尺寸、降低任務選項中" -"的max-concurrency參數。 你也可以嘗試使用%(cloudlink)s。" - -#: app/static/app/js/components/TaskListItem.jsx:542 -msgid "open a topic" -msgstr "開啟一個主題" - -#: app/static/app/js/components/TaskListItem.jsx:542 -#, python-format -msgid "" -"\"Process exited with code 1\" means that part of the processing failed. " -"Sometimes it's a problem with the dataset, sometimes it can be solved by " -"tweaking the Task Options and sometimes it might be a bug! If you need help, " -"upload your images somewhere like %(link1)s or %(link2)s and " -"%(open_a_topic)s on our community forum, making sure to include a copy of " -"your task's output. Our awesome contributors will try to help you!" -msgstr "" -"\"Process exited with code 1\"表示部分處理失敗。 有時這是資料集的問題,可以調" -"整“任務選項”來解決;有時可能是一個錯誤! 如果需要協助,請將影像上傳到我們的社" -"群論壇上%(link1)s或%(link2)s和%(open_a_topic)s這些地方,並確認包含一份任務輸" -"出的訊息。 我們的傑出貢獻者將盡力提供協助!" - -#: app/static/app/js/components/TaskListItem.jsx:588 -msgid "Set a processing node" -msgstr "設定處理節點" - -#: app/static/app/js/components/TaskListItem.jsx:593 -msgid "Waiting for image upload..." -msgstr "等候影像上傳..." - -#: app/static/app/js/components/UploadProgressBar.jsx:29 -#, python-format -msgid "remaining to upload: %(bytes)s" -msgstr "剩餘上傳:%(bytes)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:35 -#, python-format -msgid "%(count)s files %(remaining)s" -msgstr "%(count)s檔案%(remaining)s" - -#: app/static/app/js/components/UploadProgressBar.jsx:36 -#, python-format -msgid "%(count)s files uploaded successfully" -msgstr "已成功上傳%(count)s檔案" - -#: app/static/app/js/translations/odm_autogenerated.js:3 -#, python-format -msgid "" -"Turn on gamma tone mapping or none for no tone mapping. Can be one of " -"%(choices)s. Default: %(default)s " -msgstr "" -"啟用gamma色調映對或無色調映對。可以選 %(choices)s 其中之一。預設值: " -"%(default)s " - -#: app/static/app/js/translations/odm_autogenerated.js:4 -#, 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:5 -#, python-format -msgid "" -"Type of photometric outlier removal method. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "光度離群值移除方法的類型。可選擇: %(choices)s. 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:6 -#, 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 "" -"依據GPS exif資料進行預匹配的最接近匹配影像的數量。 設定0以略過預匹配。 周圍影" -"像和距離參數兩者都設定為0以取消預匹配。預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:7 -#, 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 "" -"使用從另一個資料集計算出的相機參數,而不是計算它們。 可以指定cameras.json檔案" -"的路徑,也可以輸入具有cameras.json檔案內容的JSON字串。 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:8 -#, python-format -msgid "" -"Export the georeferenced point cloud in LAS format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:9 -#, python-format -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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:10 -#, python-format -msgid "" -"Simple Morphological Filter elevation threshold parameter (meters). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:11 -msgid "" -"Path to the project folder. Your project folder should contain subfolders " -"for each dataset. Each dataset should have an \"images\" folder." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:12 -#, python-format -msgid "" -"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: 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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:13 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:14 -#, python-format -msgid "" -"Improve the accuracy of the point cloud by computing geometrically " -"consistent depthmaps. This increases processing time, but can improve " -"results in urban scenes. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:15 -#, 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 "" -"產成DEM之前先刪減點雲數量。 1是無刪減(完整品質)。 100是刪減〜99 %%的點雲。 " -"有助於加速產生資料量非常龐大的DEM。預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:16 -#, 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:17 -#, python-format -msgid "Skip the blending of colors near seams. Default: %(default)s" -msgstr "略過縫合線附近的混色。 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:18 -#, python-format -msgid "Generates a benchmark file with runtime info. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:19 -#, python-format -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:20 -#, 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:21 -#, python-format -msgid "" -"Octree depth used in the mesh reconstruction, increase to get more vertices, " -"recommended values are 8-12. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:22 -#, 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 "" -"忽略地面取樣距離(GSD)。 GSD限制輸出影像的最大解析度,並在必要時調整影像大小," -"從而加快處理速度並降低記憶體用量。 由於GSD是估計值,有時忽略它可以產生稍好的" -"影像輸出品質。預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:23 -#, python-format -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:24 -#, python-format -msgid "The maximum vertex count of the output mesh. Default: %(default)s" -msgstr "輸出網格的最大頂點數。預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:25 -#, 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:26 -#, 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:27 -#, 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:28 -#, 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:29 -#, python-format -msgid "Print debug messages. Default: %(default)s" -msgstr "印出除錯的訊息。預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:30 -#, python-format -msgid "" -"Set the compression to use for orthophotos. Can be one of: %(choices)s. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:31 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:32 -msgid "Displays version number and exits. " -msgstr "顯示版本號並退出。 " - -#: app/static/app/js/translations/odm_autogenerated.js:33 -#, 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:34 -#, 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:35 -#, 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: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 "" -"Skip generation of PDF report. This can save time if you don't need a " -"report. Default: %(default)s" -msgstr "略過產生PDF報告。 如果不需要報告,可以節省時間。預設值 %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:38 -#, python-format -msgid "" -"Simple Morphological Filter window radius parameter (meters). Default: " -"%(default)s" -msgstr "簡單形態過濾器窗口半徑參數(公尺)。 預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:39 -#, python-format -msgid "Set this parameter if you want a striped GeoTIFF. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:40 -#, 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 "" -"距離門檻值(公尺),用於依據GPS exif資料尋找預匹配的影像。 將匹配-周邊影像和此" -"數值都設定為0以略過預匹配。預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:41 -#, python-format -msgid "" -"Path to the file containing the ground control points used for " -"georeferencing. The file needs to use the following format: EPSG: 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:42 -#, 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 "" -"在裁切區域周圍生成多邊形,以裁切特定區域周圍的正射影像。 此多邊形可用於縫合具" -"有多個重疊正射影像的無縫鑲嵌。 默認值:%(默認)s 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:43 -#, python-format -msgid "" -"URL to a ClusterODM instance for distributing a split-merge workflow on " -"multiple nodes in parallel. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:44 -#, python-format -msgid "" -"Rerun processing from this stage. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "從這階段重運行. 選擇是:%(choices)s. 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:45 -msgid "show this help message and exit" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:46 -#, python-format -msgid "" -"Simple Morphological Filter slope parameter (rise over run). Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:47 -#, 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 "" -"當紋理化3D網格時,對於每個三角形,請選擇優先處理具有鮮明特徵(gmi)或覆蓋最大區" -"域(區域)的影像。 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:48 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:49 -#, python-format -msgid "" -"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. " -"Default: %(default)s" -msgstr "" -"以 Entwine Point Tile (EPT) 格式輸出具有地理參考座標的點雲資料。 預設值: " -"%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:50 -#, 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:51 -#, 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:52 -#, 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 "" -"設定相機投影類型。 手動設定可以幫助改善幾何變形。程式預設會嘗試從影像的詮釋資" -"料決定鏡頭類型。可選擇:%(choices)s.預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:53 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:54 -#, 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:55 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:56 -msgid "Copy output results to this folder after processing." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:57 -#, 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 "" -"在點雲上執行地面校正。 這意味著將對錯誤分類的地面點進行重新分類,並填補間隙," -"有助於產生DTMs。預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:58 -#, python-format -msgid "" -"Simple Morphological Filter elevation scalar parameter. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:59 -#, python-format -msgid "" -"Keep faces in the mesh that are not seen in any camera. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:60 -#, 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:61 -#, 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 "" -"設定特徵萃取的品質。 較高的品質會產生較好的特徵,但需要更多的記憶體和更長的計" -"算時間。可選擇:%(choices)s. 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:62 -#, python-format -msgid "" -"Build orthophoto overviews for faster display in programs such as QGIS. " -"Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:63 -#, python-format -msgid "" -"Name of dataset (i.e subfolder name within project folder). Default: " -"%(default)s" -msgstr "數據集的名字 (比如,項目文件夾的子文件夾)預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:64 -#, 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:65 -#, 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:66 -#, python-format -msgid "" -"Set this parameter if you want to generate a Google Earth (KMZ) rendering of " -"the orthophoto. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:67 -#, python-format -msgid "" -"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " -"%(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:68 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:69 -msgid "" -"Permanently delete all previous results and rerun the processing pipeline." -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:70 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:71 -#, python-format -msgid "" -"Skip normalization of colors across all images. Useful when processing " -"radiometric data. 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 -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:74 -#, python-format -msgid "" -"Rerun this stage only and stop. Can be one of: %(choices)s. Default: " -"%(default)s" -msgstr "僅重新執行此階段,然後停止。可選擇:%(choices)s. 預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:75 -#, 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 "" - -#: app/static/app/js/translations/odm_autogenerated.js:76 -#, 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 "" -"舊的選項(改用 use--pc-quality)。 可經由設定景深圖影像的解析度來控制點雲的密" -"度。 數值高所需的計算時間會更長,但會產生更密集的點雲。預設值:%(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:77 -#, 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:78 -#, python-format -msgid "" -"Export the georeferenced point cloud in CSV format. Default: %(default)s" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:79 -#, 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:80 -#, 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:81 -#, 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:82 -#, 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 "" -"使用簡單形態過濾器對點雲輸出進行分類。 你可以調整--dem- *參數來控制此選項的行" -"為。 預設值: %(default)s" - -#: app/static/app/js/translations/odm_autogenerated.js:83 -#, python-format -msgid "" -"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" -msgstr "" - -#: app/static/app/js/translations/odm_autogenerated.js:84 -#, 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 "" -"每個子模型的平均影像數量。 將大型資料集分散成數個較小的子模型時,影像會被分成" -"數個群集。 該數值調節每個群集平均應有的影像數量。預設值: %(default)s" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:3 -msgid "Compute volume, area and length measurements on Leaflet" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:4 -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:5 -msgid "A plugin to create GCP files from images" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:6 -msgid "" -"A plugin to add a button for quickly opening OpenStreetMap's iD editor and " -"setup a TMS basemap." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:7 -msgid "A plugin to upload orthophotos to OpenAerialMap" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:8 -msgid "Display program version, memory and disk space usage statistics" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:9 -msgid "Sync accounts from webodm.net" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:10 -msgid "Add a fullscreen button to the 2D map view" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:11 -msgid "Compute, preview and export contours from DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:12 -msgid "Calculate and draw an elevation map based on a task's DEMs" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:13 -msgid "Upload and tile ODM assets with Cesium ion." -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:14 -msgid "Import images from external sources directly" -msgstr "" - -#: app/static/app/js/translations/plugin_manifest_autogenerated.js:15 -msgid "Detect changes between two different tasks in the same project." -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:3 -msgid "Navigation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:4 -msgid "Appearance" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:5 -msgid "Tools" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:6 -msgid "Measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:7 -msgid "Clipping" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:8 -msgid "Annotations" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:9 -#: app/static/app/js/translations/potree_autogenerated.js:54 -msgid "Materials" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:10 -msgid "Scene" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:11 -msgid "Classification filter" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:12 -msgid "Filters" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:13 -msgid "Other settings" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:14 -msgid "About" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:15 -msgid "Angle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:16 -msgid "Point measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:17 -msgid "Distance measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:18 -msgid "Height measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:19 -msgid "Circle measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:20 -msgid "Area measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:21 -msgid "Volume measurement" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:22 -#: app/static/app/js/translations/potree_autogenerated.js:78 -msgid "Height profile" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:23 -msgid "Annotation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:24 -msgid "Volume clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:25 -msgid "Polygon clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:26 -msgid "Draw a selection box. Requires you to be in orthographic camera mode!" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:27 -msgid "Clip plane on x axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:28 -msgid "Clip plane on y axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:29 -msgid "Clip plane on z axis" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:30 -msgid "Remove all measurements" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:31 -msgid "Left view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:32 -msgid "Righ view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:33 -msgid "Front view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:34 -msgid "Back view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:35 -msgid "Top view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:36 -msgid "Bottom view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:37 -msgid "Full extent" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:38 -msgid "Orbit control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:39 -msgid "Fly control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:40 -msgid "Helicopter control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:41 -msgid "Earth control" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:42 -msgid "Perspective camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:43 -msgid "Orthographic camera" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:44 -msgid "Navigation cube" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:45 -msgid "Remove all clipping volumes" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:46 -msgid "Compass" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:47 -msgid "Camera Animation" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:48 -msgid "Point budget" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:49 -msgid "Point size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:50 -msgid "Minimum size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:51 -#: app/static/app/js/translations/potree_autogenerated.js:61 -msgid "Opacity" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:52 -msgid "Field of view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:53 -msgid "Point sizing" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:55 -msgid "Elevation range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:56 -msgid "Scalar range" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:57 -msgid "Quality" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:58 -msgid "Shape" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:59 -msgid "Radius" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:60 -msgid "Strength" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:63 -msgid "Min node size" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:64 -msgid "Clip mode" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:65 -msgid "Speed" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:66 -msgid "Sky" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:67 -msgid "Keep above ground" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:68 -msgid "Box" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:69 -msgid "Length unit" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:70 -msgid "Lock view" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:71 -#: app/static/app/js/translations/potree_autogenerated.js:88 -msgid "Language" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:72 -msgid "Backface Culling" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:73 -msgid "clip" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:74 -msgid "show volume" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:75 -msgid "show in 3D" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:76 -msgid "show on map" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:77 -msgid "Number of Points" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:79 -msgid "Save LAS(3D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:80 -msgid "Save CSV(2D)" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:81 -msgid "Camera Position" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:82 -msgid "Camera Target" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:83 -msgid "Return Number" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:84 -msgid "Number of Returns" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:85 -msgid "min" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:86 -msgid "max" -msgstr "" - -#: app/static/app/js/translations/potree_autogenerated.js:87 -msgid "GPS Time" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:57 -msgid "" -"No DSM or DTM is available. To export contours, make sure to process a task " -"with either the --dsm or --dtm option checked." -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:61 -msgid "" -"Cannot retrieve information for task. Are you are connected to the internet?" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "Elevation:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:131 -msgid "meters" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:227 -msgid "Do not simplify" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:229 -msgid "Aggressive" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:242 -msgid "Interval:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:245 -#: coreplugins/contours/public/ContoursPanel.jsx:254 -#: coreplugins/contours/public/ContoursPanel.jsx:272 -#: coreplugins/contours/public/ContoursPanel.jsx:281 -msgid "meter" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:252 -#: coreplugins/contours/public/ContoursPanel.jsx:279 -msgid "Value:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:260 -msgid "Layer:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:269 -msgid "Simplify:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:287 -msgid "Projection:" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:314 -msgid "Preview" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:319 -msgid "Export" -msgstr "" - -#: coreplugins/contours/public/ContoursPanel.jsx:352 -msgid "Contours" -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:103 -msgid "Cannot retrieve estimate. Try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:106 -msgid "Cannot retrieve estimate. Check parameters or try again later." -msgstr "" - -#: coreplugins/lightning/public/CostEstimateItem.jsx:139 -msgid "Credits Estimate" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:39 -msgid "Loading dashboard..." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:48 -msgid "" -"Cannot load lightning dashboard. Are you running the latest version of " -"WebODM?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:52 -msgid "" -"Cannot load lightning dashboard. Please make sure you are connected to the " -"internet, or try again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:75 -msgid "Cannot sync nodes. Are you connected to the internet?" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:83 -msgid "Logging out…" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:89 -#: coreplugins/lightning/public/Dashboard.jsx:94 -msgid "Cannot logout:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:115 -msgid "credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:117 -msgid "Unlimited" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:130 -msgid "Balance:" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:131 -msgid "Buy Credits" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:132 -msgid "Refresh Balance" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:135 -msgid "Hello," -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:138 -msgid "Synced Nodes" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:146 -msgid "Resync" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:153 -msgid "Dashboard" -msgstr "" - -#: coreplugins/lightning/public/Dashboard.jsx:159 -msgid "Logout" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:56 -msgid "Cannot login. Invalid response:" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:60 -msgid "" -"Cannot login. Please make sure you are connected to the internet, or try " -"again in an hour." -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:90 -msgid "E-mail Address" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:97 -msgid "Password" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:104 -msgid "Don't have an account?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:105 -msgid "Forgot password?" -msgstr "" - -#: coreplugins/lightning/public/Login.jsx:110 -msgid "Login and Sync" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:39 -msgid "Lightning Network" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:40 -msgid "" -"Lightning is a service that allows you to quickly process small and large " -"datasets using high performance servers in the cloud." -msgstr "" - -#: coreplugins/lightning/public/app.jsx:41 -msgid "register" -msgstr "" - -#: coreplugins/lightning/public/app.jsx:42 -#, python-format -msgid "" -"Below you can enter your %(link)s credentials to sync your account and " -"automatically setup a new processing node. If you don't have an account, you " -"can %(register)s for free." -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:105 -#, python-format -msgid "Invalid response: %(error)s" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:142 -msgid "Area:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:143 -msgid "Perimeter:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -#: coreplugins/measure/public/MeasurePopup.jsx:145 -#: coreplugins/measure/public/MeasurePopup.jsx:146 -msgid "Volume:" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:144 -msgid "computing…" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Meters" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:145 -msgid "Cubic Feet" -msgstr "" - -#: coreplugins/measure/public/MeasurePopup.jsx:147 -msgid "Export to GeoJSON" -msgstr "" - -#: coreplugins/measure/public/app.jsx:18 -msgid "Measure volume, area and length" -msgstr "" - -#: coreplugins/measure/public/app.jsx:19 -msgid "Measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:20 -msgid "Measure" -msgstr "" - -#: coreplugins/measure/public/app.jsx:21 -msgid "Create a new measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:22 -msgid "Start creating a measurement by adding points to the map" -msgstr "" - -#: coreplugins/measure/public/app.jsx:23 -msgid "Finish measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:24 -msgid "Last point" -msgstr "" - -#: coreplugins/measure/public/app.jsx:25 -msgid "Area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:26 -msgid "Perimeter" -msgstr "" - -#: coreplugins/measure/public/app.jsx:27 -msgid "Point location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:28 -msgid "Linear measurement" -msgstr "" - -#: coreplugins/measure/public/app.jsx:29 -msgid "Path distance" -msgstr "" - -#: coreplugins/measure/public/app.jsx:30 -msgid "Center on this area" -msgstr "" - -#: coreplugins/measure/public/app.jsx:31 -msgid "Center on this line" -msgstr "" - -#: coreplugins/measure/public/app.jsx:32 -msgid "Center on this location" -msgstr "" - -#: coreplugins/measure/public/app.jsx:35 -msgid "Acres" -msgstr "" - -#: coreplugins/measure/public/app.jsx:36 -msgid "Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:37 -msgid "Kilometers" -msgstr "" - -#: coreplugins/measure/public/app.jsx:38 -msgid "Hectares" -msgstr "" - -#: coreplugins/measure/public/app.jsx:39 -msgid "Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:40 -msgid "Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:41 -msgid "Sq Feet" -msgstr "" - -#: coreplugins/measure/public/app.jsx:42 -msgid "Sq Meters" -msgstr "" - -#: coreplugins/measure/public/app.jsx:43 -msgid "Sq Miles" -msgstr "" - -#: coreplugins/measure/public/app.jsx:55 -msgid "Export Measurements" -msgstr "" - -#: coreplugins/shortlinks/public/SLCheckbox.jsx:69 -msgid "Short Link" -msgstr "" diff --git a/nodeodm/setup.sh b/nodeodm/setup.sh new file mode 100755 index 00000000..c11e8dc3 --- /dev/null +++ b/nodeodm/setup.sh @@ -0,0 +1,14 @@ +#!/bin/bash +set -eo pipefail +__dirname=$(cd $(dirname "$0"); pwd -P) +cd "${__dirname}" + + +# Only execute if TEST_BUILD is set to true +if [[ ! -z ${TEST_BUILD+x} ]]; then + cd external/NodeODM + npm install --quiet + echo "NodeODM is setup" +else + echo "TEST_BUILD is not set" +fi