From 35c8470041a3320970c78b7299b9e9acb494337c Mon Sep 17 00:00:00 2001 From: azv Date: Fri, 26 Nov 2021 11:42:49 +0300 Subject: [PATCH] bos #26446: fix documentation misprints and add French translations --- doc/gui/General/Introduction.rst | 21 +++++------ src/ModuleBase/ModuleBase_msg_fr.ts | 56 ++++++++++++++++++++++++++--- 2 files changed, 63 insertions(+), 14 deletions(-) diff --git a/doc/gui/General/Introduction.rst b/doc/gui/General/Introduction.rst index 359a7f5ec..3cb1c45b2 100644 --- a/doc/gui/General/Introduction.rst +++ b/doc/gui/General/Introduction.rst @@ -476,24 +476,25 @@ This tab defines what parts to be activated and what elements to be visible afte **Preferences**: General tab **Input fields**: + - **Activate** relates to activation of part when opening a HDF document. Its could be one of the following: - - “Last part” – activate last part in the document (**default value**); - - “All parts” – activate all parts within the document; - - “No activation” – do not activate any part. + - "Last part" - activate last part in the document (**default value**); + - "All parts" - activate all parts within the document; + - "No activation" - do not activate any part. - **Display** in "Opening a study". It specifies the shapes, which should be visualized when activating a part. It could be one of the following: - - “As stored in HDF” – display only the shapes visible before the document is saved (**default value**); - - “Last item in each folder” – show only the last result in each folder of the part: Constructions, Results, Groups, Fields; - - “All items” – show all shapes from each folder; - - “No visualization” – do not display any shape. + - "As stored in HDF" - display only the shapes visible before the document is saved (**default value**); + - "Last item in each folder" - show only the last result in each folder of the part: Constructions, Results, Groups, Fields; + - "All items" - show all shapes from each folder; + - "No visualization" - do not display any shape. - **Display** in "Launching a python script". It specifies the shapes, which should be visualized when loading a script using "File -> Load Script..." menu. It could be one of the following: - - “Last item in each folder” – show only the last result in each folder of the part: Constructions, Results, Groups, Fields; - - “All items” – show all shapes from each folder(**default value**); - - “No visualization” – do not display any shape. + - "Last item in each folder" - show only the last result in each folder of the part: Constructions, Results, Groups, Fields; + - "All items" - show all shapes from each folder(**default value**); + - "No visualization" - do not display any shape. .. _visualization_preferences: diff --git a/src/ModuleBase/ModuleBase_msg_fr.ts b/src/ModuleBase/ModuleBase_msg_fr.ts index 050f6abb6..39de141b1 100644 --- a/src/ModuleBase/ModuleBase_msg_fr.ts +++ b/src/ModuleBase/ModuleBase_msg_fr.ts @@ -278,13 +278,61 @@ Replace Remplacer - - Trihedron arrows constant size - Flèche trièdre de taille constante - + + Trihedron arrows constant size + Flèche trièdre de taille constante + Keep trihedron arrows view size constant Maintenir la taille de la vue des flèches trièdres constante + + General + Général + + + Opening a study + Ouverture d'une étude + + + Launching a python script + Lancement d'un script python + + + Activate + Activation + + + Display + Visualisation + + + Last part + Dernière pièce + + + All parts + Toutes les pièces + + + No activation + Aucune + + + As stored in HDF + Comme dans le HDF + + + Last item in each folder + Le dernier élément de chaque dossier + + + All items + Tous les éléments + + + No visualization + Aucune visualisation + -- 2.39.2