mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
12 lines
402 B
PHP
12 lines
402 B
PHP
|
<?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',
|
||
|
|
||
|
];
|