Datasets:
File size: 26,513 Bytes
07d5aff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 |
eng,tun
english_text,"tunisia_text_en_alpabet
"
"can (pop, etc.)","ุจูููุงุทู
"
night club,"ุจูููุงุทู
"
dash (e.g. of salt),"ุชูุดููุดูุฉ
"
"to feed, fatten up (past singular masculine)","ุชูุนูุดูุนูุดู
"
"to dine, have dinner (past singular masculine)","ุชุนุดูู
"
"to get nutrition, eat, be fed (past singular masculine)","ุชุบุฏูู
"
"nutrition, diet","ุชูุบูุฐูููุฉ
"
apple,"ุชููููุงุญูุฉ
"
to steam (e.g. food) (past singular masculine),"ุชููููููุฑู
"
to crunch (past singular masculine),"ุชฺูจูุฑูู
ูุดู
"
to peel (past singular masculine),"ููุดููุฑู
"
"pressing, extracting rose water","ุชูููุทููุฑู ุงูุฒูููุฑู
"
to be fried (past singular masculine),"ุชูููููู
"
"to enjoy, taste food (past singular masculine)","ุชูููุฐููุฐู
"
dates (fruit),"ุชูู
ูุฑู
"
tuna,"ุชููู
"
to soak bread (past singular masculine),"ุชูููููุฎู ุงูุฎูุจูุฒู
"
"herbal tea, tisanne","ุชููุฒูุงููุง
"
garlic,"ุซููู
ู
"
gelatin,"ุฌูุงููุงุชูููู
"
cheese,"ุฌูุจููู
"
homemade bread made in some areas,"ุฌูุฑูุฏฺูจูุฉ
"
"big eater, pig","ุฌูุฑูุดู
"
a butcher,"ุฌูุฒููุงุฑู
"
"to butcher, chop (past singular masculine)","ุฌูุฒููุฑู
"
green beans,"ุฌูููุจูุงููุฉ
"
Sesame seeds,"ุฌูููุฌูููุงูู
"
"nothingโs left of the food, he took everything","ุฌูุฏ ู ุงูุนุธู
"
to collect fruit from trees (past singular masculine),"ุฌูู
ูุนู ุงูุดูุฌูุฑู
"
to reap olives (past singular masculine),"ุฌูููู ุงูุฒููุชูููู
"
Walnut,"ุฌูููุฒูุฉ
"
spicy,"ุญูุงุฑู
"
a fast food shop,"ุญูุงูููุชู ุฃููููุฉ ุฎููููููุฉ
"
cherry,"ุญูุจู ุงูู
ูููููู
"
basil,"ุญูุจููู
"
grain,"ุญูุจููุจู
"
reservation (at restaurant),"ุญูุฌูุฒู
"
"to detain, confiscate (past singular masculine)","ุญูุฌูุฒู
"
iron (vitamin in food),"ุญูุฏููุฏู ููู ุงูู
ูุงููููุฉ
"
spiciness,"ุญูุฑููุฑููููุฉ
"
calorie,"ุญุฑูุฑุฉ
"
soup,"ุญูุณูุงุกู
"
to put something in the oven (past singular masculine),"ุญูุดูู ููู ุงููููุดูุฉ
"
the crops after the harvest,"ุญุตูุฏุฉ
"
field to be harvested,"ุญุตูุฏุฉ
"
to set lunch/breakfast on the table (past singular masculine),"ุญูุทู ุงูููุทููุฑู
"
to put food over a fire (past singular masculine),"ุญูุทู ุงูู
ูุงููููุฉ ุนูุงููููุงุฑู
"
to add yeast (past singular masculine),"ุญูุทู ููุฎูู
ููุฑูุฉ
"
to preserve food (past singular masculine),"ุญูููุถู ุงูู
ูุงููููุฉ
"
type of pasta for soup,"ุญูุงููู
ู
"
Sweetness,"ุญูููุงููุฉ
"
"sweet, delicious","ุญูููู
"
"nice, beautiful","ุญูููู
"
to add sugar to something (past singular masculine),"ููุญูููู
"
to eat sugary food (past singular masculine),"ููุญูููู
"
candy,"ุญูููููู
"
to become sweet (past singular masculine),"ุญูููู
"
"to become fun, nice, enjoyable (past singular masculine)","ุญูููู
"
milk,"ุญููููุจู
"
milk and its derivatives,"ุญููููุจู ูู ู
ูุดูุชููููุงุชูู
"
chickpeas,"ุญูู
ูุตู
"
bread,"ุฎูุจูุฒู
"
bread that was baked yesterday,"ุฎูุจูุฒู ุจูุงููุชู
"
bread made of barley,"ุฎูุจูุฒู ุดูุนููุฑู
"
whole grain bread,"ุฎูุจูุฒู ูููู
ููพูููุง
"
"grilled bread, toast","ุฎูุจูุฒู ู
ูุจูุดูู
ูุทู
"
piece of bread,"ุฎูุจูุฒูุฉ
"
cake,"ุฎูุจูุฒูุฉ ฺจูุชููู
"
two pieces of bread,"ุฎูุจูุฒูุชูููู
"
a small piece of bread,"ุฎูุจููุฒูุฉ
"
he ate his food,"ุฎูุฐูุง ููุทููุฑูู
"
he took a bite of something,"ุฎูุฐูุง ููุฏูู
ูุฉ
"
he took a small bite,"ุฎูุฐูุง ููุชูุดูุฉ
"
mustard,"ุฎูุฑูุฏููู
"
he stored the crop,"ุฎูุฒูููู ุงูุตููุงุจูุฉ
"
lettuce,"ุฎูุตู
"
a head of lettuce,"ุฎูุตููุฉ
"
fountain,"ุฎูุตููุฉ
"
vegetables,"ุฎูุถูุฑูุฉ
"
vinegar,"ุฎูููู
"
he mixed it with sauce,"ุฎููููุทูููุง ุจูุงูุตูููุตู
"
"to brew, ferment (past singular masculine)","ุฎูู
ููุฑู
"
wine,"ุฎูู
ูุฑู
"
"to allow the dough to ferment, prove, rise (past singular masculine)","ุฎูู
ููุฑู ุงูุนูุฌููููุฉ
"
of or relating to wine,"ุฎูู
ูุฑููููุฉ
"
yeast,"ุฎูู
ููุฑูุฉ
"
beer yeast,"ุฎูู
ููุฑูุฉู ุจููุฑููุฉ
"
bread yeast,"ุฎูู
ููุฑูุฉู ุฎูุจูุฒู
"
peach,"ุฎููุฎู
"
flat peach,"ุฎููุฎู ุจููุทูุจูููุงููุฉ
"
the condition when the individual has not yet taken his breakfast,"ุฎูููู
"
lunch (sometimes breakfast),"ุฏูุงุฌููููุง
"
dessert,"ุฏูุงุณูุงุฑู
"
roasted chicken,"ุฏูุฌูุงุฌูุฉ ุฑููุชูู
"
sorghum,"ุฏูุฑูุนู
"
best type of dates,"ุฏฺูจูููุฉ
"
watermelon,"ุฏููููุงุนู
"
to eat (past singular masculine),"ุฏูู
ูููู
"
Poultry,"ุฏูููุงุฌููู
"
to serve alcohol in a glass (past singular masculine),"ุฏููููุฒู
"
"shot (of alcohol), dose","ุฏููุฒูุฉ
"
melted in the mouth ( tasty ),"ุชุฐูุจ ููู ุงูููู
ู
"
"to taste, try (past singular masculine)","ุฐุงูู
"
to have someone try a taste (past singular masculine),"ุฐูููููู
"
taste (ability to recognize quality),"ุฐููููู
"
a little bit of food for taste,"ุฐูููุงููุฉ
"
"dining room, cafeteria","ุฑูุงููููุชูููุงุฑู
"
"fermented milk, buttermilk","ุฑูุงููุจู
"
bunch of parsley,"ุฑูุจูุทูุฉ ู
ูุนูุฏููููุณู
"
"to grind, make into powder (past singular masculine)","ุฑูุญูู
"
to grind coffee (past singular masculine),"ุฑูุญูู ุงูููููููุฉ
"
restaurant,"ุฑูุณูุชููุฑูููู
"
"pasta, noodle-like","ุฑูุดูุชูุฉ
"
"food made out of mashed fruits, served as breakfast","ุฑููููุณูุฉ
"
licorice,"ุฑฺูจููููุฒู
"
to prepare a little bit of food (past singular masculine),"ุฑููููุจู ููู
ู
"
"to mix, beat (past singular masculine)","ุฑูููุถู
"
to run (past singular masculine),"ุฑูููุถู
"
pomegranate,"ุฑูู
ููุงูู
"
bay leaf,"ุฑูููุฏู
"
roasted,"ุฑููุชูู
"
rice,"ุฑููุฒู
"
meal of rice mixed with meat and vegetables,"ุฑููุฒู ุฌูุฑูุจูู
"
diet,"ุฑููุฌููู
ู
"
basil,"ุฑูููุญูุงูู
"
ricotta cheese,"ุฑฺูจูุชุฉ
"
butter,"ุฒูุจูุฏูุฉ
"
raisin,"ุฒูุจููุจู
"
"dessert made with nuts, honey and butter (served when baby is born)","ุฒูุฑููุฑู
"
Thyme,"ุฒูุนูุชูุฑู
"
saffron,"ุฒุนูููุฑูุงูู
"
"to drink up something all at once, slurp down (past singular masculine)","ุฒฺูจูุนูุจู
"
pine seed used for making Asida (pudding),"ุฒููููููู
"
Grapefruit,"ุฒูููุจูุงุนู
"
"meat, flesh","ุฒููููู
ูุฉ
"
oil,"ุฒููุชู
"
Castor oil,"ุฒููุชู ุงูุฎูุฑูููุนู
"
Almond oil,"ุฒููุชู ุงูููููุฒู
"
Virgin (cold press) olive oil,"ุฒููุชู ุจูููุฑู
"
vegetable oil sold at subsidized price by government,"ุฒููุชู ุญูุงููู
ู
"
Olive oil,"ุฒููุชู ุฒููุชููููุฉ
"
olive,"ุฒููุชูููู
"
add more sugar,"ุฒููุฏู ุงูุณูููููุฑู
"
syrup,"ุณูุฑูู
"
fruit salad,"ุณูุงููุงุฏู ุฏูู ููุฑูููู
"
seafood salad,"ุณูุงููุงุฏู ููุฑูููู ุฏูู ู
ูุงุฑู
"
sandwich,"ุณูุงููุฏูููุชูุดู
"
spaghetti,"ุณููพูุงฺจูุชููู
"
steak,"ุณูุชูุงูู
"
ุณูุชููููุฉ,"milk-based drink/pudding in Middle East
"
"ุณูุญูููุจู,to heat up"," prepare breakfast (past singular masculine)
"
"ุณูุฎูููู ุงูููุทููุฑู,to serve (at restaurant"," cafรฉ) (past singular masculine)
"
ุณูุฑูุจูู,"sardine
"
ุณูุฑูุฏููููุฉ,"quince
"
ุณูููุฑูุฌููู,"carrot
"
ุณููููููุงุฑูููุฉ,"skewer
"
"ุณูููููุฏู,to satisfy someoneโs appetite more than necessary"," make someone (past singular masculine)stuffed
"
ุณููููู
ู,"turkey breast
"
ุณูููุงููููพู,"sugar
"
ุณููุฑ,"granulated sugar
"
ุณููููุฑู ู
ุฑุญู,"brown sugar
"
ุณููููุฑู ุฃุณูู
ูุฑู,"vanilla sugar
"
ุณููููุฑู ููุงูููููููุง,"ginger
"
ุณูููููุฌูุจููุฑู,"salad
"
ุณูููุงุทูุฉู,"Celtia (Tunisian beer)
"
ุณูููุชูููุง,"chard
"
ุณููููู,"semolina
"
ุณูู
ููุฏู,"soufflet
"
ุณูููุง,"Lemonade
"
ุณููุชูุฑููููุงุฏู,"Cherry
"
ุณูุฑูุฒ,"black cumin
"
ุณูููููุฌู,"Chapati (an unleavened flatbread)
"
ุดูุงุจูุงุชูู,"sweet almond paste
"
"ุดูุงู
ููููุฉู,hungry for"," wanting
"
ุดูุงููู,"appetite
"
"ุดูุงููููุฉู,Bon appetite"," eat up
"
"ุดูุงููููุฉู ุทูููุจูุฉู,good appetite"," healthy appetite
"
ุดุงููุฉ ู
ุญูููุฉ,"the loss of appetite
"
ุดูุงููููุฉ ู
ูููุทููุนูุฉ,"he always has a good appetite
"
ุดูุงูููุชูู ุฏููู
ูุง ู
ูุญููููููุฉู,"Chawarma (type of meat)
"
ุดูุงููุฑูู
ูุง,"very salty
"
"ุดููุจู,to become full"," eat until youโre full (past singular masculine)
"
ุดูุจูุนู,"to dip in sugar and lemon solution (past singular masculine)
"
ุดูุญููุฑู,"a solution of sugar and lemon
"
"ุดุญูุฑ,to wait to eat"," to control yourself from eating (past singular masculine)
"
ุดุฏ ุฑูุญู ุนู ุงูู
ุงููุฉ,"alcohol
"
ุดูุฑูุงุจู,"beverage
"
ุดูุฑูุงุจู,"red wine
"
ุดูุฑูุงุจู ุฃูุญูู
ูุฑู,"brand of wine
"
ุดุฑุงุจ ู
ุฑูุงู,"to drink (past singular masculine)
"
ุดูุฑูุจู,"to give someone something to drink (past singular masculine)
"
ุดุฑููุจู,"to drink the oil of something (past singular masculine)
"
ุดูุฑูุจู ุงูุฒูููุชู ู
ูุชูุงุนูู,"to drink water (past singular masculine)
"
ุดูุฑูุจู ุงูู
ูุงุกู,"to drink slowly (past singular masculine)
"
ุดูุฑูุจู ุจูุงูุดููููููุง,"to drink a lot (past singular masculine)
"
ุดูุฑูุจู ุจูุฑูุดูุง,"to drink a little water (past singular masculine)
"
ุดูุฑูุจู ุดูุฑูุจูุฉู ู
ูุงุกู,"to take a big gulp of water (antiquated) (past singular masculine)
"
ุดูุฑูุจู ฺจูุฑูุชููุนู,"to drink from the bottle (past singular masculine)
"
ุดูุฑูุจู ู
ู ุงูุฏูุจูููุฒูุฉู,"watered-down drink (was too concentrated before)
"
ุดูุฑูุจู ู
ูุญูููููู,"soup
"
ุดูุฑูุจูุฉู,"type of food
"
"ุดูุฑูู
ููููุฉู,good eater"," always eats
"
ุดูุฑููู,"greedy person
"
ุดูุฑููู,"barley
"
ุดุนูุฑ,"to start eating breakfast (break the fast) (past singular masculine)
"
ุดู ูุทุฑู,"to make Chakchouka (past singular masculine)
"
"ุดูุดู,Chakchouka (dish with peppers, tomatoes, onions"," no meat)
"
ุดูุดููุฉ,"Chocolate
"
ุดููุงุทุฉ,"leather pouch used to make buttermilk
"
ุดูููููุฉู,"mushroom
"
ุดู
ุจููููู,"extremely hungry and greedy (used in expression)
"
ุดูู
ููุทูุฑู,"shrimp
"
ุดููุฑุงุช,"to grill over fire (past singular masculine)
"
ุดูููู ููู ุงููููุงุฑู,"Schweppes (soft drink brand name)
"
ุดููุจุณ,"chewing gum
"
ุดฺููููููจููู
ู,"chips
"
"ุดููุจูุณู,Chiclets"," chewing gum
"
ุดูููู,"island in Lac
"
ุดูููู,"the olive crop
"
ุตูุงุจูุฉู ุงูุฒูููุชูููู,"the corn crop
"
ุตูุงุจูุฉู ุงูููุทูุงููููุง,"salami
"
ุตูุงููุงู
ูู,"sauce for pasta
"
"ุตูุงููุตูุง,food cooked in large quantities and served at military base"," prison
"
"ุตูุจููุฉู,to store"," preserve food (past singular masculine)
"
ุตูุจููุฑู ููู
ูุงููููุฉู,"to filter water (past singular masculine)
"
ุตููููู ุงูู
ูุงุกู,"to boil something in water (past singular masculine)
"
ุตูู
ูุทู,"semolina
"
ุตูู
ููุฏ,"good cook
"
ุตููููุงูู,"Iljias fingers (tunisian food)
"
ุตูููุงุจูุนู ุนูููุฌููููุฉู,"soy
"
ุตููุฌูุง,"sodium
"
ุตููุฏููููู
ู,"salmon
"
"ุตููู
ูููู,Tunisian baked dish with eggs, potatoes, tuna"," etc.
"
ุทูุงุฌูููู,"flour
"
ุทูุญููููุฉู,"Torchi (cauliflower brined in vinegar)
"
"ุทูุฑูุดูู,recipe"," how to cook something
"
ุทูุฑููููุฉู ุงูุทููุจูุฎู,"tomato
"
ุทูู
ูุงุทูู
ู,"pot for cooking
"
ุทูููุฌูุฑูุฉู,"sugar cubes
"
ุทูููุงุจูุนู ุณููููุฑู,"to cook over a low fire (past singular masculine)
"
ุทููููุจู ุนูููู ููุงุฑู ููุงุฏูููุฉู,"to cook lunch (past singular masculine)
"
ุทููููุจู ููููุทููุฑู,"to steam (past singular masculine)
"
"ุทููููุจูููุง ุจูููุจูุฎูุงุฑู,rotten, moldy"," stagnant
"
"ุนูุงูููู,Ojja (dish with eggs, tomatoes"," etc.)
"
ุนูุฌููุฉู,"to knead (past singular masculine)
"
ุนูุฌููู,"dough
"
ุนูุฌููููุฉู,"the dough rises
"
"ุนูุฌููููุฉู ุชูุฎูู
ูุฑู,pure water"," potable water
"
"ุนูุฐูุจู,smooth"," beautiful voice
"
ุนูุฐูุจู,"greens of a vegetable
"
ุนูุฑููุดู,"tribes
"
ุนูุฑููุดู,"pure honey
"
"ุนูุณููู ุญูุฑูู,to host for dinner"," feed someone dinner (past singular masculine)
"
ุนูุดููู,"stuffed sheep stomach
"
ุนูุตูุจูุงูู,"to make juice (past singular masculine)
"
ุนูุตูุฑู ุงูุดููุฑูุงุจู,"juice
"
ุนูุตููุฑู,"fruit juice
"
"ุนูุตููุฑู ุบููููุฉู,egg"," chocolate egg
"
ุนูุถูููู
ูุฉู,"a rotten egg
"
ุนูุธูู
ูุฉู ุญูุงุฑูู
ูุฉู,"bad apple in a family
"
ุนูุธูู
ูุฉู ุญูุงุฑูู
ูุฉู,"peeled (and boiled) egg
"
"ุนูุธูู
ูุฉู ู
ูููุดูุฑูุฉู,traditional"," small pieces of gum
"
ุนููุฉ,"to set the table (past singular masculine)
"
ุนูู
ููุฑู ุงูุทูุงููููุฉู,"to have a dish of something (past singular masculine)
"
ุนูู
ููู ุตูุญููู,"to host a dinner (past singular masculine)
"
ุนูู
ููู ุนูุดูุงุกู,"to have a drink (especially tea) (past singular masculine)
"
ุนูู
ููู ููุงุณู,"to taste the same as something else (past singular masculine)
"
ุนูููุฏูููุง ููููุณู ุงูุทููุนูู
ู ู
ูุชูุงุนู ููุฎูุฑูู,"clove
"
"ุนููุฏู ููุฑููููููู,reserve of food"," stock
"
ุนููููุฉู,"plum
"
ุนููููููุฉู,"sandwich with egg and harissa
"
ุนููููุงุฑูู,"last name
"
ุนููููุงุฑูู,"yolk
"
ุนูููู ุงูุจููุถูุฉู,"dish with egg and ground meat (at weddings)
"
ุนูููู ุณูุจููููููุฑููููุฉู,"prepared food
"
"ุบูุฏูู,related to nutrition"," food
"
"ุบูุฐูุงุฆููููุฉู,to pick up with a spoon"," to scoop out with oneโs hand (past singular masculine)
"
ุบูุฑููู,"to bread or batter meat before frying (past singular masculine)
"
ุบูุทููุณู ููู ููููุฑููููุฉู,"fruit
"
ุบููููุฉู,"to boil (past singular masculine)
"
ุบููููู,"flour
"
ููุงุฑููููุฉู,"white wine
"
ููุงูู ุจูููููู,"rosรฉ wine
"
ููุงูู ุฑููุฒูุง,"crumbs
"
ููุชูุงุชู,"radish
"
"ููุฌููู,film at the top of something boiled"," especially milk
"
ููุฑูุงุฑูุฉู,"strawberries
"
ููุฑูุงููููุฉู,"to clean out the intestines (past singular masculine)
"
ููุฑููุบู ู
ูุตูุงุฑูููู,"they served baclava
"
ููุฑูููู ููุจูููููุงููุฉู,"raspberry
"
"ููุฑูู
ูุจูููุงุฒู,formula"," recipe
"
ููุฑูู
ูููู,"cheese
"
ููุฑููู
ูุงุฌู,"french fries
"
ููุฑููุชู,"type of barley soup
"
ููุฑูููู,"fricassรฉ
"
ููุฑููููุงุณูู,"pistachio
"
ููุฒูุฏููู,"yolk
"
ููุตูู,"egg white
"
ููุตูู ุงูุฃูุจูููุถู,"egg yolk
"
ููุตูู ุงูุฃูุตูููุฑู,"egg yolk
"
ููุตู ู
ูุชูุงุนู ุงูุนูุธูู
ู,"to eat breakfast or lunch (past singular masculine)
"
ููุทูุฑู,"light breakfast
"
ููุทููุฑู ุฎูููููู,"lunch
"
ููุทููุฑู ููุตู ุงูููููุงุฑู,"fried unleavened dough
"
ููุทููุฑูุฉู,"cucumber
"
ููููููุตูุฉู,"black pepper
"
"ููููููู ุฃูููุญููู,chili pepper"," hot pepper
"
"ูููููููู ุจูุงุฑู ููุนูุจููุฏู,red pepper"," paprika
"
ูููููููู ุฒููููุฉู,"cinnamon candy
"
ูููููููู,"lemon fanta soda
"
"ููููุชูุง ุณููุชูุฑูููู,stuffed dish with peppers"," tomatoes and corn
"
ููููุฏููู ููุบููููุฉู,"nutritional value
"
"ููููุงุฆูุฏู ุบูุฐูุงุฆููููุฉ,to spice"," flavor (past singular masculine)
"
ููููุญู,"to steam (past singular masculine)
"
ูููููุฑู,"fava bean
"
ููููู,"fondant cake
"
ูููููุฏูููู,"it has a taste
"
ููููู ู
ูุทูุนูู
ู,"thereโs a restaurant in it
"
ููููู ู
ูุทูุนูู
ู,"cake
"
ฺจูุงุชูู,"lemon
"
"ููุงุฑูุตู,acidic"," sour
"
ููุงุฑูุตู,"soda
"
ฺจูุงุฒููุฒู,"Medeb soda
"
"ููุงุฒููุฒู ุงููู
ุฏููุจู,bunch (of parsley"," etc.)
"
"ฺจูุชููุฉู,to knead"," prepare dough (past singular masculine)
"
ฺจูุฏูู ููุนูุฌููููุฉู,"how many sugar cubes would you like?
"
ููุฏููุงูู ุณููููุฑู,"to serve a plate/dish (past singular masculine)
"
"ููุฏููู
ู ุทูุจููู,bite of"," piece of something
"
ููุฏู
ุฉ,"piece of bread
"
"ููุฏูู
ูุฉู ุฎูุจูุฒู,dried meat"," jerky
"
"ููุฏูููุฏู,cheap, stingy person"," Scrooge
"
"ููุฏูููุฏู,to become acidic"," go bad (past singular masculine)
"
"ููุฑูุงุณู,wrapper"," especially for nuts
"
"ููุฑูุทูุงุณู,to drink quickly"," swallow down (past singular masculine)
"
"ูุฑุทุน,pumpkin"," squash
"
ููุฑูุนู,"pumpkin
"
"ููุฑูุนู ุฃูุญูู
ูุฑู,zucchini"," courgette
"
ููุฑูุนู ุฃูุฎูุถูุฑู,"plant used in spices
"
ฺจูุฑูููุงููุฉู,"cinnamon
"
"ููุฑูููุฉู,to crush, mill, grind"," typically with traditional olive grinder (past singular masculine)
"
ฺจูุฑฺูจูุจู,"someone who eats a lot
"
ฺจูุฑูู
ูุฉู,"state of being sour
"
ููุฑููุตููููุฉู,"to peel an orange (past singular masculine)
"
"ููุดููุฑู ุงูุจูุฑูุฏูููุงูู,peels, husk"," etc.
"
ููุดููุฑู,"people not from a given city/area (negative)
"
ููุดููุฑู,"cane sugar
"
"ููุตูุจู ุณููููุฑูู,corn"," or popcorn
"
ููุทูุงููููุฉู,"distillation of whiskey
"
"ููุทููุฑู ุงููููุณูููู,end"," crust or heel of bread
"
ููุนูู
ููุฑูุฉ ู
ูุชูุงุนู ุฎูุจูุฒู,"fried meat
"
"ููููุงููุฉู,they harvested"," pulled out potatoes
"
ฺจูููุนูู ุงูุจูุทูุงุทูุง,"apricot pits
"
ูููููุจู ุงูู
ูุดูู
ูุงุดู,"pumpkin seeds
"
ฺจููููุจู ฺููจูุฑูุนู,"wheat
"
ููู
ูุญู,"okra
"
ฺจูููุงูููููุฉู,"Coffee
"
"ููููููุฉู,coffee shop"," cafรฉ
"
ููููููุฉู,"filtered coffee
"
ููููููุฉู ูููููุชูุฑู,"coffee beans
"
ููููููุฉู ููุนูุจู,"ground coffee
"
ููููููุฉู ู
ูุฑูุญููููุฉู,"coffee with milk on bottom and coffee on top
"
ููููููุฉู ู
ููููููุจูุฉู,"to drink coffee (past singular masculine)
"
ููููููุฌู,"ricotta cheese
"
ฺจููุชูุง,"cappucino with extra milk
"
ููุงุจููุณูุงูู ุจูุฒูุงููุฏู ุญููููุจู,"cup of tea
"
ููุงุณู ุชูุงูู,"Cafรฉ-Bar
"
ููุงููุง ุจูุงุฑู,"Chocolate coffee
"
ููุงููุง ุดูููููููุง,"Peanut
"
ููุงูููููููุฉู,"Capers
"
ููุจููุงุฑู,"Beef liver
"
ููุจูุฏูุฉู ุจูููุฑูู,"crepe
"
ููุฑูุงุจู,"radish-like plant
"
ููุฑููุงุถู,"Edible intestines of cow or sheep
"
ููุฑูุดูุฉู,"turmeric
"
ููุฑูููู
ู,"cabbage
"
ููุฑูู
ูุจู,"Fig
"
ููุฑูู
ููุณู,"Croissant
"
ููุฑูููุงุณูููู,"Shrimp
"
ููุฑููููุงุชู,"Cream dessert
"
ููุฑููู
ูุฉู,"Couscous
"
ููุณูููุณูู,"some Berber beer
"
ููุนูุจูุงุชู ุจูุฑูุจูุฑู,"Traditional Tunisian dessert
"
"ููุนููู ููุฑูููุฉู,Cake"," sweet
"
ููุนูููุฉู,"Tunisian meatball
"
ููููุชูุฉู,"to eat (past singular masculine)
"
"ููููุง,to eat and criticize food at same time"," enjoy yet complain (past singular masculine)
"
ููููุง ุงูุบููููุฉู ูู ุณูุจูู ุงูู
ููููุฉู,"celery
"
ููููุงููุตู,"he ate his and his friendโs share
"
ููููู ุจูุงููู ูู ุจูุงูู ุตูุงุญูุจูู,"He ate fast food
"
ููููู ุญูุงุฌูุฉู ุฎููููููุฉู,"He ate just a little
"
"ููููู ุฏููุจู ุฅููููุงุดู,He ate a ton"," anything he found
"
"ููููู ุนูููู ุจูุนูุถูู,he ate a ton"," an unbelievable amount
"
ููููู ู
ูุดู ูููุฑูู
ูุงูู,"Cumin
"
ููู
ููููู,"Tunisian dish with liver
"
ููู
ููููููููุฉู,"Cutlet
"
ูููุชููุงูุชู,"ูููููุง ุชูุฑููููุชู ุณูุงูููู
"
"casserole dish, sealable dish","ููููููุชู
"
"to weigh, measure with cup (past singular masculine)","ููููููู
"
fruit cocktail with bananas and milk,"ููุง ุฏู ุจูููู
"
sweet palm sap drink,"ููุงููู
ูู
"
meat,"ููุญูู
ู
"
ground meat,"ููุญูู
ู ู
ูููุฑููู
ู
"
piece of meat,"ููุญูู
ูุฉู
"
small pasta used in soup,"ููุณูุงูู ุนูุตููููุฑู
"
to lick the plate (past singular masculine),"ููุญุณ ุงูุตููุญููู ุจูููุณูุงููู
"
spices,"ูููููุงุญู
"
turnip,"ููููุชู
"
piece of bread you use to eat something,"ููููู
ุฉ
"
"living, portion","ููููู
ุฉ
"
lunch or breakfast get-together,"ููู
ููุฉู ู
ูุชูุงุนู ููุทููุฑู
"
snack,"ููู
ูุฌูุฉู
"
anchovies,"ููููุดููููุง
"
traditional gum,"ูููุจูุงููุฉู
"
beans,"ูููุจูููุฉ
"
to toss food with force (past singular masculine),"ูููููุญู ุงูู
ูุงููููุฉู ุชููููููุญู
"
almond,"ูููุฒู
"
"sauce, gravy, salt","ูููุฏูุงู
ู
"
liquor,"ููููููุฑู
"
"lemon, lime, orange","ูููู
ู
"
lemonade,"ูููู
ููููุงุถูุฉู
"
he has no appetite,"ู
ูุง ุนูููุฏููุดู ุดูุงููููุฉู
"
"he has no money to eat, no food","ู
ูุง ุนููููุดู ุจูุดู ููุงูููู
"
he doesnโt eat carbs,"ู
ูุง ููุงูููููุดู ุงูุนูุฌูููู
"
"doesnโt go bad, stays edible/potable","ู
ูุง ููููุณูุฏููุดู
"
pure water,"ู
ูุงุกู ุตูุงููู
"
bitter water,"ู
ูุงุกู ู
ูุงุณูุทู
"
to be dying of hunger (past singular masculine),"ู
ุงูุชู ุจูุงูุดููุฑู
"
heโs dying of hunger,"ู
ูุงุชู ู
ููู ุงูุฌููุนู
"
margarine,"ู
ูุงุฑููููุฑูููู
"
he drinks (alcohol) a lot,"ู
ูุงุฑูููุง ุฏูุจูููุฒูุฉู
"
he drinks (alcohol) a lot,"ู
ูุงุฑูููุง ุดูุฑูุงุจู
"
heโs eaten,"ู
ูุงูููู
"
food,"ู
ูุงููููุฉู
"
delicious food,"ู
ูุงููููุฉ ุจููููููุฉ
"
very healthy food,"ู
ูุงููููุฉู ููููููููุง ู
ูููููุนูุฉู
"
"dirty, unclean food","ู
ูุงููููุฉู ู
ูุณููุฎูุฉู
"
undigested food,"ู
ุงููุฉ ู
ููุด ู
ูุถู
ุฉ
"
your cooking is delicious,"ู
ูุงููููุชููู ุจููููููุฉู
"
salty,"ู
ููุงููุญู
"
mayonnaise,"ู
ูุงูููููุงุฒู
"
bread or sweet (or other food) with fennel,"ู
ูุจูุณููุณู
"
toasted,"ู
ูุจูุดูู
ูุทู
"
inedible,"ู
ูุชููุชูุงูููููุดู
"
having eaten dinner,"ู
ูุชูุนูุดููู
"
very spicy,"ู
ูุญูุฑูุญูุฑู
"
"grilled, baked (made red)","ู
ูุญูู
ูุฑูุฉู
"
balls of pasta (larger than couscous),"ู
ูุญูู
ูุตูุฉู
"
egg yolk,"ู
ูุฎูู ุงูุนูุธูู
ู
"
baked (oven),"ู
ูุฎูุจููุฒู
"
moldy,"ู
ูุฎูุฒููุฒู
"
"to eat a lot really quickly, without manners (past singular masculine)","ู
ูุฎูู
ูุฎู
"
leavened,"ู
ูุฎูู
ููุฑูุฉู
"
dish with meatballs,"ู
ูุฏููููููุฉู
"
"mandarin orange, clementine","ู
ูุฏููููููุฉู
"
bitter,"ู
ูุฑูู
"
spicy sausage,"ู
ูุฑูููุงุฒู
"
"sauce, dish","ู
ูุฑูููุฉู
"
cauliflower sauce dish,"ู
ูุฑูููุฉู ุจูุฑููููููู
"
potatoe sauce dish,"ู
ูุฑูููุฉู ุจูุทูุงุทูุง
"
pea sauce dish,"ู
ูุฑูููุฉู ุฌูููุจูุงููุฉู
"
vegetable (greens) sauce dish,"ู
ูุฑูููุฉู ุฎูุถูุฑูุฉู
"
bean sauce dish,"ู
ูุฑูููุฉู ูููุจูููุง
"
half-cooked egg,"ู
ูุฑููููุจูุฉู
"
"still green, still young/not cooked","ู
ูุฒููุงููุชู ุฎูุถูุฑูุฉู
"
i just ate breakfast/lunch,"ู
ูุฒููููุชู ููู ููุทูุฑูุชู
"
"not hungry, no appetite","ู
ูุณููููู
ู
"
"type of hot, long pepper","ู
ูุณูููู
"
"bland, without salt","ู
ูุณููููุณู
"
drink,"ู
ูุดูุฑููุจู
"
"Tunisian dish with peppers, tomatoes and onions, like Ojja without eggs","ู
ูุดูููููุดู
"
apricot,"ู
ูุดูู
ูุงุดู
"
"to eat, gnaw on (past singular masculine)","ู
ูุดูู
ูุดู
"
"grilled, grilled meat","ู
ูุดูููู
"
canned goods,"ู
ูุตูุจููุฑูุงุชู
"
"doughy, undercooked","ู
ูุนูุฌููููุฉู
"
parsley,"ู
ูุนูุฏููููุณู
"
"cake, similar to almond harissa cakes","ู
ูุนูุดูุนูุดู
"
winepress,"ู
ูุนูุตูุฑูุฉู ุงูุดููุฑูุงุจู
"
boiled,"ู
ูุบููููู
"
"ground, minced","ู
ูููุฑููู
ู
"
"hot, spicy","ู
ููููููููู
"
"dried, preserved","ู
ูููุฏููุฏู
"
fried dessert with figs or almonds,"ู
ูููุฑููุถู
"
pasta with lots of sauce,"ู
ูููุฑููููุฉู ุฌูุงุฑูููุฉู
"
peeled,"ู
ูููุดููุฑู
"
sandwich with special dough and cheese,"ู
ููููููุจู
"
"upside down, inside out, flipped over","ู
ููููููุจู
"
fried,"ู
ูููููู
"
nuts,"ู
ูููุณูุฑูุงุชู
"
salt shaker,"ู
ูููุงูุญูุฉู
"
"to salt, add salt (past singular masculine)","ู
ููููุญู
"
wrappers for brik,"ู
ูููุณููููุฉู
"
"to eat (used with babies, young children) (past singular masculine)","ู
ูู
ููู
"
tasteless,"ู
ููู ุบููุฑู ู
ูุทูุนูู
ู
"
"nibbled at, partially-eaten","ู
ูููุชููุดู
"
napkin,"ู
ูููุฏููููุฉู
"
"apron, school uniform","ู
ูููุฏููููุฉู
"
"mint-flavored, minty","ู
ูููุนูููุนู
"
soaked in a liquid,ู
ูููููุฎููุฉู
|