| create.preview=Create Preview |
| surround.with.widget.intention.text=Surround with widget |
| surround.with.box.intention.text=Surround with Container |
| surround.with.row.intention.text=Surround with Row |
| surround.with.column.intention.text=Surround with Column |
| import.compose.state=Import {0} |
| compose.enable.insertion.handler=Always insert required trailing lambdas for @Composable functions |
| compose.enable.formatting.for.modifiers=Enable Compose formatting for Modifiers |
| create.composable.function=Create @Composable function |
| add.composable.annotation=Add '@Composable' annotation |
| add.composable.to.anonymous.function=Add '@Composable' to anonymous function |
| add.composable.to.enclosing.lambda=Add '@Composable' to enclosing lambda |
| add.composable.to.element.with.name=Add ''@Composable'' to ''{0}'' |
| add.composable.to.property.type=Add ''@Composable'' to type of ''{0}'' |
| add.composable.to.lambda.parameter=Add ''@Composable'' to type of ''{0}'' parameter ''{1}'' |
| add.composable.to.lambda.parameter.of.anonymous.function=Add ''@Composable'' to type of anonymous function parameter ''{0}'' |
| remove.wrapper=Remove wrapper |
| wrap.modifiers=Wrap modifiers |
| compose=Compose |
| rename.file=Rename File |
| file.name=File name |
| rename.files.with.following.names=Rename files with the following names to: |
| errors.composable_invocation=@Composable invocations can only happen from the context of a @Composable function |
| errors.composable_expected=Functions which invoke @Composable functions must be marked with the @Composable annotation |
| errors.captured_composable_invocation=Composable calls are not allowed inside the {0} parameter of {1} |
| errors.composable_property_backing_field=Composable properties are not able to have backing fields |
| errors.composable_var=Composable properties are not able to have backing fields |
| errors.composable_suspend_fun=Suspend functions cannot be made Composable |
| errors.illegal_try_catch_around_composable=Try catch is not supported around composable function invocations. |
| errors.composable_function_reference=Function References of @Composable functions are not currently supported |
| errors.conflicting_overloads=Conflicting overloads: {0} |
| errors.type_mismatch=Type inference failed. Expected type mismatch: inferred type is {1} but {0} was expected |
| errors.missing_disallow_composable_calls_annotation=Parameter {0} cannot be inlined inside of lambda argument {1} of {2} without also being annotated with @DisallowComposableCalls |
| errors.nonreadonly_call_in_readonly_composable=Composables marked with @ReadOnlyComposable can only call other @ReadOnlyComposable composables |
| errors.composable_fun_main=Composable main functions are not currently supported |
| filter.ignore.compose.runtime.classes=Do not step into Compose internal classes |
| composable.line.marker.tooltip=@Composable function call |
| separate.preview.usages=Separate @Preview Usages |
| usage.group.in.preview.function=@Preview usages |
| usage.group.in.nonpreview.function=Production usages |
| compose.color.picker.name=Compose color picker |
| compose.color.picker.tooltip=Change color |
| composable.function.rendering.text.attributes.description=Calls to @Compose functions |
| state.read=State read |
| state.read.message=When the value of {0} changes, {1} will recompose |
| state.read.message.titled=State read: when the value of {0} changes, {1} will recompose |
| state.read.recompose.target.enclosing.lambda=an enclosing lambda |
| state.read.recompose.target.enclosing.anonymous.function=the enclosing anonymous function |
| state.read.text.attributes.description=State Reads in @Composable scopes |
| state.read.inlay.provider.name=State reads |
| state.read.inlay.provider=State reads |
| state.read.inlay.provider.description=Accesses of State variables, which when changed, trigger a recomposition of the surrounding scope. |
| state.read.inlay.provider.enable=Enable inlay hints for State reads |
| state.read.inlay.provider.disable=Disable inlay hints for State reads |
| state.read.scope.highlighting.text.attributes.description=Highlighted @Composable scopes |
| |
| # British spelling is used to be consistent with KotlinDebuggerCoroutinesBundle.properties optimised.variable.message |
| recomposition.optimised.variable.message={0} was optimised out |
| recomposition.state.this=this |
| recomposition.state.value=value |
| recomposition.state.uncertain=Evaluating |
| recomposition.state.same=Unchanged |
| recomposition.state.different=Changed |
| recomposition.state.static=Static |
| recomposition.state.unstable=Unknown |
| recomposition.state.forced=Recomposition Root |
| recomposition.state.label=Recomposition State |
| recomposition.state.summary=Arguments: {0} |
| recomposition.state.composing=Composing |
| recomposition.state.missing.parameters=Failed to resolve function parameters |
| recomposition.state.function.description.lambda=Composable {0} |
| recomposition.state.function.description.function=Composable fun {0}() |
| |
| compose.breakpoint.description=Composable Function Breakpoints |
| compose.templates.presentable.name=Compose |