This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,28 @@
<?php
return array(
'deleted' => 'Birgja eytt',
'does_not_exist' => 'Þessi birgir er ekki til.',
'create' => array(
'error' => 'Þessi birgir var ekki skráður. Vinsamlegast reyndu aftur.',
'success' => 'Supplier created successfully.'
),
'update' => array(
'error' => 'Þessi birgi var ekki skráður. Vinsamlegast reyndu aftur',
'success' => 'Supplier updated successfully.'
),
'delete' => array(
'confirm' => 'Ertu viss um að þú viljir afskrá þennan birgi?',
'error' => 'There was an issue deleting the supplier. Please try again.',
'success' => 'Supplier was deleted successfully.',
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
)
);

View File

@ -0,0 +1,26 @@
<?php
return array(
'about_suppliers_title' => 'Um birgja',
'about_suppliers_text' => 'Birgjar eru notaðir til að rekja uppruna hluta',
'address' => 'Heimilisfang birgja',
'assets' => 'Eignir',
'city' => 'Borg',
'contact' => 'Nafn tengiliðar',
'country' => 'Land',
'create' => 'Skrá birgja',
'email' => 'Netfang',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => 'Leyfi',
'name' => 'Heiti birgja',
'notes' => 'Athugasemdir',
'phone' => 'Sími',
'state' => 'Fylki',
'suppliers' => 'Birgjar',
'update' => 'Update Supplier',
'view' => 'Skoða birgja',
'view_assets_for' => 'View Assets for',
'zip' => 'Póstnúmer',
);