-
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
81fcdb7
commit 93a7fbb
Showing
1 changed file
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"error": { | ||
"invalid_items": "Nie masz odpowiednich przedmiotów!" | ||
}, | ||
"progress": { | ||
"pick_grapes": "Zbieranie winogron..", | ||
"process_wine": "Przetwarzanie wina", | ||
"process_juice": "Przetwarzanie soku z winogron" | ||
}, | ||
"task": { | ||
"start_task": "[E] Aby rozpocząć", | ||
"vineyard_processing": "[E] Przetwarzanie w winnicy", | ||
"cancel_task": "Anulowano zadanie" | ||
}, | ||
"menu": { | ||
"title": "Przetwarzanie w winnicy", | ||
"process_wine_title": "Przetwórz wino", | ||
"process_juice_title": "Przetwórz sok z winogron", | ||
"wine_items_needed": "Wymagany przedmiot: Sok z winogron\nPotrzebna ilość: %s", | ||
"juice_items_needed": "Wymagany przedmiot: Winogrona\nPotrzebna ilość: %s" | ||
} | ||
} |