-
Notifications
You must be signed in to change notification settings - Fork 0
/
sentences.ini
74 lines (58 loc) · 2.36 KB
/
sentences.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[GrocyGetLocations]
what are [my|the] grocy locations
(tell|give) me [my|the] grocy locations
what are [my|the] grocy (freezer){freezer} locations
(tell|give) me [my|the] grocy (freezer){freezer} locations
[GrocyGetLocationStock]
locations = $grocy/locations
what is the stock for the (<locations>){location}
[GrocyPurchaseProduct]
products = $grocy/products
locations = $grocy/locations
quantity_units = $grocy/quantity_units
Purchase (1..1000){quantity} (<quantity_units>){measure} [of] (<products>){product} into [the] (<locations>){location}
[GrocyCreateProduct]
locations = <GrocyPurchaseProduct.locations>
quantity_units = <GrocyPurchaseProduct.quantity_units>
Create a new product called [(*)]{product}
Create a new product called [(*)]{product} in the (<locations>)
[GrocyGetProductStock]
products = <GrocyPurchaseProduct.products>
What is the stock for the (<products>){product}
[GrocyTrackProdcutConsume]
products = <GrocyPurchaseProduct.products>
Consume (the | some) [of] [the] (<products>){product}
Consume (1..1000){quantity} [of] [the] (<products>){product}
[GrocyTransferProduct]
products = <GrocyPurchaseProduct.products>
locations = <GrocyPurchaseProduct.locations>
Move (the | some) [of] [the] (<products>){product} from (<locations>){fromloc} to (<locations>){toloc}
Move (1..1000){quantity} [of] [the] (<products>){product} from (<locations>){fromloc} to (<locations>){toloc}
[GrocyGetChores]
grocyusers = $grocy/users
what are the chores
what are (<grocyusers>){person} chores
[GrocyTrackChore]
chores = $grocy/chores
(Complete | Skip){action} [the] (<chores>){chore} chore
[GrocyGetShoppingLists]
what are the shopping lists
[GrocyCreateShoppingList]
create a new shopping list called [(*)]{name}
[GrocyAddProductToShoppingList]
products = <GrocyPurchaseProduct.products>
lists = $grocy/shopping_lists
add (<products>){product} to [the] (<lists>){list} [list]
[GrocyRemoveProductFromShoppingList]
products = <GrocyPurchaseProduct.products>
lists = <GrocyAddProductToShoppingList.lists>
remove (<products>){product} from [the] (<lists>){list} [list]
[GrocyGetBatteries]
what are the batteries
list [the] batteries
[GrocyGetBatteryNextChargeTime]
batteries = $grocy/batteries
what is the next charge for [the] (<batteries>){battery} battery
[GrocyTrackBatteryCharge]
batteries = <GrocyGetBatteryNextChargeTime.batteries>
track [the] charge of the (<batteries>){battery} battery