Skip to content

Commit

Permalink
correct translation
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Apr 12, 2024
1 parent 44b58b1 commit 2719db9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions assets/po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fcitx 5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-05 19:11-0400\n"
"POT-Creation-Date: 2024-04-12 17:53-0400\n"
"PO-Revision-Date: 2024-04-04 00:50+0800\n"
"Last-Translator: ksqsf <[email protected]>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -36,7 +36,7 @@ msgstr "隐藏通知"
msgid "Override default"
msgstr "覆盖默认值"

#: webpanel/webpanel.h:44
#: webpanel/webpanel.h:44 webpanel/webpanel.h:90
msgid "Highlight color"
msgstr "高亮颜色"

Expand Down Expand Up @@ -221,8 +221,8 @@ msgid "Left padding (px)"
msgstr "左填充(px)"

#: webpanel/webpanel.h:210
msgid "Gap between label and text (px)"
msgstr "标签与文本间隔(px)"
msgid "Gap between label, text and comment (px)"
msgstr "标签、文本、注释间隔(px)"

#: webpanel/webpanel.h:213
msgid "Horizontal divider width (px)"
Expand Down Expand Up @@ -262,7 +262,7 @@ msgstr "字体"

#: webpanel/webpanel.h:229
msgid "Cursor"
msgstr "鼠标"
msgstr "光标"

#: webpanel/webpanel.h:230
msgid "Highlight"
Expand Down
6 changes: 3 additions & 3 deletions webpanel/webpanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ FCITX_CONFIGURATION(
IntConstrain(0, 16)};
Option<int, IntConstrain> leftPadding{
this, "LeftPadding", _("Left padding (px)"), 7, IntConstrain(0, 16)};
Option<int, IntConstrain> labelTextGap{this, "LabelTextGap",
_("Gap between label and text (px)"),
6, IntConstrain(0, 16)};
Option<int, IntConstrain> labelTextGap{
this, "LabelTextGap", _("Gap between label, text and comment (px)"), 6,
IntConstrain(0, 16)};
Option<int, IntConstrain> horizontalDividerWidth{
this, "HorizontalDividerWidth", _("Horizontal divider width (px)"), 1,
IntConstrain(0, BORDER_WIDTH_MAX)};);
Expand Down

0 comments on commit 2719db9

Please sign in to comment.