ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/lv-LV/admin/departments/message.php
Normal file
22
SNIPE-IT/resources/lang/lv-LV/admin/departments/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Departaments nepastāv.',
|
||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
||||
'assoc_users' => 'Pašlaik šis departaments ir saistīts ar vismaz vienu lietotāju un to nevar izdzēst. Lūdzu, atjauniniet savus lietotājus, lai tie vairs netiktu izmantoti šajā nodaļā, un mēģiniet vēlreiz.',
|
||||
'create' => array(
|
||||
'error' => 'Departaments nav izveidots, lūdzu, mēģiniet vēlreiz.',
|
||||
'success' => 'Nodaļa veiksmīgi izveidota.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'Departaments netika atjaunināts, lūdzu, mēģiniet vēlreiz',
|
||||
'success' => 'Nodaļa veiksmīgi atjaunota.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'Vai tiešām vēlaties dzēst šo nodaļu?',
|
||||
'error' => 'Radās problēma, izdzēšot nodaļu. Lūdzu mēģiniet vēlreiz.',
|
||||
'success' => 'Departaments tika veiksmīgi dzēsts.'
|
||||
)
|
||||
|
||||
);
|
Reference in New Issue
Block a user