snipe-it/resources/lang/is-IS/button.php
snipe 7cf30003b6 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-09-10 14:41:08 +01:00

35 lines
1.4 KiB
PHP

<?php
return [
'actions' => 'Aðgerðir',
'add' => 'Bæta við nýjum',
'cancel' => 'Hætta við',
'checkin_and_delete' => 'Skrá inn allt / Eyða notenda',
'delete' => 'Eyða',
'edit' => 'Breyta',
'clone' => 'Klóna',
'restore' => 'Endurheimta',
'remove' => 'Fjarlægja',
'request' => 'Óska eftir',
'submit' => 'Staðfesta',
'upload' => 'Hlaða upp',
'select_file' => 'Velja skrá...',
'select_files' => 'Velja skrár...',
'generate_labels' => 'Útbúa límmiða',
'send_password_link' => 'Send Password Reset Link',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Bæta við viðhaldi',
'append' => 'Bæta við',
'new' => 'Nýtt',
'var' => [
'clone' => 'Clone :item_type',
'edit' => 'Edit :item_type',
'delete' => 'Delete :item_type',
'restore' => 'Restore :item_type',
'create' => 'Create New :item_type',
'checkout' => 'Checkout :item_type',
'checkin' => 'Checkin :item_type',
]
];