ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/sv-SE/admin/labels/message.php
Normal file
11
SNIPE-IT/resources/lang/sv-SE/admin/labels/message.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Ogiltigt antal returnerade från :name. Förväntade :expected, fick :actual.',
|
||||
'invalid_return_type' => 'Ogiltig typ returneras från :name. Förväntad :expected, fick :actual.',
|
||||
'invalid_return_value' => 'Ogiltigt värde returneras från :name. Förväntade :expected, fick :actual.',
|
||||
|
||||
'does_not_exist' => 'Etiketten finns inte',
|
||||
|
||||
];
|
Reference in New Issue
Block a user