Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from GyulyVGC:main #178

Merged
merged 16 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,15 @@
"contributions": [
"financial"
]
},
{
"login": "Dinozavvvr",
"name": "Dinar Shagaliev",
"avatar_url": "https://avatars.githubusercontent.com/u/45518871?v=4",
"profile": "https://github.com/Dinozavvvr",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 7,
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All Sniffnet releases with the relative changes are documented in this file.
- Updated some of the existing translations to v1.3:
- French - [#494](https://github.com/GyulyVGC/sniffnet/pull/494)
- German - [#495](https://github.com/GyulyVGC/sniffnet/pull/495)
- Russian - [#496](https://github.com/GyulyVGC/sniffnet/pull/496)
- Polish - [#498](https://github.com/GyulyVGC/sniffnet/pull/498)

## [1.3.0] - 2024-04-08
Expand Down
13 changes: 8 additions & 5 deletions CONTRIBUTORS.md

Large diffs are not rendered by default.

70 changes: 31 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ strip = true
#═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════

[dependencies]
pcap = "1.3.0"
pcap = "2.0.0"
etherparse = "0.14.3"
chrono = { version = "0.4.37", default_features = false, features = ["clock"] }
chrono = { version = "0.4.38", default_features = false, features = ["clock"] }
plotters = { version = "0.3.5", default_features = false, features = ["area_series"] }
iced = { version = "0.12.1", features = ["tokio", "svg", "advanced", "lazy"] }
plotters-iced = "0.10.0"
maxminddb = "0.24.0"
confy = "0.6.1"
serde = { version = "1.0.197", default_features = false, features = ["derive"] }
serde = { version = "1.0.198", default_features = false, features = ["derive"] }
rodio = { version = "0.17.3", default_features = false, features = ["mp3"] }
dns-lookup = "2.0.4"
toml = "0.8.12"
Expand All @@ -68,7 +68,7 @@ reqwest = { version = "0.12.2", features = ["json", "blocking"] }
[dev-dependencies]
serde_test = "1.0.176"
rstest = "0.19.0"
serial_test = { version = "3.0.0", default_features = false }
serial_test = { version = "3.1.0", default_features = false }

#───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Expand Down
2 changes: 2 additions & 0 deletions resources/fonts/full/subset_characters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,11 @@ z
Т
У
Ф
Х
Ч
Ш
Щ
Э
Я
а
б
Expand Down
Binary file modified resources/fonts/subset/sarasa-mono-sc-bold.subset.ttf
Binary file not shown.
Binary file modified resources/fonts/subset/sarasa-mono-sc-regular.subset.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/translations/translations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ pub fn bytes_threshold_translation(language: Language) -> &'static str {
Language::RO => "Anunță-mă când este depășit un prag de octeți",
Language::KO => "바이트 임계값을 초과하면 알림",
Language::TR => "Bayt eşiği aşıldığında beni bilgilendir",
Language::RU => "Уведомить, когда порог по полосе в байтах превышен",
Language::RU => "Уведомить, когда порог в байтах превышен",
Language::PT => "Notifique-me quando um limite de bytes for excedido",
Language::EL => "Ειδοποίησέ με όταν το όριο των bytes ξεπεραστεί",
// Language::FA => "به من اطلاع بده وقتی آستانه یک بایت فراتر رفت",
Expand Down Expand Up @@ -1923,7 +1923,7 @@ pub fn only_last_30_translation(language: Language) -> &'static str {
Language::RO => "Sunt afișate doar ultimele 30 de notificări",
Language::KO => "최근 30개의 알림만 표시됩니다",
Language::TR => "Sadece son 30 bildirim gösterilmektedir",
Language::RU => "Тут показываются только последние 30 уведомлений",
Language::RU => "Показываются только последние 30 уведомлений",
Language::PT => "São mostradas apenas as últimas 30 notificações",
Language::EL => "Μόνο οι τελευταίες 30 ειδοποιήσεις απεικονίζονται",
// Language::FA => "تنها ۳۰ اعلان آخر نمایش داده شده اند",
Expand Down
6 changes: 3 additions & 3 deletions src/translations/translations_2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub fn only_top_30_items_translation(language: Language) -> &'static str {
match language {
Language::EN => "Only the top 30 items are displayed here",
Language::IT => "Solo i 30 maggiori elementi sono mostrati qui",
Language::RU => "Тут показываются только первые 30 предметы",
Language::RU => "Показываются только первые 30 элементов",
Language::SV => "Endast de 30 främsta föremål visas här",
Language::FI => "Vain 30 parasta kohteita näytetään tässä",
Language::DE => "Nur die obersten 30 Elemente werden hier angezeigt",
Expand Down Expand Up @@ -272,7 +272,7 @@ pub fn socket_address_translation(language: Language) -> &'static str {
match language {
Language::EN => "Socket address",
Language::IT => "Indirizzo del socket",
Language::RU => "Адрес сокекта",
Language::RU => "Адрес сокета",
Language::SV => "Socketadress",
Language::FI => "Socket osoite",
Language::DE => "Socket Adresse",
Expand Down Expand Up @@ -532,7 +532,7 @@ pub fn no_search_results_translation(language: Language) -> &'static str {
match language {
Language::EN => "No result available according to the specified search filters",
Language::IT => "Nessun risultato disponibile secondo i filtri di ricerca specificati",
Language::RU => "После применения выбранных фильтров результат поиска пустой",
Language::RU => "Ничего не найдено после применения выбранных фильтров",
Language::SV => "Inga resultat tillgängliga utifrån de angivna sökfilterna",
Language::FI => "Ei tuloksia saatavilla määritellyille hakusuodattimille",
Language::DE => "Keine Resultate für die gewählten Filter verfügbar",
Expand Down
Loading