Skip to content

Commit

Permalink
fix: minor context changes to RU localization
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Apr 15, 2023
1 parent d155252 commit 1e41144
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/translations/translations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub fn relevant_connections_translation(language: Language) -> Text<'static> {
Language::RO => "Conexiuni relevante:",
Language::KO => "관련 연결:",
Language::TR => "İlgili bağlantılar:",
Language::RU => "Относящиеся подключения:",
Language::RU => "Важные подключения:",
})
}

Expand Down Expand Up @@ -783,7 +783,7 @@ pub fn active_filters_translation(language: Language) -> &'static str {
Language::RO => "Filtre active:",
Language::KO => "활성화된 필터:",
Language::TR => "Aktif filtreler:",
Language::RU => "Выберите фильтры:",
Language::RU => "Выбранные фильтры:",
}
}

Expand All @@ -800,7 +800,7 @@ pub fn none_translation(language: Language) -> &'static str {
Language::RO => "niciunul",
Language::KO => "없음",
Language::TR => "hiç biri",
Language::RU => "ничего",
Language::RU => "не выбран",
}
}

Expand Down Expand Up @@ -851,7 +851,7 @@ pub fn deep_sea_translation(language: Language) -> &'static str {
Language::RO => "Pentru a vă scufunda în traficul de rețea",
Language::KO => "네트워크 트레픽으로 바로가기",
Language::TR => "Ağ trafiğine dalmak",
Language::RU => "Анализировать сетевой трафик",
Language::RU => "Для погружения в сетевой трафик",
}
}

Expand Down

0 comments on commit 1e41144

Please sign in to comment.