Skip to content

Commit

Permalink
gtk4: update shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart committed Aug 29, 2024
1 parent bbfd91b commit 5344a78
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions src/gtk4/menu.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<menu id="menu">
<section>
<item>
<attribute name="label" translatable="yes">_Option</attribute>
<attribute name="label" translatable="yes">_Option...</attribute>
<attribute name="action">app.option</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="label" translatable="yes">_About...</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>
Expand Down
32 changes: 16 additions & 16 deletions src/gtk4/yass_en.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-26 14:25+0800\n"
"POT-Creation-Date: 2024-08-29 10:56+0800\n"
"PO-Revision-Date: 2023-05-24 14:35+0800\n"
"Last-Translator: Chilledheart <keeyou-cn@outlook.com>\n"
"Language-Team: Chilledheart <keeyou-cn@outlook.com>\n"
Expand Down Expand Up @@ -37,53 +37,53 @@ msgstr "Disconnecting"
msgid "Disconnected with "
msgstr "Disconnected with "

#: yass_window.cpp:193
#: yass_window.cpp:195
msgid "READY"
msgstr "READY"

#: yass_window.cpp:266
#: yass_window.cpp:268
msgid "Last Change: "
msgstr "Last Change: "

#: yass_window.cpp:269
#: yass_window.cpp:271
msgid "Enabled Feature: "
msgstr "Enabled Feature: "

#: yass_window.cpp:272
#: yass_window.cpp:274
msgid "GUI Variant: "
msgstr "GUI Variant: "

#: yass_window.cpp:281
#: yass_window.cpp:283
msgid "official-site"
msgstr "official-site"

#: yass_window.cpp:298
#: yass_window.cpp:300
msgid "YASS Option"
msgstr "YASS Option"

#: yass_window.cpp:397
#: yass_window.cpp:399
msgid " tx rate: "
msgstr " tx rate: "

#: yass_window.cpp:400
#: yass_window.cpp:402
msgid " rx rate: "
msgstr " rx rate: "

#: yass_window.cpp:435
#: yass_window.cpp:437
msgid "Start Failed"
msgstr "Start Failed"

#: yass_window.cpp:436
#: yass_window.cpp:438
msgid "OK"
msgstr "OK"

#: menu.ui:6
msgid "_Option"
msgstr "Option"
msgid "_Option..."
msgstr ""

#: menu.ui:12
msgid "_About"
msgstr "About"
msgid "_About..."
msgstr ""

#: menu.ui:18
msgid "_Quit"
Expand Down Expand Up @@ -127,7 +127,7 @@ msgstr "Cancel"

#: yass_window.ui:4
msgid "Yet Another Shadow Socket"
msgstr "Yet Another Shadow Socket"
msgstr "YASS (Yet Another Shadow Socket)"

#: yass_window.ui:30
msgid "Server Host"
Expand Down
34 changes: 17 additions & 17 deletions src/gtk4/yass_zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-26 14:25+0800\n"
"POT-Creation-Date: 2024-08-29 10:56+0800\n"
"PO-Revision-Date: 2023-09-15 11:28+0800\n"
"Last-Translator: Chilledheart <keeyou-cn@outlook.com>\n"
"Language-Team: Chilledheart <keeyou-cn@outlook.com>\n"
Expand Down Expand Up @@ -38,57 +38,57 @@ msgstr "断开连接中"
msgid "Disconnected with "
msgstr "断开连接于服务器 "

#: yass_window.cpp:193
#: yass_window.cpp:195
msgid "READY"
msgstr "就绪"

#: yass_window.cpp:266
#: yass_window.cpp:268
msgid "Last Change: "
msgstr "最后改动: "

#: yass_window.cpp:269
#: yass_window.cpp:271
msgid "Enabled Feature: "
msgstr "启用功能: "

#: yass_window.cpp:272
#: yass_window.cpp:274
msgid "GUI Variant: "
msgstr "图形版本: "

#: yass_window.cpp:281
#: yass_window.cpp:283
msgid "official-site"
msgstr "官方网站"

#: yass_window.cpp:298
#: yass_window.cpp:300
msgid "YASS Option"
msgstr "YASS 选项"

#: yass_window.cpp:397
#: yass_window.cpp:399
msgid " tx rate: "
msgstr " 上传速率: "

#: yass_window.cpp:400
#: yass_window.cpp:402
msgid " rx rate: "
msgstr " 下载速率: "

#: yass_window.cpp:435
#: yass_window.cpp:437
msgid "Start Failed"
msgstr "启动失败"

#: yass_window.cpp:436
#: yass_window.cpp:438
msgid "OK"
msgstr "确认"

#: menu.ui:6
msgid "_Option"
msgstr "选项"
msgid "_Option..."
msgstr "选项 (_O)..."

#: menu.ui:12
msgid "_About"
msgstr "关于"
msgid "_About..."
msgstr "关于 (_A)..."

#: menu.ui:18
msgid "_Quit"
msgstr "退出"
msgstr "退出 (_Q)"

#: option_dialog.ui:4
msgid "Option"
Expand Down Expand Up @@ -128,7 +128,7 @@ msgstr "取消"

#: yass_window.ui:4
msgid "Yet Another Shadow Socket"
msgstr "YASS"
msgstr "YASS (Yet Another Shadow Socket)"

#: yass_window.ui:30
msgid "Server Host"
Expand Down

0 comments on commit 5344a78

Please sign in to comment.