mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-16 22:17:28 +01:00
* Add spotless (with ktlint) * Run spotlessApply * screaming case screaming case screaming case * Update PagerViewerAdapter.kt * Update ReaderTransitionView.kt
25 lines
908 B
XML
25 lines
908 B
XML
<?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>
|