Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overall Enhancement #1524

Merged
merged 46 commits into from
Jan 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
c8b076e
Update translate.en_US.toml
shahin-io Jan 6, 2024
a591cc1
Update tls_settings.html
shahin-io Jan 6, 2024
e10d894
Update stream_settings.html
shahin-io Jan 6, 2024
cbea041
Update stream_sockopt.html
shahin-io Jan 6, 2024
d48a99a
Update stream_kcp.html
shahin-io Jan 6, 2024
1004978
Update stream_quic.html
shahin-io Jan 6, 2024
dbeeec3
Update stream_tcp.html
shahin-io Jan 6, 2024
6b99028
Update stream_ws.html
shahin-io Jan 6, 2024
dad4df4
Update tls_settings.html
shahin-io Jan 6, 2024
1e43275
Update outbound.html
shahin-io Jan 6, 2024
56d17e0
Update shadowsocks.html
shahin-io Jan 6, 2024
55eb97c
Update outbound.html
shahin-io Jan 6, 2024
82bd88e
Update inbound_info_modal.html
shahin-io Jan 6, 2024
b87224a
Update index.html
shahin-io Jan 6, 2024
2108e08
Update translate.en_US.toml
shahin-io Jan 6, 2024
fb4f343
Update translate.en_US.toml
shahin-io Jan 6, 2024
fd2362e
Update translate.en_US.toml
shahin-io Jan 6, 2024
0b979b4
Update translate.en_US.toml
shahin-io Jan 7, 2024
38523de
Update translate.en_US.toml
shahin-io Jan 7, 2024
bcbca52
Update translate.en_US.toml
shahin-io Jan 7, 2024
9cde121
Update outbound.html
shahin-io Jan 7, 2024
dc7fcb2
Update stream_kcp.html
shahin-io Jan 7, 2024
9e1766c
Update stream_quic.html
shahin-io Jan 7, 2024
0757cf6
Update tls_settings.html
shahin-io Jan 7, 2024
f119f67
Update translate.en_US.toml
shahin-io Jan 7, 2024
40d7db9
Update translate.en_US.toml
shahin-io Jan 7, 2024
7764a27
Update translate.en_US.toml
shahin-io Jan 7, 2024
867bd05
Update translate.en_US.toml
shahin-io Jan 7, 2024
bb23816
Update translate.en_US.toml
shahin-io Jan 7, 2024
7b0bc0d
Update translate.en_US.toml
shahin-io Jan 7, 2024
8ab2309
Update translate.en_US.toml
shahin-io Jan 7, 2024
f2ab4eb
Update stream_sockopt.html
shahin-io Jan 7, 2024
ae637d6
Update stream_sockopt.html
shahin-io Jan 7, 2024
e8f69ae
Update translate.en_US.toml
shahin-io Jan 7, 2024
34c6343
Update translate.en_US.toml
shahin-io Jan 7, 2024
f2ad273
Update translate.en_US.toml
shahin-io Jan 7, 2024
ba90f81
Update translate.en_US.toml
shahin-io Jan 7, 2024
bc0fc4a
Update vless.html
shahin-io Jan 8, 2024
c7bd9f0
Update trojan.html
shahin-io Jan 8, 2024
29711a8
Update outbound.html
shahin-io Jan 8, 2024
a1297a9
Update translate.en_US.toml
shahin-io Jan 8, 2024
fd547be
Update translate.en_US.toml
shahin-io Jan 8, 2024
bd41eaf
Update translate.en_US.toml
shahin-io Jan 8, 2024
312fb2c
Update translate.en_US.toml
shahin-io Jan 8, 2024
d93ce5c
Update translate.en_US.toml
shahin-io Jan 8, 2024
adb825b
Merge branch 'MHSanaei:main' into main
shahin-io Jan 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/translation/translate.en_US.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"backup" = "Backup & Restore"
"backupTitle" = "Backup & Restore Database"
"backupDescription" = "It is recommended to a make backup before importing a new database."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is recommended to make a backup before importing a new database.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. i miss it.

"exportDatabase" = "Download Database"
"importDatabase" = "Upload Database"
"exportDatabase" = "Backup Database"
"importDatabase" = "Restore Database"

[pages.inbounds]
"title" = "Inbounds"
Expand Down