Solve misc issues reported in Transifex

This commit is contained in:
Harrissou Sant-anna 2022-10-30 09:20:33 +01:00 committed by GitHub
parent bf4496437e
commit 6a4684b94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 10 deletions

View File

@ -66,8 +66,7 @@ class ORDatabaseInfo(DatabaseInfo):
return
tbl = [
(QApplication.translate("DBManagerPlugin", "Oracle\
Spatial:"),
(QApplication.translate("DBManagerPlugin", "Oracle Spatial:"),
info[0])
]
ret.append(HtmlTable(tbl))
@ -512,8 +511,7 @@ class ORTableInfo(TableInfo):
values[9]))
tbl.append((QApplication.translate(
"DBManagerPlugin",
(u'<a href="action:mview/refresh">Refresh the materializ'
u'ed view</a>')),
(u'<a href="action:mview/refresh">Refresh the materialized view</a>')),
u""))
ret.append(HtmlTable(tbl))

View File

@ -445,7 +445,7 @@ class Repositories(QObject):
# no plugin metadata found
self.mRepositories[reposName]["state"] = Repositories.STATE_UNAVAILABLE
if reply.attribute(QNetworkRequest.HttpStatusCodeAttribute) == 200:
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response is 200 OK, but doesn't contain plugin metatada. This is most likely caused by a proxy or a wrong repository URL. You can configure proxy settings in QGIS options.")
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response is 200 OK, but doesn't contain plugin metadata. This is most likely caused by a proxy or a wrong repository URL. You can configure proxy settings in QGIS options.")
else:
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Status code:") + " {} {}".format(
reply.attribute(QNetworkRequest.HttpStatusCodeAttribute),

View File

@ -4517,6 +4517,7 @@ metalurgical:metallurgical
metalurgy:metallurgy
metamorphysis:metamorphosis
metaphoricial:metaphorical
metatada:metadata
metdata:metadata
meterologist:meteorologist
meterology:meteorology

View File

@ -116,7 +116,7 @@ QgsFeatureList QgsBoundaryAlgorithm::processFeature( const QgsFeature &feature,
const QgsGeometry outputGeometry = QgsGeometry( inputGeometry.constGet()->boundary() );
if ( outputGeometry.isNull() )
{
feedback->reportError( QObject::tr( "No boundary for feature %1 (possibly a closed linestring?)'" ).arg( feature.id() ) );
feedback->reportError( QObject::tr( "No boundary for feature %1 (possibly a closed linestring?)" ).arg( feature.id() ) );
outFeature.clearGeometry();
}
else

View File

@ -52,7 +52,7 @@ QString QgsSegmentizeByMaximumDistanceAlgorithm::outputName() const
QString QgsSegmentizeByMaximumDistanceAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm segmentizes a geometry by converting curved sections to linear sections.\n\n"
"The segmentization is performed by specifying the maximum allowed offset distance between the original"
"The segmentization is performed by specifying the maximum allowed offset distance between the original "
"curve and the segmentized representation.\n\n"
"Non-curved geometries will be retained without change." );
}

View File

@ -1589,7 +1589,7 @@ void QgsDwgImporter::addArc( const DRW_Arc &data )
QgsCircularString c;
if ( !circularStringFromArc( data, c ) )
{
LOG( tr( "Could not create circular string from %2 [%1]" )
LOG( tr( "Could not create circular string from %2 [%1]" )
.arg( QString::fromUtf8( CPLGetLastErrorMsg() ), tr( "arc" ) )
);
return;

View File

@ -122,7 +122,7 @@
<item row="5" column="0" colspan="3">
<widget class="QCheckBox" name="mCbxChainFilters">
<property name="toolTip">
<string>When activated, the filters will restrict the choices of fields to options that are </string>
<string>When activated, the filters will restrict the choices of fields to options that are (MISSING WORDS?)</string>
</property>
<property name="text">
<string>Chain filters</string>

View File

@ -398,7 +398,7 @@
<widget class="QgsWebView" name="txtTranslators" native="true">
<property name="url" stdset="0">
<url>
<string>about:blank</string>
<string notr="true">about:blank</string>
</url>
</property>
</widget>