Merge pull request #3591 from Mr-Update/patch-1
Translation missing in File Transfer
This commit is contained in:
commit
a2b4f02d61
@ -593,7 +593,7 @@ class WindowActionPanelState extends State<WindowActionPanel>
|
||||
Offstage(
|
||||
offstage: !widget.showMinimize || Platform.isMacOS,
|
||||
child: ActionIcon(
|
||||
message: 'Minimize',
|
||||
message: translate('Minimize'),
|
||||
icon: IconFont.min,
|
||||
onTap: () {
|
||||
if (widget.isMainWindow) {
|
||||
@ -608,7 +608,7 @@ class WindowActionPanelState extends State<WindowActionPanel>
|
||||
offstage: !widget.showMaximize || Platform.isMacOS,
|
||||
child: Obx(() => ActionIcon(
|
||||
message:
|
||||
widget.isMaximized.value ? "Restore" : "Maximize",
|
||||
widget.isMaximized.value ? translate("Restore") : translate("Maximize"),
|
||||
icon: widget.isMaximized.value
|
||||
? IconFont.restore
|
||||
: IconFont.max,
|
||||
@ -618,7 +618,7 @@ class WindowActionPanelState extends State<WindowActionPanel>
|
||||
Offstage(
|
||||
offstage: !widget.showClose || Platform.isMacOS,
|
||||
child: ActionIcon(
|
||||
message: 'Close',
|
||||
message: translate('Close'),
|
||||
icon: IconFont.close,
|
||||
onTap: () async {
|
||||
final res = await widget.onClose?.call() ?? true;
|
||||
@ -1076,7 +1076,7 @@ class AddButton extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ActionIcon(
|
||||
message: 'New Connection',
|
||||
message: translate('New Connection'),
|
||||
icon: IconFont.add,
|
||||
onTap: () => rustDeskWinManager.call(
|
||||
WindowType.Main, kWindowMainWindowOnTop, ""),
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", "安装虚拟显示器驱动的选项已勾选。请注意,测试证书将被安装以信任虚拟显示器驱动。测试证书仅会用于信任Rustdesk的驱动。"),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -464,6 +464,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("idd_driver_tip", "Installieren Sie den virtuellen Anzeigetreiber, der verwendet wird, wenn Sie keine physischen Anzeigen haben."),
|
||||
("confirm_idd_driver_tip", "Die Option zur Installation des virtuellen Anzeigetreibers ist aktiviert. Beachten Sie, dass ein Testzertifikat installiert wird, um dem virtuellen Anzeigetreiber zu vertrauen. Dieses Testzertifikat wird nur verwendet, um Rustdesk-Treibern zu vertrauen."),
|
||||
("RDP Settings", "RDP-Einstellungen"),
|
||||
("Sort by", ""),
|
||||
("Sort by", "Sortieren nach"),
|
||||
("New connection", "Neue Verbindung"),
|
||||
("Restore", "Verkleinern"),
|
||||
("Minimize", "Minimieren"),
|
||||
("Maximize", "Maximieren"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", "Είναι ενεργοποιημένη η επιλογή εγκατάστασης του προγράμματος οδήγησης εικονικής οθόνης. Λάβετε υπόψη ότι θα εγκατασταθεί ένα δοκιμαστικό πιστοποιητικό για το πρόγραμμα οδήγησης εικονικής οθόνης. Αυτό το πιστοποιητικό θα χρησιμοποιηθεί μόνο για την πιστοποίηση των προγραμμάτων οδήγησης του Rustdesk."),
|
||||
("RDP Settings", "Ρυθμίσεις RDP"),
|
||||
("Sort by", "Ταξινόμηση κατά"),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", "La opción de instalar el controlador de pantalla virtual está marcada. Hay que tener en cuenta que se instalará un certificado de prueba para confirar en el controlador de pantalla. Este certificado solo se usará para confiar en controladores Rustdesk."),
|
||||
("RDP Settings", "Ajustes RDP"),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", "L'opzione per installare il driver per lo schermo virtuale è selezionata. Nota che un certificato di test sarà installato per l'attendibilità del driver dello schermo virtuale. Questo certificato di test verrà utilizzato solo per l'attendibilità dei driver di RustDesk."),
|
||||
("RDP Settings", "Impostazioni RDP"),
|
||||
("Sort by", "Ordina per"),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", "Включена функция установки драйвера виртуального дисплея. Обратите внимание, что для доверия к драйверу будет установлен тестовый сертификат. Этот сертификат будет использоваться только для подтверждения доверия драйверам Rustdesk."),
|
||||
("RDP Settings", "Настройки RDP"),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -465,5 +465,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", ""),
|
||||
("Sort by", ""),
|
||||
("New connection", ""),
|
||||
("Restore", ""),
|
||||
("Minimize", ""),
|
||||
("Maximize", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user