mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-30 05:47:57 +01:00
* Migrate to multiplatform string resources * Move plurals translations into separate files * Fix lint check on generated files
47 lines
2.5 KiB
XML
47 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="lock_after_mins">
|
|
<item quantity="one">1 ನಿಮಿಷದ ನಂತರ</item>
|
|
<item quantity="other">%1$s ನಿಮಿಷಗಳ ನಂತರ</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="num_categories">
|
|
<item quantity="one">%d ವರ್ಗ</item>
|
|
<item quantity="other">%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_chapters_generic">
|
|
<item quantity="one">1 ಹೊಸ ಅಧ್ಯಾಯ</item>
|
|
<item quantity="other">%1$d ಹೊಸ ಅಧ್ಯಾಯಗಳು</item>
|
|
</plurals>
|
|
<plurals name="notification_new_chapters_summary">
|
|
<item quantity="one">1 ಶೀರ್ಷಿಕೆಗಾಗಿ</item>
|
|
<item quantity="other">%d ಶೀರ್ಷಿಕೆಗಳಿಗಾಗಿ</item>
|
|
</plurals>
|
|
<plurals name="download_queue_summary">
|
|
<item quantity="one">1 ಉಳಿದಿದೆ</item>
|
|
<item quantity="other">%1$s ಉಳಿದಿದೆ</item>
|
|
</plurals>
|
|
<plurals name="manga_num_chapters">
|
|
<item quantity="one">1 ಚಾಪ್ಟರ್</item>
|
|
<item quantity="other">%1$s ಚಾಪ್ಟರಗಳು</item>
|
|
</plurals>
|
|
<plurals name="num_trackers">
|
|
<item quantity="one">1 ಟ್ರಾಕರ್</item>
|
|
<item quantity="other">%d ಟ್ರಾಕರ್ ಗಳು</item>
|
|
</plurals>
|
|
<plurals name="missing_chapters_warning">
|
|
<item quantity="one">1 ಅಧ್ಯಾಯ ಕಾಣೆಯಾಗಿದೆ</item>
|
|
<item quantity="other">%d ಅಧ್ಯಾಯ ಕಾಣೆಯಾಗಿವೆ</item>
|
|
</plurals>
|
|
</resources> |