Add translation string for better translationj capability (#9736)

* Add new translation für sending Ctrl+Alt+Del

* Add new translation string for sending Ctrl+Alt+Del
This commit is contained in:
Tobias Degen 2024-10-24 15:52:39 +02:00 committed by GitHub
parent 445e9ac285
commit b35b48086a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
45 changed files with 45 additions and 1 deletions

View File

@ -195,7 +195,7 @@ List<TTextMenu> toolbarControls(BuildContext context, String id, FFI ffi) {
(pi.platform == kPeerPlatformLinux || pi.sasEnabled)) { (pi.platform == kPeerPlatformLinux || pi.sasEnabled)) {
v.add( v.add(
TTextMenu( TTextMenu(
child: Text('${translate("Insert")} Ctrl + Alt + Del'), child: Text('${translate("Insert Ctrl + Alt + Del")}'),
onPressed: () => bind.sessionCtrlAltDel(sessionId: sessionId)), onPressed: () => bind.sessionCtrlAltDel(sessionId: sessionId)),
); );
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "上传文件夹"), ("Upload folder", "上传文件夹"),
("Upload files", "上传文件"), ("Upload files", "上传文件"),
("Clipboard is synchronized", "剪贴板已同步"), ("Clipboard is synchronized", "剪贴板已同步"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Ordner hochladen"), ("Upload folder", "Ordner hochladen"),
("Upload files", "Dateien hochladen"), ("Upload files", "Dateien hochladen"),
("Clipboard is synchronized", "Zwischenablage ist synchronisiert"), ("Clipboard is synchronized", "Zwischenablage ist synchronisiert"),
("Insert Ctrl + Alt + Del", "Strg + Alt + Entf senden"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -236,5 +236,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-trusted-devices-tip", "Skip 2FA verification on trusted devices"), ("enable-trusted-devices-tip", "Skip 2FA verification on trusted devices"),
("one-way-file-transfer-tip", "One-way file transfer is enabled on the controlled side."), ("one-way-file-transfer-tip", "One-way file transfer is enabled on the controlled side."),
("web_id_input_tip", "You can input an ID in the same server, direct IP access is not supported in web client.\nIf you want to access a device on another server, please append the server address (<id>@<server_address>?key=<key_value>), for example,\n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nIf you want to access a device on a public server, please input \"<id>@public\", the key is not needed for public server."), ("web_id_input_tip", "You can input an ID in the same server, direct IP access is not supported in web client.\nIf you want to access a device on another server, please append the server address (<id>@<server_address>?key=<key_value>), for example,\n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nIf you want to access a device on a public server, please input \"<id>@public\", the key is not needed for public server."),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Subir carpeta"), ("Upload folder", "Subir carpeta"),
("Upload files", "Subir archivos"), ("Upload files", "Subir archivos"),
("Clipboard is synchronized", "Portapapeles sincronizado"), ("Clipboard is synchronized", "Portapapeles sincronizado"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Cartella upload"), ("Upload folder", "Cartella upload"),
("Upload files", "File upload"), ("Upload files", "File upload"),
("Clipboard is synchronized", "Gli appunti sono sincronizzati"), ("Clipboard is synchronized", "Gli appunti sono sincronizzati"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Augšupielādēt mapi"), ("Upload folder", "Augšupielādēt mapi"),
("Upload files", "Augšupielādēt failus"), ("Upload files", "Augšupielādēt failus"),
("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"), ("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Map uploaden"), ("Upload folder", "Map uploaden"),
("Upload files", "Bestanden uploaden"), ("Upload files", "Bestanden uploaden"),
("Clipboard is synchronized", "Klembord is gesynchroniseerd"), ("Clipboard is synchronized", "Klembord is gesynchroniseerd"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Wyślij folder"), ("Upload folder", "Wyślij folder"),
("Upload files", "Wyślij pliki"), ("Upload files", "Wyślij pliki"),
("Clipboard is synchronized", "Schowek jest zsynchronizowany"), ("Clipboard is synchronized", "Schowek jest zsynchronizowany"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Загрузить папку"), ("Upload folder", "Загрузить папку"),
("Upload files", "Загрузить файлы"), ("Upload files", "Загрузить файлы"),
("Clipboard is synchronized", "Буфер обмена синхронизирован"), ("Clipboard is synchronized", "Буфер обмена синхронизирован"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "上傳資料夾"), ("Upload folder", "上傳資料夾"),
("Upload files", "上傳檔案"), ("Upload files", "上傳檔案"),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""), ("Upload folder", ""),
("Upload files", ""), ("Upload files", ""),
("Clipboard is synchronized", ""), ("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }