From 7f65cae89143228a8ee49c785ad84b4b2e40b3a5 Mon Sep 17 00:00:00 2001 From: sf0nt Date: Wed, 30 Apr 2025 04:43:41 +0200 Subject: [PATCH] Update es_ca.json --- src/static/locale/es_ca.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/static/locale/es_ca.json b/src/static/locale/es_ca.json index 7a99920..d2d2cd9 100644 --- a/src/static/locale/es_ca.json +++ b/src/static/locale/es_ca.json @@ -345,17 +345,17 @@ "Email sent successfully!": "", "AmneziaWG Peer Setting": "", "System Status": "", - "CPU": "", - "Memory": "", + "CPU": "CPU", + "Memory": "Memòria", "Swap Memory": "", "Processes": "", - "CPU Usage": "", - "Memory Usage": "", + "CPU Usage": "Ús de CPU", + "Memory Usage": "Memòria Utilitzada", "Swap Memory Usage": "", - "Network": "", - "([0-9]{1,}) Interfaces": "", - "Storage": "", - "([0-9]{1,}) Partitions": "", - "(.*) Used": "", + "Network": "Xarxa", + "([0-9]{1,}) Interfaces": "([0-9]{1,}) Interfícies", + "Storage": "Emmagatzematge", + "([0-9]{1,}) Partitions": "([0-9]{1,}) Particions", + "(.*) Used": "(.*) Utilitzat", "Untitled Peer": "" }