Skip to content

Commit 14c01f4

Browse files
committed
[*] update normally
1 parent 28849f0 commit 14c01f4

File tree

3 files changed

+49
-143
lines changed

3 files changed

+49
-143
lines changed

tr-helper/src/tr.rs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,30 @@ fn cn() -> &'static HashMap<&'static str, &'static str> {
211211
("remove entry failed", "移除条目失败"),
212212
("save configuration successfully", "保存配置成功"),
213213
("update entry failed", "更新条目失败"),
214+
("Choose save directory", "选择保存目录"),
215+
("Desktop", "桌面"),
216+
("Disabled cursor capturing", "禁用光标捕获"),
217+
("Disabled preivew", "禁用预览"),
218+
("Enabled cursor capturing", "启用光标捕获"),
219+
("Enabled preivew", "启用预览"),
220+
("FPS", "帧率"),
221+
("Frame", "总帧"),
222+
("Loss", "损失"),
223+
("Merging Tracks", "合并轨道"),
224+
("Merging tracks failed", "合并轨道失败"),
225+
("Merging tracks successfully", "合并轨道成功"),
226+
("Microphone", "麦克风"),
227+
("No Found Sources", "未找到源"),
228+
("No found ffmpeg. Download ffmpeg", "未找到ffmpeg。下载ffmpeg"),
229+
("Recorder", "录制设置"),
230+
("Remove the temporary files after the track merging is finished.", "轨道合并完成后删除临时文件。"),
231+
("Resolution", "分辨率"),
232+
("Save directory", "保存目录"),
233+
("Screen", "屏幕"),
234+
("Select Sources", "选择源"),
235+
("Source", "源"),
236+
("create desktop speaker recorder failed", "创建桌面扬声器录制器失败"),
237+
("start desktop speaker recorder failed", "启动桌面扬声器录制器失败"),
214238
])
215239
})
216240
}

wayshot/src/logic/tr.rs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,30 @@ fn cn() -> &'static HashMap<&'static str, &'static str> {
213213
("remove entry failed", "移除条目失败"),
214214
("save configuration successfully", "保存配置成功"),
215215
("update entry failed", "更新条目失败"),
216+
("Choose save directory", "选择保存目录"),
217+
("Desktop", "桌面"),
218+
("Disabled cursor capturing", "禁用光标捕获"),
219+
("Disabled preivew", "禁用预览"),
220+
("Enabled cursor capturing", "启用光标捕获"),
221+
("Enabled preivew", "启用预览"),
222+
("FPS", "帧率"),
223+
("Frame", "总帧"),
224+
("Loss", "损失"),
225+
("Merging Tracks", "合并轨道"),
226+
("Merging tracks failed", "合并轨道失败"),
227+
("Merging tracks successfully", "合并轨道成功"),
228+
("Microphone", "麦克风"),
229+
("No Found Sources", "未找到源"),
230+
("No found ffmpeg. Download ffmpeg", "未找到ffmpeg。下载ffmpeg"),
231+
("Recorder", "录制设置"),
232+
("Remove the temporary files after the track merging is finished.", "轨道合并完成后删除临时文件。"),
233+
("Resolution", "分辨率"),
234+
("Save directory", "保存目录"),
235+
("Screen", "屏幕"),
236+
("Select Sources", "选择源"),
237+
("Source", "源"),
238+
("create desktop speaker recorder failed", "创建桌面扬声器录制器失败"),
239+
("start desktop speaker recorder failed", "启动桌面扬声器录制器失败"),
216240
])
217241
})
218242
}

0 commit comments

Comments
 (0)