snipe-it/resources/lang/sv-SE/button.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

25 lines
1,014 B
PHP

<?php
return [
'actions' => 'Åtgärder',
'add' => 'Lägg till ny',
'cancel' => 'Avbryt',
'checkin_and_delete' => 'Checka in & radera användare',
'delete' => 'Radera',
'edit' => 'Ändra',
'restore' => 'Återställ',
'remove' => 'Remove',
'request' => 'Begäran',
'submit' => 'Skicka',
'upload' => 'Ladda upp',
'select_file' => 'Välj fil...',
'select_files' => 'Välj filer...',
'generate_labels' => '{1} Generera etikett|[2,*]] Generera etiketter',
'send_password_link' => 'Send Password Reset Link',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];