snipe-it/resources/lang/bg/button.php

25 lines
1.1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-05-16 21:54:13 -07:00
'actions' => 'Действия',
'add' => 'Добави нов',
'cancel' => 'Отказ',
'checkin_and_delete' => 'Checkin All / Delete User',
2016-05-16 21:54:13 -07:00
'delete' => 'Изтриване',
'edit' => 'Редакция',
'restore' => 'Възстановяване',
'remove' => 'Remove',
2016-05-16 21:54:13 -07:00
'request' => 'Заявка',
'submit' => 'Потвърди',
'upload' => 'Качване',
'select_file' => 'Изберете файл...',
2018-05-21 14:54:36 -07:00
'select_files' => 'Изберете файлове...',
'generate_labels' => '{1} Генерирай Етикет|[2,*] Генерирай Етикети',
'send_password_link' => 'Send Password Reset Link',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'Нов',
];