From c115a95fb13ada5fbb4ffa624b3a7a6876b9904f Mon Sep 17 00:00:00 2001 From: NicKoehler Date: Wed, 15 Mar 2023 18:35:30 +0100 Subject: [PATCH] added key show_monitors_tip --- 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/en.rs | 1 + 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/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 +- 34 files changed, 34 insertions(+), 33 deletions(-) diff --git a/src/lang/ca.rs b/src/lang/ca.rs index 585b784a6..7a8e5e437 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/cn.rs b/src/lang/cn.rs index ef2d6f50b..0781a2a97 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", "此文件与对方的一致"), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/cs.rs b/src/lang/cs.rs index ac0e9e6bb..03f8d6240 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/da.rs b/src/lang/da.rs index 14bcc5158..cfb66528d 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Tom adgangskode"), ("Me", "Mig"), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/de.rs b/src/lang/de.rs index 94e9832f1..ab1e2976b 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Leeres Passwort"), ("Me", "Ich"), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/el.rs b/src/lang/el.rs index 6ab774b3c..e7defa943 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Κενός κωδικός πρόσβασης"), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/en.rs b/src/lang/en.rs index 389909245..eb09dacd2 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -53,5 +53,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("empty_lan_tip", "Oh no, it looks like we haven't discovered any peers yet."), ("empty_address_book_tip", "Oh dear, it appears that there are currently no peers listed in your address book."), ("identical_file_tip", "This file is identical with the peer's one."), + ("show_monitors_tip", "Show monitors in toolbar") ].iter().cloned().collect(); } diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 0a5930412..2eb430d32 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/es.rs b/src/lang/es.rs index b144d6a8c..12a537216 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Contraseña vacía"), ("Me", "Yo"), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 3a9f58749..c6aa36d58 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 3a28bbb9d..b327972b7 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 2aa1558e5..b4df936bb 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/id.rs b/src/lang/id.rs index 1927d582c..465f2082c 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/it.rs b/src/lang/it.rs index 4ca577823..94fea4e03 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Password Vuota"), ("Me", "Io"), ("identical_file_tip", "Questo file è identico a quello del peer."), - ("Show monitors in menu bar", "Mostra schermi nella barra di menù"), + ("show_monitors_tip", "Mostra schermi nella barra degli strumenti"), ].iter().cloned().collect(); } diff --git a/src/lang/ja.rs b/src/lang/ja.rs index 31fa936ce..d5bd2e973 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ko.rs b/src/lang/ko.rs index a857dd56f..83ba01915 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/kz.rs b/src/lang/kz.rs index 4bcd4949d..de33f7e57 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 0dc7e6bb0..05fc9a65c 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", "Wachtwoord Leeg"), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 8a8f51abf..e93635ca5 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index 603dd0d59..a2189a7b0 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index 7eaaabd70..19db9e989 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ro.rs b/src/lang/ro.rs index 0b26f382d..382844fba 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 7c17c2b46..ee35e598a 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sk.rs b/src/lang/sk.rs index 16c70f7c9..43d1539a9 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sl.rs b/src/lang/sl.rs index 90a6ee459..56539fa74 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sq.rs b/src/lang/sq.rs index 25dd55f8d..65e18b517 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sr.rs b/src/lang/sr.rs index b07cca46b..c16a0c039 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sv.rs b/src/lang/sv.rs index abc344820..b5529c05b 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/template.rs b/src/lang/template.rs index c0adc7a2a..4f29f7dc3 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/th.rs b/src/lang/th.rs index 63456778b..72355ee5d 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tr.rs b/src/lang/tr.rs index b68e2f3e8..ba4c33bea 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tw.rs b/src/lang/tw.rs index d314f5f6f..90cb0bf61 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ua.rs b/src/lang/ua.rs index 62a7382ed..68b46e700 100644 --- a/src/lang/ua.rs +++ b/src/lang/ua.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); } diff --git a/src/lang/vn.rs b/src/lang/vn.rs index 4f94c5a38..43e339331 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -478,6 +478,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Empty Password", ""), ("Me", ""), ("identical_file_tip", ""), - ("Show monitors in menu bar", ""), + ("show_monitors_tip", ""), ].iter().cloned().collect(); }