mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2026-06-04 18:12:45 -04:00
Use i18n-http-backend to load translatiosn from json files.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"invoices": {
|
||||
"title": "Invoices",
|
||||
"new_invoice": "New invoice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"enter_item": "Enter item",
|
||||
"enter_quantity": "Enter quantity",
|
||||
"enter_unit": "Enter unit",
|
||||
"enter_price": "Enter price",
|
||||
"enter_tax": "Enter tax"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"item": "Item",
|
||||
"quantity": "Quantity",
|
||||
"unit": "Unit",
|
||||
"price": "Price",
|
||||
"sum": "Sum"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"subtotal": "Subtotal",
|
||||
"total": "Total",
|
||||
"add_currency": "Add currency"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"invoice_number": "No.",
|
||||
"client": "Client",
|
||||
"issued_at": "Issued at",
|
||||
"total": "Total",
|
||||
"status": "Status"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Invoices",
|
||||
"new_invoice": "New invoice",
|
||||
"export": "Export",
|
||||
"import": "Import"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"invoices": {
|
||||
"title": "Arved",
|
||||
"new_invoice": "Uus arve"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"title": "Arved",
|
||||
"new_invoice": "Uus arve"
|
||||
}
|
||||
Reference in New Issue
Block a user