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