Update strings.xml

This commit is contained in:
Tibor Kaputa 2023-07-08 14:33:04 +02:00 committed by GitHub
parent d2cf79b960
commit 14b3afd2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -252,16 +252,16 @@
<string name="today_only">僅今天</string> <string name="today_only">僅今天</string>
<string name="within_the_next">在接下來的…</string> <string name="within_the_next">在接下來的…</string>
<plurals name="within_the_next_days"> <plurals name="within_the_next_days">
<item quantity="one">在接下來的 % d 天內</item> <item quantity="one">在接下來的 %d 天內</item>
<item quantity="other">在接下來的 % d 天內</item> <item quantity="other">在接下來的 %d 天內</item>
</plurals> </plurals>
<plurals name="within_the_next_weeks"> <plurals name="within_the_next_weeks">
<item quantity="one">在接下來的 % d 週內</item> <item quantity="one">在接下來的 %d 週內</item>
<item quantity="other">在接下來的 % d 週內</item> <item quantity="other">在接下來的 %d 週內</item>
</plurals> </plurals>
<plurals name="within_the_next_months"> <plurals name="within_the_next_months">
<item quantity="one"> 在接下來的 % d 個月內</item> <item quantity="one"> 在接下來的 %d 個月內</item>
<item quantity="other">在接下來的 % d 個月內</item> <item quantity="other">在接下來的 %d 個月內</item>
</plurals> </plurals>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">我如何移除用「添加節日」按鈕所匯入的節日\?</string> <string name="faq_1_title">我如何移除用「添加節日」按鈕所匯入的節日\?</string>