mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
90 lines
2.9 KiB
PHP
90 lines
2.9 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'Cookies' => 'Печенье',
|
||
'Chocolate' => 'Шоколад',
|
||
'Pantry' => 'Pantry',
|
||
'Candy cupboard' => 'Candy cupboard',
|
||
'Tinned food cupboard' => 'Tinned food cupboard',
|
||
'Fridge' => 'Холодильник',
|
||
'Piece' => 'Штука',
|
||
'Pieces' => 'Штук(и)',
|
||
'Pack' => 'Упаковка',
|
||
'Packs' => 'Упаков(ки/ок)',
|
||
'Glass' => 'Стакан',
|
||
'Glasses' => 'Стакан(а/ов)',
|
||
'Tin' => 'Tin',
|
||
'Tins' => 'Tins',
|
||
'Can' => 'Can',
|
||
'Cans' => 'Cans',
|
||
'Bunch' => 'Bunch',
|
||
'Bunches' => 'Bunches',
|
||
'Gummy bears' => 'Gummy bears',
|
||
'Crisps' => 'Crisps',
|
||
'Eggs' => 'Яйца',
|
||
'Noodles' => 'Макароны',
|
||
'Pickles' => 'Огурцы',
|
||
'Gulash soup' => 'Gulash soup',
|
||
'Yogurt' => 'Йогурт',
|
||
'Cheese' => 'Сыр',
|
||
'Cold cuts' => 'Cold cuts',
|
||
'Paprika' => 'Paprika',
|
||
'Cucumber' => 'Cucumber',
|
||
'Radish' => 'Radish',
|
||
'Tomato' => 'Помидор',
|
||
'Changed towels in the bathroom' => 'Changed towels in the bathroom',
|
||
'Cleaned the kitchen floor' => 'Cleaned the kitchen floor',
|
||
'Warranty ends' => 'Гарантия заканчивается',
|
||
'TV remote control' => 'Пульт ДУ',
|
||
'Alarm clock' => 'Часы с будильником',
|
||
'Heat remote control' => 'Heat remote control',
|
||
'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' => 'Французский',
|
||
'Turkish' => 'Турецкий',
|
||
'Spanish' => 'Испанский'
|
||
);
|