mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-31 04:58:11 +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 fa = {
|
||||
eta: 'زمان تخمینی',
|
||||
dateAdded: 'تاریخ افزودن',
|
||||
},
|
||||
columnOptions: {
|
||||
open: 'گزینههای ستون {{column}}',
|
||||
dragToReorder: 'برای جابهجایی ستونها بکشید',
|
||||
alignContent: 'جایگاه محتوا',
|
||||
left: 'چپ',
|
||||
center: 'وسط',
|
||||
right: 'راست',
|
||||
resetLayout: 'بازنشانی چیدمان ستونها',
|
||||
},
|
||||
addDownload: 'افزودن دانلود',
|
||||
resumeAll: 'ادامه همه',
|
||||
pauseAll: 'توقف همه',
|
||||
|
||||
Reference in New Issue
Block a user