File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pub fn filter_traffic_translation(language: Language) -> String {
77 Language :: EN => "Filter traffic" ,
88 Language :: CS => "Filtr provozu" ,
99 Language :: IT => "Filtra il traffico" ,
10+ Language :: JA => "γγ©γγ£γγ―γγγ£γ«γΏγͺγ³γ°" ,
1011 _ => "Filter traffic" ,
1112 }
1213 . to_string ( )
@@ -18,6 +19,7 @@ pub fn traffic_source_translation(language: Language) -> &'static str {
1819 Language :: EN => "Traffic source" ,
1920 Language :: CS => "Zdroj provozu" ,
2021 Language :: IT => "Fonte del traffico" ,
22+ Language :: JA => "γγ©γγ£γγ―ε
" ,
2123 _ => "Traffic source" ,
2224 }
2325}
@@ -26,6 +28,7 @@ pub fn remote_notifications_translation(language: Language) -> &'static str {
2628 match language {
2729 Language :: EN => "Remote notifications" ,
2830 Language :: IT => "Notifiche remote" ,
31+ Language :: JA => "γͺγ’γΌγιη₯" ,
2932 _ => "Remote notifications" ,
3033 }
3134}
You canβt perform that action at this time.
0 commit comments