show peer note (#13140)

Signed-off-by: 21pages <sunboeasy@gmail.com>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
21pages
2025-10-12 14:59:42 +08:00
committed by GitHub
parent 9826c4e943
commit 30552fd202
56 changed files with 394 additions and 90 deletions

View File

@@ -57,7 +57,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("ID Server", "認証サーバー"),
("Relay Server", "中継サーバー"),
("API Server", "API サーバー"),
("Key", "キー"),
("invalid_http", "http:// または https:// から始まる必要があります。"),
("Invalid IP", "無効な IP"),
("Invalid format", "無効な形式"),
@@ -710,16 +709,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Supported only in the installed version.", "インストールされたバージョンでのみサポートされます。"),
("elevation_username_tip", "ユーザー名またはドメインのユーザー名を入力してください。"),
("Preparing for installation ...", "インストールの準備中です..."),
("Show my cursor", "自分のカーソルを表示"),
("Show my cursor", "自分のカーソルを表示する"),
("Scale custom", "カスタムスケーリング"),
("Custom scale slider", "カスタムスケールのスライダー"),
("Decrease", "縮小"),
("Increase", "拡大"),
("Show my cursor", "自分のカーソルを表示する"),
("Show virtual mouse", "仮想マウスを表示する"),
("Virtual mouse size", "仮想マウスのサイズ"),
("Small", ""),
("Large", ""),
("Show virtual joystick", "仮想ジョイスティックを表示する"),
("Edit note", ""),
("Alias", ""),
].iter().cloned().collect();
}