forked from Forien/foundryvtt-forien-unidentified-items
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* French traduction * Create fr.json Co-authored-by: Aymeric DE MOURA <ademoura.externe@asi.fr>
- Loading branch information
Aymeeeric
and
Aymeric DE MOURA
authored
Aug 27, 2020
1 parent
b3a0222
commit f2c4418
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"ForienUnidentifiedItems": { | ||
"NewMystified": "Objet non identifié", | ||
"Mystify": "Mystifier", | ||
"MystifyReplace": "Remplacer avec l'objet mystifié", | ||
"MystifyAs": "Mystifier en…", | ||
"MystifyAdvanced": "Mystifier (avancé)…", | ||
"Identify": "Identifier", | ||
"Peek": "Voir", | ||
|
||
"Item": { | ||
"Original": "Original", | ||
"Mystified": "Mystifié" | ||
}, | ||
|
||
"Dialog": { | ||
"MystifyAs": { | ||
"Title": "Mystifier {name}", | ||
"Header": "Sélectionnez la source de transmogrification :", | ||
"DropZone": "Glissez-déposez un élément ici pour donner une nouvelle apparence à {name}", | ||
"Cancel": "Annuler", | ||
"Mystify": "Mystifier", | ||
"MystifyReplace": "Remplacer", | ||
"MystifyAdvanced": "Avancé" | ||
}, | ||
"MystifyAdvanced": { | ||
"Title": "Mystifier {name}", | ||
"Meta": "Métadonnées de l'objet", | ||
"Original": "Source", | ||
"Result": "Résultat", | ||
"Default": "Par défaut", | ||
"Properties": "Propriétés à conserver", | ||
"Cancel": "Annuler", | ||
"Mystify": "Mystifier", | ||
"MystifyReplace": "Remplacer" | ||
} | ||
}, | ||
|
||
"Settings": { | ||
"allowNestedItems": { | ||
"Name": "Autoriser l'imbrication", | ||
"Hint": "Cochez cette option pour pouvoir mystifier un objet déjà mystifié, ce qui permet d'identifier les objets ainsi imbriqués un par un." | ||
}, | ||
"defaultIcons": { | ||
"name": "Icônes par défaut", | ||
"hint": "Sélectionnez les icônes qui doivent être utilisées par défaut pour des types d'objet spécifiques.", | ||
"label": "Ouvrir le gestionnaire d'icônes" | ||
}, | ||
"itemProperties": { | ||
"name": "Propriétés persistantes", | ||
"hint": "Sélectionnez les propriétés de l'objet qui doivent être reportées par défaut sur l'objet mystifié.", | ||
"label": "Ouvrir le gestionnaire de propriétés" | ||
}, | ||
"keepOldIcon": { | ||
"name": "Conserver l'icône originale", | ||
"hint": "Cochez ce paramètre pour conserver l'icône de l'objet original lors de la mystification. La mystification avancée permet toujours de sélectionner manuellement les icônes d'origine par rapport aux icônes par défaut." | ||
} | ||
}, | ||
|
||
"Notifications": { | ||
"defaultIconsInitialized": "Forien's Unidentified Items | Les icônes des types d'objets par défaut ont été attribuées de manière aléatoire. Pour plus d'informations, veuillez consulter la page Paramètres des modules.", | ||
"defaultPropertiesInitialized": "Forien's Unidentified Items | Les propriétés persistantes par défaut des objets ont été générées. Pour plus d'informations, veuillez consulter la page Paramètres des modules." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |