diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-04 21:20:46 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-04 21:20:46 +0300 |
| commit | 2a8da2ba3cbfbf7ac46e5ba7ba071588f3f2d8b5 (patch) | |
| tree | e1afd8fc1521abb72bc74256c4540ad1fcce8f51 /web/translation/translate.en_US.toml | |
| parent | a8b7063647c055988f3768a35af59ca391928b9b (diff) | |
separate xray page #1286
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 88ae4067..8790beee 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -12,7 +12,7 @@ "protocol" = "Protocol" "search" = "Search" "filter" = "Filter" -"loading" = "Loading" +"loading" = "Loading..." "second" = "Second" "minute" = "Minute" "hour" = "Hour" @@ -37,7 +37,9 @@ "enabled" = "Enabled" "disabled" = "Disabled" "depleted" = "Depleted" -"depletingSoon" = "Depleting soon" +"depletingSoon" = "Depleting" +"offline" = "Offline" +"online" = "Online" "domainName" = "Domain name" "monitor" = "Listening IP" "certificate" = "Certificate" @@ -54,6 +56,7 @@ "dashboard" = "System Status" "inbounds" = "Inbounds" "settings" = "Panel Settings" +"xray" = "Xray Settings" "logout" = "Logout" "link" = "Other" @@ -121,6 +124,8 @@ "modifyInbound" = "Modify Inbound" "deleteInbound" = "Delete Inbound" "deleteInboundContent" = "Confirm deletion of inbound?" +"deleteClient" = "Delete Client" +"deleteClientContent" = "Are you sure you want to delete client?" "resetTrafficContent" = "Confirm traffic reset?" "copyLink" = "Copy Link" "address" = "Address" @@ -132,8 +137,8 @@ "totalFlow" = "Total Flow" "leaveBlankToNeverExpire" = "Leave Blank to Never Expire" "noRecommendKeepDefault" = "No special requirements to maintain default settings" -"certificatePath" = "Certificate File Path" -"certificateContent" = "Certificate File Content" +"certificatePath" = "File Path" +"certificateContent" = "File Content" "publicKeyPath" = "Public Key Path" "publicKeyContent" = "Public Key Content" "keyPath" = "Private Key Path" @@ -169,6 +174,7 @@ "realityDesc" = "Xray core needs to be 1.8.0 or higher." "telegramDesc" = "use Telegram ID without @ or chat IDs ( you can get it here @userinfobot or use '/id' command in bot )" "subscriptionDesc" = "you can find your sub link on Details, also you can use the same name for several configurations" +"info" = "Info" [pages.client] "add" = "Add Client" @@ -185,6 +191,8 @@ "delayedStart" = "Start after first use" "expireDays" = "Expire days" "days" = "day(s)" +"renew" = "Auto renew" +"renewDesc" = "Auto renew days after expiration. 0 = disable" [pages.inbounds.toasts] "obtain" = "Obtain" @@ -216,7 +224,6 @@ "resetDefaultConfig" = "Reset to Default Configuration" "panelSettings" = "Panel Settings" "securitySettings" = "Security Settings" -"xrayConfiguration" = "Xray Configuration" "TGBotSettings" = "Telegram Bot Settings" "panelListeningIP" = "Panel Listening IP" "panelListeningIPDesc" = "Leave blank by default to monitor all IPs." @@ -278,8 +285,8 @@ "subShowInfo" = "Show usage info" "subShowInfoDesc" = "Show remianed traffic and date after config name" -[pages.settings.templates] -"title" = "Templates" +[pages.xray] +"title" = "Xray Settings" "basicTemplate" = "Basic Template" "advancedTemplate" = "Advanced Template" "completeTemplate" = "Complete Template" |
