Add lang strings in new format (TODO: check if any missing)

master
Skylar Ittner 6 years ago
parent f2d3c199ab
commit c7dee7ccb8

@ -0,0 +1,6 @@
{
"edit": "Edit",
"clone": "Clone",
"save": "Save",
"delete": "Delete"
}

@ -0,0 +1,5 @@
{
"New Category": "New Category",
"editing category": "Editing {cat}",
"Adding new category": "Adding new category"
}

@ -0,0 +1,13 @@
{
"Total Items": "Total Items",
"Understocked Items": "Understocked Items",
"View Items": "View Items",
"View Understocked": "View Understocked",
"New Item": "New Item",
"Adding Item": "Adding new item",
"editing item": "Editing {item}",
"cloning item": "Copying {oitem} <i class=\"fa fa-angle-right\"></i> {nitem}",
"item saved": "Item Saved",
"itemid": "Item ID",
"id": "ID"
}

@ -0,0 +1,22 @@
{
"actions": "Actions",
"name": "Name",
"location": "Location",
"category": "Category",
"code": "Code",
"code 1": "Code 1",
"code 2": "Code 2",
"qty": "Qty",
"want": "Need",
"assigned to": "Assigned To",
"quantity": "Quantity",
"minwant": "Minimum On Hand",
"item count": "Item count",
"Item cost": "Item cost",
"Sale price": "Sale price",
"Description": "Description",
"Notes": "Notes",
"Comments": "Comments",
"Cost": "Cost",
"Price": "Price"
}

@ -0,0 +1,5 @@
{
"new location": "New Location",
"Adding new location": "Adding new location",
"editing location": "Editing {loc}"
}

@ -0,0 +1,21 @@
{
"item saved": "Item saved.",
"item deleted": "Item deleted.",
"invalid itemid": "The item ID is invalid.",
"invalid category": "The category is invalid.",
"invalid location": "The location does not exist.",
"invalid catid": "Invalid category ID.",
"category deleted": "Category deleted.",
"category in use": "Cannot delete category because there is at least one item still in it.",
"category saved": "Category saved.",
"adding location": "Adding new location",
"invalid locid": "Invalid location ID.",
"location deleted": "Location deleted.",
"location in use": "Cannot delete location because there is at least one item still in it.",
"location saved": "Location saved.",
"field not a number": "You entered something that isn't a number when a number was expected.",
"only showing understocked": "Only showing understocked items.",
"missing name": "You need to enter a name.",
"use the dropdowns": "Whoops, you need to use the category and location autocomplete boxes.",
"make categories and locations": "Please create at least one category and location before adding an item."
}

@ -0,0 +1,6 @@
{
"placeholder item name": "Foo Bar",
"placeholder category name": "Widgets",
"placeholder location name": "Over the Hills",
"nobody": "Nobody"
}

@ -0,0 +1,9 @@
{
"report type": "Report type",
"format": "Format",
"generate report": "Generate report",
"choose an option": "Choose an option",
"csv file": "CSV text file",
"ods file": "ODS spreadsheet",
"html file": "HTML web page"
}

@ -0,0 +1,3 @@
{
"Search": "Search"
}
Loading…
Cancel
Save