move outgoing_only_desk_tip to end

This commit is contained in:
rustdesk 2024-03-15 10:12:58 +08:00
parent 2bbc13ccf6
commit b3adbc1110
39 changed files with 39 additions and 39 deletions

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}