Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1feb30d

Browse files
committed
Merge pull request #256 from CTKnight/master
Update Chinese Translation
2 parents e626ff3 + e8e62ef commit 1feb30d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

library/src/main/res/values-zh/arrays.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<!-- Recurrence picker: How events are to be repeated. [CHAR LIMIT = 20] -->
55
<string-array name="recurrence_freq">
6+
<item>按小时重复</item>
67
<item>按天重复</item>
78
<item>按星期重复</item>
89
<item>按月份重复</item>
@@ -16,11 +17,11 @@
1617
-->
1718
<!-- Repeat a monthly event on the same nth day of every Sunday. [CHAR LIMIT=30] -->
1819
<string-array name="repeat_by_nth_sun">
19-
<item >每月第一个周末</item>
20-
<item >每月第二个周末</item>
21-
<item >每月第三个周末</item>
22-
<item >每月第四个周末</item>
23-
<item >每月最后一个周末</item>
20+
<item >每月第一个周日</item>
21+
<item >每月第二个周日</item>
22+
<item >每月第三个周日</item>
23+
<item >每月第四个周日</item>
24+
<item >每月最后一个周日</item>
2425

2526
</string-array>
2627
<!-- Repeat a monthly event on the same nth day of every Monday. [CHAR LIMIT=30] -->

library/src/main/res/values-zh/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
</plurals>
156156
<!-- A label in a multiple-choice list for the specifying that an event
157157
repeats every weekday (Monday through Friday) -->
158-
<string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
158+
<string name="every_weekday">"每个工作日 (周一\u2013周五)"</string>
159159
<!-- A description for an event that repeats weekly on some day of the week. For example,
160160
'Weekly on Tuesday' or Every 2 weeks on Monday, Tuesday. [CHAR LIMIT=25]-->
161161
<plurals name="weekly">

0 commit comments

Comments
 (0)