diff --git a/flutter/lib/common/widgets/peer_card.dart b/flutter/lib/common/widgets/peer_card.dart index 936be6c2..dc8b9a66 100644 --- a/flutter/lib/common/widgets/peer_card.dart +++ b/flutter/lib/common/widgets/peer_card.dart @@ -543,7 +543,7 @@ abstract class BasePeerCard extends StatelessWidget { await _openNewConnInAction(id, 'Open in Tabs', kOptionOpenInTabs); _openInWindowsAction(String id) async => - await _openNewConnInAction(id, 'Open in windows', kOptionOpenInWindows); + await _openNewConnInAction(id, 'Open with New window', kOptionOpenInWindows); _openNewConnInOptAction(String id) async => mainGetLocalBoolOptionSync(kOptionOpenNewConnInTabs) diff --git a/src/lang/ca.rs b/src/lang/ca.rs index 2a38db38..02b366fd 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/cn.rs b/src/lang/cn.rs index f8f191f6..a524997b 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", "同步最近会话"), ("Sort tags", "对标签进行排序"), ("Open new connections in tabs", "在选项卡中打开新连接"), - ("Open in tabs", "在选项卡中打开"), - ("Open in windows", "在新窗口中打开"), + ("Open in Tabs", "在选项卡中打开"), + ("Open with New window", "在新窗口中打开"), ("separate window", "独立窗口"), ("Move tab to new window", "将标签页移至新窗口"), ].iter().cloned().collect(); diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 6160a0e8..1103c86a 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/da.rs b/src/lang/da.rs index 7f7acda4..ac00a456 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/de.rs b/src/lang/de.rs index 3e3f258d..17a1a8a7 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", "Synchronisierung mit den letzten Sitzungen"), ("Sort tags", "Tags sortieren"), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", "Separates Fenster"), ("Move tab to new window", "Tab in neues Fenster verschieben"), ].iter().cloned().collect(); diff --git a/src/lang/el.rs b/src/lang/el.rs index 93ead4c8..0e1af396 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/en.rs b/src/lang/en.rs index 24c7192c..2a9b4056 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -12,6 +12,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("not_close_tcp_tip", "Don't close this window while you are using the tunnel"), ("setup_server_tip", "For faster connection, please set up your own server"), ("Auto Login", "Auto Login (Only valid if you set \"Lock after session end\")"), + ("Always connect via relay", "Always Connect via Relay"), ("whitelist_tip", "Only whitelisted IP can access me"), ("whitelist_sep", "Separated by comma, semicolon, spaces or new line"), ("Wrong credentials", "Wrong username or password"), diff --git a/src/lang/eo.rs b/src/lang/eo.rs index a966e226..10ffff3a 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/es.rs b/src/lang/es.rs index a7856d93..afd23196 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", "Sincronizar con sesiones recientes"), ("Sort tags", "Ordenar etiquetas"), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 819ebac6..9ccfa7e9 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 8d614c1b..75b3ef27 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 6f5939e6..52580db9 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/id.rs b/src/lang/id.rs index d0dc47e8..513325ae 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/it.rs b/src/lang/it.rs index d6ca7a42..0385b300 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", "Sincronizza con le sessioni recenti"), ("Sort tags", "Ordina etichette"), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", "Separa finestra"), ("Move tab to new window", "Sposta scheda nella finestra successiva"), ].iter().cloned().collect(); diff --git a/src/lang/ja.rs b/src/lang/ja.rs index 165f30ad..e2a89f80 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 13075b9f..0e016052 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/kz.rs b/src/lang/kz.rs index 5907f44f..09eb5c2b 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/lt.rs b/src/lang/lt.rs index cacd8daf..a1a14578 100644 --- a/src/lang/lt.rs +++ b/src/lang/lt.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 9399062b..3ef4c733 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", "Recente sessies synchroniseren"), ("Sort tags", "Labels sorteren"), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 8c12cfea..76c2766b 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", "Synchronizacja z ostatnimi sesjami"), ("Sort tags", "Znaczniki sortowania"), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", "oddzielne okno"), ("Move tab to new window", "Przenieś zakładkę do nowego okna"), ].iter().cloned().collect(); diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index b0ec7d50..2ec34dc9 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index b3c2debe..f749479a 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/ro.rs b/src/lang/ro.rs index 91f5990d..c784a6aa 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/ru.rs b/src/lang/ru.rs index ee4a7cde..6b86ea75 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", "Синхронизация последних сессий"), ("Sort tags", "Сортировка меток"), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", "отдельное окно"), ("Move tab to new window", "Переместить вкладку в отдельное окно"), ].iter().cloned().collect(); diff --git a/src/lang/sk.rs b/src/lang/sk.rs index 01b671ce..ced5b01b 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/sl.rs b/src/lang/sl.rs index 02b8d622..c9a11e7c 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/sq.rs b/src/lang/sq.rs index f9f6434e..3d1d22d2 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/sr.rs b/src/lang/sr.rs index 91e0fc77..e9601d93 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/sv.rs b/src/lang/sv.rs index 1e899e00..3588733f 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/template.rs b/src/lang/template.rs index 37228981..54095748 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/th.rs b/src/lang/th.rs index a4d16603..6cb00c45 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/tr.rs b/src/lang/tr.rs index 4e29f041..b7362205 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/tw.rs b/src/lang/tw.rs index fc656208..6bbac046 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/ua.rs b/src/lang/ua.rs index db04a774..b65b3068 100644 --- a/src/lang/ua.rs +++ b/src/lang/ua.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/vn.rs b/src/lang/vn.rs index ca99323f..d3ca91cc 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -525,8 +525,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sync with recent sessions", ""), ("Sort tags", ""), ("Open new connections in tabs", ""), - ("Open in tabs", ""), - ("Open in windows", ""), + ("Open in Tabs", ""), + ("Open with New window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect();