Skip to content

Commit af816fe

Browse files
committed
[+] add translations
1 parent 4881b03 commit af816fe

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

tr-helper/src/tr.rs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,27 @@ fn cn() -> &'static HashMap<&'static str, &'static str> {
265265
("When the mouse moves quickly, the time interval between two adjacent coordinates within this interval will not trigger zooming.", "鼠标快速移动时,相邻两个坐标的时间间隔在这个间隔内,不会触发放大"),
266266
("After zooming in, when touching the boundary of the area, move the area.", "放大后,触碰到区域边界,移动区域"),
267267
("After zooming in, the transition time of moving across the area.","放大后,移动区域的过渡时间" ),
268+
("Found", "找到"),
269+
("No Found", "未找到"),
270+
("No History", "无历史"),
271+
("No found", "未找到"),
272+
("Remove all histories or not?", "是否移除所有历史记录?"),
273+
("Remove history or not?", "是否移除历史记录?"),
274+
("Remove no found histories or not?", "是否移除未找到的历史记录?"),
275+
("Total", "总计"),
276+
("history", "历史"),
277+
("new mp4 player failed", "新建MP4播放器失败"),
278+
("play", "播放"),
279+
("player", "播放器"),
280+
("refresh", "刷新"),
281+
("refresh histories successfully", "刷新历史记录成功"),
282+
("remove", "移除"),
283+
("remove all", "移除全部"),
284+
("remove all entry failed", "移除所有条目失败"),
285+
("remove history successfully", "移除历史记录成功"),
286+
("remove no found histories", "移除未找到的历史记录"),
287+
("sort", "排序"),
288+
("video file duration is 0", "视频文件时长为0"),
268289
])
269290
})
270291
}

wayshot/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub static VERSION: &str = "v0.2.6";
1+
pub static VERSION: &str = "v0.2.7";

0 commit comments

Comments
 (0)