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.6 KiB
PHP
96 lines
2.6 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'Cookies' => 'Koekjes',
|
|
'Chocolate' => 'Chocolade',
|
|
'Pantry' => 'Voorraadkast',
|
|
'Candy cupboard' => 'Snoepjeskast',
|
|
'Tinned food cupboard' => 'Blikkenkast',
|
|
'Fridge' => 'Koelkast',
|
|
'Piece' => 'Stuk',
|
|
'Pieces' => 'Stukken',
|
|
'Pack' => 'Pak',
|
|
'Packs' => 'Pakken',
|
|
'Glass' => 'Glas',
|
|
'Glasses' => 'Glazen',
|
|
'Tin' => 'Blik',
|
|
'Tins' => 'Blikken',
|
|
'Can' => 'Blik',
|
|
'Cans' => 'Blikken',
|
|
'Bunch' => 'Bundel',
|
|
'Bunches' => 'Bundels',
|
|
'Gummy bears' => 'Gombeertjes',
|
|
'Crisps' => 'Chips',
|
|
'Eggs' => 'Eieren',
|
|
'Noodles' => 'Noodles',
|
|
'Pickles' => 'Augurken',
|
|
'Gulash soup' => 'Goulashsoep',
|
|
'Yogurt' => 'Yoghurt',
|
|
'Cheese' => 'Kaas',
|
|
'Cold cuts' => 'Beleg',
|
|
'Paprika' => 'Paprika',
|
|
'Cucumber' => 'Komkommer',
|
|
'Radish' => 'Radijs',
|
|
'Tomato' => 'Tomaat',
|
|
'Changed towels in the bathroom' => 'Handdoeken verwisseld in badkamer',
|
|
'Cleaned the kitchen floor' => '',
|
|
'Warranty ends' => 'Garantie eindigt',
|
|
'TV remote control' => '',
|
|
'Alarm clock' => '',
|
|
'Heat remote control' => '',
|
|
'Lawn mowed in the garden' => '',
|
|
'Some good snacks' => '',
|
|
'Pizza dough' => 'Pizzadeeg',
|
|
'Sieved tomatoes' => '',
|
|
'Salami' => 'Salami',
|
|
'Toast' => '',
|
|
'Minced meat' => 'Gehakt',
|
|
'Pizza' => 'Pizza',
|
|
'Spaghetti bolognese' => 'Spaghetti bolognese',
|
|
'Sandwiches' => 'Sandwiches',
|
|
'English' => 'Engels',
|
|
'German' => 'Duits',
|
|
'Italian' => 'Italiaans',
|
|
'Demo in different language' => 'Demo in een andere taal',
|
|
'This is the note content of the recipe ingredient' => '',
|
|
'Demo User' => 'Demo Gebruiker',
|
|
'Gram' => 'Gram',
|
|
'Grams' => 'Gram',
|
|
'Flour' => 'Bloem',
|
|
'Pancakes' => 'Pannenkoeken',
|
|
'Sugar' => 'Suiker',
|
|
'Home' => '',
|
|
'Life' => '',
|
|
'Projects' => '',
|
|
'Repair the garage door' => 'Herstel de garagepoort',
|
|
'Fork and improve grocy' => '',
|
|
'Find a solution for what to do when I forget the door keys' => '',
|
|
'Sweets' => 'Snoep',
|
|
'Bakery products' => '',
|
|
'Tinned food' => '',
|
|
'Butchery products' => '',
|
|
'Vegetables/Fruits' => 'Groenten/Fruit',
|
|
'Refrigerated products' => '',
|
|
'Coffee machine' => 'Koffiemachine',
|
|
'Dishwasher' => 'Afwasmachine',
|
|
'Liter' => 'Liter',
|
|
'Liters' => '',
|
|
'Bottle' => 'Fles',
|
|
'Bottles' => 'Flessen',
|
|
'Milk' => 'Melk',
|
|
'Chocolate sauce' => 'Chocoladesaus',
|
|
'Milliliters' => 'Milliliters',
|
|
'Milliliter' => 'Milliliter',
|
|
'Bottom' => '',
|
|
'Topping' => '',
|
|
'French' => 'Frans',
|
|
'Turkish' => 'Turks',
|
|
'Spanish' => 'Spaans',
|
|
'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' => ''
|
|
);
|