mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-19 10:51:01 +03:00
refact: remove linux headless (#15866)
* refact: remove linux headless Signed-off-by: fufesou <linlong1266@gmail.com> * fix(linux): probe DRM availability asynchronously on login Signed-off-by: fufesou <linlong1266@gmail.com> * revert changes in drm_capturer.rs Signed-off-by: fufesou <linlong1266@gmail.com> * Update submodule hbb_common Signed-off-by: fufesou <linlong1266@gmail.com> * docs(linux): clarify DRM availability comments Remove stale headless and unauthenticated-request wording, and document the Available-only login-screen gate. Signed-off-by: fufesou <linlong1266@gmail.com> * fix(linux): remove unreachable session cleanup branch Remove the obsolete empty-session path and clarify the intended use of cached DRM availability. Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "هذا الملف مطابق لملف موجود عن القرين."),
|
||||
("show_monitors_tip", "عرض الشاشات في شريط الادوات"),
|
||||
("View Mode", "وضع العرض"),
|
||||
("login_linux_tip", "تحتاج الى تسجيل الدخول حساب لينكس البعيد وتفعيل جلسة سطح مكتب X"),
|
||||
("verify_rustdesk_password_tip", "تحقق من كلمة مرور RustDesk"),
|
||||
("remember_account_tip", "تذكر هذا الحساب"),
|
||||
("os_account_desk_tip", "هذا الحساب مستخدم لتسجيل الدخول الى سطح المكتب البعيد وتفعيل الجلسة"),
|
||||
("OS Account", "حساب نظام التشغيل"),
|
||||
("another_user_login_title_tip", "مستخدم اخر مسجل دخول حاليا"),
|
||||
("another_user_login_text_tip", "قطع الاتصال"),
|
||||
("xorg_not_found_title_tip", "Xorg غير موجود"),
|
||||
("xorg_not_found_text_tip", "الرجاء تثبيت Xorg"),
|
||||
("no_desktop_title_tip", "لا يتوفر سطح مكتب"),
|
||||
("no_desktop_text_tip", "الرجاء تثبيت سطح مكتب GNOME"),
|
||||
("No need to elevate", "لا حاجة للارتقاء"),
|
||||
("System Sound", "صوت النظام"),
|
||||
("Default", "الافتراضي"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Файл ідэнтычны файлу абанента"),
|
||||
("show_monitors_tip", "Паказваць маніторы на панэлі інструментаў"),
|
||||
("View Mode", "Рэжым прагляду"),
|
||||
("login_linux_tip", "Каб уключыць сеанс працоўнага стала X, трэба ўвайсці ў аддалены ўліковы запіс Linux."),
|
||||
("verify_rustdesk_password_tip", "Пацвердзіць пароль RustDesk"),
|
||||
("remember_account_tip", "Запомніць гэты ўліковы запіс"),
|
||||
("os_account_desk_tip", "Гэты ўліковы запіс выкарыстоўваецца для ўваходу ў аддаленую аперацыйную сістэму і ўключэння сеанса працоўнага стала ў рэжыме headless."),
|
||||
("OS Account", "Акаўнт АС"),
|
||||
("another_user_login_title_tip", "Іншы карыстальнік ужо ўвайшоў у сістэму"),
|
||||
("another_user_login_text_tip", "Адключыць"),
|
||||
("xorg_not_found_title_tip", "Xorg не знойдзены"),
|
||||
("xorg_not_found_text_tip", "Усталюйце Xorg"),
|
||||
("no_desktop_title_tip", "Няма даступных працоўных сталоў"),
|
||||
("no_desktop_text_tip", "Усталюйце GNOME Desktop"),
|
||||
("No need to elevate", "Павышэнне правоў не патрабуецца"),
|
||||
("System Sound", "Сістэмны гук"),
|
||||
("Default", "Стандартна"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Файлът съвпада с този от другата страна."),
|
||||
("show_monitors_tip", "Показване на мониторите в лентата с инструменти"),
|
||||
("View Mode", "Режим на изглед"),
|
||||
("login_linux_tip", "Трябва да влезете в отдалечен Linux акаунт, за да активирате X сесия на работния плот"),
|
||||
("verify_rustdesk_password_tip", "Проверете RustDesk паролата"),
|
||||
("remember_account_tip", "Запомнете този акаунт"),
|
||||
("os_account_desk_tip", "Този акаунт се използва за влизане в отдалечената операционна система и позволява на десктоп сесия без моинитор"),
|
||||
("OS Account", "Профил в операционната система"),
|
||||
("another_user_login_title_tip", "Друг потребител вече е влязъл"),
|
||||
("another_user_login_text_tip", "Прекъснете връзката"),
|
||||
("xorg_not_found_title_tip", "Xorg не е намерен"),
|
||||
("xorg_not_found_text_tip", "Моля, инсталирайте Xorg"),
|
||||
("no_desktop_title_tip", "Няма наличен работен плот"),
|
||||
("no_desktop_text_tip", "Моля, инсталирайте работен плот GNOME"),
|
||||
("No need to elevate", "Няма нужда за повишаване на права"),
|
||||
("System Sound", "Системен звук"),
|
||||
("Default", "По подразбиране"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Aquest fitxer és idèntic al del client."),
|
||||
("show_monitors_tip", "Mostra les pantalles a la barra d'eines"),
|
||||
("View Mode", "Mode espectador"),
|
||||
("login_linux_tip", "És necessari que inicieu prèviament sessió amb un entorn d'escriptori x11 habilitat"),
|
||||
("verify_rustdesk_password_tip", "Verifica la contrasenya del RustDesk"),
|
||||
("remember_account_tip", "Recorda aquest compte"),
|
||||
("os_account_desk_tip", "S'utilitza aquest compte per iniciar la sessió al sistema remot i habilitar el mode sense cap pantalla connectada"),
|
||||
("OS Account", "Compte d'usuari"),
|
||||
("another_user_login_title_tip", "Altre usuari ha iniciat ja una sessió"),
|
||||
("another_user_login_text_tip", "Desconnecta"),
|
||||
("xorg_not_found_title_tip", "No s'ha trobat l'entorn Xorg"),
|
||||
("xorg_not_found_text_tip", "Instal·leu el Xorg"),
|
||||
("no_desktop_title_tip", "Cap escriptori disponible"),
|
||||
("no_desktop_text_tip", "Instal·leu l'entorn d'escriptori GNOME"),
|
||||
("No need to elevate", "No calen permisos ampliats"),
|
||||
("System Sound", "So del sistema"),
|
||||
("Default", "per defecte"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "此文件与对方的一致"),
|
||||
("show_monitors_tip", "在工具栏上显示监视器"),
|
||||
("View Mode", "浏览模式"),
|
||||
("login_linux_tip", "登录被控端的 Linux 账户,才能启用 X 桌面"),
|
||||
("verify_rustdesk_password_tip", "验证 RustDesk 密码"),
|
||||
("remember_account_tip", "记住此账户"),
|
||||
("os_account_desk_tip", "在无显示器的环境下,此账户用于登录被控系统,并启用桌面"),
|
||||
("OS Account", "系统账户"),
|
||||
("another_user_login_title_tip", "其他用户已登录"),
|
||||
("another_user_login_text_tip", "断开"),
|
||||
("xorg_not_found_title_tip", "Xorg 未安装"),
|
||||
("xorg_not_found_text_tip", "请安装 Xorg"),
|
||||
("no_desktop_title_tip", "desktop 未安装"),
|
||||
("no_desktop_text_tip", "请安装 desktop"),
|
||||
("No need to elevate", "无需提升权限"),
|
||||
("System Sound", "系统音频"),
|
||||
("Default", "默认"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Tento soubor je totožný se souborem partnera."),
|
||||
("show_monitors_tip", "Zobrazit monitory na panelu nástrojů"),
|
||||
("View Mode", "Režim zobrazení"),
|
||||
("login_linux_tip", "Chcete-li povolit relaci plochy X, musíte se přihlásit ke vzdálenému účtu systému Linux."),
|
||||
("verify_rustdesk_password_tip", "Ověření hesla RustDesk"),
|
||||
("remember_account_tip", "Zapamatovat si tento účet"),
|
||||
("os_account_desk_tip", "Tento účet se používá k přihlášení do vzdáleného operačního systému a k povolení relace plochy v režimu headless."),
|
||||
("OS Account", "Účet operačního systému"),
|
||||
("another_user_login_title_tip", "Další uživatel je již přihlášen"),
|
||||
("another_user_login_text_tip", "Odpojit"),
|
||||
("xorg_not_found_title_tip", "Xorg nebyl nalezen"),
|
||||
("xorg_not_found_text_tip", "Prosím, nainstalujte Xorg"),
|
||||
("no_desktop_title_tip", "Není k dispozici žádná plocha"),
|
||||
("no_desktop_text_tip", "Nainstalujte si prosím prostředí GNOME"),
|
||||
("No need to elevate", "Není třeba navýšení"),
|
||||
("System Sound", "Systémový zvuk"),
|
||||
("Default", "Výchozí"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Denne fil er identisk med modpartens."),
|
||||
("show_monitors_tip", "Vis skærme i værktøjsbjælken"),
|
||||
("View Mode", "Visningstilstand"),
|
||||
("login_linux_tip", "Du skal logge på en fjernstyret Linux konto for at aktivere en X skrivebordssession"),
|
||||
("verify_rustdesk_password_tip", "Bekræft RustDesk adgangskode"),
|
||||
("remember_account_tip", "Husk denne konto"),
|
||||
("os_account_desk_tip", "Denne konto benyttes til at logge på fjernsystemet, og aktivere skrivebordssessionen i hovedløs tilstand"),
|
||||
("OS Account", "Styresystem konto"),
|
||||
("another_user_login_title_tip", "En anden bruger er allerede logget ind"),
|
||||
("another_user_login_text_tip", "Frakobl"),
|
||||
("xorg_not_found_title_tip", "Xorg ikke fundet"),
|
||||
("xorg_not_found_text_tip", "Installér venlist Xorg"),
|
||||
("no_desktop_title_tip", "Intet skrivebordsmiljø er tilgængeligt"),
|
||||
("no_desktop_text_tip", "Installér venligst GNOME skrivebordet"),
|
||||
("No need to elevate", "Ingen grund til at elevere"),
|
||||
("System Sound", "Systemlyd"),
|
||||
("Default", "Standard"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Diese Datei ist identisch mit der Datei der Gegenstelle."),
|
||||
("show_monitors_tip", "Bildschirme in der Symbolleiste anzeigen"),
|
||||
("View Mode", "Ansichtsmodus"),
|
||||
("login_linux_tip", "Sie müssen sich an einem entfernten Linux-Konto anmelden, um eine X-Desktop-Sitzung zu eröffnen."),
|
||||
("verify_rustdesk_password_tip", "RustDesk-Passwort bestätigen"),
|
||||
("remember_account_tip", "Dieses Konto merken"),
|
||||
("os_account_desk_tip", "Dieses Konto wird verwendet, um sich beim entfernten Betriebssystem anzumelden und die Desktop-Sitzung im Headless-Modus zu aktivieren."),
|
||||
("OS Account", "Betriebssystem-Konto"),
|
||||
("another_user_login_title_tip", "Ein anderer Benutzer ist bereits angemeldet."),
|
||||
("another_user_login_text_tip", "Trennen"),
|
||||
("xorg_not_found_title_tip", "Xorg nicht gefunden."),
|
||||
("xorg_not_found_text_tip", "Bitte installieren Sie Xorg."),
|
||||
("no_desktop_title_tip", "Es ist keine Desktopumgebung verfügbar."),
|
||||
("no_desktop_text_tip", "Bitte installieren Sie den GNOME-Desktop."),
|
||||
("No need to elevate", "Erhöhung der Rechte nicht erforderlich"),
|
||||
("System Sound", "Systemsound"),
|
||||
("Default", "Systemstandard"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Αυτό το αρχείο είναι πανομοιότυπο με αυτό του απομακρυσμένου σταθμού."),
|
||||
("show_monitors_tip", "Εμφάνιση οθονών στη γραμμή εργαλείων"),
|
||||
("View Mode", "Λειτουργία προβολής"),
|
||||
("login_linux_tip", "Πρέπει να συνδεθείτε σε έναν απομακρυσμένο λογαριασμό Linux για να ενεργοποιήσετε μια συνεδρία επιφάνειας εργασίας X"),
|
||||
("verify_rustdesk_password_tip", "Επιβεβαιώστε τον κωδικό του RustDesk"),
|
||||
("remember_account_tip", "Απομνημόνευση αυτού του λογαριασμού"),
|
||||
("os_account_desk_tip", "Αυτός ο λογαριασμός χρησιμοποιείται για σύνδεση στο απομακρυσμένο λειτουργικό σύστημα και ενεργοποίηση της συνεδρίας επιφάνειας εργασίας σε headless"),
|
||||
("OS Account", "Λογαριασμός λειτουργικού συστήματος"),
|
||||
("another_user_login_title_tip", "Υπάρχει ήδη άλλος συνδεδεμένος χρήστης"),
|
||||
("another_user_login_text_tip", "Αποσύνδεση"),
|
||||
("xorg_not_found_title_tip", "Δεν βρέθηκε το Xorg"),
|
||||
("xorg_not_found_text_tip", "Παρακαλώ εγκαταστήστε το Xorg"),
|
||||
("no_desktop_title_tip", "Δεν υπάρχει διαθέσιμο περιβάλλον επιφάνειας εργασίας"),
|
||||
("no_desktop_text_tip", "Παρακαλώ εγκαταστήστε το περιβάλλον GNOME"),
|
||||
("No need to elevate", "Δεν χρειάζεται ανύψωση"),
|
||||
("System Sound", "Ήχος συστήματος"),
|
||||
("Default", "Προκαθορισμένο"),
|
||||
|
||||
@@ -155,17 +155,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "This file is identical with the peer's one."),
|
||||
("show_monitors_tip", "Show monitors in toolbar"),
|
||||
("View Mode", "View mode"),
|
||||
("login_linux_tip", "You need to login to remote Linux account to enable a X desktop session"),
|
||||
("verify_rustdesk_password_tip", "Verify RustDesk password"),
|
||||
("remember_account_tip", "Remember this account"),
|
||||
("os_account_desk_tip", "This account is used to login the remote OS and enable the desktop session in headless"),
|
||||
("OS Account", "OS account"),
|
||||
("another_user_login_title_tip", "Another user already logged in"),
|
||||
("another_user_login_text_tip", "Disconnect"),
|
||||
("xorg_not_found_title_tip", "Xorg not found"),
|
||||
("xorg_not_found_text_tip", "Please install Xorg"),
|
||||
("no_desktop_title_tip", "No desktop environment is available"),
|
||||
("no_desktop_text_tip", "Please install GNOME desktop"),
|
||||
("System Sound", "System sound"),
|
||||
("Copy Fingerprint", "Copy fingerprint"),
|
||||
("no fingerprints", "No fingerprints"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Ĉi tiu dosiero estas identa kun tiu de la samulo."),
|
||||
("show_monitors_tip", "Montri monitorojn en la ilobreto"),
|
||||
("View Mode", "Rigarda reĝimo"),
|
||||
("login_linux_tip", "Vi devas ensaluti al la fora Linuksa konto por ebligi X-labortablan sesion"),
|
||||
("verify_rustdesk_password_tip", "Kontroli RustDesk-pasvorton"),
|
||||
("remember_account_tip", "Memori ĉi tiun konton"),
|
||||
("os_account_desk_tip", "Ĉi tiu konto estas uzata por ensaluti al la fora operaciumo kaj ebligi la labortablan sesion en senekrana reĝimo"),
|
||||
("OS Account", "Konto de operaciumo"),
|
||||
("another_user_login_title_tip", "Alia uzanto jam ensalutis"),
|
||||
("another_user_login_text_tip", "Malkonekti"),
|
||||
("xorg_not_found_title_tip", "Xorg ne trovita"),
|
||||
("xorg_not_found_text_tip", "Bonvolu instali Xorg"),
|
||||
("no_desktop_title_tip", "Neniu labortabla medio disponeblas"),
|
||||
("no_desktop_text_tip", "Bonvolu instali GNOME-labortablon"),
|
||||
("No need to elevate", "Ne necesas altigi"),
|
||||
("System Sound", "Sistema sono"),
|
||||
("Default", "Implicita"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Este archivo es idéntico al del par."),
|
||||
("show_monitors_tip", "Mostrar monitores en la barra de herramientas"),
|
||||
("View Mode", "Modo Vista"),
|
||||
("login_linux_tip", "Necesitas iniciar sesión con la cueneta del Linux remoto para activar una sesión de escritorio X"),
|
||||
("verify_rustdesk_password_tip", "Verificar la contraseña de RustDesk"),
|
||||
("remember_account_tip", "Recordar esta cuenta"),
|
||||
("os_account_desk_tip", "Esta cueneta se usa para iniciar sesión en el sistema operativo remoto y habilitar la sesión de escritorio en headless."),
|
||||
("OS Account", "Cuenta del SO"),
|
||||
("another_user_login_title_tip", "Otro usuario ya ha iniciado sesión"),
|
||||
("another_user_login_text_tip", "Desconectar"),
|
||||
("xorg_not_found_title_tip", "Xorg no hallado"),
|
||||
("xorg_not_found_text_tip", "Por favor, instala Xorg"),
|
||||
("no_desktop_title_tip", "No hay escritorio disponible"),
|
||||
("no_desktop_text_tip", "Por favor, instala GNOME Desktop"),
|
||||
("No need to elevate", "No es necesario elevar privilegios"),
|
||||
("System Sound", "Sonido del Sistema"),
|
||||
("Default", "Predeterminado"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "See fail on partneri omaga identne."),
|
||||
("show_monitors_tip", "Kuva kuvarid tööriistaribal"),
|
||||
("View Mode", "Kuvarežiim"),
|
||||
("login_linux_tip", "X-töölaua seansi lubamiseks pead sisse logima Linuxi kaugkontosse."),
|
||||
("verify_rustdesk_password_tip", "Kinnita RustDeski parool"),
|
||||
("remember_account_tip", "Jäta see konto meelde"),
|
||||
("os_account_desk_tip", "Seda kontot kasutatakse kaug-opsüsteemi sisselogimiseks ja töölaua seansi lubamiseks headless-režiimis."),
|
||||
("OS Account", "Opsüsteemi konto"),
|
||||
("another_user_login_title_tip", "Teine kasutaja on juba sisse logitud"),
|
||||
("another_user_login_text_tip", "Ühenda lahti"),
|
||||
("xorg_not_found_title_tip", "Xorg-i ei leitud"),
|
||||
("xorg_not_found_text_tip", "Palun paigalda Xorg"),
|
||||
("no_desktop_title_tip", "Töölaud pole saadaval"),
|
||||
("no_desktop_text_tip", "Palun paigalda GNOME Desktop"),
|
||||
("No need to elevate", "Kõrgendamine pole vajalik"),
|
||||
("System Sound", "Süsteemiheli"),
|
||||
("Default", "Vaikimisi"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Fitxategi hau parekidearen berdina da."),
|
||||
("show_monitors_tip", "Erakutsi monitoreak tresna-barran"),
|
||||
("View Mode", "Ikuspen modua"),
|
||||
("login_linux_tip", "Urruneko Linux kontu batera hasi behar duzu saioa X mahaigain saio bat gaitzeko"),
|
||||
("verify_rustdesk_password_tip", "Berretsi RustDesk pasahitza"),
|
||||
("remember_account_tip", "Gogoratu kontu hau"),
|
||||
("os_account_desk_tip", "Kontu hau bururik gabe urruneko SE hasi eta mahaigaineko saioa gaitzeko erabiltzen da"),
|
||||
("OS Account", "SE kontua"),
|
||||
("another_user_login_title_tip", "Beste erabiltzaile batek saioa hasi du dagoeneko"),
|
||||
("another_user_login_text_tip", "Deskonektatu"),
|
||||
("xorg_not_found_title_tip", "Ez da Xorg aurkitu"),
|
||||
("xorg_not_found_text_tip", "Mesedez, instalatu ezazu Xorg"),
|
||||
("no_desktop_title_tip", "Ez dago mahaigainik eskuragarri"),
|
||||
("no_desktop_text_tip", "Mesedez, instalatu ezazu GNOME Desktop"),
|
||||
("No need to elevate", "Ez da beharrezkoa pribilegioen maila igotzea"),
|
||||
("System Sound", "Sistemaren soinua"),
|
||||
("Default", "Lehenetsia"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "این فایل با فایل همتا یکسان است."),
|
||||
("show_monitors_tip", "نمایش مانیتورها در نوار ابزار"),
|
||||
("View Mode", "حالت مشاهده"),
|
||||
("login_linux_tip", "برای فعال کردن دسکتاپ X، باید به حساب لینوکس راه دور وارد شوید"),
|
||||
("verify_rustdesk_password_tip", "رمز عبور RustDesk را تأیید کنید"),
|
||||
("remember_account_tip", "این حساب را به خاطر بسپارید"),
|
||||
("os_account_desk_tip", "این حساب برای ورود به سیستم عامل راه دور و فعال کردن جلسه دسکتاپ در هدلس استفاده می شود"),
|
||||
("OS Account", "حساب کاربری سیستم عامل"),
|
||||
("another_user_login_title_tip", "کاربر دیگری قبلاً وارد شده است"),
|
||||
("another_user_login_text_tip", "قطع شدن"),
|
||||
("xorg_not_found_title_tip", "پیدا نشد Xorg"),
|
||||
("xorg_not_found_text_tip", "لطفا Xorg را نصب کنید"),
|
||||
("no_desktop_title_tip", "هیچ دسکتاپی در دسترس نیست"),
|
||||
("no_desktop_text_tip", "لطفا دسکتاپ گنوم را نصب کنید"),
|
||||
("No need to elevate", "نیازی به ارتقاء نیست"),
|
||||
("System Sound", "صدای سیستم"),
|
||||
("Default", "پیش فرض"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Saman niminen tiedosto on jo olemassa"),
|
||||
("show_monitors_tip", "Näytä kaikki käytettävissä olevat näytöt"),
|
||||
("View Mode", "Näkymätila"),
|
||||
("login_linux_tip", "Kirjaudu sisään Linux käyttäjätunnuksellasi"),
|
||||
("verify_rustdesk_password_tip", "Vahvista RustDesk salasanasi kirjautumista varten"),
|
||||
("remember_account_tip", "Muista tilini kirjautumista varten"),
|
||||
("os_account_desk_tip", "Käytä käyttöjärjestelmän käyttäjätiliä kirjautumiseen"),
|
||||
("OS Account", "Käyttöjärjestelmän tili"),
|
||||
("another_user_login_title_tip", "Toinen käyttäjä on kirjautunut sisään"),
|
||||
("another_user_login_text_tip", "Etäistunto keskeytetään, koska toinen käyttäjä on ottanut hallinnan."),
|
||||
("xorg_not_found_title_tip", "Xorg ei löydy"),
|
||||
("xorg_not_found_text_tip", "X11 palvelinta ei löydetty. Vaihda Xorg ympäristöön jatkaaksesi."),
|
||||
("no_desktop_title_tip", "Työpöytää ei havaittu"),
|
||||
("no_desktop_text_tip", "Työpöytäympäristöä ei löydy. Asenna esimerkiksi GNOME tai XFCE."),
|
||||
("No need to elevate", "Oikeuksien korotusta ei tarvita"),
|
||||
("System Sound", "Järjestelmän ääni"),
|
||||
("Default", "Oletus"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Ce fichier est identique à celui sur l’appareil distant."),
|
||||
("show_monitors_tip", "Afficher les écrans dans la barre d’outils"),
|
||||
("View Mode", "Mode vue"),
|
||||
("login_linux_tip", "Vous devez vous connecter au compte Linux distant pour établir une session de bureau X"),
|
||||
("verify_rustdesk_password_tip", "Vérifier le mot de passe RustDesk"),
|
||||
("remember_account_tip", "Se souvenir de ce compte"),
|
||||
("os_account_desk_tip", "Ce compte est utilisé pour se connecter au système d’exploitation distant et activer la session de bureau en mode sans affichage"),
|
||||
("OS Account", "Compte du système d’exploitation"),
|
||||
("another_user_login_title_tip", "Un autre utilisateur est déjà connecté"),
|
||||
("another_user_login_text_tip", "Déconnecter"),
|
||||
("xorg_not_found_title_tip", "Xorg introuvable"),
|
||||
("xorg_not_found_text_tip", "Veuillez installer Xorg"),
|
||||
("no_desktop_title_tip", "Aucun environnement de bureau n’est disponible"),
|
||||
("no_desktop_text_tip", "Veuillez installer l’environnement de bureau GNOME"),
|
||||
("No need to elevate", "Élever les privilèges n’est pas nécessaire"),
|
||||
("System Sound", "Son système"),
|
||||
("Default", "Défaut"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "ფაილი იდენტურია დისტანციურ კვანძზე არსებული ფაილის"),
|
||||
("show_monitors_tip", "მონიტორების ჩვენება ხელსაწყოთა პანელზე"),
|
||||
("View Mode", "ნახვის რეჟიმი"),
|
||||
("login_linux_tip", "X სამუშაო მაგიდის სესიის ჩასართავად, საჭიროა დისტანციურ Linux ანგარიშში შესვლა."),
|
||||
("verify_rustdesk_password_tip", "დაადასტურეთ RustDesk-ის პაროლი"),
|
||||
("remember_account_tip", "დაიმახსოვრეთ ეს ანგარიში"),
|
||||
("os_account_desk_tip", "ეს ანგარიში გამოიყენება დისტანციურ ოპერაციულ სისტემაში შესასვლელად და headless რეჟიმში სამუშაო მაგიდის სესიის ჩასართავად."),
|
||||
("OS Account", "ოპერაციული სისტემის ანგარიში"),
|
||||
("another_user_login_title_tip", "სხვა მომხმარებელი უკვე შესულია სისტემაში"),
|
||||
("another_user_login_text_tip", "გათიშვა"),
|
||||
("xorg_not_found_title_tip", "Xorg ვერ მოიძებნა"),
|
||||
("xorg_not_found_text_tip", "დააინსტალირეთ Xorg"),
|
||||
("no_desktop_title_tip", "სამუშაო მაგიდა არ არის ხელმისაწვდომი"),
|
||||
("no_desktop_text_tip", "დააინსტალირეთ GNOME Desktop"),
|
||||
("No need to elevate", "უფლებების აწევა არ არის საჭირო"),
|
||||
("System Sound", "სისტემური ხმა"),
|
||||
("Default", "ნაგულისხმევი"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "આ ફાઇલ પહેલેથી જ અસ્તિત્વમાં છે."),
|
||||
("show_monitors_tip", "ટૂલબારમાં મોનિટર બતાવો"),
|
||||
("View Mode", "વ્યુ મોડ"),
|
||||
("login_linux_tip", "રિમોટ Linux સત્ર માટે તમારે લોગિન કરવું પડશે"),
|
||||
("verify_rustdesk_password_tip", "RustDesk પાસવર્ડ ચકાસો"),
|
||||
("remember_account_tip", "આ ખાતું યાદ રાખો"),
|
||||
("os_account_desk_tip", "એક્સેસ માટે OS ખાતાનો ઉપયોગ કરો"),
|
||||
("OS Account", "OS ખાતું"),
|
||||
("another_user_login_title_tip", "બીજો યુઝર પહેલેથી લોગિન છે"),
|
||||
("another_user_login_text_tip", "ડિસ્કનેક્ટ કરો અને ફરી પ્રયાસ કરો"),
|
||||
("xorg_not_found_title_tip", "Xorg મળ્યું નથી"),
|
||||
("xorg_not_found_text_tip", "કૃપા કરીને Xorg ઇન્સ્ટોલ કરો"),
|
||||
("no_desktop_title_tip", "કોઈ ડેસ્કટોપ ઉપલબ્ધ નથી"),
|
||||
("no_desktop_text_tip", "કૃપા કરીને Linux ડેસ્કટોપ ઇન્સ્ટોલ કરો"),
|
||||
("No need to elevate", "એલિવેટ કરવાની જરૂર નથી"),
|
||||
("System Sound", "સિસ્ટમ સાઉન્ડ"),
|
||||
("Default", "ડિફોલ્ટ"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "קובץ זה זהה לקובץ שבצד העמית."),
|
||||
("show_monitors_tip", "הצג מסכים בסרגל כלים"),
|
||||
("View Mode", "מצב תצוגה"),
|
||||
("login_linux_tip", "עליך להתחבר לחשבון Linux מרוחק כדי לאפשר פעילות שולחן עבודה X"),
|
||||
("verify_rustdesk_password_tip", "אמת סיסמת RustDesk"),
|
||||
("remember_account_tip", "זכור חשבון זה"),
|
||||
("os_account_desk_tip", "חשבון זה משמש להתחברות למערכת ההפעלה המרוחקת ולהפעלת שולחן עבודה במצב לא מקוון"),
|
||||
("OS Account", "חשבון מערכת הפעלה"),
|
||||
("another_user_login_title_tip", "משתמש אחר כבר התחבר"),
|
||||
("another_user_login_text_tip", "נתק"),
|
||||
("xorg_not_found_title_tip", "Xorg לא נמצא"),
|
||||
("xorg_not_found_text_tip", "אנא התקן Xorg"),
|
||||
("no_desktop_title_tip", "אין שולחן עבודה זמין"),
|
||||
("no_desktop_text_tip", "אנא התקן שולחן עבודה GNOME"),
|
||||
("No need to elevate", "אין צורך בהעלאת הרשאות"),
|
||||
("System Sound", "צליל מערכת"),
|
||||
("Default", "ברירת מחדל"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "यह फ़ाइल पहले से ही मौजूद है।"),
|
||||
("show_monitors_tip", "टूलबार में मॉनिटर दिखाएं"),
|
||||
("View Mode", "व्यू मोड"),
|
||||
("login_linux_tip", "रिमोट Linux सत्र शुरू करने के लिए आपको लॉगिन करना होगा"),
|
||||
("verify_rustdesk_password_tip", "RustDesk पासवर्ड सत्यापित करें"),
|
||||
("remember_account_tip", "इस खाते को याद रखें"),
|
||||
("os_account_desk_tip", "रिमोट डेस्कटॉप को एक्सेस करने के लिए OS खाते का उपयोग करें"),
|
||||
("OS Account", "OS खाता"),
|
||||
("another_user_login_title_tip", "एक अन्य उपयोगकर्ता पहले से ही लॉगिन है"),
|
||||
("another_user_login_text_tip", "डिस्कनेक्ट करें और पुनः प्रयास करें"),
|
||||
("xorg_not_found_title_tip", "Xorg नहीं मिला"),
|
||||
("xorg_not_found_text_tip", "कृपया Xorg इंस्टॉल करें"),
|
||||
("no_desktop_title_tip", "कोई डेस्कटॉप उपलब्ध नहीं है"),
|
||||
("no_desktop_text_tip", "कृपया Linux डेस्कटॉप इंस्टॉल करें"),
|
||||
("No need to elevate", "एलीवेट करने की आवश्यकता नहीं है"),
|
||||
("System Sound", "सिस्टम साउंड"),
|
||||
("Default", "डिफ़ॉल्ट"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Ova je datoteka identična partnerskoj datoteci."),
|
||||
("show_monitors_tip", "Prikažite monitore na alatnoj traci"),
|
||||
("View Mode", "Način prikaza"),
|
||||
("login_linux_tip", "Da biste omogućili sesiju X radne površine, morate se prijaviti na udaljeni Linux račun."),
|
||||
("verify_rustdesk_password_tip", "Provjera lozinke za RustDesk"),
|
||||
("remember_account_tip", "Zapamti ovaj račun"),
|
||||
("os_account_desk_tip", "Ovaj se račun koristi za prijavu na udaljeni operativni sustav i za omogućavanje sesije radne površine u bezglavom načinu rada."),
|
||||
("OS Account", "Račun operativnog sustava"),
|
||||
("another_user_login_title_tip", "Drugi korisnik je već prijavljen"),
|
||||
("another_user_login_text_tip", "Prekini vezu"),
|
||||
("xorg_not_found_title_tip", "Xorg nije pronađen"),
|
||||
("xorg_not_found_text_tip", "Molimo instalirajte Xorg"),
|
||||
("no_desktop_title_tip", "Nema dostupne radne površine"),
|
||||
("no_desktop_text_tip", "Molimo instalirajte GNOME"),
|
||||
("No need to elevate", "Nije potrebno povećanje"),
|
||||
("System Sound", "Zvuk sustava"),
|
||||
("Default", "Zadano"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Ez a fájl megegyezik a távoli állomás fájljával."),
|
||||
("show_monitors_tip", "Képernyők megjelenítése az eszköztáron"),
|
||||
("View Mode", "Nézet mód"),
|
||||
("login_linux_tip", "Az X-asztal munkamenet megnyitásához be kell jelentkeznie egy távoli Linux-fiókba."),
|
||||
("verify_rustdesk_password_tip", "RustDesk jelszó megerősítése"),
|
||||
("remember_account_tip", "Emlékezzen erre a fiókra"),
|
||||
("os_account_desk_tip", "Ezzel a fiókkal bejelentkezhet a távoli operációs rendszerbe, és aktiválhatja az asztali munkamenetet fej nélküli módban."),
|
||||
("OS Account", "OS fiók"),
|
||||
("another_user_login_title_tip", "Egy másik felhasználó már bejelentkezett."),
|
||||
("another_user_login_text_tip", "Különálló"),
|
||||
("xorg_not_found_title_tip", "Xorg nem található."),
|
||||
("xorg_not_found_text_tip", "Telepítse az Xorgot."),
|
||||
("no_desktop_title_tip", "Nem áll rendelkezésre asztali környezet."),
|
||||
("no_desktop_text_tip", "Telepítse a GNOME asztali környezetet."),
|
||||
("No need to elevate", "Nem szükséges megemelni"),
|
||||
("System Sound", "Rendszer hangok"),
|
||||
("Default", "Alapértelmezett"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Data ini identik dengan milik rekan"),
|
||||
("show_monitors_tip", "Tampilkan monitor di toolbar"),
|
||||
("View Mode", "Mode Tampilan"),
|
||||
("login_linux_tip", "Anda harus masuk ke akun remote linux untuk mengaktifkan sesi X desktop"),
|
||||
("verify_rustdesk_password_tip", "Verifikasi Kata Sandi RustDesk"),
|
||||
("remember_account_tip", "Ingat akun ini"),
|
||||
("os_account_desk_tip", "Akun ini digunakan untuk masuk ke sistem operasi remote dan mengaktifkan sesi desktop dalam mode tanpa tampilan (headless)"),
|
||||
("OS Account", "Akun OS"),
|
||||
("another_user_login_title_tip", "Akun ini sedang digunakan"),
|
||||
("another_user_login_text_tip", "Putuskan koneksi diperangkat lain"),
|
||||
("xorg_not_found_title_tip", "Xorg tidak ditemukan"),
|
||||
("xorg_not_found_text_tip", "Silahkan install Xorg"),
|
||||
("no_desktop_title_tip", "Desktop tidak tersedia"),
|
||||
("no_desktop_text_tip", "Silahkan install GNOME Desktop"),
|
||||
("No need to elevate", "Tidak perlu elevasi"),
|
||||
("System Sound", "Suara Sistem"),
|
||||
("Default", "Default"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Questo file è identico a quello nel dispositivo remoto."),
|
||||
("show_monitors_tip", "Visualizza schermi nella barra strumenti"),
|
||||
("View Mode", "Modalità visualizzazione"),
|
||||
("login_linux_tip", "Accedi all'account Linux remoto"),
|
||||
("verify_rustdesk_password_tip", "Conferma password RustDesk"),
|
||||
("remember_account_tip", "Ricorda questo account"),
|
||||
("os_account_desk_tip", "Questo account viene usato per accedere al sistema operativo remoto e attivare la sessione desktop in modalità non presidiata."),
|
||||
("OS Account", "Account sistema operativo"),
|
||||
("another_user_login_title_tip", "È già loggato un altro utente."),
|
||||
("another_user_login_text_tip", "Separato"),
|
||||
("xorg_not_found_title_tip", "Xorg non trovato."),
|
||||
("xorg_not_found_text_tip", "Installa Xorg."),
|
||||
("no_desktop_title_tip", "Non è presente alcun ambiente desktop disponibile."),
|
||||
("no_desktop_text_tip", "Installa il desktop GNOME."),
|
||||
("No need to elevate", "Elevazione dei privilegi non richiesta"),
|
||||
("System Sound", "Dispositivo audio sistema"),
|
||||
("Default", "Predefinita"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "このファイルはリモートコンピューターと同一です。"),
|
||||
("show_monitors_tip", "ツールバーにディスプレイを表示する"),
|
||||
("View Mode", "表示モード"),
|
||||
("login_linux_tip", "X デスクトップのセッションにログインするには、リモートコンピューターのLinuxアカウントにログインする必要があります。"),
|
||||
("verify_rustdesk_password_tip", "RustDesk のパスワードを確認する"),
|
||||
("remember_account_tip", "このアカウントを記憶する"),
|
||||
("os_account_desk_tip", "このアカウントは、リモートコンピューターの OS にログインし、ヘッドレスでセッションを有効化するために使用されます。"),
|
||||
("OS Account", "OS のアカウント"),
|
||||
("another_user_login_title_tip", "他のユーザーがすでにログインしています"),
|
||||
("another_user_login_text_tip", "切断しました"),
|
||||
("xorg_not_found_title_tip", "Xorg サーバーが見つかりませんでした。"),
|
||||
("xorg_not_found_text_tip", "Xorg をインストールしてください"),
|
||||
("no_desktop_title_tip", "デスクトップ環境が見つかりませんでした。"),
|
||||
("no_desktop_text_tip", "GNOME デスクトップ環境をインストールしてください"),
|
||||
("No need to elevate", "権限昇格の必要はありません"),
|
||||
("System Sound", "システム音声"),
|
||||
("Default", "既定"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "이 파일은 상대방의 파일과 일치합니다."),
|
||||
("show_monitors_tip", "도구 모음에 모니터 표시"),
|
||||
("View Mode", "보기 모드"),
|
||||
("login_linux_tip", "X 데스크탑을 활성화하려면 제어되는 터미널의 Linux 계정에 로그인하세요"),
|
||||
("verify_rustdesk_password_tip", "RustDesk 비밀번호 확인"),
|
||||
("remember_account_tip", "이 계정 기억하기"),
|
||||
("os_account_desk_tip", "이 계정은 원격 OS에 로그인하고 헤드리스에서 데스크탑 세션을 활성화하는 데 사용됩니다."),
|
||||
("OS Account", "OS 계정"),
|
||||
("another_user_login_title_tip", "다른 사용자가 이미 로그인했습니다"),
|
||||
("another_user_login_text_tip", "연결 끊기"),
|
||||
("xorg_not_found_title_tip", "Xorg를 찾을 수 없습니다"),
|
||||
("xorg_not_found_text_tip", "Xorg를 설치해 주세요"),
|
||||
("no_desktop_title_tip", "사용 가능한 데스크탑 환경이 없습니다"),
|
||||
("no_desktop_text_tip", "GNOME 데스크탑을 설치해 주세요"),
|
||||
("No need to elevate", "권한 상승이 필요없습니다"),
|
||||
("System Sound", "시스템 소리"),
|
||||
("Default", "기본"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Бұл файыл пирдікімен бірдей."),
|
||||
("show_monitors_tip", "Мониторларды құралдар тақтасында көрсету"),
|
||||
("View Mode", "Көру модасы"),
|
||||
("login_linux_tip", "X жұмыс үстелі сешін іске қосу үшін қашықтағы Linux есепкісіне кіруіңіз керек"),
|
||||
("verify_rustdesk_password_tip", "RustDesk құпия сөзін тексеру"),
|
||||
("remember_account_tip", "Бұл есепкіні есте сақтау"),
|
||||
("os_account_desk_tip", "Бұл есепкі қашықтағы OS-қа кіру және headless режимде жұмыс үстелі сешін іске қосу үшін қолданылады"),
|
||||
("OS Account", "OS есепкісі"),
|
||||
("another_user_login_title_tip", "Басқа қолданушы әлдеқашан кіріп қойған"),
|
||||
("another_user_login_text_tip", "Ажырату"),
|
||||
("xorg_not_found_title_tip", "Xorg табылмады"),
|
||||
("xorg_not_found_text_tip", "Xorg орнатуды өтінеміз"),
|
||||
("no_desktop_title_tip", "Жұмыс үстелі ортасы қолжетімсіз"),
|
||||
("no_desktop_text_tip", "GNOME жұмыс үстелін орнатуды өтінеміз"),
|
||||
("No need to elevate", "Артықшылықты көтерудің қажеті жоқ"),
|
||||
("System Sound", "Жүйе дыбысы"),
|
||||
("Default", "Әдепкі"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Failas yra identiškas nuotoliniame kompiuteryje esančiam failui."),
|
||||
("show_monitors_tip", "Rodyti monitorius įrankių juostoje"),
|
||||
("View Mode", "Peržiūros režimas"),
|
||||
("login_linux_tip", "Norėdami įjungti X darbalaukio seansą, turite būti prisijungę prie nuotolinės Linux paskyros."),
|
||||
("verify_rustdesk_password_tip", "Įveskite kliento RustDesk slaptažodį"),
|
||||
("remember_account_tip", "Prisiminti šią paskyrą"),
|
||||
("os_account_desk_tip", "Ši paskyra naudojama norint prisijungti prie nuotolinės OS ir įgalinti darbalaukio seansą režimu headless"),
|
||||
("OS Account", "OS paskyra"),
|
||||
("another_user_login_title_tip", "Kitas vartotojas jau yra prisijungęs"),
|
||||
("another_user_login_text_tip", "Atjungti"),
|
||||
("xorg_not_found_title_tip", "Xorg nerastas"),
|
||||
("xorg_not_found_text_tip", "Prašom įdiegti Xorg"),
|
||||
("no_desktop_title_tip", "Nėra pasiekiamų nuotolinių darbalaukių"),
|
||||
("no_desktop_text_tip", "Prašom įdiegti GNOME Desktop"),
|
||||
("No need to elevate", "Teisių kelti nereikia"),
|
||||
("System Sound", "Sistemos garsas"),
|
||||
("Default", "Numatytasis"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Šis fails ir identisks sesijas failam."),
|
||||
("show_monitors_tip", "Rādīt monitorus rīkjoslā"),
|
||||
("View Mode", "Skatīšanas režīms"),
|
||||
("login_linux_tip", "Jums ir jāpiesakās attālajā Linux kontā, lai iespējotu X darbvirsmas sesiju"),
|
||||
("verify_rustdesk_password_tip", "Pārbaudīt RustDesk paroli"),
|
||||
("remember_account_tip", "Atcerēties šo kontu"),
|
||||
("os_account_desk_tip", "Šis konts tiek izmantots, lai pieteiktos attālajā operētājsistēmā un iespējotu darbvirsmas sesiju fonā"),
|
||||
("OS Account", "OS konts"),
|
||||
("another_user_login_title_tip", "Cits lietotājs jau ir pieteicies"),
|
||||
("another_user_login_text_tip", "Atvienot"),
|
||||
("xorg_not_found_title_tip", "Xorg nav atrasts"),
|
||||
("xorg_not_found_text_tip", "Lūdzu, instalējiet Xorg"),
|
||||
("no_desktop_title_tip", "Nav pieejama darbvirsma"),
|
||||
("no_desktop_text_tip", "Lūdzu, instalējiet GNOME darbvirsmu"),
|
||||
("No need to elevate", "Nav nepieciešams paaugstināt"),
|
||||
("System Sound", "Sistēmas skaņa"),
|
||||
("Default", "Noklusējums"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "ഈ ഫയൽ നിലവിലുണ്ട്."),
|
||||
("show_monitors_tip", "ടൂൾബാറിൽ മോണിറ്ററുകൾ കാണിക്കുക"),
|
||||
("View Mode", "വ്യൂ മോഡ്"),
|
||||
("login_linux_tip", "റിമോട്ട് ലിനക്സ് സെഷനായി ലോഗിൻ ചെയ്യണം"),
|
||||
("verify_rustdesk_password_tip", "RustDesk പാസ്വേഡ് പരിശോധിക്കുക"),
|
||||
("remember_account_tip", "ഈ അക്കൗണ്ട് ഓർമ്മിക്കുക"),
|
||||
("os_account_desk_tip", "ആക്സസിനായി OS അക്കൗണ്ട് ഉപയോഗിക്കുക"),
|
||||
("OS Account", "OS അക്കൗണ്ട്"),
|
||||
("another_user_login_title_tip", "മറ്റൊരു ഉപയോക്താവ് ലോഗിൻ ചെയ്തിട്ടുണ്ട്"),
|
||||
("another_user_login_text_tip", "വിച്ഛേദിച്ച ശേഷം വീണ്ടും ശ്രമിക്കുക"),
|
||||
("xorg_not_found_title_tip", "Xorg കണ്ടെത്താനായില്ല"),
|
||||
("xorg_not_found_text_tip", "ദയവായി Xorg ഇൻസ്റ്റാൾ ചെയ്യുക"),
|
||||
("no_desktop_title_tip", "ഡെസ്ക്ടോപ്പ് ലഭ്യമല്ല"),
|
||||
("no_desktop_text_tip", "ദയവായി ലിനക്സ് ഡെസ്ക്ടോപ്പ് ഇൻസ്റ്റാൾ ചെയ്യുക"),
|
||||
("No need to elevate", "എലവേറ്റ് ചെയ്യേണ്ടതില്ല"),
|
||||
("System Sound", "സിസ്റ്റം സൗണ്ട്"),
|
||||
("Default", "ഡിഫോൾട്ട്"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Denne filen er identisk med motpartens fil."),
|
||||
("show_monitors_tip", "Vis skjermer i verktøylinjen"),
|
||||
("View Mode", "Visningsmodus"),
|
||||
("login_linux_tip", "Du må logge inn på den eksterne Linux-kontoen for å aktivere en X-skrivebordssesjon"),
|
||||
("verify_rustdesk_password_tip", "Verifiser RustDesk-passord"),
|
||||
("remember_account_tip", "Husk denne kontoen"),
|
||||
("os_account_desk_tip", "Denne kontoen brukes til å logge inn på det eksterne operativsystemet og aktivere skrivebordssesjonen i hodeløs modus"),
|
||||
("OS Account", "OS-konto"),
|
||||
("another_user_login_title_tip", "En annen bruker er allerede logget inn"),
|
||||
("another_user_login_text_tip", "Koble fra"),
|
||||
("xorg_not_found_title_tip", "Xorg ikke funnet"),
|
||||
("xorg_not_found_text_tip", "Vennligst installer Xorg"),
|
||||
("no_desktop_title_tip", "Ingen skrivebordsmiljø er tilgjengelig"),
|
||||
("no_desktop_text_tip", "Vennligst installer GNOME-skrivebordet"),
|
||||
("No need to elevate", "Ikke behov for elevering"),
|
||||
("System Sound", "Systemlyd"),
|
||||
("Default", "Standard"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Dit bestand is identiek aan het bestand van het externe station."),
|
||||
("show_monitors_tip", "Monitoren weergeven in de werkbalk"),
|
||||
("View Mode", "Toeschouwermodus"),
|
||||
("login_linux_tip", "Toegang tot het externe Linux-account"),
|
||||
("verify_rustdesk_password_tip", "Bevestiging wachtwoord RustDesk"),
|
||||
("remember_account_tip", "Onthoud dit account"),
|
||||
("os_account_desk_tip", "Dit account wordt gebruikt om toegang te krijgen tot het externe besturingssysteem en de bureaubladsessie in onbeheerde modus te activeren."),
|
||||
("OS Account", "Besturingssysteem account"),
|
||||
("another_user_login_title_tip", "Een andere gebruiker is al ingelogd."),
|
||||
("another_user_login_text_tip", "Afzonderlijk"),
|
||||
("xorg_not_found_title_tip", "Xorg niet gevonden."),
|
||||
("xorg_not_found_text_tip", "Installeer Xorg."),
|
||||
("no_desktop_title_tip", "Er is geen desktop beschikbaar."),
|
||||
("no_desktop_text_tip", "Installeer de GNOME desktop."),
|
||||
("No need to elevate", "Niet nodig om te verhogen"),
|
||||
("System Sound", "Systeemgeluid"),
|
||||
("Default", "Standaard"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Ten plik jest identyczny z plikiem na drugim komputerze."),
|
||||
("show_monitors_tip", "Pokaż monitory w zasobniku"),
|
||||
("View Mode", "Tylko podgląd (wyłącza możliwość interakcji)"),
|
||||
("login_linux_tip", "Musisz zalogować się na zdalne konto, by zezwolić na sesję pulpitu X"),
|
||||
("verify_rustdesk_password_tip", "Weryfikuj hasło RustDesk"),
|
||||
("remember_account_tip", "Zapamiętaj to konto"),
|
||||
("os_account_desk_tip", "To konto jest używane do logowania do zdalnych systemów i włącza bezobsługowe sesje pulpitu"),
|
||||
("OS Account", "Konto systemowe"),
|
||||
("another_user_login_title_tip", "Inny użytkownik jest już zalogowany"),
|
||||
("another_user_login_text_tip", "Rozłącz"),
|
||||
("xorg_not_found_title_tip", "Nie znaleziono Xorg"),
|
||||
("xorg_not_found_text_tip", "Proszę zainstalować Xorg"),
|
||||
("no_desktop_title_tip", "Żaden pulpit nie jest dostępny"),
|
||||
("no_desktop_text_tip", "Proszę zainstalować pulpit GNOME"),
|
||||
("No need to elevate", "Podniesienie uprawnień nie jest wymagane"),
|
||||
("System Sound", "Dźwięk systemowy"),
|
||||
("Default", "Domyślne"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Este ficheiro é idêntico ao do destino."),
|
||||
("show_monitors_tip", "Mostrar monitores na barra de ferramentas"),
|
||||
("View Mode", "Modo de visualização"),
|
||||
("login_linux_tip", "É necessário iniciar sessão na conta Linux remota para ativar uma sessão de ambiente de trabalho X"),
|
||||
("verify_rustdesk_password_tip", "Verificar palavra-passe do RustDesk"),
|
||||
("remember_account_tip", "Memorizar esta conta"),
|
||||
("os_account_desk_tip", "Esta conta é usada para iniciar sessão no SO remoto e ativar a sessão de ambiente de trabalho em modo headless"),
|
||||
("OS Account", "Conta do SO"),
|
||||
("another_user_login_title_tip", "Outro utilizador já tem sessão iniciada"),
|
||||
("another_user_login_text_tip", "Desligar"),
|
||||
("xorg_not_found_title_tip", "Xorg não encontrado"),
|
||||
("xorg_not_found_text_tip", "Instale o Xorg"),
|
||||
("no_desktop_title_tip", "Não há nenhum ambiente de trabalho disponível"),
|
||||
("no_desktop_text_tip", "Instale o ambiente de trabalho GNOME"),
|
||||
("No need to elevate", "Não é necessário elevar"),
|
||||
("System Sound", "Som do sistema"),
|
||||
("Default", "Predefinido"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Este arquivo é idêntico ao do parceiro."),
|
||||
("show_monitors_tip", "Mostrar telas na barra de ferramentas"),
|
||||
("View Mode", "Modo de visualização"),
|
||||
("login_linux_tip", "Você precisa fazer login na conta Linux remota para habilitar uma sessão de desktop X"),
|
||||
("verify_rustdesk_password_tip", "Verifique a senha do RustDesk"),
|
||||
("remember_account_tip", "Lembrar desta conta"),
|
||||
("os_account_desk_tip", "Esta conta é usada para fazer login no Sistema Operacional remoto e habilitar a sessão da área de trabalho em headless"),
|
||||
("OS Account", "Conta do Sistema Operacional"),
|
||||
("another_user_login_title_tip", "Outro usuário já está logado"),
|
||||
("another_user_login_text_tip", "Desconectar"),
|
||||
("xorg_not_found_title_tip", "Xorg não encontrado"),
|
||||
("xorg_not_found_text_tip", "Por favor, instale o Xorg"),
|
||||
("no_desktop_title_tip", "Nenhuma área de trabalho está disponível"),
|
||||
("no_desktop_text_tip", "Por favor, instale a área de trabalho do GNOME"),
|
||||
("No need to elevate", "Não há necessidade de elevar"),
|
||||
("System Sound", "Som do Sistema"),
|
||||
("Default", "Padrão"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Acest fișier este identic cu cel al dispozitivului pereche."),
|
||||
("show_monitors_tip", "Afișează monitoare în bara de instrumente"),
|
||||
("View Mode", "Mod vizualizare"),
|
||||
("login_linux_tip", "Este necesar să te conectezi la contul de Linux de la distanță pentru a începe o sesiune cu un desktop care folosește X11"),
|
||||
("verify_rustdesk_password_tip", "Verifică parola RustDesk"),
|
||||
("remember_account_tip", "Reține contul"),
|
||||
("os_account_desk_tip", "Acest cont este utilizat pentru conectarea la sistemul de operare la distanță și începerea sesiunii cu desktopul în modul fără afișaj."),
|
||||
("OS Account", "Cont OS"),
|
||||
("another_user_login_title_tip", "Un alt utilizator este deja conectat"),
|
||||
("another_user_login_text_tip", "Deconectare"),
|
||||
("xorg_not_found_title_tip", "Xorg nu a fost găsit"),
|
||||
("xorg_not_found_text_tip", "Instalează Xorg"),
|
||||
("no_desktop_title_tip", "Nu este disponibil niciun mediu desktop"),
|
||||
("no_desktop_text_tip", "Instalează mediul desktop GNOME"),
|
||||
("No need to elevate", "Nu sunt necesare permisiuni de administrator"),
|
||||
("System Sound", "Sunet sistem"),
|
||||
("Default", "Implicit"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Файл идентичен файлу на удалённом узле"),
|
||||
("show_monitors_tip", "Показывать мониторы на панели инструментов"),
|
||||
("View Mode", "Режим просмотра"),
|
||||
("login_linux_tip", "Чтобы включить сеанс рабочего стола X, необходимо войти в удалённый аккаунт Linux."),
|
||||
("verify_rustdesk_password_tip", "Подтвердить пароль RustDesk"),
|
||||
("remember_account_tip", "Запомнить этот аккаунт"),
|
||||
("os_account_desk_tip", "Этот аккаунт используется для входа в удалённую ОС и включения сеанса рабочего стола в режиме headless."),
|
||||
("OS Account", "Аккаунт ОС"),
|
||||
("another_user_login_title_tip", "Другой пользователь уже вошёл в систему"),
|
||||
("another_user_login_text_tip", "Отключить"),
|
||||
("xorg_not_found_title_tip", "Xorg не найден"),
|
||||
("xorg_not_found_text_tip", "Установите Xorg"),
|
||||
("no_desktop_title_tip", "Нет доступных рабочих столов"),
|
||||
("no_desktop_text_tip", "Установите GNOME Desktop"),
|
||||
("No need to elevate", "Повышение прав не требуется"),
|
||||
("System Sound", "Системный звук"),
|
||||
("Default", "По умолчанию"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Custu archìviu est pretzisu a su chi b'at in su dispositivu remotu."),
|
||||
("show_monitors_tip", "Mustra sos ischermos in s'istanga de sos trastes"),
|
||||
("View Mode", "Modalidade de visualizatzione"),
|
||||
("login_linux_tip", "Intra a su contu de Linux remotu"),
|
||||
("verify_rustdesk_password_tip", "Cunfirma sa crae de RustDesk"),
|
||||
("remember_account_tip", "Ammenta custu contu"),
|
||||
("os_account_desk_tip", "Custu contu s'impreat pro intrare a su sistema operativu remotu e ativare sa sessione de s'elaboradore in modalidade non presidiada."),
|
||||
("OS Account", "Contu sistema operativu"),
|
||||
("another_user_login_title_tip", "Un'àteru utente at giai fatu s'atzessu."),
|
||||
("another_user_login_text_tip", "Separadu"),
|
||||
("xorg_not_found_title_tip", "Xorg no atzapadu."),
|
||||
("xorg_not_found_text_tip", "Installa Xorg."),
|
||||
("no_desktop_title_tip", "Non b'at perunu ambiente de elaboradore a disponimentu."),
|
||||
("no_desktop_text_tip", "Installa s'ambiente de elaboradore GNOME."),
|
||||
("No need to elevate", "Crèschida de sos privilègios non pedida"),
|
||||
("System Sound", "Dispositivu àudio de sistema"),
|
||||
("Default", "Predefinida"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Tento súbor je identický so súborom partnera."),
|
||||
("show_monitors_tip", "Zobraziť monitory na paneli nástrojov"),
|
||||
("View Mode", "Režim zobrazenia"),
|
||||
("login_linux_tip", "Ak chcete povoliť reláciu Desktop X, musíte sa prihlásiť do vzdialeného konta Linuxu."),
|
||||
("verify_rustdesk_password_tip", "Overenie hesla RustDesk"),
|
||||
("remember_account_tip", "Zapamätať si tento účet"),
|
||||
("os_account_desk_tip", "Toto konto sa používa na prihlásenie do vzdialeného operačného systému a na povolenie relácie pracovnej plochy v režime headless."),
|
||||
("OS Account", "Účet operačného systému"),
|
||||
("another_user_login_title_tip", "Ďalší používateľ je už prihlásený"),
|
||||
("another_user_login_text_tip", "Odpojiť"),
|
||||
("xorg_not_found_title_tip", "Xorg nebol nájdený"),
|
||||
("xorg_not_found_text_tip", "Prosím, nainštalujte Xorg"),
|
||||
("no_desktop_title_tip", "Nie je k dispozícii žiadna plocha"),
|
||||
("no_desktop_text_tip", "Nainštalujte si prostredie GNOME"),
|
||||
("No need to elevate", "Navýšenie nie je potrebné"),
|
||||
("System Sound", "Systémový zvuk"),
|
||||
("Default", "Predvolené"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Datoteka je enaka partnerjevi"),
|
||||
("show_monitors_tip", "Prikaži monitorje v orodni vrstici"),
|
||||
("View Mode", "Način prikazovanja"),
|
||||
("login_linux_tip", "Prijaviti se morate v oddaljeni Linux račun in omogočiti namizno sejo X."),
|
||||
("verify_rustdesk_password_tip", "Preveri geslo za RustDesk"),
|
||||
("remember_account_tip", "Zapomni si ta račun"),
|
||||
("os_account_desk_tip", "Ta račun se uporabi za prijavo v oddaljeni sistem in omogči namizno sejo v napravi brez monitorja."),
|
||||
("OS Account", "Račun operacijskega sistema"),
|
||||
("another_user_login_title_tip", "Prijavljen je že drug uporabnik"),
|
||||
("another_user_login_text_tip", "Prekini"),
|
||||
("xorg_not_found_title_tip", "Xorg ni najden"),
|
||||
("xorg_not_found_text_tip", "Namestite Xorg"),
|
||||
("no_desktop_title_tip", "Namizno okolje ni na voljo"),
|
||||
("no_desktop_text_tip", "Namestite GNOME"),
|
||||
("No need to elevate", "Povzdig pravic ni potreben"),
|
||||
("System Sound", "Sistemski zvok"),
|
||||
("Default", "Privzeto"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Ky skedar është identik me atë të peer-it."),
|
||||
("show_monitors_tip", "Shfaq monitorët në shiritin e veglave"),
|
||||
("View Mode", "Modaliteti i pamjes"),
|
||||
("login_linux_tip", "Duhet të hyni në llogarinë Linux në distancë për të aktivizuar një seancë desktopi X"),
|
||||
("verify_rustdesk_password_tip", "Verifiko fjalëkalimin e RustDesk"),
|
||||
("remember_account_tip", "Mbaj mend këtë llogari"),
|
||||
("os_account_desk_tip", "Kjo llogari përdoret për të hyrë në OS-në në distancë dhe për të aktivizuar seancën e desktopit pa ekran"),
|
||||
("OS Account", "Llogaria e OS"),
|
||||
("another_user_login_title_tip", "Një përdorues tjetër ka hyrë tashmë"),
|
||||
("another_user_login_text_tip", "Shkëput"),
|
||||
("xorg_not_found_title_tip", "Xorg nuk u gjet"),
|
||||
("xorg_not_found_text_tip", "Ju lutemi instaloni Xorg"),
|
||||
("no_desktop_title_tip", "Nuk ka asnjë mjedis desktopi të disponueshëm"),
|
||||
("no_desktop_text_tip", "Ju lutemi instaloni desktopin GNOME"),
|
||||
("No need to elevate", "Nuk ka nevojë për ngritje privilegjesh"),
|
||||
("System Sound", "Tingulli i sistemit"),
|
||||
("Default", "I parazgjedhur"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Ova datoteka je identična sa onom kod klijenta."),
|
||||
("show_monitors_tip", "Prikaži monitore u traci alata"),
|
||||
("View Mode", "Režim prikaza"),
|
||||
("login_linux_tip", "Potrebno je da se prijavite na udaljeni Linux nalog da biste omogućili X desktop sesiju"),
|
||||
("verify_rustdesk_password_tip", "Potvrdi RustDesk lozinku"),
|
||||
("remember_account_tip", "Zapamti ovaj nalog"),
|
||||
("os_account_desk_tip", "Ovaj nalog se koristi za prijavu na udaljeni OS i omogućavanje desktop sesije u headless režimu"),
|
||||
("OS Account", "OS nalog"),
|
||||
("another_user_login_title_tip", "Drugi korisnik je već prijavljen"),
|
||||
("another_user_login_text_tip", "Prekini vezu"),
|
||||
("xorg_not_found_title_tip", "Xorg nije pronađen"),
|
||||
("xorg_not_found_text_tip", "Molimo instalirajte Xorg"),
|
||||
("no_desktop_title_tip", "Nijedno desktop okruženje nije dostupno"),
|
||||
("no_desktop_text_tip", "Molimo instalirajte GNOME desktop"),
|
||||
("No need to elevate", "Nema potrebe za podizanjem privilegija"),
|
||||
("System Sound", "Sistemski zvuk"),
|
||||
("Default", "Podrazumevano"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Den här filen är identisk med klientens."),
|
||||
("show_monitors_tip", "Visa skärmar i verktygsfältet"),
|
||||
("View Mode", "Visningsläge"),
|
||||
("login_linux_tip", "Du måste logga in på Linux-fjärrkontot för att aktivera en X-skrivbordssession"),
|
||||
("verify_rustdesk_password_tip", "Verifiera RustDesk-lösenord"),
|
||||
("remember_account_tip", "Kom ihåg detta konto"),
|
||||
("os_account_desk_tip", "Detta konto används för att logga in på fjärroperativsystemet och aktivera skrivbordssessionen i obevakat läge"),
|
||||
("OS Account", "OS-konto"),
|
||||
("another_user_login_title_tip", "En annan användare är redan inloggad"),
|
||||
("another_user_login_text_tip", "Koppla ifrån"),
|
||||
("xorg_not_found_title_tip", "Xorg hittades inte"),
|
||||
("xorg_not_found_text_tip", "Installera Xorg"),
|
||||
("no_desktop_title_tip", "Ingen skrivbordsmiljö är tillgänglig"),
|
||||
("no_desktop_text_tip", "Installera GNOME-skrivbordet"),
|
||||
("No need to elevate", "Ingen behörighetshöjning behövs"),
|
||||
("System Sound", "Systemljud"),
|
||||
("Default", "Standard"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "ஒரே_மாதிரியான_கோப்பு_குறிப்பு"),
|
||||
("show_monitors_tip", "மானிட்டர்களை_காட்டு_குறிப்பு"),
|
||||
("View Mode", "காட்சி முறை"),
|
||||
("login_linux_tip", "லினக்ஸ்_உள்நுழைவு_குறிப்பு"),
|
||||
("verify_rustdesk_password_tip", "rustdesk_கடவுச்சொல்_சரிபார்ப்பு_குறிப்பு"),
|
||||
("remember_account_tip", "கணக்கை_நினைவில்_கொள்_குறிப்பு"),
|
||||
("os_account_desk_tip", "os_கணக்கு_டெஸ்க்_குறிப்பு"),
|
||||
("OS Account", "OS கணக்கு"),
|
||||
("another_user_login_title_tip", "மற்றொரு_பயனர்_உள்நுழைவு_தலைப்பு_குறிப்பு"),
|
||||
("another_user_login_text_tip", "மற்றொரு_பயனர்_உள்நுழைவு_உரை_குறிப்பு"),
|
||||
("xorg_not_found_title_tip", "xorg_காணப்படவில்லை_தலைப்பு_குறிப்பு"),
|
||||
("xorg_not_found_text_tip", "xorg_காணப்படவில்லை_உரை_குறிப்பு"),
|
||||
("no_desktop_title_tip", "டெஸ்க்டாப்_இல்லை_தலைப்பு_குறிப்பு"),
|
||||
("no_desktop_text_tip", "டெஸ்க்டாப்_இல்லை_உரை_குறிப்பு"),
|
||||
("No need to elevate", "உயர்த்த தேவையில்லை"),
|
||||
("System Sound", "சிஸ்டம் ஒலி"),
|
||||
("Default", "இயல்புநிலை"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", ""),
|
||||
("show_monitors_tip", ""),
|
||||
("View Mode", ""),
|
||||
("login_linux_tip", ""),
|
||||
("verify_rustdesk_password_tip", ""),
|
||||
("remember_account_tip", ""),
|
||||
("os_account_desk_tip", ""),
|
||||
("OS Account", ""),
|
||||
("another_user_login_title_tip", ""),
|
||||
("another_user_login_text_tip", ""),
|
||||
("xorg_not_found_title_tip", ""),
|
||||
("xorg_not_found_text_tip", ""),
|
||||
("no_desktop_title_tip", ""),
|
||||
("no_desktop_text_tip", ""),
|
||||
("No need to elevate", ""),
|
||||
("System Sound", ""),
|
||||
("Default", ""),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "ไฟล์นี้เหมือนกับไฟล์ของอีกฝั่ง"),
|
||||
("show_monitors_tip", "แสดงหน้าจอในแถบเครื่องมือ"),
|
||||
("View Mode", "โหมดการดู"),
|
||||
("login_linux_tip", "คุณจำเป็นจะต้องเข้าสู่ระบบไปยังบัญชีลินุกซ์ปลายทางเพื่อใช้งานเดสก์ท็อปเซสชัน X"),
|
||||
("verify_rustdesk_password_tip", "ยืนยันความถูกต้องรหัสผ่านของ RustDesk"),
|
||||
("remember_account_tip", "จดจำบัญชีนี้"),
|
||||
("os_account_desk_tip", "บัญชีนี้จะถูกใช้ในการเข้าสู่ระบบเครื่องปลายทางและเริ่มใช้งานเดสก์ท็อปเซสชันแบบ headless"),
|
||||
("OS Account", "บัญชีระบบปฏิบัติการ"),
|
||||
("another_user_login_title_tip", "ผู้ใช้งานอื่นเข้าสู่ระบบอยู่แล้ว"),
|
||||
("another_user_login_text_tip", "ยกเลิกการเชื่อมต่อ"),
|
||||
("xorg_not_found_title_tip", "ไม่พบ Xorg"),
|
||||
("xorg_not_found_text_tip", "กรุณาติดตั้ง Xorg"),
|
||||
("no_desktop_title_tip", "ไม่มีหน้าเดสก์ท็อปที่ใช้งานได้"),
|
||||
("no_desktop_text_tip", "กรุณาติดตั้ง GNOME เดสกท็อป"),
|
||||
("No need to elevate", "ไม่จำเป็นต้องยกระดับสิทธิ์การใช้งาน"),
|
||||
("System Sound", "เสียงของระบบ"),
|
||||
("Default", "ค่าเริ่มต้น"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Bu dosya, cihazın dosyası ile aynıdır."),
|
||||
("show_monitors_tip", "Monitörleri araç çubuğunda göster"),
|
||||
("View Mode", "Görünüm Modu"),
|
||||
("login_linux_tip", "X masaüstü oturumu başlatmak için uzaktaki Linux hesabına giriş yapmanız gerekiyor"),
|
||||
("verify_rustdesk_password_tip", "RustDesk parolasını doğrulayın"),
|
||||
("remember_account_tip", "Bu hesabı hatırla"),
|
||||
("os_account_desk_tip", "Bu hesap, uzaktaki işletim sistemine giriş yapmak ve başsız masaüstü oturumunu etkinleştirmek için kullanılır."),
|
||||
("OS Account", "İşletim Sistemi Hesabı"),
|
||||
("another_user_login_title_tip", "Başka bir kullanıcı zaten oturum açtı"),
|
||||
("another_user_login_text_tip", "Bağlantıyı Kapat"),
|
||||
("xorg_not_found_title_tip", "Xorg bulunamadı"),
|
||||
("xorg_not_found_text_tip", "Lütfen Xorg'u yükleyin"),
|
||||
("no_desktop_title_tip", "Masaüstü mevcut değil"),
|
||||
("no_desktop_text_tip", "Lütfen GNOME masaüstünü yükleyin"),
|
||||
("No need to elevate", "Yükseltmeye gerek yok"),
|
||||
("System Sound", "Sistem Sesi"),
|
||||
("Default", "Varsayılan"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "此檔案與對方的檔案一致。"),
|
||||
("show_monitors_tip", "在工具列中顯示顯示器"),
|
||||
("View Mode", "瀏覽模式"),
|
||||
("login_linux_tip", "需要登入到遠端 Linux 使用者帳戶才能啟用 X 桌面環境"),
|
||||
("verify_rustdesk_password_tip", "驗證 RustDesk 密碼"),
|
||||
("remember_account_tip", "記住此使用者帳戶"),
|
||||
("os_account_desk_tip", "此使用者帳戶將用於登入遠端作業系統並啟用無頭模式 (headless mode) 的桌面連線"),
|
||||
("OS Account", "作業系統使用者帳戶"),
|
||||
("another_user_login_title_tip", "另一個使用者已經登入"),
|
||||
("another_user_login_text_tip", "斷開連線"),
|
||||
("xorg_not_found_title_tip", "找不到 Xorg"),
|
||||
("xorg_not_found_text_tip", "請安裝 Xorg"),
|
||||
("no_desktop_title_tip", "沒有可用的桌面環境"),
|
||||
("no_desktop_text_tip", "請安裝 GNOME 桌面"),
|
||||
("No need to elevate", "不需要提升權限"),
|
||||
("System Sound", "系統音效"),
|
||||
("Default", "預設"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Цей файл ідентичний з тим, що на вузлі"),
|
||||
("show_monitors_tip", "Показувати монітори на панелі інструментів"),
|
||||
("View Mode", "Режим перегляду"),
|
||||
("login_linux_tip", "Вам необхідно увійти у віддалений обліковий запис Linux, щоб увімкнути стільничний сеанс X"),
|
||||
("verify_rustdesk_password_tip", "Перевірте пароль RustDesk"),
|
||||
("remember_account_tip", "Запамʼятати цей обліковий запис"),
|
||||
("os_account_desk_tip", "Цей обліковий запис використовується для входу до віддаленої ОС та вмикання сеансу стільниці в режимі без графічного інтерфейсу"),
|
||||
("OS Account", "Користувач ОС"),
|
||||
("another_user_login_title_tip", "Інший користувач вже в системі"),
|
||||
("another_user_login_text_tip", "Відʼєднатися"),
|
||||
("xorg_not_found_title_tip", "Xorg не знайдено"),
|
||||
("xorg_not_found_text_tip", "Будь ласка, встановіть Xorg"),
|
||||
("no_desktop_title_tip", "Жодне стільничне середовище не доступне"),
|
||||
("no_desktop_text_tip", "Будь ласка, встановіть стільничне середовище GNOME"),
|
||||
("No need to elevate", "Немає потреби в розширенні прав"),
|
||||
("System Sound", "Системний звук"),
|
||||
("Default", "Типово"),
|
||||
|
||||
@@ -464,17 +464,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("identical_file_tip", "Tệp này giống hệt ở phía đối tác."),
|
||||
("show_monitors_tip", "Hiện màn hình trên thanh công cụ"),
|
||||
("View Mode", "Chế độ xem"),
|
||||
("login_linux_tip", "Cần đăng nhập tài khoản Linux để kích hoạt X session."),
|
||||
("verify_rustdesk_password_tip", "Xác thực mật khẩu RustDesk"),
|
||||
("remember_account_tip", "Nhớ tài khoản này"),
|
||||
("os_account_desk_tip", "Tài khoản OS được dùng để đăng nhập và chạy session không màn hình (headless)."),
|
||||
("OS Account", "Tài khoản OS"),
|
||||
("another_user_login_title_tip", "Người dùng khác đã đăng nhập"),
|
||||
("another_user_login_text_tip", "Ngắt kết nối hiện tại"),
|
||||
("xorg_not_found_title_tip", "Không tìm thấy Xorg"),
|
||||
("xorg_not_found_text_tip", "Vui lòng cài đặt Xorg"),
|
||||
("no_desktop_title_tip", "Không có desktop"),
|
||||
("no_desktop_text_tip", "Vui lòng cài đặt GNOME hoặc desktop khác."),
|
||||
("No need to elevate", "Không cần nâng quyền"),
|
||||
("System Sound", "Âm thanh hệ thống"),
|
||||
("Default", "Mặc định"),
|
||||
|
||||
Reference in New Issue
Block a user