Skip to content

Commit 73cb3cf

Browse files
committed
add glossary translation in fr
1 parent 9dfa94f commit 73cb3cf

2 files changed

Lines changed: 47 additions & 25 deletions

File tree

docs/doc/fr/Translation.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Traduire le logiciel
2+
Il existe plusieurs fichiers de traduction, qui s’ouvrent avec [Poedit](https://poedit.net/). Les fichiers .qm se trouvent dans src/qualcoder/GUI. Les fichiers .po se trouvent dans src/qualcoder. Il est possible de mettre à jour le fichier langue en faisant ```python rebuild_lang.py --update``` et de compiler en faisant ```python rebuild_lang.py --compile```.
3+
4+
Glossaire concernant la traduction, afin d’avoir une cohérence dans la traduction :
5+
6+
- Speakers : Intervenant⋅es
7+
- Coder : Codeur·euse
8+
- Case : cas
9+
- Transcript : Retranscription
10+
- Counts : occurrences
11+
- Automatic coding : autocodage
12+
- Mark : Surligner
13+
- Prompt AI : Commande IA
14+
- Stop words: mots vides
15+
- Codebook : Grille de codage
16+
- Red weak : Protanomalie
17+
- Red blind : Protanopie
18+
- Green weak : Deutéranomalie
19+
- Green blind : Deutéranopie
20+
- Pie charts : Diagrammes circulaires
21+
- Bar charts : Graphique à barres

mkdocs.yml

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -36,36 +36,36 @@ nav:
3636
- English:
3737
- Documentation: doc/en/Home.md
3838
- 'Setup':
39-
- 'Installation': 'doc/en/2.1.-Installation.md'
40-
- 'Settings': 'doc/en/2.2.-Settings.md'
41-
- 'AI Setup': 'doc/en/2.3.-AI-Setup.md'
42-
- 'Working in a Team': 'doc/en/2.4.-Working-in-a-Team.md'
39+
- 'doc/en/2.1.-Installation.md'
40+
- 'doc/en/2.2.-Settings.md'
41+
- 'doc/en/2.3.-AI-Setup.md'
42+
- 'doc/en/2.4.-Working-in-a-Team.md'
4343
- 'Managing Data':
44-
- 'Creating a New Project': 'doc/en/3.1.-Creating-a-New-Project.md'
45-
- 'Files': 'doc/en/3.2.-Files.md'
46-
- 'Cases': 'doc/en/3.3.-Cases.md'
47-
- 'Attributes': 'doc/en/3.4.-Attributes.md'
44+
- 'doc/en/3.1.-Creating-a-New-Project.md'
45+
- 'doc/en/3.2.-Files.md'
46+
- 'doc/en/3.3.-Cases.md'
47+
- 'doc/en/3.4.-Attributes.md'
4848
- 'Coding':
49-
- 'Coding Text': 'doc/en/4.1.-Coding-Text.md'
50-
- 'AI-Assisted Coding': 'doc/en/4.2.-AI-Assisted-Coding.md'
51-
- 'Coding Text on PDFs': 'doc/en/4.3.-Coding-Text-on-PDFs.md'
52-
- 'Coding Images': 'doc/en/4.4.-Coding-Images.md'
53-
- 'Coding Audio and Video': 'doc/en/4.5.-Coding-Audio-and-Video.md'
54-
- 'Code Organiser': 'doc/en/4.6-Code-Organiser.md'
49+
- 'doc/en/4.1.-Coding-Text.md'
50+
- 'doc/en/4.2.-AI-Assisted-Coding.md'
51+
- 'doc/en/4.3.-Coding-Text-on-PDFs.md'
52+
- 'doc/en/4.4.-Coding-Images.md'
53+
- 'doc/en/4.5.-Coding-Audio-and-Video.md'
54+
- 'doc/en/4.6-Code-Organiser.md'
5555
- 'Analyzing the Results':
56-
- 'AI Chat-based Analysis': 'doc/en/5.1.-AI-chat-based-analysis.md'
57-
- 'Journals': 'doc/en/5.2.-Journals.md'
58-
- 'Reports': 'doc/en/5.3.-Reports.md'
59-
- 'Graph': 'doc/en/5.4.-Graph.md'
56+
- 'doc/en/5.1.-AI-chat-based-analysis.md'
57+
- 'doc/en/5.2.-Journals.md'
58+
- 'doc/en/5.3.-Reports.md'
59+
- 'doc/en/5.4.-Graph.md'
6060
- 'Advanced Options':
61-
- 'Imports and Exports': 'doc/en/6.1.-Imports-and-Exports.md'
62-
- 'AI Prompt Library': 'doc/en/6.2.-AI-Prompt-Library.md'
61+
- 'doc/en/6.1.-Imports-and-Exports.md'
62+
- 'doc/en/6.2.-AI-Prompt-Library.md'
6363
- 'Others informations':
64-
- 'About The Developers': 'doc/en/7.1.-About-The-Developers.md'
65-
- 'QualCoder Video Tutorials': 'doc/en/7.2.-QualCoder-Video-Tutorials.md'
66-
- 'QualCoder Development': 'doc/en/7.3.-QualCoder-Development.md'
67-
- 'SQLite Data Structure': 'doc/en/7.4.-SQlite-Data-Structure.md'
68-
- 'AI Technical Information': 'doc/en/7.5.-AI-Technical-Information.md'
64+
- 'doc/en/7.1.-About-The-Developers.md'
65+
- 'doc/en/7.2.-QualCoder-Video-Tutorials.md'
66+
- 'doc/en/7.3.-QualCoder-Development.md'
67+
- 'doc/en/7.4.-SQlite-Data-Structure.md'
68+
- 'doc/en/7.5.-AI-Technical-Information.md'
6969
- Français:
7070
- Documentation: doc/fr/Home.md
7171
- 'Installation et configuration':
@@ -99,6 +99,7 @@ nav:
9999
- 'doc/fr/7.3.-QualCoder-Development.md'
100100
- 'doc/fr/7.4.-SQlite-Data-Structure.md'
101101
- 'doc/fr/7.5.-AI-Technical-Information.md'
102+
- 'doc/fr/Translation.md'
102103
- 'Ressources': ressources.md
103104
- 'Studies using QualCoder': using.md
104105
- 'About Developers': about.md

0 commit comments

Comments
 (0)