From f68fde6257b7afdf5996da6ebe1e6caa48ded116 Mon Sep 17 00:00:00 2001 From: Claycuy Date: Fri, 7 Aug 2026 09:20:18 +0800 Subject: [PATCH 1/2] i18n(id): Update new string translations --- bulk.json | 17 +++++++++++++++++ src/lang/id-id.json | 12 ++++++------ 2 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 bulk.json diff --git a/bulk.json b/bulk.json new file mode 100644 index 000000000..2f699dc40 --- /dev/null +++ b/bulk.json @@ -0,0 +1,17 @@ +{ + "active processes": "Active Processes", + "total memory": "Total Memory", + "uptime": "Uptime", + "note": "Note", + "acode main process": "Acode main process", + "ppid parent": "PPID (Parent)", + "unknown": "Unknown", + "just started": "Just Started", + "diff days": "{days}d {hr}h ago", + "diff hr": "{hr}h {min}m ago", + "diff min": "{min}m {sec}s ago", + "diff sec": "{sec}s ago", + "command": "Command", + "managed": "Managed", + "acode service": "Acode Service" +} diff --git a/src/lang/id-id.json b/src/lang/id-id.json index e84a2db5d..4f2baf5c8 100644 --- a/src/lang/id-id.json +++ b/src/lang/id-id.json @@ -830,10 +830,10 @@ "command": "Perintah", "managed": "Dikelola", "acode service": "Layanan Acode", - "info-terminal-show-scrollbar": "Show the xterm scrollbar beside the terminal.", - "terminal:show scrollbar": "Show Scrollbar", - "apply exclusions when copying": "Apply exclusions when copying", - "settings-info-app-use-file-operation-exclusions": "Skip files and folders matching the exclusion patterns during copy and paste operations.", - "horizontal scroll margin": "Horizontal scroll margin", - "settings-info-horizontal-scroll-margin": "Adds empty space after the longest line when word wrap is off. Enter any non-negative whole-pixel value." + "info-terminal-show-scrollbar": "Tampilkan bilah gulir xterm di samping terminal.", + "terminal:show scrollbar": "Tampilkan Bilah Gulir", + "apply exclusions when copying": "Terapkan pengecualian saat menyalin", + "settings-info-app-use-file-operation-exclusions": "Lewati file dan folder yang cocok dengan pola pengecualian selama operasi salin dan tempel.", + "horizontal scroll margin": "Margin gulir horizontal", + "settings-info-horizontal-scroll-margin": "Menambahkan ruang kosong setelah baris terpanjang saat pembungkusan kata (word wrap) nonaktif. Masukkan nilai piksel utuh non-negatif apa pun." } From 8fbfc1df5143ff9267b3ac2cc3d9d4ac45fc338c Mon Sep 17 00:00:00 2001 From: Claycuy Date: Fri, 7 Aug 2026 09:20:45 +0800 Subject: [PATCH 2/2] refactor: Remove bulk.json --- bulk.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 bulk.json diff --git a/bulk.json b/bulk.json deleted file mode 100644 index 2f699dc40..000000000 --- a/bulk.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "active processes": "Active Processes", - "total memory": "Total Memory", - "uptime": "Uptime", - "note": "Note", - "acode main process": "Acode main process", - "ppid parent": "PPID (Parent)", - "unknown": "Unknown", - "just started": "Just Started", - "diff days": "{days}d {hr}h ago", - "diff hr": "{hr}h {min}m ago", - "diff min": "{min}m {sec}s ago", - "diff sec": "{sec}s ago", - "command": "Command", - "managed": "Managed", - "acode service": "Acode Service" -}