Skip to content
Open
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
3 changes: 3 additions & 0 deletions src/translations/translations_5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pub fn filter_traffic_translation(language: Language) -> String {
Language::EN => "Filter traffic",
Language::CS => "Filtr provozu",
Language::IT => "Filtra il traffico",
Language::JA => "トラフィックをフィルタリング",
_ => "Filter traffic",
}
.to_string()
Expand All @@ -18,6 +19,7 @@ pub fn traffic_source_translation(language: Language) -> &'static str {
Language::EN => "Traffic source",
Language::CS => "Zdroj provozu",
Language::IT => "Fonte del traffico",
Language::JA => "トラフィック元",
_ => "Traffic source",
}
}
Expand All @@ -26,6 +28,7 @@ pub fn remote_notifications_translation(language: Language) -> &'static str {
match language {
Language::EN => "Remote notifications",
Language::IT => "Notifiche remote",
Language::JA => "リモート通知",
_ => "Remote notifications",
}
}