mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-21 02:30:14 +00:00
Translations update from Hosted Weblate (#45)
* Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 96.8% (153 of 158 strings) Translated using Weblate (Italian) Currently translated at 69.6% (110 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 99.3% (157 of 158 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 70.8% (112 of 158 strings) Translated using Weblate (Italian) Currently translated at 99.3% (157 of 158 strings) Translated using Weblate (English) Currently translated at 100.0% (158 of 158 strings) Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: UUBulb <uub@kuzu.uk> Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/en/ Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/it/ Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/nezha/admin-frontend/zh_Hant/ Translation: Nezha/Admin frontend * chore: auto-fix linting and formatting issues --------- Co-authored-by: UUBulb <uub@kuzu.uk> Co-authored-by: weblate <weblate@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
co-authored by
Anonymous
UUBulb
weblate
parent
97d49de6be
commit
78afbb5609
+4
-6
@@ -69,9 +69,7 @@ export default function WAFPage() {
|
||||
header: t("LastBlockReason"),
|
||||
accessorKey: "lastBlockReason",
|
||||
accessorFn: (row) => row.last_block_reason,
|
||||
cell: ({ row }) => (
|
||||
<span>{wafBlockReasons[row.original.last_block_reason] || ""}</span>
|
||||
),
|
||||
cell: ({ row }) => <span>{wafBlockReasons[row.original.last_block_reason] || ""}</span>,
|
||||
},
|
||||
{
|
||||
header: t("LastBlockTime"),
|
||||
@@ -141,9 +139,9 @@ export default function WAFPage() {
|
||||
{header.isPlaceholder
|
||||
? null
|
||||
: flexRender(
|
||||
header.column.columnDef.header,
|
||||
header.getContext(),
|
||||
)}
|
||||
header.column.columnDef.header,
|
||||
header.getContext(),
|
||||
)}
|
||||
</TableHead>
|
||||
)
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user