update ja.rs (#9376)

This commit is contained in:
お餅のCreeeper 2024-09-17 13:32:32 +09:00 committed by GitHub
parent c5038b1a78
commit 8a8f708c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -630,19 +630,19 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("cancel-2fa-confirm-tip", "本当に二要素認証をキャンセルしますか?"), ("cancel-2fa-confirm-tip", "本当に二要素認証をキャンセルしますか?"),
("cancel-bot-confirm-tip", "本当にTelegram Botをキャンセルしますか"), ("cancel-bot-confirm-tip", "本当にTelegram Botをキャンセルしますか"),
("About RustDesk", "RustDeskについて"), ("About RustDesk", "RustDeskについて"),
("Send clipboard keystrokes", ""), ("Send clipboard keystrokes", "クリップボードの内容をキー入力として送信する"),
("network_error_tip", ""), ("network_error_tip", "ネットワーク接続を確認し、再度お試しください。"),
("Unlock with PIN", ""), ("Unlock with PIN", "PINでロック解除"),
("Requires at least {} characters", ""), ("Requires at least {} characters", "最低でも{}文字必要です"),
("Wrong PIN", ""), ("Wrong PIN", "PINが間違っています"),
("Set PIN", ""), ("Set PIN", "PINを設定"),
("Enable trusted devices", ""), ("Enable trusted devices", "承認済デバイスを有効化"),
("Manage trusted devices", ""), ("Manage trusted devices", "承認済デバイスの管理"),
("Platform", ""), ("Platform", "プラットフォーム"),
("Days remaining", ""), ("Days remaining", "残り日数"),
("enable-trusted-devices-tip", ""), ("enable-trusted-devices-tip", "承認済デバイスで2FAチェックをスキップします。"),
("Parent directory", ""), ("Parent directory", "親ディレクトリ"),
("Resume", ""), ("Resume", "再開"),
("Invalid file name", ""), ("Invalid file name", "無効なファイル名"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }