From 1b9d5e9378a2369a5658fa30380d40e71eb9e393 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sat, 8 Jun 2024 17:47:16 +0200 Subject: [PATCH] update + translate log modal --- frontend/src/components/Main.vue | 4 ++-- frontend/src/layouts/modals/Logs.vue | 22 +++++++++------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/frontend/src/components/Main.vue b/frontend/src/components/Main.vue index a9052b3..2044605 100644 --- a/frontend/src/components/Main.vue +++ b/frontend/src/components/Main.vue @@ -95,7 +95,7 @@ - S-UI Logs + {{ $t('basic.log.title') + " - S-UI" }} @@ -112,7 +112,7 @@ {{ $t('no') }} - Sing-Box Logs + {{ $t('basic.log.title') + " - Sing-Box" }} diff --git a/frontend/src/layouts/modals/Logs.vue b/frontend/src/layouts/modals/Logs.vue index 3340391..05b4588 100644 --- a/frontend/src/layouts/modals/Logs.vue +++ b/frontend/src/layouts/modals/Logs.vue @@ -2,7 +2,13 @@ - {{ (logType == 's-ui'? "S-UI" : "Sing-Box") + " logs" }} + + {{ $t('basic.log.title') + " - " + (logType == 's-ui'? "S-UI" : "Sing-Box") }} + + + + + @@ -10,7 +16,7 @@ @@ -19,7 +25,7 @@ @@ -37,16 +43,6 @@ - - - - {{ $t('actions.close') }} - -