forked from rustdesk/rustdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rustdesk:master' into master
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -647,10 +647,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | |
("one-way-file-transfer-tip", "Kontrolējamajā pusē ir iespējota vienvirziena failu pārsūtīšana."), | ||
("Authentication Required", "Nepieciešama autentifikācija"), | ||
("Authenticate", "Autentificēt"), | ||
("web_id_input_tip", ""), | ||
("Download", ""), | ||
("Upload folder", ""), | ||
("Upload files", ""), | ||
("Clipboard is synchronized", ""), | ||
("web_id_input_tip", "Varat ievadīt ID tajā pašā serverī, tīmekļa klientā tiešā IP piekļuve netiek atbalstīta.\nJa vēlaties piekļūt ierīcei citā serverī, lūdzu, pievienojiet servera adresi (<id>@<server_address>?key=<key_value>), piemēram,\n[email protected]:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nJa vēlaties piekļūt ierīcei publiskajā serverī, lūdzu, ievadiet \"<id>@public\", publiskajam serverim atslēga nav nepieciešama."), | ||
("Download", "Lejupielādēt"), | ||
("Upload folder", "Augšupielādēt mapi"), | ||
("Upload files", "Augšupielādēt failus"), | ||
("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"), | ||
].iter().cloned().collect(); | ||
} |