Polish Vocab List
+
📚 Polish Vocabulary Database
Polish ↕ | English ↕ | Category ↕ | Details |
---|
Create Your Own Vocab
+
Polish | English | Category |
---|
Page 1 of 1
📘 JSON Format Guide
Click the "Download Sample File" button to get a sample file to load.
When exporting or importing your vocabulary, the JSON file should follow this structure:
{
"vocab": [
{
"polish": "zima",
"english": "winter",
"category": "time/seasons"
}
]
}
🧩 Steps to Create Your Own JSON File
- Open a text editor such as Notepad, TextEdit, or VS Code.
- Copy the example above and replace the values with your own words.
- Ensure the structure stays the same — including curly brackets
{ }
and square brackets[ ]
. - Each word should have three keys:
"polish"
: Polish word (required)"english"
: English translation (required)"category"
: category or topic (optional)
- Separate multiple words with commas.
{
"vocab": [
{ "polish": "zima", "english": "winter", "category": "time/seasons" },
{ "polish": "jabłko", "english": "apple", "category": "food" },
{ "polish": "dzień", "english": "day", "category": "time" }
]
}
- Save your file as vocabulary.json.
- Click "Load Vocabulary" and select your JSON file.
- To export your current list, use the "Export JSON" button.