d6252ab770
* Add spotless (with ktlint) * Run spotlessApply * screaming case screaming case screaming case * Update PagerViewerAdapter.kt * Update ReaderTransitionView.kt
76 lines
4.0 KiB
XML
76 lines
4.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="relative_time">
|
|
<item quantity="one">हिजो</item>
|
|
<item quantity="other">%1$d दिन अघि</item>
|
|
</plurals>
|
|
<plurals name="lock_after_mins">
|
|
<item quantity="one">%1$s मिनेट पछि</item>
|
|
<item quantity="other">%1$s मिनेट पछि</item>
|
|
</plurals>
|
|
<plurals name="num_categories">
|
|
<item quantity="one">%d वर्ग</item>
|
|
<item quantity="other">%d वर्गहरू</item>
|
|
</plurals>
|
|
<plurals name="restore_completed_message">
|
|
<item quantity="one">%2$s त्रुटिको साथ %1$s मा सम्पन्न भयो</item>
|
|
<item quantity="other">%2$s त्रुटिहरूसँग %1$s मा सम्पन्न भयो</item>
|
|
</plurals>
|
|
<plurals name="notification_chapters_generic">
|
|
<item quantity="one">%1$d नयाँ अध्याय</item>
|
|
<item quantity="other">%1$d नयाँ अध्यायहरू</item>
|
|
</plurals>
|
|
<plurals name="update_check_notification_ext_updates">
|
|
<item quantity="one">एक्सटेन्शन अपडेट उपलब्ध छ</item>
|
|
<item quantity="other">%d एक्सटेन्शन अपडेटहरू उपलब्ध छन्</item>
|
|
</plurals>
|
|
<plurals name="notification_chapters_multiple_and_more">
|
|
<item quantity="one">अध्याय %1$s र 1 थप</item>
|
|
<item quantity="other">अध्याय %1$s र %2$d थप</item>
|
|
</plurals>
|
|
<plurals name="notification_new_chapters_summary">
|
|
<item quantity="one">%d इन्ट्रीको लागि</item>
|
|
<item quantity="other">%d इन्ट्रीहरूको लागि</item>
|
|
</plurals>
|
|
<plurals name="download_queue_summary">
|
|
<item quantity="one">%1$s बाँकी</item>
|
|
<item quantity="other">%1$s बाँकी</item>
|
|
</plurals>
|
|
<plurals name="manga_num_chapters">
|
|
<item quantity="one">%1$s अध्याय</item>
|
|
<item quantity="other">%1$s अध्यायहरू</item>
|
|
</plurals>
|
|
<plurals name="missing_chapters_warning">
|
|
<item quantity="one">%d अध्याय छोड्दै, या त स्रोत सँग छैन वा यसलाई फिल्टर गरिएको छ</item>
|
|
<item quantity="other">%d अध्यायहरू छोड्दै, या त स्रोत सँग छैन वा यसलाई फिल्टर गरिएको छ</item>
|
|
</plurals>
|
|
<plurals name="num_trackers">
|
|
<item quantity="one">%d ट्र्याकर</item>
|
|
<item quantity="other">%d ट्र्याकरहरू</item>
|
|
</plurals>
|
|
<plurals name="next_unread_chapters">
|
|
<item quantity="one">अर्को नपढिएको अध्याय</item>
|
|
<item quantity="other">अर्को %d नपढिएका अध्यायहरू</item>
|
|
</plurals>
|
|
<plurals name="download_amount">
|
|
<item quantity="one">अर्को अध्याय</item>
|
|
<item quantity="other">अर्को %d अध्यायहरू</item>
|
|
</plurals>
|
|
<plurals name="missing_chapters">
|
|
<item quantity="one">%1$s अध्याय छुटेको छ</item>
|
|
<item quantity="other">%1$s अध्यायहरू छुटेका छन्</item>
|
|
</plurals>
|
|
<plurals name="day">
|
|
<item quantity="one">१ दिन</item>
|
|
<item quantity="other">%d दिन</item>
|
|
</plurals>
|
|
<plurals name="num_repos">
|
|
<item quantity="one">%d रेपो</item>
|
|
<item quantity="other">%d रेपोहरु</item>
|
|
</plurals>
|
|
<plurals name="upcoming_relative_time">
|
|
<item quantity="one">भोलि</item>
|
|
<item quantity="other">%1$d दिनमा</item>
|
|
</plurals>
|
|
</resources>
|