Update strings.xml

This commit is contained in:
Tibor Kaputa
2022-07-16 23:17:14 +02:00
committed by GitHub
parent 3e98cb63d4
commit 1c8a7c4920

View File

@ -251,13 +251,16 @@
<string name="today_only">Today only</string> <string name="today_only">Today only</string>
<string name="within_the_next">Within the next…</string> <string name="within_the_next">Within the next…</string>
<plurals name="within_the_next_days"> <plurals name="within_the_next_days">
<item quantity="other">Within the next %d day</item> <item quantity="one">Within the next %d day</item>
<item quantity="other">Within the next %d days</item>
</plurals> </plurals>
<plurals name="within_the_next_weeks"> <plurals name="within_the_next_weeks">
<item quantity="other">Within the next %d week</item> <item quantity="one">Within the next %d week</item>
<item quantity="other">Within the next %d weeks</item>
</plurals> </plurals>
<plurals name="within_the_next_months"> <plurals name="within_the_next_months">
<item quantity="other">Within the next %d month</item> <item quantity="one">Within the next %d month</item>
<item quantity="other">Within the next %d months</item>
</plurals> </plurals>
<!-- FAQ --> <!-- FAQ -->
<string name="faq_1_title">공휴일 추가 버튼을 통해 불러온 공휴일을 제거하기 위해선 어떻게 해야하나요\?</string> <string name="faq_1_title">공휴일 추가 버튼을 통해 불러온 공휴일을 제거하기 위해선 어떻게 해야하나요\?</string>
@ -276,4 +279,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>