From eda9f259fe6a3b0a790f1827aabac0ad482b1111 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 3 Oct 2019 11:23:41 +0300 Subject: [PATCH] Issue #3036: Translation of shapes types --- src/XGUI/XGUI_InspectionPanel.cpp | 4 +- src/XGUI/XGUI_msg_fr.ts | 1027 +++++++++++++++-------------- 2 files changed, 538 insertions(+), 493 deletions(-) diff --git a/src/XGUI/XGUI_InspectionPanel.cpp b/src/XGUI/XGUI_InspectionPanel.cpp index 088f1eddc..6d615ac06 100644 --- a/src/XGUI/XGUI_InspectionPanel.cpp +++ b/src/XGUI/XGUI_InspectionPanel.cpp @@ -138,8 +138,8 @@ XGUI_InspectionPanel::XGUI_InspectionPanel(QWidget* theParent, XGUI_SelectionMgr mySubShapesTab->setHorizontalHeaderLabels(aTitles); QStringList aSubShapes; - aSubShapes << "SHAPE" << "COMPOUND" << "COMPSOLID" << - "SOLID" << "SHELL" << "FACE" << "WIRE" << "EDGE" << "VERTEX"; + aSubShapes << tr("SHAPE") << tr("COMPOUND") << tr("COMPSOLID") << + tr("SOLID") << tr("SHELL") << tr("FACE") << tr("WIRE") << tr("EDGE") << tr("VERTEX"); int i = 0; foreach(QString aType, aSubShapes) { QTableWidgetItem* aItem = new QTableWidgetItem(aType); diff --git a/src/XGUI/XGUI_msg_fr.ts b/src/XGUI/XGUI_msg_fr.ts index d9d18f0f8..7eaaaf252 100644 --- a/src/XGUI/XGUI_msg_fr.ts +++ b/src/XGUI/XGUI_msg_fr.ts @@ -1,790 +1,835 @@ - + QObject - - Warning - Attention + + Warning + Attention - - Name %2 already exists in %1. - Le nom %2 existe déjà dans %1. + + Name %2 already exists in %1. + Le nom %2 existe déjà dans %1. - - Move to the end - Aller à la fin + + Move to the end + Aller à la fin - - SHAPER files (*.shaper *.cadbld) - Fichiers SHAPER (*.shaper *.cadbld) + + SHAPER files (*.shaper *.cadbld) + Fichiers SHAPER (*.shaper *.cadbld) - - SHAPER files (*.shaper) - Fichiers SHAPER (*.shaper) + + SHAPER files (*.shaper) + Fichiers SHAPER (*.shaper) - - CAD Builder files (*.cadbld);;All files (*.*) - Fichiers CAD Builder (*.cadbld);;Tous les fichiers (*. *) + + CAD Builder files (*.cadbld);;All files (*.*) + Fichiers CAD Builder (*.cadbld);;Tous les fichiers (*. *) - - CAD Builder files (*.cadbld) - Fichiers CAD Builder (*.cadbld) + + CAD Builder files (*.cadbld) + Fichiers CAD Builder (*.cadbld) - - Abort operation - Abandonner l'opération + + Abort operation + Abandonner l'opération - - Validate operation - Valider l'opération + + Validate operation + Valider l'opération - - + + XGUI_ActionsMgr - - Shortcut %1 is already defined. Ignore. - Le raccourci %1 est déjà défini. Ignorer. + + Shortcut %1 is already defined. Ignore. + Le raccourci %1 est déjà défini. Ignorer. - - See preview - Voir l'aperçu + + See preview + Voir l'aperçu - - + + XGUI_ColorDialog - - Color - Couleur + + Color + Couleur - - Random - Aléatoire + + Random + Aléatoire - - + + XGUI_ContextMenuMgr - - Delete - Effacer + + Delete + Effacer - - Rename - Renommer + + Rename + Renommer - - Clean history - Vider l’historique + + Clean history + Vider l’historique - - Color... - Couleur... + + Color... + Couleur... - - Deflection... - Déviation... + + Deflection... + Déviation... - - Transparency... - Transparence... + + Transparency... + Transparence... - - Show - Afficher + + Show + Afficher - - Show only - Montrer seulement + + Show only + Montrer seulement - - Hide - Cacher + + Hide + Cacher - - Hide all - Cacher tout + + Hide all + Cacher tout - - Shading - Ombrage + + Shading + Ombrage - - Wireframe - Fil de fer + + Wireframe + Fil de fer - - Vertices - Sommets + + Vertices + Sommets - - Edges - Arêtes + + Edges + Arêtes - - Faces - Faces + + Faces + Faces - - Results - Résultats + + Results + Résultats - - Select results - Sélectionnez les résultats + + Select results + Sélectionnez les résultats - - Select parent feature - Sélectionner une entité parente + + Select parent feature + Sélectionner une entité parente - - TInspector - TInspector + + TInspector + TInspector - - Insert a folder before - Insérer un dossier avant + + Insert a folder before + Insérer un dossier avant - - Move into the previous folder - Déplacer dans le dossier précédent + + Move into the previous folder + Déplacer dans le dossier précédent - - Move into the next folder - Se déplacer dans le dossier suivant + + Move into the next folder + Se déplacer dans le dossier suivant - - Move out before the folder - Sortir avant le dossier + + Move out before the folder + Sortir avant le dossier - - Move out after the folder - Sortir après le dossier + + Move out after the folder + Sortir après le dossier - - Set view by inverted normal to face - Définir la vue par normale inversée à la face + + Set view by inverted normal to face + Définir la vue par normale inversée à la face - - Set view by normal to face - Définir la vue par la normale à la face + + Set view by normal to face + Définir la vue par la normale à la face - - Selection mode - Mode de sélection + + Selection mode + Mode de sélection - - Windows - Fenêtres + + Windows + Fenêtres - - + + XGUI_DataTree - - History change - Changement l'historique + + History change + Changement l'historique - - + + XGUI_DeflectionDialog - - Deflection - Déviation + + Deflection + Déviation - - + + XGUI_ErrorDialog - - Application errors - Erreurs d'application + + Application errors + Erreurs d'application - - + + XGUI_ErrorMgr - - - Errors: - Erreurs: + + + Errors: + Erreurs: - - + + XGUI_FacesPanel - - Hide Faces - Masquer les faces + + Hide Faces + Masquer les faces - - Transparent - Transparent + + Transparent + Transparent - - + + XGUI_InspectionPanel - - Inspection Panel - Panneau d'inspection + + Inspection Panel + Panneau d'inspection - - Object - Objet + + Object + Objet - - Sub-shapes - Sous-formes + + Sub-shapes + Sous-formes - - Number - Nombre + + Number + Nombre - - Type: - Type: + + SHAPE + FORME - - Vertex - Sommet + + COMPOUND + ASSEMBLAGE - - Coordinates - Coordonnées + + COMPSOLID + COMPSOLIDE - - Degenerated - Dégénéré + + SOLID + SOLIDE - - Line segment - Segment de ligne + + SHELL + SHELL - - - - - Center - Centre + + FACE + FACE - - - - - Normal - Normale + + WIRE + CONTOUR - - - - - - - - - - Dimensions - Dimensions + + EDGE + BORD - - - - Radius - Rayon + + VERTEX + VERTEX - - - Major radius - Rayon majeur + + Type: + Type: - - - Minor radius - Rayon mineur + + Vertex + Sommet - - Edge - Bord + + Coordinates + Coordonnées - - Start point - Point de départ + + Degenerated + Dégénéré - - End point - Point final + + Line segment + Segment de ligne - - Closed - Fermé + + + + + Center + Centre - - Polygon - Polygone + + + + + Normal + Normale - - Point - Point + + + + + + + + + + Dimensions + Dimensions - - Wire - Contour + + + + Radius + Rayon - - Rectangle - Rectangle + + + Major radius + Rayon majeur - - Corner - Coin + + + Minor radius + Rayon mineur - - - - Width - Largeur + + Edge + Bord - - - - - - Height - Hauteur + + Start point + Point de départ - - Plane - Plan + + End point + Point final - - - - Sphere - Sphère + + Closed + Fermé - - - - Cylinder - Cylindre + + Polygon + Polygone - - - - Cone - Cône + + Point + Point - - - - Torus - Tore + + Wire + Contour - - Face - Face + + Rectangle + Rectangle - - - Box - Boîte + + Corner + Coin - - - Rotated Box - Boîte tournée + + + + Width + Largeur - - Shell - Coque + + + + + + Height + Hauteur - - Solid - Solide + + Plane + Plan - - Bounding box - Boîte englobante + + + + Sphere + Sphère - - Minimal corner - Coin minimal + + + + Cylinder + Cylindre - - Maximal corner - Coin maximal + + + + Cone + Cône - - Origin - Origine + + + + Torus + Tore - - - - - Position - Position + + Face + Face - - - - Axis - Axe + + + Box + Boîte - - Radius 1 - Rayon 1 + + + Rotated Box + Boîte tournée - - Radius 2 - Rayon 2 + + Shell + Coque - - - Depth - Profondeur + + Solid + Solide - - Z axis - Axe Z + + Bounding box + Boîte englobante - - X axis - Axe X + + Minimal corner + Coin minimal - - + + + Maximal corner + Coin maximal + + + + Origin + Origine + + + + + + + Position + Position + + + + + + Axis + Axe + + + + Radius 1 + Rayon 1 + + + + Radius 2 + Rayon 2 + + + + + Depth + Profondeur + + + + Z axis + Axe Z + + + + X axis + Axe X + + + XGUI_ObjectsBrowser - - Part set - Ensemble + + Part set + Ensemble - - + + XGUI_OperationMgr - - All active operations will be aborted. - Toutes les opérations actives seront annulées. + + All active operations will be aborted. + Toutes les opérations actives seront annulées. - - Please validate all your active operations before saving. - Veuillez valider toutes vos opérations actives avant de sauvegarder. + + Please validate all your active operations before saving. + Veuillez valider toutes vos opérations actives avant de sauvegarder. - - %1 operation will be aborted. - %1 opération sera abandonnée. + + %1 operation will be aborted. + %1 opération sera abandonnée. - - Please validate your %1 before saving. - Veuillez valider votre %1 avant de sauvegarder. + + Please validate your %1 before saving. + Veuillez valider votre %1 avant de sauvegarder. - - + + XGUI_PropertyPanel - - - Property Panel - Panneau de propriété + + + Property Panel + Panneau de propriété - - + + XGUI_TransparencyWidget - - Opaque - Opaque + + Opaque + Opaque - - Transparent - Transparent + + Transparent + Transparent - - + + XGUI_Workshop - - - Undo - Annuler + + + Undo + Annuler - - - Undo last command - Annuler la dernière commande + + + Undo last command + Annuler la dernière commande - - INF_DESK_TOOLBAR_STANDARD - AA + + INF_DESK_TOOLBAR_STANDARD + AA - - - Redo - Refaire + + + Redo + Refaire - - - Redo last command - Refaire la dernière commande + + + Redo last command + Refaire la dernière commande - - Export native... - Exporter natif... + + Export native... + Exporter natif... - - Export the current document into a native file - Exporter le document actuel dans un fichier natif + + Export the current document into a native file + Exporter le document actuel dans un fichier natif - - Import native... - Importer natif... + + Import native... + Importer natif... - - Import native file - Importer un fichier natif + + Import native file + Importer un fichier natif - - Save - Enregistrer + + Save + Enregistrer - - Save the document - Enregistrer le document + + Save the document + Enregistrer le document - - Save as... - Enregistrer sous... + + Save as... + Enregistrer sous... - - Save the document into a file - Enregistrer le document dans un fichier + + Save the document into a file + Enregistrer le document dans un fichier - - Open... - Ouvrir... + + Open... + Ouvrir... - - Open a new document - Ouvrir un nouveau document + + Open a new document + Ouvrir un nouveau document - - Auto rebuild - Reconstruction automatique + + Auto rebuild + Reconstruction automatique - - Blocks immediate apply of modifications - Bloque l'application immédiate des modifications + + Blocks immediate apply of modifications + Bloque l'application immédiate des modifications - - Preferences - Préférences + + Preferences + Préférences - - Edit preferences - Modifier les préférences + + Edit preferences + Modifier les préférences - - Exit - Quitter + + Exit + Quitter - - Exit application - Quitter l’application + + Exit application + Quitter l’application - - - Save current file - Enregistrer le fichier courant + + + Save current file + Enregistrer le fichier courant - - The document is modified, save before opening another? - Le document est modifié, sauvegarder avant d'en ouvrir un autre ? + + The document is modified, save before opening another? + Le document est modifié, sauvegarder avant d'en ouvrir un autre ? - - Open file - Fichier ouvert + + Open file + Fichier ouvert - - Select name to save file... - Sélectionnez le nom pour enregistrer le fichier... + + Select name to save file... + Sélectionnez le nom pour enregistrer le fichier... - - Show object - Montrer l'objet + + Show object + Montrer l'objet - - '%1' + + '%1' are hidden by %2: Remove objects from the panel to be displayed? - '%1' + '%1' est caché par %2 : Supprimer des objets du panneau à afficher ? - - Warning - Attention + + Warning + Attention - - Unable to open the file. - Impossible d'ouvrir le fichier. + + Unable to open the file. + Impossible d'ouvrir le fichier. - - The document is modified, save before exit? - Le document est modifié, enregistrer avant de quitter ? + + The document is modified, save before exit? + Le document est modifié, enregistrer avant de quitter ? - - Information about module "%1" doesn't exist. - Les informations sur le module "%1" n'existent pas. + + Information about module "%1" doesn't exist. + Les informations sur le module "%1" n'existent pas. - - Object browser - Navigateur d'objet + + Object browser + Navigateur d'objet - - All features are relevant, there is nothing to be deleted - Toutes les fonctionnalités sont pertinentes, il n'y a rien à supprimer + + All features are relevant, there is nothing to be deleted + Toutes les fonctionnalités sont pertinentes, il n'y a rien à supprimer - - Transparency - Transparence + + Transparency + Transparence - - Find results - Trouver des résultats + + Find results + Trouver des résultats - - Results not found - Résultats non trouvés + + Results not found + Résultats non trouvés - + -- 2.39.2