First Commit

This commit is contained in:
Maxime Boulay
2024-12-23 08:05:29 +01:00
commit ba64ceb471
171 changed files with 654157 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"login" : "Login",
"register" : "Register",
"logout" : "Log out"
}

View File

@@ -0,0 +1,7 @@
{
"createNewPurchase" : "Create new purchase",
"createNewProduct" : "Create new product",
"date": "Date",
"CO2Cost": "CO2 cost",
"WaterCost": "Water cost"
}

View File

@@ -0,0 +1,5 @@
{
"product" : "Produit",
"quantity" : "Quantity",
"price" : "Price"
}

View File

@@ -0,0 +1,8 @@
{
"login" : "Log in",
"fillLogin" : "Please login to use the website",
"logout" : "Log out",
"emailPlaceholder" : "Enter your email",
"passwordPlaceholder" : "Enter your password",
"submit" : "Submit"
}

View File

@@ -0,0 +1,17 @@
{
"addNewTranslation" : "Add another translation",
"newGroup" : "New group",
"group" : "Group",
"groupSuccess" : "Group added",
"newSubGroup" : "New sub group",
"subGroup" : "Sub Group",
"subGroupSuccess" : "Sub Group added",
"newProduct" : "New product",
"product" : "Product",
"productSuccess" : "Product added",
"language" : "Language",
"CO2Emissions" : "CO2 Emissions",
"waterEmissions" : "Water Emissions",
"amortization" : "Amortization (in month)",
"submit" : "Submit"
}

View File

@@ -0,0 +1,12 @@
{
"title" : "Create new purchase",
"typeOfPurchase" : "Type of purchase",
"manual" : "Manual",
"command" : "Command",
"product" : "Products",
"addNewProduct" : "Add product",
"datePurchase" : "Purchase date",
"submit" : "Submit",
"currency" : "Currency",
"back" : "Back"
}

View File

@@ -0,0 +1,11 @@
{
"title" : "Purchase details",
"addNewProduct" : "Add product",
"product" : "Products",
"CO2Cost" : "CO2 cost",
"WaterCost" : "Water cost",
"datePurchase" : "Purchase date",
"submit" : "Submit",
"currency" : "Currency",
"back" : "Back"
}

View File

@@ -0,0 +1,5 @@
{
"login" : "Connexion",
"register" : "Inscription",
"logout" : "Deconnexion"
}

View File

@@ -0,0 +1,7 @@
{
"createNewPurchase" : "Créer une nouvelle liste d'achat",
"createNewProduct" : "Créer un nouveau produit",
"date": "Date",
"CO2Cost": "Coût en CO2",
"WaterCost": "Coût en eau"
}

View File

@@ -0,0 +1,5 @@
{
"product" : "Produit",
"quantity" : "Quantité",
"price" : "Prix"
}

View File

@@ -0,0 +1,8 @@
{
"login" : "Connexion",
"fillLogin" : "Veuillez vous connecter pour accéder à l'application",
"logout" : "Deconnexion",
"emailPlaceholder" : "Saisissez votre email",
"passwordPlaceholder" : "Saisissez votre mot de passe",
"submit" : "Valider"
}

View File

@@ -0,0 +1,17 @@
{
"newGroup" : "Nouveau groupe",
"group" : "Groupe",
"groupSuccess" : "Groupe ajouté",
"addNewTranslation" : "Ajouter une traduction",
"newSubGroup" : "Nouveau sous groupe",
"subGroup" : "Sous groupe",
"subGroupSuccess" : "Sous groupe ajouté",
"newProduct" : "Nouveau produit",
"product" : "Produit",
"productSuccess" : "Produit ajouté",
"language" : "Langue",
"CO2Emissions" : "Emissions de CO2",
"waterEmissions" : "Emissions d'eau",
"amortization" : "Amortissement (en mois)",
"submit" : "Valider"
}

View File

@@ -0,0 +1,12 @@
{
"title" : "Créer une nouvelle liste d'achat",
"typeOfPurchase" : "Type de liste d'achat",
"manual" : "Manuel",
"command" : "Commande",
"product" : "Produits",
"addNewProduct" : "Ajouter un produit",
"datePurchase" : "Date d'achat",
"submit" : "Valider",
"currency" : "Devise",
"back" : "Retour"
}

View File

@@ -0,0 +1,11 @@
{
"title" : "Créer une nouvelle liste d'achat",
"addNewProduct" : "Ajouter un produit",
"product" : "Produits",
"CO2Cost" : "Coût en CO2",
"WaterCost" : "Coût en eau",
"datePurchase" : "Date d'achat",
"submit" : "Valider",
"currency" : "Devise",
"back" : "Retour"
}