Translations: Fix duplicate messages

Amends 6bb756ba1c

Change-Id: I6e5c3e7d2846ab8a49409b242a3474547380252e
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Eike Ziller
2023-02-28 09:48:46 +01:00
parent 81da84ad0b
commit 5e866bbf2f

View File

@@ -5066,10 +5066,6 @@ Qt Creator не може під&apos;єднатись до нього.</translat
<source>Use Code Model</source> <source>Use Code Model</source>
<translation type="vanished">Використовувати модель коду</translation> <translation type="vanished">Використовувати модель коду</translation>
</message> </message>
<message>
<source>Selecting this causes the C++ Code Model being asked for variable scope information. This might result in slightly faster debugger operation but may fail for optimized code.</source>
<translation type="vanished">Вмикання призводить до запитів до моделі коду C++ за інформацією про область видимості змінної. Це може призвести до дещо швидшого зневадження, але може не спрацьовувати для оптимізованого коду.</translation>
</message>
<message> <message>
<source>Break on &quot;abort&quot;</source> <source>Break on &quot;abort&quot;</source>
<translation>Перепиняти на &quot;abort&quot;</translation> <translation>Перепиняти на &quot;abort&quot;</translation>
@@ -5150,10 +5146,6 @@ Qt Creator не може під&apos;єднатись до нього.</translat
<source>Adjust Breakpoint Locations</source> <source>Adjust Breakpoint Locations</source>
<translation>Підправляти розташування точок перепину</translation> <translation>Підправляти розташування точок перепину</translation>
</message> </message>
<message>
<source>Not all source code lines generate executable code. Putting a breakpoint on such a line acts as if the breakpoint was set on the next line that generated code. Selecting &apos;Adjust Breakpoint Locations&apos; shifts the red breakpoint markers in such cases to the location of the true breakpoint.</source>
<translation type="vanished">Не всі рядки тексту програми створюють виконуваний код. Встановлення точки перепину на такому рядку фактично встановить її на наступному рядку, що генерує код. В таких випадках вибір &apos;Підправляти розташування точок перепину&apos; зміщує червоні позначки точок перепину до справжнього розташування точок перепину.</translation>
</message>
<message> <message>
<source>&lt;p&gt;This switches the debugger to native-mixed operation mode. In this mode, stepping and data display will be handled by the native debugger backend (GDB, LLDB or CDB) for C++, QML and JS sources.</source> <source>&lt;p&gt;This switches the debugger to native-mixed operation mode. In this mode, stepping and data display will be handled by the native debugger backend (GDB, LLDB or CDB) for C++, QML and JS sources.</source>
<translation type="vanished">&lt;p&gt;Перемикає зневаджувач в рідний-змішаний режим роботи. В цьому режимі крокування та відображення даних здійснюється рідним рушієм зневадження (GDB, LLDB або CDB) для коду C++, QML та JS.</translation> <translation type="vanished">&lt;p&gt;Перемикає зневаджувач в рідний-змішаний режим роботи. В цьому режимі крокування та відображення даних здійснюється рідним рушієм зневадження (GDB, LLDB або CDB) для коду C++, QML та JS.</translation>
@@ -5294,14 +5286,6 @@ Qt Creator не може під&apos;єднатись до нього.</translat
<source>Register For Post-Mortem Debugging</source> <source>Register For Post-Mortem Debugging</source>
<translation>Зареєструвати для посмертного зневадження</translation> <translation>Зареєструвати для посмертного зневадження</translation>
</message> </message>
<message>
<source>The maximum length of string entries in the Locals and Expressions pane. Longer than that are cut off and displayed with an ellipsis attached.</source>
<translation type="vanished">Максимальна довжина рядка елементу в панелі &quot;Локальні змінні та вирази&quot;. Довші рядки будуть обрізані та відображені з трикрапкою.</translation>
</message>
<message>
<source>The maximum length for strings in separated windows. Longer strings are cut off and displayed with an ellipsis attached.</source>
<translation type="vanished">Максимальна довжина рядків в відокремлених вікнах. Довші рядки будуть обрізані та відображені з трикрапкою.</translation>
</message>
<message> <message>
<source>Reload Full Stack</source> <source>Reload Full Stack</source>
<translation>Перезавантажити повний стек</translation> <translation>Перезавантажити повний стек</translation>
@@ -35714,14 +35698,6 @@ Install an SDK of at least API version %1.</source>
<source>Makes use of Qt Creator&apos;s code model to find out if a variable has already been assigned a value at the point the debugger interrupts.</source> <source>Makes use of Qt Creator&apos;s code model to find out if a variable has already been assigned a value at the point the debugger interrupts.</source>
<translation type="vanished">Вмикає використання моделі коду Qt Creator для з&apos;ясування того, чи змінній вже було присвоєно значення в момент зупинки зневаджувача.</translation> <translation type="vanished">Вмикає використання моделі коду Qt Creator для з&apos;ясування того, чи змінній вже було присвоєно значення в момент зупинки зневаджувача.</translation>
</message> </message>
<message>
<source>Displays names of QThread based threads.</source>
<translation type="vanished">Показувати назви ниток, що базуються на QThread.</translation>
</message>
<message>
<source>Shows &quot;std::&quot; prefix for types from the standard library.</source>
<translation type="vanished">Показувати префікс &quot;std::&quot; для типів зі стандартної бібліотеки.</translation>
</message>
<message> <message>
<source>Show &quot;std::&quot; namespace for types</source> <source>Show &quot;std::&quot; namespace for types</source>
<translation type="vanished">Показувати простір імен &quot;std::&quot; для типів</translation> <translation type="vanished">Показувати простір імен &quot;std::&quot; для типів</translation>