L10N: Don't translate strings that dont contain any alphabetic character

Per 0penBrain's suggestion
This commit is contained in:
luz paz
2022-12-02 05:29:56 -05:00
committed by 0penBrain
parent 772fe258b9
commit 07d34012dd
35 changed files with 86 additions and 86 deletions

View File

@@ -407,7 +407,7 @@ Multiplier of 'Font Size'</string>
<string>Character used to indicate diameter dimensions</string>
</property>
<property name="text">
<string>⌀</string>
<string notr="true">⌀</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>

View File

@@ -133,7 +133,7 @@
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>:</string>
<string notr="true">:</string>
</property>
</widget>
</item>

View File

@@ -26,7 +26,7 @@
<item row="0" column="1">
<widget class="QLabel" name="l_All">
<property name="text">
<string>0</string>
<string notr="true">0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
@@ -43,7 +43,7 @@
<item row="1" column="1">
<widget class="QLabel" name="l_Geometry">
<property name="text">
<string>0</string>
<string notr="true">0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
@@ -60,7 +60,7 @@
<item row="2" column="1">
<widget class="QLabel" name="l_Cosmetic">
<property name="text">
<string>0</string>
<string notr="true">0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
@@ -77,7 +77,7 @@
<item row="3" column="1">
<widget class="QLabel" name="l_Center">
<property name="text">
<string>0</string>
<string notr="true">0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>

View File

@@ -105,7 +105,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Rotation angle&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>0</string>
<string notr="true">0</string>
</property>
</widget>
</item>