From b3adbc11100149e300fb3d2165da8412b420a870 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 15 Mar 2024 10:12:58 +0800 Subject: [PATCH] move outgoing_only_desk_tip to end --- src/lang/ar.rs | 2 +- src/lang/bg.rs | 2 +- src/lang/ca.rs | 2 +- src/lang/cn.rs | 2 +- src/lang/cs.rs | 2 +- src/lang/da.rs | 2 +- src/lang/de.rs | 2 +- src/lang/el.rs | 2 +- src/lang/eo.rs | 2 +- src/lang/es.rs | 2 +- src/lang/et.rs | 2 +- src/lang/fa.rs | 2 +- src/lang/fr.rs | 2 +- src/lang/hu.rs | 2 +- src/lang/id.rs | 2 +- src/lang/it.rs | 2 +- src/lang/ja.rs | 2 +- src/lang/ko.rs | 2 +- src/lang/kz.rs | 2 +- src/lang/lt.rs | 2 +- src/lang/lv.rs | 2 +- src/lang/nb.rs | 2 +- src/lang/nl.rs | 2 +- src/lang/pl.rs | 2 +- src/lang/pt_PT.rs | 2 +- src/lang/ptbr.rs | 2 +- src/lang/ro.rs | 2 +- src/lang/ru.rs | 2 +- src/lang/sk.rs | 2 +- src/lang/sl.rs | 2 +- src/lang/sq.rs | 2 +- src/lang/sr.rs | 2 +- src/lang/sv.rs | 2 +- src/lang/template.rs | 2 +- src/lang/th.rs | 2 +- src/lang/tr.rs | 2 +- src/lang/tw.rs | 2 +- src/lang/ua.rs | 2 +- src/lang/vn.rs | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/src/lang/ar.rs b/src/lang/ar.rs index 28fcfe361..12cb00278 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "الحالة"), ("Your Desktop", "سطح مكتبك"), ("desk_tip", "يمكن الوصول لسطح مكتبك بهذا المعرف والرقم السري."), - ("outgoing_only_desk_tip", ""), ("Password", "كلمة المرور"), ("Ready", "جاهز"), ("Established", "تم الانشاء"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/bg.rs b/src/lang/bg.rs index 7405de27d..aef94d4e7 100644 --- a/src/lang/bg.rs +++ b/src/lang/bg.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", ""), ("Your Desktop", ""), ("desk_tip", "Вашият работен плот може да бъде достъпен с този идентификационен код и парола."), - ("outgoing_only_desk_tip", ""), ("Password", ""), ("Ready", ""), ("Established", ""), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ca.rs b/src/lang/ca.rs index 1cfa21d1d..1d3a33923 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Estat"), ("Your Desktop", "EL teu escriptori"), ("desk_tip", "Pots accedir al teu escriptori amb aquest ID i contrasenya."), - ("outgoing_only_desk_tip", ""), ("Password", "Contrasenya"), ("Ready", "Llest"), ("Established", "Establert"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 69f9adad4..4718774cb 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "状态"), ("Your Desktop", "你的桌面"), ("desk_tip", "你的桌面可以通过下面的 ID 和密码访问。"), - ("outgoing_only_desk_tip", "当前版本的软件是定制版本。\n您可以连接至其他设备,但是其他设备无法连接至您的设备。"), ("Password", "密码"), ("Ready", "就绪"), ("Established", "已建立"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "发现多个 Windows 会话"), ("Please select the session you want to connect to", "请选择您要连接的会话"), ("powered_by_me", "由 RustDesk 提供支持"), + ("outgoing_only_desk_tip", "当前版本的软件是定制版本。\n您可以连接至其他设备,但是其他设备无法连接至您的设备。"), ].iter().cloned().collect(); } diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 1759a36f1..ef2e33b7d 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Stav"), ("Your Desktop", "Vaše plocha"), ("desk_tip", "Pomocí tohoto ID a hesla lze přistupovat k pracovní ploše."), - ("outgoing_only_desk_tip", ""), ("Password", "Heslo"), ("Ready", "Připraveno"), ("Established", "Navázáno"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Bylo nalezeno více relací Windows"), ("Please select the session you want to connect to", "Vyberte relaci, ke které se chcete připojit"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/da.rs b/src/lang/da.rs index 39e8da0e1..1cd99bdc1 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Dit skrivebord"), ("desk_tip", "Du kan få adgang til dit skrivebord med dette ID og adgangskode."), - ("outgoing_only_desk_tip", ""), ("Password", "Adgangskode"), ("Ready", "Klar"), ("Established", "Etableret"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/de.rs b/src/lang/de.rs index 998b52d78..37559406d 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Ihr Desktop"), ("desk_tip", "Mit dieser ID und diesem Passwort kann auf Ihren Desktop zugegriffen werden."), - ("outgoing_only_desk_tip", ""), ("Password", "Passwort"), ("Ready", "Bereit"), ("Established", "Verbunden"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Mehrere Windows-Sitzungen gefunden"), ("Please select the session you want to connect to", "Bitte wählen Sie die Sitzung, mit der Sie sich verbinden möchten"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/el.rs b/src/lang/el.rs index 983fecd1e..e50e09a38 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Κατάσταση"), ("Your Desktop", "Ο σταθμός εργασίας σας"), ("desk_tip", "Η πρόσβαση στον σταθμό εργασίας σας είναι δυνατή με αυτό το αναγνωριστικό και τον κωδικό πρόσβασης."), - ("outgoing_only_desk_tip", ""), ("Password", "Κωδικός πρόσβασης"), ("Ready", "Έτοιμο"), ("Established", "Συνδέθηκε"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 4aa0b026e..a3ec5bd72 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Stato"), ("Your Desktop", "Via aparato"), ("desk_tip", "Via aparato povas esti alirita kun tiu identigilo kaj pasvorto"), - ("outgoing_only_desk_tip", ""), ("Password", "Pasvorto"), ("Ready", "Preta"), ("Established", ""), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/es.rs b/src/lang/es.rs index 56bef7c32..f33103b45 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Estado"), ("Your Desktop", "Tu escritorio"), ("desk_tip", "Puedes acceder a tu escritorio con esta ID y contraseña."), - ("outgoing_only_desk_tip", ""), ("Password", "Contraseña"), ("Ready", "Listo"), ("Established", "Establecido"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Encontradas sesiones de múltiples ventanas"), ("Please select the session you want to connect to", "Por favor, seleccione la sesión a la que se desea conectar"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/et.rs b/src/lang/et.rs index 1a70b677b..9ece9eaee 100644 --- a/src/lang/et.rs +++ b/src/lang/et.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", ""), ("Your Desktop", ""), ("desk_tip", "Sinu töölauale saab selle ID ja parooliga ligi pääseda."), - ("outgoing_only_desk_tip", ""), ("Password", ""), ("Ready", ""), ("Established", ""), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fa.rs b/src/lang/fa.rs index acddff67d..7750be1ab 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "وضعیت"), ("Your Desktop", "دسکتاپ شما"), ("desk_tip", "دسکتاپ شما با این شناسه و رمز عبور قابل دسترسی است"), - ("outgoing_only_desk_tip", ""), ("Password", "رمز عبور"), ("Ready", "آماده به کار"), ("Established", "اتصال برقرار شد"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "چندین جلسه پیدا شد"), ("Please select the session you want to connect to", "لطفاً جلسه ای را که می خواهید به آن متصل شوید انتخاب کنید"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 6d11491d4..bf1977bba 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Statut"), ("Your Desktop", "Votre bureau"), ("desk_tip", "Votre bureau est accessible via l'identifiant et le mot de passe ci-dessous."), - ("outgoing_only_desk_tip", ""), ("Password", "Mot de passe"), ("Ready", "Prêt"), ("Established", "Établi"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 1c4a9218d..302dcdbc2 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Státusz"), ("Your Desktop", "Saját asztal"), ("desk_tip", "A számítógép ezzel a jelszóval és azonosítóval érhető el távolról."), - ("outgoing_only_desk_tip", ""), ("Password", "Jelszó"), ("Ready", "Kész"), ("Established", "Létrejött"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/id.rs b/src/lang/id.rs index 6d572b4d1..68b62ba41 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Desktop Anda"), ("desk_tip", "Desktop Anda dapat diakses dengan ID dan kata sandi ini."), - ("outgoing_only_desk_tip", ""), ("Password", "Kata sandi"), ("Ready", "Sudah siap"), ("Established", "Didirikan"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/it.rs b/src/lang/it.rs index 7feff1c7c..79fa36991 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Stato"), ("Your Desktop", "Questo desktop"), ("desk_tip", "Puoi accedere a questo desktop usando l'ID e la password indicati qui sotto."), - ("outgoing_only_desk_tip", ""), ("Password", "Password"), ("Ready", "Pronto"), ("Established", "Stabilita"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Rilevate sessioni Windows multiple"), ("Please select the session you want to connect to", "Seleziona la sessione a cui connetterti"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ja.rs b/src/lang/ja.rs index a0b8f5c3a..a0fc9e5f6 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "状態"), ("Your Desktop", "デスクトップ"), ("desk_tip", "このIDとパスワードであなたのデスクトップにアクセスできます。"), - ("outgoing_only_desk_tip", ""), ("Password", "パスワード"), ("Ready", "準備完了"), ("Established", "接続完了"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 2ca9ab207..0a9d87904 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "상태"), ("Your Desktop", "내 데스크탑"), ("desk_tip", "아래의 ID와 비밀번호로 연결할수 있습니다"), - ("outgoing_only_desk_tip", ""), ("Password", "비밀번호"), ("Ready", "준비"), ("Established", "연결됨"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/kz.rs b/src/lang/kz.rs index e2aaada02..df126bc14 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Күй"), ("Your Desktop", "Сіздің Жұмыс үстеліңіз"), ("desk_tip", "Сіздің Жұмыс үстеліңіз осы ID мен құпия сөз арқылы қолжетімді"), - ("outgoing_only_desk_tip", ""), ("Password", "Құпия сөз"), ("Ready", "Дайын"), ("Established", "Қосылды"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/lt.rs b/src/lang/lt.rs index 54ff05221..e5eb49c99 100644 --- a/src/lang/lt.rs +++ b/src/lang/lt.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Būsena"), ("Your Desktop", "Jūsų darbalaukis"), ("desk_tip", "Jūsų darbalaukis pasiekiamas naudojant šį ID ir slaptažodį"), - ("outgoing_only_desk_tip", ""), ("Password", "Slaptažodis"), ("Ready", "Pasiruošęs"), ("Established", "Įsteigta"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 7190d4634..c3f878060 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Statuss"), ("Your Desktop", "Jūsu darbvirsma"), ("desk_tip", "Jūsu darbvirsmai var piekļūt ar šo ID un paroli."), - ("outgoing_only_desk_tip", ""), ("Password", "Parole"), ("Ready", "Gatavs"), ("Established", "Izveidots"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Atrastas vairākas Windows sesijas"), ("Please select the session you want to connect to", "Lūdzu, atlasiet sesiju, ar kuru vēlaties izveidot savienojumu"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/nb.rs b/src/lang/nb.rs index 79810d7e4..dc3378248 100644 --- a/src/lang/nb.rs +++ b/src/lang/nb.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Ditt skrivebord"), ("desk_tip", "Du kan få adgang til ditt skrivebord med denne ID og passord."), - ("outgoing_only_desk_tip", ""), ("Password", "Passord"), ("Ready", "Klar"), ("Established", "Etablert"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 0575ea4ed..f91010c70 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Uw Bureaublad"), ("desk_tip", "Uw bureaublad is toegankelijk via de ID en het wachtwoord hieronder."), - ("outgoing_only_desk_tip", ""), ("Password", "Wachtwoord"), ("Ready", "Klaar"), ("Established", "Opgezet"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Meerdere Windows-sessies gevonden"), ("Please select the session you want to connect to", "Selecteer de sessie waarmee je verbinding wilt maken"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 320037159..fd14da4d0 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Twój pulpit"), ("desk_tip", "Aby połączyć się z tym urządzeniem, użyj poniższego ID i hasła"), - ("outgoing_only_desk_tip", ""), ("Password", "Hasło"), ("Ready", "Gotowe"), ("Established", "Nawiązano"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Znaleziono wiele sesji Windows"), ("Please select the session you want to connect to", "Wybierz sesję, do której chcesz się podłączyć"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index 1f978300f..0a2a4e448 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Estado"), ("Your Desktop", "Ambiente de Trabalho"), ("desk_tip", "O seu Ambiente de Trabalho pode ser acedido com este ID e palavra-passe."), - ("outgoing_only_desk_tip", ""), ("Password", "Senha"), ("Ready", "Pronto"), ("Established", "Estabelecido"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index 6392ab864..1c356dbcb 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Seu Computador"), ("desk_tip", "Seu computador pode ser acessado com este ID e senha."), - ("outgoing_only_desk_tip", ""), ("Password", "Senha"), ("Ready", "Pronto"), ("Established", "Estabelecido"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ro.rs b/src/lang/ro.rs index 9f2824831..e25815e2e 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Stare"), ("Your Desktop", "Desktopul tău"), ("desk_tip", "Desktopul tău poate fi accesat folosind ID-ul și parola de mai jos."), - ("outgoing_only_desk_tip", ""), ("Password", "Parolă"), ("Ready", "Pregătit"), ("Established", "Stabilit"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 3d55f2539..2df9271be 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Статус"), ("Your Desktop", "Ваш рабочий стол"), ("desk_tip", "Ваш рабочий стол доступен с этим ID и паролем"), - ("outgoing_only_desk_tip", ""), ("Password", "Пароль"), ("Ready", "Готов"), ("Established", "Установлено"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Обнаружено несколько сеансов Windows"), ("Please select the session you want to connect to", "Выберите сеанс, к которому хотите подключиться"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sk.rs b/src/lang/sk.rs index 8457471b6..acae13116 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Stav"), ("Your Desktop", "Vaša plocha"), ("desk_tip", "K svojej ploche sa môžete pripojiť pomocou zobrazeného ID a hesla."), - ("outgoing_only_desk_tip", ""), ("Password", "Heslo"), ("Ready", "Pripravené"), ("Established", "Nadviazané"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Našlo sa viacero relácií systému Windows"), ("Please select the session you want to connect to", "Vyberte reláciu, ku ktorej sa chcete pripojiť"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sl.rs b/src/lang/sl.rs index 8189be16b..bcbe5f876 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Stanje"), ("Your Desktop", "Vaše namizje"), ("desk_tip", "Do vašega namizja lahko dostopate s spodnjim IDjem in geslom"), - ("outgoing_only_desk_tip", ""), ("Password", "Geslo"), ("Ready", "Pripravljen"), ("Established", "Povezava vzpostavljena"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sq.rs b/src/lang/sq.rs index 74e797b2f..1f1dab848 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Statusi"), ("Your Desktop", "Desktopi juaj"), ("desk_tip", "Desktopi juaj mund të aksesohet me këtë ID dhe fjalëkalim."), - ("outgoing_only_desk_tip", ""), ("Password", "fjalëkalimi"), ("Ready", "Gati"), ("Established", "I themeluar"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sr.rs b/src/lang/sr.rs index 51b00d7db..cd86e6d9f 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Vaša radna površina"), ("desk_tip", "Vašoj radnoj površini se može pristupiti ovim ID i lozinkom."), - ("outgoing_only_desk_tip", ""), ("Password", "Lozinka"), ("Ready", "Spremno"), ("Established", "Uspostavljeno"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sv.rs b/src/lang/sv.rs index 3d9c50c5c..9685fc116 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Status"), ("Your Desktop", "Ditt skrivbord"), ("desk_tip", "Ditt skrivbord kan delas med hjälp av detta ID och lösenord"), - ("outgoing_only_desk_tip", ""), ("Password", "Lösenord"), ("Ready", "Redo"), ("Established", "Uppkopplad"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/template.rs b/src/lang/template.rs index b518a4416..4bedbcb1e 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", ""), ("Your Desktop", ""), ("desk_tip", ""), - ("outgoing_only_desk_tip", ""), ("Password", ""), ("Ready", ""), ("Established", ""), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/th.rs b/src/lang/th.rs index e5710f7ae..ebcb1b44d 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "สถานะ"), ("Your Desktop", "หน้าจอของคุณ"), ("desk_tip", "คุณสามารถเข้าถึงเดสก์ท็อปของคุณได้ด้วย ID และรหัสผ่านต่อไปนี้"), - ("outgoing_only_desk_tip", ""), ("Password", "รหัสผ่าน"), ("Ready", "พร้อม"), ("Established", "เชื่อมต่อแล้ว"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tr.rs b/src/lang/tr.rs index 9d2335723..d7db35a88 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Durum"), ("Your Desktop", "Sizin Masaüstünüz"), ("desk_tip", "Masaüstünüze bu ID ve şifre ile erişilebilir"), - ("outgoing_only_desk_tip", ""), ("Password", "Şifre"), ("Ready", "Hazır"), ("Established", "Bağlantı sağlandı"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 29388ecdc..282d6c306 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "狀態"), ("Your Desktop", "您的桌面"), ("desk_tip", "您可以透過此 ID 及密碼存取您的桌面"), - ("outgoing_only_desk_tip", "目前版本的軟體是自定義版本。\n您可以連接至其他設備,但是其他設備無法連接至您的設備。"), ("Password", "密碼"), ("Ready", "就緒"), ("Established", "已建立"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "發現多個 Windows 工作階段"), ("Please select the session you want to connect to", "請選擇您想要連結的工作階段"), ("powered_by_me", "由 RustDesk 提供支援"), + ("outgoing_only_desk_tip", "目前版本的軟體是自定義版本。\n您可以連接至其他設備,但是其他設備無法連接至您的設備。"), ].iter().cloned().collect(); } diff --git a/src/lang/ua.rs b/src/lang/ua.rs index 936514a8e..7f2680eb4 100644 --- a/src/lang/ua.rs +++ b/src/lang/ua.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Статус"), ("Your Desktop", "Ваша стільниця"), ("desk_tip", "Ваша стільниця доступна з цим ідентифікатором і паролем"), - ("outgoing_only_desk_tip", ""), ("Password", "Пароль"), ("Ready", "Готово"), ("Established", "Встановлено"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", "Виявлено декілька сеансів Windows"), ("Please select the session you want to connect to", "Будь ласка, оберіть сеанс, до якого ви хочете підключитися"), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/vn.rs b/src/lang/vn.rs index 968e1a176..8e85a5cc2 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -4,7 +4,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Status", "Trạng thái hiện tại"), ("Your Desktop", "Desktop của bạn"), ("desk_tip", "Desktop của bạn có thể đuợc truy cập bằng ID và mật khẩu này."), - ("outgoing_only_desk_tip", ""), ("Password", "Mật khẩu"), ("Ready", "Sẵn sàng"), ("Established", "Đã đuợc thiết lập"), @@ -588,5 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Multiple Windows sessions found", ""), ("Please select the session you want to connect to", ""), ("powered_by_me", ""), + ("outgoing_only_desk_tip", ""), ].iter().cloned().collect(); }