feat(l10n): Add localization for code interpreter states
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user