diff --git a/langs/en/actions.json b/langs/en/actions.json new file mode 100644 index 0000000..73a24e1 --- /dev/null +++ b/langs/en/actions.json @@ -0,0 +1,6 @@ +{ + "edit": "Edit", + "clone": "Clone", + "save": "Save", + "delete": "Delete" +} diff --git a/langs/en/categories.json b/langs/en/categories.json new file mode 100644 index 0000000..4c96ea4 --- /dev/null +++ b/langs/en/categories.json @@ -0,0 +1,5 @@ +{ + "New Category": "New Category", + "editing category": "Editing {cat}", + "Adding new category": "Adding new category" +} diff --git a/langs/en/items.json b/langs/en/items.json new file mode 100644 index 0000000..0b2ec79 --- /dev/null +++ b/langs/en/items.json @@ -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} {nitem}", + "item saved": "Item Saved", + "itemid": "Item ID", + "id": "ID" +} diff --git a/langs/en/labels.json b/langs/en/labels.json new file mode 100644 index 0000000..1dca287 --- /dev/null +++ b/langs/en/labels.json @@ -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" +} diff --git a/langs/en/locations.json b/langs/en/locations.json new file mode 100644 index 0000000..14eb88b --- /dev/null +++ b/langs/en/locations.json @@ -0,0 +1,5 @@ +{ + "new location": "New Location", + "Adding new location": "Adding new location", + "editing location": "Editing {loc}" +} diff --git a/langs/en/messages.json b/langs/en/messages.json new file mode 100644 index 0000000..c359087 --- /dev/null +++ b/langs/en/messages.json @@ -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." +} diff --git a/langs/en/placeholders.json b/langs/en/placeholders.json new file mode 100644 index 0000000..ac80651 --- /dev/null +++ b/langs/en/placeholders.json @@ -0,0 +1,6 @@ +{ + "placeholder item name": "Foo Bar", + "placeholder category name": "Widgets", + "placeholder location name": "Over the Hills", + "nobody": "Nobody" +} diff --git a/langs/en/reports.json b/langs/en/reports.json new file mode 100644 index 0000000..bb824a3 --- /dev/null +++ b/langs/en/reports.json @@ -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" +} diff --git a/langs/en/search.json b/langs/en/search.json new file mode 100644 index 0000000..d35614e --- /dev/null +++ b/langs/en/search.json @@ -0,0 +1,3 @@ +{ + "Search": "Search" +}