Merge pull request #5669 from cacing69/master

update text indo
This commit is contained in:
RustDesk 2023-09-13 09:56:26 +08:00 committed by GitHub
commit 1d219eb8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,8 +541,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change Color", "Ganti warna"),
("Primary Color", "Warna utama"),
("HSV Color", "Warna HSV"),
("Installation Successful!", ""),
("Installation failed!", ""),
("Reverse mouse wheel", ""),
("Installation Successful!", "Instalasi berhasil!"),
("Installation failed!", "Instalasi gagal!"),
("Reverse mouse wheel", "Balikkan arah scroll mouse!"),
].iter().cloned().collect();
}