mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
* fix: 🐛 convert TTL APIs to async * chore: add archive support * chore: update TTL async APIs according to new design * chore: 🔥 clean removeTTL API * fix: metrics s3 config * feat: ttl async with polling (#1195) * feat: ttl state message change and time unit language changes (#1197) * test: ✅ update tests for async TTL api * feat: ttl message info icon (#1202) * feat: ttl pr review changes * chore: refractoring Co-authored-by: makeavish <makeavish786@gmail.com> Co-authored-by: Pranshu Chittora <pranshu@signoz.io> Co-authored-by: palash-signoz <palash@signoz.io> Co-authored-by: Pranay Prateek <pranay@signoz.io>
18 lines
738 B
JSON
18 lines
738 B
JSON
{
|
|
"monitor_signup": "Monitor your applications. Find what is causing issues.",
|
|
"version": "Version",
|
|
"latest_version": "Latest version",
|
|
"current_version": "Current version",
|
|
"release_notes": "Release Notes",
|
|
"read_how_to_upgrade": "Read instructions on how to upgrade",
|
|
"latest_version_signoz": "You are running the latest version of SigNoz.",
|
|
"stale_version": "You are on an older version and may be loosing on the latest features we have shipped. We recommend to upgrade to the latest version",
|
|
"oops_something_went_wrong_version": "Oops.. facing issues with fetching updated version information",
|
|
"n_a": "N/A",
|
|
"routes": {
|
|
"general": "General",
|
|
"alert_channels": "Alert Channels",
|
|
"all_errors": "All Exceptions"
|
|
}
|
|
}
|