mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
fix typos
This commit is contained in:
parent
d9ed1752b5
commit
4bc4636aeb
@ -77383,7 +77383,7 @@ Returns a string representation of a color based on its hue, saturation, value a
|
||||
<message>
|
||||
<location filename="../src/plugins/grass/grasslabels-i18n.cpp" line="31"/>
|
||||
<source>Brovey transform to merge multispectral and high-res panchromatic channels</source>
|
||||
<translation>Brovey tranformatsioon et liita multispektraalsed ja kõrge-res pankromaatilised kanalid</translation>
|
||||
<translation>Brovey transformatsioon et liita multispektraalsed ja kõrge-res pankromaatilised kanalid</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/grass/grasslabels-i18n.cpp" line="32"/>
|
||||
|
@ -65515,7 +65515,7 @@ Returns a string representation of a color based on its hue, saturation, value a
|
||||
<message>
|
||||
<location filename="../src/plugins/grass/grasslabels-i18n.cpp" line="275"/>
|
||||
<source>Inverse fast fourier transform for image processing</source>
|
||||
<translation>Fourier-en alderantzizko tranformatu azkarra irudien prozesamendurako</translation>
|
||||
<translation>Fourier-en alderantzizko transformatu azkarra irudien prozesamendurako</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/grass/grasslabels-i18n.cpp" line="276"/>
|
||||
|
@ -30164,7 +30164,7 @@ p, li { white-space: pre-wrap; }
|
||||
</message>
|
||||
<message>
|
||||
<source>Please set transformation type</source>
|
||||
<translation>Lūdzu iestatiet tranformācijas veidu</translation>
|
||||
<translation>Lūdzu iestatiet transformācijas veidu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please set output raster name</source>
|
||||
|
@ -59844,7 +59844,7 @@ As <label>Opções de snapping</label> permitem definir a tolerânci
|
||||
<h4>Separador do Sistema Referência de Coordenadas (SRC)</h4>
|
||||
</a>
|
||||
O separador Sistema Referência de Coordenadas (SRC) permite definir a projecção para o projecto actual e activa a transformação on the fly. Não necessita de guardar o projecto para configurar e activar a transformação 'on the fly' SRC.
|
||||
<p>Para usar a tranformação SRC 'on the fly' , clique na caixa de verificação <label>Activar transformação CRS 'on the fly' </label>. De seguida escolha a projecção para o projecto (enquadramento do mapa) a partir da lista dos Sistemas de Coordenadas Geográficas ou Projectadas.
|
||||
<p>Para usar a transformação SRC 'on the fly' , clique na caixa de verificação <label>Activar transformação CRS 'on the fly' </label>. De seguida escolha a projecção para o projecto (enquadramento do mapa) a partir da lista dos Sistemas de Coordenadas Geográficas ou Projectadas.
|
||||
<p>Pode encontrar sistemas de coordenadas introduzindo o nome, código ESPG ou o ID QGIS e clicar no botão <label>Encontrar</label>.
|
||||
<p>A lista dos sistemas de coordenadas usadas recentemente estarão disponíveis na parte inferior para um acesso rápido.
|
||||
|
||||
|
@ -39870,7 +39870,7 @@ nie sú zobrazené</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Coordinate transform error</source>
|
||||
<translation type="obsolete">Chyba pri tranformácii súradníc</translation>
|
||||
<translation type="obsolete">Chyba pri transformácii súradníc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cannot transform the point to the layers coordinate system</source>
|
||||
|
@ -29098,7 +29098,7 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../src/plugins/georeferencer/qgsgeorefplugingui.cpp" line="1035"/>
|
||||
<source>Current transform parametrisation</source>
|
||||
<translation>Nuvarande tranformationsparametrar</translation>
|
||||
<translation>Nuvarande transformationsparametrar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/plugins/georeferencer/qgsgeorefplugingui.cpp" line="1040"/>
|
||||
@ -44761,12 +44761,12 @@ Välj 'Ignorera' för att fortsätta utan de saknade lagren. Välj &ap
|
||||
<message>
|
||||
<location filename="../src/app/qgsprojectproperties.cpp" line="937"/>
|
||||
<source>Measure tool (CRS transformation: %1)</source>
|
||||
<translation>Mätverktyg (Koordinatsystemstranformation: %1)</translation>
|
||||
<translation>Mätverktyg (Koordinatsystemstransformation: %1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/app/qgsprojectproperties.cpp" line="938"/>
|
||||
<source>Canvas units (CRS transformation: %1)</source>
|
||||
<translation>Kartfönstrets enheter (Koordinatsystemstranformation: %1)</translation>
|
||||
<translation>Kartfönstrets enheter (Koordinatsystemstransformation: %1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/app/qgsprojectproperties.cpp" line="971"/>
|
||||
|
@ -79,7 +79,7 @@ class QgsMapToPixel
|
||||
void setYMinimum( double ymin );
|
||||
//! set minimum x value
|
||||
void setXMinimum( double xmin );
|
||||
/*! Set parameters for use in tranfsorming coordinates
|
||||
/*! Set parameters for use in transforming coordinates
|
||||
* @param mapUnitsPerPixel Map units per pixel
|
||||
* @param xmin Minimum x value
|
||||
* @param ymin Minimum y value
|
||||
|
@ -274,7 +274,7 @@ class QgsVectorLayer : QgsMapLayer
|
||||
/** Sets the textencoding of the data provider */
|
||||
void setProviderEncoding( const QString& encoding );
|
||||
|
||||
/** Setup the coordinate system tranformation for the layer */
|
||||
/** Setup the coordinate system transformation for the layer */
|
||||
void setCoordinateSystem();
|
||||
|
||||
/** Joins another vector layer to this layer
|
||||
|
@ -472,3 +472,4 @@ teh:the
|
||||
an other:another
|
||||
swaped:swapped
|
||||
stoped:stopped
|
||||
tranform:transform
|
||||
|
@ -109,7 +109,7 @@ class CORE_EXPORT QgsMapToPixel
|
||||
void setYMinimum( double ymin );
|
||||
//! set minimum x value
|
||||
void setXMinimum( double xmin );
|
||||
/*! Set parameters for use in tranfsorming coordinates
|
||||
/*! Set parameters for use in transforming coordinates
|
||||
* @param mapUnitsPerPixel Map units per pixel
|
||||
* @param xmin Minimum x value
|
||||
* @param ymin Minimum y value
|
||||
|
@ -635,7 +635,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
|
||||
/** Sets the textencoding of the data provider */
|
||||
void setProviderEncoding( const QString& encoding );
|
||||
|
||||
/** Setup the coordinate system tranformation for the layer */
|
||||
/** Setup the coordinate system transformation for the layer */
|
||||
void setCoordinateSystem();
|
||||
|
||||
/** Joins another vector layer to this layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user