🚀 Progress Count option

* Option to change Progress Count method (Percentage/Quantity)
* Improved progress calculation
This commit is contained in:
Acclorite 2025-01-21 19:49:32 +02:00
parent fe269fd8a0
commit ad41bc9a1a
11 changed files with 145 additions and 19 deletions

View file

@ -208,6 +208,7 @@
<string name="progress_bar_padding_option">Поля</string>
<string name="progress_bar_alignment_option">Розташування</string>
<string name="progress_bar_font_size_option">Розмір шрифта</string>
<string name="progress_count_option">Підрахунок прогресу</string>
<!-- Browse -->
<string name="browse_layout_option">Режим відображення</string>
@ -286,6 +287,10 @@
<string name="font_thickness_normal">Звичайна</string>
<string name="font_thickness_medium">Середня</string>
<!-- Progress Count properties -->
<string name="progress_count_percentage">Відсотки</string>
<string name="progress_count_quantity">Кількість</string>
<!-- Themes -->
<string name="dynamic_theme">Меркурій</string>
<string name="blue_theme">Нептун</string>