mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
88 lines
2.7 KiB
PHP
88 lines
2.7 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'Cookies' => 'Biscotti',
|
|
'Chocolate' => 'Cioccolato',
|
|
'Pantry' => 'Vorratskammer',
|
|
'Candy cupboard' => 'Süßigkeitenschrank',
|
|
'Tinned food cupboard' => 'Konservenschrank',
|
|
'Fridge' => 'Kühlschrank',
|
|
'Piece' => 'Pezzo',
|
|
'Pieces' => 'Pezzi',
|
|
'Pack' => 'Pacco',
|
|
'Packs' => 'Pacchi',
|
|
'Glass' => 'Bicchiere',
|
|
'Glasses' => 'Bicchieri',
|
|
'Tin' => 'Scatola',
|
|
'Tins' => 'Scatole',
|
|
'Can' => 'Lattina',
|
|
'Cans' => 'Lattine',
|
|
'Bunch' => 'Cespo',
|
|
'Bunches' => 'Cespi',
|
|
'Gummy bears' => 'Caramelle',
|
|
'Crisps' => 'Patatine',
|
|
'Eggs' => 'Uova',
|
|
'Noodles' => 'Spaghetti',
|
|
'Pickles' => 'Marmellata',
|
|
'Gulash soup' => 'Dado',
|
|
'Yogurt' => 'Yogurt',
|
|
'Cheese' => 'Parmigiano',
|
|
'Cold cuts' => 'Pancetta',
|
|
'Paprika' => 'Pepe',
|
|
'Cucumber' => 'Zucchine',
|
|
'Radish' => 'Radicchio',
|
|
'Tomato' => 'Pomodori',
|
|
'Changed towels in the bathroom' => 'Cambiare asciugamani in bagno',
|
|
'Cleaned the kitchen floor' => 'Pulire la cucina',
|
|
'Warranty ends' => 'Scadenza dalla garanzia',
|
|
'TV remote control' => 'Telecomando',
|
|
'Alarm clock' => 'Sveglia',
|
|
'Heat remote control' => 'Termostato',
|
|
'Lawn mowed in the garden' => 'Lawn mowed in the garden',
|
|
'Some good snacks' => 'Some good snacks',
|
|
'Pizza dough' => 'Pizza dough',
|
|
'Sieved tomatoes' => 'Sieved tomatoes',
|
|
'Salami' => 'Salami',
|
|
'Toast' => 'Toast',
|
|
'Minced meat' => 'Minced meat',
|
|
'Pizza' => 'Pizza',
|
|
'Spaghetti bolognese' => 'Spaghetti bolognese',
|
|
'Sandwiches' => 'Sandwiches',
|
|
'English' => 'English',
|
|
'German' => 'German',
|
|
'Italian' => 'Italian',
|
|
'Demo in different language' => 'Demo in different language',
|
|
'This is the note content of the recipe ingredient' => 'This is the note content of the recipe ingredient',
|
|
'Demo User' => 'Demo User',
|
|
'Gram' => 'Gram',
|
|
'Grams' => 'Grams',
|
|
'Flour' => 'Flour',
|
|
'Pancakes' => 'Pancakes',
|
|
'Sugar' => 'Sugar',
|
|
'Home' => 'Home',
|
|
'Life' => 'Life',
|
|
'Projects' => 'Projects',
|
|
'Repair the garage door' => 'Repair the garage door',
|
|
'Fork and improve grocy' => 'Fork and improve grocy',
|
|
'Find a solution for what to do when I forget the door keys' => 'Find a solution for what to do when I forget the door keys',
|
|
'Sweets' => 'Sweets',
|
|
'Bakery products' => 'Bakery products',
|
|
'Tinned food' => 'Tinned food',
|
|
'Butchery products' => 'Butchery products',
|
|
'Vegetables/Fruits' => 'Vegetables/Fruits',
|
|
'Refrigerated products' => 'Refrigerated products',
|
|
'Coffee machine' => 'Coffee machine',
|
|
'Dishwasher' => 'Dishwasher',
|
|
'Liter' => 'Liter',
|
|
'Liters' => 'Liters',
|
|
'Bottle' => 'Bottle',
|
|
'Bottles' => 'Bottles',
|
|
'Milk' => 'Milk',
|
|
'Chocolate sauce' => 'Chocolate sauce',
|
|
'Milliliters' => 'Milliliters',
|
|
'Milliliter' => 'Milliliter',
|
|
'Bottom' => 'Bottom',
|
|
'Topping' => 'Topping',
|
|
'French' => 'French'
|
|
);
|