Skip to content

Commit

Permalink
Add translation string for better translationj capability (rustdesk#9736
Browse files Browse the repository at this point in the history
)

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

* Add new translation string for sending Ctrl+Alt+Del
  • Loading branch information
tobiasdegen authored Oct 24, 2024
1 parent 445e9ac commit b35b480
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/common/widgets/toolbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ List<TTextMenu> toolbarControls(BuildContext context, String id, FFI ffi) {
(pi.platform == kPeerPlatformLinux || pi.sasEnabled)) {
v.add(
TTextMenu(
child: Text('${translate("Insert")} Ctrl + Alt + Del'),
child: Text('${translate("Insert Ctrl + Alt + Del")}'),
onPressed: () => bind.sessionCtrlAltDel(sessionId: sessionId)),
);
}
Expand Down
1 change: 1 addition & 0 deletions src/lang/ar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/be.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/bg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/ca.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/cn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "上传文件夹"),
("Upload files", "上传文件"),
("Clipboard is synchronized", "剪贴板已同步"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/cs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/da.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Ordner hochladen"),
("Upload files", "Dateien hochladen"),
("Clipboard is synchronized", "Zwischenablage ist synchronisiert"),
("Insert Ctrl + Alt + Del", "Strg + Alt + Entf senden"),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/el.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/en.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
("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,\n[email protected]: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();
}
1 change: 1 addition & 0 deletions src/lang/eo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/es.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Subir carpeta"),
("Upload files", "Subir archivos"),
("Clipboard is synchronized", "Portapapeles sincronizado"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/et.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/eu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/fa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/fr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/he.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/hr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/hu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Cartella upload"),
("Upload files", "File upload"),
("Clipboard is synchronized", "Gli appunti sono sincronizzati"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/ja.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/ko.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/kz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/lt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/lv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Augšupielādēt mapi"),
("Upload files", "Augšupielādēt failus"),
("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/nb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/nl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Map uploaden"),
("Upload files", "Bestanden uploaden"),
("Clipboard is synchronized", "Klembord is gesynchroniseerd"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/pl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Wyślij folder"),
("Upload files", "Wyślij pliki"),
("Clipboard is synchronized", "Schowek jest zsynchronizowany"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/pt_PT.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/ptbr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/ro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/ru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Загрузить папку"),
("Upload files", "Загрузить файлы"),
("Clipboard is synchronized", "Буфер обмена синхронизирован"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/sk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/sl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/sq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/sr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/sv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/th.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/tr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/tw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "上傳資料夾"),
("Upload files", "上傳檔案"),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/uk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}
1 change: 1 addition & 0 deletions src/lang/vn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}

0 comments on commit b35b480

Please sign in to comment.