Skip to content

Commit a933269

Browse files
committed
[*] update normally
1 parent 00a4103 commit a933269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wayshot/ui/desktop-window.slint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ export component AppWindow inherits Window {
5252
details: [
5353
{
5454
picture: Icons.landing-account,
55-
description: Store.is-cn ? "这是一个Rust Slint 模板项目,提供一些基础的组件和其他基础功能,为新手提供一个快速开始一个新项目" : "This is a Rsut Slint template project. It provide some basic components and other features. It can help us start a new project quickly",
55+
description: Store.is-cn ? "这是一个针对Linux Wayland桌面环境的录屏软件" : "This is a screen recording software designed for the Linux Wayland desktop environment",
5656
},
5757
{
5858
picture: Icons.landing-send,
59-
description: Store.is-cn ? "这个项目集成了Github Action,每次push都会重新编译项目,每次更新tag都会重新发布二进制文件" : "It integrates Github Action, which will compile the project after pushing the project and publish the binary package to the release page after updating tag",
59+
description: Store.is-cn ? "支持录制屏幕、麦克风和桌面音频" : "Supports recording of screen, microphone, and desktop audio",
6060
},
6161
{
6262
picture: Icons.landing-welcome,

0 commit comments

Comments
 (0)