snipe-it/resources/lang/sk-SK/admin/suppliers/table.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

28 lines
1 KiB
PHP

<?php
return array(
'about_suppliers_title' => 'About Suppliers',
'about_suppliers_text' => 'Suppliers are used to track the source of items',
'address' => 'Supplier Address',
'assets' => 'Majetok',
'city' => 'Mesto',
'contact' => 'Contact Name',
'country' => 'Krajina',
'create' => 'Create Supplier',
'email' => 'E-mail',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => 'Licenses',
'name' => 'Supplier Name',
'notes' => 'Poznámky',
'phone' => 'Telefón',
'state' => 'Štát',
'suppliers' => 'Dodávatelia',
'update' => 'Aktualizovať dodávateľa',
'url' => 'URL',
'view' => 'Zobraziť dodávateľa',
'view_assets_for' => 'Zobraziť majetky pre',
'zip' => 'PSČ',
);