feat: Metrics time selection (#1396)

This commit is contained in:
Robert-0410 2024-11-11 12:54:26 -08:00 committed by GitHub
parent 5480174ec9
commit 7e54ad950c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 526 additions and 26 deletions

View file

@ -303,4 +303,12 @@
<item quantity="other">%d hops</item>
</plurals>
<string name="traceroute_diff">Hops towards %d Hops back %d</string>
<string name="twenty_four_hours">24H</string>
<string name="forty_eight_hours">48H</string>
<string name="one_week">1W</string>
<string name="two_weeks">2W</string>
<string name="one_month">1M</string>
<string name="max">Max</string>
<string name="selected">Selected</string>
<string name="not_selected">Not Selected</string>
</resources>