forked from qt-creator/qt-creator
Translations: Fix various \n, full stops, spaces
Add missing full stops, remove space at beginning and end, remove end lines at end Change-Id: I4ce28f578e13e100dcfbd8ef70630462faf407fc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -33,7 +33,7 @@ Section {
|
|||||||
|
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Smooth")
|
text: qsTr("Smooth")
|
||||||
tooltip: qsTr("Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items. ")
|
tooltip: qsTr("Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items.")
|
||||||
blockedByTemplate: !backendValues.smooth.isAvailable
|
blockedByTemplate: !backendValues.smooth.isAvailable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -24002,52 +24002,36 @@ Brug det kun hvis du prototyper. Du kan ikke oprette et fuldt program med dette.
|
|||||||
<translation>Page med typeId'et "%1" har ugyldigt "index".</translation>
|
<translation>Page med typeId'et "%1" har ugyldigt "index".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
<translation>Stien "%1" findes ikke under tjek af Json-assistentens søgestier.</translation>
|
||||||
<translation>Stien "%1" findes ikke under tjek af Json-assistentens søgestier.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
<translation>Tjekker "%1" for %2.</translation>
|
||||||
<translation>Tjekker "%1" for %2.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
<translation>* Kunne ikke parse "%1":%2:%3: %4</translation>
|
||||||
<translation>* Kunne ikke parse "%1":%2:%3: %4
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
<translation>* Fandt ikke et JSON-objekt i "%1".</translation>
|
||||||
<translation>* Fandt ikke et JSON-objekt i "%1".
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
<translation>* Konfiguration fundet og parset.</translation>
|
||||||
<translation>* Konfiguration fundet og parset.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
<translation>* Version %1 understøttes ikke.</translation>
|
||||||
<translation>* Version %1 understøttes ikke.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to create: %1
|
<source>* Failed to create: %1</source>
|
||||||
</source>
|
<translation>* Kunne ikke oprette: %1</translation>
|
||||||
<translation>* Kunne ikke oprette: %1
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
<translation>JsonWizard: "%1" ikke fundet.</translation>
|
||||||
<translation>JsonWizard: "%1" ikke fundet
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>key not found.</source>
|
<source>key not found.</source>
|
||||||
|
@@ -140,7 +140,7 @@
|
|||||||
<translation>Erweitert</translation>
|
<translation>Erweitert</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items. </source>
|
<source>Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -16942,8 +16942,8 @@ Stellen Sie sicher, dass der Wert der CMAKE_BUILD_TYPE-Variable derselbe wie der
|
|||||||
<translation>Aktuelle ClangFormat-Version: %1.</translation>
|
<translation>Aktuelle ClangFormat-Version: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Warning: </source>
|
<source>Warning:</source>
|
||||||
<translation>Warnung: </translation>
|
<translation>Warnung:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The current ClangFormat (C++ > Code Style > ClangFormat) settings are not valid. Are you sure you want to apply them?</source>
|
<source>The current ClangFormat (C++ > Code Style > ClangFormat) settings are not valid. Are you sure you want to apply them?</source>
|
||||||
@@ -34486,8 +34486,8 @@ Möchten Sie sie überschreiben?</translation>
|
|||||||
<translation>Geben Sie die entsprechenden Argumente für das Erstellkommando ein.</translation>
|
<translation>Geben Sie die entsprechenden Argumente für das Erstellkommando ein.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools)</source>
|
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools).</source>
|
||||||
<translation>Stellen Sie sicher, dass der Wert für die Anzahl paralleler Jobs im Erstellkommando groß genug ist (wie zum Beispiel -j200 für JOM oder Make)</translation>
|
<translation>Stellen Sie sicher, dass der Wert für die Anzahl paralleler Jobs im Erstellkommando groß genug ist (wie zum Beispiel -j200 für JOM oder Make).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Keep original jobs number:</source>
|
<source>Keep original jobs number:</source>
|
||||||
@@ -34606,16 +34606,16 @@ Möchten Sie sie überschreiben?</translation>
|
|||||||
<translation>IncrediBuilds Kopfzeile in der Ausgabe verstecken:</translation>
|
<translation>IncrediBuilds Kopfzeile in der Ausgabe verstecken:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Suppresses IncrediBuild's header in the build output</source>
|
<source>Suppresses IncrediBuild's header in the build output.</source>
|
||||||
<translation>Unterdrückt die Kopfzeile von IncrediBuild in der Ausgabe der Kompilierung</translation>
|
<translation>Unterdrückt die Kopfzeile von IncrediBuild in der Ausgabe der Kompilierung.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Internal IncrediBuild logging level:</source>
|
<source>Internal IncrediBuild logging level:</source>
|
||||||
<translation>Stufe der internen IncrediBuild-Protokollierung:</translation>
|
<translation>Stufe der internen IncrediBuild-Protokollierung:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support</source>
|
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support.</source>
|
||||||
<translation>Überschreibt die Stufe der internen Protokollierung von IncrediBuild für diese Kompilierung. Beeinflusst weder die Ausgabe noch die dem Benutzer zugängliche Protokollierung. Wird hauptsächlich zur Fehlerbehebung mit Hilfe des Supports von IncrediBuild verwendet</translation>
|
<translation>Überschreibt die Stufe der internen Protokollierung von IncrediBuild für diese Kompilierung. Beeinflusst weder die Ausgabe noch die dem Benutzer zugängliche Protokollierung. Wird hauptsächlich zur Fehlerbehebung mit Hilfe des Supports von IncrediBuild verwendet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Miscellaneous</source>
|
<source>Miscellaneous</source>
|
||||||
@@ -34634,16 +34634,16 @@ Möchten Sie sie überschreiben?</translation>
|
|||||||
<translation>Bei Fehler anhalten:</translation>
|
<translation>Bei Fehler anhalten:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds</source>
|
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds.</source>
|
||||||
<translation>Wenn angegeben, wird die Ausführung angehalten sobald ein Fehler auftritt. Dies ist das voreingestellte Verhalten bei Kompilierungen mit "Visual Studio", aber nicht für Kompilierungen mit "Make and Build tools" oder "Dev Tools"</translation>
|
<translation>Wenn angegeben, wird die Ausführung angehalten sobald ein Fehler auftritt. Dies ist das voreingestellte Verhalten bei Kompilierungen mit "Visual Studio", aber nicht für Kompilierungen mit "Make and Build tools" oder "Dev Tools".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Additional Arguments:</source>
|
<source>Additional Arguments:</source>
|
||||||
<translation>Zusätzliche Argumente:</translation>
|
<translation>Zusätzliche Argumente:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line</source>
|
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line.</source>
|
||||||
<translation>Fügt zusätzliche Argumente für buildconsole manuell hinzu. Der Inhalt dieses Eingabefelds wird an die finale Kommandozeile für buildconsole angefügt</translation>
|
<translation>Fügt zusätzliche Argumente für buildconsole manuell hinzu. Der Inhalt dieses Eingabefelds wird an die finale Kommandozeile für buildconsole angefügt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Open Build Monitor:</source>
|
<source>Open Build Monitor:</source>
|
||||||
@@ -42651,46 +42651,32 @@ Sie sollten nicht mehrere Test-Frameworks im selben Projekt mischen.</translatio
|
|||||||
<translation>Page mit typeId "%1" hat ungültigen "index".</translation>
|
<translation>Page mit typeId "%1" hat ungültigen "index".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
<translation>Pfad "%1" existiert nicht in Json-Wizard Suchpfaden.</translation>
|
||||||
<translation>Pfad "%1" existiert nicht in Json-Wizard Suchpfaden.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
<translation>Prüfe "%1" für %2.</translation>
|
||||||
<translation>Prüfe "%1" für %2.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
<translation>* Konnte "%1" nicht auswerten: %2:%3: %4</translation>
|
||||||
<translation>* Konnte "%1" nicht auswerten: %2:%3: %4
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
<translation>* Kein JSON-Objekt in "%1" gefunden.</translation>
|
||||||
<translation>* Kein JSON-Objekt in "%1" gefunden.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
<translation>* Konfiguration gefunden und ausgewertet.</translation>
|
||||||
<translation>* Konfiguration gefunden und ausgewertet.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
<translation>* Version %1 nicht unterstützt.</translation>
|
||||||
<translation>* Version %1 nicht unterstützt.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to create: %1
|
<source>* Failed to create: %1</source>
|
||||||
</source>
|
<translation>* Erstellen fehlgeschlagen: %1</translation>
|
||||||
<translation>* Erstellen fehlgeschlagen: %1
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The platform selected for the wizard.</source>
|
<source>The platform selected for the wizard.</source>
|
||||||
@@ -42721,10 +42707,8 @@ Sie sollten nicht mehrere Test-Frameworks im selben Projekt mischen.</translatio
|
|||||||
<translation>Bilddatei "%1" nicht gefunden.</translation>
|
<translation>Bilddatei "%1" nicht gefunden.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
<translation>JsonWizard: "%1" nicht gefunden.</translation>
|
||||||
<translation>JsonWizard: "%1" nicht gefunden
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>key not found.</source>
|
<source>key not found.</source>
|
||||||
@@ -43565,8 +43549,8 @@ Was soll %1 tun?</translation>
|
|||||||
<translation>Das Build-Verzeichnis enthält das möglicherweise problematische Zeichen "%1".</translation>
|
<translation>Das Build-Verzeichnis enthält das möglicherweise problematische Zeichen "%1".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source> This warning can be suppressed <a href="dummy">here</a>.</source>
|
<source>This warning can be suppressed <a href="dummy">here</a>.</source>
|
||||||
<translation> Diese Warnung kann <a href="dummy">hier</a> unterdrückt werden.</translation>
|
<translation>Diese Warnung kann <a href="dummy">hier</a> unterdrückt werden.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The project is currently being parsed.</source>
|
<source>The project is currently being parsed.</source>
|
||||||
@@ -44605,8 +44589,8 @@ fails because Clang does not understand the target architecture.</source>
|
|||||||
<translation>Pfad zum Python-Interpreter</translation>
|
<translation>Pfad zum Python-Interpreter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No Python interpreter set for kit "%1"</source>
|
<source>No Python interpreter set for kit "%1".</source>
|
||||||
<translation>Kein Python-Interpreter für das Kit "%1" eingerichtet</translation>
|
<translation>Kein Python-Interpreter für das Kit "%1" eingerichtet.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -49578,10 +49562,8 @@ Zusätzlich wird die Verbindung zum Gerät getestet.</translation>
|
|||||||
<translation>Verbinde zu Gerät...</translation>
|
<translation>Verbinde zu Gerät...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Connected. Now doing extended checks.
|
<source>Connected. Now doing extended checks.</source>
|
||||||
</source>
|
<translation>Verbunden. Führe erweiterte Überprüfungen aus.</translation>
|
||||||
<translation>Verbunden. Führe erweiterte Überprüfungen aus.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Basic connectivity test failed, device is considered unusable.</source>
|
<source>Basic connectivity test failed, device is considered unusable.</source>
|
||||||
@@ -50078,8 +50060,8 @@ Wenn Sie noch keinen privaten Schlüssel besitzen, können Sie hier auch einen e
|
|||||||
<translation>Verwende Standardmethode. Dies könnte langsam sein.</translation>
|
<translation>Verwende Standardmethode. Dies könnte langsam sein.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unknown error occurred while trying to create remote directories</source>
|
<source>Unknown error occurred while trying to create remote directories.</source>
|
||||||
<translation>Beim Erstellen von entfernten Verzeichnissen ist ein unbekannter Fehler aufgetreten</translation>
|
<translation>Beim Erstellen von entfernten Verzeichnissen ist ein unbekannter Fehler aufgetreten.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Transfer method was downgraded from "%1" to "%2". If this is unexpected, please re-test device "%3".</source>
|
<source>Transfer method was downgraded from "%1" to "%2". If this is unexpected, please re-test device "%3".</source>
|
||||||
@@ -52659,12 +52641,12 @@ Die Datei "%1" konnte nicht geöffnet werden.</translation>
|
|||||||
<translation>"%1" ist nicht ausführbar.</translation>
|
<translation>"%1" ist nicht ausführbar.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Terminal process exited with code %1</source>
|
<source>Terminal process exited with code %1.</source>
|
||||||
<translation>Der Terminalprozess wurde mit dem Rückgabewert %1 beendet</translation>
|
<translation>Der Terminalprozess wurde mit dem Rückgabewert %1 beendet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Process exited with code: %1</source>
|
<source>Process exited with code: %1.</source>
|
||||||
<translation>Prozess wurde mit dem Rückgabewert %1 beendet</translation>
|
<translation>Prozess wurde mit dem Rückgabewert %1 beendet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Copy</source>
|
<source>Copy</source>
|
||||||
@@ -54743,7 +54725,7 @@ Drücken Sie zusätzlich die Umschalttaste, wird ein Escape-Zeichen an der aktue
|
|||||||
<message>
|
<message>
|
||||||
<source>Doxygen allows "@" and "\" to start commands.
|
<source>Doxygen allows "@" and "\" to start commands.
|
||||||
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
||||||
if the comment starts with "/*!" or "//!</source>
|
if the comment starts with "/*!" or "//!".</source>
|
||||||
<translation>Doxygen erlaubt es, Befehle mit "@" und "\" zu beginnen.
|
<translation>Doxygen erlaubt es, Befehle mit "@" und "\" zu beginnen.
|
||||||
Die Vorgabe ist, mit "@" zu beginnen, wenn der umgebende Kommentar mit "/**" oder "///" anfängt,
|
Die Vorgabe ist, mit "@" zu beginnen, wenn der umgebende Kommentar mit "/**" oder "///" anfängt,
|
||||||
und "\" zu verwenden, wenn der Kommentar mit "/*!" oder "//!".</translation>
|
und "\" zu verwenden, wenn der Kommentar mit "/*!" oder "//!".</translation>
|
||||||
|
@@ -152,8 +152,8 @@
|
|||||||
<translation>Lissage</translation>
|
<translation>Lissage</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items. </source>
|
<source>Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items.</source>
|
||||||
<translation>Active/désactive l'utilisation de l'interpolation linéaire pour le lissage. Lorsque décoché, la méthode du plus proche voisin sera utilisée. Cela s'applique principalement aux éléments images. </translation>
|
<translation>Active/désactive l'utilisation de l'interpolation linéaire pour le lissage. Lorsque décoché, la méthode du plus proche voisin sera utilisée. Cela s'applique principalement aux éléments images.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Antialiasing</source>
|
<source>Antialiasing</source>
|
||||||
@@ -34341,8 +34341,8 @@ Souhaitez-vous les écraser ?</translation>
|
|||||||
<translation>Entrez les arguments appropriés pour votre commande de construction.</translation>
|
<translation>Entrez les arguments appropriés pour votre commande de construction.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools)</source>
|
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools).</source>
|
||||||
<translation>Assurez vous que le paramètre multi-job de la commande de construction est assez grande (telle que -j200 pour les outils de compilation comme JOM ou Make)</translation>
|
<translation>Assurez vous que le paramètre multi-job de la commande de construction est assez grande (telle que -j200 pour les outils de compilation comme JOM ou Make).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Keep original jobs number:</source>
|
<source>Keep original jobs number:</source>
|
||||||
@@ -34461,16 +34461,16 @@ Souhaitez-vous les écraser ?</translation>
|
|||||||
<translation>Cacher l'entête IncrediBuild dans la sortie :</translation>
|
<translation>Cacher l'entête IncrediBuild dans la sortie :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Suppresses IncrediBuild's header in the build output</source>
|
<source>Suppresses IncrediBuild's header in the build output.</source>
|
||||||
<translation>Supprimer l'entête d'IncrediBuild de la sortie de construction</translation>
|
<translation>Supprimer l'entête d'IncrediBuild de la sortie de construction.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Internal IncrediBuild logging level:</source>
|
<source>Internal IncrediBuild logging level:</source>
|
||||||
<translation>Niveau de journalisation interne d'IncrediBuild :</translation>
|
<translation>Niveau de journalisation interne d'IncrediBuild :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support</source>
|
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support.</source>
|
||||||
<translation>Écrase le niveau interne de journalisation d'IncrediBuild pour cette construction. N'affecte pas la sortie ou un quelconque journal accessible par l'utilisateur. Utilisé principalement pour comprendre les problèmes avec l'aide du support d'IncrediBuild</translation>
|
<translation>Écrase le niveau interne de journalisation d'IncrediBuild pour cette construction. N'affecte pas la sortie ou un quelconque journal accessible par l'utilisateur. Utilisé principalement pour comprendre les problèmes avec l'aide du support d'IncrediBuild.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Miscellaneous</source>
|
<source>Miscellaneous</source>
|
||||||
@@ -34489,16 +34489,16 @@ Souhaitez-vous les écraser ?</translation>
|
|||||||
<translation>Arrêter en cas d'erreur :</translation>
|
<translation>Arrêter en cas d'erreur :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds</source>
|
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds.</source>
|
||||||
<translation>Lorsque spécifié, l'exécution s'arrête dès qu'une erreur est rencontrée. C'est le comportement par défaut dans les constructions « Visual Studio », mais ce n'est pas le cas pour les constructions avec « Make et les outils de compilation » ou les « outils de développeur »</translation>
|
<translation>Lorsque spécifié, l'exécution s'arrête dès qu'une erreur est rencontrée. C'est le comportement par défaut dans les constructions « Visual Studio », mais ce n'est pas le cas pour les constructions avec « Make et les outils de compilation » ou les « outils de développeur ».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Additional Arguments:</source>
|
<source>Additional Arguments:</source>
|
||||||
<translation>Arguments supplémentaires :</translation>
|
<translation>Arguments supplémentaires :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line</source>
|
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line.</source>
|
||||||
<translation>Ajouter manuellement des arguments pour buildconsole. La valeur de ce champ est concaténé à la ligne de commande finale de buildconsole</translation>
|
<translation>Ajouter manuellement des arguments pour buildconsole. La valeur de ce champ est concaténé à la ligne de commande finale de buildconsole.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Open Build Monitor:</source>
|
<source>Open Build Monitor:</source>
|
||||||
@@ -43130,8 +43130,8 @@ Activez cette option si vous envisagez de créer des binaires x86 32 bits sans u
|
|||||||
<translation>Le répertoire de compilation contient des caractères potentiellement problématiques « %1 ».</translation>
|
<translation>Le répertoire de compilation contient des caractères potentiellement problématiques « %1 ».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source> This warning can be suppressed <a href="dummy">here</a>.</source>
|
<source>This warning can be suppressed <a href="dummy">here</a>.</source>
|
||||||
<translation> Cet avertissement peut être supprimé <a href="dummy">ici</a>.</translation>
|
<translation>Cet avertissement peut être supprimé <a href="dummy">ici</a>.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Separate debug info:</source>
|
<source>Separate debug info:</source>
|
||||||
@@ -43548,39 +43548,28 @@ au projet « %2 ».</translation>
|
|||||||
<translation>Le typeId « %1 » du générateur est inconnu. Les typesIds pris en charge sont : « %2 ».</translation>
|
<translation>Le typeId « %1 » du générateur est inconnu. Les typesIds pris en charge sont : « %2 ».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
|
||||||
<translation>Le chemin « %1 » n’existe pas lors de la vérification des chemins de recherche de l’assistant Json.</translation>
|
<translation>Le chemin « %1 » n’existe pas lors de la vérification des chemins de recherche de l’assistant Json.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
<translation>Vérification de « %1 » pour %2.</translation>
|
||||||
<translation>Vérification de « %1 » pour %2.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
<translation>* Échec de l’analyse de « %1 »:%2:%3 : %4</translation>
|
||||||
<translation>* Échec de l’analyse de « %1 »:%2:%3 : %4
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
<translation>* N’a pas trouvé d’objet JSON dans « %1 ».</translation>
|
||||||
<translation>* N’a pas trouvé d’objet JSON dans « %1 ».
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
<translation>* La configuration a été trouvée et analysée.</translation>
|
||||||
<translation>* La configuration a été trouvée et analysée.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found</source>
|
||||||
</source>
|
<translation>Assistant Json : « %1 » introuvable.</translation>
|
||||||
<translation>Assistant Json : « %1 » introuvable
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Page is not an object.</source>
|
<source>Page is not an object.</source>
|
||||||
@@ -43599,16 +43588,12 @@ au projet « %2 ».</translation>
|
|||||||
<translation>La page avec le typeId « %1 » a un « index » invalide.</translation>
|
<translation>La page avec le typeId « %1 » a un « index » invalide.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
<translation>* La version %1 n’est pas prise en charge.</translation>
|
||||||
<translation>* La version %1 n’est pas prise en charge.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to create: %1
|
<source>* Failed to create: %1</source>
|
||||||
</source>
|
<translation>* Impossible de créer : %1</translation>
|
||||||
<translation>* Impossible de créer : %1
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>key not found.</source>
|
<source>key not found.</source>
|
||||||
@@ -44461,8 +44446,8 @@ Ces fichiers sont préservés.</numerusform>
|
|||||||
<translation>Chemin de l'interpréteur Python</translation>
|
<translation>Chemin de l'interpréteur Python</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No Python interpreter set for kit "%1"</source>
|
<source>No Python interpreter set for kit "%1".</source>
|
||||||
<translation>Aucun interpréteur Python n'est défini pour le kit « %1 »</translation>
|
<translation>Aucun interpréteur Python n'est défini pour le kit « %1 ».</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -49563,10 +49548,8 @@ Le processus de contrôle n'a pas pu démarrer.</translation>
|
|||||||
<translation>Connexion au périphérique…</translation>
|
<translation>Connexion au périphérique…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Connected. Now doing extended checks.
|
<source>Connected. Now doing extended checks.</source>
|
||||||
</source>
|
<translation>Connecté. Exécution des tests étendus.</translation>
|
||||||
<translation>Connecté. Exécution des tests étendus.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Basic connectivity test failed, device is considered unusable.</source>
|
<source>Basic connectivity test failed, device is considered unusable.</source>
|
||||||
@@ -49893,8 +49876,8 @@ Le processus de contrôle n'a pas pu démarrer.</translation>
|
|||||||
<translation>Utiliser le transfert par défaut. Cela peut être lent.</translation>
|
<translation>Utiliser le transfert par défaut. Cela peut être lent.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unknown error occurred while trying to create remote directories</source>
|
<source>Unknown error occurred while trying to create remote directories.</source>
|
||||||
<translation>Une erreur inconnue s'est produite lors de la création des répertoires distants</translation>
|
<translation>Une erreur inconnue s'est produite lors de la création des répertoires distants.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Transfer method was downgraded from "%1" to "%2". If this is unexpected, please re-test device "%3".</source>
|
<source>Transfer method was downgraded from "%1" to "%2". If this is unexpected, please re-test device "%3".</source>
|
||||||
@@ -52415,12 +52398,12 @@ Impossible d'ouvrir le fichier « %1 ».</translation>
|
|||||||
<translation>« %1 » n'est pas un exécutable.</translation>
|
<translation>« %1 » n'est pas un exécutable.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Terminal process exited with code %1</source>
|
<source>Terminal process exited with code %1.</source>
|
||||||
<translation>Le processus du terminal s'est terminé avec le code %1</translation>
|
<translation>Le processus du terminal s'est terminé avec le code %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Process exited with code: %1</source>
|
<source>Process exited with code: %1.</source>
|
||||||
<translation>Le processus s'est terminé avec le code : %1</translation>
|
<translation>Le processus s'est terminé avec le code : %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Copy</source>
|
<source>Copy</source>
|
||||||
@@ -52708,10 +52691,10 @@ En outre, Maj+Entrée insère un caractère d’échappement à la position du c
|
|||||||
<message>
|
<message>
|
||||||
<source>Doxygen allows "@" and "\" to start commands.
|
<source>Doxygen allows "@" and "\" to start commands.
|
||||||
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
||||||
if the comment starts with "/*!" or "//!</source>
|
if the comment starts with "/*!" or "//!".</source>
|
||||||
<translation>Doxygen permet d'utiliser « @ » et « \ » pour démarrer une commande.
|
<translation>Doxygen permet d'utiliser « @ » et « \ » pour démarrer une commande.
|
||||||
Par défaut, « @ » est utilisé si le commentaire l'englobant commence avec « /** » ou « /// » et « \ » est utilisé
|
Par défaut, « @ » est utilisé si le commentaire l'englobant commence avec « /** » ou « /// » et « \ » est utilisé
|
||||||
si le commentaire débute avec « /*! » ou « //! »</translation>
|
si le commentaire débute avec « /*! » ou « //! ».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Documentation Comments</source>
|
<source>Documentation Comments</source>
|
||||||
|
@@ -27563,43 +27563,35 @@ to project "%2".</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to create: %1
|
<source>* Failed to create: %1</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@@ -39137,40 +39137,28 @@ Would you like to overwrite it?</source>
|
|||||||
<translation>typeId が "%1" のページの "index" が無効です。</translation>
|
<translation>typeId が "%1" のページの "index" が無効です。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
<translation>Json ウィザードの検索パスを確認しましたが、パス "%1" は存在しません。</translation>
|
||||||
<translation>Json ウィザードの検索パスを確認しましたが、パス "%1" は存在しません。
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
<translation>%2 向けに "%1" を確認しています。</translation>
|
||||||
<translation>%2 向けに "%1" を確認しています。
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
<translation>・"%1" の解析に失敗しました:%2:%3: %4</translation>
|
||||||
<translation>・"%1" の解析に失敗しました:%2:%3: %4
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
<translation>・"%1" に JSON オブジェクトが見つかりませんでした。</translation>
|
||||||
<translation>・"%1" に JSON オブジェクトが見つかりませんでした。
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
<translation>・設定が見つかり、解析しました。</translation>
|
||||||
<translation>・設定が見つかり、解析しました。
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
<translation>・バージョン %1 には未対応です。</translation>
|
||||||
<translation>・バージョン %1 には未対応です。
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The platform selected for the wizard.</source>
|
<source>The platform selected for the wizard.</source>
|
||||||
@@ -39201,16 +39189,12 @@ Would you like to overwrite it?</source>
|
|||||||
<translation>画像ファイル "%1" が見つかりません。</translation>
|
<translation>画像ファイル "%1" が見つかりません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to create: %1
|
<source>* Failed to create: %1</source>
|
||||||
</source>
|
<translation>・作成に失敗しました: %1</translation>
|
||||||
<translation>・作成に失敗しました: %1
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
<translation>JsonWizard: "%1" が見つかりません。</translation>
|
||||||
<translation>JsonWizard: "%1" が見つかりません
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>key not found.</source>
|
<source>key not found.</source>
|
||||||
|
@@ -151,7 +151,7 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items. </source>
|
<source>Toggles if the smoothing is performed using linear interpolation method. Keeping it unchecked would follow non-smooth method using nearest neighbor. It is mostly applicable on image based items.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -33297,7 +33297,7 @@ Czy nadpisać je?</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools)</source>
|
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools).</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -33425,7 +33425,7 @@ Czy nadpisać je?</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Suppresses IncrediBuild's header in the build output</source>
|
<source>Suppresses IncrediBuild's header in the build output.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -33433,7 +33433,7 @@ Czy nadpisać je?</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support</source>
|
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -33449,7 +33449,7 @@ Czy nadpisać je?</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds</source>
|
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -33457,7 +33457,7 @@ Czy nadpisać je?</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line</source>
|
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -41748,40 +41748,28 @@ To develop a full application, create a Qt Quick Application project instead.</s
|
|||||||
<translation>Strona z typeid "%1" posiada niepoprawny "index".</translation>
|
<translation>Strona z typeid "%1" posiada niepoprawny "index".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
<translation>Ścieżka "%1" nie istnieje podczas sprawdzania ścieżek poszukiwań kreatora Json.</translation>
|
||||||
<translation>Ścieżka "%1" nie istnieje podczas sprawdzania ścieżek poszukiwań kreatora Json.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
<translation>Sprawdzanie "%1" dla "%2".</translation>
|
||||||
<translation>Sprawdzanie "%1" dla "%2".
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
<translation>* Nie można sparsować "%1":%2:%3: %4</translation>
|
||||||
<translation>* Nie można sparsować "%1":%2:%3: %4
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
<translation>* Nie odnaleziono obiektu JSON w "%1".</translation>
|
||||||
<translation>* Nie odnaleziono obiektu JSON w "%1".
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
<translation>* Konfiguracja odnaleziona i przeparsowana.</translation>
|
||||||
<translation>* Konfiguracja odnaleziona i przeparsowana.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
<translation>* Wersja %1 nieobsługiwana.</translation>
|
||||||
<translation>* Wersja %1 nieobsługiwana.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The platform selected for the wizard.</source>
|
<source>The platform selected for the wizard.</source>
|
||||||
@@ -41812,10 +41800,8 @@ To develop a full application, create a Qt Quick Application project instead.</s
|
|||||||
<translation>Brak pliku graficznego "%1".</translation>
|
<translation>Brak pliku graficznego "%1".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
<translation>JsonWizard: Nie znaleziono "%1".</translation>
|
||||||
<translation>JsonWizard: Nie znaleziono "%1"
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>key not found.</source>
|
<source>key not found.</source>
|
||||||
@@ -48594,7 +48580,7 @@ Błąd uruchamiania procesu kontrolnego.</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unknown error occurred while trying to create remote directories</source>
|
<source>Unknown error occurred while trying to create remote directories.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -51127,11 +51113,11 @@ Nie można otworzyć pliku "%1".</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Terminal process exited with code %1</source>
|
<source>Terminal process exited with code %1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Process exited with code: %1</source>
|
<source>Process exited with code: %1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -53843,7 +53829,7 @@ po naciśnięciu klawisza backspace</translation>
|
|||||||
<message>
|
<message>
|
||||||
<source>Doxygen allows "@" and "\" to start commands.
|
<source>Doxygen allows "@" and "\" to start commands.
|
||||||
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
||||||
if the comment starts with "/*!" or "//!</source>
|
if the comment starts with "/*!" or "//!".</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@@ -22415,8 +22415,8 @@ Would you like to overwrite them?</source>
|
|||||||
<translation>Максимальное количество ЦП для сборки:</translation>
|
<translation>Максимальное количество ЦП для сборки:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in 'Visual Studio' builds, but not the default for 'Make and Build tools' or 'Dev Tools' builds</source>
|
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in 'Visual Studio' builds, but not the default for 'Make and Build tools' or 'Dev Tools' builds.</source>
|
||||||
<translation>Включение остановки выполнения при возникновении ошибки. Это поведение по умолчанию в сборках «Visual Studio», но не по умолчанию для сборок «Make and Build tools» или «Dev Tools»</translation>
|
<translation>Включение остановки выполнения при возникновении ошибки. Это поведение по умолчанию в сборках «Visual Studio», но не по умолчанию для сборок «Make and Build tools» или «Dev Tools».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Stop On Errors</source>
|
<source>Stop On Errors</source>
|
||||||
@@ -22467,7 +22467,7 @@ Would you like to overwrite them?</source>
|
|||||||
<translation type="unfinished">Помощник запуска:</translation>
|
<translation type="unfinished">Помощник запуска:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line</source>
|
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line.</source>
|
||||||
<translation>Дополнительные параметры buildconsole. Значение поля будет добавлено к итоговой командной строке buildconsole.</translation>
|
<translation>Дополнительные параметры buildconsole. Значение поля будет добавлено к итоговой командной строке buildconsole.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -22495,7 +22495,7 @@ Would you like to overwrite them?</source>
|
|||||||
<translation>Исходное число задач</translation>
|
<translation>Исходное число задач</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support</source>
|
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support.</source>
|
||||||
<translation>Меняет для этой сборки уровень ведения внутреннего журнала Incredibuild. Не влияет на вывод или любые доступные пользователю журналы. В основном используется для устранения проблем через службу поддержки IncrediBuild.</translation>
|
<translation>Меняет для этой сборки уровень ведения внутреннего журнала Incredibuild. Не влияет на вывод или любые доступные пользователю журналы. В основном используется для устранения проблем через службу поддержки IncrediBuild.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -30999,40 +30999,28 @@ Preselects a desktop Qt for building the application if available.</source>
|
|||||||
<translation>У страницы с typeId «%1» неверный «index».</translation>
|
<translation>У страницы с typeId «%1» неверный «index».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
<translation>При проверке путей мастера Json: путь «%1» не существует.</translation>
|
||||||
<translation>При проверке путей мастера Json: путь «%1» не существует.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
<translation>Проверяется «%1» у %2.</translation>
|
||||||
<translation>Проверяется «%1» у %2.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
<translation>* Не удалось разобрать «%1»:%2:%3: %4</translation>
|
||||||
<translation>* Не удалось разобрать «%1»:%2:%3: %4
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
<translation>* Объект JSON не был найден в «%1».</translation>
|
||||||
<translation>* Объект JSON не был найден в «%1».
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
<translation>* Конфигурация обнаружена и разобрана.</translation>
|
||||||
<translation>* Конфигурация обнаружена и разобрана.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
<translation>* Версия %1 не поддерживается.</translation>
|
||||||
<translation>* Версия %1 не поддерживается.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The platform selected for the wizard.</source>
|
<source>The platform selected for the wizard.</source>
|
||||||
@@ -31063,16 +31051,12 @@ Preselects a desktop Qt for building the application if available.</source>
|
|||||||
<translation>Файл изображения «%1» не найден.</translation>
|
<translation>Файл изображения «%1» не найден.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to create: %1
|
<source>* Failed to create: %1</source>
|
||||||
</source>
|
<translation>* Не удалось создать: %1</translation>
|
||||||
<translation>* Не удалось создать: %1
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
<translation>JsonWizard: «%1» не найден.</translation>
|
||||||
<translation>JsonWizard: «%1» не найден
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>key not found.</source>
|
<source>key not found.</source>
|
||||||
|
@@ -7761,8 +7761,8 @@ Preselects a desktop Qt for building the application if available.</source>
|
|||||||
<translation type="obsolete">Napaka: </translation>
|
<translation type="obsolete">Napaka: </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Warning: </source>
|
<source>Warning:</source>
|
||||||
<translation type="obsolete">Opozorilo: </translation>
|
<translation type="obsolete">Opozorilo:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Configuration name:</source>
|
<source>Configuration name:</source>
|
||||||
|
@@ -38747,40 +38747,28 @@ Preselects a desktop Qt for building the application if available.</source>
|
|||||||
<translation>Сторінка з "%1" має неправильний "index".</translation>
|
<translation>Сторінка з "%1" має неправильний "index".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
<translation>Перевірка шляхів пошуків майстра Json: шлях "%1" не існує.</translation>
|
||||||
<translation>Перевірка шляхів пошуків майстра Json: шлях "%1" не існує.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
<translation>Перевірка "%1" для %2.</translation>
|
||||||
<translation>Перевірка "%1" для %2.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
<translation>* Збій розбору "%1":%2:%3: %4</translation>
|
||||||
<translation>* Збій розбору "%1":%2:%3: %4
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
<translation>* Не знайдено об'єкт JSON в "%1".</translation>
|
||||||
<translation>* Не знайдено об'єкт JSON в "%1".
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
<translation>* Конфігурацію знайдено та розібрано.</translation>
|
||||||
<translation>* Конфігурацію знайдено та розібрано.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
<translation>* Версія %1 не підтримується.</translation>
|
||||||
<translation>* Версія %1 не підтримується.
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The platform selected for the wizard.</source>
|
<source>The platform selected for the wizard.</source>
|
||||||
@@ -38817,16 +38805,12 @@ Preselects a desktop Qt for building the application if available.</source>
|
|||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to create: %1
|
<source>* Failed to create: %1</source>
|
||||||
</source>
|
<translation>* Збій створення: %1</translation>
|
||||||
<translation>* Збій створення: %1
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
<translation>JsonWizard: "%1" не знайдено.</translation>
|
||||||
<translation>JsonWizard: "%1" не знайдено
|
|
||||||
</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>key not found.</source>
|
<source>key not found.</source>
|
||||||
|
@@ -22584,7 +22584,7 @@ Would you like to overwrite them?</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools)</source>
|
<source>Make sure the build command's multi-job parameter value is large enough (such as -j200 for the JOM or Make build tools).</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -22704,7 +22704,7 @@ Would you like to overwrite them?</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Suppresses IncrediBuild's header in the build output</source>
|
<source>Suppresses IncrediBuild's header in the build output.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -22712,7 +22712,7 @@ Would you like to overwrite them?</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support</source>
|
<source>Overrides the internal Incredibuild logging level for this build. Does not affect output or any user accessible logging. Used mainly to troubleshoot issues with the help of IncrediBuild support.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -22732,7 +22732,7 @@ Would you like to overwrite them?</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds</source>
|
<source>When specified, the execution will stop as soon as an error is encountered. This is the default behavior in "Visual Studio" builds, but not the default for "Make and Build tools" or "Dev Tools" builds.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -22740,7 +22740,7 @@ Would you like to overwrite them?</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line</source>
|
<source>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -28771,33 +28771,27 @@ Enable this if you plan to create 32-bit x86 binaries without using a dedicated
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Path "%1" does not exist when checking Json wizard search paths.
|
<source>Path "%1" does not exist when checking Json wizard search paths.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Checking "%1" for %2.
|
<source>Checking "%1" for %2.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Failed to parse "%1":%2:%3: %4
|
<source>* Failed to parse "%1":%2:%3: %4</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Did not find a JSON object in "%1".
|
<source>* Did not find a JSON object in "%1".</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Configuration found and parsed.
|
<source>* Configuration found and parsed.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>JsonWizard: "%1" not found
|
<source>JsonWizard: "%1" not found.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -28817,8 +28811,7 @@ Enable this if you plan to create 32-bit x86 binaries without using a dedicated
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>* Version %1 not supported.
|
<source>* Version %1 not supported.</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@@ -214,7 +214,7 @@ void ClangFormatConfigWidget::initEditor(TextEditor::ICodeStylePreferences *code
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_clangFileIsCorrectText->show();
|
m_clangFileIsCorrectText->show();
|
||||||
m_clangFileIsCorrectText->setText(Tr::tr("Warning: ") + success.error());
|
m_clangFileIsCorrectText->setText(Tr::tr("Warning:") + " " + success.error());
|
||||||
m_clangFileIsCorrectText->setType(Utils::InfoLabel::Warning);
|
m_clangFileIsCorrectText->setType(Utils::InfoLabel::Warning);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@@ -55,9 +55,12 @@ public:
|
|||||||
CommandBuilderAspect commandBuilder{this};
|
CommandBuilderAspect commandBuilder{this};
|
||||||
|
|
||||||
TextDisplay t2{this, "<i>" + Tr::tr("Enter the appropriate arguments to your build command.")};
|
TextDisplay t2{this, "<i>" + Tr::tr("Enter the appropriate arguments to your build command.")};
|
||||||
TextDisplay t3{this, "<i>" + Tr::tr("Make sure the build command's multi-job "
|
TextDisplay
|
||||||
|
t3{this,
|
||||||
|
"<i>"
|
||||||
|
+ Tr::tr("Make sure the build command's multi-job "
|
||||||
"parameter value is large enough "
|
"parameter value is large enough "
|
||||||
"(such as -j200 for the JOM or Make build tools)")};
|
"(such as -j200 for the JOM or Make build tools).")};
|
||||||
BoolAspect keepJobNum{this};
|
BoolAspect keepJobNum{this};
|
||||||
|
|
||||||
TextDisplay t4{this, "<b>" + Tr::tr("IncrediBuild Distribution Control")};
|
TextDisplay t4{this, "<b>" + Tr::tr("IncrediBuild Distribution Control")};
|
||||||
@@ -187,7 +190,7 @@ BuildConsoleBuildStep::BuildConsoleBuildStep(BuildStepList *buildStepList, Id id
|
|||||||
|
|
||||||
hideHeader.setSettingsKey("IncrediBuild.BuildConsole.HideHeader");
|
hideHeader.setSettingsKey("IncrediBuild.BuildConsole.HideHeader");
|
||||||
hideHeader.setLabel(Tr::tr("Hide IncrediBuild Header in output:"));
|
hideHeader.setLabel(Tr::tr("Hide IncrediBuild Header in output:"));
|
||||||
hideHeader.setToolTip(Tr::tr("Suppresses IncrediBuild's header in the build output"));
|
hideHeader.setToolTip(Tr::tr("Suppresses IncrediBuild's header in the build output."));
|
||||||
|
|
||||||
logLevel.setSettingsKey("IncrediBuild.BuildConsole.LogLevel");
|
logLevel.setSettingsKey("IncrediBuild.BuildConsole.LogLevel");
|
||||||
logLevel.setDisplayName(Tr::tr("Internal IncrediBuild logging level:"));
|
logLevel.setDisplayName(Tr::tr("Internal IncrediBuild logging level:"));
|
||||||
@@ -198,7 +201,7 @@ BuildConsoleBuildStep::BuildConsoleBuildStep(BuildStepList *buildStepList, Id id
|
|||||||
logLevel.addOption("Detailed");
|
logLevel.addOption("Detailed");
|
||||||
logLevel.setToolTip(Tr::tr("Overrides the internal Incredibuild logging level for this build. "
|
logLevel.setToolTip(Tr::tr("Overrides the internal Incredibuild logging level for this build. "
|
||||||
"Does not affect output or any user accessible logging. Used mainly "
|
"Does not affect output or any user accessible logging. Used mainly "
|
||||||
"to troubleshoot issues with the help of IncrediBuild support"));
|
"to troubleshoot issues with the help of IncrediBuild support."));
|
||||||
|
|
||||||
setEnv.setSettingsKey("IncrediBuild.BuildConsole.SetEnv");
|
setEnv.setSettingsKey("IncrediBuild.BuildConsole.SetEnv");
|
||||||
setEnv.setLabelText(Tr::tr("Set an Environment Variable:"));
|
setEnv.setLabelText(Tr::tr("Set an Environment Variable:"));
|
||||||
@@ -210,14 +213,14 @@ BuildConsoleBuildStep::BuildConsoleBuildStep(BuildStepList *buildStepList, Id id
|
|||||||
stopOnError.setToolTip(Tr::tr("When specified, the execution will stop as soon as an error "
|
stopOnError.setToolTip(Tr::tr("When specified, the execution will stop as soon as an error "
|
||||||
"is encountered. This is the default behavior in "
|
"is encountered. This is the default behavior in "
|
||||||
"\"Visual Studio\" builds, but not the default for "
|
"\"Visual Studio\" builds, but not the default for "
|
||||||
"\"Make and Build tools\" or \"Dev Tools\" builds"));
|
"\"Make and Build tools\" or \"Dev Tools\" builds."));
|
||||||
|
|
||||||
additionalArguments.setSettingsKey("IncrediBuild.BuildConsole.AdditionalArguments");
|
additionalArguments.setSettingsKey("IncrediBuild.BuildConsole.AdditionalArguments");
|
||||||
additionalArguments.setLabelText(Tr::tr("Additional Arguments:"));
|
additionalArguments.setLabelText(Tr::tr("Additional Arguments:"));
|
||||||
additionalArguments.setDisplayStyle(StringAspect::LineEditDisplay);
|
additionalArguments.setDisplayStyle(StringAspect::LineEditDisplay);
|
||||||
additionalArguments.setToolTip(Tr::tr("Add additional buildconsole arguments manually. "
|
additionalArguments.setToolTip(Tr::tr("Add additional buildconsole arguments manually. "
|
||||||
"The value of this field will be concatenated to the "
|
"The value of this field will be concatenated to the "
|
||||||
"final buildconsole command line"));
|
"final buildconsole command line."));
|
||||||
|
|
||||||
openMonitor.setSettingsKey("IncrediBuild.BuildConsole.OpenMonitor");
|
openMonitor.setSettingsKey("IncrediBuild.BuildConsole.OpenMonitor");
|
||||||
openMonitor.setLabel(Tr::tr("Open Build Monitor:"));
|
openMonitor.setLabel(Tr::tr("Open Build Monitor:"));
|
||||||
|
@@ -34,9 +34,12 @@ public:
|
|||||||
BoolAspect keepJobNum{this};
|
BoolAspect keepJobNum{this};
|
||||||
|
|
||||||
TextDisplay t2{this, "<i>" + Tr::tr("Enter the appropriate arguments to your build command.")};
|
TextDisplay t2{this, "<i>" + Tr::tr("Enter the appropriate arguments to your build command.")};
|
||||||
TextDisplay t3{this, "<i>" + Tr::tr("Make sure the build command's "
|
TextDisplay
|
||||||
|
t3{this,
|
||||||
|
"<i>"
|
||||||
|
+ Tr::tr("Make sure the build command's "
|
||||||
"multi-job parameter value is large enough (such as "
|
"multi-job parameter value is large enough (such as "
|
||||||
"-j200 for the JOM or Make build tools)")};
|
"-j200 for the JOM or Make build tools).")};
|
||||||
|
|
||||||
TextDisplay t4{this, "<b>" + Tr::tr("IncrediBuild Distribution Control")};
|
TextDisplay t4{this, "<b>" + Tr::tr("IncrediBuild Distribution Control")};
|
||||||
|
|
||||||
|
@@ -197,8 +197,8 @@ QString BuildDirectoryAspect::updateProblemLabelsHelper(const QString &value)
|
|||||||
"Build directory contains potentially problematic character \"%1\".")
|
"Build directory contains potentially problematic character \"%1\".")
|
||||||
.arg(*invalidChar);
|
.arg(*invalidChar);
|
||||||
genericProblemLabelString
|
genericProblemLabelString
|
||||||
= genericProblem
|
= genericProblem + " "
|
||||||
+ Tr::tr(" This warning can be suppressed <a href=\"dummy\">here</a>.");
|
+ Tr::tr("This warning can be suppressed <a href=\"dummy\">here</a>.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -214,8 +214,10 @@ QVariantMap JsonWizardFactory::loadDefaultValues(const QString &fileName)
|
|||||||
FilePath dir = FilePath::fromString(path.toString());
|
FilePath dir = FilePath::fromString(path.toString());
|
||||||
if (!dir.exists()) {
|
if (!dir.exists()) {
|
||||||
if (verbose())
|
if (verbose())
|
||||||
verboseLog.append(Tr::tr("Path \"%1\" does not exist when checking Json wizard search paths.\n")
|
verboseLog.append(
|
||||||
.arg(path.toUserOutput()));
|
Tr::tr("Path \"%1\" does not exist when checking Json wizard search paths.")
|
||||||
|
.arg(path.toUserOutput())
|
||||||
|
+ "\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -225,9 +227,11 @@ QVariantMap JsonWizardFactory::loadDefaultValues(const QString &fileName)
|
|||||||
while (!dirs.isEmpty()) {
|
while (!dirs.isEmpty()) {
|
||||||
const FilePath current = dirs.takeFirst();
|
const FilePath current = dirs.takeFirst();
|
||||||
if (verbose())
|
if (verbose())
|
||||||
verboseLog.append(Tr::tr("Checking \"%1\" for %2.\n")
|
verboseLog.append(
|
||||||
|
Tr::tr("Checking \"%1\" for %2.")
|
||||||
.arg(QDir::toNativeSeparators(current.absolutePath().toString()))
|
.arg(QDir::toNativeSeparators(current.absolutePath().toString()))
|
||||||
.arg(fileName));
|
.arg(fileName)
|
||||||
|
+ "\n");
|
||||||
if (current.pathAppended(fileName).exists()) {
|
if (current.pathAppended(fileName).exists()) {
|
||||||
QFile configFile(current.pathAppended(fileName).toString());
|
QFile configFile(current.pathAppended(fileName).toString());
|
||||||
configFile.open(QIODevice::ReadOnly);
|
configFile.open(QIODevice::ReadOnly);
|
||||||
@@ -247,10 +251,13 @@ QVariantMap JsonWizardFactory::loadDefaultValues(const QString &fileName)
|
|||||||
++column;
|
++column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
verboseLog.append(Tr::tr("* Failed to parse \"%1\":%2:%3: %4\n")
|
verboseLog.append(
|
||||||
|
Tr::tr("* Failed to parse \"%1\":%2:%3: %4")
|
||||||
.arg(configFile.fileName())
|
.arg(configFile.fileName())
|
||||||
.arg(line).arg(column)
|
.arg(line)
|
||||||
.arg(error.errorString()));
|
.arg(column)
|
||||||
|
.arg(error.errorString())
|
||||||
|
+ "\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -261,7 +268,7 @@ QVariantMap JsonWizardFactory::loadDefaultValues(const QString &fileName)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (verbose())
|
if (verbose())
|
||||||
verboseLog.append(Tr::tr("* Configuration found and parsed.\n"));
|
verboseLog.append(Tr::tr("* Configuration found and parsed.") + "\n");
|
||||||
|
|
||||||
return json.object().toVariantMap();
|
return json.object().toVariantMap();
|
||||||
}
|
}
|
||||||
@@ -271,7 +278,7 @@ QVariantMap JsonWizardFactory::loadDefaultValues(const QString &fileName)
|
|||||||
dirs.swap(subDirs);
|
dirs.swap(subDirs);
|
||||||
dirs.append(subDirs);
|
dirs.append(subDirs);
|
||||||
} else if (verbose()) {
|
} else if (verbose()) {
|
||||||
verboseLog.append(Tr::tr("JsonWizard: \"%1\" not found\n").arg(fileName));
|
verboseLog.append(Tr::tr("JsonWizard: \"%1\" not found.").arg(fileName) + "\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -448,8 +455,10 @@ QList<Core::IWizardFactory *> JsonWizardFactory::createWizardFactories()
|
|||||||
|
|
||||||
if (!path.exists()) {
|
if (!path.exists()) {
|
||||||
if (verbose())
|
if (verbose())
|
||||||
verboseLog.append(Tr::tr("Path \"%1\" does not exist when checking Json wizard search paths.\n")
|
verboseLog.append(
|
||||||
.arg(path.toUserOutput()));
|
Tr::tr("Path \"%1\" does not exist when checking Json wizard search paths.")
|
||||||
|
.arg(path.toUserOutput())
|
||||||
|
+ "\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -475,27 +484,31 @@ QList<Core::IWizardFactory *> JsonWizardFactory::createWizardFactories()
|
|||||||
++column;
|
++column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
verboseLog.append(Tr::tr("* Failed to parse \"%1\":%2:%3: %4\n")
|
verboseLog.append(
|
||||||
|
Tr::tr("* Failed to parse \"%1\":%2:%3: %4")
|
||||||
.arg(currentFile.fileName())
|
.arg(currentFile.fileName())
|
||||||
.arg(line).arg(column)
|
.arg(line)
|
||||||
.arg(error.errorString()));
|
.arg(column)
|
||||||
|
.arg(error.errorString())
|
||||||
|
+ "\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!json.isObject()) {
|
if (!json.isObject()) {
|
||||||
verboseLog.append(Tr::tr("* Did not find a JSON object in \"%1\".\n")
|
verboseLog.append(
|
||||||
.arg(currentFile.fileName()));
|
Tr::tr("* Did not find a JSON object in \"%1\".").arg(currentFile.fileName())
|
||||||
|
+ "\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose())
|
if (verbose())
|
||||||
verboseLog.append(Tr::tr("* Configuration found and parsed.\n"));
|
verboseLog.append(Tr::tr("* Configuration found and parsed.") + "\n");
|
||||||
|
|
||||||
QVariantMap data = json.object().toVariantMap();
|
QVariantMap data = json.object().toVariantMap();
|
||||||
|
|
||||||
int version = data.value(QLatin1String(VERSION_KEY), 0).toInt();
|
int version = data.value(QLatin1String(VERSION_KEY), 0).toInt();
|
||||||
if (version < 1 || version > 1) {
|
if (version < 1 || version > 1) {
|
||||||
verboseLog.append(Tr::tr("* Version %1 not supported.\n").arg(version));
|
verboseLog.append(Tr::tr("* Version %1 not supported.").arg(version) + "\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -504,7 +517,7 @@ QList<Core::IWizardFactory *> JsonWizardFactory::createWizardFactories()
|
|||||||
currentFile.parentDir(),
|
currentFile.parentDir(),
|
||||||
&errorMessage);
|
&errorMessage);
|
||||||
if (!factory) {
|
if (!factory) {
|
||||||
verboseLog.append(Tr::tr("* Failed to create: %1\n").arg(errorMessage));
|
verboseLog.append(Tr::tr("* Failed to create: %1").arg(errorMessage) + "\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -33,9 +33,8 @@ Tasks PythonProject::projectIssues(const Kit *k) const
|
|||||||
{
|
{
|
||||||
if (PythonKitAspect::python(k))
|
if (PythonKitAspect::python(k))
|
||||||
return {};
|
return {};
|
||||||
return {
|
return {BuildSystemTask{
|
||||||
BuildSystemTask{Task::Error,
|
Task::Error, Tr::tr("No Python interpreter set for kit \"%1\".").arg(k->displayName())}};
|
||||||
Tr::tr("No Python interpreter set for kit \"%1\"").arg(k->displayName())}};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PythonProjectNode::PythonProjectNode(const FilePath &path)
|
PythonProjectNode::PythonProjectNode(const FilePath &path)
|
||||||
|
@@ -101,7 +101,7 @@ GroupItem GenericDeployStep::mkdirTask(const Storage<FilesToTransfer> &storage)
|
|||||||
const int numResults = async.future().resultCount();
|
const int numResults = async.future().resultCount();
|
||||||
if (numResults == 0) {
|
if (numResults == 0) {
|
||||||
addErrorMessage(
|
addErrorMessage(
|
||||||
Tr::tr("Unknown error occurred while trying to create remote directories") + '\n');
|
Tr::tr("Unknown error occurred while trying to create remote directories.") + '\n');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ GroupItem GenericLinuxDeviceTesterPrivate::connectionTask() const
|
|||||||
const bool success = task.isResultAvailable() && task.result();
|
const bool success = task.isResultAvailable() && task.result();
|
||||||
if (success) {
|
if (success) {
|
||||||
// TODO: For master: move the '\n' outside of Tr().
|
// TODO: For master: move the '\n' outside of Tr().
|
||||||
emit q->progressMessage(Tr::tr("Connected. Now doing extended checks.\n"));
|
emit q->progressMessage(Tr::tr("Connected. Now doing extended checks.") + "\n");
|
||||||
} else {
|
} else {
|
||||||
emit q->errorMessage(
|
emit q->errorMessage(
|
||||||
Tr::tr("Basic connectivity test failed, device is considered unusable.") + '\n');
|
Tr::tr("Basic connectivity test failed, device is considered unusable.") + '\n');
|
||||||
|
@@ -156,7 +156,7 @@ void TerminalWidget::setupPty()
|
|||||||
const int exitCode = QTC_GUARD(m_process) ? m_process->exitCode() : -1;
|
const int exitCode = QTC_GUARD(m_process) ? m_process->exitCode() : -1;
|
||||||
if (m_process) {
|
if (m_process) {
|
||||||
if (exitCode != 0) {
|
if (exitCode != 0) {
|
||||||
errorMessage = Tr::tr("Terminal process exited with code %1").arg(exitCode);
|
errorMessage = Tr::tr("Terminal process exited with code %1.").arg(exitCode);
|
||||||
|
|
||||||
if (!m_process->errorString().isEmpty())
|
if (!m_process->errorString().isEmpty())
|
||||||
errorMessage += QString(" (%1)").arg(m_process->errorString());
|
errorMessage += QString(" (%1)").arg(m_process->errorString());
|
||||||
@@ -183,7 +183,7 @@ void TerminalWidget::setupPty()
|
|||||||
|
|
||||||
writeToTerminal(msg, true);
|
writeToTerminal(msg, true);
|
||||||
} else {
|
} else {
|
||||||
QString exitMsg = Tr::tr("Process exited with code: %1").arg(exitCode);
|
QString exitMsg = Tr::tr("Process exited with code: %1.").arg(exitCode);
|
||||||
QByteArray msg = QString("\r\n%1").arg(exitMsg).toUtf8();
|
QByteArray msg = QString("\r\n%1").arg(exitMsg).toUtf8();
|
||||||
writeToTerminal(msg, true);
|
writeToTerminal(msg, true);
|
||||||
}
|
}
|
||||||
|
@@ -106,7 +106,7 @@ CommentsSettingsWidget::CommentsSettingsWidget(const CommentsSettings::Data &set
|
|||||||
const auto commandPrefixLabel = new QLabel(Tr::tr("Doxygen command prefix:"));
|
const auto commandPrefixLabel = new QLabel(Tr::tr("Doxygen command prefix:"));
|
||||||
const QString commandPrefixToolTip = Tr::tr(R"(Doxygen allows "@" and "\" to start commands.
|
const QString commandPrefixToolTip = Tr::tr(R"(Doxygen allows "@" and "\" to start commands.
|
||||||
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used
|
||||||
if the comment starts with "/*!" or "//!)");
|
if the comment starts with "/*!" or "//!".)");
|
||||||
commandPrefixLabel->setToolTip(commandPrefixToolTip);
|
commandPrefixLabel->setToolTip(commandPrefixToolTip);
|
||||||
d->m_commandPrefixComboBox.setToolTip(commandPrefixToolTip);
|
d->m_commandPrefixComboBox.setToolTip(commandPrefixToolTip);
|
||||||
d->m_commandPrefixComboBox.addItem(Tr::tr("Automatic"));
|
d->m_commandPrefixComboBox.addItem(Tr::tr("Automatic"));
|
||||||
|
Reference in New Issue
Block a user