Skip to content

Commit

Permalink
[renderer] fix french translations for DCCs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jan 25, 2022
1 parent 85b6499 commit c550ce8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/renderer/src/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ export default {
'exportIsAnimation (Boolean) : true if the export is an animation else false.',
exportIsScreenshot:
'exportIsScreenshot (Boolean) : true if the export is a screenshot else false.',
DCCName: 'DCCName (String) : the name of DCC.',
DCCName: 'DCCName (String) : the name of the DCC.',
DCCVersion: 'DCCVersion (String) : the version of the DCC.',
currentProject:
'currentProject (String) : the path of the current project opened in the DCC.',
Expand Down
10 changes: 5 additions & 5 deletions app/renderer/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,18 +629,18 @@
"publishersettings": {
"title": "Paramètres",
"dccs_exports_directory": "Dossier temporaire pour les exports des DCCs",
"choose_dccs_exports_directory": "Choose a directory for exports made by the DCCs",
"choose_dccs_exports_directory": "Choisissez un dossier pour les exports faits par les DCCs",
"post_exports_command": {
"description": "Commande à lancer après les exports des DCCs",
"info": "Vous pouvez insérer des variables dans votre commande. Vous avez juste à les mettre entre des accolades (par exemple: {exportFile}). Elles sont listées ci-dessous :",
"exportsDirectory": "exportsDirectory (String) : le chemin vers le dossier où les exports sont stockés.",
"exportFile": "exportFile (String): le chemin vers le fichier qui sera exporté.",
"exportIsAnimation": "exportIsAnimation (Boolean) : true si l'export est une animation sinon false.",
"exportIsScreenshot": "exportIsScreenshot (Boolean) : true si l'export est un screenshot sinon false.",
"DCCName": "DCCName (String) : the name of DCC.",
"DCCVersion": "DCCVersion (String) : the version of the DCC.",
"currentProject": "currentProject (String) : the path of the current project opened in the DCC.",
"cameraSelected": "cameraSelected (String) : the name of the camera selected.",
"DCCName": "DCCName (String) : le nom du DCC.",
"DCCVersion": "DCCVersion (String) : la version du DCC.",
"currentProject": "currentProject (String) : le chemin du projet courant ouvert dans le DCC.",
"cameraSelected": "cameraSelected (String) : le nom de la caméra selectionnée.",
"rendererSelected": "rendererSelected (String) : le nom du moteur de rendu selectionné.",
"extensionSelected": "extensionSelected (String) : le nom de l'extension selectionnée."
},
Expand Down

0 comments on commit c550ce8

Please sign in to comment.