Skip to content

Commit b757e97

Browse files
authored
fix(translation): ja (rustdesk#14993)
Signed-off-by: fufesou <linlong1266@gmail.com>
1 parent 9df486a commit b757e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lang/ja.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
739739
("Changelog", "更新履歴"),
740740
("keep-awake-during-outgoing-sessions-label", "送信セッション中は、画面のスリープを無効化する"),
741741
("keep-awake-during-incoming-sessions-label", "受信セッション中は、画面のスリープを無効化する"),
742-
("Continue with {}", "{}で続行する"),
742+
("Continue with {}", "{} で続行する"),
743743
("Display Name", "表示名"),
744744
("password-hidden-tip", "永続的なパスワードが設定されています (非表示)"),
745745
("preset-password-in-use-tip", "プリセットパスワードが現在使用されています"),

0 commit comments

Comments
 (0)