Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YiFang Xiao authored and xiaoyifang committed May 15, 2023
1 parent c0aeca7 commit 3d01ded
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions locale/crowdin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ between classic and school orthography in cyrillic)</source>
</message>
<message>
<location filename="../src/ui/groups_widgets.cc" line="785"/>
<source>The parent directory of %1 can be reached.</source>
<source>The parent directory of %1 can not be reached.</source>
<translation>%1 的父目录可以达到。</translation>
</message>
<message>
Expand Down Expand Up @@ -5236,10 +5236,10 @@ GoldenDict 尚不支持此方案。</translation>
</message>
<message>
<location filename="../src/ui/sources.ui" line="500"/>
<source>Examples: &amp;quot;eng&amp;quot; for Enligh, &amp;quot;fra&amp;quot; for French) &lt;br&gt;
<source>Examples: &amp;quot;eng&amp;quot; for English, &amp;quot;fra&amp;quot; for French) &lt;br&gt;

Full list of availiable languages can be found &lt;a href=&quot;https://lingualibre.org/wiki/LinguaLibre:Stats/Languages&quot;&gt; here &lt;/a&gt;</source>
<translation>示例: &amp;quot;eng&amp;quot; for Enlight, &amp;quot;fra&amp;quot; 对于法语 &lt;br&gt;
<translation>示例: &amp;quot;eng&amp;quot; for English, &amp;quot;fra&amp;quot; 对于法语 &lt;br&gt;

可用语言的完整列表可在这里查找 &lt;a href=&quot;https://lingualibre.org/wiki/LinguaLibre:Stats/Languages&quot;&gt; &lt;/a&gt;</translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/groups_widgets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ void DictGroupsWidget::addAutoGroupsByFolders()
auto cdUpWentWrong = [ this ]( const QString & path ) {
QMessageBox::warning( this,
tr( "Auto group by folder failed." ),
tr( "The parent directory of %1 can be reached." ).arg( path ) );
tr( "The parent directory of %1 can not be reached." ).arg( path ) );
};

if ( QMessageBox::information( this,
Expand Down
4 changes: 2 additions & 2 deletions src/ui/sources.ui
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ of the appropriate groups to use them.</string>
<item row="1" column="1">
<widget class="QLabel" name="label_19">
<property name="text">
<string>Examples: &amp;quot;eng&amp;quot; for Enligh, &amp;quot;fra&amp;quot; for French) &lt;br&gt;
<string>Examples: &amp;quot;eng&amp;quot; for English, &amp;quot;fra&amp;quot; for French &lt;br&gt;

Full list of availiable languages can be found &lt;a href=&quot;https://lingualibre.org/wiki/LinguaLibre:Stats/Languages&quot;&gt; here &lt;/a&gt;</string>
</property>
Expand Down Expand Up @@ -891,8 +891,8 @@ Not implemented yet in GoldenDict.</string>
<tabstop>paths</tabstop>
</tabstops>
<resources>
<include location="../../icons/flags.qrc"/>
<include location="../../resources.qrc"/>
<include location="../../icons/flags.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 3d01ded

Please sign in to comment.