From 59e3c14027d5d7b05bb4ceedc6f84166325fe477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:22:15 +0800 Subject: [PATCH] Added English practical navigation buttons in the background Added English practical navigation buttons in the background --- web/translation/translate.en_US.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 967a919..9c1e34e 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -68,6 +68,7 @@ "xray" = "Xray Configs" "logout" = "Log Out" "link" = "Manage" +"navigation" = "navigation" [pages.login] "hello" = "Hello" @@ -424,6 +425,9 @@ "errorLog" = "Error Log" "errorLogDesc" = "The file path for the error log. The special value 'none' disabled error logs" +[pages.navigation] +"title" = "navigation" + [pages.xray.rules] "first" = "First" "last" = "Last"