1. Exercise lists sorted. 2. Session finishing confirmation. 3. Quit without saving option added.

This commit is contained in:
aodulov
2025-11-26 09:32:29 +02:00
parent dafb8664ed
commit 34738697df
4 changed files with 128 additions and 22 deletions

View File

@@ -50,6 +50,12 @@ const translations = {
cancel: 'Cancel',
start: 'Start',
finish: 'Finish',
finish_confirm_title: 'Finish Workout?',
finish_confirm_msg: 'Are you sure you want to finish this workout? Your progress will be saved.',
quit_no_save: 'Quit without saving',
quit_confirm_title: 'Quit without saving?',
quit_confirm_msg: 'All progress from this session will be lost. This action cannot be undone.',
confirm: 'Confirm',
plan_completed: 'Plan Completed!',
step: 'Step',
of: 'of',
@@ -71,7 +77,7 @@ const translations = {
add_weight: 'Add. Weight',
// Types
type_strength: 'Strength',
type_strength: 'Free Weights & Machines',
type_bodyweight: 'Bodyweight',
type_cardio: 'Cardio',
type_static: 'Static',
@@ -191,6 +197,12 @@ const translations = {
cancel: 'Отмена',
start: 'Начать',
finish: 'Завершить',
finish_confirm_title: 'Завершить тренировку?',
finish_confirm_msg: 'Вы уверены, что хотите завершить эту тренировку? Ваш прогресс будет сохранен.',
quit_no_save: 'Выйти без сохранения',
quit_confirm_title: 'Выйти без сохранения?',
quit_confirm_msg: 'Весь прогресс этой сессии будет потерян. Это действие нельзя отменить.',
confirm: 'Подтвердить',
plan_completed: 'План выполнен!',
step: 'Шаг',
of: 'из',
@@ -212,7 +224,7 @@ const translations = {
add_weight: 'Доп. вес',
// Types
type_strength: 'Силовое',
type_strength: 'Свободные веса и тренажеры',
type_bodyweight: 'Свой вес',
type_cardio: 'Кардио',
type_static: 'Статика',