mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
014eab3abc
Signed-off-by: snipe <snipe@snipe.net>
23 lines
1 KiB
PHP
23 lines
1 KiB
PHP
<?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.'
|
|
)
|
|
|
|
);
|