From 18bcb8ca75fe4331460f7f746e705baee725da92 Mon Sep 17 00:00:00 2001 From: Zexi Date: Thu, 5 Jan 2023 01:37:14 +0800 Subject: [PATCH] fix: https://github.com/rustdesk/rustdesk/issues/2718 --- src/lang/ca.rs | 3 --- src/lang/cn.rs | 7 ++----- src/lang/cs.rs | 3 --- src/lang/da.rs | 3 --- src/lang/de.rs | 3 --- src/lang/eo.rs | 3 --- src/lang/es.rs | 3 --- src/lang/fa.rs | 3 --- src/lang/fr.rs | 3 --- src/lang/gr.rs | 3 --- src/lang/hu.rs | 3 --- src/lang/id.rs | 3 --- src/lang/it.rs | 3 --- src/lang/ja.rs | 3 --- src/lang/ko.rs | 3 --- src/lang/kz.rs | 3 --- src/lang/pl.rs | 3 --- src/lang/pt_PT.rs | 3 --- src/lang/ptbr.rs | 3 --- src/lang/ru.rs | 3 --- src/lang/sk.rs | 3 --- src/lang/sq.rs | 3 --- src/lang/sr.rs | 3 --- src/lang/sv.rs | 3 --- src/lang/template.rs | 3 --- src/lang/th.rs | 4 ---- src/lang/tr.rs | 3 --- src/lang/tw.rs | 3 --- src/lang/ua.rs | 3 --- src/lang/vn.rs | 3 --- 30 files changed, 2 insertions(+), 93 deletions(-) diff --git a/src/lang/ca.rs b/src/lang/ca.rs index e5c43ccbc..093f2572c 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Escala adaptativa"), ("General", ""), ("Security", "Seguretat"), - ("Account", "Compte"), ("Theme", "Tema"), ("Dark Theme", "Tema Fosc"), ("Dark", "Fosc"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Servidor"), ("Direct IP Access", "Accés IP Directe"), ("Proxy", ""), - ("Port", ""), ("Apply", "Aplicar"), ("Disconnect all devices?", "Desconnectar tots els dispositius?"), ("Clear", "Netejar"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Altre"), ("Confirm before closing multiple tabs", "Confirmar abans de tancar múltiples pestanyes"), ("Keyboard Settings", "Ajustaments de teclat"), - ("Custom", "Personalitzat"), ("Full Access", "Acces complet"), ("Screen Share", "Compartir pantalla"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland requereix Ubuntu 21.04 o una versió superior."), diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 7d8f51ddc..307cbfd9b 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -118,7 +118,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Good image quality", "好画质"), ("Balanced", "一般画质"), ("Optimize reaction time", "优化反应时间"), - ("Custom", "自定义画质"), + ("Custom", "自定义"), ("Show remote cursor", "显示远程光标"), ("Show quality monitor", "显示质量监测"), ("Disable clipboard", "禁止剪贴板"), @@ -280,7 +280,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("android_stop_service_tip", "关闭服务将自动关闭所有已建立的连接。"), ("android_version_audio_tip", "当前安卓版本不支持音频录制,请升级至安卓10或更高。"), ("android_start_service_tip", "点击 [启动服务] 或打开 [屏幕录制] 权限开启手机屏幕共享服务。"), - ("Account", "账号"), + ("Account", "账户"), ("Overwrite", "覆盖"), ("This file exists, skip or overwrite this file?", "这个文件/文件夹已存在,跳过/覆盖?"), ("Quit", "退出"), @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "适应窗口"), ("General", "常规"), ("Security", "安全"), - ("Account", "账户"), ("Theme", "主题"), ("Dark Theme", "暗黑主题"), ("Dark", "黑暗"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "服务器"), ("Direct IP Access", "IP直接访问"), ("Proxy", "代理"), - ("Port", "端口"), ("Apply", "应用"), ("Disconnect all devices?", "断开所有远程连接?"), ("Clear", "清空"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "其他"), ("Confirm before closing multiple tabs", "关闭多个标签页时向您确认"), ("Keyboard Settings", "键盘设置"), - ("Custom", "自定义"), ("Full Access", "完全访问"), ("Screen Share", "仅共享屏幕"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland 需要 Ubuntu 21.04 或更高版本。"), diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 609ebb81e..027de13ba 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Měřítko adaptivní"), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland vyžaduje Ubuntu 21.04 nebo vyšší verzi."), diff --git a/src/lang/da.rs b/src/lang/da.rs index 82a0fec94..3361804e8 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Skaler adaptiv"), ("General", "Generelt"), ("Security", "Sikkerhed"), - ("Account", "Konto"), ("Theme", "Thema"), ("Dark Theme", "Mørk Tema"), ("Dark", "Mørk"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Server"), ("Direct IP Access", "Direkte IP Adgang"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Anvend"), ("Disconnect all devices?", "Afbryd alle enheder?"), ("Clear", "Nulstil"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland kræver Ubuntu 21.04 eller nyere version."), diff --git a/src/lang/de.rs b/src/lang/de.rs index ddb2a45d2..7226550f5 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Automatische Skalierung"), ("General", "Allgemein"), ("Security", "Sicherheit"), - ("Account", "Konto"), ("Theme", "Farbgebung"), ("Dark Theme", "Dunkle Farbgebung"), ("Dark", "Dunkel"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Server"), ("Direct IP Access", "Direkter IP-Zugriff"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Anwenden"), ("Disconnect all devices?", "Alle Geräte trennen?"), ("Clear", "Zurücksetzen"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Weitere Einstellungen"), ("Confirm before closing multiple tabs", "Nachfragen, wenn mehrere Tabs geschlossen werden"), ("Keyboard Settings", "Tastatureinstellungen"), - ("Custom", "Individuell"), ("Full Access", "Vollzugriff"), ("Screen Share", "Bildschirmfreigabe"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland erfordert Ubuntu 21.04 oder eine höhere Version."), diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 0de56d0ad..a21a2e91e 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Skalo adapta"), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland postulas Ubuntu 21.04 aŭ pli altan version."), diff --git a/src/lang/es.rs b/src/lang/es.rs index a99ae8551..b3276949a 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Escala adaptativa"), ("General", ""), ("Security", "Seguridad"), - ("Account", "Cuenta"), ("Theme", "Tema"), ("Dark Theme", "Tema Oscuro"), ("Dark", "Oscuro"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Servidor"), ("Direct IP Access", "Acceso IP Directo"), ("Proxy", ""), - ("Port", "Puerto"), ("Apply", "Aplicar"), ("Disconnect all devices?", "¿Desconectar todos los dispositivos?"), ("Clear", "Borrar"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Otro"), ("Confirm before closing multiple tabs", "Confirmar antes de cerrar múltiples pestañas"), ("Keyboard Settings", "Ajustes de teclado"), - ("Custom", "Personalizado"), ("Full Access", "Acceso completo"), ("Screen Share", "Compartir pantalla"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland requiere Ubuntu 21.04 o una versión superior."), diff --git a/src/lang/fa.rs b/src/lang/fa.rs index d964db945..3d4579b27 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "مقیاس تطبیقی"), ("General", "عمومی"), ("Security", "امنیت"), - ("Account", "حساب کاربری"), ("Theme", "نمایه"), ("Dark Theme", "نمایه تیره"), ("Dark", "تیره"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "سرور"), ("Direct IP Access", "IP دسترسی مستقیم "), ("Proxy", "پروکسی"), - ("Port", "پورت"), ("Apply", "ثبت"), ("Disconnect all devices?", "همه دستگاه ها قطع شوند؟"), ("Clear", "پاک کردن"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "سایر"), ("Confirm before closing multiple tabs", "تایید بستن دسته ای برگه ها"), ("Keyboard Settings", "تنظیمات صفحه کلید"), - ("Custom", "سفارشی"), ("Full Access", "دسترسی کامل"), ("Screen Share", "اشتراک گذاری صفحه"), ("Wayland requires Ubuntu 21.04 or higher version.", "نیازمند اوبونتو نسخه 21.04 یا بالاتر است Wayland"), diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 2f13a9807..2b0b19be6 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Échelle adaptative"), ("General", "Général"), ("Security", "Sécurité"), - ("Account", "Compte"), ("Theme", "Thème"), ("Dark Theme", "Thème somble"), ("Dark", "Sombre"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Serveur"), ("Direct IP Access", "Accès IP direct"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Appliquer"), ("Disconnect all devices?", "Déconnecter tous les appareils"), ("Clear", "Effacer"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Divers"), ("Confirm before closing multiple tabs", "Confirmer avant de fermer plusieurs onglets"), ("Keyboard Settings", "Configuration clavier"), - ("Custom", "Personnalisé"), ("Full Access", "Accès total"), ("Screen Share", "Partage d'écran"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland nécessite Ubuntu 21.04 ou une version supérieure."), diff --git a/src/lang/gr.rs b/src/lang/gr.rs index 811dca2c6..4b2777729 100644 --- a/src/lang/gr.rs +++ b/src/lang/gr.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Προσαρμοστική κλίμακα"), ("General", "Γενικά"), ("Security", "Ασφάλεια"), - ("Account", "Λογαριασμός"), ("Theme", "Θέμα"), ("Dark Theme", "Σκούρο θέμα"), ("Dark", "Σκούρο"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Διακομιστής"), ("Direct IP Access", "Άμεση πρόσβαση IP"), ("Proxy", "Διαμεσολαβητής"), - ("Port", "Θύρα"), ("Apply", "Εφαρμογή"), ("Disconnect all devices?", "Αποσύνδεση όλων των συσκευών;"), ("Clear", "Καθαρισμός"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Άλλα"), ("Confirm before closing multiple tabs", "Επιβεβαίωση πριν κλείσετε πολλές καρτέλες"), ("Keyboard Settings", "Ρυθμίσεις πληκτρολογίου"), - ("Custom", "Προσαρμογή ποιότητας εικόνας"), ("Full Access", "Πλήρης πρόσβαση"), ("Screen Share", "Κοινή χρήση οθόνης"), ("Wayland requires Ubuntu 21.04 or higher version.", "Το Wayland απαιτεί Ubuntu 21.04 ή νεότερη έκδοση."), diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 3aaf0c87d..2f22ab511 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Adaptív méretarány"), ("General", "Általános"), ("Security", "Biztonság"), - ("Account", "Fiók"), ("Theme", "Téma"), ("Dark Theme", "Sötét téma"), ("Dark", "Sötét"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Szerver"), ("Direct IP Access", "Közvetlen IP hozzáférés"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Alkalmaz"), ("Disconnect all devices?", "Leválasztja az összes eszközt?"), ("Clear", "Tisztítás"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Egyéb"), ("Confirm before closing multiple tabs", "Biztos, hogy bezárja az összes lapot?"), ("Keyboard Settings", "Billentyűzet beállítások"), - ("Custom", "Egyedi"), ("Full Access", "Teljes hozzáférés"), ("Screen Share", "Képernyőmegosztás"), ("Wayland requires Ubuntu 21.04 or higher version.", "A Waylandhoz Ubuntu 21.04 vagy újabb verzió szükséges."), diff --git a/src/lang/id.rs b/src/lang/id.rs index ccb4bbd8a..362a7fb85 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Skala adaptif"), ("General", "Umum"), ("Security", "Keamanan"), - ("Account", "Akun"), ("Theme", "Tema"), ("Dark Theme", "Tema gelap"), ("Dark", "Gelap"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Server"), ("Direct IP Access", "Direct IP Access"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Terapkan"), ("Disconnect all devices?", "Putuskan sambungan semua perangkat?"), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Lainnya"), ("Confirm before closing multiple tabs", "Konfirmasi sebelum menutup banyak tab"), ("Keyboard Settings", "Pengaturan Papan Ketik"), - ("Custom", "Kustom"), ("Full Access", "Akses penuh"), ("Screen Share", "Berbagi Layar"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland membutuhkan Ubuntu 21.04 atau versi yang lebih tinggi."), diff --git a/src/lang/it.rs b/src/lang/it.rs index 0280d1700..390670df4 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Scala adattiva"), ("General", "Generale"), ("Security", "Sicurezza"), - ("Account", "Account"), ("Theme", "Tema"), ("Dark Theme", "Tema Scuro"), ("Dark", "Scuro"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", "Accesso IP diretto"), ("Proxy", ""), - ("Port", "Porta"), ("Apply", "Applica"), ("Disconnect all devices?", "Disconnettere tutti i dispositivi?"), ("Clear", "Ripulisci"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Altro"), ("Confirm before closing multiple tabs", "Conferma prima di chiudere più schede"), ("Keyboard Settings", "Impostazioni tastiera"), - ("Custom", "Personalizzato"), ("Full Access", "Accesso completo"), ("Screen Share", "Condivisione dello schermo"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland richiede Ubuntu 21.04 o successiva."), diff --git a/src/lang/ja.rs b/src/lang/ja.rs index 5f6dcc79e..c247a7582 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "フィットウィンドウ"), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "他の"), ("Confirm before closing multiple tabs", "同時に複数のタブを閉じる前に確認する"), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland には、Ubuntu 21.04 以降のバージョンが必要です。"), diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 0f7df38b9..a4f2fde77 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "맞는 창"), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland는 Ubuntu 21.04 이상 버전이 필요합니다."), diff --git a/src/lang/kz.rs b/src/lang/kz.rs index f352be343..d8037ff62 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Scale adaptive"), ("General", ""), ("Security", ""), - ("Account", "Есепкі"), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", "Порт"), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland Ubuntu 21.04 немесе одан жоғары нұсқасын қажет етеді."), diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 9593ffe54..2cf91af4a 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Skaluj adaptacyjnie"), ("General", "Ogólne"), ("Security", "Zabezpieczenia"), - ("Account", "Konto"), ("Theme", "Motyw"), ("Dark Theme", "Ciemny motyw"), ("Dark", "Ciemny"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Serwer"), ("Direct IP Access", "Bezpośredni Adres IP"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Zastosuj"), ("Disconnect all devices?", "Czy rozłączyć wszystkie urządzenia?"), ("Clear", "Wyczyść"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Inne"), ("Confirm before closing multiple tabs", "Potwierdź przed zamknięciem wielu kart"), ("Keyboard Settings", "Ustawienia klawiatury"), - ("Custom", "Własne"), ("Full Access", "Pełny dostęp"), ("Screen Share", "Udostępnianie ekranu"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland wymaga Ubuntu 21.04 lub nowszego."), diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index dcadfb0e7..fc95cb548 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Escala adaptável"), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Outro"), ("Confirm before closing multiple tabs", "Confirme antes de fechar vários separadores"), ("Keyboard Settings", "Configurações do teclado"), - ("Custom", ""), ("Full Access", "Controlo total"), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland requer Ubuntu 21.04 ou versão superior."), diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index 48e964f7d..5a89efd4b 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Escala adaptada"), ("General", "Geral"), ("Security", "Segurança"), - ("Account", "Conta"), ("Theme", "Tema"), ("Dark Theme", "Tema escuro"), ("Dark", "Escuro"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Servidor"), ("Direct IP Access", "Acesso direto por IP"), ("Proxy", "Proxy"), - ("Port", "Porta"), ("Apply", "Aplicar"), ("Disconnect all devices?", "Desconectar todos os dispositivos?"), ("Clear", "Limpar"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Outro"), ("Confirm before closing multiple tabs", "Confirmar antes de fechar múltiplas abas"), ("Keyboard Settings", "Configurações de teclado"), - ("Custom", "Personalizado"), ("Full Access", "Acesso completo"), ("Screen Share", "Compartilhamento de tela"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland requer Ubuntu 21.04 ou versão superior."), diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 82715758b..82d8d357e 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Адаптивный масштаб"), ("General", "Общие"), ("Security", "Безопасность"), - ("Account", "Аккаунт"), ("Theme", "Тема"), ("Dark Theme", "Тёмная тема"), ("Dark", "Тёмная"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Сервер"), ("Direct IP Access", "Прямой IP-доступ"), ("Proxy", "Прокси"), - ("Port", "Порт"), ("Apply", "Применить"), ("Disconnect all devices?", "Отключить все устройства?"), ("Clear", "Очистить"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Другое"), ("Confirm before closing multiple tabs", "Подтверждать закрытие несколько вкладок"), ("Keyboard Settings", "Настройки клавиатуры"), - ("Custom", "Своё"), ("Full Access", "Полный доступ"), ("Screen Share", "Поделиться экраном"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland требует Ubuntu 21.04 или более позднюю версию."), diff --git a/src/lang/sk.rs b/src/lang/sk.rs index 72995dd94..e61ac9c58 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Prispôsobivá mierka"), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland vyžaduje Ubuntu 21.04 alebo vyššiu verziu."), diff --git a/src/lang/sq.rs b/src/lang/sq.rs index 7a2472aa8..c55562942 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", " E përsjhtatshme në shkallë"), ("General", "Gjeneral"), ("Security", "Siguria"), - ("Account", "Llogaria"), ("Theme", "Theme"), ("Dark Theme", "Theme e errët"), ("Dark", "E errët"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Server"), ("Direct IP Access", "Qasje e drejtpërdrejtë IP"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Apliko"), ("Disconnect all devices?", "Shkyç të gjitha pajisjet?"), ("Clear", "Pastro"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Tjetër"), ("Confirm before closing multiple tabs", "Konfirmo përpara se të mbyllësh shumë skeda"), ("Keyboard Settings", "Cilësimet e tastierës"), - ("Custom", "Personalizuar"), ("Full Access", "Qasje e plotë"), ("Screen Share", "Ndarja e ekranit"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland kërkon Ubuntu 21.04 ose version më të lartë"), diff --git a/src/lang/sr.rs b/src/lang/sr.rs index 0d15b199c..d74baf8b2 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Adaptivno skaliranje"), ("General", "Uopšteno"), ("Security", "Bezbednost"), - ("Account", "Nalog"), ("Theme", "Tema"), ("Dark Theme", "Tamna tema"), ("Dark", "Tamno"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Server"), ("Direct IP Access", "Direktan IP pristup"), ("Proxy", "Proksi"), - ("Port", "Port"), ("Apply", "Primeni"), ("Disconnect all devices?", "Otkači sve uređaju?"), ("Clear", "Obriši"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Ostalo"), ("Confirm before closing multiple tabs", "Potvrda pre zatvaranja više kartica"), ("Keyboard Settings", "Postavke tastature"), - ("Custom", "Korisnički"), ("Full Access", "Pun pristup"), ("Screen Share", "Deljenje ekrana"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland zahteva Ubuntu 21.04 ili veću verziju"), diff --git a/src/lang/sv.rs b/src/lang/sv.rs index 9fa3c75fb..6a770c24a 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Skala adaptivt"), ("General", "Generellt"), ("Security", "Säkerhet"), - ("Account", "Konto"), ("Theme", "Tema"), ("Dark Theme", "Mörkt tema"), ("Dark", "Mörk"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Server"), ("Direct IP Access", "Direkt IP åtkomst"), ("Proxy", "Proxy"), - ("Port", "Port"), ("Apply", "Tillämpa"), ("Disconnect all devices?", "Koppla ifrån alla enheter?"), ("Clear", "Töm"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Övrigt"), ("Confirm before closing multiple tabs", "Bekräfta innan du stänger flera flikar"), ("Keyboard Settings", "Tangentbordsinställningar"), - ("Custom", "Anpassat"), ("Full Access", "Full tillgång"), ("Screen Share", "Skärmdelning"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland kräver Ubuntu 21.04 eller högre."), diff --git a/src/lang/template.rs b/src/lang/template.rs index 1bd9f5e98..b4113b91a 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", ""), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", ""), diff --git a/src/lang/th.rs b/src/lang/th.rs index 186e88453..792f4f97a 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -334,7 +334,6 @@ lazy_static::lazy_static! { ("Scale adaptive", "ขนาดยืดหยุ่น"), ("General", "ทั่วไป"), ("Security", "ความปลอดภัย"), - ("Account", "บัญชี"), ("Theme", "ธีม"), ("Dark Theme", "ธีมมืด"), ("Dark", "มืด"), @@ -347,7 +346,6 @@ lazy_static::lazy_static! { ("Server", "เซิร์ฟเวอร์"), ("Direct IP Access", "การเข้าถึง IP ตรง"), ("Proxy", "พรอกซี"), - ("Port", "พอร์ท"), ("Apply", "นำไปใช้"), ("Disconnect all devices?", "ยกเลิกการเชื่อมต่ออุปกรณ์ทั้งหมด?"), ("Clear", "ล้างข้อมูล"), @@ -376,7 +374,6 @@ lazy_static::lazy_static! { ("Other", "อื่นๆ"), ("Confirm before closing multiple tabs", "ยืนยันการปิดหลายแท็บ"), ("Keyboard Settings", "การตั้งค่าคีย์บอร์ด"), - ("Custom", "กำหนดเอง"), ("Full Access", "การเข้าถึงทั้งหมด"), ("Screen Share", "การแชร์จอ"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland ต้องการ Ubuntu เวอร์ชั่น 21.04 หรือสูงกว่า"), @@ -410,4 +407,3 @@ lazy_static::lazy_static! { ("Select local keyboard type", "เลือกประเภทคีย์บอร์ด"), ].iter().cloned().collect(); } - \ No newline at end of file diff --git a/src/lang/tr.rs b/src/lang/tr.rs index f74d0b435..60bc9dda1 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Ölçek uyarlanabilir"), ("General", "Genel"), ("Security", "Güvenlik"), - ("Account", "Hesap"), ("Theme", "Tema"), ("Dark Theme", "Koyu Tema"), ("Dark", "Koyu"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Sunucu"), ("Direct IP Access", "Direk IP Erişimi"), ("Proxy", "Vekil"), - ("Port", "Port"), ("Apply", "Uygula"), ("Disconnect all devices?", "Tüm cihazların bağlantısını kes?"), ("Clear", "Temizle"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Diğer"), ("Confirm before closing multiple tabs", "Çoklu sekmeleri kapatmadan önce onayla"), ("Keyboard Settings", "Klavye Ayarları"), - ("Custom", "Özel"), ("Full Access", "Tam Erişim"), ("Screen Share", "Ekran Paylaşımı"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland, Ubuntu 21.04 veya daha yüksek bir sürüm gerektirir."), diff --git a/src/lang/tw.rs b/src/lang/tw.rs index a3eb9691d..0e08fa508 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "適應窗口"), ("General", "常規"), ("Security", "安全"), - ("Account", "賬戶"), ("Theme", "主題"), ("Dark Theme", "暗黑主題"), ("Dark", "黑暗"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "服務器"), ("Direct IP Access", "IP直接訪問"), ("Proxy", "代理"), - ("Port", "端口"), ("Apply", "應用"), ("Disconnect all devices?", "斷開所有遠程連接?"), ("Clear", "清空"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "其他"), ("Confirm before closing multiple tabs", "關閉多個分頁前跟我確認"), ("Keyboard Settings", "鍵盤設置"), - ("Custom", "自定義"), ("Full Access", "完全訪問"), ("Screen Share", "僅共享屏幕"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland 需要 Ubuntu 21.04 或更高版本。"), diff --git a/src/lang/ua.rs b/src/lang/ua.rs index 09ed272d5..343b62b4f 100644 --- a/src/lang/ua.rs +++ b/src/lang/ua.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Масштаб адаптивний"), ("General", "Загальні"), ("Security", "Безпека"), - ("Account", "Акаунт"), ("Theme", "Тема"), ("Dark Theme", "Темна тема"), ("Dark", "Темна"), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", "Сервер"), ("Direct IP Access", "Прямий IP доступ"), ("Proxy", "Проксі"), - ("Port", "Порт"), ("Apply", "Застосувати"), ("Disconnect all devices?", "Відключити всі прилади?"), ("Clear", "Очистити"), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", "Інше"), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", "Налаштування клавіатури"), - ("Custom", "Користувацькі"), ("Full Access", "Повний доступ"), ("Screen Share", "Демонстрація екрану"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland потребує Ubuntu 21.04 або новішої версії."), diff --git a/src/lang/vn.rs b/src/lang/vn.rs index c95d4fe63..a2fc416f2 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -334,7 +334,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Scale adaptive", "Quy mô thích ứng"), ("General", ""), ("Security", ""), - ("Account", ""), ("Theme", ""), ("Dark Theme", ""), ("Dark", ""), @@ -347,7 +346,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Server", ""), ("Direct IP Access", ""), ("Proxy", ""), - ("Port", ""), ("Apply", ""), ("Disconnect all devices?", ""), ("Clear", ""), @@ -376,7 +374,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Other", ""), ("Confirm before closing multiple tabs", ""), ("Keyboard Settings", ""), - ("Custom", ""), ("Full Access", ""), ("Screen Share", ""), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland yêu cầu phiên bản Ubuntu 21.04 trở lên."),