From 836a2b0fbd1235fb1c8cc117f962d78fcb7ffa22 Mon Sep 17 00:00:00 2001 From: dignow Date: Tue, 8 Aug 2023 14:07:40 +0800 Subject: [PATCH] fix label Signed-off-by: dignow --- flutter/lib/common/widgets/peer_card.dart | 2 +- src/lang/ca.rs | 2 +- src/lang/cn.rs | 2 +- src/lang/cs.rs | 2 +- src/lang/da.rs | 2 +- src/lang/de.rs | 2 +- src/lang/el.rs | 2 +- src/lang/eo.rs | 2 +- src/lang/es.rs | 2 +- src/lang/fa.rs | 2 +- src/lang/fr.rs | 2 +- src/lang/hu.rs | 2 +- src/lang/id.rs | 2 +- src/lang/it.rs | 2 +- src/lang/ja.rs | 2 +- src/lang/ko.rs | 2 +- src/lang/kz.rs | 2 +- src/lang/lt.rs | 2 +- src/lang/nl.rs | 2 +- src/lang/pl.rs | 2 +- src/lang/pt_PT.rs | 2 +- src/lang/ptbr.rs | 2 +- src/lang/ro.rs | 2 +- src/lang/ru.rs | 2 +- src/lang/sk.rs | 2 +- src/lang/sl.rs | 2 +- src/lang/sq.rs | 2 +- src/lang/sr.rs | 2 +- src/lang/sv.rs | 2 +- src/lang/template.rs | 2 +- src/lang/th.rs | 2 +- src/lang/tr.rs | 2 +- src/lang/tw.rs | 2 +- src/lang/ua.rs | 2 +- src/lang/vn.rs | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/flutter/lib/common/widgets/peer_card.dart b/flutter/lib/common/widgets/peer_card.dart index dc8b9a66..a1c800c8 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 with New window', 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 02b366fd..0bf0bb3e 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 a524997b..d1391409 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", "对标签进行排序"), ("Open new connections in tabs", "在选项卡中打开新连接"), ("Open in Tabs", "在选项卡中打开"), - ("Open with New window", "在新窗口中打开"), + ("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 1103c86a..c857c1a6 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 ac00a456..26d35390 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 17a1a8a7..5dbaaac1 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", "Tags sortieren"), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 0e1af396..3a6bda3f 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("Open with New Window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect(); diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 10ffff3a..c0259aff 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 afd23196..da98bcb4 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", "Ordenar etiquetas"), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 9ccfa7e9..bb61497f 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 75b3ef27..e1c79e52 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 52580db9..4fea2827 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 513325ae..3549da2b 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 0385b300..ded2e5a0 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", "Ordina etichette"), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 e2a89f80..334e99bd 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 0e016052..6cc4170f 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 09eb5c2b..59ef40dc 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 a1a14578..3f8bbdc5 100644 --- a/src/lang/lt.rs +++ b/src/lang/lt.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 3ef4c733..9ef86b6c 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", "Labels sorteren"), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 76c2766b..e77f6436 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", "Znaczniki sortowania"), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 2ec34dc9..7f54d166 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 f749479a..7f55d259 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 c784a6aa..3ce0446f 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 6b86ea75..a23030e1 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", "Сортировка меток"), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 ced5b01b..5f74a072 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 c9a11e7c..f4a7946c 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 3d1d22d2..dfaad105 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 e9601d93..be85ffcb 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 3588733f..e8ef6c47 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 54095748..c76b3b22 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 6cb00c45..056d0ca0 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 b7362205..39dab06c 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 6bbac046..d58f7e8f 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 b65b3068..13e6cb1d 100644 --- a/src/lang/ua.rs +++ b/src/lang/ua.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("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 d3ca91cc..18c81f29 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Sort tags", ""), ("Open new connections in tabs", ""), ("Open in Tabs", ""), - ("Open with New window", ""), + ("Open with New Window", ""), ("separate window", ""), ("Move tab to new window", ""), ].iter().cloned().collect();