status translate, fix text hide

This commit is contained in:
smanylov
2026-01-08 11:16:59 +07:00
parent 46bd4f7855
commit 9547ead7aa
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -204,7 +204,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
header: ({ column }) => ( header: ({ column }) => (
<div className="column"> <div className="column">
<span> <span>
status {t('status')}
</span> </span>
<button <button
onClick={() => column.toggleSorting(column.getIsSorted() === 'asc')} onClick={() => column.toggleSorting(column.getIsSorted() === 'asc')}
@@ -229,7 +229,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
cell: ({ row }) => { cell: ({ row }) => {
return ( return (
<div className={`text-center font-semibold`}> <div className={`text-center font-semibold`}>
status {t('status')}
</div> </div>
) )
}, },
+1 -1
View File
@@ -59,7 +59,7 @@ export default function DropDownList() {
}, },
)} )}
> >
<p className="hidden md:block">{link.name}</p> <p className="">{link.name}</p>
</Link> </Link>
); );
})} })}
+2 -1
View File
@@ -153,7 +153,8 @@
"file-has-been-deleted": "The file has been deleted", "file-has-been-deleted": "The file has been deleted",
"error": "Error", "error": "Error",
"failed-to-download-file": "Failed to download file", "failed-to-download-file": "Failed to download file",
"file-is-downloading": "The file is downloading" "file-is-downloading": "The file is downloading",
"status": "status"
}, },
"Login-register-form": { "Login-register-form": {
"and": "and", "and": "and",
+2 -1
View File
@@ -153,7 +153,8 @@
"file-has-been-deleted": "Файл удален", "file-has-been-deleted": "Файл удален",
"error": "Ошбка", "error": "Ошбка",
"failed-to-download-file": "Не удалось скачать файл", "failed-to-download-file": "Не удалось скачать файл",
"file-is-downloading": "Скачивается файл" "file-is-downloading": "Скачивается файл",
"status": "статус"
}, },
"Login-register-form": { "Login-register-form": {
"and": "и", "and": "и",