From c550ce8e119e974e2e294cfa11aaf83b3a3af4c1 Mon Sep 17 00:00:00 2001 From: Evan Blaudy Date: Tue, 25 Jan 2022 16:52:44 +0100 Subject: [PATCH] [renderer] fix french translations for DCCs settings --- app/renderer/src/locales/en.js | 2 +- app/renderer/src/locales/fr.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/renderer/src/locales/en.js b/app/renderer/src/locales/en.js index 6e4f764..f6d8817 100644 --- a/app/renderer/src/locales/en.js +++ b/app/renderer/src/locales/en.js @@ -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.', diff --git a/app/renderer/src/locales/fr.json b/app/renderer/src/locales/fr.json index 28e6aaa..0f7dee9 100644 --- a/app/renderer/src/locales/fr.json +++ b/app/renderer/src/locales/fr.json @@ -629,7 +629,7 @@ "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 :", @@ -637,10 +637,10 @@ "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." },