22 lines
749 B
JSON
Raw Normal View History

2025-04-07 01:41:12 +00:00
{
"error": {
"invalid_items": "Sinulla ei ole oikeita esineitä!"
},
"progress": {
"pick_grapes": "Kerätään rypäleitä ..",
"process_wine": "Processing Wine",
"process_juice": "Processing Grape Juice"
},
"task": {
"start_task": "Paina [E] aloittaaksesi",
"vineyard_processing": "[E] Vineyard Processing",
"cancel_task": "Olet peruuttanut tehtävän!"
},
"menu": {
"title": "Vineyard Processing",
"process_wine_title": "Process Wine",
"process_juice_title": "Process Grape Juice",
"wine_items_needed": "Required Item: Grape Juice\nAmount Needed: %s",
"juice_items_needed": "Required Item: Grape\nAmount Needed: %s"
}
}