forked from qt-creator/qt-creator
Fixed Debug and Release configuration names in Russian translation
Fixes QTCREATORBUG-8686 Change-Id: Iacad5676014cd9033decdd388d87690be4a79c5d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
b507b2702f
commit
334be9ff55
@@ -25181,22 +25181,22 @@ Reason: %2</source>
|
||||
<message>
|
||||
<source>%1 Debug</source>
|
||||
<extracomment>Debug build configuration. We recommend not translating it.</extracomment>
|
||||
<translation>%1 Отладка</translation>
|
||||
<translation>%1 Debug</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%1 Release</source>
|
||||
<extracomment>Release build configuration. We recommend not translating it.</extracomment>
|
||||
<translation>%1 Выпуск</translation>
|
||||
<translation>%1 Release</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Debug</source>
|
||||
<extracomment>Name of a debug build configuration to created by a project wizard. We recommend not translating it.</extracomment>
|
||||
<translation>Отладка</translation>
|
||||
<translation>Debug</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Release</source>
|
||||
<extracomment>Name of a release build configuration to be created by a project wizard. We recommend not translating it.</extracomment>
|
||||
<translation>Выпуск</translation>
|
||||
<translation>Release</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
Reference in New Issue
Block a user