mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
90 lines
2.8 KiB
PHP
90 lines
2.8 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'Cookies' => 'Kurabiyeler',
|
||
'Chocolate' => 'Çikolata',
|
||
'Pantry' => 'Kiler',
|
||
'Candy cupboard' => 'Şeker dolabı',
|
||
'Tinned food cupboard' => 'Konserve dolabı',
|
||
'Fridge' => 'Buzdolabı',
|
||
'Piece' => 'Tane',
|
||
'Pieces' => 'Tane',
|
||
'Pack' => 'Paket',
|
||
'Packs' => 'Paket',
|
||
'Glass' => 'Bardak',
|
||
'Glasses' => 'Bardak',
|
||
'Tin' => 'Teneke',
|
||
'Tins' => 'Teneke',
|
||
'Can' => 'Konserve',
|
||
'Cans' => 'Konserve',
|
||
'Bunch' => 'Demet',
|
||
'Bunches' => 'Demet',
|
||
'Gummy bears' => 'Jelibon ayı',
|
||
'Crisps' => 'Cips',
|
||
'Eggs' => 'Yumurta',
|
||
'Noodles' => 'Noodle',
|
||
'Pickles' => 'Turşu',
|
||
'Gulash soup' => 'Gulaş çorbası',
|
||
'Yogurt' => 'Yoğurt',
|
||
'Cheese' => 'Peynir',
|
||
'Cold cuts' => 'Söğüş',
|
||
'Paprika' => 'Kırmızı biber',
|
||
'Cucumber' => 'Salatalık',
|
||
'Radish' => 'Turp',
|
||
'Tomato' => 'Domates',
|
||
'Changed towels in the bathroom' => 'Banyoda değişen havlular',
|
||
'Cleaned the kitchen floor' => 'Temizlenen mutfak zeminleri',
|
||
'Warranty ends' => 'Garantisi bitiyor',
|
||
'TV remote control' => 'TV uzaktan kumandası',
|
||
'Alarm clock' => 'Alarm saati',
|
||
'Heat remote control' => 'Uzaktan ısı kontrolü',
|
||
'Lawn mowed in the garden' => 'Biçilen bahçeler',
|
||
'Some good snacks' => 'Bazı iyi atıştırmalıklar',
|
||
'Pizza dough' => 'Pizza hamuru',
|
||
'Sieved tomatoes' => 'Elenmiş domates',
|
||
'Salami' => 'Salam',
|
||
'Toast' => 'Tost',
|
||
'Minced meat' => 'Kıyma',
|
||
'Pizza' => 'Pizza',
|
||
'Spaghetti bolognese' => 'Spagetti bolonez',
|
||
'Sandwiches' => 'Sandviç',
|
||
'English' => 'İngilizce',
|
||
'German' => 'Almanca',
|
||
'Italian' => 'İtalyanca',
|
||
'Demo in different language' => 'Farklı dilde bir demo',
|
||
'This is the note content of the recipe ingredient' => 'Bu, tarif malzemesi için bir not içeriği',
|
||
'Demo User' => 'Demo Kullanıcısı',
|
||
'Gram' => 'Gram',
|
||
'Grams' => 'Gram',
|
||
'Flour' => 'Un',
|
||
'Pancakes' => 'Pankek',
|
||
'Sugar' => 'Şeker',
|
||
'Home' => 'Ev',
|
||
'Life' => 'Yaşam',
|
||
'Projects' => 'Projeler',
|
||
'Repair the garage door' => 'Garaj kapısını tamir et',
|
||
'Fork and improve grocy' => 'grocy\'i forkla ve geliştir',
|
||
'Find a solution for what to do when I forget the door keys' => 'Anahtarları unuttuğumda ne yapmam gerektiğine dair bir çözüm bul',
|
||
'Sweets' => 'Tatlılar',
|
||
'Bakery products' => 'Fırın ürünleri',
|
||
'Tinned food' => 'Konserve yiyecekler',
|
||
'Butchery products' => 'Kasap ürünleri',
|
||
'Vegetables/Fruits' => 'Sebze/Meyve',
|
||
'Refrigerated products' => 'Dondurulmuş ürünler',
|
||
'Coffee machine' => 'Kahve makinesi',
|
||
'Dishwasher' => 'Bulaşık makinesi',
|
||
'Liter' => 'Litre',
|
||
'Liters' => 'Litre',
|
||
'Bottle' => 'Şişe',
|
||
'Bottles' => 'Şişe',
|
||
'Milk' => 'Süt',
|
||
'Chocolate sauce' => 'Çikolata sosu',
|
||
'Milliliters' => 'Mililitre',
|
||
'Milliliter' => 'Mililitre',
|
||
'Bottom' => 'Dip',
|
||
'Topping' => 'Süsleme',
|
||
'French' => 'Fransızca',
|
||
'Turkish' => 'Türkçe',
|
||
'Spanish' => 'İspanyolca'
|
||
);
|