diff --git a/flutter/lib/desktop/pages/desktop_home_page.dart b/flutter/lib/desktop/pages/desktop_home_page.dart index 23bd3dc3f..10f5cc4fd 100644 --- a/flutter/lib/desktop/pages/desktop_home_page.dart +++ b/flutter/lib/desktop/pages/desktop_home_page.dart @@ -430,7 +430,7 @@ class _DesktopHomePageState extends State bind.mainUriPrefixSync().contains('rustdesk')) { return buildInstallCard( "Status", - "${translate("newer-version-of-{${bind.mainGetAppNameSync()}}-tip")} (${bind.mainGetNewVersion()}).", + "${translate("new-version-of-{${bind.mainGetAppNameSync()}}-tip")} (${bind.mainGetNewVersion()}).", "Click to download", () async { final Uri url = Uri.parse('https://rustdesk.com/download'); await launchUrl(url); diff --git a/src/lang/ar.rs b/src/lang/ar.rs index 6eda9246a..08eae5dbd 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/be.rs b/src/lang/be.rs index 90f1aa0fe..c23143776 100644 --- a/src/lang/be.rs +++ b/src/lang/be.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/bg.rs b/src/lang/bg.rs index 94dfc3529..469b1b4fb 100644 --- a/src/lang/bg.rs +++ b/src/lang/bg.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ca.rs b/src/lang/ca.rs index 8d9eaae47..33992a338 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/cn.rs b/src/lang/cn.rs index ed7328a0f..a3e3666c6 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "剪贴板已同步"), ("Update client clipboard", "更新客户端的粘贴板"), ("Untagged", "无标签"), - ("newer-version-of-{}-tip", "{} 版本更新"), + ("new-version-of-{}-tip", "{} 版本更新"), ].iter().cloned().collect(); } diff --git a/src/lang/cs.rs b/src/lang/cs.rs index f67a0c527..e36c49361 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/da.rs b/src/lang/da.rs index 6eafbccff..7988da242 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/de.rs b/src/lang/de.rs index b35b2141a..23ec9247e 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Zwischenablage ist synchronisiert"), ("Update client clipboard", "Client-Zwischenablage aktualisieren"), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/el.rs b/src/lang/el.rs index c463d9f73..0b78aa685 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/en.rs b/src/lang/en.rs index cb3d599dc..2295fd05c 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -236,6 +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 (@?key=), for example,\n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nIf you want to access a device on a public server, please input \"@public\", the key is not needed for public server."), - ("newer-version-of-{}-tip", "There is a newer version of {} available"), + ("new-version-of-{}-tip", "There is a new version of {} available"), ].iter().cloned().collect(); } diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 1acd6889e..7370c2429 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/es.rs b/src/lang/es.rs index 692463619..a3437e01f 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Portapapeles sincronizado"), ("Update client clipboard", "Actualizar portapapeles del cliente"), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/et.rs b/src/lang/et.rs index dcd90f725..b38b55bd6 100644 --- a/src/lang/et.rs +++ b/src/lang/et.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/eu.rs b/src/lang/eu.rs index 9cf484a5b..efb281496 100644 --- a/src/lang/eu.rs +++ b/src/lang/eu.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 64caa142d..d1d3d4767 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index cd9d3b529..19b4e58a6 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/he.rs b/src/lang/he.rs index 7c38c803f..d877f0226 100644 --- a/src/lang/he.rs +++ b/src/lang/he.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/hr.rs b/src/lang/hr.rs index 47d19796c..ba4723b8a 100644 --- a/src/lang/hr.rs +++ b/src/lang/hr.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 39dda41d9..8180b9f5f 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "A vágólap szinkronizálva van"), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/id.rs b/src/lang/id.rs index a23cac708..7d90a3ea4 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/it.rs b/src/lang/it.rs index 068e03bf4..6f5127c10 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Gli appunti sono sincronizzati"), ("Update client clipboard", "Aggiorna appunti client"), ("Untagged", "Senza tag"), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ja.rs b/src/lang/ja.rs index cb5168725..3a967afc6 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ko.rs b/src/lang/ko.rs index e5d0017a2..fa35507f8 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "클립보드가 동기화됨"), ("Update client clipboard", "클라이언트 클립보드 업데이트"), ("Untagged", "태그 없음"), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/kz.rs b/src/lang/kz.rs index 4eaf3d767..1f88ff773 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/lt.rs b/src/lang/lt.rs index 45ee545b1..33db01f93 100644 --- a/src/lang/lt.rs +++ b/src/lang/lt.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/lv.rs b/src/lang/lv.rs index f84b2ca51..81c3bedae 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"), ("Update client clipboard", "Atjaunināt klienta starpliktuvi"), ("Untagged", "Neatzīmēts"), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/nb.rs b/src/lang/nb.rs index ccaf9ee9a..eb3564b86 100644 --- a/src/lang/nb.rs +++ b/src/lang/nb.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/nl.rs b/src/lang/nl.rs index e1d889e0c..e8021993b 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Klembord is gesynchroniseerd"), ("Update client clipboard", "Klembord van client bijwerken"), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 5ed4bfb39..e28430f49 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Schowek jest zsynchronizowany"), ("Update client clipboard", "Uaktualnij schowek klienta"), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index 43cafa6be..13f829f77 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index c1f96e452..eff01dd5e 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ro.rs b/src/lang/ro.rs index 9070b39ac..8bd79c189 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 6ce568813..2bf6aefef 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Буфер обмена синхронизирован"), ("Update client clipboard", "Обновить буфер обмена клиента"), ("Untagged", "Без метки"), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sk.rs b/src/lang/sk.rs index bfb1dd1ff..96c7977cc 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sl.rs b/src/lang/sl.rs index af40e973f..fad447b69 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sq.rs b/src/lang/sq.rs index aa29aef0d..ad76f2f9c 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sr.rs b/src/lang/sr.rs index 3549c572b..286658657 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sv.rs b/src/lang/sv.rs index de170cc26..fcb2fe1ae 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/template.rs b/src/lang/template.rs index 0240534c8..9f1293ce1 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", "There is a newer version of {} available"), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/th.rs b/src/lang/th.rs index 4a6107284..83fac2ab8 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tr.rs b/src/lang/tr.rs index f7bebb014..630add8bb 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tw.rs b/src/lang/tw.rs index d75e12add..ea931e2bb 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "剪貼簿已同步"), ("Update client clipboard", "更新客戶端的剪貼簿"), ("Untagged", "無標籤"), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/uk.rs b/src/lang/uk.rs index 805db1afe..148d7d3f6 100644 --- a/src/lang/uk.rs +++ b/src/lang/uk.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", "Буфер обміну синхронізовано"), ("Update client clipboard", "Оновити буфер обміну клієнта"), ("Untagged", "Без міток"), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/vn.rs b/src/lang/vn.rs index 81cf265d8..1ee2cd6d0 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is synchronized", ""), ("Update client clipboard", ""), ("Untagged", ""), - ("newer-version-of-{}-tip", ""), + ("new-version-of-{}-tip", ""), ].iter().cloned().collect(); }