forked from rustdesk/rustdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rustdesk#6458 from cacing69/master
update id trans
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -567,10 +567,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | |
("Plug out all", "Lepaskan semua"), | ||
("True color (4:4:4)", ""), | ||
("Enable blocking user input", "Aktifkan pemblokiran input pengguna"), | ||
("id_input_tip", "Kamu bisa memasukkan ID, IP langsung, atau domain dengan port kostum yang sudah ditentukan (<domain>:<port>).\nJika kamu ingin mengakses perangkat lain yang berbeda server, tambahkan alamat server setelah penulisan ID(<id>@<server_address>?key=<key_value>), sebagai contoh,\n[email protected]:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nJika kamu ingin mengakses perangkat yang menggunakan server publik, masukkan \"<id>@public\", server public tidak memerlukan key khusus"), | ||
("privacy_mode_impl_mag_tip", ""), | ||
("privacy_mode_impl_virtual_display_tip", ""), | ||
("Enter privacy mode", ""), | ||
("Exit privacy mode", ""), | ||
("id_input_tip", "Anda bisa memasukkan ID, IP langsung, atau domain dengan port kostum yang sudah ditentukan (<domain>:<port>).\nJika anda ingin mengakses perangkat lain yang berbeda server, tambahkan alamat server setelah penulisan ID(<id>@<server_address>?key=<key_value>), sebagai contoh,\n[email protected]:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nJika anda ingin mengakses perangkat yang menggunakan server publik, masukkan \"<id>@public\", server public tidak memerlukan key khusus"), | ||
("privacy_mode_impl_mag_tip", "Mode 1 (deprecated)"), | ||
("privacy_mode_impl_virtual_display_tip", "Mode 2 (direkomendasikan)"), | ||
("Enter privacy mode", "Masuk mode privasi"), | ||
("Exit privacy mode", "Keluar mode privasi"), | ||
].iter().cloned().collect(); | ||
} |