-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdefaultmetas.json
145 lines (145 loc) · 2.52 KB
/
defaultmetas.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": {
"en": "Name",
"nl": "Naam"
},
"reference": {
"en": "Reference",
"nl": "SKU"
},
"allow_oosp": {
"en": "Allow out-of-stock orders",
"nl": "Backorders toestaan"
},
"available_for_order": {
"en": "Available",
"nl": "Beschikbaar"
},
"available_now": {
"en": "Available now",
"nl": "Nu beschikbaar"
},
"available_later": {
"en": "Available later",
"nl": "Later beschikbaar"
},
"category":{
"en": "Category",
"nl": "Categorie"
},
"categories": {
"en": "Category",
"nl": "Categorie"
},
"categories_without_path": {
"en": "Category",
"nl": "Categorie"
},
"color_list": {
"en": "Color list",
"nl": "Lijst met kleuren"
},
"condition": {
"en": "Condition",
"nl": "Staat"
},
"customization_required": {
"en": "Customization required",
"nl": "Aanpassing vereist"
},
"date_add": {
"en": "Date added",
"nl": "Datum toegevoegd"
},
"date_upd": {
"en": "Date updated",
"nl": "Datum bijgewerkt"
},
"description": {
"en": "Description",
"nl": "Beschrijving"
},
"description_short": {
"en": "Short description",
"nl": "Korte beschrijving"
},
"ean13": {
"en": "EAN13",
"nl": "EAN13"
},
"image_link_large": {
"en": "Image",
"nl": "Afbeelding"
},
"image_link_small": {
"en": "Image",
"nl": "Afbeelding"
},
"in_stock": {
"en": "In Stock",
"nl": "Op voorraad"
},
"is_virtual": {
"en": "Is Virtual",
"nl": "Is virtueel"
},
"link": {
"en": "URL",
"nl": "URL"
},
"id_tax_rules_group": {
"en": "id_tax_rules_group"
},
"manufacturer": {
"en": "Manufacturer",
"nl": "Fabrikant"
},
"minimal_quantity": {
"en": "Minimal Quantity for Order",
"nl": "Minimale hoeveelheid nodig voor bestelling"
},
"new": {
"en": "New",
"nl": "Nieuw"
},
"price_tax_excl": {
"en": "Price",
"nl": "Prijs"
},
"show_price": {
"en": "Show price",
"nl": "Prijs tonen"
},
"supplier": {
"en": "Supplier",
"nl": "Leverancier"
},
"on_sale": {
"en": "Sale",
"nl": "Sale"
},
"online_only": {
"en": "Online Only",
"nl": "Alleen online"
},
"ordered_qty": {
"en": "Ordered Quantity",
"nl": "Bestelde hoeveelheid"
},
"stock_qty": {
"en": "Stock",
"nl": "Voorraad"
},
"weight": {
"en": "Weight",
"nl": "Gewicht"
},
"pageviews": {
"en": "Pageviews",
"nl": "Weergaven"
},
"sales": {
"en": "Sales",
"nl": "Verkopen"
}
}