-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9d2545
commit 2871f2e
Showing
25 changed files
with
283 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"error": { | ||
"invalid_items": "Nemáte správné předměty!" | ||
}, | ||
"progress": { | ||
"pick_grapes": "Sbírání hroznů...", | ||
"process_wine": "Processing Wine", | ||
"process_juice": "Processing Grape Juice" | ||
}, | ||
"task": { | ||
"start_task": "[E] Zahájit", | ||
"vineyard_processing": "[E] Vineyard Processing", | ||
"cancel_task": "Zrušili jste úkol" | ||
}, | ||
"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" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"error": { | ||
"invalid_items": "Du hast nicht die korrekten Gegenstände!" | ||
}, | ||
"progress": { | ||
"pick_grapes": "Sammle Weintrauben ..", | ||
"process_wine": "Processing Wine", | ||
"process_juice": "Processing Grape Juice" | ||
}, | ||
"task": { | ||
"start_task": "[E] zum Starten", | ||
"vineyard_processing": "[E] Vineyard Processing", | ||
"cancel_task": "Du hast deine Aufgabe Abgebrochen" | ||
}, | ||
"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" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"error": { | ||
"invalid_items": "You do not have the correct items!" | ||
}, | ||
"progress": { | ||
"pick_grapes": "Picking Grapes ..", | ||
"process_wine": "Processing Wine", | ||
"process_juice": "Processing Grape Juice" | ||
}, | ||
"task": { | ||
"start_task": "[E] To Start", | ||
"vineyard_processing": "[E] Vineyard Processing", | ||
"cancel_task": "You have cancelled the task" | ||
}, | ||
"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" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"error": { | ||
"invalid_items": "¡No tienes el item correcto!" | ||
}, | ||
"progress": { | ||
"pick_grapes": "Recogiendo uvas..", | ||
"process_wine": "Processing Wine", | ||
"process_juice": "Processing Grape Juice" | ||
}, | ||
"task": { | ||
"start_task": "[E] Para empezar", | ||
"vineyard_processing": "[E] Vineyard Processing", | ||
"cancel_task": "Has cancelado la tarea" | ||
}, | ||
"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" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"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" | ||
} | ||
} |
Oops, something went wrong.