Skip to content

Commit

Permalink
Create pl.json (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
userMacieG authored Feb 24, 2025
1 parent 81fcdb7 commit 93a7fbb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions locales/pl.json
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"
}
}

0 comments on commit 93a7fbb

Please sign in to comment.