From 2ac01faf23ba495b59b7bcdfe6efb00eaf512a8a Mon Sep 17 00:00:00 2001 From: Dominika Jadowska Date: Fri, 26 Jul 2024 20:57:03 +0200 Subject: [PATCH] Clean up the reverts of the translations further --- frontend/src/lang/ca.json | 3 +-- frontend/src/lang/es.json | 2 +- frontend/src/lang/zh-TW.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/lang/ca.json b/frontend/src/lang/ca.json index d8afa37..71f46fa 100644 --- a/frontend/src/lang/ca.json +++ b/frontend/src/lang/ca.json @@ -111,6 +111,5 @@ "Please use this option carefully!": "Si us plau, utilitzeu aquesta opció amb cura!", "Enable Auth": "Habilitar autenticació", "I understand, please disable": "Ho entenc, si us plau deshabilita", - "Password": "Contrasenya", - "updateAll": "Actualitzar totes" + "Password": "Contrasenya" } diff --git a/frontend/src/lang/es.json b/frontend/src/lang/es.json index d11965d..30d24a6 100644 --- a/frontend/src/lang/es.json +++ b/frontend/src/lang/es.json @@ -112,4 +112,4 @@ "dockgeAgent": "Agentes Dockge", "connecting": "Conectando", "agentRemovedSuccessfully": "Agente removido satisfactoriamente." - } +} diff --git a/frontend/src/lang/zh-TW.json b/frontend/src/lang/zh-TW.json index 8b5a468..5c83dd0 100644 --- a/frontend/src/lang/zh-TW.json +++ b/frontend/src/lang/zh-TW.json @@ -101,4 +101,4 @@ "extra": "額外", "newUpdate": "新版本", "currentEndpoint": "目前" - } +}