mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-31 21:21:42 +00:00
feat(ui): add customizable download table columns
Add persisted column reordering, positional alignment, animated drag feedback, and resize cleanup for the download table. Keep row actions at the trailing edge, preserve RTL/LTR behavior, and include localized column controls and sidebar alignment fixes.
This commit is contained in:
@@ -338,6 +338,15 @@ const uk = {
|
||||
eta: 'Залишилось',
|
||||
dateAdded: 'Дата додавання',
|
||||
},
|
||||
columnOptions: {
|
||||
open: 'Параметри стовпця: {{column}}',
|
||||
dragToReorder: 'Перетягніть, щоб змінити порядок стовпців',
|
||||
alignContent: 'Позиція вмісту',
|
||||
left: 'Ліворуч',
|
||||
center: 'По центру',
|
||||
right: 'Праворуч',
|
||||
resetLayout: 'Скинути макет стовпців',
|
||||
},
|
||||
addDownload: 'Додати завантаження',
|
||||
resumeAll: 'Відновити всі',
|
||||
pauseAll: 'Призупинити всі',
|
||||
|
||||
Reference in New Issue
Block a user