mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 21:37:56 +01:00
* Add spotless (with ktlint) * Run spotlessApply * screaming case screaming case screaming case * Update PagerViewerAdapter.kt * Update ReaderTransitionView.kt
40 lines
2.1 KiB
XML
40 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<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_chapters_generic">
|
|
<item quantity="one">ნაპოვნია ახალი თავი</item>
|
|
<item quantity="other">ნაპოვნია %1$d ახალი თავი</item>
|
|
</plurals>
|
|
<plurals name="notification_new_chapters_summary">
|
|
<item quantity="one">%d ჩანაწერისთვის</item>
|
|
<item quantity="other">%d ჩანაწერისთვის</item>
|
|
</plurals>
|
|
<plurals name="manga_num_chapters">
|
|
<item quantity="one">1 თავი</item>
|
|
<item quantity="other">%1$s თავი</item>
|
|
</plurals>
|
|
<plurals name="download_queue_summary">
|
|
<item quantity="one">დარჩა 1</item>
|
|
<item quantity="other">დარჩა %1$s</item>
|
|
</plurals>
|
|
<plurals name="restore_completed_message">
|
|
<item quantity="one">დასრულების დრო %1$s. %2$s შეცდომა</item>
|
|
<item quantity="other">დასრულების დრო %1$s. %2$s შეცდომა</item>
|
|
</plurals>
|
|
<plurals name="num_categories">
|
|
<item quantity="one">%d კატეგორია</item>
|
|
<item quantity="other">%d კატეგორიები</item>
|
|
</plurals>
|
|
<plurals name="lock_after_mins">
|
|
<item quantity="one">1 წუთის შემდეგ</item>
|
|
<item quantity="other">%1$s წუთის შემდეგ</item>
|
|
</plurals>
|
|
</resources>
|