mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 10:13:14 +08: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>
22 lines
1.5 KiB
JSON
22 lines
1.5 KiB
JSON
{
|
||
"total_retention_period": "Total Retention Period",
|
||
"move_to_s3": "Move to S3\n(should be lower than total retention period)",
|
||
"status_message": {
|
||
"success": "Your last call to change retention period to {{total_retention}} {{s3_part}} was successful.",
|
||
"failed": "Your last call to change retention period to {{total_retention}} {{s3_part}} failed. Please try again.",
|
||
"pending": "Your last call to change retention period to {{total_retention}} {{s3_part}} is pending. This may take some time.",
|
||
"s3_part": "and S3 to {{s3_retention}}"
|
||
},
|
||
"retention_save_button": {
|
||
"pending": "Updating {{name}} retention period",
|
||
"success": "Save"
|
||
},
|
||
"retention_request_race_condition": "Your request to change retention period has failed, as another request is still in process.",
|
||
"retention_error_message": "There was an issue in changing the retention period for {{name}}. Please try again or reach out to support@signoz.io",
|
||
"retention_failed_message": "There was an issue in changing the retention period. Please try again or reach out to support@signoz.io",
|
||
"retention_comparison_error": "Total retention period for {{name}} can’t be lower or equal to the period after which data is moved to s3.",
|
||
"retention_null_value_error": "Retention Period for {{name}} is not set yet. Please set by choosing below",
|
||
"retention_confirmation": "Are you sure you want to change the retention period?",
|
||
"retention_confirmation_description": "This will change the amount of storage needed for saving {{name}}."
|
||
}
|