mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
91 lines
2.9 KiB
PHP
91 lines
2.9 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' => 'Prato falciato nel giardino',
|
|
'Some good snacks' => 'Alcuni buoni spuntini',
|
|
'Pizza dough' => 'Impasto per pizza',
|
|
'Sieved tomatoes' => 'Pomodori setacciati',
|
|
'Salami' => 'Salame',
|
|
'Toast' => 'Toast',
|
|
'Minced meat' => 'Carne macinata',
|
|
'Pizza' => 'Pizza',
|
|
'Spaghetti bolognese' => 'Spaghetti alla bolognese',
|
|
'Sandwiches' => 'Sandwiches',
|
|
'English' => 'Inglese',
|
|
'German' => 'Tedesco',
|
|
'Italian' => 'Italiano',
|
|
'Demo in different language' => 'Demo in lingue diverse',
|
|
'This is the note content of the recipe ingredient' => 'Questo è il contenuto della nota dell\'ingrediente della ricetta',
|
|
'Demo User' => 'Utente Demo',
|
|
'Gram' => 'Grammo',
|
|
'Grams' => 'Grammi',
|
|
'Flour' => 'Farina',
|
|
'Pancakes' => 'Pancakes',
|
|
'Sugar' => 'Zucchero',
|
|
'Home' => 'Casa',
|
|
'Life' => 'Vita',
|
|
'Projects' => 'Progetti',
|
|
'Repair the garage door' => 'Riparare la porta del garage',
|
|
'Fork and improve grocy' => 'Forka e migliora grocy',
|
|
'Find a solution for what to do when I forget the door keys' => 'Trova una soluzione per cosa fare quando dimentico le chiavi della porta',
|
|
'Sweets' => 'Dolci',
|
|
'Bakery products' => 'Prodotti da forno',
|
|
'Tinned food' => 'Cibo in scatola',
|
|
'Butchery products' => 'Prodotti della macelleria',
|
|
'Vegetables/Fruits' => 'Verdura/Frutta',
|
|
'Refrigerated products' => 'Prodotti refrigerati',
|
|
'Coffee machine' => 'Macchina per il caffè',
|
|
'Dishwasher' => 'Lavastoviglie',
|
|
'Liter' => 'Litro',
|
|
'Liters' => 'Litri',
|
|
'Bottle' => 'Bottiglia',
|
|
'Bottles' => 'Bottiglie',
|
|
'Milk' => 'Latte',
|
|
'Chocolate sauce' => 'Salsa al cioccolato',
|
|
'Milliliters' => 'Millilitri',
|
|
'Milliliter' => 'Millilitro',
|
|
'Bottom' => 'Parte inferiore',
|
|
'Topping' => 'Guarnizione',
|
|
'French' => 'Francese',
|
|
'Turkish' => 'Turkish',
|
|
'Spanish' => 'Spanish',
|
|
'Russian' => 'Russian'
|
|
);
|