This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'invalid_return_count' => 'Ugyldig antall returnert fra :name. Forventet :expected, fikk :actual.',
'invalid_return_type' => 'Ugyldig type returnert fra :name. Forventet :expected, fikk :actual.',
'invalid_return_value' => 'Ugyldig verdi returnert fra :name. Forventet :expected, fikk :actual.',
'does_not_exist' => 'Etiketten finnes ikke',
];

View File

@ -0,0 +1,19 @@
<?php
return [
'example_company' => 'Test bedrift begrenset',
'example_defaultloc' => 'Bygning 1',
'example_category' => 'Test kategori',
'example_location' => 'Bygning 2',
'example_manufacturer' => 'Test Manufacturing Inc.',
'example_model' => 'Test modell',
'example_supplier' => 'Test bedrift begrenset',
'labels_per_page' => 'Etiketter',
'support_fields' => 'Felt',
'support_asset_tag' => 'Etikett',
'support_1d_barcode' => '1D',
'support_2d_barcode' => '2D',
'support_logo' => 'Logo',
'support_title' => 'Tittel',
];