status translate, fix text hide
This commit is contained in:
@@ -204,7 +204,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
header: ({ column }) => (
|
||||
<div className="column">
|
||||
<span>
|
||||
status
|
||||
{t('status')}
|
||||
</span>
|
||||
<button
|
||||
onClick={() => column.toggleSorting(column.getIsSorted() === 'asc')}
|
||||
@@ -229,7 +229,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
cell: ({ row }) => {
|
||||
return (
|
||||
<div className={`text-center font-semibold`}>
|
||||
status
|
||||
{t('status')}
|
||||
</div>
|
||||
)
|
||||
},
|
||||
|
||||
@@ -59,7 +59,7 @@ export default function DropDownList() {
|
||||
},
|
||||
)}
|
||||
>
|
||||
<p className="hidden md:block">{link.name}</p>
|
||||
<p className="">{link.name}</p>
|
||||
</Link>
|
||||
);
|
||||
})}
|
||||
|
||||
@@ -153,7 +153,8 @@
|
||||
"file-has-been-deleted": "The file has been deleted",
|
||||
"error": "Error",
|
||||
"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": {
|
||||
"and": "and",
|
||||
|
||||
@@ -153,7 +153,8 @@
|
||||
"file-has-been-deleted": "Файл удален",
|
||||
"error": "Ошбка",
|
||||
"failed-to-download-file": "Не удалось скачать файл",
|
||||
"file-is-downloading": "Скачивается файл"
|
||||
"file-is-downloading": "Скачивается файл",
|
||||
"status": "статус"
|
||||
},
|
||||
"Login-register-form": {
|
||||
"and": "и",
|
||||
|
||||
Reference in New Issue
Block a user