Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/[lang]/(hyperjump)/oneai/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ import {
oneaiCapabilities5Title,
oneaiCapabilities6Text,
oneaiCapabilities6Title,
oneaiCapabilities7Text,
oneaiCapabilities7Title,
oneaiCapabilitiesLabel,
oneaiCloseCtaCta,
oneaiCloseCtaDesc,
Expand Down Expand Up @@ -207,6 +209,10 @@ export default async function OneaiPage({ params }: OneaiPageProps) {
{
title: oneaiCapabilities6Title(lang),
text: oneaiCapabilities6Text(lang)
},
{
title: oneaiCapabilities7Title(lang),
text: oneaiCapabilities7Text(lang)
}
];
const compareItems = [
Expand Down
4 changes: 4 additions & 0 deletions locales/en/oneai.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"6": {
"title": "Scheduled automation",
"text": "Tell a selected model what to do: hourly, daily, weekly, or on your own schedule."
},
"7": {
"title": "PII Redaction",
"text": "Automatically detect and mask sensitive data such as NIK, NPWP, phone and email before it reaches the model, with audit logs."
}
},
"comparison": {
Expand Down
4 changes: 4 additions & 0 deletions locales/id/oneai.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"6": {
"title": "Otomasi terjadwal",
"text": "Serahkan tugas rutin ke model pilihan Anda: tiap jam, harian, mingguan, atau sesuai jadwal yang Anda tentukan."
},
"7": {
"title": "Redaksi PII",
"text": "Deteksi dan samarkan data sensitif seperti NIK, NPWP, no. HP dan email otomatis sebelum dikirim ke model, lengkap dengan audit log."
}
},
"comparison": {
Expand Down
Loading