This commit is contained in:
rustdesk
2022-12-04 18:38:50 +08:00
parent f624f74991
commit 3c584a7c01
29 changed files with 843 additions and 813 deletions

View File

@@ -23,18 +23,18 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Remove", "Hiqni"),
("Refresh random password", "Rifreskoni fjalëkalimin e rastësishëm"),
("Set your own password", "Vendosni fjalëkalimin tuaj"),
("Enable Keyboard/Mouse","Aktivizoni Tastierën/Mousin"),
("Enable Keyboard/Mouse", "Aktivizoni Tastierën/Mousin"),
("Enable Clipboard", "Aktivizo"),
("Enable File Transfer", "Aktivizoni transferimin e skedarëve"),
("Enable TCP Tunneling", "Aktivizoni TCP Tunneling"),
("IP whitelisting", "Lista e bardhë IP"),
("IP Whitelisting", ""),
("ID/Relay Server", "ID/server rele"),
("Import Server Config", "Konfigurimi i severit të importit"),
("Export Server Config", "Konfigurimi i severit të eksportit"),
("Import server configuration successfully", "Konfigurimi i severit të importit i suksesshëm"),
("Export server configuration successfully", "Konfigurimi i severit të eksprotit i suksesshëm"),
("Invalid server configuration", "Konfigurim i pavlefshëm i serverit"),
("Clipboard is empty","Clipboard është bosh"),
("Clipboard is empty", "Clipboard është bosh"),
("Stop service", "Ndaloni shërbimin"),
("Change ID", "Ndryshoni ID"),
("Website", "Faqe ëebi"),
@@ -116,7 +116,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Good image quality", "Cilësi e mirë imazhi"),
("Balanced", "E balancuar"),
("Optimize reaction time", "Optimizo kohën e reagimit"),
("Custom", "E personalizuar"),
("Custom", "Personalizuar"),
("Show remote cursor", "Shfaq kursorin në distancë"),
("Show quality monitor", "Shaq cilësinë e monitorit"),
("Disable clipboard", "Ç'aktivizo clipboard"),
@@ -132,7 +132,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Timeout", "Koha mbaroi"),
("Failed to connect to relay server", "Lidhja me serverin transmetues dështoi"),
("Failed to connect via rendezvous server", "Lidhja nëpërmjet serverit të takimit dështoi"),
("Failed to connect via relay server","Lidhja nëpërmjet serverit të transmetimit dështoi"),
("Failed to connect via relay server", "Lidhja nëpërmjet serverit të transmetimit dështoi"),
("Failed to make direct connection to remote desktop", "Lidhja direkte me desktopin në distancë dështoi"),
("Set Password", "Vendosni fjalëkalimin"),
("OS Password", "OS fjalëkalim"),
@@ -278,7 +278,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_stop_service_tip", "Mbyllja e shërbimit do të mbyllë automatikisht të gjitha lidhjet e vendosura."),
("android_version_audio_tip", "Versioni aktual i Android nuk mbështet regjistrimin e audios, ju lutemi përmirësoni në Android 10 ose më të lartë."),
("android_start_service_tip", "Shtyp [Fillo Shërbimin] ose HAP lejen e [Kapjen e Ekranit] për të nisur shërbimin e ndarjes së ekranit."),
("Account", "Llogari"),
("Account", "Llogaria"),
("Overwrite", "Përshkruaj"),
("This file exists, skip or overwrite this file?", "Ky skedar ekziston , tejkalo ose përshkruaj këtë skedarë"),
("Quit", "Hiq"),
@@ -397,5 +397,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Request access to your device", "Kërko akses në pajisjejn tuaj"),
("Hide connection management window", "Fshih dritaren e menaxhimit të lidhjes"),
("hide_cm_tip", "Kjo është e mundur vetëm nëse aksesi bëhet nëpërmjet një fjalëkalimi të përhershëm"),
("wayland_experiment_tip", ""),
].iter().cloned().collect();
}