windows silent install notification
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
065c19cbbc
commit
91decea302
65
Cargo.lock
generated
65
Cargo.lock
generated
@ -4422,7 +4422,7 @@ dependencies = [
|
|||||||
"base64",
|
"base64",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"line-wrap",
|
"line-wrap",
|
||||||
"quick-xml",
|
"quick-xml 0.28.2",
|
||||||
"serde 1.0.163",
|
"serde 1.0.163",
|
||||||
"time 0.3.21",
|
"time 0.3.21",
|
||||||
]
|
]
|
||||||
@ -4622,6 +4622,15 @@ dependencies = [
|
|||||||
"winapi 0.3.9",
|
"winapi 0.3.9",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "quick-xml"
|
||||||
|
version = "0.23.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
|
||||||
|
dependencies = [
|
||||||
|
"memchr",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-xml"
|
name = "quick-xml"
|
||||||
version = "0.28.2"
|
version = "0.28.2"
|
||||||
@ -5199,6 +5208,7 @@ dependencies = [
|
|||||||
"sys-locale",
|
"sys-locale",
|
||||||
"system_shutdown",
|
"system_shutdown",
|
||||||
"tao",
|
"tao",
|
||||||
|
"tauri-winrt-notification",
|
||||||
"tray-icon",
|
"tray-icon",
|
||||||
"url",
|
"url",
|
||||||
"users 0.11.0",
|
"users 0.11.0",
|
||||||
@ -5971,6 +5981,16 @@ dependencies = [
|
|||||||
"serde_json 0.9.10",
|
"serde_json 0.9.10",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "tauri-winrt-notification"
|
||||||
|
version = "0.1.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f"
|
||||||
|
dependencies = [
|
||||||
|
"quick-xml 0.23.1",
|
||||||
|
"windows 0.39.0",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.5.0"
|
version = "3.5.0"
|
||||||
@ -6824,6 +6844,19 @@ dependencies = [
|
|||||||
"windows_x86_64_msvc 0.34.0",
|
"windows_x86_64_msvc 0.34.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows"
|
||||||
|
version = "0.39.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
|
||||||
|
dependencies = [
|
||||||
|
"windows_aarch64_msvc 0.39.0",
|
||||||
|
"windows_i686_gnu 0.39.0",
|
||||||
|
"windows_i686_msvc 0.39.0",
|
||||||
|
"windows_x86_64_gnu 0.39.0",
|
||||||
|
"windows_x86_64_msvc 0.39.0",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows"
|
name = "windows"
|
||||||
version = "0.44.0"
|
version = "0.44.0"
|
||||||
@ -6973,6 +7006,12 @@ version = "0.34.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_aarch64_msvc"
|
||||||
|
version = "0.39.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_aarch64_msvc"
|
name = "windows_aarch64_msvc"
|
||||||
version = "0.42.2"
|
version = "0.42.2"
|
||||||
@ -6997,6 +7036,12 @@ version = "0.34.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_i686_gnu"
|
||||||
|
version = "0.39.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_gnu"
|
name = "windows_i686_gnu"
|
||||||
version = "0.42.2"
|
version = "0.42.2"
|
||||||
@ -7021,6 +7066,12 @@ version = "0.34.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_i686_msvc"
|
||||||
|
version = "0.39.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_msvc"
|
name = "windows_i686_msvc"
|
||||||
version = "0.42.2"
|
version = "0.42.2"
|
||||||
@ -7045,6 +7096,12 @@ version = "0.34.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_x86_64_gnu"
|
||||||
|
version = "0.39.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_gnu"
|
name = "windows_x86_64_gnu"
|
||||||
version = "0.42.2"
|
version = "0.42.2"
|
||||||
@ -7081,6 +7138,12 @@ version = "0.34.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_x86_64_msvc"
|
||||||
|
version = "0.39.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_msvc"
|
name = "windows_x86_64_msvc"
|
||||||
version = "0.42.2"
|
version = "0.42.2"
|
||||||
|
@ -97,6 +97,7 @@ virtual_display = { path = "libs/virtual_display", optional = true }
|
|||||||
impersonate_system = { git = "https://github.com/21pages/impersonate-system" }
|
impersonate_system = { git = "https://github.com/21pages/impersonate-system" }
|
||||||
shared_memory = "0.12"
|
shared_memory = "0.12"
|
||||||
shutdown_hooks = "0.1"
|
shutdown_hooks = "0.1"
|
||||||
|
tauri-winrt-notification = "0.1.2"
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
objc = "0.2"
|
objc = "0.2"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
|
use crate::client::translate;
|
||||||
#[cfg(not(debug_assertions))]
|
#[cfg(not(debug_assertions))]
|
||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
use crate::platform::breakdown_callback;
|
use crate::platform::breakdown_callback;
|
||||||
@ -5,6 +7,8 @@ use hbb_common::log;
|
|||||||
#[cfg(not(debug_assertions))]
|
#[cfg(not(debug_assertions))]
|
||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
use hbb_common::platform::register_breakdown_handler;
|
use hbb_common::platform::register_breakdown_handler;
|
||||||
|
#[cfg(windows)]
|
||||||
|
use tauri_winrt_notification::{Duration, Sound, Toast};
|
||||||
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! my_println{
|
macro_rules! my_println{
|
||||||
@ -178,12 +182,23 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||||||
}
|
}
|
||||||
return None;
|
return None;
|
||||||
} else if args[0] == "--silent-install" {
|
} else if args[0] == "--silent-install" {
|
||||||
hbb_common::allow_err!(platform::install_me(
|
let res = platform::install_me(
|
||||||
"desktopicon startmenu driverCert",
|
"desktopicon startmenu driverCert",
|
||||||
"".to_owned(),
|
"".to_owned(),
|
||||||
true,
|
true,
|
||||||
args.len() > 1,
|
args.len() > 1,
|
||||||
));
|
);
|
||||||
|
let text = match res {
|
||||||
|
Ok(_) => translate("Installation Successful!".to_string()),
|
||||||
|
Err(_) => translate("Installation failed!".to_string()),
|
||||||
|
};
|
||||||
|
Toast::new(Toast::POWERSHELL_APP_ID)
|
||||||
|
.title(&hbb_common::config::APP_NAME.read().unwrap())
|
||||||
|
.text1(&text)
|
||||||
|
.sound(Some(Sound::Default))
|
||||||
|
.duration(Duration::Short)
|
||||||
|
.show()
|
||||||
|
.ok();
|
||||||
return None;
|
return None;
|
||||||
} else if args[0] == "--install-cert" {
|
} else if args[0] == "--install-cert" {
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
@ -482,8 +482,6 @@ lazy_static::lazy_static! {
|
|||||||
("View Mode", "وضع العرض"),
|
("View Mode", "وضع العرض"),
|
||||||
("login_linux_tip", "تحتاج الى تسجيل الدخول حساب لينكس البعيد وتفعيل جلسة سطح مكتب X"),
|
("login_linux_tip", "تحتاج الى تسجيل الدخول حساب لينكس البعيد وتفعيل جلسة سطح مكتب X"),
|
||||||
("verify_rustdesk_password_tip", "تحقق من كلمة مرور RustDesk"),
|
("verify_rustdesk_password_tip", "تحقق من كلمة مرور RustDesk"),
|
||||||
("enter_rustdesk_passwd_tip", "ادخل كلمة مرور RustDesk"),
|
|
||||||
("remember_rustdesk_passwd_tip", "تذكر كلمة مرور RustDesk"),
|
|
||||||
("remember_account_tip", "تذكر هذا الحساب"),
|
("remember_account_tip", "تذكر هذا الحساب"),
|
||||||
("os_account_desk_tip", "هذا الحساب مستخدم لتسجيل الدخول الى سطح المكتب البعيد وتفعيل الجلسة"),
|
("os_account_desk_tip", "هذا الحساب مستخدم لتسجيل الدخول الى سطح المكتب البعيد وتفعيل الجلسة"),
|
||||||
("OS Account", "حساب نظام التشغيل"),
|
("OS Account", "حساب نظام التشغيل"),
|
||||||
@ -540,6 +538,10 @@ lazy_static::lazy_static! {
|
|||||||
("pull_ab_failed_tip", "فشل تحديث كتاب العناوين"),
|
("pull_ab_failed_tip", "فشل تحديث كتاب العناوين"),
|
||||||
("push_ab_failed_tip", "فشل مزامنة كتاب العناوين مع الخادم"),
|
("push_ab_failed_tip", "فشل مزامنة كتاب العناوين مع الخادم"),
|
||||||
("synced_peer_readded_tip", "الاجهزة الموجودة في الجلسات الحديثة سيتم مزامنتها مع كتاب العناوين"),
|
("synced_peer_readded_tip", "الاجهزة الموجودة في الجلسات الحديثة سيتم مزامنتها مع كتاب العناوين"),
|
||||||
|
("Change Color", ""),
|
||||||
|
("Primary Color", ""),
|
||||||
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "更改颜色"),
|
("Change Color", "更改颜色"),
|
||||||
("Primary Color", "基本色"),
|
("Primary Color", "基本色"),
|
||||||
("HSV Color", "HSV 色"),
|
("HSV Color", "HSV 色"),
|
||||||
|
("Installation Successful!", "安装成功!"),
|
||||||
|
("Installation failed!", "安装失败!"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Farbe ändern"),
|
("Change Color", "Farbe ändern"),
|
||||||
("Primary Color", "Primärfarbe"),
|
("Primary Color", "Primärfarbe"),
|
||||||
("HSV Color", "HSV-Farbe"),
|
("HSV Color", "HSV-Farbe"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Cambiar Color"),
|
("Change Color", "Cambiar Color"),
|
||||||
("Primary Color", "Color Primario"),
|
("Primary Color", "Color Primario"),
|
||||||
("HSV Color", "Color HSV"),
|
("HSV Color", "Color HSV"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Modifier la couleur"),
|
("Change Color", "Modifier la couleur"),
|
||||||
("Primary Color", "Couleur primaire"),
|
("Primary Color", "Couleur primaire"),
|
||||||
("HSV Color", "Couleur TSL"),
|
("HSV Color", "Couleur TSL"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Ganti warna"),
|
("Change Color", "Ganti warna"),
|
||||||
("Primary Color", "Warna utama"),
|
("Primary Color", "Warna utama"),
|
||||||
("HSV Color", "Warna HSV"),
|
("HSV Color", "Warna HSV"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Modifica colore"),
|
("Change Color", "Modifica colore"),
|
||||||
("Primary Color", "Colore primario"),
|
("Primary Color", "Colore primario"),
|
||||||
("HSV Color", "Colore HSV"),
|
("HSV Color", "Colore HSV"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Kleur Aanpassen"),
|
("Change Color", "Kleur Aanpassen"),
|
||||||
("Primary Color", "Hoofdkleur"),
|
("Primary Color", "Hoofdkleur"),
|
||||||
("HSV Color", "HSV Kleur"),
|
("HSV Color", "HSV Kleur"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Изменить цвет"),
|
("Change Color", "Изменить цвет"),
|
||||||
("Primary Color", "Основной цвет"),
|
("Primary Color", "Основной цвет"),
|
||||||
("HSV Color", "HSV цвет"),
|
("HSV Color", "HSV цвет"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "Rengi Değiştir"),
|
("Change Color", "Rengi Değiştir"),
|
||||||
("Primary Color", "Birincil Renk"),
|
("Primary Color", "Birincil Renk"),
|
||||||
("HSV Color", "HSV Rengi"),
|
("HSV Color", "HSV Rengi"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", "更改顏色"),
|
("Change Color", "更改顏色"),
|
||||||
("Primary Color", "基本色"),
|
("Primary Color", "基本色"),
|
||||||
("HSV Color", "HSV 色"),
|
("HSV Color", "HSV 色"),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
@ -541,5 +541,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Change Color", ""),
|
("Change Color", ""),
|
||||||
("Primary Color", ""),
|
("Primary Color", ""),
|
||||||
("HSV Color", ""),
|
("HSV Color", ""),
|
||||||
|
("Installation Successful!", ""),
|
||||||
|
("Installation failed!", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user