Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Sep 17, 2024
2 parents 3b54c5a + 29c3b29 commit 8a20512
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/lang/ja.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Recent sessions", "最近のセッション"),
("Address book", "アドレス帳"),
("Confirmation", "確認"),
("TCP tunneling", "TXPトンネリング"),
("TCP tunneling", "TCPトンネリング"),
("Remove", "削除"),
("Refresh random password", "ランダムパスワードを再生成"),
("Set your own password", "パスワードを設定"),
Expand Down Expand Up @@ -630,19 +630,19 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("cancel-2fa-confirm-tip", "本当に二要素認証をキャンセルしますか?"),
("cancel-bot-confirm-tip", "本当にTelegram Botをキャンセルしますか?"),
("About RustDesk", "RustDeskについて"),
("Send clipboard keystrokes", ""),
("network_error_tip", ""),
("Unlock with PIN", ""),
("Requires at least {} characters", ""),
("Wrong PIN", ""),
("Set PIN", ""),
("Enable trusted devices", ""),
("Manage trusted devices", ""),
("Platform", ""),
("Days remaining", ""),
("enable-trusted-devices-tip", ""),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Send clipboard keystrokes", "クリップボードの内容をキー入力として送信する"),
("network_error_tip", "ネットワーク接続を確認し、再度お試しください。"),
("Unlock with PIN", "PINでロック解除"),
("Requires at least {} characters", "最低でも{}文字必要です"),
("Wrong PIN", "PINが間違っています"),
("Set PIN", "PINを設定"),
("Enable trusted devices", "承認済デバイスを有効化"),
("Manage trusted devices", "承認済デバイスの管理"),
("Platform", "プラットフォーム"),
("Days remaining", "残り日数"),
("enable-trusted-devices-tip", "承認済デバイスで2FAチェックをスキップします。"),
("Parent directory", "親ディレクトリ"),
("Resume", "再開"),
("Invalid file name", "無効なファイル名"),
].iter().cloned().collect();
}

0 comments on commit 8a20512

Please sign in to comment.