mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 06:53:53 +02:00
Translatable strings for crops (#257)
This commit is contained in:
+31
-1
@@ -1,5 +1,35 @@
|
||||
{
|
||||
"key": "crop",
|
||||
"type": "semiCombo",
|
||||
"label": "Crops"
|
||||
"label": "Crops",
|
||||
"strings": {
|
||||
"options": {
|
||||
"asparagus": "Asparagus",
|
||||
"barley": "Barley",
|
||||
"beet": "Beets",
|
||||
"cassava": "Cassava",
|
||||
"coffee": "Coffee",
|
||||
"cotton": "Cotton",
|
||||
"cranberries": "Cranberries",
|
||||
"fast_growing_wood": "Short-Rotation Coppice",
|
||||
"flowers": "Flowers",
|
||||
"grape": "Grapes",
|
||||
"grass": "Grass",
|
||||
"hop": "Hops",
|
||||
"lavender": "Lavender",
|
||||
"maize": "Corn",
|
||||
"potato": "Potatoes",
|
||||
"rape": "Rapeseed",
|
||||
"rice": "Rice",
|
||||
"strawberry": "Strawberries",
|
||||
"sugar_beet": "Sugar Beets",
|
||||
"sugarcane": "Sugarcane",
|
||||
"sunflower": "Sunflowers",
|
||||
"soy": "Soybeans",
|
||||
"tea": "Tea",
|
||||
"tobacco": "Tobacco",
|
||||
"vegetable": "Vegetables",
|
||||
"wheat": "Wheat"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user