🐛 fix: Implement encryption and obfuscation features in protocol configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"bandwidth_placeholder": "帯域幅を入力してください。BBRの場合は空白のままにしてください。",
|
||||
"basic": "基本設定",
|
||||
"cancel": "キャンセル",
|
||||
"cipher": "暗号化アルゴリズム",
|
||||
"city": "都市",
|
||||
"config": {
|
||||
"actions": {
|
||||
@@ -49,9 +50,19 @@
|
||||
"drawerEditTitle": "サーバーを編集",
|
||||
"edit": "編集",
|
||||
"enabled": "有効",
|
||||
"encryption_method": "暗号化方式",
|
||||
"encryption": "暗号化方式",
|
||||
"encryption_client_padding": "クライアントパディング",
|
||||
"encryption_mode": "モード",
|
||||
"encryption_password": "パスワード",
|
||||
"encryption_password_placeholder": "自動生成のために空白のままにし、ポスト量子暗号化のために手動で置き換えてください",
|
||||
"encryption_private_key": "秘密鍵",
|
||||
"encryption_private_key_placeholder": "自動生成のために空白のままにし、ポスト量子暗号化のために手動で置き換えてください",
|
||||
"encryption_rtt": "RTT",
|
||||
"encryption_server_padding": "サーバーパディング",
|
||||
"encryption_ticket": "チケット時間",
|
||||
"expireTime": "有効期限",
|
||||
"expired": "期限切れ",
|
||||
"extra": "追加設定",
|
||||
"flow": "フロー",
|
||||
"hop_interval": "ホップ間隔",
|
||||
"hop_ports": "ホップポート",
|
||||
@@ -64,12 +75,16 @@
|
||||
"migrateFailed": "データの移行に失敗しました",
|
||||
"migrated": "データが正常に移行されました",
|
||||
"migrating": "移行中...",
|
||||
"mode": "モード",
|
||||
"multiplex": "マルチプレックス",
|
||||
"name": "名前",
|
||||
"noData": "データなし",
|
||||
"notAvailable": "利用不可",
|
||||
"obfs": "難読化",
|
||||
"obfs_host": "難読化ホスト",
|
||||
"obfs_password": "難読化パスワード",
|
||||
"obfs_password_placeholder": "難読化パスワードを入力してください",
|
||||
"obfs_path": "難読化パス",
|
||||
"offline": "オフライン",
|
||||
"online": "オンライン",
|
||||
"onlineUsers": "オンラインユーザー",
|
||||
@@ -78,8 +93,6 @@
|
||||
"pageTitle": "サーバー",
|
||||
"path": "パス",
|
||||
"please_select": "選択してください",
|
||||
"plugin": "プラグイン設定",
|
||||
"plugin_opts": "プラグインオプション",
|
||||
"port": "ポート",
|
||||
"protocol_configurations": "プロトコル設定",
|
||||
"protocol_configurations_desc": "必要なプロトコルタイプを有効にして設定します",
|
||||
|
||||
Reference in New Issue
Block a user