Skip to content

Commit

Permalink
🔖 Dump version to 3.3a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2023
1 parent 3b5767a commit 230d4f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
# cmake-format: off
set(VERSION 3.3 CACHE STRING "version of tmux")
set(VERSION 3.3a CACHE STRING "version of tmux")
# cmake-format: on
include(ExternalProject)
ExternalProject_Add(
Expand Down
17 changes: 10 additions & 7 deletions po4a/zh_CN/tmux.1.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 3.3a\n"
"POT-Creation-Date: 2023-05-30 04:11+0800\n"
"POT-Creation-Date: 2023-05-31 09:05+0000\n"
"PO-Revision-Date: 2023-05-29 20:19+0800\n"
"Last-Translator: Wu Zhenyu <wuzhenyu@ustc.edu>\n"
"Language-Team: Wu Zhenyu <wuzhenyu@ustc.edu>\n"
Expand Down Expand Up @@ -70,6 +71,8 @@ msgid ""
"detached from a screen and continue running in the background, then later "
"reattached."
msgstr ""
"E<.Nm> 是一个终端多路复用器:它允许从单个屏幕创建、访问和控制多个终端。 E<."
"Nm> 可以从屏幕上分离并继续在后台运行,然后重新附加。"

#. type: Plain text
#: tmux-prefix/src/tmux/tmux.1:54
Expand Down Expand Up @@ -6774,8 +6777,8 @@ msgstr ""
#. type: Plain text
#: tmux-prefix/src/tmux/tmux.1:3705
msgid ""
"For example, to set the E<.Ql clear> E<.Xr terminfo 5> entry to E<.Ql \\ee[H"
"\\ee[2J> for all terminal types matching E<.Ql rxvt*>:"
"For example, to set the E<.Ql clear> E<.Xr terminfo 5> entry to E<.Ql "
"\\ee[H\\ee[2J> for all terminal types matching E<.Ql rxvt*>:"
msgstr ""
"例如,要将 E<.Ql clear> 的 E<.Xr terminfo 5> 条目设置为所有与 E<.Ql rxvt*> 匹"
"配的终端类型的 E<.Ql \\ee[H\\ee[2J>,请执行以下操作:"
Expand Down Expand Up @@ -8269,8 +8272,8 @@ msgid ""
"E<.Op Ic on | off> E<.Xc> Allow programs in the pane to bypass E<.Nm> using "
"a terminal escape sequence (\\eePtmux;...\\ee\\e\\e)."
msgstr ""
"E<.Op Ic on | off> E<.Xc> 允许面板中的程序使用终端转义序列 (\\eePtmux;...\\ee"
"\\e\\e) 绕过E<.Nm>。"
"E<.Op Ic on | off> E<.Xc> 允许面板中的程序使用终端转义序列 (\\eePtmux;..."
"\\ee\\e\\e) 绕过E<.Nm>。"

#. type: It
#: tmux-prefix/src/tmux/tmux.1:4464
Expand All @@ -8284,8 +8287,8 @@ msgid ""
"E<.Op Ic on | off> E<.Xc> Allow programs in the pane to change the window "
"name using a terminal escape sequence (\\eek...\\ee\\e\\e)."
msgstr ""
"E<.Op Ic on | off> E<.Xc> 允许面板中的程序使用终端转义序列 (\\eek...\\ee\\e"
"\\e) 更改窗口名称。"
"E<.Op Ic on | off> E<.Xc> 允许面板中的程序使用终端转义序列 (\\eek..."
"\\ee\\e\\e) 更改窗口名称。"

#. type: It
#: tmux-prefix/src/tmux/tmux.1:4470
Expand Down

0 comments on commit 230d4f2

Please sign in to comment.