Rectification url Git + rebuild
This commit is contained in:
parent
f753a6abfb
commit
5d12b847bc
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@ module.exports =
|
|||||||
{
|
{
|
||||||
emptyXPathError: "<p class='error'>Votre XPath est vide !</p>",
|
emptyXPathError: "<p class='error'>Votre XPath est vide !</p>",
|
||||||
exceptionError: "<p class='error'>Il vient d'arriver une exception de nature exceptionnelle !</p>",
|
exceptionError: "<p class='error'>Il vient d'arriver une exception de nature exceptionnelle !</p>",
|
||||||
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/master/src/xpathTrainer.ts",
|
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/main/src/xpathTrainer.ts",
|
||||||
needXMLFile: "Commencer pour sélectionner un fichier",
|
needXMLFile: "Commencer pour sélectionner un fichier",
|
||||||
needXPath: "Saisissez votre XPath",
|
needXPath: "Saisissez votre XPath",
|
||||||
noResultForXPath: "<p>Aucun résultat pour votre recherche.</p>",
|
noResultForXPath: "<p>Aucun résultat pour votre recherche.</p>",
|
||||||
|
@ -2,7 +2,7 @@ module.exports =
|
|||||||
{
|
{
|
||||||
emptyXPathError: "<p class='error'>Votre XPath est vide !</p>",
|
emptyXPathError: "<p class='error'>Votre XPath est vide !</p>",
|
||||||
exceptionError: "<p class='error'>Il vient d'arriver une exception de nature exceptionnelle !</p>",
|
exceptionError: "<p class='error'>Il vient d'arriver une exception de nature exceptionnelle !</p>",
|
||||||
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/master/src/xpathTrainer.ts",
|
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/main/src/xpathTrainer.ts",
|
||||||
needXMLFile : "Commencer pour sélectionner un fichier",
|
needXMLFile : "Commencer pour sélectionner un fichier",
|
||||||
needXPath: "Saisissez votre XPath",
|
needXPath: "Saisissez votre XPath",
|
||||||
noResultForXPath: "<p>Aucun résultat pour votre recherche.</p>",
|
noResultForXPath: "<p>Aucun résultat pour votre recherche.</p>",
|
||||||
|
Loading…
Reference in New Issue
Block a user