mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
refactor: update lang id.rs (#13026)
This commit is contained in:
@@ -672,43 +672,43 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("remote-printing-disallowed-text-tip", ""),
|
||||
("save-settings-tip", ""),
|
||||
("dont-show-again-tip", ""),
|
||||
("Take screenshot", ""),
|
||||
("Taking screenshot", ""),
|
||||
("Take screenshot", "Ambil tangkapan layar"),
|
||||
("Taking screenshot", "Mengambil tangkapan layar"),
|
||||
("screenshot-merged-screen-not-supported-tip", ""),
|
||||
("screenshot-action-tip", ""),
|
||||
("Save as", ""),
|
||||
("Copy to clipboard", ""),
|
||||
("Enable remote printer", ""),
|
||||
("Downloading {}", ""),
|
||||
("{} Update", ""),
|
||||
("Save as", "Simpan sebagai"),
|
||||
("Copy to clipboard", "Salin ke papan klip"),
|
||||
("Enable remote printer", "Aktifkan printer jarak jauh"),
|
||||
("Downloading {}", "Mengunduh {}"),
|
||||
("{} Update", "Perbarui {}"),
|
||||
("{}-to-update-tip", ""),
|
||||
("download-new-version-failed-tip", ""),
|
||||
("Auto update", ""),
|
||||
("Auto update", "Pembaruan otomatis"),
|
||||
("update-failed-check-msi-tip", ""),
|
||||
("websocket_tip", ""),
|
||||
("Use WebSocket", ""),
|
||||
("Trackpad speed", ""),
|
||||
("Default trackpad speed", ""),
|
||||
("Numeric one-time password", ""),
|
||||
("Enable IPv6 P2P connection", ""),
|
||||
("Enable UDP hole punching", ""),
|
||||
("Use WebSocket", "Gunakan WebSocket"),
|
||||
("Trackpad speed", "Kecepatan trackpad"),
|
||||
("Default trackpad speed", "Kecepatan default trackpad"),
|
||||
("Numeric one-time password", "Kata sandi sekali pakai numerik"),
|
||||
("Enable IPv6 P2P connection", "Aktifkan koneksi P2P IPv6"),
|
||||
("Enable UDP hole punching", "Aktifkan UDP hole punching"),
|
||||
("View camera", "Lihat Kamera"),
|
||||
("Enable camera", "Aktifkan kamera"),
|
||||
("No cameras", "Tidak ada kamera"),
|
||||
("view_camera_unsupported_tip", "Perangkat yang terhubung tidak mendukung tampilan kamera."),
|
||||
("Terminal", ""),
|
||||
("Enable terminal", ""),
|
||||
("New tab", ""),
|
||||
("Keep terminal sessions on disconnect", ""),
|
||||
("Terminal (Run as administrator)", ""),
|
||||
("Terminal", "Terminal"),
|
||||
("Enable terminal", "Aktifkan terminal"),
|
||||
("New tab", "Tab baru"),
|
||||
("Keep terminal sessions on disconnect", "Pertahankan sesi terminal saat terputus"),
|
||||
("Terminal (Run as administrator)", "Terminal (Jalankan sebagai administrator)"),
|
||||
("terminal-admin-login-tip", ""),
|
||||
("Failed to get user token.", ""),
|
||||
("Incorrect username or password.", ""),
|
||||
("The user is not an administrator.", ""),
|
||||
("Failed to check if the user is an administrator.", ""),
|
||||
("Supported only in the installed version.", ""),
|
||||
("elevation_username_tip", ""),
|
||||
("Preparing for installation ...", ""),
|
||||
("Show my cursor", ""),
|
||||
("Failed to get user token.", "Gagal mendapatkan token pengguna."),
|
||||
("Incorrect username or password.", "Nama pengguna atau kata sandi salah."),
|
||||
("The user is not an administrator.", "Pengguna bukanlah administrator."),
|
||||
("Failed to check if the user is an administrator.", "Gagal memeriksa apakah pengguna adalah administrator."),
|
||||
("Supported only in the installed version.", "Hanya didukung pada versi yang terinstal."),
|
||||
("elevation_username_tip", "panduan_elevasi_nama_pengguna"),
|
||||
("Preparing for installation ...", "Mempersiapkan instalasi ..."),
|
||||
("Show my cursor", "Tampilkan kursor saya"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user