-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
90 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 |
---|---|---|
|
@@ -7,6 +7,7 @@ const Constants = { | |
'de', | ||
'en', | ||
'es', | ||
'fr', | ||
'it', | ||
'test' | ||
], | ||
|
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,89 @@ | ||
{ | ||
"global": { | ||
"application-name": "scanservjs" | ||
}, | ||
|
||
"about": { | ||
"main": "scanservjs est une simple interface web pour votre scanner. Cette interface permet de partager un ou plusieurs scanners (utilisant SANE) sur un réseau sans avoir besoin de drivers ou d'installation complexe.Cela permet de sauvegarder les images scannées dans les formats de fichiers TIF, JPG, PNG, PDF et TXT (avec Tesseract OCR) avec des compressions paramétrables. Cela supporte les scans avec plusieurs pages et tout matériel compatible avec SANE.", | ||
"issue": "Signaler un problème ou afficher le code source:" | ||
}, | ||
|
||
"batch-dialog": { | ||
"btn-finish": "Finish", | ||
"btn-rescan": "Rescan page", | ||
"btn-next": "Suivant" | ||
}, | ||
|
||
"files": { | ||
"filename": "Nom de fichier", | ||
"date": "Date", | ||
"size": "Taille", | ||
"message:deleted": "Supprimé" | ||
}, | ||
|
||
"navigation": { | ||
"scan": "Scan", | ||
"files": "Fichier", | ||
"settings": "Paramètres", | ||
"about": "A propos", | ||
"version": "Version" | ||
}, | ||
|
||
"pipeline": { | ||
"high-quality": "Qualité élevée", | ||
"medium-quality": "Qualité moyenne", | ||
"low-quality": "Qualité basse", | ||
"uncompressed": "Décompressé", | ||
"lzw-compressed": "Compression LZW", | ||
"ocr": "OCR", | ||
"text-file": "Fichier texte" | ||
}, | ||
|
||
"scan": { | ||
"device": "Appareil", | ||
"source": "Source", | ||
"resolution": "Résolution", | ||
"mode": "Mode", | ||
"dynamic-lineart": "Dynamic Lineart", | ||
"dynamic-lineart:enabled": "Activé", | ||
"dynamic-lineart:disabled": "Désactivé", | ||
"batch": "Scan groupé", | ||
"batch:none": "Sans", | ||
"batch:manual": "Manuel (avec popup)", | ||
"batch:auto": "Auto (Chargeur de documents)", | ||
"batch:auto-collate-standard": "Assemblage auto (Standard 1, 3... 4, 2)", | ||
"batch:auto-collate-reverse": "Assemblage auto (Inversé 1, 3... 2, 4)", | ||
"filters": "Filtres", | ||
"filters:auto-level": "Automatique", | ||
"filters:threshold": "Seuil", | ||
"filters:blur": "Flou", | ||
"format": "Format", | ||
"btn-preview": "Pré-visualiser", | ||
"btn-clear": "Effacer", | ||
"btn-scan": "Scanner", | ||
"btn-reset": "Réinitialiser", | ||
"top": "Haut", | ||
"left": "Gauche", | ||
"width": "Largeur", | ||
"height": "Hauteur", | ||
"brightness": "Luminosité", | ||
"contrast": "Contraste", | ||
"message:loading-devices": "Chargement des scanners...", | ||
"message:no-devices": "Aucun scanner trouvé", | ||
"message:deleted-preview": "Prévisualisation effacée", | ||
"message:turn-documents": "Tournez votre document", | ||
"message:preview-of-page": "Prévisualisation de la page" | ||
}, | ||
|
||
"settings": { | ||
"title": "@:navigation.settings", | ||
"behaviour-ui": "Comportement et interface utilisateur", | ||
"locale": "Langue", | ||
"locale:description": "Sélection de la langue", | ||
"theme": "Thème", | ||
"theme:description": "Theme. Si vous utilisez le thème de votre système d'exploitation et que vous changez le paramètre, vous devrez recharger l'application", | ||
"theme:system": "Système", | ||
"theme:light": "Clair", | ||
"theme:dark": "Sombre" | ||
} | ||
} |