feat(l10n): Add localization for code interpreter states

This commit is contained in:
cogwheel0
2025-12-09 23:04:18 +05:30
parent ed6d588518
commit 5b7cd0dd42
12 changed files with 152 additions and 14 deletions

View File

@@ -1233,6 +1233,14 @@
}
}
},
"analyzing": "Analyzing…",
"@analyzing": {
"description": "Label shown while code interpreter is processing."
},
"analyzed": "Analyzed",
"@analyzed": {
"description": "Label shown after code interpreter has finished."
},
"appCustomization": "Customization",
"@appCustomization": {
"description": "Title of the customization settings page."