diff --git a/src/app/(public)/HomeClient.tsx b/src/app/(public)/HomeClient.tsx index e24b67b..a7ca85b 100644 --- a/src/app/(public)/HomeClient.tsx +++ b/src/app/(public)/HomeClient.tsx @@ -109,7 +109,7 @@ function CliSnippet({ label, command, t }: { label: string, command: string, t:
$ - {command || 'No script available.'} + {command || t('no_script')}
@@ -161,7 +161,7 @@ function OsGuideContent({ title, steps, selectedOs, certificates, t }: { title:
{t('bundle_guide_title')} - Recommended + {t('recommended')}

{t('bundle_guide_desc')} diff --git a/src/messages/en.json b/src/messages/en.json index c330b59..1cd424b 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -190,7 +190,10 @@ "download_macos_title": "Download macOS Profile (.mobileconfig)", "download_linux_title": "Download Linux Installer (.sh)", "copy_cli": "Copy CLI", + "copy_command": "Copy Command", + "no_script": "No script available.", "copied": "Copied!", + "recommended": "Recommended", "root_ca": "Root CA", "intermediate_ca": "Intermediate CA", "root_ca_hierarchy": "Root Trust Foundation", diff --git a/src/messages/id.json b/src/messages/id.json index 1504c63..52df9d1 100644 --- a/src/messages/id.json +++ b/src/messages/id.json @@ -190,7 +190,10 @@ "download_macos_title": "Unduh Profil macOS (.mobileconfig)", "download_linux_title": "Unduh Penginstal Linux (.sh)", "copy_cli": "Salin CLI", + "copy_command": "Salin Perintah", + "no_script": "Skrip tidak tersedia.", "copied": "Tersalin!", + "recommended": "Rekomendasi", "root_ca": "Root CA", "intermediate_ca": "Intermediate CA", "root_ca_hierarchy": "Fondasi Kepercayaan Akar",