feat: translate 'Action' to 'Tindakan' and update validation messages

This commit is contained in:
Ardeman
2025-03-25 09:37:03 +08:00
parent 57e23adf3c
commit dce745f53d
15 changed files with 46 additions and 46 deletions
+3 -3
View File
@@ -55,15 +55,15 @@ export const ContentsPage = () => {
},
{ title: 'Tag', data: 'tags' },
{
title: 'Subscription',
title: 'Tipe Langganan',
data: 'is_premium',
},
{
title: 'Jumlah Pembaca',
title: 'Jumlah Penayangan',
data: 'views',
},
{
title: 'Action',
title: 'Tindakan',
data: 'id',
},
]