mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 16:33:01 +08:00
Merge pull request #5699 from cacing69/master
improve indonesia translation
This commit is contained in:
commit
870ff56629
@ -544,16 +544,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Installation Successful!", "Instalasi berhasil!"),
|
("Installation Successful!", "Instalasi berhasil!"),
|
||||||
("Installation failed!", "Instalasi gagal!"),
|
("Installation failed!", "Instalasi gagal!"),
|
||||||
("Reverse mouse wheel", "Balikkan arah scroll mouse!"),
|
("Reverse mouse wheel", "Balikkan arah scroll mouse!"),
|
||||||
("{} sessions", ""),
|
("{} sessions", "sesi {}"),
|
||||||
("scam_title", ""),
|
("scam_title", "Kemungkinan Anda Sedang DITIPU!"),
|
||||||
("scam_text1", ""),
|
("scam_text1", "Jika Anda sedang berbicara di telepon dengan seseorang yang TIDAK dikenal dan mereka meminta anda untuk menggunakan RustDesk, jangan lanjutkan dan segera tutup panggilan."),
|
||||||
("scam_text2", ""),
|
("scam_text2", "Kemungkinan besar mereka adalah komplotan penipu yang berusaha mencuri uang atau informasi pribadi anda."),
|
||||||
("Don't show again", ""),
|
("Don't show again", "Jangan tampilkan lagi"),
|
||||||
("I Agree", ""),
|
("I Agree", "Saya setuju"),
|
||||||
("Decline", ""),
|
("Decline", "Tolak"),
|
||||||
("Timeout in minutes", ""),
|
("Timeout in minutes", "Batasan Waktu dalam Menit"),
|
||||||
("auto_disconnect_option_tip", ""),
|
("auto_disconnect_option_tip", "Secara otomatis akan menutup sesi ketika pengguna tidak beraktivitas"),
|
||||||
("Connection failed due to inactivity", ""),
|
("Connection failed due to inactivity", "Secara otomatis akan terputus ketik tidak ada aktivitas."),
|
||||||
("Check for software update on startup", ""),
|
("Check for software update on startup", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user