First Commit
This commit is contained in:
5
frontend/public/locales/EN/Header.json
Normal file
5
frontend/public/locales/EN/Header.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"login" : "Login",
|
||||
"register" : "Register",
|
||||
"logout" : "Log out"
|
||||
}
|
||||
7
frontend/public/locales/EN/Home.json
Normal file
7
frontend/public/locales/EN/Home.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"createNewPurchase" : "Create new purchase",
|
||||
"createNewProduct" : "Create new product",
|
||||
"date": "Date",
|
||||
"CO2Cost": "CO2 cost",
|
||||
"WaterCost": "Water cost"
|
||||
}
|
||||
5
frontend/public/locales/EN/LineProduct.json
Normal file
5
frontend/public/locales/EN/LineProduct.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"product" : "Produit",
|
||||
"quantity" : "Quantity",
|
||||
"price" : "Price"
|
||||
}
|
||||
8
frontend/public/locales/EN/Login.json
Normal file
8
frontend/public/locales/EN/Login.json
Normal 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"
|
||||
}
|
||||
17
frontend/public/locales/EN/NewProduct.json
Normal file
17
frontend/public/locales/EN/NewProduct.json
Normal 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"
|
||||
}
|
||||
12
frontend/public/locales/EN/NewPurchase.json
Normal file
12
frontend/public/locales/EN/NewPurchase.json
Normal 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"
|
||||
}
|
||||
11
frontend/public/locales/EN/Purchase.json
Normal file
11
frontend/public/locales/EN/Purchase.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user