-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue #360: get username from cookies
- Loading branch information
Showing
21 changed files
with
137 additions
and
138 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"submit_button": "Submit", | ||
"submit_button_disabled_hint": "You need to add a minimum of 1 file to start the analysis", | ||
"fileList":{ | ||
"uploadedfiles": "Uploaded Files", | ||
"noUploadedfiles": "No uploaded files" | ||
}, | ||
"fileElement": { | ||
"altText": { | ||
"uploadedFileAlt": "Uploaded file picture", | ||
"deleteFileAlt": "Delete file button icon" | ||
} | ||
}, | ||
"dropzone": { | ||
"altText": { | ||
"hoveredImageAlt": "Hovered image", | ||
"CloudIconAlt": "File upload icon" | ||
}, | ||
"dragDrop": "Drag and Drop Files", | ||
"or": "OR", | ||
"browseFile": "Browse Files" | ||
"submitButton": "Submit", | ||
"submitButtonDisabledHint": "You need to add a minimum of 1 file to start the analysis", | ||
"fileList": { | ||
"uploadedfiles": "Uploaded Files", | ||
"noUploadedfiles": "No uploaded files" | ||
}, | ||
"fileElement": { | ||
"altText": { | ||
"uploadedFileAlt": "Uploaded file picture", | ||
"deleteFileAlt": "Delete file button icon" | ||
} | ||
}, | ||
"dropzone": { | ||
"altText": { | ||
"hoveredImageAlt": "Hovered image", | ||
"CloudIconAlt": "File upload icon" | ||
}, | ||
"dragDrop": "Drag and Drop Files", | ||
"or": "OR", | ||
"browseFile": "Browse Files" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"submit_button": "Soumettre", | ||
"submit_button_disabled_hint":"Vous devez ajouter au moins 1 fichier pour commencer l'analyse", | ||
"fileList":{ | ||
"uploadedfiles": "Fichiers téléversés", | ||
"noUploadedfiles": "Aucun fichier téléversé" | ||
}, | ||
"fileElement": { | ||
"altText": { | ||
"uploadedFileAlt": "Image du fichier téléchargé", | ||
"deleteFileAlt": "Icône du bouton pour supprimer un fichier" | ||
} | ||
}, | ||
"dropzone":{ | ||
"altText":{ | ||
"hoveredImageAlt": "Image survolée", | ||
"CloudIconAlt": "Icône de téléversement de fichier" | ||
}, | ||
"dragDrop": "Téléverser des fichiers", | ||
"or": "OU", | ||
"browseFile": "Parcourir les fichiers" | ||
"submitButton": "Soumettre", | ||
"submitButtonDisabledHint": "Vous devez ajouter au moins 1 fichier pour commencer l'analyse", | ||
"fileList": { | ||
"uploadedfiles": "Fichiers téléversés", | ||
"noUploadedfiles": "Aucun fichier téléversé" | ||
}, | ||
"fileElement": { | ||
"altText": { | ||
"uploadedFileAlt": "Image du fichier téléchargé", | ||
"deleteFileAlt": "Icône du bouton pour supprimer un fichier" | ||
} | ||
}, | ||
"dropzone": { | ||
"altText": { | ||
"hoveredImageAlt": "Image survolée", | ||
"CloudIconAlt": "Icône de téléversement de fichier" | ||
}, | ||
"dragDrop": "Téléverser des fichiers", | ||
"or": "OU", | ||
"browseFile": "Parcourir les fichiers" | ||
} | ||
} |
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.