mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
This will serve as a permanent backup of the current translations before migrating them to PO/gettext
96 lines
2.4 KiB
PHP
96 lines
2.4 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'Cookies' => 'Печенье',
|
||
'Chocolate' => 'Шоколад',
|
||
'Pantry' => '',
|
||
'Candy cupboard' => '',
|
||
'Tinned food cupboard' => '',
|
||
'Fridge' => 'Холодильник',
|
||
'Piece' => 'Штука',
|
||
'Pieces' => 'Штук(и)',
|
||
'Pack' => 'Упаковка',
|
||
'Packs' => 'Упаков(ки/ок)',
|
||
'Glass' => 'Стакан',
|
||
'Glasses' => 'Стакан(а/ов)',
|
||
'Tin' => '',
|
||
'Tins' => '',
|
||
'Can' => '',
|
||
'Cans' => '',
|
||
'Bunch' => '',
|
||
'Bunches' => '',
|
||
'Gummy bears' => '',
|
||
'Crisps' => '',
|
||
'Eggs' => 'Яйца',
|
||
'Noodles' => 'Макароны',
|
||
'Pickles' => 'Огурцы',
|
||
'Gulash soup' => '',
|
||
'Yogurt' => 'Йогурт',
|
||
'Cheese' => 'Сыр',
|
||
'Cold cuts' => '',
|
||
'Paprika' => '',
|
||
'Cucumber' => '',
|
||
'Radish' => '',
|
||
'Tomato' => 'Помидор',
|
||
'Changed towels in the bathroom' => '',
|
||
'Cleaned the kitchen floor' => '',
|
||
'Warranty ends' => 'Гарантия заканчивается',
|
||
'TV remote control' => 'Пульт ДУ',
|
||
'Alarm clock' => 'Часы с будильником',
|
||
'Heat remote control' => '',
|
||
'Lawn mowed in the garden' => '',
|
||
'Some good snacks' => '',
|
||
'Pizza dough' => '',
|
||
'Sieved tomatoes' => '',
|
||
'Salami' => '',
|
||
'Toast' => '',
|
||
'Minced meat' => '',
|
||
'Pizza' => '',
|
||
'Spaghetti bolognese' => '',
|
||
'Sandwiches' => '',
|
||
'English' => '',
|
||
'German' => '',
|
||
'Italian' => '',
|
||
'Demo in different language' => '',
|
||
'This is the note content of the recipe ingredient' => '',
|
||
'Demo User' => '',
|
||
'Gram' => '',
|
||
'Grams' => '',
|
||
'Flour' => '',
|
||
'Pancakes' => '',
|
||
'Sugar' => '',
|
||
'Home' => '',
|
||
'Life' => '',
|
||
'Projects' => '',
|
||
'Repair the garage door' => '',
|
||
'Fork and improve grocy' => '',
|
||
'Find a solution for what to do when I forget the door keys' => '',
|
||
'Sweets' => '',
|
||
'Bakery products' => '',
|
||
'Tinned food' => '',
|
||
'Butchery products' => '',
|
||
'Vegetables/Fruits' => '',
|
||
'Refrigerated products' => '',
|
||
'Coffee machine' => '',
|
||
'Dishwasher' => '',
|
||
'Liter' => '',
|
||
'Liters' => '',
|
||
'Bottle' => '',
|
||
'Bottles' => '',
|
||
'Milk' => '',
|
||
'Chocolate sauce' => '',
|
||
'Milliliters' => '',
|
||
'Milliliter' => '',
|
||
'Bottom' => '',
|
||
'Topping' => '',
|
||
'French' => 'Французский',
|
||
'Turkish' => 'Турецкий',
|
||
'Spanish' => 'Испанский',
|
||
'Russian' => '',
|
||
'The thing which happens on the 5th of every month' => '',
|
||
'The thing which happens daily' => '',
|
||
'The thing which happens on Mondays and Wednesdays' => '',
|
||
'Swedish' => '',
|
||
'Polish' => ''
|
||
);
|