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,30 @@
<?php
return array(
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
'does_not_exist' => 'Manufacturer does not exist.',
'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',
'create' => array(
'error' => 'Manufacturer was not created, please try again.',
'success' => 'Manufacturer created successfully.'
),
'update' => array(
'error' => 'Manufacturer was not updated, please try again',
'success' => 'Manufacturer updated successfully.'
),
'restore' => array(
'error' => 'Manufacturer was not restored, please try again',
'success' => 'Manufacturer restored successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this manufacturer?',
'error' => 'There was an issue deleting the manufacturer. Please try again.',
'success' => 'The Manufacturer was deleted successfully.'
)
);

View File

@ -0,0 +1,16 @@
<?php
return array(
'about_manufacturers_title' => 'O výrobcoch',
'about_manufacturers_text' => 'Výrobcovia sú spoločnosti, ktoré vyrábajú majetky. Môžete si uložiť dôležité kontaktné údaje podpory, ktoré sa zobrazia na stránkach s podrobnosťami o majetku.',
'asset_manufacturers' => 'Výrobcovia majetkov',
'create' => 'Vytvoriť výrobcu',
'id' => 'ID',
'name' => 'Názov',
'support_email' => 'Emailová podpora',
'support_phone' => 'Telefónna podpora',
'support_url' => 'URL podpory',
'warranty_lookup_url' => 'Warranty Lookup URL',
'update' => 'Upraviť výrobcu',
);