Exercises filter by name

This commit is contained in:
AG
2025-11-26 22:18:42 +02:00
parent 85a351ea4e
commit 53d11c6665
2 changed files with 17 additions and 0 deletions

View File

@@ -153,6 +153,8 @@ const translations = {
archive: 'Archive',
unarchive: 'Unarchive',
show_archived: 'Show Archived',
filter_by_name: 'Filter by name',
type_to_filter: 'Type to filter...',
profile_saved: 'Profile saved successfully',
},
ru: {
@@ -300,6 +302,8 @@ const translations = {
archive: 'Архив',
unarchive: 'Вернуть',
show_archived: 'Показать архивные',
filter_by_name: 'Фильтр по названию',
type_to_filter: 'Введите для фильтрации...',
profile_saved: 'Профиль успешно сохранен',
}
};