fix label

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow 2023-08-08 14:07:40 +08:00
parent b5679df7f9
commit 836a2b0fbd
35 changed files with 35 additions and 35 deletions

View File

@ -543,7 +543,7 @@ abstract class BasePeerCard extends StatelessWidget {
await _openNewConnInAction(id, 'Open in Tabs', kOptionOpenInTabs); await _openNewConnInAction(id, 'Open in Tabs', kOptionOpenInTabs);
_openInWindowsAction(String id) async => _openInWindowsAction(String id) async =>
await _openNewConnInAction(id, 'Open with New window', kOptionOpenInWindows); await _openNewConnInAction(id, 'Open with New Window', kOptionOpenInWindows);
_openNewConnInOptAction(String id) async => _openNewConnInOptAction(String id) async =>
mainGetLocalBoolOptionSync(kOptionOpenNewConnInTabs) mainGetLocalBoolOptionSync(kOptionOpenNewConnInTabs)

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "对标签进行排序"), ("Sort tags", "对标签进行排序"),
("Open new connections in tabs", "在选项卡中打开新连接"), ("Open new connections in tabs", "在选项卡中打开新连接"),
("Open in Tabs", "在选项卡中打开"), ("Open in Tabs", "在选项卡中打开"),
("Open with New window", "在新窗口中打开"), ("Open with New Window", "在新窗口中打开"),
("separate window", "独立窗口"), ("separate window", "独立窗口"),
("Move tab to new window", "将标签页移至新窗口"), ("Move tab to new window", "将标签页移至新窗口"),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Tags sortieren"), ("Sort tags", "Tags sortieren"),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", "Separates Fenster"), ("separate window", "Separates Fenster"),
("Move tab to new window", "Tab in neues Fenster verschieben"), ("Move tab to new window", "Tab in neues Fenster verschieben"),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Ordenar etiquetas"), ("Sort tags", "Ordenar etiquetas"),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Ordina etichette"), ("Sort tags", "Ordina etichette"),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", "Separa finestra"), ("separate window", "Separa finestra"),
("Move tab to new window", "Sposta scheda nella finestra successiva"), ("Move tab to new window", "Sposta scheda nella finestra successiva"),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Labels sorteren"), ("Sort tags", "Labels sorteren"),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Znaczniki sortowania"), ("Sort tags", "Znaczniki sortowania"),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", "oddzielne okno"), ("separate window", "oddzielne okno"),
("Move tab to new window", "Przenieś zakładkę do nowego okna"), ("Move tab to new window", "Przenieś zakładkę do nowego okna"),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", "Сортировка меток"), ("Sort tags", "Сортировка меток"),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", "отдельное окно"), ("separate window", "отдельное окно"),
("Move tab to new window", "Переместить вкладку в отдельное окно"), ("Move tab to new window", "Переместить вкладку в отдельное окно"),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();

View File

@ -526,7 +526,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""), ("Sort tags", ""),
("Open new connections in tabs", ""), ("Open new connections in tabs", ""),
("Open in Tabs", ""), ("Open in Tabs", ""),
("Open with New window", ""), ("Open with New Window", ""),
("separate window", ""), ("separate window", ""),
("Move tab to new window", ""), ("Move tab to new window", ""),
].iter().cloned().collect(); ].iter().cloned().collect();