update id

This commit is contained in:
Ibnul Mutaki 2023-09-25 08:38:58 +07:00
parent a0c7bbe213
commit fd4cd3ed04

View File

@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Secara otomatis akan terputus ketik tidak ada aktivitas."), ("Connection failed due to inactivity", "Secara otomatis akan terputus ketik tidak ada aktivitas."),
("Check for software update on startup", "Periksa pembaruan aplikasi saat sistem dinyalakan."), ("Check for software update on startup", "Periksa pembaruan aplikasi saat sistem dinyalakan."),
("upgrade_rustdesk_server_pro_to_{}_tip", "Silahkan perbarui RustDesk Server Pro ke versi {} atau yang lebih baru!"), ("upgrade_rustdesk_server_pro_to_{}_tip", "Silahkan perbarui RustDesk Server Pro ke versi {} atau yang lebih baru!"),
("pull_group_failed_tip", ""), ("pull_group_failed_tip", "Gagal memperbarui grup"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }