mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
Update Japanese translations in ja.rs (#13952)
This commit is contained in:
committed by
GitHub
parent
f6d6c3afb5
commit
7ac03ffefc
@@ -721,14 +721,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show virtual joystick", "仮想ジョイスティックを表示する"),
|
||||
("Edit note", "メモを編集"),
|
||||
("Alias", "エイリアス"),
|
||||
("ScrollEdge", ""),
|
||||
("Allow insecure TLS fallback", ""),
|
||||
("allow-insecure-tls-fallback-tip", ""),
|
||||
("Disable UDP", ""),
|
||||
("disable-udp-tip", ""),
|
||||
("server-oss-not-support-tip", ""),
|
||||
("input note here", ""),
|
||||
("note-at-conn-end-tip", ""),
|
||||
("Show terminal extra keys", ""),
|
||||
("ScrollEdge", "スクロールエッジ"),
|
||||
("Allow insecure TLS fallback", "安全ではない TLS フォールバックを許可する"),
|
||||
("allow-insecure-tls-fallback-tip", "既定では RustDesk は TLS を使用するプロトコルのサーバー証明書を検証します。\nこのオプションを有効化すると RustDesk は検証の手順をスキップして、検証に失敗した場合の処理を続行します。"),
|
||||
("Disable UDP", "UDP を無効化する"),
|
||||
("disable-udp-tip", "TCP のみ使用するかどうかを制御します。\nこのオプションを有効化すると、RustDesk は UDP 21116 を使用せずに TCP 21116 を使用するようになります。"),
|
||||
("server-oss-not-support-tip", "注意: RustDesk Server OSS にはこの機能が含まれていません。"),
|
||||
("input note here", "ここにメモを入力"),
|
||||
("note-at-conn-end-tip", "接続終了時にメモを要求する"),
|
||||
("Show terminal extra keys", "ターミナルの追加キーを表示する"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user