mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 18:21:29 +03:00
terminal works basically. (#12189)
* terminal works basically. todo: - persistent - sessions restore - web - mobile * missed terminal persistent option change * android sdk 34 -> 35 * +#![cfg_attr(lt_1_77, feature(c_str_literals))] * fixing ci * fix ci * fix ci for android * try "Fix Android SDK Platform 35" * fix android 34 * revert flutter_plugin_android_lifecycle to 2.0.17 which used in rustdesk 1.4.0 * refactor, but break something of desktop terminal (new tab showing loading) * fix connecting...
This commit is contained in:
@@ -267,7 +267,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("No permission of file transfer", "Absence de l’autorisation de transfert de fichiers"),
|
||||
("Note", "Note"),
|
||||
("Connection", "Connexion"),
|
||||
("Share Screen", "Partage d’écran"),
|
||||
("Share screen", "Partage d’écran"),
|
||||
("Chat", "Discussion"),
|
||||
("Total", "Total"),
|
||||
("items", "éléments"),
|
||||
@@ -275,8 +275,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Screen Capture", "Capture de l’écran"),
|
||||
("Input Control", "Contrôle de la saisie"),
|
||||
("Audio Capture", "Capture de l’audio"),
|
||||
("File Connection", "Connexion aux fichiers"),
|
||||
("Screen Connection", "Connexion à l’écran"),
|
||||
("Do you accept?", "Acceptez-vous ?"),
|
||||
("Open System Setting", "Ouvrir les paramètres système"),
|
||||
("How to get Android input permission?", "Comment obtenir l’autorisation de contrôle de la saisie sur Android ?"),
|
||||
@@ -657,11 +655,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Untagged", "Sans étiquette"),
|
||||
("new-version-of-{}-tip", "Une nouvelle version de {} est disponible"),
|
||||
("Accessible devices", "Appareils accessibles"),
|
||||
("View camera", "Afficher la caméra"),
|
||||
("upgrade_remote_rustdesk_client_to_{}_tip", "Veuillez mettre le client RustDesk distant à jour vers la version {} ou ultérieure !"),
|
||||
("view_camera_unsupported_tip", "L’appareil distant ne prend pas en charge l’affichage de la caméra."),
|
||||
("Enable camera", "Activer la caméra"),
|
||||
("No cameras", "Aucune caméra"),
|
||||
("d3d_render_tip", "Sur certaines machines, l’écran du contrôle à distance peut rester noir lors de l’utilisation du rendu D3D."),
|
||||
("Use D3D rendering", "Utiliser le rendu D3D"),
|
||||
("Printer", "Imprimante"),
|
||||
@@ -701,5 +696,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Numeric one-time password", "Mot de passe à usage unique numérique"),
|
||||
("Enable IPv6 P2P connection", ""),
|
||||
("Enable UDP hole punching", ""),
|
||||
("View camera", "Afficher la caméra"),
|
||||
("Enable camera", "Activer la caméra"),
|
||||
("No cameras", "Aucune caméra"),
|
||||
("Terminal", ""),
|
||||
("Enable terminal", ""),
|
||||
("New tab", ""),
|
||||
("Keep terminal sessions on disconnect", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user