Files
mihon/i18n/src/commonMain/moko-resources/sah/plurals.xml
AntsyLich d6252ab770 Address spotless lint errors (#1138)
* Add spotless (with ktlint)

* Run spotlessApply

* screaming case screaming case screaming case

* Update PagerViewerAdapter.kt

* Update ReaderTransitionView.kt
2024-08-19 18:11:39 +06:00

25 lines
908 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="num_categories">
<item quantity="other">%d бөлөхтөр</item>
</plurals>
<plurals name="lock_after_mins">
<item quantity="other">%1$s мүнүүтэ кэннэ</item>
</plurals>
<plurals name="restore_completed_message">
<item quantity="other">Туолла %1$sҕа %2$s сыаһалаах</item>
</plurals>
<plurals name="download_queue_summary">
<item quantity="other">%1$s хаалла</item>
</plurals>
<plurals name="manga_num_chapters">
<item quantity="other">%1$s түһүмэх</item>
</plurals>
<plurals name="num_trackers">
<item quantity="other">%d трэкэр</item>
</plurals>
<plurals name="missing_chapters_warning">
<item quantity="other">Манна %d түһүмэх суох</item>
</plurals>
</resources>