173 lines
3.5 KiB
TypeScript
173 lines
3.5 KiB
TypeScript
export default {
|
|
message: "Welcome",
|
|
success: "success",
|
|
failed: "failed",
|
|
enable: "Enable",
|
|
disable: "Disable",
|
|
loading: "Loading...",
|
|
confirm: "Are you sure ?",
|
|
yes: "yes",
|
|
no: "no",
|
|
unlimited: "infinite",
|
|
remained: "Remained",
|
|
type: "Type",
|
|
submit: "Submit",
|
|
reset: "Reset",
|
|
now: "Now",
|
|
network: "Network",
|
|
copyToClipboard: "Copy to clipboard",
|
|
noData: "No data!",
|
|
invalidLogin: "Invalid Login!",
|
|
online: "Online",
|
|
pages: {
|
|
login: "Login",
|
|
home: "Home",
|
|
inbounds: "Inbounds",
|
|
outbounds: "Outbounds",
|
|
clients: "Clients",
|
|
rules: "Rules",
|
|
basics: "Basics",
|
|
admins: "Admins",
|
|
settings: "Settings",
|
|
},
|
|
main: {
|
|
tiles: "Tiles",
|
|
gauges: "Gauges",
|
|
charts: "Charts",
|
|
infos: "Information",
|
|
gauge: {
|
|
cpu: "CPU Gauge",
|
|
mem: "RAM Gauge",
|
|
},
|
|
chart: {
|
|
cpu: "CPU Monitor",
|
|
mem: "RAM Monitor",
|
|
net: "Network Bandwidth",
|
|
pnet: "Network Packets",
|
|
},
|
|
info: {
|
|
sys: "System Info",
|
|
sbd: "Sing-Box Info",
|
|
host: "Host",
|
|
cpu: "CPU",
|
|
core: "Core",
|
|
uptime: "Uptime",
|
|
threads: "Threads",
|
|
memory: "Memory",
|
|
running: "Running"
|
|
}
|
|
},
|
|
objects: {
|
|
inbound: "Inbound",
|
|
client: "Client",
|
|
outbound: "Outbound",
|
|
rule: "Rule",
|
|
user: "User",
|
|
},
|
|
actions: {
|
|
action: "Action",
|
|
add: "Add",
|
|
edit: "Edit",
|
|
del: "Delete",
|
|
save: "Save",
|
|
update: "Update",
|
|
submit: "Submit",
|
|
close: "Close",
|
|
restartApp: "Restart App",
|
|
},
|
|
login: {
|
|
title: "Login",
|
|
username: "Username",
|
|
unRules: "Username can not be empty",
|
|
password: "Password",
|
|
pwRules: "Password can not be empty",
|
|
},
|
|
menu: {
|
|
logout: "Logout",
|
|
},
|
|
admin: {
|
|
changeCred: "Change credentials",
|
|
oldPass: "Current Password",
|
|
newUname: "New Username",
|
|
newPass: "New Password",
|
|
},
|
|
setting: {
|
|
interface: "Interface",
|
|
sub: "Subscription",
|
|
addr: "Address",
|
|
port: "Port",
|
|
webPath: "Base URI",
|
|
domain: "Domain",
|
|
sslKey: "SSL Key Path",
|
|
sslCert: "SSL Certificate Path",
|
|
webUri: "Panel URI",
|
|
sessionAge: "Session Maximum Age",
|
|
timeLoc: "Timezone Location",
|
|
subEncode: "Enable Encoding",
|
|
subInfo: "Enable Client Info",
|
|
path: "Default Path",
|
|
update: "Automatic Update Time",
|
|
subUri: "Subscription URI",
|
|
},
|
|
client: {
|
|
name: "Name",
|
|
desc: "Description",
|
|
inboundTags: "Inbound Tags",
|
|
basics: "Basics",
|
|
config: "Config",
|
|
links: "Links",
|
|
external: "External Link",
|
|
sub: "External Subscription",
|
|
},
|
|
in: {
|
|
tag: "Tag",
|
|
addr: "Address",
|
|
port: "Port",
|
|
sniffing: "Sniffing",
|
|
tls: "TLS",
|
|
clients: "Enable Clients",
|
|
multiplex: "Multiplex",
|
|
transport: "Transport",
|
|
},
|
|
transport: {
|
|
enable: "Enable Transport",
|
|
host: "Host",
|
|
hosts: "Hosts",
|
|
path: "Path",
|
|
},
|
|
tls : {
|
|
enable: "Enable TLS",
|
|
usePath: "Use Path",
|
|
useText: "Use Text",
|
|
certPath: "Certificate File Path",
|
|
keyPath: "Key File Path",
|
|
cert: "Certificate",
|
|
key: "Key",
|
|
},
|
|
stats: {
|
|
upload: "Upload",
|
|
download: "Download",
|
|
volume: "Volume",
|
|
usage: "Usage",
|
|
enable: "Enable Statistics",
|
|
graphTitle: "Traffic Chart",
|
|
B: "B",
|
|
KB: "KB",
|
|
MB: "MB",
|
|
GB: "GB",
|
|
TB: "TB",
|
|
PB: "PB",
|
|
p: "p",
|
|
Kp: "Kp",
|
|
Mp: "Mp",
|
|
Gb: "Gb",
|
|
},
|
|
date: {
|
|
expiry: "Expiry",
|
|
expired: "Expired",
|
|
d: "d",
|
|
h: "h",
|
|
m: "m",
|
|
s: "s",
|
|
}
|
|
} |