Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/i18n.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace I18N
{"setting_socket_options", {{Language::ENGLISH, "Setting socket options..."}, {Language::CHINESE, "正在设置套接字选项..."}}},
{"binding_to_port", {{Language::ENGLISH, "Binding to port"}, {Language::CHINESE, "正在绑定端口"}}},
{"starting_listen", {{Language::ENGLISH, "Starting to listen for connections..."}, {Language::CHINESE, "正在开始监听连接..."}}},
{"server_started_press_x", {{Language::ENGLISH, "Server started, press [x] to stop"}, {Language::CHINESE, "服务器已启动,按 [x] 键停止"}}},
{"server_started_press_x", {{Language::ENGLISH, "Server started, press [x] to stop, please check updates on your dictpen"}, {Language::CHINESE, "服务器已启动,请在词典笔上检查更新,按 [x] 键停止"}}},
{"server_listening", {{Language::ENGLISH, "Server listening on all interfaces, port"}, {Language::CHINESE, "服务器正在监听所有网络接口,端口"}}},
{"failed_accept_connection", {{Language::ENGLISH, "Failed to accept client connection"}, {Language::CHINESE, "客户端连接失败"}}},
{"new_client_connected", {{Language::ENGLISH, "New client connection accepted"}, {Language::CHINESE, "已接受新的客户端连接"}}},
Expand Down Expand Up @@ -145,7 +145,7 @@ namespace I18N
{"unable_compile_filter", {{Language::ENGLISH, "Unable to compile the packet filter"}, {Language::CHINESE, "无法编译数据包过滤器"}}},
{"setting_filter", {{Language::ENGLISH, "Setting packet filter..."}, {Language::CHINESE, "正在设置数据包过滤器..."}}},
{"error_setting_filter", {{Language::ENGLISH, "Error setting the filter"}, {Language::CHINESE, "设置过滤器时出错"}}},
{"waiting_update_packets", {{Language::ENGLISH, "Waiting for update packets..."}, {Language::CHINESE, "正在等待更新数据包..."}}},
{"waiting_update_packets", {{Language::ENGLISH, "Waiting for update packets... Please check updates on your dictpen"}, {Language::CHINESE, "正在等待更新数据包...请在词典笔上检查更新"}}},
{"starting_capture_loop", {{Language::ENGLISH, "Starting packet capture loop..."}, {Language::CHINESE, "正在启动抓包循环..."}}},
{"captured_update_request", {{Language::ENGLISH, "Captured update request for product"}, {Language::CHINESE, "已抓取到产品更新请求"}}},
{"closing_capture_handle", {{Language::ENGLISH, "Closing packet capture handle"}, {Language::CHINESE, "正在关闭抓包句柄"}}},
Expand Down
Loading