i18n: Process new problems in Python refactorings

GitOrigin-RevId: 3c9f26e592dcd62a50452e99cd53a03be061cbc7
This commit is contained in:
Mikhail Golubev
2020-10-27 19:17:41 +03:00
committed by intellij-monorepo-bot
parent 622e725152
commit 84e8ffb598
3 changed files with 3 additions and 6 deletions

View File

@@ -93,6 +93,7 @@ refactoring.inline.label.function=Function {0}
refactoring.inline.label.method=Method {0}
refactoring.name.label.text={0} has {1} occurrence{2, choice, 0#|1#s}
refactoring.inline.function.command.name=Inlining {0}
refactoring.inline.function.function.to.inline=Function to inline
refactoring.inline.function.invocations.to.be.inlined=Invocations to be inlined in {0} files
refactoring.inline.function.is.decorator=Function {0} is used as a decorator and cannot be inlined. Function definition will not be removed
refactoring.inline.function.is.reference=Function {0} is used as a reference and cannot be inlined. Function definition will not be removed