add achats import and hardware analyse
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
"objets": "Objets",
|
||||
"emplacements": "Emplacements",
|
||||
"categories": "Categories",
|
||||
"achats": "Achats",
|
||||
"analyse": "Analyse hardware",
|
||||
"settings": "Settings",
|
||||
"debug": "Debug"
|
||||
},
|
||||
@@ -103,6 +105,9 @@
|
||||
"applyTimezone": "Appliquer la timezone",
|
||||
"description": "Configuration backend + frontend (config.json)."
|
||||
},
|
||||
"theme": {
|
||||
"label": "Theme"
|
||||
},
|
||||
"fileUploader": {
|
||||
"label": "Deposer des images, PDF ou fichiers Markdown."
|
||||
},
|
||||
@@ -139,6 +144,31 @@
|
||||
"autoRefresh": "Rafraichissement auto (5s)"
|
||||
},
|
||||
"footer": {
|
||||
"text": "MatosBox - inventaire local"
|
||||
"text": "MatosBox - inventaire local",
|
||||
"versions": "Frontend {frontend} • Backend {backend}"
|
||||
},
|
||||
"achats": {
|
||||
"mode": "Import achats",
|
||||
"boutique": "Boutique",
|
||||
"format": "Format",
|
||||
"fileMode": "Fichier CSV/JSON",
|
||||
"jsonMode": "JSON manuel",
|
||||
"jsonPlaceholder": "Coller un tableau JSON d'achats ou un objet { boutique, achats }",
|
||||
"generic": "Generique",
|
||||
"summary": "Resume",
|
||||
"imported": "Lignes importees",
|
||||
"created": "Objets crees",
|
||||
"duplicates": "Doublons",
|
||||
"errors": "Erreurs"
|
||||
},
|
||||
"analyse": {
|
||||
"title": "Analyse commandes hardware",
|
||||
"type": "Type de commande",
|
||||
"auto": "Detection auto",
|
||||
"placeholder": "Coller la sortie de lspci ou lsusb",
|
||||
"run": "Analyser",
|
||||
"result": "Resultat",
|
||||
"count": "Peripheriques detectes",
|
||||
"empty": "Coller une sortie a analyser."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user