mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 05:31:28 +03:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user