From 2eb04aaa2d32653bb3947fa8b400a6b624a1ba6b Mon Sep 17 00:00:00 2001 From: Eric <hamburger2048@users.noreply.hosted.weblate.org> Date: Sun, 11 Jun 2023 03:33:31 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (246 of 246 strings) Translation: Simple Mobile Tools/Simple Calendar Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-calendar/zh_Hans/ --- app/src/main/res/values-zh-rCN/strings.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index ac21f18fe..f4b71233b 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -58,12 +58,12 @@ <string name="event_is_repeatable">这是个重复活动</string> <string name="task_is_repeatable">该任务可重复</string> <string name="selection_contains_repetition">选择的项目含有重复活动</string> - <string name="delete_one_only">只删除选择的活动</string> - <string name="delete_future_occurrences">删除这个及全部未来的活动</string> - <string name="delete_all_occurrences">删除全部活动</string> - <string name="update_one_only">只更新选择的活动</string> - <string name="update_this_and_future_occurrences">更新这个和所有未来的活动</string> - <string name="update_all_occurrences">更新全部活动</string> + <string name="delete_one_only">只从选定的日期中删除此活动</string> + <string name="delete_future_occurrences">从该日期和所有未来日期中删除此活动</string> + <string name="delete_all_occurrences">从所有日期中删除此活动</string> + <string name="update_one_only">只更新选定日期中的此活动</string> + <string name="update_this_and_future_occurrences">在该日期和所有未来日期中更新此活动</string> + <string name="update_all_occurrences">在所有日期中更新此活动</string> <string name="repeat_till_date">重复直到某日</string> <string name="stop_repeating_after_x">经过 x 次后停止重复</string> <string name="repeat_forever">永远重复</string>