Browse Source

French translation

Gege2B 7 years ago
parent
commit
c7f04fbcc7
1 changed files with 100 additions and 26 deletions
  1. 100
    26
      Marlin/language_fr.h

+ 100
- 26
Marlin/language_fr.h View File

42
 #define MSG_AUTOSTART                       _UxGT("Demarrage auto")
42
 #define MSG_AUTOSTART                       _UxGT("Demarrage auto")
43
 #define MSG_DISABLE_STEPPERS                _UxGT("Arrêter moteurs")
43
 #define MSG_DISABLE_STEPPERS                _UxGT("Arrêter moteurs")
44
 #define MSG_DEBUG_MENU                      _UxGT("Menu debug")
44
 #define MSG_DEBUG_MENU                      _UxGT("Menu debug")
45
-#define MSG_PROGRESS_BAR_TEST               _UxGT("Test barre progression")
45
+#define MSG_PROGRESS_BAR_TEST               _UxGT("Test barre progress.")
46
 #define MSG_AUTO_HOME                       _UxGT("Origine auto.")
46
 #define MSG_AUTO_HOME                       _UxGT("Origine auto.")
47
 #define MSG_AUTO_HOME_X                     _UxGT("Origine X Auto.")
47
 #define MSG_AUTO_HOME_X                     _UxGT("Origine X Auto.")
48
 #define MSG_AUTO_HOME_Y                     _UxGT("Origine Y Auto.")
48
 #define MSG_AUTO_HOME_Y                     _UxGT("Origine Y Auto.")
51
 #define MSG_LEVEL_BED_WAITING               _UxGT("Clic pour commencer")
51
 #define MSG_LEVEL_BED_WAITING               _UxGT("Clic pour commencer")
52
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Point suivant")
52
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Point suivant")
53
 #define MSG_LEVEL_BED_DONE                  _UxGT("Mise à niveau OK!")
53
 #define MSG_LEVEL_BED_DONE                  _UxGT("Mise à niveau OK!")
54
+#define MSG_Z_FADE_HEIGHT                   _UxGT("Adoucir hauteur")
54
 #define MSG_SET_HOME_OFFSETS                _UxGT("Regl. décal. origine")
55
 #define MSG_SET_HOME_OFFSETS                _UxGT("Regl. décal. origine")
55
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Décalages appliqués")
56
 #define MSG_HOME_OFFSETS_APPLIED            _UxGT("Décalages appliqués")
56
 #define MSG_SET_ORIGIN                      _UxGT("Régler origine")
57
 #define MSG_SET_ORIGIN                      _UxGT("Régler origine")
74
 #define MSG_MOVE_AXIS                       _UxGT("Déplacer un axe")
75
 #define MSG_MOVE_AXIS                       _UxGT("Déplacer un axe")
75
 #define MSG_BED_LEVELING                    _UxGT("Règl. Niv. lit")
76
 #define MSG_BED_LEVELING                    _UxGT("Règl. Niv. lit")
76
 #define MSG_LEVEL_BED                       _UxGT("Règl. Niv. lit")
77
 #define MSG_LEVEL_BED                       _UxGT("Règl. Niv. lit")
78
+#define MSG_EDITING_STOPPED                 _UxGT("Arrêt edit. maillage")
79
+#define MSG_USER_MENU                       _UxGT("Commandes perso")
80
+
81
+#define MSG_UBL_DOING_G29                   _UxGT("G29 en cours")
82
+#define MSG_UBL_UNHOMED                     _UxGT("Origine XYZ d'abord")
83
+#define MSG_UBL_TOOLS                       _UxGT("Outils UBL")
84
+#define MSG_UBL_LEVEL_BED                   _UxGT("Niveau lit unifié")
85
+#define MSG_UBL_MANUAL_MESH                 _UxGT("Maillage manuel")
86
+#define MSG_UBL_BC_INSERT                   _UxGT("Poser câle & mesurer")
87
+#define MSG_UBL_BC_INSERT2                  _UxGT("Mesure")
88
+#define MSG_UBL_BC_REMOVE                   _UxGT("ôter et mesurer lit")
89
+#define MSG_UBL_MOVING_TO_NEXT              _UxGT("Aller au suivant")
90
+#define MSG_UBL_ACTIVATE_MESH               _UxGT("Activer l'UBL")
91
+#define MSG_UBL_DEACTIVATE_MESH             _UxGT("Désactiver l'UBL")
92
+#define MSG_UBL_SET_BED_TEMP                _UxGT("Température lit")
93
+#define MSG_UBL_CUSTOM_BED_TEMP             MSG_UBL_SET_BED_TEMP
94
+#define MSG_UBL_SET_HOTEND_TEMP             _UxGT("Température buse")
95
+#define MSG_UBL_CUSTOM_HOTEND_TEMP          MSG_UBL_SET_HOTEND_TEMP
96
+#define MSG_UBL_EDIT_CUSTOM_MESH            _UxGT("Editer maille perso")
97
+#define MSG_UBL_FINE_TUNE_MESH              _UxGT("Réglage fin maille")
98
+#define MSG_UBL_DONE_EDITING_MESH           _UxGT("Termier maille")
99
+#define MSG_UBL_BUILD_CUSTOM_MESH           _UxGT("Créer maille perso")
100
+#define MSG_UBL_BUILD_MESH_MENU             _UxGT("Créer maille")
101
+#define MSG_UBL_BUILD_PLA_MESH              _UxGT("Créer maille PLA")
102
+#define MSG_UBL_BUILD_ABS_MESH              _UxGT("Créer maille ABS")
103
+#define MSG_UBL_BUILD_COLD_MESH             _UxGT("Créer maille froide")
104
+#define MSG_UBL_MESH_HEIGHT_ADJUST          _UxGT("Ajuster haut. maille")
105
+#define MSG_UBL_MESH_HEIGHT_AMOUNT          _UxGT("Hauteur")
106
+#define MSG_UBL_VALIDATE_MESH_MENU          _UxGT("Valider maille")
107
+#define MSG_UBL_VALIDATE_PLA_MESH           _UxGT("Valider maille PLA")
108
+#define MSG_UBL_VALIDATE_ABS_MESH           _UxGT("Valider maille ABS")
109
+#define MSG_UBL_VALIDATE_CUSTOM_MESH        _UxGT("Valider maille perso")
110
+#define MSG_UBL_CONTINUE_MESH               _UxGT("Continuer maille")
111
+#define MSG_UBL_MESH_LEVELING               _UxGT("Niveau par maille")
112
+#define MSG_UBL_3POINT_MESH_LEVELING        _UxGT("Niveau à 3 points")
113
+#define MSG_UBL_GRID_MESH_LEVELING          _UxGT("Niveau grille")
114
+#define MSG_UBL_MESH_LEVEL                  _UxGT("Maille de niveau")
115
+#define MSG_UBL_SIDE_POINTS                 _UxGT("Point latéral")
116
+#define MSG_UBL_MAP_TYPE                    _UxGT("Type de carte")
117
+#define MSG_UBL_OUTPUT_MAP                  _UxGT("Voir maille")
118
+#define MSG_UBL_OUTPUT_MAP_HOST             _UxGT("Voir pour hôte")
119
+#define MSG_UBL_OUTPUT_MAP_CSV              _UxGT("Voir pour CSV")
120
+#define MSG_UBL_OUTPUT_MAP_BACKUP           _UxGT("Off Printer Backup")
121
+#define MSG_UBL_INFO_UBL                    _UxGT("Voir info UBL")
122
+#define MSG_UBL_EDIT_MESH_MENU              _UxGT("Modifier maille")
123
+#define MSG_UBL_FILLIN_AMOUNT               _UxGT("Taux de remplissage")
124
+#define MSG_UBL_MANUAL_FILLIN               _UxGT("Remplissage manuel")
125
+#define MSG_UBL_SMART_FILLIN                _UxGT("Remplissage auto")
126
+#define MSG_UBL_FILLIN_MESH                 _UxGT("Maille remplissage")
127
+#define MSG_UBL_INVALIDATE_ALL              _UxGT("Annuler tout")
128
+#define MSG_UBL_INVALIDATE_CLOSEST          _UxGT("Annuler le plus près")
129
+#define MSG_UBL_FINE_TUNE_ALL               _UxGT("Réglage fin (tous)")
130
+#define MSG_UBL_FINE_TUNE_CLOSEST           _UxGT("Réglage fin (proche)")
131
+#define MSG_UBL_STORAGE_MESH_MENU           _UxGT("Stockage maille")
132
+#define MSG_UBL_STORAGE_SLOT                _UxGT("Slot mémoire")
133
+#define MSG_UBL_LOAD_MESH                   _UxGT("Charger maille")
134
+#define MSG_UBL_SAVE_MESH                   _UxGT("Sauver maille")
135
+#define MSG_UBL_SAVE_ERROR                  _UxGT("Err: Enreg. UBL")
136
+#define MSG_UBL_RESTORE_ERROR               _UxGT("Err: Ouvrir UBL")
137
+#define MSG_UBL_Z_OFFSET_STOPPED            _UxGT("Offset Z arrêté")
138
+
139
+
77
 #define MSG_MOVING                          _UxGT("Déplacement...")
140
 #define MSG_MOVING                          _UxGT("Déplacement...")
78
 #define MSG_FREE_XY                         _UxGT("Débloquer XY")
141
 #define MSG_FREE_XY                         _UxGT("Débloquer XY")
79
 #define MSG_MOVE_X                          _UxGT("Dépl. X")
142
 #define MSG_MOVE_X                          _UxGT("Dépl. X")
107
 #define MSG_VY_JERK                         _UxGT("Vy-jerk")
170
 #define MSG_VY_JERK                         _UxGT("Vy-jerk")
108
 #define MSG_VZ_JERK                         _UxGT("Vz-jerk")
171
 #define MSG_VZ_JERK                         _UxGT("Vz-jerk")
109
 #define MSG_VE_JERK                         _UxGT("Ve-jerk")
172
 #define MSG_VE_JERK                         _UxGT("Ve-jerk")
173
+#define MSG_VELOCITY                        _UxGT("Vélocité")
110
 #define MSG_VMAX                            _UxGT("Vmax")
174
 #define MSG_VMAX                            _UxGT("Vmax")
111
 #define MSG_VMIN                            _UxGT("Vmin")
175
 #define MSG_VMIN                            _UxGT("Vmin")
112
 #define MSG_VTRAV_MIN                       _UxGT("Vdepl min")
176
 #define MSG_VTRAV_MIN                       _UxGT("Vdepl min")
177
+#define MSG_ACCELERATION                    _UxGT("Accélération")
113
 #define MSG_AMAX                            _UxGT("Amax ")
178
 #define MSG_AMAX                            _UxGT("Amax ")
114
 #define MSG_A_RETRACT                       _UxGT("A-retract")
179
 #define MSG_A_RETRACT                       _UxGT("A-retract")
115
 #define MSG_A_TRAVEL                        _UxGT("A-Dépl.")
180
 #define MSG_A_TRAVEL                        _UxGT("A-Dépl.")
133
 #define MSG_STORE_EEPROM                    _UxGT("Sauver config")
198
 #define MSG_STORE_EEPROM                    _UxGT("Sauver config")
134
 #define MSG_LOAD_EEPROM                     _UxGT("Lire config")
199
 #define MSG_LOAD_EEPROM                     _UxGT("Lire config")
135
 #define MSG_RESTORE_FAILSAFE                _UxGT("Restaurer défauts")
200
 #define MSG_RESTORE_FAILSAFE                _UxGT("Restaurer défauts")
201
+#define MSG_INIT_EEPROM                     _UxGT("Initialiser EEPROM")
136
 #define MSG_REFRESH                         _UxGT("Actualiser")
202
 #define MSG_REFRESH                         _UxGT("Actualiser")
137
 #define MSG_WATCH                           _UxGT("Surveiller")
203
 #define MSG_WATCH                           _UxGT("Surveiller")
138
 #define MSG_PREPARE                         _UxGT("Préparer")
204
 #define MSG_PREPARE                         _UxGT("Préparer")
144
 #define MSG_NO_CARD                         _UxGT("Pas de carte")
210
 #define MSG_NO_CARD                         _UxGT("Pas de carte")
145
 #define MSG_DWELL                           _UxGT("Repos...")
211
 #define MSG_DWELL                           _UxGT("Repos...")
146
 #define MSG_USERWAIT                        _UxGT("Atten. de l'util.")
212
 #define MSG_USERWAIT                        _UxGT("Atten. de l'util.")
213
+#define MSG_PRINT_PAUSED                    _UxGT("Impr. en pause")
147
 #define MSG_RESUMING                        _UxGT("Repri. de l'impr.")
214
 #define MSG_RESUMING                        _UxGT("Repri. de l'impr.")
148
 #define MSG_PRINT_ABORTED                   _UxGT("Impr. Annulée")
215
 #define MSG_PRINT_ABORTED                   _UxGT("Impr. Annulée")
149
 #define MSG_NO_MOVE                         _UxGT("Moteurs bloqués.")
216
 #define MSG_NO_MOVE                         _UxGT("Moteurs bloqués.")
161
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
228
 #define MSG_INIT_SDCARD                     _UxGT("Init. la carte SD")
162
 #define MSG_CNG_SDCARD                      _UxGT("Changer de carte")
229
 #define MSG_CNG_SDCARD                      _UxGT("Changer de carte")
163
 #define MSG_ZPROBE_OUT                      _UxGT("Z sonde extè. lit")
230
 #define MSG_ZPROBE_OUT                      _UxGT("Z sonde extè. lit")
231
+#define MSG_BLTOUCH                         _UxGT("BLTouch")
164
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
232
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
165
 #define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
233
 #define MSG_BLTOUCH_RESET                   _UxGT("RaZ BLTouch")
166
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("Déployer BLTouch")
234
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("Déployer BLTouch")
201
 
269
 
202
 #define MSG_INFO_MENU                       _UxGT("Infos imprimante")
270
 #define MSG_INFO_MENU                       _UxGT("Infos imprimante")
203
 #define MSG_INFO_PRINTER_MENU               _UxGT("Infos imprimante")
271
 #define MSG_INFO_PRINTER_MENU               _UxGT("Infos imprimante")
272
+#define MSG_3POINT_LEVELING                 _UxGT("Niveau à 3 points")
273
+#define MSG_LINEAR_LEVELING                 _UxGT("Niveau linéaire")
274
+#define MSG_BILINEAR_LEVELING               _UxGT("Niveau bilinéaire")
275
+#define MSG_UBL_LEVELING                    _UxGT("Niveau lit unifié")
276
+#define MSG_MESH_LEVELING                   _UxGT("Niveau maillage")
204
 #define MSG_INFO_STATS_MENU                 _UxGT("Stats. imprimante")
277
 #define MSG_INFO_STATS_MENU                 _UxGT("Stats. imprimante")
205
 #define MSG_INFO_BOARD_MENU                 _UxGT("Infos carte")
278
 #define MSG_INFO_BOARD_MENU                 _UxGT("Infos carte")
206
 #define MSG_INFO_THERMISTOR_MENU            _UxGT("Thermistors")
279
 #define MSG_INFO_THERMISTOR_MENU            _UxGT("Thermistors")
207
 #define MSG_INFO_EXTRUDERS                  _UxGT("Extrudeurs")
280
 #define MSG_INFO_EXTRUDERS                  _UxGT("Extrudeurs")
208
 #define MSG_INFO_BAUDRATE                   _UxGT("Baud")
281
 #define MSG_INFO_BAUDRATE                   _UxGT("Baud")
209
 #define MSG_INFO_PROTOCOL                   _UxGT("Protocole")
282
 #define MSG_INFO_PROTOCOL                   _UxGT("Protocole")
210
-#define MSG_CASE_LIGHT                      _UxGT("Lumière")
283
+#define MSG_CASE_LIGHT                      _UxGT("Lumière caisson")
284
+#define MSG_CASE_LIGHT_BRIGHTNESS           _UxGT("Luminosité")
211
 
285
 
212
 #if LCD_WIDTH >= 20
286
 #if LCD_WIDTH >= 20
213
   #define MSG_INFO_PRINT_COUNT              _UxGT("Nbre impressions")
287
   #define MSG_INFO_PRINT_COUNT              _UxGT("Nbre impressions")
239
 
313
 
240
 #if LCD_HEIGHT >= 4
314
 #if LCD_HEIGHT >= 4
241
   // Up to 3 lines allowed
315
   // Up to 3 lines allowed
242
-  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Attente Démarrage")
243
-  #define MSG_FILAMENT_CHANGE_INIT_2          _UxGT("du filament")
244
-  #define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("changer")
245
-  #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("attente de")
246
-  #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("décharger filament")
247
-  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("insérer filament")
248
-  #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("et app. bouton")
249
-  #define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("pour continuer...")
250
-  #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Appuyer sur le bouton...")
251
-  #define MSG_FILAMENT_CHANGE_HEAT_2          _UxGT("Pour chauffer la buse.")
252
-  #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Buse en chauffe")
253
-  #define MSG_FILAMENT_CHANGE_HEATING_2       _UxGT("Patientez SVP...")
254
-  #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("attente de")
255
-  #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("chargement filament")
256
-  #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("attente de")
257
-  #define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("extrusion filament")
258
-  #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("attente impression")
259
-  #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("pour reprendre")
316
+  #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attente Démarrage")
317
+  #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("du filament")
318
+  #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("changer")
319
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("attente de")
320
+  #define MSG_FILAMENT_CHANGE_UNLOAD_2      _UxGT("décharger filament")
321
+  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("insérer filament")
322
+  #define MSG_FILAMENT_CHANGE_INSERT_2      _UxGT("et app. bouton")
323
+  #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("pour continuer...")
324
+  #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Presser le bouton...")
325
+  #define MSG_FILAMENT_CHANGE_HEAT_2        _UxGT("Pr chauffer la buse")
326
+  #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Buse en chauffe")
327
+  #define MSG_FILAMENT_CHANGE_HEATING_2     _UxGT("Patientez SVP...")
328
+  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("attente de")
329
+  #define MSG_FILAMENT_CHANGE_LOAD_2        _UxGT("chargement filament")
330
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1     _UxGT("attente de")
331
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_2     _UxGT("extrusion filament")
332
+  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("attente impression")
333
+  #define MSG_FILAMENT_CHANGE_RESUME_2      _UxGT("pour reprendre")
260
 #else // LCD_HEIGHT < 4
334
 #else // LCD_HEIGHT < 4
261
   // Up to 2 lines allowed
335
   // Up to 2 lines allowed
262
-  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Patientez...")
263
-  #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Ejection...")
264
-  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Insérer et clic")
265
-  #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Chargement...")
266
-  #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("Extrusion...")
267
-  #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Reprise...")
336
+  #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Patientez...")
337
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Ejection...")
338
+  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Insérer et clic")
339
+  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Chargement...")
340
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1     _UxGT("Extrusion...")
341
+  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Reprise...")
268
 #endif // LCD_HEIGHT < 4
342
 #endif // LCD_HEIGHT < 4
269
 
343
 
270
 #endif // LANGUAGE_FR_H
344
 #endif // LANGUAGE_FR_H

Loading…
Cancel
Save