update lang, start on boot
This commit is contained in:
		
							parent
							
								
									f26088765e
								
							
						
					
					
						commit
						2cb3ca4ed0
					
				@ -335,7 +335,7 @@ class _SettingsState extends State<SettingsPage> with WidgetsBindingObserver {
 | 
			
		||||
        title: Column(crossAxisAlignment: CrossAxisAlignment.start, children: [
 | 
			
		||||
          Text("${translate('Start on Boot')} (beta)"),
 | 
			
		||||
          Text(
 | 
			
		||||
              '* ${translate('Start the screen recording service on boot, which requires special permissions')}',
 | 
			
		||||
              '* ${translate('Start the screen sharing service on boot, requires special permissions')}',
 | 
			
		||||
              style: Theme.of(context).textTheme.bodySmall),
 | 
			
		||||
        ]),
 | 
			
		||||
        onToggle: (toValue) async {
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Mantenir RustDesk com a servei en segon pla"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignorar optimizacions de la bateria"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Connexió no disponible"),
 | 
			
		||||
        ("Legacy mode", "Mode heretat"),
 | 
			
		||||
        ("Map mode", "Mode mapa"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "保持 RustDesk 后台服务"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "忽略电池优化"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "如需关闭此功能,请在接下来的 RustDesk 应用设置页面中,找到并进入 [电源] 页面,取消勾选 [不受限制]"),
 | 
			
		||||
        ("Start on Boot", "开机自启动"),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", "开机自动启动屏幕共享服务,此功能需要一些特殊权限。"),
 | 
			
		||||
        ("Connection not allowed", "对方不允许连接"),
 | 
			
		||||
        ("Legacy mode", "传统模式"),
 | 
			
		||||
        ("Map mode", "1:1 传输"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", ""),
 | 
			
		||||
        ("Ignore Battery Optimizations", ""),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", ""),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
@ -454,8 +456,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Stop voice call", ""),
 | 
			
		||||
        ("relay_hint_tip", ""),
 | 
			
		||||
        ("Reconnect", ""),
 | 
			
		||||
        ("No transfers in progress", ""),
 | 
			
		||||
        ("Codec", ""),
 | 
			
		||||
        ("Resolution", ""),
 | 
			
		||||
        ("No transfers in progress", ""),
 | 
			
		||||
        ].iter().cloned().collect();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Behold RustDesk baggrundstjeneste"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignorer betteri optimeringer"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Forbindelse ikke tilladt"),
 | 
			
		||||
        ("Legacy mode", "Bagudkompatibilitetstilstand"),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "RustDesk im Hintergrund ausführen"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Akkuoptimierung ignorieren"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Möchten Sie die Einstellungen zur Akkuoptimierung öffnen?"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Verbindung abgelehnt"),
 | 
			
		||||
        ("Legacy mode", "Kompatibilitätsmodus"),
 | 
			
		||||
        ("Map mode", "Kartenmodus"),
 | 
			
		||||
@ -457,5 +459,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Codec", "Codec"),
 | 
			
		||||
        ("Resolution", "Auflösung"),
 | 
			
		||||
        ("No transfers in progress", "Keine Übertragungen im Gange"),
 | 
			
		||||
    ].iter().cloned().collect();
 | 
			
		||||
        ].iter().cloned().collect();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", ""),
 | 
			
		||||
        ("Ignore Battery Optimizations", ""),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", ""),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Dejar RustDesk como Servicio en 2do plano"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignorar optimizacioens de bateria"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Si deseas deshabilitar esta característica, por favor, ve a la página siguiente de ajustes, busca y entra en  [Batería] y desmarca [Sin restricción]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Conexión no disponible"),
 | 
			
		||||
        ("Legacy mode", "Modo heredado"),
 | 
			
		||||
        ("Map mode", "Modo mapa"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "را در پس زمینه نگه دارید RustDesk سرویس"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "بهینه سازی باتری نادیده گرفته شود"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "به صفحه تنظیمات بعدی بروید"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "اتصال مجاز نیست"),
 | 
			
		||||
        ("Legacy mode", "legacy حالت"),
 | 
			
		||||
        ("Map mode", "map حالت"),
 | 
			
		||||
@ -454,8 +456,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Stop voice call", "توقف تماس صوتی"),
 | 
			
		||||
        ("relay_hint_tip", " را به شناسه اضافه کنید یا گزینه \"همیشه از طریق رله متصل شوید\" را در کارت همتا انتخاب کنید. همچنین، اگر میخواهید فوراً از سرور رله استفاده کنید، میتوانید پسوند \"/r\".\n اتصال مستقیم ممکن است امکان پذیر نباشد. در این صورت می توانید سعی کنید از طریق سرور رله متصل شوید"),
 | 
			
		||||
        ("Reconnect", "اتصال مجدد"),
 | 
			
		||||
        ("No transfers in progress", ""),
 | 
			
		||||
        ("Codec", ""),
 | 
			
		||||
        ("Resolution", ""),
 | 
			
		||||
        ("No transfers in progress", ""),
 | 
			
		||||
        ].iter().cloned().collect();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Gardez le service RustDesk en arrière plan"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignorer les optimisations batterie"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Conseil android d'optimisation de batterie"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Connexion non autorisée"),
 | 
			
		||||
        ("Legacy mode", "Mode hérité"),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Εκτέλεση του RustDesk στο παρασκήνιο"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Παράβλεψη βελτιστοποιήσεων μπαταρίας"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Θέλετε να ανοίξετε τις ρυθμίσεις βελτιστοποίησης μπαταρίας;"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Η σύνδεση απορρίφθηκε"),
 | 
			
		||||
        ("Legacy mode", "Λειτουργία συμβατότητας"),
 | 
			
		||||
        ("Map mode", "Map mode"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "RustDesk futtatása a háttérben"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Akkumulátorkímélő figyelmen kívűl hagyása"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Ha le szeretné tiltani ezt a funkciót, lépjen a RustDesk alkalmazás beállítási oldalára, keresse meg az [Akkumulátorkímélő] lehetőséget és válassza a nincs korlátozás lehetőséget."),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "A csatlakozás nem engedélyezett"),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Pertahankan RustDesk berjalan pada background service"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Abaikan Pengoptimalan Baterai"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Koneksi tidak dijinkan"),
 | 
			
		||||
        ("Legacy mode", "Mode lama"),
 | 
			
		||||
        ("Map mode", "Mode peta"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Mantieni il servizio di RustDesk in background"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignora le ottimizzazioni della batteria"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Se si desidera disabilitare questa funzione, andare nelle impostazioni dell'applicazione RustDesk, aprire la sezione [Batteria] e deselezionare [Senza restrizioni]."),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Connessione non consentita"),
 | 
			
		||||
        ("Legacy mode", "Modalità legacy"),
 | 
			
		||||
        ("Map mode", "Modalità mappa"),
 | 
			
		||||
@ -454,8 +456,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Stop voice call", "Interrompi la chiamata vocale"),
 | 
			
		||||
        ("relay_hint_tip", "Se non è possibile connettersi direttamente, si può provare a farlo tramite relay.\nInoltre, se si desidera utilizzare il relay al primo tentativo, è possibile aggiungere il suffisso \"/r\" all'ID o selezionare l'opzione \"Collegati sempre tramite relay\" nella scheda peer."),
 | 
			
		||||
        ("Reconnect", "Riconnetti"),
 | 
			
		||||
        ("No transfers in progress", "Nessun trasferimento in corso"),
 | 
			
		||||
        ("Codec", "Codec"),
 | 
			
		||||
        ("Resolution", "Risoluzione"),
 | 
			
		||||
        ("No transfers in progress", "Nessun trasferimento in corso"),
 | 
			
		||||
        ].iter().cloned().collect();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "RustDesk バックグラウンドサービスを維持"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "バッテリーの最適化を無効にする"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "この機能を使わない場合は、次のRestDeskアプリ設定ページから「バッテリー」に進み、「制限なし」の選択を外してください"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "接続が許可されていません"),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "RustDesk 백그라운드 서비스로 유지하기"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "배터리 최적화 무시하기"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "해당 기능을 비활성화하려면 RustDesk 응용 프로그램 설정 페이지로 이동하여 [배터리]에서 [제한 없음] 선택을 해제하십시오."),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "연결이 허용되지 않음"),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Артжақтағы RustDesk сербесін сақтап тұру"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Бәтері Оңтайландыруларын Елемеу"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Егер де бұл ерекшелікті өшіруді қаласаңыз, келесі RustDesk апылқат орнатпалары бетіне барып, [Бәтері]'ні тауып кіріңіз де [Шектеусіз]'ден құсбелгіні алып тастауды өтінеміз"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Қосылу рұқсат етілмеген"),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "RustDesk achtergronddienst behouden"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Negeer Batterij Optimalisaties"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Ga naar de volgende pagina met instellingen"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Verbinding niet toegestaan"),
 | 
			
		||||
        ("Legacy mode", "Verouderde modus"),
 | 
			
		||||
        ("Map mode", "Map mode"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Zachowaj usługę RustDesk w tle"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignoruj optymalizację baterii"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Jeśli chcesz wyłączyć tę funkcję, przejdź do następnej strony ustawień aplikacji RustDesk, znajdź i wprowadź [Bateria], odznacz [Bez ograniczeń]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Połączenie niedozwolone"),
 | 
			
		||||
        ("Legacy mode", "Tryb kompatybilności wstecznej (legacy)"),
 | 
			
		||||
        ("Map mode", "Tryb mapowania"),
 | 
			
		||||
@ -456,9 +458,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Reconnect", "Połącz ponownie"),
 | 
			
		||||
        ("Codec", "Kodek"),
 | 
			
		||||
        ("Resolution", "Rozdzielczość"),
 | 
			
		||||
        ("Use temporary password", "Użyj hasła tymczasowego"),
 | 
			
		||||
        ("Set temporary password length", "Ustaw długość hasła tymczasowego"),
 | 
			
		||||
        ("Key", "Klucz"),
 | 
			
		||||
        ("No transfers in progress", ""),
 | 
			
		||||
        ].iter().cloned().collect();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Manter o serviço RustDesk em funcionamento"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignorar optimizações de Bateria"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Ligação não autorizada"),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
@ -454,8 +456,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Stop voice call", ""),
 | 
			
		||||
        ("relay_hint_tip", ""),
 | 
			
		||||
        ("Reconnect", ""),
 | 
			
		||||
        ("No transfers in progress", ""),
 | 
			
		||||
        ("Codec", ""),
 | 
			
		||||
        ("Resolution", ""),
 | 
			
		||||
        ("No transfers in progress", ""),
 | 
			
		||||
        ].iter().cloned().collect();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Manter o serviço do RustDesk executando em segundo plano"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignorar otimizações de bateria"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Abrir otimizações de bateria"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Conexão não permitida"),
 | 
			
		||||
        ("Legacy mode", "Modo legado"),
 | 
			
		||||
        ("Map mode", "Modo mapa"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Rulează serviciul RustDesk în fundal"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignoră optimizările de baterie"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Pentru dezactivarea acestei funcții, accesează setările aplicației RustDesk, deschide secțiunea [Baterie] și deselectează [Fără restricții]."),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Conexiune neautoriztă"),
 | 
			
		||||
        ("Legacy mode", "Mod legacy"),
 | 
			
		||||
        ("Map mode", "Mod hartă"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Держать в фоне службу RustDesk"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Игнорировать оптимизацию батареи"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Перейдите на следующую страницу настроек"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Подключение не разрешено"),
 | 
			
		||||
        ("Legacy mode", "Устаревший режим"),
 | 
			
		||||
        ("Map mode", "Режим сопоставления"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", ""),
 | 
			
		||||
        ("Ignore Battery Optimizations", ""),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", ""),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Ohrani RustDeskovo storitev v ozadju"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Prezri optimizacije baterije"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Če želite izklopiti to možnost, pojdite v nastavitve aplikacije RustDesk, poiščite »Baterija« in izklopite »Neomejeno«"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Povezava ni dovoljena"),
 | 
			
		||||
        ("Legacy mode", "Stari način"),
 | 
			
		||||
        ("Map mode", "Način preslikave"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Mbaje shërbimin e sfondit të RustDesk"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Injoro optimizimet e baterisë"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Nëse dëshironi ta çaktivizoni këtë veçori, ju lutemi shkoni te faqja tjetër e cilësimeve të aplikacionit RustDesk, gjeni dhe shtypni [Batteri], hiqni zgjedhjen [Te pakufizuara]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Lidhja nuk lejohet"),
 | 
			
		||||
        ("Legacy mode", "Modaliteti i trashëgimisë"),
 | 
			
		||||
        ("Map mode", "Modaliteti i hartës"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Zadrži RustDesk kao pozadinski servis"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Zanemari optimizacije baterije"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Ako želite da onemogućite ovu funkciju, molimo idite na sledeću stranicu za podešavanje RustDesk aplikacije, pronađite i uđite u [Battery], isključite [Unrestricted]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Konekcija nije dozvoljena"),
 | 
			
		||||
        ("Legacy mode", "Zastareli mod"),
 | 
			
		||||
        ("Map mode", "Mod mapiranja"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Behåll RustDesk i bakgrunden"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ignorera batterioptimering"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Om du vill stänga av denna funktion, gå till nästa RustDesk programs inställningar, hitta [Batteri], Checka ur [Obegränsad]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Anslutning ej tillåten"),
 | 
			
		||||
        ("Legacy mode", "Legacy mode"),
 | 
			
		||||
        ("Map mode", "Kartläge"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", ""),
 | 
			
		||||
        ("Ignore Battery Optimizations", ""),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", ""),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "คงสถานะการทำงานเบื้องหลังของเซอร์วิส RustDesk"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "เพิกเฉยการตั้งค่าการใช้งาน Battery Optimization"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "หากคุณต้องการปิดการใช้งานฟีเจอร์นี้ กรุณาไปยังหน้าตั้งค่าในแอปพลิเคชัน RustDesk ค้นหาหัวข้อ [Battery] และยกเลิกการเลือกรายการ [Unrestricted]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "การเชื่อมต่อไม่อนุญาต"),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "RustDesk arka plan hizmetini sürdürün"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Pil Optimizasyonlarını Yoksay"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", ""),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "bağlantıya izin verilmedi"),
 | 
			
		||||
        ("Legacy mode", "Eski mod"),
 | 
			
		||||
        ("Map mode", "Haritalama modu"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "保持RustDesk後台服務"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "忽略電池優化"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "如需關閉此功能,請在接下來的RustDesk應用設置頁面中,找到並進入 [電源] 頁面,取消勾選 [不受限制]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "對方不允許連接"),
 | 
			
		||||
        ("Legacy mode", "傳統模式"),
 | 
			
		||||
        ("Map mode", "1:1傳輸"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Зберегти фонову службу RustDesk"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Ігнорувати оптимізацію батареї"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Перейдіть на наступну сторінку налаштувань"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Підключення не дозволено"),
 | 
			
		||||
        ("Legacy mode", "Застарілий режим"),
 | 
			
		||||
        ("Map mode", "Режим карти"),
 | 
			
		||||
 | 
			
		||||
@ -312,6 +312,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Keep RustDesk background service", "Giữ dịch vụ nền RustDesk"),
 | 
			
		||||
        ("Ignore Battery Optimizations", "Bỏ qua các tối ưu pin"),
 | 
			
		||||
        ("android_open_battery_optimizations_tip", "Nếu bạn muốn tắt tính năng này, vui lòng chuyển đến trang cài đặt ứng dụng RustDesk tiếp theo, tìm và nhập [Pin], Bỏ chọn [Không hạn chế]"),
 | 
			
		||||
        ("Start on Boot", ""),
 | 
			
		||||
        ("Start the screen sharing service on boot, requires special permissions", ""),
 | 
			
		||||
        ("Connection not allowed", "Kết nối không đuợc phép"),
 | 
			
		||||
        ("Legacy mode", ""),
 | 
			
		||||
        ("Map mode", ""),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user