Skip to content

Commit

Permalink
feat(analytics-chart): add granularity translations [MA-2148]
Browse files Browse the repository at this point in the history
  • Loading branch information
adorack committed Dec 6, 2024
1 parent 60021a7 commit c46cc5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/analytics/analytics-chart/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,15 @@
"llm_latency_average": "LLM Latency (avg)"
},
"granularityAxisTitles": {
"tenSecondly": "@timestamp per ten seconds",
"thirtySecondly": "@timestamp per thirty seconds",
"minutely": "@timestamp per minute",
"fiveMinutely": "@timestamp per five minutes",
"tenMinutely": "@timestamp per ten minutes",
"thirtyMinutely": "@timestamp per thirty minutes",
"hourly": "@timestamp per hour",
"twoHourly": "@timestamp per two hours",
"twelveHourly": "@timestamp per twelve hours",
"daily": "@timestamp per day",
"weekly": "@timestamp per week"
},
Expand Down

0 comments on commit c46cc5f

Please sign in to comment.