edit supermarket categories

This commit is contained in:
smilerz
2021-10-31 11:18:36 -05:00
parent ecac3f3c2d
commit 6e9d609fe0
4 changed files with 564 additions and 255 deletions

View File

@@ -131,6 +131,7 @@
"Root": "Root",
"Ignore_Shopping": "Ignore Shopping",
"Shopping_Category": "Shopping Category",
"Shopping_Categories": "Shopping Categories",
"Edit_Food": "Edit Food",
"Move_Food": "Move Food",
"New_Food": "New Food",
@@ -258,5 +259,7 @@
"err_move_self": "Cannot move item to itself",
"nothing": "Nothing to do",
"err_merge_self": "Cannot merge item with itself",
"show_sql": "Show SQL"
"show_sql": "Show SQL",
"CategoryName": "Category Name",
"SupermarketName": "Supermarket Name"
}