Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dutch): ✨ add new words #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 138 additions & 0 deletions data/dutch/words.json
Original file line number Diff line number Diff line change
Expand Up @@ -2498,6 +2498,144 @@
"id": 500,
"word": "zaken",
"definition": "Affairs"
},
{
"id": 501,
"word": "astringent",
"definition": "escribes something that tastes or smells biting or sharp or that irritates the eyes and nose "
},
{
"id": 502,
"word": "eukaryotic",
"definition": "an organism whose basic structural unit is a cell containing specialized organelles and a membrane-bound nucleus"
},
{
"id": 503,
"word": "jingoistic",
"definition": "militantly nationalistic or chauvinistic"
},
{
"id": 504,
"word": "paroxysmal",
"definition": "sudden and uncontrolled"
},
{
"id": 505,
"word": "pleiotropic",
"definition": "Genetics. responsible for or affecting more than one phenotypic characteristic"
}, {
"id": 506,
"word": "reification",
"definition": "the act of treating something abstract"
}, {
"id": 507,
"word": "phenomenological",
"definition": "of, relating to, or based on observed or observable facts"
}, {
"id": 508,
"word": "pugilistic",
"definition": "relating to or involving fighting with the fists, especially professional boxing"
}, {
"id": 509,
"word": "abeyance",
"definition": "being inactive or suspended"
}, {
"id": 510,
"word": "abeyant",
"definition": "latent"
}, {
"id": 511,
"word": "abolitionist",
"definition": "person wanting something ended"
}, {
"id": 512,
"word": "affranchise",
"definition": "emancipate"
}, {
"id": 513,
"word": "affray",
"definition": "fight"
}, {
"id": 514,
"word": "affricate",
"definition": "a phoneme which combines a plosive with an immediately following fricative or spirant sharing the same place of articulation"
}, {
"id": 515,
"word": "agglomerate",
"definition": "collect or form into a mass or group."
}, {
"id": 516,
"word": "agglutinate",
"definition": "firmly stick or be stuck together to form a mass."
}, {
"id": 517,
"word": "aggrandization",
"definition": "The act of aggrandizing, or the state of being aggrandized or exalted in power, rank, honor, or wealth; exaltation; enlargement."
}, {
"id": 518,
"word": "anchorite",
"definition": "a religious recluse."
}, {
"id": 519,
"word": "anchorage",
"definition": "A place where vessels anchor"
}, {
"id": 520,
"word": "anecdotal",
"definition": "not necessarily true or reliable,"
}, {
"id": 521,
"word": "dandify",
"definition": "to ressemble a dandy"
}, {
"id": 521,
"word": "daredeviltry",
"definition": "reckeless daring"
}, {
"id": 522,
"word": "daubings",
"definition": " to spread a thick or sticky liquid on something"
}, {
"id": 523,
"word": "daunt",
"definition": "making someone feel intimidiated"
}, {
"id": 524,
"word": "distress",
"definition": "extreme anxiety or sorrow"
}, {
"id": 525,
"word": "defforestation",
"definition": "removal of trees without replacemnt"
}, {
"id": 526,
"word": "afforestation",
"definition": "planting of trees to replace those removed"
}, {
"id": 527,
"word": "afflatus",
"definition": "inspiration"
}, {
"id": 528,
"word": "agamogenetic",
"definition": "asexual"
}, {
"id": 529,
"word": "affidavit",
"definition": "written legal decleration"
}, {
"id": 530,
"word": "affiance",
"definition": "promise"
}, {
"id": 531,
"word": "affectionateness",
"definition": "cordialnes"
}, {
"id": 532,
"word": "aery",
"definition": "vapory"
}
]


2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ app.use((err, req, res, next) => {

const port = process.env.PORT || 3000;
app.listen(port, function() {
console.log('listening on port ' + port);
console.log('listening on port localhost: ' + port);
});
Loading